2023-11-16T11:39:19.238 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-16T11:39:19.241 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/off mon_election/classic task/test_extra_daemon_features} --archive /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460510 --verbose --name adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi --owner scheduled_adking@teuthology -- /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460510/orig.config.yaml 2023-11-16T11:39:19.287 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-16T11:39:19.369 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460510 branch: wip-adk-testing-2023-11-16-0243 description: orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/off mon_election/classic task/test_extra_daemon_features} email: adking@redhat.com first_in_suite: false job_id: '7460510' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-adk-testing-2023-11-16-0243 ceph: conf: global: mon election default strategy: 1 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: 50bc6740f385afe4f36770e739358479a73d8add ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 50bc6740f385afe4f36770e739358479a73d8add selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2023-11-16-0243 sha1: 50bc6740f385afe4f36770e739358479a73d8add owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 seed: 3445 sha1: 50bc6740f385afe4f36770e739358479a73d8add sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk-testing-2023-11-16-0243 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 50bc6740f385afe4f36770e739358479a73d8add targets: smithi062.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi151.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:rhel8 --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: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-16_11:32:14 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1224587 2023-11-16T11:39:19.369 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa; will attempt to use it 2023-11-16T11:39:19.370 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks 2023-11-16T11:39:19.370 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-16T11:39:19.372 INFO:teuthology.task.internal:Checking packages... 2023-11-16T11:39:19.395 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '50bc6740f385afe4f36770e739358479a73d8add' 2023-11-16T11:39:19.395 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-16T11:39:19.395 INFO:teuthology.packaging:ref: None 2023-11-16T11:39:19.396 INFO:teuthology.packaging:tag: None 2023-11-16T11:39:19.396 INFO:teuthology.packaging:branch: wip-adk-testing-2023-11-16-0243 2023-11-16T11:39:19.396 INFO:teuthology.packaging:sha1: 50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T11:39:19.396 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-adk-testing-2023-11-16-0243 2023-11-16T11:39:19.610 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7421.g50bc6740 2023-11-16T11:39:19.610 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-16T11:39:19.621 INFO:teuthology.task.internal:no buildpackages task found 2023-11-16T11:39:19.621 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-16T11:39:19.631 INFO:teuthology.task.internal:Saving configuration 2023-11-16T11:39:19.646 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-16T11:39:19.657 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T11:39:19.680 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi062.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460510', '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-11-16 11:33:11.689790', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-16T11:39:19.703 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi151.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460510', '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-11-16 11:33:11.691270', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-16T11:39:19.704 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-16T11:39:19.713 INFO:teuthology.task.internal:roles: ubuntu@smithi062.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-11-16T11:39:19.713 INFO:teuthology.task.internal:roles: ubuntu@smithi151.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-11-16T11:39:19.713 INFO:teuthology.run_tasks:Running task console_log... 2023-11-16T11:39:19.790 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f80c8274e50>, signals=[15]) 2023-11-16T11:39:19.790 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-16T11:39:19.797 INFO:teuthology.task.internal:Opening connections... 2023-11-16T11:39:19.797 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi062.front.sepia.ceph.com 2023-11-16T11:39:19.799 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:39:19.868 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi151.front.sepia.ceph.com 2023-11-16T11:39:19.869 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi151.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:39:19.935 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-16T11:39:19.943 DEBUG:teuthology.orchestra.run.smithi062:> uname -m 2023-11-16T11:39:19.964 INFO:teuthology.orchestra.run.smithi062.stdout:x86_64 2023-11-16T11:39:19.965 DEBUG:teuthology.orchestra.run.smithi062:> cat /etc/os-release 2023-11-16T11:39:20.025 INFO:teuthology.orchestra.run.smithi062.stdout:NAME="Red Hat Enterprise Linux" 2023-11-16T11:39:20.025 INFO:teuthology.orchestra.run.smithi062.stdout:VERSION="8.6 (Ootpa)" 2023-11-16T11:39:20.025 INFO:teuthology.orchestra.run.smithi062.stdout:ID="rhel" 2023-11-16T11:39:20.025 INFO:teuthology.orchestra.run.smithi062.stdout:ID_LIKE="fedora" 2023-11-16T11:39:20.026 INFO:teuthology.orchestra.run.smithi062.stdout:VERSION_ID="8.6" 2023-11-16T11:39:20.026 INFO:teuthology.orchestra.run.smithi062.stdout:PLATFORM_ID="platform:el8" 2023-11-16T11:39:20.026 INFO:teuthology.orchestra.run.smithi062.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-11-16T11:39:20.026 INFO:teuthology.orchestra.run.smithi062.stdout:ANSI_COLOR="0;31" 2023-11-16T11:39:20.026 INFO:teuthology.orchestra.run.smithi062.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-11-16T11:39:20.027 INFO:teuthology.orchestra.run.smithi062.stdout:HOME_URL="https://www.redhat.com/" 2023-11-16T11:39:20.027 INFO:teuthology.orchestra.run.smithi062.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-16T11:39:20.027 INFO:teuthology.orchestra.run.smithi062.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-16T11:39:20.027 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:39:20.027 INFO:teuthology.orchestra.run.smithi062.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-16T11:39:20.027 INFO:teuthology.orchestra.run.smithi062.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-11-16T11:39:20.027 INFO:teuthology.orchestra.run.smithi062.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-16T11:39:20.027 INFO:teuthology.orchestra.run.smithi062.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-11-16T11:39:20.028 INFO:teuthology.lock.ops:Updating smithi062.front.sepia.ceph.com on lock server 2023-11-16T11:39:20.053 DEBUG:teuthology.orchestra.run.smithi151:> uname -m 2023-11-16T11:39:20.073 INFO:teuthology.orchestra.run.smithi151.stdout:x86_64 2023-11-16T11:39:20.073 DEBUG:teuthology.orchestra.run.smithi151:> cat /etc/os-release 2023-11-16T11:39:20.131 INFO:teuthology.orchestra.run.smithi151.stdout:NAME="Red Hat Enterprise Linux" 2023-11-16T11:39:20.131 INFO:teuthology.orchestra.run.smithi151.stdout:VERSION="8.6 (Ootpa)" 2023-11-16T11:39:20.132 INFO:teuthology.orchestra.run.smithi151.stdout:ID="rhel" 2023-11-16T11:39:20.132 INFO:teuthology.orchestra.run.smithi151.stdout:ID_LIKE="fedora" 2023-11-16T11:39:20.132 INFO:teuthology.orchestra.run.smithi151.stdout:VERSION_ID="8.6" 2023-11-16T11:39:20.132 INFO:teuthology.orchestra.run.smithi151.stdout:PLATFORM_ID="platform:el8" 2023-11-16T11:39:20.132 INFO:teuthology.orchestra.run.smithi151.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-11-16T11:39:20.132 INFO:teuthology.orchestra.run.smithi151.stdout:ANSI_COLOR="0;31" 2023-11-16T11:39:20.132 INFO:teuthology.orchestra.run.smithi151.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-11-16T11:39:20.132 INFO:teuthology.orchestra.run.smithi151.stdout:HOME_URL="https://www.redhat.com/" 2023-11-16T11:39:20.132 INFO:teuthology.orchestra.run.smithi151.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-16T11:39:20.133 INFO:teuthology.orchestra.run.smithi151.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-16T11:39:20.133 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:39:20.133 INFO:teuthology.orchestra.run.smithi151.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-16T11:39:20.133 INFO:teuthology.orchestra.run.smithi151.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-11-16T11:39:20.133 INFO:teuthology.orchestra.run.smithi151.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-16T11:39:20.133 INFO:teuthology.orchestra.run.smithi151.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-11-16T11:39:20.133 INFO:teuthology.lock.ops:Updating smithi151.front.sepia.ceph.com on lock server 2023-11-16T11:39:20.186 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-16T11:39:20.193 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-16T11:39:20.200 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-16T11:39:20.200 DEBUG:teuthology.orchestra.run.smithi062:> test '!' -e /home/ubuntu/cephtest 2023-11-16T11:39:20.203 DEBUG:teuthology.orchestra.run.smithi151:> test '!' -e /home/ubuntu/cephtest 2023-11-16T11:39:20.220 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-16T11:39:20.227 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-16T11:39:20.227 DEBUG:teuthology.orchestra.run.smithi062:> test -z $(ls -A /var/lib/ceph) 2023-11-16T11:39:20.263 DEBUG:teuthology.orchestra.run.smithi151:> test -z $(ls -A /var/lib/ceph) 2023-11-16T11:39:20.286 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-16T11:39:20.344 INFO:teuthology.run_tasks:Running task kernel... 2023-11-16T11:39:20.359 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-16T11:39:20.359 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-16T11:39:20.359 DEBUG:teuthology.orchestra.run.smithi062:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-16T11:39:20.360 DEBUG:teuthology.orchestra.run.smithi151:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-16T11:39:20.378 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T11:39:20.379 DEBUG:teuthology.orchestra.run.smithi151:> uname -r 2023-11-16T11:39:20.379 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T11:39:20.380 DEBUG:teuthology.orchestra.run.smithi062:> uname -r 2023-11-16T11:39:20.439 INFO:teuthology.orchestra.run.smithi151.stdout:4.18.0-372.9.1.el8.x86_64 2023-11-16T11:39:20.439 INFO:teuthology.task.kernel:Running kernel on smithi151: 4.18.0-372.9.1.el8.x86_64 2023-11-16T11:39:20.439 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum install -y kernel 2023-11-16T11:39:20.440 INFO:teuthology.orchestra.run.smithi062.stdout:4.18.0-372.9.1.el8.x86_64 2023-11-16T11:39:20.441 INFO:teuthology.task.kernel:Running kernel on smithi062: 4.18.0-372.9.1.el8.x86_64 2023-11-16T11:39:20.441 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum install -y kernel 2023-11-16T11:39:21.595 INFO:teuthology.orchestra.run.smithi151.stdout:Updating Subscription Management repositories. 2023-11-16T11:39:21.595 INFO:teuthology.orchestra.run.smithi151.stdout:Unable to read consumer identity 2023-11-16T11:39:21.729 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-11-16T11:39:21.729 INFO:teuthology.orchestra.run.smithi062.stdout:Unable to read consumer identity 2023-11-16T11:39:23.044 INFO:teuthology.orchestra.run.smithi151.stdout:Copr repo for python3-asyncssh owned by ceph 18 kB/s | 3.5 kB 00:00 2023-11-16T11:39:23.198 INFO:teuthology.orchestra.run.smithi062.stdout:Copr repo for python3-asyncssh owned by ceph 18 kB/s | 3.5 kB 00:00 2023-11-16T11:39:23.686 INFO:teuthology.orchestra.run.smithi151.stdout:Extra Packages for Enterprise Linux 26 MB/s | 16 MB 00:00 2023-11-16T11:39:24.891 INFO:teuthology.orchestra.run.smithi062.stdout:Extra Packages for Enterprise Linux 9.5 MB/s | 16 MB 00:01 2023-11-16T11:39:27.236 INFO:teuthology.orchestra.run.smithi151.stdout:lab-extras 392 kB/s | 24 kB 00:00 2023-11-16T11:39:27.930 INFO:teuthology.orchestra.run.smithi151.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-11-16T11:39:27.980 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2023-11-16T11:39:27.981 INFO:teuthology.orchestra.run.smithi151.stdout:Nothing to do. 2023-11-16T11:39:27.981 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2023-11-16T11:39:28.121 DEBUG:teuthology.orchestra.run.smithi151:> echo no | sudo yum reinstall kernel || true 2023-11-16T11:39:28.454 INFO:teuthology.orchestra.run.smithi151.stdout:Updating Subscription Management repositories. 2023-11-16T11:39:28.454 INFO:teuthology.orchestra.run.smithi151.stdout:Unable to read consumer identity 2023-11-16T11:39:28.599 INFO:teuthology.orchestra.run.smithi062.stdout:lab-extras 253 kB/s | 24 kB 00:00 2023-11-16T11:39:28.717 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:00:01 ago on Thu 16 Nov 2023 11:39:27 AM UTC. 2023-11-16T11:39:28.758 INFO:teuthology.orchestra.run.smithi151.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-16T11:39:28.797 INFO:teuthology.orchestra.run.smithi151.stderr:Error: No packages marked for reinstall. 2023-11-16T11:39:28.845 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum reinstall -y kernel || true 2023-11-16T11:39:29.179 INFO:teuthology.orchestra.run.smithi151.stdout:Updating Subscription Management repositories. 2023-11-16T11:39:29.179 INFO:teuthology.orchestra.run.smithi151.stdout:Unable to read consumer identity 2023-11-16T11:39:29.375 INFO:teuthology.orchestra.run.smithi062.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-11-16T11:39:29.424 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-11-16T11:39:29.426 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2023-11-16T11:39:29.426 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-11-16T11:39:29.438 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:00:02 ago on Thu 16 Nov 2023 11:39:27 AM UTC. 2023-11-16T11:39:29.480 INFO:teuthology.orchestra.run.smithi151.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-16T11:39:29.496 INFO:teuthology.orchestra.run.smithi151.stderr:Error: No packages marked for reinstall. 2023-11-16T11:39:29.542 DEBUG:teuthology.orchestra.run.smithi151:> rpm -q kernel | sort -rV | head -n 1 2023-11-16T11:39:29.553 DEBUG:teuthology.orchestra.run.smithi062:> echo no | sudo yum reinstall kernel || true 2023-11-16T11:39:29.623 INFO:teuthology.orchestra.run.smithi151.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-11-16T11:39:29.624 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-11-16T11:39:29.624 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-11-16T11:39:29.624 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-16T11:39:29.624 DEBUG:teuthology.orchestra.run.smithi151:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-16T11:39:29.650 INFO:teuthology.orchestra.run.smithi151.stdout:ttyS1 2023-11-16T11:39:29.665 DEBUG:teuthology.parallel:result is None 2023-11-16T11:39:29.906 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-11-16T11:39:29.906 INFO:teuthology.orchestra.run.smithi062.stdout:Unable to read consumer identity 2023-11-16T11:39:30.181 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:00:02 ago on Thu 16 Nov 2023 11:39:28 AM UTC. 2023-11-16T11:39:30.227 INFO:teuthology.orchestra.run.smithi062.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-16T11:39:30.269 INFO:teuthology.orchestra.run.smithi062.stderr:Error: No packages marked for reinstall. 2023-11-16T11:39:30.317 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum reinstall -y kernel || true 2023-11-16T11:39:30.668 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-11-16T11:39:30.668 INFO:teuthology.orchestra.run.smithi062.stdout:Unable to read consumer identity 2023-11-16T11:39:30.936 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:00:02 ago on Thu 16 Nov 2023 11:39:28 AM UTC. 2023-11-16T11:39:30.978 INFO:teuthology.orchestra.run.smithi062.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-16T11:39:31.001 INFO:teuthology.orchestra.run.smithi062.stderr:Error: No packages marked for reinstall. 2023-11-16T11:39:31.053 DEBUG:teuthology.orchestra.run.smithi062:> rpm -q kernel | sort -rV | head -n 1 2023-11-16T11:39:31.136 INFO:teuthology.orchestra.run.smithi062.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-11-16T11:39:31.136 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-11-16T11:39:31.136 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-11-16T11:39:31.137 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-16T11:39:31.137 DEBUG:teuthology.orchestra.run.smithi062:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-16T11:39:31.163 INFO:teuthology.orchestra.run.smithi062.stdout:ttyS1 2023-11-16T11:39:31.179 DEBUG:teuthology.parallel:result is None 2023-11-16T11:39:31.180 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-16T11:39:31.188 INFO:teuthology.task.internal:Creating test directory... 2023-11-16T11:39:31.188 DEBUG:teuthology.orchestra.run.smithi062:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-16T11:39:31.221 DEBUG:teuthology.orchestra.run.smithi151:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-16T11:39:31.242 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-16T11:39:31.253 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-16T11:39:31.265 INFO:teuthology.task.internal:Creating archive directory... 2023-11-16T11:39:31.265 DEBUG:teuthology.orchestra.run.smithi062:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-16T11:39:31.278 DEBUG:teuthology.orchestra.run.smithi151:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-16T11:39:31.314 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-16T11:39:31.322 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-16T11:39:31.322 DEBUG:teuthology.orchestra.run.smithi062:> 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-11-16T11:39:31.353 DEBUG:teuthology.orchestra.run.smithi151:> 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-11-16T11:39:31.389 INFO:teuthology.orchestra.run.smithi151.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T11:39:31.391 INFO:teuthology.orchestra.run.smithi062.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T11:39:31.401 INFO:teuthology.orchestra.run.smithi151.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T11:39:31.402 INFO:teuthology.orchestra.run.smithi062.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T11:39:31.403 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-16T11:39:31.414 INFO:teuthology.task.internal:Configuring sudo... 2023-11-16T11:39:31.414 DEBUG:teuthology.orchestra.run.smithi062:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-16T11:39:31.445 DEBUG:teuthology.orchestra.run.smithi151:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-16T11:39:31.477 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-16T11:39:31.489 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-16T11:39:31.489 DEBUG:teuthology.orchestra.run.smithi062:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-16T11:39:31.513 DEBUG:teuthology.orchestra.run.smithi151:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-16T11:39:31.536 DEBUG:teuthology.orchestra.run.smithi062:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T11:39:31.612 DEBUG:teuthology.orchestra.run.smithi062:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T11:39:31.662 DEBUG:teuthology.orchestra.run.smithi062:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T11:39:31.745 DEBUG:teuthology.orchestra.run.smithi062:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T11:39:31.787 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-11-16T11:39:31.787 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-16T11:39:31.855 DEBUG:teuthology.orchestra.run.smithi151:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T11:39:31.902 DEBUG:teuthology.orchestra.run.smithi151:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T11:39:31.956 DEBUG:teuthology.orchestra.run.smithi151:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T11:39:32.043 DEBUG:teuthology.orchestra.run.smithi151:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T11:39:32.086 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2023-11-16T11:39:32.086 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-16T11:39:32.155 DEBUG:teuthology.orchestra.run.smithi062:> sudo service rsyslog restart 2023-11-16T11:39:32.157 DEBUG:teuthology.orchestra.run.smithi151:> sudo service rsyslog restart 2023-11-16T11:39:32.207 INFO:teuthology.orchestra.run.smithi062.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-16T11:39:32.270 INFO:teuthology.orchestra.run.smithi151.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-16T11:39:32.645 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-16T11:39:32.653 INFO:teuthology.task.internal:Starting timer... 2023-11-16T11:39:32.653 INFO:teuthology.run_tasks:Running task pcp... 2023-11-16T11:39:32.668 INFO:teuthology.run_tasks:Running task selinux... 2023-11-16T11:39:32.682 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-16T11:39:32.683 DEBUG:teuthology.orchestra.run.smithi062:> sudo service auditd rotate 2023-11-16T11:39:32.746 INFO:teuthology.orchestra.run.smithi062.stdout:Rotating logs: 2023-11-16T11:39:32.748 DEBUG:teuthology.orchestra.run.smithi151:> sudo service auditd rotate 2023-11-16T11:39:32.808 INFO:teuthology.orchestra.run.smithi151.stdout:Rotating logs: 2023-11-16T11:39:32.809 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-16T11:39:32.810 DEBUG:teuthology.orchestra.run.smithi062:> /usr/sbin/getenforce 2023-11-16T11:39:32.833 INFO:teuthology.orchestra.run.smithi062.stdout:Permissive 2023-11-16T11:39:32.833 DEBUG:teuthology.orchestra.run.smithi151:> /usr/sbin/getenforce 2023-11-16T11:39:32.858 INFO:teuthology.orchestra.run.smithi151.stdout:Permissive 2023-11-16T11:39:32.858 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi062.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi151.front.sepia.ceph.com': 'permissive'} 2023-11-16T11:39:32.858 DEBUG:teuthology.orchestra.run.smithi062:> 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-11-16T11:39:32.900 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T11:39:32.901 DEBUG:teuthology.orchestra.run.smithi151:> 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-11-16T11:39:32.928 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T11:39:32.929 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-16T11:39:32.929 DEBUG:teuthology.orchestra.run.smithi062:> sudo /usr/sbin/setenforce permissive 2023-11-16T11:39:32.968 DEBUG:teuthology.orchestra.run.smithi151:> sudo /usr/sbin/setenforce permissive 2023-11-16T11:39:32.997 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-16T11:39:33.007 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-11-16T11:39:33.007 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-16T11:39:33.025 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-11-16T11:39:33.026 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi062.front.sepia.ceph.com,smithi151.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-16T11:50:53.671 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi062.front.sepia.ceph.com'), Remote(name='ubuntu@smithi151.front.sepia.ceph.com')] 2023-11-16T11:50:53.672 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi062.front.sepia.ceph.com' 2023-11-16T11:50:53.673 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:50:53.747 DEBUG:teuthology.orchestra.run.smithi062:> true 2023-11-16T11:50:53.819 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi062.front.sepia.ceph.com' 2023-11-16T11:50:53.820 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi151.front.sepia.ceph.com' 2023-11-16T11:50:53.820 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi151.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:50:53.895 DEBUG:teuthology.orchestra.run.smithi151:> true 2023-11-16T11:50:53.967 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi151.front.sepia.ceph.com' 2023-11-16T11:50:53.967 INFO:teuthology.run_tasks:Running task clock... 2023-11-16T11:50:53.990 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-16T11:50:53.990 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-16T11:50:53.991 DEBUG:teuthology.orchestra.run.smithi062:> 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-11-16T11:50:53.994 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-16T11:50:53.994 DEBUG:teuthology.orchestra.run.smithi151:> 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-11-16T11:50:54.029 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-16T11:50:54.044 INFO:teuthology.orchestra.run.smithi151.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-16T11:50:54.045 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-16T11:50:54.061 INFO:teuthology.orchestra.run.smithi151.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-16T11:50:54.124 INFO:teuthology.orchestra.run.smithi062.stderr:sudo: ntpd: command not found 2023-11-16T11:50:54.142 INFO:teuthology.orchestra.run.smithi062.stdout:506 Cannot talk to daemon 2023-11-16T11:50:54.152 INFO:teuthology.orchestra.run.smithi151.stderr:sudo: ntpd: command not found 2023-11-16T11:50:54.158 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-16T11:50:54.164 INFO:teuthology.orchestra.run.smithi151.stdout:506 Cannot talk to daemon 2023-11-16T11:50:54.169 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-16T11:50:54.179 INFO:teuthology.orchestra.run.smithi151.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-16T11:50:54.193 INFO:teuthology.orchestra.run.smithi151.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-16T11:50:54.245 INFO:teuthology.orchestra.run.smithi062.stderr:bash: ntpq: command not found 2023-11-16T11:50:54.253 INFO:teuthology.orchestra.run.smithi062.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-16T11:50:54.253 INFO:teuthology.orchestra.run.smithi062.stdout:=============================================================================== 2023-11-16T11:50:54.253 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:50:54.253 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:50:54.253 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:50:54.253 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:50:54.265 INFO:teuthology.orchestra.run.smithi151.stderr:bash: ntpq: command not found 2023-11-16T11:50:54.267 INFO:teuthology.orchestra.run.smithi151.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-16T11:50:54.267 INFO:teuthology.orchestra.run.smithi151.stdout:=============================================================================== 2023-11-16T11:50:54.267 INFO:teuthology.orchestra.run.smithi151.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:50:54.267 INFO:teuthology.orchestra.run.smithi151.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:50:54.268 INFO:teuthology.orchestra.run.smithi151.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:50:54.268 INFO:teuthology.orchestra.run.smithi151.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:50:54.269 INFO:teuthology.run_tasks:Running task pexec... 2023-11-16T11:50:54.281 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-16T11:50:54.282 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi062.front.sepia.ceph.com 2023-11-16T11:50:54.283 DEBUG:teuthology.orchestra.run.smithi062:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-16T11:50:54.284 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi151.front.sepia.ceph.com 2023-11-16T11:50:54.293 DEBUG:teuthology.orchestra.run.smithi151:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-16T11:50:54.684 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-11-16T11:50:54.690 INFO:teuthology.orchestra.run.smithi151.stdout:Updating Subscription Management repositories. 2023-11-16T11:50:56.403 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:02:40 ago on Thu 16 Nov 2023 11:48:15 AM UTC. 2023-11-16T11:50:56.552 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:03:12 ago on Thu 16 Nov 2023 11:47:44 AM UTC. 2023-11-16T11:50:58.270 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2023-11-16T11:50:58.271 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2023-11-16T11:50:58.271 INFO:teuthology.orchestra.run.smithi151.stdout: Package Architecture Version Repository Size 2023-11-16T11:50:58.271 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2023-11-16T11:50:58.271 INFO:teuthology.orchestra.run.smithi151.stdout:Resetting modules: 2023-11-16T11:50:58.272 INFO:teuthology.orchestra.run.smithi151.stdout: container-tools 2023-11-16T11:50:58.272 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:50:58.272 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2023-11-16T11:50:58.272 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2023-11-16T11:50:58.272 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:50:58.415 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-11-16T11:50:58.416 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-16T11:50:58.416 INFO:teuthology.orchestra.run.smithi062.stdout: Package Architecture Version Repository Size 2023-11-16T11:50:58.416 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-16T11:50:58.416 INFO:teuthology.orchestra.run.smithi062.stdout:Resetting modules: 2023-11-16T11:50:58.416 INFO:teuthology.orchestra.run.smithi062.stdout: container-tools 2023-11-16T11:50:58.416 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:50:58.416 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2023-11-16T11:50:58.416 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-16T11:50:58.417 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:50:59.253 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:03:14 ago on Thu 16 Nov 2023 11:47:44 AM UTC. 2023-11-16T11:50:59.435 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:02:43 ago on Thu 16 Nov 2023 11:48:15 AM UTC. 2023-11-16T11:51:08.016 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-11-16T11:51:08.501 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-11-16T11:51:10.175 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:02:54 ago on Thu 16 Nov 2023 11:48:15 AM UTC. 2023-11-16T11:51:10.475 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2023-11-16T11:51:10.927 INFO:teuthology.orchestra.run.smithi151.stdout:Updating Subscription Management repositories. 2023-11-16T11:51:12.163 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-11-16T11:51:12.269 INFO:teuthology.orchestra.run.smithi062.stdout:============================================================================================================ 2023-11-16T11:51:12.269 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2023-11-16T11:51:12.269 INFO:teuthology.orchestra.run.smithi062.stdout:============================================================================================================ 2023-11-16T11:51:12.269 INFO:teuthology.orchestra.run.smithi062.stdout:Installing group/module packages: 2023-11-16T11:51:12.269 INFO:teuthology.orchestra.run.smithi062.stdout: buildah x86_64 1:1.26.2-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 8.0 M 2023-11-16T11:51:12.269 INFO:teuthology.orchestra.run.smithi062.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-11-16T11:51:12.269 INFO:teuthology.orchestra.run.smithi062.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-11-16T11:51:12.270 INFO:teuthology.orchestra.run.smithi062.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-11-16T11:51:12.270 INFO:teuthology.orchestra.run.smithi062.stdout: skopeo x86_64 2:1.9.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-11-16T11:51:12.270 INFO:teuthology.orchestra.run.smithi062.stdout: toolbox x86_64 0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-11-16T11:51:12.270 INFO:teuthology.orchestra.run.smithi062.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-11-16T11:51:12.270 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2023-11-16T11:51:12.270 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-11-16T11:51:12.270 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-11-16T11:51:12.270 INFO:teuthology.orchestra.run.smithi062.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-16T11:51:12.270 INFO:teuthology.orchestra.run.smithi062.stdout:Installing module profiles: 2023-11-16T11:51:12.270 INFO:teuthology.orchestra.run.smithi062.stdout: container-tools/common 2023-11-16T11:51:12.271 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:51:12.271 INFO:teuthology.orchestra.run.smithi062.stdout:Enabling module streams: 2023-11-16T11:51:12.271 INFO:teuthology.orchestra.run.smithi062.stdout: container-tools rhel8 2023-11-16T11:51:12.271 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:51:12.271 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2023-11-16T11:51:12.271 INFO:teuthology.orchestra.run.smithi062.stdout:============================================================================================================ 2023-11-16T11:51:12.271 INFO:teuthology.orchestra.run.smithi062.stdout:Install 10 Packages 2023-11-16T11:51:12.271 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:51:12.271 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 18 M 2023-11-16T11:51:12.271 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 65 M 2023-11-16T11:51:12.271 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2023-11-16T11:51:12.433 INFO:teuthology.orchestra.run.smithi062.stdout:(1/10): yajl-2.1.0-10.el8.x86_64.rpm 252 kB/s | 41 kB 00:00 2023-11-16T11:51:12.458 INFO:teuthology.orchestra.run.smithi062.stdout:(2/10): python3-pyxdg-0.25-16.el8.noarch.rpm 501 kB/s | 94 kB 00:00 2023-11-16T11:51:12.483 INFO:teuthology.orchestra.run.smithi062.stdout:(3/10): python3-pytoml-0.1.14-5.git7dea353.el8. 117 kB/s | 25 kB 00:00 2023-11-16T11:51:12.529 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:03:28 ago on Thu 16 Nov 2023 11:47:44 AM UTC. 2023-11-16T11:51:12.616 INFO:teuthology.orchestra.run.smithi062.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 268 kB/s | 49 kB 00:00 2023-11-16T11:51:12.650 INFO:teuthology.orchestra.run.smithi062.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 2.7 MB/s | 524 kB 00:00 2023-11-16T11:51:12.759 INFO:teuthology.orchestra.run.smithi062.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 1.0 MB/s | 149 kB 00:00 2023-11-16T11:51:12.867 INFO:teuthology.orchestra.run.smithi062.stdout:(7/10): buildah-1.26.2-1.module+el8.6.0+16771+2 21 MB/s | 8.0 MB 00:00 2023-11-16T11:51:12.895 INFO:teuthology.orchestra.run.smithi062.stdout:(8/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 879 kB/s | 213 kB 00:00 2023-11-16T11:51:13.060 INFO:teuthology.orchestra.run.smithi062.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 23 MB/s | 7.0 MB 00:00 2023-11-16T11:51:13.118 INFO:teuthology.orchestra.run.smithi062.stdout:(10/10): toolbox-0.0.99.3-0.6.module+el8.6.0+16 8.8 MB/s | 2.2 MB 00:00 2023-11-16T11:51:13.118 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:51:13.119 INFO:teuthology.orchestra.run.smithi062.stdout:Total 21 MB/s | 18 MB 00:00 2023-11-16T11:51:13.328 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2023-11-16T11:51:13.345 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2023-11-16T11:51:13.346 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2023-11-16T11:51:13.540 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2023-11-16T11:51:13.545 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2023-11-16T11:51:14.135 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2023-11-16T11:51:14.232 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2023-11-16T11:51:14.325 INFO:teuthology.orchestra.run.smithi151.stdout:============================================================================================================ 2023-11-16T11:51:14.325 INFO:teuthology.orchestra.run.smithi151.stdout: Package Arch Version Repository Size 2023-11-16T11:51:14.325 INFO:teuthology.orchestra.run.smithi151.stdout:============================================================================================================ 2023-11-16T11:51:14.325 INFO:teuthology.orchestra.run.smithi151.stdout:Installing group/module packages: 2023-11-16T11:51:14.325 INFO:teuthology.orchestra.run.smithi151.stdout: buildah x86_64 1:1.26.2-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 8.0 M 2023-11-16T11:51:14.325 INFO:teuthology.orchestra.run.smithi151.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-11-16T11:51:14.325 INFO:teuthology.orchestra.run.smithi151.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-11-16T11:51:14.325 INFO:teuthology.orchestra.run.smithi151.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-11-16T11:51:14.325 INFO:teuthology.orchestra.run.smithi151.stdout: skopeo x86_64 2:1.9.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-11-16T11:51:14.325 INFO:teuthology.orchestra.run.smithi151.stdout: toolbox x86_64 0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-11-16T11:51:14.326 INFO:teuthology.orchestra.run.smithi151.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-11-16T11:51:14.326 INFO:teuthology.orchestra.run.smithi151.stdout:Installing dependencies: 2023-11-16T11:51:14.326 INFO:teuthology.orchestra.run.smithi151.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-11-16T11:51:14.326 INFO:teuthology.orchestra.run.smithi151.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-11-16T11:51:14.326 INFO:teuthology.orchestra.run.smithi151.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-16T11:51:14.326 INFO:teuthology.orchestra.run.smithi151.stdout:Installing module profiles: 2023-11-16T11:51:14.326 INFO:teuthology.orchestra.run.smithi151.stdout: container-tools/common 2023-11-16T11:51:14.326 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:51:14.326 INFO:teuthology.orchestra.run.smithi151.stdout:Enabling module streams: 2023-11-16T11:51:14.326 INFO:teuthology.orchestra.run.smithi151.stdout: container-tools rhel8 2023-11-16T11:51:14.326 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:51:14.326 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2023-11-16T11:51:14.326 INFO:teuthology.orchestra.run.smithi151.stdout:============================================================================================================ 2023-11-16T11:51:14.327 INFO:teuthology.orchestra.run.smithi151.stdout:Install 10 Packages 2023-11-16T11:51:14.327 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:51:14.327 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 18 M 2023-11-16T11:51:14.327 INFO:teuthology.orchestra.run.smithi151.stdout:Installed size: 65 M 2023-11-16T11:51:14.327 INFO:teuthology.orchestra.run.smithi151.stdout:Downloading Packages: 2023-11-16T11:51:14.341 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-11-16T11:51:14.450 INFO:teuthology.orchestra.run.smithi151.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 764 kB/s | 94 kB 00:00 2023-11-16T11:51:14.536 INFO:teuthology.orchestra.run.smithi151.stdout:(2/10): yajl-2.1.0-10.el8.x86_64.rpm 196 kB/s | 41 kB 00:00 2023-11-16T11:51:14.542 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-11-16T11:51:14.559 INFO:teuthology.orchestra.run.smithi151.stdout:(3/10): python3-pytoml-0.1.14-5.git7dea353.el8. 107 kB/s | 25 kB 00:00 2023-11-16T11:51:14.643 INFO:teuthology.orchestra.run.smithi151.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 257 kB/s | 49 kB 00:00 2023-11-16T11:51:14.734 INFO:teuthology.orchestra.run.smithi151.stdout:(5/10): python3-podman-4.0.1-1.module+el8.6.0+1 1.6 MB/s | 149 kB 00:00 2023-11-16T11:51:14.776 INFO:teuthology.orchestra.run.smithi151.stdout:(6/10): cockpit-podman-49.1-1.module+el8.6.0+16 2.1 MB/s | 524 kB 00:00 2023-11-16T11:51:14.783 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-11-16T11:51:14.923 INFO:teuthology.orchestra.run.smithi151.stdout:(7/10): buildah-1.26.2-1.module+el8.6.0+16771+2 22 MB/s | 8.0 MB 00:00 2023-11-16T11:51:14.943 INFO:teuthology.orchestra.run.smithi151.stdout:(8/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 1.0 MB/s | 213 kB 00:00 2023-11-16T11:51:15.008 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-11-16T11:51:15.069 INFO:teuthology.orchestra.run.smithi151.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 24 MB/s | 7.0 MB 00:00 2023-11-16T11:51:15.128 INFO:teuthology.orchestra.run.smithi151.stdout:(10/10): toolbox-0.0.99.3-0.6.module+el8.6.0+16 11 MB/s | 2.2 MB 00:00 2023-11-16T11:51:15.128 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:51:15.128 INFO:teuthology.orchestra.run.smithi151.stdout:Total 23 MB/s | 18 MB 00:00 2023-11-16T11:51:15.327 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction check 2023-11-16T11:51:15.347 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction check succeeded. 2023-11-16T11:51:15.347 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction test 2023-11-16T11:51:15.394 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-11-16T11:51:15.531 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction test succeeded. 2023-11-16T11:51:15.534 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction 2023-11-16T11:51:16.020 INFO:teuthology.orchestra.run.smithi151.stdout: Preparing : 1/1 2023-11-16T11:51:16.214 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-11-16T11:51:16.254 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-11-16T11:51:16.424 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-11-16T11:51:16.627 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-11-16T11:51:16.850 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-11-16T11:51:17.129 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-11-16T11:51:17.229 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-11-16T11:51:17.386 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-11-16T11:51:17.580 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-11-16T11:51:17.797 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-11-16T11:51:17.990 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-11-16T11:51:18.084 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-11-16T11:51:18.084 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-11-16T11:51:18.084 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-11-16T11:51:18.084 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-11-16T11:51:18.084 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-11-16T11:51:18.084 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-11-16T11:51:18.084 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-11-16T11:51:18.085 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-11-16T11:51:18.085 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-11-16T11:51:18.085 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-11-16T11:51:18.856 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-11-16T11:51:19.078 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-11-16T11:51:19.248 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-11-16T11:51:19.283 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-11-16T11:51:19.283 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:03:03 ago on Thu 16 Nov 2023 11:48:15 AM UTC. 2023-11-16T11:51:19.458 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-11-16T11:51:19.722 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-11-16T11:51:19.723 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-11-16T11:51:19.723 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-11-16T11:51:19.723 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-11-16T11:51:19.723 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-11-16T11:51:19.723 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-11-16T11:51:19.723 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-11-16T11:51:19.723 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-11-16T11:51:19.723 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-11-16T11:51:19.723 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-11-16T11:51:20.883 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-11-16T11:51:20.883 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:03:36 ago on Thu 16 Nov 2023 11:47:44 AM UTC. 2023-11-16T11:51:30.486 INFO:teuthology.orchestra.run.smithi062.stdout:Installed products updated. 2023-11-16T11:51:30.717 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:51:30.717 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2023-11-16T11:51:30.717 INFO:teuthology.orchestra.run.smithi062.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-11-16T11:51:30.717 INFO:teuthology.orchestra.run.smithi062.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-11-16T11:51:30.717 INFO:teuthology.orchestra.run.smithi062.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-11-16T11:51:30.717 INFO:teuthology.orchestra.run.smithi062.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-11-16T11:51:30.717 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-16T11:51:30.717 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-16T11:51:30.717 INFO:teuthology.orchestra.run.smithi062.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-11-16T11:51:30.717 INFO:teuthology.orchestra.run.smithi062.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-11-16T11:51:30.718 INFO:teuthology.orchestra.run.smithi062.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-11-16T11:51:30.718 INFO:teuthology.orchestra.run.smithi062.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-16T11:51:30.718 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:51:30.718 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-11-16T11:51:30.855 DEBUG:teuthology.parallel:result is None 2023-11-16T11:51:33.155 INFO:teuthology.orchestra.run.smithi151.stdout:Installed products updated. 2023-11-16T11:51:33.357 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:51:33.357 INFO:teuthology.orchestra.run.smithi151.stdout:Installed: 2023-11-16T11:51:33.357 INFO:teuthology.orchestra.run.smithi151.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-11-16T11:51:33.357 INFO:teuthology.orchestra.run.smithi151.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-11-16T11:51:33.357 INFO:teuthology.orchestra.run.smithi151.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-11-16T11:51:33.357 INFO:teuthology.orchestra.run.smithi151.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-11-16T11:51:33.357 INFO:teuthology.orchestra.run.smithi151.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-16T11:51:33.357 INFO:teuthology.orchestra.run.smithi151.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-16T11:51:33.357 INFO:teuthology.orchestra.run.smithi151.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-11-16T11:51:33.358 INFO:teuthology.orchestra.run.smithi151.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-11-16T11:51:33.358 INFO:teuthology.orchestra.run.smithi151.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-11-16T11:51:33.358 INFO:teuthology.orchestra.run.smithi151.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-16T11:51:33.358 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:51:33.358 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2023-11-16T11:51:33.489 DEBUG:teuthology.parallel:result is None 2023-11-16T11:51:33.490 INFO:teuthology.run_tasks:Running task install... 2023-11-16T11:51:33.500 DEBUG:teuthology.task.install:project ceph 2023-11-16T11:51:33.501 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '50bc6740f385afe4f36770e739358479a73d8add'}} 2023-11-16T11:51:33.501 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '50bc6740f385afe4f36770e739358479a73d8add'} 2023-11-16T11:51:33.501 INFO:teuthology.task.install:Using flavor: default 2023-11-16T11:51:33.518 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-11-16T11:51:33.519 INFO:teuthology.task.install:extra packages: [] 2023-11-16T11:51:33.519 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': '50bc6740f385afe4f36770e739358479a73d8add', 'tag': None, 'wait_for_package': False} 2023-11-16T11:51:33.520 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T11:51:33.545 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': '50bc6740f385afe4f36770e739358479a73d8add', 'tag': None, 'wait_for_package': False} 2023-11-16T11:51:33.545 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T11:51:33.782 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/centos/8/flavors/default/ 2023-11-16T11:51:33.782 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7421.g50bc6740 2023-11-16T11:51:33.791 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/centos/8/flavors/default/ 2023-11-16T11:51:33.792 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7421.g50bc6740 2023-11-16T11:51:33.954 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-11-16T11:51:33.954 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-11-16T11:51:33.954 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-11-16T11:51:33.979 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-11-16T11:51:33.979 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2023-11-16T11:51:33.979 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-11-16T11:51:33.992 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-11-16T11:51:33.993 DEBUG:teuthology.orchestra.run.smithi062:> 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/50bc6740f385afe4f36770e739358479a73d8add/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-11-16T11:51:34.008 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-11-16T11:51:34.008 DEBUG:teuthology.orchestra.run.smithi151:> 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/50bc6740f385afe4f36770e739358479a73d8add/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-11-16T11:51:34.064 DEBUG:teuthology.orchestra.run.smithi062:> 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-11-16T11:51:34.076 DEBUG:teuthology.orchestra.run.smithi151:> 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-11-16T11:51:34.147 DEBUG:teuthology.orchestra.run.smithi062:> 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-11-16T11:51:34.154 DEBUG:teuthology.orchestra.run.smithi151:> 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-11-16T11:51:34.220 INFO:teuthology.orchestra.run.smithi151.stdout:check_obsoletes = 1 2023-11-16T11:51:34.221 INFO:teuthology.orchestra.run.smithi062.stdout:check_obsoletes = 1 2023-11-16T11:51:34.221 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum clean all 2023-11-16T11:51:34.222 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum clean all 2023-11-16T11:51:34.596 INFO:teuthology.orchestra.run.smithi151.stdout:Updating Subscription Management repositories. 2023-11-16T11:51:34.618 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-11-16T11:51:35.935 INFO:teuthology.orchestra.run.smithi151.stdout:44 files removed 2023-11-16T11:51:35.989 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install ceph-radosgw 2023-11-16T11:51:36.325 INFO:teuthology.orchestra.run.smithi151.stdout:Updating Subscription Management repositories. 2023-11-16T11:51:36.496 INFO:teuthology.orchestra.run.smithi062.stdout:44 files removed 2023-11-16T11:51:36.552 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-radosgw 2023-11-16T11:51:36.907 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-11-16T11:51:38.837 INFO:teuthology.orchestra.run.smithi151.stdout:ceph packages for x86_64 300 kB/s | 81 kB 00:00 2023-11-16T11:51:39.100 INFO:teuthology.orchestra.run.smithi062.stdout:ceph packages for x86_64 142 kB/s | 81 kB 00:00 2023-11-16T11:51:39.154 INFO:teuthology.orchestra.run.smithi151.stdout:ceph noarch packages 33 kB/s | 9.5 kB 00:00 2023-11-16T11:51:39.411 INFO:teuthology.orchestra.run.smithi062.stdout:ceph noarch packages 34 kB/s | 9.5 kB 00:00 2023-11-16T11:51:39.497 INFO:teuthology.orchestra.run.smithi151.stdout:ceph source packages 4.7 kB/s | 1.5 kB 00:00 2023-11-16T11:51:39.623 INFO:teuthology.orchestra.run.smithi151.stdout:Copr repo for python3-asyncssh owned by ceph 33 kB/s | 3.5 kB 00:00 2023-11-16T11:51:39.762 INFO:teuthology.orchestra.run.smithi062.stdout:ceph source packages 4.6 kB/s | 1.5 kB 00:00 2023-11-16T11:51:39.938 INFO:teuthology.orchestra.run.smithi062.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-11-16T11:51:40.433 INFO:teuthology.orchestra.run.smithi151.stdout:Extra Packages for Enterprise Linux 20 MB/s | 16 MB 00:00 2023-11-16T11:51:41.649 INFO:teuthology.orchestra.run.smithi062.stdout:Extra Packages for Enterprise Linux 9.4 MB/s | 16 MB 00:01 2023-11-16T11:51:44.073 INFO:teuthology.orchestra.run.smithi151.stdout:lab-extras 401 kB/s | 24 kB 00:00 2023-11-16T11:51:45.184 INFO:teuthology.orchestra.run.smithi151.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 46 MB/s | 47 MB 00:01 2023-11-16T11:51:45.613 INFO:teuthology.orchestra.run.smithi062.stdout:lab-extras 366 kB/s | 24 kB 00:00 2023-11-16T11:51:46.984 INFO:teuthology.orchestra.run.smithi062.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 41 MB/s | 53 MB 00:01 2023-11-16T11:51:53.951 INFO:teuthology.orchestra.run.smithi151.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 40 MB/s | 53 MB 00:01 2023-11-16T11:51:56.386 INFO:teuthology.orchestra.run.smithi062.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 40 MB/s | 47 MB 00:01 2023-11-16T11:52:05.478 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2023-11-16T11:52:05.482 INFO:teuthology.orchestra.run.smithi151.stdout:==================================================================================================== 2023-11-16T11:52:05.482 INFO:teuthology.orchestra.run.smithi151.stdout: Package Arch Version Repository Size 2023-11-16T11:52:05.482 INFO:teuthology.orchestra.run.smithi151.stdout:==================================================================================================== 2023-11-16T11:52:05.482 INFO:teuthology.orchestra.run.smithi151.stdout:Installing: 2023-11-16T11:52:05.483 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-radosgw x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 14 M 2023-11-16T11:52:05.483 INFO:teuthology.orchestra.run.smithi151.stdout:Upgrading: 2023-11-16T11:52:05.483 INFO:teuthology.orchestra.run.smithi151.stdout: librados2 x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 3.8 M 2023-11-16T11:52:05.483 INFO:teuthology.orchestra.run.smithi151.stdout: librbd1 x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 3.7 M 2023-11-16T11:52:05.483 INFO:teuthology.orchestra.run.smithi151.stdout:Installing dependencies: 2023-11-16T11:52:05.483 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-base x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 5.4 M 2023-11-16T11:52:05.483 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-common x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 23 M 2023-11-16T11:52:05.483 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-selinux x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 24 k 2023-11-16T11:52:05.483 INFO:teuthology.orchestra.run.smithi151.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-11-16T11:52:05.483 INFO:teuthology.orchestra.run.smithi151.stdout: libcephfs2 x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 838 k 2023-11-16T11:52:05.484 INFO:teuthology.orchestra.run.smithi151.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-11-16T11:52:05.484 INFO:teuthology.orchestra.run.smithi151.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-11-16T11:52:05.484 INFO:teuthology.orchestra.run.smithi151.stdout: libradosstriper1 x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 517 k 2023-11-16T11:52:05.484 INFO:teuthology.orchestra.run.smithi151.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-11-16T11:52:05.484 INFO:teuthology.orchestra.run.smithi151.stdout: librgw2 x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 6.9 M 2023-11-16T11:52:05.484 INFO:teuthology.orchestra.run.smithi151.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-11-16T11:52:05.484 INFO:teuthology.orchestra.run.smithi151.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-11-16T11:52:05.484 INFO:teuthology.orchestra.run.smithi151.stdout: python3-ceph-argparse x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 45 k 2023-11-16T11:52:05.484 INFO:teuthology.orchestra.run.smithi151.stdout: python3-ceph-common x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 128 k 2023-11-16T11:52:05.484 INFO:teuthology.orchestra.run.smithi151.stdout: python3-cephfs x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 196 k 2023-11-16T11:52:05.484 INFO:teuthology.orchestra.run.smithi151.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-11-16T11:52:05.484 INFO:teuthology.orchestra.run.smithi151.stdout: python3-rados x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 371 k 2023-11-16T11:52:05.484 INFO:teuthology.orchestra.run.smithi151.stdout: python3-rbd x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 364 k 2023-11-16T11:52:05.485 INFO:teuthology.orchestra.run.smithi151.stdout: python3-rgw x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 106 k 2023-11-16T11:52:05.485 INFO:teuthology.orchestra.run.smithi151.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-11-16T11:52:05.485 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:52:05.485 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2023-11-16T11:52:05.485 INFO:teuthology.orchestra.run.smithi151.stdout:==================================================================================================== 2023-11-16T11:52:05.485 INFO:teuthology.orchestra.run.smithi151.stdout:Install 21 Packages 2023-11-16T11:52:05.485 INFO:teuthology.orchestra.run.smithi151.stdout:Upgrade 2 Packages 2023-11-16T11:52:05.485 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:52:05.485 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 62 M 2023-11-16T11:52:05.485 INFO:teuthology.orchestra.run.smithi151.stdout:Downloading Packages: 2023-11-16T11:52:06.902 INFO:teuthology.orchestra.run.smithi151.stdout:(1/23): ceph-radosgw-18.0.0-7421.g50bc6740.el8. 10 MB/s | 14 MB 00:01 2023-11-16T11:52:06.959 INFO:teuthology.orchestra.run.smithi151.stdout:(2/23): ceph-selinux-18.0.0-7421.g50bc6740.el8. 419 kB/s | 24 kB 00:00 2023-11-16T11:52:07.077 INFO:teuthology.orchestra.run.smithi151.stdout:(3/23): ceph-base-18.0.0-7421.g50bc6740.el8.x86 3.6 MB/s | 5.4 MB 00:01 2023-11-16T11:52:07.110 INFO:teuthology.orchestra.run.smithi151.stdout:(4/23): libcephfs2-18.0.0-7421.g50bc6740.el8.x8 5.5 MB/s | 838 kB 00:00 2023-11-16T11:52:07.361 INFO:teuthology.orchestra.run.smithi151.stdout:(5/23): libradosstriper1-18.0.0-7421.g50bc6740. 1.8 MB/s | 517 kB 00:00 2023-11-16T11:52:07.478 INFO:teuthology.orchestra.run.smithi151.stdout:(6/23): python3-ceph-argparse-18.0.0-7421.g50bc 383 kB/s | 45 kB 00:00 2023-11-16T11:52:07.577 INFO:teuthology.orchestra.run.smithi151.stdout:(7/23): python3-ceph-common-18.0.0-7421.g50bc67 1.3 MB/s | 128 kB 00:00 2023-11-16T11:52:07.686 INFO:teuthology.orchestra.run.smithi151.stdout:(8/23): librgw2-18.0.0-7421.g50bc6740.el8.x86_6 12 MB/s | 6.9 MB 00:00 2023-11-16T11:52:07.711 INFO:teuthology.orchestra.run.smithi151.stdout:(9/23): python3-cephfs-18.0.0-7421.g50bc6740.el 1.4 MB/s | 196 kB 00:00 2023-11-16T11:52:07.787 INFO:teuthology.orchestra.run.smithi151.stdout:(10/23): python3-rados-18.0.0-7421.g50bc6740.el 3.6 MB/s | 371 kB 00:00 2023-11-16T11:52:07.854 INFO:teuthology.orchestra.run.smithi151.stdout:(11/23): python3-rgw-18.0.0-7421.g50bc6740.el8. 1.6 MB/s | 106 kB 00:00 2023-11-16T11:52:07.879 INFO:teuthology.orchestra.run.smithi151.stdout:(12/23): python3-rbd-18.0.0-7421.g50bc6740.el8. 2.1 MB/s | 364 kB 00:00 2023-11-16T11:52:08.099 INFO:teuthology.orchestra.run.smithi151.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 271 kB/s | 59 kB 00:00 2023-11-16T11:52:08.155 INFO:teuthology.orchestra.run.smithi151.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.0 MB/s | 306 kB 00:00 2023-11-16T11:52:08.213 INFO:teuthology.orchestra.run.smithi151.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 643 kB/s | 75 kB 00:00 2023-11-16T11:52:08.375 INFO:teuthology.orchestra.run.smithi151.stdout:(16/23): thrift-0.13.0-2.el8.x86_64.rpm 7.9 MB/s | 1.7 MB 00:00 2023-11-16T11:52:08.641 INFO:teuthology.orchestra.run.smithi151.stdout:(17/23): ceph-common-18.0.0-7421.g50bc6740.el8. 7.3 MB/s | 23 MB 00:03 2023-11-16T11:52:08.674 INFO:teuthology.orchestra.run.smithi151.stdout:(18/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 562 kB/s | 259 kB 00:00 2023-11-16T11:52:08.694 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-11-16T11:52:08.697 INFO:teuthology.orchestra.run.smithi062.stdout:==================================================================================================== 2023-11-16T11:52:08.697 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2023-11-16T11:52:08.697 INFO:teuthology.orchestra.run.smithi062.stdout:==================================================================================================== 2023-11-16T11:52:08.697 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2023-11-16T11:52:08.697 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-radosgw x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 14 M 2023-11-16T11:52:08.697 INFO:teuthology.orchestra.run.smithi062.stdout:Upgrading: 2023-11-16T11:52:08.697 INFO:teuthology.orchestra.run.smithi062.stdout: librados2 x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 3.8 M 2023-11-16T11:52:08.697 INFO:teuthology.orchestra.run.smithi062.stdout: librbd1 x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 3.7 M 2023-11-16T11:52:08.697 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2023-11-16T11:52:08.698 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-base x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 5.4 M 2023-11-16T11:52:08.698 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-common x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 23 M 2023-11-16T11:52:08.698 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-selinux x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 24 k 2023-11-16T11:52:08.698 INFO:teuthology.orchestra.run.smithi062.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-11-16T11:52:08.698 INFO:teuthology.orchestra.run.smithi062.stdout: libcephfs2 x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 838 k 2023-11-16T11:52:08.698 INFO:teuthology.orchestra.run.smithi062.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-11-16T11:52:08.698 INFO:teuthology.orchestra.run.smithi062.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-11-16T11:52:08.698 INFO:teuthology.orchestra.run.smithi062.stdout: libradosstriper1 x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 517 k 2023-11-16T11:52:08.698 INFO:teuthology.orchestra.run.smithi062.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-11-16T11:52:08.698 INFO:teuthology.orchestra.run.smithi062.stdout: librgw2 x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 6.9 M 2023-11-16T11:52:08.698 INFO:teuthology.orchestra.run.smithi062.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-11-16T11:52:08.698 INFO:teuthology.orchestra.run.smithi062.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-11-16T11:52:08.699 INFO:teuthology.orchestra.run.smithi062.stdout: python3-ceph-argparse x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 45 k 2023-11-16T11:52:08.699 INFO:teuthology.orchestra.run.smithi062.stdout: python3-ceph-common x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 128 k 2023-11-16T11:52:08.699 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cephfs x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 196 k 2023-11-16T11:52:08.699 INFO:teuthology.orchestra.run.smithi062.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-11-16T11:52:08.699 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rados x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 371 k 2023-11-16T11:52:08.699 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rbd x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 364 k 2023-11-16T11:52:08.699 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rgw x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 106 k 2023-11-16T11:52:08.699 INFO:teuthology.orchestra.run.smithi062.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-11-16T11:52:08.699 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:52:08.699 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2023-11-16T11:52:08.699 INFO:teuthology.orchestra.run.smithi062.stdout:==================================================================================================== 2023-11-16T11:52:08.699 INFO:teuthology.orchestra.run.smithi062.stdout:Install 21 Packages 2023-11-16T11:52:08.699 INFO:teuthology.orchestra.run.smithi062.stdout:Upgrade 2 Packages 2023-11-16T11:52:08.700 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:52:08.700 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 62 M 2023-11-16T11:52:08.700 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2023-11-16T11:52:09.166 INFO:teuthology.orchestra.run.smithi151.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 55 kB/s | 44 kB 00:00 2023-11-16T11:52:09.191 INFO:teuthology.orchestra.run.smithi151.stdout:(20/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 92 kB/s | 47 kB 00:00 2023-11-16T11:52:09.217 INFO:teuthology.orchestra.run.smithi151.stdout:(21/23): librdkafka-0.11.4-3.el8.x86_64.rpm 621 kB/s | 354 kB 00:00 2023-11-16T11:52:09.626 INFO:teuthology.orchestra.run.smithi151.stdout:(22/23): librbd1-18.0.0-7421.g50bc6740.el8.x86_ 8.6 MB/s | 3.7 MB 00:00 2023-11-16T11:52:10.026 INFO:teuthology.orchestra.run.smithi151.stdout:(23/23): librados2-18.0.0-7421.g50bc6740.el8.x8 4.4 MB/s | 3.8 MB 00:00 2023-11-16T11:52:10.029 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:52:10.030 INFO:teuthology.orchestra.run.smithi151.stdout:Total 14 MB/s | 62 MB 00:04 2023-11-16T11:52:10.077 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction check 2023-11-16T11:52:10.123 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction check succeeded. 2023-11-16T11:52:10.123 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction test 2023-11-16T11:52:10.459 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction test succeeded. 2023-11-16T11:52:10.463 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction 2023-11-16T11:52:10.529 INFO:teuthology.orchestra.run.smithi062.stdout:(1/23): ceph-radosgw-18.0.0-7421.g50bc6740.el8. 9.3 MB/s | 14 MB 00:01 2023-11-16T11:52:10.583 INFO:teuthology.orchestra.run.smithi062.stdout:(2/23): ceph-selinux-18.0.0-7421.g50bc6740.el8. 450 kB/s | 24 kB 00:00 2023-11-16T11:52:10.737 INFO:teuthology.orchestra.run.smithi062.stdout:(3/23): ceph-base-18.0.0-7421.g50bc6740.el8.x86 3.2 MB/s | 5.4 MB 00:01 2023-11-16T11:52:10.784 INFO:teuthology.orchestra.run.smithi062.stdout:(4/23): libcephfs2-18.0.0-7421.g50bc6740.el8.x8 4.1 MB/s | 838 kB 00:00 2023-11-16T11:52:10.854 INFO:teuthology.orchestra.run.smithi062.stdout:(5/23): libradosstriper1-18.0.0-7421.g50bc6740. 4.5 MB/s | 517 kB 00:00 2023-11-16T11:52:10.968 INFO:teuthology.orchestra.run.smithi062.stdout:(6/23): python3-ceph-argparse-18.0.0-7421.g50bc 383 kB/s | 45 kB 00:00 2023-11-16T11:52:11.051 INFO:teuthology.orchestra.run.smithi062.stdout:(7/23): python3-ceph-common-18.0.0-7421.g50bc67 1.5 MB/s | 128 kB 00:00 2023-11-16T11:52:11.168 INFO:teuthology.orchestra.run.smithi062.stdout:(8/23): python3-cephfs-18.0.0-7421.g50bc6740.el 1.6 MB/s | 196 kB 00:00 2023-11-16T11:52:11.262 INFO:teuthology.orchestra.run.smithi062.stdout:(9/23): librgw2-18.0.0-7421.g50bc6740.el8.x86_6 15 MB/s | 6.9 MB 00:00 2023-11-16T11:52:11.286 INFO:teuthology.orchestra.run.smithi062.stdout:(10/23): python3-rados-18.0.0-7421.g50bc6740.el 3.1 MB/s | 371 kB 00:00 2023-11-16T11:52:11.361 INFO:teuthology.orchestra.run.smithi062.stdout:(11/23): python3-rbd-18.0.0-7421.g50bc6740.el8. 3.6 MB/s | 364 kB 00:00 2023-11-16T11:52:11.386 INFO:teuthology.orchestra.run.smithi062.stdout:(12/23): python3-rgw-18.0.0-7421.g50bc6740.el8. 1.0 MB/s | 106 kB 00:00 2023-11-16T11:52:11.561 INFO:teuthology.orchestra.run.smithi062.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 336 kB/s | 59 kB 00:00 2023-11-16T11:52:11.637 INFO:teuthology.orchestra.run.smithi151.stdout: Preparing : 1/1 2023-11-16T11:52:11.637 INFO:teuthology.orchestra.run.smithi062.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.1 MB/s | 306 kB 00:00 2023-11-16T11:52:11.663 INFO:teuthology.orchestra.run.smithi062.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 747 kB/s | 75 kB 00:00 2023-11-16T11:52:11.823 INFO:teuthology.orchestra.run.smithi062.stdout:(16/23): thrift-0.13.0-2.el8.x86_64.rpm 9.5 MB/s | 1.7 MB 00:00 2023-11-16T11:52:11.846 INFO:teuthology.orchestra.run.smithi062.stdout:(17/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 255 kB/s | 47 kB 00:00 2023-11-16T11:52:11.907 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-11-16T11:52:12.112 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-16T11:52:12.137 INFO:teuthology.orchestra.run.smithi062.stdout:(18/23): ceph-common-18.0.0-7421.g50bc6740.el8. 7.3 MB/s | 23 MB 00:03 2023-11-16T11:52:12.164 INFO:teuthology.orchestra.run.smithi062.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 143 kB/s | 44 kB 00:00 2023-11-16T11:52:12.197 INFO:teuthology.orchestra.run.smithi062.stdout:(20/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 690 kB/s | 259 kB 00:00 2023-11-16T11:52:12.306 INFO:teuthology.orchestra.run.smithi062.stdout:(21/23): librdkafka-0.11.4-3.el8.x86_64.rpm 2.1 MB/s | 354 kB 00:00 2023-11-16T11:52:12.464 INFO:teuthology.orchestra.run.smithi062.stdout:(22/23): librbd1-18.0.0-7421.g50bc6740.el8.x86_ 14 MB/s | 3.7 MB 00:00 2023-11-16T11:52:12.527 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-16T11:52:12.720 INFO:teuthology.orchestra.run.smithi151.stdout: Upgrading : librados2-2:18.0.0-7421.g50bc6740.el8.x86_64 3/25 2023-11-16T11:52:12.806 INFO:teuthology.orchestra.run.smithi062.stdout:(23/23): librados2-18.0.0-7421.g50bc6740.el8.x8 5.9 MB/s | 3.8 MB 00:00 2023-11-16T11:52:12.809 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:52:12.809 INFO:teuthology.orchestra.run.smithi062.stdout:Total 15 MB/s | 62 MB 00:04 2023-11-16T11:52:12.818 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: librados2-2:18.0.0-7421.g50bc6740.el8.x86_64 3/25 2023-11-16T11:52:12.861 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2023-11-16T11:52:12.910 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2023-11-16T11:52:12.910 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2023-11-16T11:52:13.026 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-rados-2:18.0.0-7421.g50bc6740.el8.x86_64 4/25 2023-11-16T11:52:13.256 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-11-16T11:52:13.266 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2023-11-16T11:52:13.270 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2023-11-16T11:52:13.454 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : libcephfs2-2:18.0.0-7421.g50bc6740.el8.x86_64 6/25 2023-11-16T11:52:13.847 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: libcephfs2-2:18.0.0-7421.g50bc6740.el8.x86_64 6/25 2023-11-16T11:52:14.094 INFO:teuthology.orchestra.run.smithi151.stdout: Upgrading : librbd1-2:18.0.0-7421.g50bc6740.el8.x86_64 7/25 2023-11-16T11:52:14.148 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: librbd1-2:18.0.0-7421.g50bc6740.el8.x86_64 7/25 2023-11-16T11:52:14.376 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-11-16T11:52:14.595 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2023-11-16T11:52:14.843 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-11-16T11:52:14.869 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-16T11:52:14.936 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-16T11:52:15.069 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-ceph-argparse-2:18.0.0-7421.g50bc6740.el8. 10/25 2023-11-16T11:52:15.076 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-16T11:52:15.289 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-cephfs-2:18.0.0-7421.g50bc6740.el8.x86_64 11/25 2023-11-16T11:52:15.533 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-rbd-2:18.0.0-7421.g50bc6740.el8.x86_64 12/25 2023-11-16T11:52:15.537 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-16T11:52:15.727 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : libradosstriper1-2:18.0.0-7421.g50bc6740.el8.x86_6 13/25 2023-11-16T11:52:15.798 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7421.g50bc6740.el8.x86_6 13/25 2023-11-16T11:52:15.955 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 14/25 2023-11-16T11:52:16.134 INFO:teuthology.orchestra.run.smithi062.stdout: Upgrading : librados2-2:18.0.0-7421.g50bc6740.el8.x86_64 3/25 2023-11-16T11:52:16.181 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 15/25 2023-11-16T11:52:16.245 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: librados2-2:18.0.0-7421.g50bc6740.el8.x86_64 3/25 2023-11-16T11:52:16.475 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-rados-2:18.0.0-7421.g50bc6740.el8.x86_64 4/25 2023-11-16T11:52:16.742 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-11-16T11:52:16.999 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 16/25 2023-11-16T11:52:17.003 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libcephfs2-2:18.0.0-7421.g50bc6740.el8.x86_64 6/25 2023-11-16T11:52:17.202 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : librgw2-2:18.0.0-7421.g50bc6740.el8.x86_64 17/25 2023-11-16T11:52:17.262 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: librgw2-2:18.0.0-7421.g50bc6740.el8.x86_64 17/25 2023-11-16T11:52:17.455 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: libcephfs2-2:18.0.0-7421.g50bc6740.el8.x86_64 6/25 2023-11-16T11:52:17.487 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-rgw-2:18.0.0-7421.g50bc6740.el8.x86_64 18/25 2023-11-16T11:52:17.644 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-ceph-common-2:18.0.0-7421.g50bc6740.el8.x8 19/25 2023-11-16T11:52:17.708 INFO:teuthology.orchestra.run.smithi062.stdout: Upgrading : librbd1-2:18.0.0-7421.g50bc6740.el8.x86_64 7/25 2023-11-16T11:52:17.803 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: librbd1-2:18.0.0-7421.g50bc6740.el8.x86_64 7/25 2023-11-16T11:52:18.033 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-11-16T11:52:18.100 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-11-16T11:52:18.291 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-11-16T11:52:18.480 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-ceph-argparse-2:18.0.0-7421.g50bc6740.el8. 10/25 2023-11-16T11:52:18.705 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-cephfs-2:18.0.0-7421.g50bc6740.el8.x86_64 11/25 2023-11-16T11:52:18.954 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-rbd-2:18.0.0-7421.g50bc6740.el8.x86_64 12/25 2023-11-16T11:52:19.137 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libradosstriper1-2:18.0.0-7421.g50bc6740.el8.x86_6 13/25 2023-11-16T11:52:19.241 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7421.g50bc6740.el8.x86_6 13/25 2023-11-16T11:52:19.377 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 14/25 2023-11-16T11:52:19.584 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 15/25 2023-11-16T11:52:20.462 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 16/25 2023-11-16T11:52:20.661 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : librgw2-2:18.0.0-7421.g50bc6740.el8.x86_64 17/25 2023-11-16T11:52:20.746 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: librgw2-2:18.0.0-7421.g50bc6740.el8.x86_64 17/25 2023-11-16T11:52:20.996 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-rgw-2:18.0.0-7421.g50bc6740.el8.x86_64 18/25 2023-11-16T11:52:21.225 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-ceph-common-2:18.0.0-7421.g50bc6740.el8.x8 19/25 2023-11-16T11:52:21.404 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-common-2:18.0.0-7421.g50bc6740.el8.x86_64 20/25 2023-11-16T11:52:21.635 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-common-2:18.0.0-7421.g50bc6740.el8.x86_64 20/25 2023-11-16T11:52:22.229 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-common-2:18.0.0-7421.g50bc6740.el8.x86_64 20/25 2023-11-16T11:52:22.502 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-base-2:18.0.0-7421.g50bc6740.el8.x86_64 21/25 2023-11-16T11:52:22.615 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-base-2:18.0.0-7421.g50bc6740.el8.x86_64 21/25 2023-11-16T11:52:22.785 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-selinux-2:18.0.0-7421.g50bc6740.el8.x86_64 22/25 2023-11-16T11:52:25.348 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-common-2:18.0.0-7421.g50bc6740.el8.x86_64 20/25 2023-11-16T11:52:25.602 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-common-2:18.0.0-7421.g50bc6740.el8.x86_64 20/25 2023-11-16T11:52:26.254 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-common-2:18.0.0-7421.g50bc6740.el8.x86_64 20/25 2023-11-16T11:52:26.769 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-base-2:18.0.0-7421.g50bc6740.el8.x86_64 21/25 2023-11-16T11:52:26.884 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-base-2:18.0.0-7421.g50bc6740.el8.x86_64 21/25 2023-11-16T11:52:27.063 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-selinux-2:18.0.0-7421.g50bc6740.el8.x86_64 22/25 2023-11-16T11:52:41.182 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7421.g50bc6740.el8.x86_64 22/25 2023-11-16T11:52:41.182 INFO:teuthology.orchestra.run.smithi151.stdout:skipping the directory /sys 2023-11-16T11:52:41.182 INFO:teuthology.orchestra.run.smithi151.stdout:skipping the directory /proc 2023-11-16T11:52:41.183 INFO:teuthology.orchestra.run.smithi151.stdout:skipping the directory /dev 2023-11-16T11:52:41.183 INFO:teuthology.orchestra.run.smithi151.stdout:skipping the directory /run 2023-11-16T11:52:41.183 INFO:teuthology.orchestra.run.smithi151.stdout:skipping the directory /mnt 2023-11-16T11:52:41.183 INFO:teuthology.orchestra.run.smithi151.stdout:skipping the directory /var/tmp 2023-11-16T11:52:41.183 INFO:teuthology.orchestra.run.smithi151.stdout:skipping the directory /home 2023-11-16T11:52:41.183 INFO:teuthology.orchestra.run.smithi151.stdout:skipping the directory /tmp 2023-11-16T11:52:41.183 INFO:teuthology.orchestra.run.smithi151.stdout:skipping the directory /dev 2023-11-16T11:52:41.183 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:52:42.632 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-radosgw-2:18.0.0-7421.g50bc6740.el8.x86_64 23/25 2023-11-16T11:52:42.655 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7421.g50bc6740.el8.x86_64 23/25 2023-11-16T11:52:42.655 INFO:teuthology.orchestra.run.smithi151.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-16T11:52:42.901 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-16T11:52:42.901 INFO:teuthology.orchestra.run.smithi151.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-16T11:52:43.526 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-16T11:52:43.526 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-base-2:18.0.0-7421.g50bc6740.el8.x86_64 1/25 2023-11-16T11:52:43.526 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-common-2:18.0.0-7421.g50bc6740.el8.x86_64 2/25 2023-11-16T11:52:43.526 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-radosgw-2:18.0.0-7421.g50bc6740.el8.x86_64 3/25 2023-11-16T11:52:43.526 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-selinux-2:18.0.0-7421.g50bc6740.el8.x86_64 4/25 2023-11-16T11:52:43.526 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : libcephfs2-2:18.0.0-7421.g50bc6740.el8.x86_64 5/25 2023-11-16T11:52:43.526 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : libradosstriper1-2:18.0.0-7421.g50bc6740.el8.x86_6 6/25 2023-11-16T11:52:43.526 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : librgw2-2:18.0.0-7421.g50bc6740.el8.x86_64 7/25 2023-11-16T11:52:43.526 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7421.g50bc6740.el8. 8/25 2023-11-16T11:52:43.526 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-ceph-common-2:18.0.0-7421.g50bc6740.el8.x8 9/25 2023-11-16T11:52:43.527 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-cephfs-2:18.0.0-7421.g50bc6740.el8.x86_64 10/25 2023-11-16T11:52:43.527 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-rados-2:18.0.0-7421.g50bc6740.el8.x86_64 11/25 2023-11-16T11:52:43.527 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-rbd-2:18.0.0-7421.g50bc6740.el8.x86_64 12/25 2023-11-16T11:52:43.527 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-rgw-2:18.0.0-7421.g50bc6740.el8.x86_64 13/25 2023-11-16T11:52:43.527 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-11-16T11:52:43.527 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-11-16T11:52:43.527 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-11-16T11:52:43.527 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-11-16T11:52:43.527 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-11-16T11:52:43.527 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-11-16T11:52:43.527 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-11-16T11:52:43.527 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-11-16T11:52:43.527 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : librados2-2:18.0.0-7421.g50bc6740.el8.x86_64 22/25 2023-11-16T11:52:43.528 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-11-16T11:52:43.528 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : librbd1-2:18.0.0-7421.g50bc6740.el8.x86_64 24/25 2023-11-16T11:52:44.889 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-11-16T11:52:44.889 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:00:51 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:52:46.760 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7421.g50bc6740.el8.x86_64 22/25 2023-11-16T11:52:46.761 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /sys 2023-11-16T11:52:46.761 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /proc 2023-11-16T11:52:46.761 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /dev 2023-11-16T11:52:46.761 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /run 2023-11-16T11:52:46.761 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /mnt 2023-11-16T11:52:46.761 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /var/tmp 2023-11-16T11:52:46.761 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /home 2023-11-16T11:52:46.761 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /tmp 2023-11-16T11:52:46.762 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /dev 2023-11-16T11:52:46.762 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:52:48.308 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-radosgw-2:18.0.0-7421.g50bc6740.el8.x86_64 23/25 2023-11-16T11:52:48.329 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7421.g50bc6740.el8.x86_64 23/25 2023-11-16T11:52:48.332 INFO:teuthology.orchestra.run.smithi062.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-16T11:52:48.578 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-16T11:52:48.578 INFO:teuthology.orchestra.run.smithi062.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-16T11:52:49.230 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-16T11:52:49.230 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-base-2:18.0.0-7421.g50bc6740.el8.x86_64 1/25 2023-11-16T11:52:49.230 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-common-2:18.0.0-7421.g50bc6740.el8.x86_64 2/25 2023-11-16T11:52:49.230 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-radosgw-2:18.0.0-7421.g50bc6740.el8.x86_64 3/25 2023-11-16T11:52:49.230 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-selinux-2:18.0.0-7421.g50bc6740.el8.x86_64 4/25 2023-11-16T11:52:49.230 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libcephfs2-2:18.0.0-7421.g50bc6740.el8.x86_64 5/25 2023-11-16T11:52:49.230 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libradosstriper1-2:18.0.0-7421.g50bc6740.el8.x86_6 6/25 2023-11-16T11:52:49.231 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librgw2-2:18.0.0-7421.g50bc6740.el8.x86_64 7/25 2023-11-16T11:52:49.231 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7421.g50bc6740.el8. 8/25 2023-11-16T11:52:49.231 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-ceph-common-2:18.0.0-7421.g50bc6740.el8.x8 9/25 2023-11-16T11:52:49.231 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-cephfs-2:18.0.0-7421.g50bc6740.el8.x86_64 10/25 2023-11-16T11:52:49.231 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-rados-2:18.0.0-7421.g50bc6740.el8.x86_64 11/25 2023-11-16T11:52:49.231 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-rbd-2:18.0.0-7421.g50bc6740.el8.x86_64 12/25 2023-11-16T11:52:49.231 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-rgw-2:18.0.0-7421.g50bc6740.el8.x86_64 13/25 2023-11-16T11:52:49.231 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-11-16T11:52:49.233 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-11-16T11:52:49.233 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-11-16T11:52:49.233 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-11-16T11:52:49.233 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-11-16T11:52:49.233 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-11-16T11:52:49.233 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-11-16T11:52:49.233 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-11-16T11:52:49.234 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librados2-2:18.0.0-7421.g50bc6740.el8.x86_64 22/25 2023-11-16T11:52:49.234 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-11-16T11:52:49.234 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librbd1-2:18.0.0-7421.g50bc6740.el8.x86_64 24/25 2023-11-16T11:52:50.802 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-11-16T11:52:50.802 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:00:55 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:52:54.573 INFO:teuthology.orchestra.run.smithi151.stdout:Installed products updated. 2023-11-16T11:52:54.765 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:52:54.765 INFO:teuthology.orchestra.run.smithi151.stdout:Upgraded: 2023-11-16T11:52:54.765 INFO:teuthology.orchestra.run.smithi151.stdout: librados2-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:52:54.765 INFO:teuthology.orchestra.run.smithi151.stdout: librbd1-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:52:54.765 INFO:teuthology.orchestra.run.smithi151.stdout:Installed: 2023-11-16T11:52:54.765 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-base-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:52:54.765 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-common-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:52:54.765 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-radosgw-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:52:54.766 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-selinux-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:52:54.766 INFO:teuthology.orchestra.run.smithi151.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-11-16T11:52:54.766 INFO:teuthology.orchestra.run.smithi151.stdout: libcephfs2-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:52:54.766 INFO:teuthology.orchestra.run.smithi151.stdout: liboath-2.6.2-3.el8.x86_64 2023-11-16T11:52:54.766 INFO:teuthology.orchestra.run.smithi151.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-11-16T11:52:54.766 INFO:teuthology.orchestra.run.smithi151.stdout: libradosstriper1-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:52:54.766 INFO:teuthology.orchestra.run.smithi151.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-11-16T11:52:54.766 INFO:teuthology.orchestra.run.smithi151.stdout: librgw2-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:52:54.766 INFO:teuthology.orchestra.run.smithi151.stdout: libunwind-1.3.1-3.el8.x86_64 2023-11-16T11:52:54.767 INFO:teuthology.orchestra.run.smithi151.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-11-16T11:52:54.767 INFO:teuthology.orchestra.run.smithi151.stdout: python3-ceph-argparse-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:52:54.767 INFO:teuthology.orchestra.run.smithi151.stdout: python3-ceph-common-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:52:54.767 INFO:teuthology.orchestra.run.smithi151.stdout: python3-cephfs-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:52:54.767 INFO:teuthology.orchestra.run.smithi151.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-11-16T11:52:54.767 INFO:teuthology.orchestra.run.smithi151.stdout: python3-rados-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:52:54.767 INFO:teuthology.orchestra.run.smithi151.stdout: python3-rbd-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:52:54.767 INFO:teuthology.orchestra.run.smithi151.stdout: python3-rgw-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:52:54.767 INFO:teuthology.orchestra.run.smithi151.stdout: thrift-0.13.0-2.el8.x86_64 2023-11-16T11:52:54.767 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:52:54.768 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2023-11-16T11:52:54.937 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install ceph-test 2023-11-16T11:52:55.289 INFO:teuthology.orchestra.run.smithi151.stdout:Updating Subscription Management repositories. 2023-11-16T11:52:57.002 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:01:04 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:52:58.383 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2023-11-16T11:52:58.385 INFO:teuthology.orchestra.run.smithi151.stdout:============================================================================================ 2023-11-16T11:52:58.386 INFO:teuthology.orchestra.run.smithi151.stdout: Package Arch Version Repository Size 2023-11-16T11:52:58.386 INFO:teuthology.orchestra.run.smithi151.stdout:============================================================================================ 2023-11-16T11:52:58.386 INFO:teuthology.orchestra.run.smithi151.stdout:Installing: 2023-11-16T11:52:58.386 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-test x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 49 M 2023-11-16T11:52:58.386 INFO:teuthology.orchestra.run.smithi151.stdout:Installing dependencies: 2023-11-16T11:52:58.386 INFO:teuthology.orchestra.run.smithi151.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-11-16T11:52:58.386 INFO:teuthology.orchestra.run.smithi151.stdout: libcephsqlite x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 183 k 2023-11-16T11:52:58.386 INFO:teuthology.orchestra.run.smithi151.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-11-16T11:52:58.386 INFO:teuthology.orchestra.run.smithi151.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-11-16T11:52:58.386 INFO:teuthology.orchestra.run.smithi151.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-11-16T11:52:58.387 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:52:58.387 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2023-11-16T11:52:58.387 INFO:teuthology.orchestra.run.smithi151.stdout:============================================================================================ 2023-11-16T11:52:58.387 INFO:teuthology.orchestra.run.smithi151.stdout:Install 6 Packages 2023-11-16T11:52:58.387 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:52:58.387 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 50 M 2023-11-16T11:52:58.387 INFO:teuthology.orchestra.run.smithi151.stdout:Installed size: 223 M 2023-11-16T11:52:58.387 INFO:teuthology.orchestra.run.smithi151.stdout:Downloading Packages: 2023-11-16T11:52:58.418 INFO:teuthology.orchestra.run.smithi151.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.1 MB/s | 70 kB 00:00 2023-11-16T11:52:58.685 INFO:teuthology.orchestra.run.smithi151.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.2 MB/s | 323 kB 00:00 2023-11-16T11:52:58.711 INFO:teuthology.orchestra.run.smithi151.stdout:(3/6): libcephsqlite-18.0.0-7421.g50bc6740.el8. 565 kB/s | 183 kB 00:00 2023-11-16T11:52:59.019 INFO:teuthology.orchestra.run.smithi151.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 562 kB/s | 187 kB 00:00 2023-11-16T11:52:59.153 INFO:teuthology.orchestra.run.smithi151.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 457 kB/s | 202 kB 00:00 2023-11-16T11:53:00.177 INFO:teuthology.orchestra.run.smithi062.stdout:Installed products updated. 2023-11-16T11:53:00.386 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:53:00.386 INFO:teuthology.orchestra.run.smithi062.stdout:Upgraded: 2023-11-16T11:53:00.386 INFO:teuthology.orchestra.run.smithi062.stdout: librados2-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:53:00.386 INFO:teuthology.orchestra.run.smithi062.stdout: librbd1-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:53:00.386 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2023-11-16T11:53:00.387 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-base-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:53:00.387 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-common-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:53:00.387 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-radosgw-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:53:00.387 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-selinux-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:53:00.387 INFO:teuthology.orchestra.run.smithi062.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-11-16T11:53:00.387 INFO:teuthology.orchestra.run.smithi062.stdout: libcephfs2-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:53:00.387 INFO:teuthology.orchestra.run.smithi062.stdout: liboath-2.6.2-3.el8.x86_64 2023-11-16T11:53:00.387 INFO:teuthology.orchestra.run.smithi062.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-11-16T11:53:00.387 INFO:teuthology.orchestra.run.smithi062.stdout: libradosstriper1-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:53:00.387 INFO:teuthology.orchestra.run.smithi062.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-11-16T11:53:00.387 INFO:teuthology.orchestra.run.smithi062.stdout: librgw2-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:53:00.387 INFO:teuthology.orchestra.run.smithi062.stdout: libunwind-1.3.1-3.el8.x86_64 2023-11-16T11:53:00.387 INFO:teuthology.orchestra.run.smithi062.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-11-16T11:53:00.388 INFO:teuthology.orchestra.run.smithi062.stdout: python3-ceph-argparse-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:53:00.388 INFO:teuthology.orchestra.run.smithi062.stdout: python3-ceph-common-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:53:00.388 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cephfs-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:53:00.388 INFO:teuthology.orchestra.run.smithi062.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-11-16T11:53:00.388 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rados-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:53:00.388 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rbd-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:53:00.388 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rgw-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:53:00.388 INFO:teuthology.orchestra.run.smithi062.stdout: thrift-0.13.0-2.el8.x86_64 2023-11-16T11:53:00.388 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:53:00.388 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-11-16T11:53:00.577 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-test 2023-11-16T11:53:00.839 INFO:teuthology.orchestra.run.smithi151.stdout:(6/6): ceph-test-18.0.0-7421.g50bc6740.el8.x86_ 20 MB/s | 49 MB 00:02 2023-11-16T11:53:00.839 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:53:00.839 INFO:teuthology.orchestra.run.smithi151.stdout:Total 21 MB/s | 50 MB 00:02 2023-11-16T11:53:00.876 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction check 2023-11-16T11:53:00.897 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction check succeeded. 2023-11-16T11:53:00.898 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction test 2023-11-16T11:53:00.953 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-11-16T11:53:01.161 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction test succeeded. 2023-11-16T11:53:01.165 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction 2023-11-16T11:53:01.636 INFO:teuthology.orchestra.run.smithi151.stdout: Preparing : 1/1 2023-11-16T11:53:01.787 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-16T11:53:01.863 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-16T11:53:02.086 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-11-16T11:53:02.271 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-11-16T11:53:02.430 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-11-16T11:53:02.559 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:07 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:53:02.587 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : libcephsqlite-2:18.0.0-7421.g50bc6740.el8.x86_64 5/6 2023-11-16T11:53:04.108 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-11-16T11:53:04.109 INFO:teuthology.orchestra.run.smithi062.stdout:============================================================================================ 2023-11-16T11:53:04.109 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2023-11-16T11:53:04.110 INFO:teuthology.orchestra.run.smithi062.stdout:============================================================================================ 2023-11-16T11:53:04.110 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2023-11-16T11:53:04.110 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-test x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 49 M 2023-11-16T11:53:04.110 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2023-11-16T11:53:04.110 INFO:teuthology.orchestra.run.smithi062.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-11-16T11:53:04.110 INFO:teuthology.orchestra.run.smithi062.stdout: libcephsqlite x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 183 k 2023-11-16T11:53:04.110 INFO:teuthology.orchestra.run.smithi062.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-11-16T11:53:04.110 INFO:teuthology.orchestra.run.smithi062.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-11-16T11:53:04.110 INFO:teuthology.orchestra.run.smithi062.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-11-16T11:53:04.110 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:53:04.110 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2023-11-16T11:53:04.111 INFO:teuthology.orchestra.run.smithi062.stdout:============================================================================================ 2023-11-16T11:53:04.111 INFO:teuthology.orchestra.run.smithi062.stdout:Install 6 Packages 2023-11-16T11:53:04.111 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:53:04.111 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 50 M 2023-11-16T11:53:04.111 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 223 M 2023-11-16T11:53:04.112 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2023-11-16T11:53:04.150 INFO:teuthology.orchestra.run.smithi062.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.0 MB/s | 70 kB 00:00 2023-11-16T11:53:04.321 INFO:teuthology.orchestra.run.smithi062.stdout:(2/6): libcephsqlite-18.0.0-7421.g50bc6740.el8. 876 kB/s | 183 kB 00:00 2023-11-16T11:53:04.355 INFO:teuthology.orchestra.run.smithi062.stdout:(3/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.6 MB/s | 323 kB 00:00 2023-11-16T11:53:04.481 INFO:teuthology.orchestra.run.smithi062.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 1.7 MB/s | 202 kB 00:00 2023-11-16T11:53:04.539 INFO:teuthology.orchestra.run.smithi062.stdout:(5/6): oniguruma-6.8.2-2.el8.x86_64.rpm 863 kB/s | 187 kB 00:00 2023-11-16T11:53:06.564 INFO:teuthology.orchestra.run.smithi062.stdout:(6/6): ceph-test-18.0.0-7421.g50bc6740.el8.x86_ 20 MB/s | 49 MB 00:02 2023-11-16T11:53:06.566 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:53:06.566 INFO:teuthology.orchestra.run.smithi062.stdout:Total 20 MB/s | 50 MB 00:02 2023-11-16T11:53:06.605 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2023-11-16T11:53:06.628 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2023-11-16T11:53:06.628 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2023-11-16T11:53:06.910 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2023-11-16T11:53:06.913 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2023-11-16T11:53:07.320 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7421.g50bc6740.el8.x86_64 5/6 2023-11-16T11:53:07.406 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2023-11-16T11:53:07.527 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-16T11:53:07.606 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-test-2:18.0.0-7421.g50bc6740.el8.x86_64 6/6 2023-11-16T11:53:07.643 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-16T11:53:07.818 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-test-2:18.0.0-7421.g50bc6740.el8.x86_64 6/6 2023-11-16T11:53:07.819 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-test-2:18.0.0-7421.g50bc6740.el8.x86_64 1/6 2023-11-16T11:53:07.819 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : libcephsqlite-2:18.0.0-7421.g50bc6740.el8.x86_64 2/6 2023-11-16T11:53:07.819 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-11-16T11:53:07.819 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-11-16T11:53:07.819 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-11-16T11:53:07.855 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-11-16T11:53:08.045 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-11-16T11:53:08.218 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-11-16T11:53:08.413 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libcephsqlite-2:18.0.0-7421.g50bc6740.el8.x86_64 5/6 2023-11-16T11:53:08.894 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-11-16T11:53:08.894 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:01:15 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:53:13.501 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7421.g50bc6740.el8.x86_64 5/6 2023-11-16T11:53:13.748 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-test-2:18.0.0-7421.g50bc6740.el8.x86_64 6/6 2023-11-16T11:53:14.019 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-test-2:18.0.0-7421.g50bc6740.el8.x86_64 6/6 2023-11-16T11:53:14.019 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-test-2:18.0.0-7421.g50bc6740.el8.x86_64 1/6 2023-11-16T11:53:14.019 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libcephsqlite-2:18.0.0-7421.g50bc6740.el8.x86_64 2/6 2023-11-16T11:53:14.019 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-11-16T11:53:14.019 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-11-16T11:53:14.019 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-11-16T11:53:15.147 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-11-16T11:53:15.148 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:20 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:53:17.552 INFO:teuthology.orchestra.run.smithi151.stdout:Installed products updated. 2023-11-16T11:53:17.737 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:53:17.737 INFO:teuthology.orchestra.run.smithi151.stdout:Installed: 2023-11-16T11:53:17.737 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-test-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:53:17.737 INFO:teuthology.orchestra.run.smithi151.stdout: jq-1.6-3.el8.x86_64 2023-11-16T11:53:17.737 INFO:teuthology.orchestra.run.smithi151.stdout: libcephsqlite-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:53:17.737 INFO:teuthology.orchestra.run.smithi151.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-11-16T11:53:17.737 INFO:teuthology.orchestra.run.smithi151.stdout: socat-1.7.4.1-1.el8.x86_64 2023-11-16T11:53:17.738 INFO:teuthology.orchestra.run.smithi151.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-11-16T11:53:17.738 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:53:17.738 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2023-11-16T11:53:17.874 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install ceph 2023-11-16T11:53:18.214 INFO:teuthology.orchestra.run.smithi151.stdout:Updating Subscription Management repositories. 2023-11-16T11:53:19.791 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:01:26 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:53:21.167 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2023-11-16T11:53:21.171 INFO:teuthology.orchestra.run.smithi151.stdout:======================================================================================================= 2023-11-16T11:53:21.171 INFO:teuthology.orchestra.run.smithi151.stdout: Package Arch Version Repository Size 2023-11-16T11:53:21.171 INFO:teuthology.orchestra.run.smithi151.stdout:======================================================================================================= 2023-11-16T11:53:21.171 INFO:teuthology.orchestra.run.smithi151.stdout:Installing: 2023-11-16T11:53:21.171 INFO:teuthology.orchestra.run.smithi151.stdout: ceph x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 6.4 k 2023-11-16T11:53:21.171 INFO:teuthology.orchestra.run.smithi151.stdout:Installing dependencies: 2023-11-16T11:53:21.171 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-mds x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 2.3 M 2023-11-16T11:53:21.171 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-mgr x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 1.6 M 2023-11-16T11:53:21.171 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-mgr-modules-core noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 242 k 2023-11-16T11:53:21.172 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-mon x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 4.6 M 2023-11-16T11:53:21.172 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-osd x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 18 M 2023-11-16T11:53:21.172 INFO:teuthology.orchestra.run.smithi151.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-11-16T11:53:21.172 INFO:teuthology.orchestra.run.smithi151.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-11-16T11:53:21.172 INFO:teuthology.orchestra.run.smithi151.stdout: python3-cffi x86_64 1.11.5-5.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2023-11-16T11:53:21.172 INFO:teuthology.orchestra.run.smithi151.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-11-16T11:53:21.172 INFO:teuthology.orchestra.run.smithi151.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-11-16T11:53:21.172 INFO:teuthology.orchestra.run.smithi151.stdout: python3-cryptography x86_64 3.2.1-5.el8 rhel-8-for-x86_64-baseos-rpms 559 k 2023-11-16T11:53:21.172 INFO:teuthology.orchestra.run.smithi151.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-11-16T11:53:21.172 INFO:teuthology.orchestra.run.smithi151.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-11-16T11:53:21.172 INFO:teuthology.orchestra.run.smithi151.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-11-16T11:53:21.172 INFO:teuthology.orchestra.run.smithi151.stdout: python3-mako noarch 1.0.6-13.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2023-11-16T11:53:21.173 INFO:teuthology.orchestra.run.smithi151.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2023-11-16T11:53:21.173 INFO:teuthology.orchestra.run.smithi151.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-11-16T11:53:21.173 INFO:teuthology.orchestra.run.smithi151.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-11-16T11:53:21.173 INFO:teuthology.orchestra.run.smithi151.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-11-16T11:53:21.173 INFO:teuthology.orchestra.run.smithi151.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2023-11-16T11:53:21.173 INFO:teuthology.orchestra.run.smithi151.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2023-11-16T11:53:21.173 INFO:teuthology.orchestra.run.smithi151.stdout: python3-pytz noarch 2017.2-9.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2023-11-16T11:53:21.173 INFO:teuthology.orchestra.run.smithi151.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-11-16T11:53:21.173 INFO:teuthology.orchestra.run.smithi151.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-11-16T11:53:21.173 INFO:teuthology.orchestra.run.smithi151.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-11-16T11:53:21.173 INFO:teuthology.orchestra.run.smithi151.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-11-16T11:53:21.173 INFO:teuthology.orchestra.run.smithi151.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-11-16T11:53:21.174 INFO:teuthology.orchestra.run.smithi151.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-11-16T11:53:21.174 INFO:teuthology.orchestra.run.smithi151.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-11-16T11:53:21.174 INFO:teuthology.orchestra.run.smithi151.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2023-11-16T11:53:21.174 INFO:teuthology.orchestra.run.smithi151.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-11-16T11:53:21.176 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:53:21.176 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2023-11-16T11:53:21.176 INFO:teuthology.orchestra.run.smithi151.stdout:======================================================================================================= 2023-11-16T11:53:21.176 INFO:teuthology.orchestra.run.smithi151.stdout:Install 32 Packages 2023-11-16T11:53:21.176 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:53:21.177 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 30 M 2023-11-16T11:53:21.177 INFO:teuthology.orchestra.run.smithi151.stdout:Installed size: 121 M 2023-11-16T11:53:21.177 INFO:teuthology.orchestra.run.smithi151.stdout:Downloading Packages: 2023-11-16T11:53:21.510 INFO:teuthology.orchestra.run.smithi151.stdout:(1/32): ceph-18.0.0-7421.g50bc6740.el8.x86_64.r 34 kB/s | 6.4 kB 00:00 2023-11-16T11:53:21.636 INFO:teuthology.orchestra.run.smithi151.stdout:(2/32): ceph-mgr-18.0.0-7421.g50bc6740.el8.x86_ 5.2 MB/s | 1.6 MB 00:00 2023-11-16T11:53:22.060 INFO:teuthology.orchestra.run.smithi151.stdout:(3/32): ceph-mds-18.0.0-7421.g50bc6740.el8.x86_ 3.1 MB/s | 2.3 MB 00:00 2023-11-16T11:53:22.210 INFO:teuthology.orchestra.run.smithi151.stdout:(4/32): ceph-mgr-modules-core-18.0.0-7421.g50bc 1.6 MB/s | 242 kB 00:00 2023-11-16T11:53:22.394 INFO:teuthology.orchestra.run.smithi151.stdout:(5/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 238 kB/s | 44 kB 00:00 2023-11-16T11:53:22.636 INFO:teuthology.orchestra.run.smithi151.stdout:(6/32): ceph-osd-18.0.0-7421.g50bc6740.el8.x86_ 18 MB/s | 18 MB 00:01 2023-11-16T11:53:22.661 INFO:teuthology.orchestra.run.smithi151.stdout:(7/32): python3-beautifulsoup4-4.6.3-2.el8.1.no 694 kB/s | 185 kB 00:00 2023-11-16T11:53:22.853 INFO:teuthology.orchestra.run.smithi151.stdout:(8/32): ceph-mon-18.0.0-7421.g50bc6740.el8.x86_ 3.5 MB/s | 4.6 MB 00:01 2023-11-16T11:53:22.881 INFO:teuthology.orchestra.run.smithi151.stdout:(9/32): python3-cherrypy-18.4.0-1.el8.noarch.rp 1.7 MB/s | 384 kB 00:00 2023-11-16T11:53:22.905 INFO:teuthology.orchestra.run.smithi151.stdout:(10/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 646 kB/s | 173 kB 00:00 2023-11-16T11:53:22.948 INFO:teuthology.orchestra.run.smithi151.stdout:(11/32): python3-jaraco-functools-2.0-4.el8.noa 262 kB/s | 18 kB 00:00 2023-11-16T11:53:22.971 INFO:teuthology.orchestra.run.smithi151.stdout:(12/32): python3-jaraco-6.2-6.el8.noarch.rpm 94 kB/s | 11 kB 00:00 2023-11-16T11:53:22.998 INFO:teuthology.orchestra.run.smithi151.stdout:(13/32): python3-logutils-0.3.5-11.el8.noarch.r 529 kB/s | 49 kB 00:00 2023-11-16T11:53:23.021 INFO:teuthology.orchestra.run.smithi151.stdout:(14/32): python3-more-itertools-7.2.0-3.el8.noa 777 kB/s | 59 kB 00:00 2023-11-16T11:53:23.057 INFO:teuthology.orchestra.run.smithi151.stdout:(15/32): python3-portend-2.6-1.el8.noarch.rpm 265 kB/s | 16 kB 00:00 2023-11-16T11:53:23.080 INFO:teuthology.orchestra.run.smithi151.stdout:(16/32): python3-simplegeneric-0.8.1-17.el8.noa 319 kB/s | 19 kB 00:00 2023-11-16T11:53:23.118 INFO:teuthology.orchestra.run.smithi151.stdout:(17/32): python3-singledispatch-3.4.0.3-18.el8. 409 kB/s | 24 kB 00:00 2023-11-16T11:53:23.147 INFO:teuthology.orchestra.run.smithi151.stdout:(18/32): python3-tempora-1.14.1-5.el8.noarch.rp 439 kB/s | 29 kB 00:00 2023-11-16T11:53:23.173 INFO:teuthology.orchestra.run.smithi151.stdout:(19/32): python3-pecan-1.3.2-9.el8.noarch.rpm 1.4 MB/s | 283 kB 00:00 2023-11-16T11:53:23.198 INFO:teuthology.orchestra.run.smithi151.stdout:(20/32): python3-trustme-0.6.0-4.el8.noarch.rpm 329 kB/s | 27 kB 00:00 2023-11-16T11:53:23.232 INFO:teuthology.orchestra.run.smithi151.stdout:(21/32): python3-waitress-1.4.3-1.el8.noarch.rp 3.0 MB/s | 255 kB 00:00 2023-11-16T11:53:23.257 INFO:teuthology.orchestra.run.smithi151.stdout:(22/32): python3-webtest-2.0.33-1.el8.noarch.rp 1.4 MB/s | 85 kB 00:00 2023-11-16T11:53:23.282 INFO:teuthology.orchestra.run.smithi151.stdout:(23/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 2.2 MB/s | 251 kB 00:00 2023-11-16T11:53:23.307 INFO:teuthology.orchestra.run.smithi151.stdout:(24/32): python3-zc-lockfile-2.0-2.el8.noarch.r 304 kB/s | 23 kB 00:00 2023-11-16T11:53:23.556 INFO:teuthology.orchestra.run.smithi151.stdout:(25/32): python3-pytz-2017.2-9.el8.noarch.rpm 182 kB/s | 54 kB 00:00 2023-11-16T11:53:23.583 INFO:teuthology.orchestra.run.smithi151.stdout:(26/32): python3-markupsafe-0.23-19.el8.x86_64. 129 kB/s | 39 kB 00:00 2023-11-16T11:53:23.608 INFO:teuthology.orchestra.run.smithi151.stdout:(27/32): python3-mako-1.0.6-13.el8.noarch.rpm 532 kB/s | 157 kB 00:00 2023-11-16T11:53:23.786 INFO:teuthology.orchestra.run.smithi151.stdout:(28/32): python3-werkzeug-0.12.2-4.el8.noarch.r 2.0 MB/s | 457 kB 00:00 2023-11-16T11:53:23.804 INFO:teuthology.orchestra.run.smithi062.stdout:Installed products updated. 2023-11-16T11:53:23.809 INFO:teuthology.orchestra.run.smithi151.stdout:(29/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 460 kB/s | 103 kB 00:00 2023-11-16T11:53:23.834 INFO:teuthology.orchestra.run.smithi151.stdout:(30/32): python3-pycparser-2.14-14.el8.noarch.r 484 kB/s | 109 kB 00:00 2023-11-16T11:53:24.011 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:53:24.011 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2023-11-16T11:53:24.012 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-test-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:53:24.012 INFO:teuthology.orchestra.run.smithi062.stdout: jq-1.6-3.el8.x86_64 2023-11-16T11:53:24.012 INFO:teuthology.orchestra.run.smithi062.stdout: libcephsqlite-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:53:24.013 INFO:teuthology.orchestra.run.smithi062.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-11-16T11:53:24.013 INFO:teuthology.orchestra.run.smithi062.stdout: socat-1.7.4.1-1.el8.x86_64 2023-11-16T11:53:24.013 INFO:teuthology.orchestra.run.smithi062.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-11-16T11:53:24.014 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:53:24.014 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-11-16T11:53:24.026 INFO:teuthology.orchestra.run.smithi151.stdout:(31/32): python3-cryptography-3.2.1-5.el8.x86_6 2.3 MB/s | 559 kB 00:00 2023-11-16T11:53:24.108 INFO:teuthology.orchestra.run.smithi151.stdout:(32/32): python3-cffi-1.11.5-5.el8.x86_64.rpm 814 kB/s | 238 kB 00:00 2023-11-16T11:53:24.108 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:53:24.108 INFO:teuthology.orchestra.run.smithi151.stdout:Total 10 MB/s | 30 MB 00:02 2023-11-16T11:53:24.191 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph 2023-11-16T11:53:24.193 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction check 2023-11-16T11:53:24.231 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction check succeeded. 2023-11-16T11:53:24.231 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction test 2023-11-16T11:53:24.442 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction test succeeded. 2023-11-16T11:53:24.446 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction 2023-11-16T11:53:24.546 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-11-16T11:53:25.541 INFO:teuthology.orchestra.run.smithi151.stdout: Preparing : 1/1 2023-11-16T11:53:25.764 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-11-16T11:53:26.029 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-11-16T11:53:26.207 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:31 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:53:26.243 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 3/32 2023-11-16T11:53:26.616 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-cffi-1.11.5-5.el8.x86_64 4/32 2023-11-16T11:53:26.903 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-cryptography-3.2.1-5.el8.x86_64 5/32 2023-11-16T11:53:27.083 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 6/32 2023-11-16T11:53:27.277 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 7/32 2023-11-16T11:53:27.585 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 8/32 2023-11-16T11:53:27.729 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-11-16T11:53:27.732 INFO:teuthology.orchestra.run.smithi062.stdout:======================================================================================================= 2023-11-16T11:53:27.732 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2023-11-16T11:53:27.732 INFO:teuthology.orchestra.run.smithi062.stdout:======================================================================================================= 2023-11-16T11:53:27.733 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2023-11-16T11:53:27.733 INFO:teuthology.orchestra.run.smithi062.stdout: ceph x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 6.4 k 2023-11-16T11:53:27.733 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2023-11-16T11:53:27.733 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mds x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 2.3 M 2023-11-16T11:53:27.733 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 1.6 M 2023-11-16T11:53:27.733 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-modules-core noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 242 k 2023-11-16T11:53:27.733 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mon x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 4.6 M 2023-11-16T11:53:27.733 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-osd x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 18 M 2023-11-16T11:53:27.733 INFO:teuthology.orchestra.run.smithi062.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-11-16T11:53:27.733 INFO:teuthology.orchestra.run.smithi062.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-11-16T11:53:27.733 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cffi x86_64 1.11.5-5.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2023-11-16T11:53:27.734 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-11-16T11:53:27.734 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-11-16T11:53:27.734 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cryptography x86_64 3.2.1-5.el8 rhel-8-for-x86_64-baseos-rpms 559 k 2023-11-16T11:53:27.734 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-11-16T11:53:27.735 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-11-16T11:53:27.736 INFO:teuthology.orchestra.run.smithi062.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-11-16T11:53:27.736 INFO:teuthology.orchestra.run.smithi062.stdout: python3-mako noarch 1.0.6-13.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2023-11-16T11:53:27.736 INFO:teuthology.orchestra.run.smithi062.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2023-11-16T11:53:27.736 INFO:teuthology.orchestra.run.smithi062.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-11-16T11:53:27.736 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-11-16T11:53:27.736 INFO:teuthology.orchestra.run.smithi062.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-11-16T11:53:27.736 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2023-11-16T11:53:27.736 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2023-11-16T11:53:27.736 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pytz noarch 2017.2-9.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2023-11-16T11:53:27.736 INFO:teuthology.orchestra.run.smithi062.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-11-16T11:53:27.736 INFO:teuthology.orchestra.run.smithi062.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-11-16T11:53:27.737 INFO:teuthology.orchestra.run.smithi062.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-11-16T11:53:27.737 INFO:teuthology.orchestra.run.smithi062.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-11-16T11:53:27.737 INFO:teuthology.orchestra.run.smithi062.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-11-16T11:53:27.737 INFO:teuthology.orchestra.run.smithi062.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-11-16T11:53:27.737 INFO:teuthology.orchestra.run.smithi062.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-11-16T11:53:27.737 INFO:teuthology.orchestra.run.smithi062.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2023-11-16T11:53:27.737 INFO:teuthology.orchestra.run.smithi062.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-11-16T11:53:27.737 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:53:27.737 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2023-11-16T11:53:27.737 INFO:teuthology.orchestra.run.smithi062.stdout:======================================================================================================= 2023-11-16T11:53:27.737 INFO:teuthology.orchestra.run.smithi062.stdout:Install 32 Packages 2023-11-16T11:53:27.737 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:53:27.738 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 30 M 2023-11-16T11:53:27.738 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 121 M 2023-11-16T11:53:27.738 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2023-11-16T11:53:27.828 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 9/32 2023-11-16T11:53:28.051 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 10/32 2023-11-16T11:53:28.110 INFO:teuthology.orchestra.run.smithi062.stdout:(1/32): ceph-18.0.0-7421.g50bc6740.el8.x86_64.r 29 kB/s | 6.4 kB 00:00 2023-11-16T11:53:28.313 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-mako-1.0.6-13.el8.noarch 11/32 2023-11-16T11:53:28.382 INFO:teuthology.orchestra.run.smithi062.stdout:(2/32): ceph-mds-18.0.0-7421.g50bc6740.el8.x86_ 4.7 MB/s | 2.3 MB 00:00 2023-11-16T11:53:28.416 INFO:teuthology.orchestra.run.smithi062.stdout:(3/32): ceph-mgr-18.0.0-7421.g50bc6740.el8.x86_ 3.1 MB/s | 1.6 MB 00:00 2023-11-16T11:53:28.501 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-pytz-2017.2-9.el8.noarch 12/32 2023-11-16T11:53:28.541 INFO:teuthology.orchestra.run.smithi062.stdout:(4/32): ceph-mgr-modules-core-18.0.0-7421.g50bc 1.9 MB/s | 242 kB 00:00 2023-11-16T11:53:28.732 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 13/32 2023-11-16T11:53:28.804 INFO:teuthology.orchestra.run.smithi062.stdout:(5/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 169 kB/s | 44 kB 00:00 2023-11-16T11:53:28.950 INFO:teuthology.orchestra.run.smithi062.stdout:(6/32): python3-beautifulsoup4-4.6.3-2.el8.1.no 1.2 MB/s | 185 kB 00:00 2023-11-16T11:53:28.951 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 14/32 2023-11-16T11:53:29.017 INFO:teuthology.orchestra.run.smithi062.stdout:(7/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 2.5 MB/s | 173 kB 00:00 2023-11-16T11:53:29.123 INFO:teuthology.orchestra.run.smithi062.stdout:(8/32): ceph-mon-18.0.0-7421.g50bc6740.el8.x86_ 4.6 MB/s | 4.6 MB 00:01 2023-11-16T11:53:29.132 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 15/32 2023-11-16T11:53:29.159 INFO:teuthology.orchestra.run.smithi062.stdout:(9/32): python3-cherrypy-18.4.0-1.el8.noarch.rp 2.6 MB/s | 384 kB 00:00 2023-11-16T11:53:29.226 INFO:teuthology.orchestra.run.smithi062.stdout:(10/32): python3-jaraco-functools-2.0-4.el8.noa 263 kB/s | 18 kB 00:00 2023-11-16T11:53:29.292 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 16/32 2023-11-16T11:53:29.435 INFO:teuthology.orchestra.run.smithi062.stdout:(11/32): ceph-osd-18.0.0-7421.g50bc6740.el8.x86 17 MB/s | 18 MB 00:01 2023-11-16T11:53:29.444 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 17/32 2023-11-16T11:53:29.460 INFO:teuthology.orchestra.run.smithi062.stdout:(12/32): python3-jaraco-6.2-6.el8.noarch.rpm 33 kB/s | 11 kB 00:00 2023-11-16T11:53:29.502 INFO:teuthology.orchestra.run.smithi062.stdout:(13/32): python3-logutils-0.3.5-11.el8.noarch.r 177 kB/s | 49 kB 00:00 2023-11-16T11:53:29.544 INFO:teuthology.orchestra.run.smithi062.stdout:(14/32): python3-more-itertools-7.2.0-3.el8.noa 541 kB/s | 59 kB 00:00 2023-11-16T11:53:29.572 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 18/32 2023-11-16T11:53:29.577 INFO:teuthology.orchestra.run.smithi062.stdout:(15/32): python3-portend-2.6-1.el8.noarch.rpm 220 kB/s | 16 kB 00:00 2023-11-16T11:53:29.636 INFO:teuthology.orchestra.run.smithi062.stdout:(16/32): python3-simplegeneric-0.8.1-17.el8.noa 204 kB/s | 19 kB 00:00 2023-11-16T11:53:29.661 INFO:teuthology.orchestra.run.smithi062.stdout:(17/32): python3-singledispatch-3.4.0.3-18.el8. 288 kB/s | 24 kB 00:00 2023-11-16T11:53:29.703 INFO:teuthology.orchestra.run.smithi062.stdout:(18/32): python3-tempora-1.14.1-5.el8.noarch.rp 437 kB/s | 29 kB 00:00 2023-11-16T11:53:29.728 INFO:teuthology.orchestra.run.smithi062.stdout:(19/32): python3-trustme-0.6.0-4.el8.noarch.rpm 411 kB/s | 27 kB 00:00 2023-11-16T11:53:29.783 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 19/32 2023-11-16T11:53:29.846 INFO:teuthology.orchestra.run.smithi062.stdout:(20/32): python3-waitress-1.4.3-1.el8.noarch.rp 1.8 MB/s | 255 kB 00:00 2023-11-16T11:53:29.872 INFO:teuthology.orchestra.run.smithi062.stdout:(21/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 1.7 MB/s | 251 kB 00:00 2023-11-16T11:53:29.900 INFO:teuthology.orchestra.run.smithi062.stdout:(22/32): python3-pecan-1.3.2-9.el8.noarch.rpm 649 kB/s | 283 kB 00:00 2023-11-16T11:53:29.921 INFO:teuthology.orchestra.run.smithi062.stdout:(23/32): python3-webtest-2.0.33-1.el8.noarch.rp 1.1 MB/s | 85 kB 00:00 2023-11-16T11:53:29.953 INFO:teuthology.orchestra.run.smithi062.stdout:(24/32): python3-zc-lockfile-2.0-2.el8.noarch.r 303 kB/s | 23 kB 00:00 2023-11-16T11:53:30.035 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 20/32 2023-11-16T11:53:30.081 INFO:teuthology.orchestra.run.smithi062.stdout:(25/32): python3-pycparser-2.14-14.el8.noarch.r 594 kB/s | 109 kB 00:00 2023-11-16T11:53:30.106 INFO:teuthology.orchestra.run.smithi062.stdout:(26/32): python3-cffi-1.11.5-5.el8.x86_64.rpm 1.6 MB/s | 238 kB 00:00 2023-11-16T11:53:30.139 INFO:teuthology.orchestra.run.smithi062.stdout:(27/32): python3-cryptography-3.2.1-5.el8.x86_6 2.5 MB/s | 559 kB 00:00 2023-11-16T11:53:30.233 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-11-16T11:53:30.318 INFO:teuthology.orchestra.run.smithi062.stdout:(28/32): python3-pytz-2017.2-9.el8.noarch.rpm 232 kB/s | 54 kB 00:00 2023-11-16T11:53:30.390 INFO:teuthology.orchestra.run.smithi062.stdout:(29/32): python3-mako-1.0.6-13.el8.noarch.rpm 627 kB/s | 157 kB 00:00 2023-11-16T11:53:30.443 INFO:teuthology.orchestra.run.smithi062.stdout:(30/32): python3-markupsafe-0.23-19.el8.x86_64. 116 kB/s | 39 kB 00:00 2023-11-16T11:53:30.474 INFO:teuthology.orchestra.run.smithi062.stdout:(31/32): python3-werkzeug-0.12.2-4.el8.noarch.r 2.8 MB/s | 457 kB 00:00 2023-11-16T11:53:30.507 INFO:teuthology.orchestra.run.smithi062.stdout:(32/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 886 kB/s | 103 kB 00:00 2023-11-16T11:53:30.511 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:53:30.513 INFO:teuthology.orchestra.run.smithi062.stdout:Total 11 MB/s | 30 MB 00:02 2023-11-16T11:53:30.516 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-11-16T11:53:30.604 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2023-11-16T11:53:30.644 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2023-11-16T11:53:30.644 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2023-11-16T11:53:30.871 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2023-11-16T11:53:30.877 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2023-11-16T11:53:30.879 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-11-16T11:53:31.068 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 24/32 2023-11-16T11:53:31.362 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 25/32 2023-11-16T11:53:31.689 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-11-16T11:53:32.059 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-7421.g50bc6740.el8. 27/32 2023-11-16T11:53:32.141 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2023-11-16T11:53:32.249 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-mgr-2:18.0.0-7421.g50bc6740.el8.x86_64 28/32 2023-11-16T11:53:32.374 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-11-16T11:53:32.680 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-11-16T11:53:32.919 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 3/32 2023-11-16T11:53:33.181 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 4/32 2023-11-16T11:53:33.416 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-mako-1.0.6-13.el8.noarch 5/32 2023-11-16T11:53:33.620 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-pytz-2017.2-9.el8.noarch 6/32 2023-11-16T11:53:33.872 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-mgr-2:18.0.0-7421.g50bc6740.el8.x86_64 28/32 2023-11-16T11:53:33.887 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 7/32 2023-11-16T11:53:34.074 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-osd-2:18.0.0-7421.g50bc6740.el8.x86_64 29/32 2023-11-16T11:53:34.235 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-cffi-1.11.5-5.el8.x86_64 8/32 2023-11-16T11:53:34.535 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-osd-2:18.0.0-7421.g50bc6740.el8.x86_64 29/32 2023-11-16T11:53:34.611 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-cryptography-3.2.1-5.el8.x86_64 9/32 2023-11-16T11:53:34.707 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-mon-2:18.0.0-7421.g50bc6740.el8.x86_64 30/32 2023-11-16T11:53:34.799 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 10/32 2023-11-16T11:53:34.924 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-mon-2:18.0.0-7421.g50bc6740.el8.x86_64 30/32 2023-11-16T11:53:35.008 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 11/32 2023-11-16T11:53:35.074 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-mds-2:18.0.0-7421.g50bc6740.el8.x86_64 31/32 2023-11-16T11:53:35.091 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-mds-2:18.0.0-7421.g50bc6740.el8.x86_64 31/32 2023-11-16T11:53:35.258 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 12/32 2023-11-16T11:53:35.263 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-2:18.0.0-7421.g50bc6740.el8.x86_64 32/32 2023-11-16T11:53:35.518 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 13/32 2023-11-16T11:53:35.623 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-2:18.0.0-7421.g50bc6740.el8.x86_64 32/32 2023-11-16T11:53:35.623 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-2:18.0.0-7421.g50bc6740.el8.x86_64 1/32 2023-11-16T11:53:35.623 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-mds-2:18.0.0-7421.g50bc6740.el8.x86_64 2/32 2023-11-16T11:53:35.623 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-mgr-2:18.0.0-7421.g50bc6740.el8.x86_64 3/32 2023-11-16T11:53:35.623 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-mon-2:18.0.0-7421.g50bc6740.el8.x86_64 4/32 2023-11-16T11:53:35.623 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-osd-2:18.0.0-7421.g50bc6740.el8.x86_64 5/32 2023-11-16T11:53:35.623 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-7421.g50bc6740.el8. 6/32 2023-11-16T11:53:35.623 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 7/32 2023-11-16T11:53:35.623 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 8/32 2023-11-16T11:53:35.623 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 9/32 2023-11-16T11:53:35.624 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 10/32 2023-11-16T11:53:35.624 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 11/32 2023-11-16T11:53:35.624 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 12/32 2023-11-16T11:53:35.624 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 13/32 2023-11-16T11:53:35.624 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 14/32 2023-11-16T11:53:35.624 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 15/32 2023-11-16T11:53:35.624 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-portend-2.6-1.el8.noarch 16/32 2023-11-16T11:53:35.624 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 17/32 2023-11-16T11:53:35.624 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 18/32 2023-11-16T11:53:35.624 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 19/32 2023-11-16T11:53:35.624 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 20/32 2023-11-16T11:53:35.624 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 21/32 2023-11-16T11:53:35.625 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 22/32 2023-11-16T11:53:35.625 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 23/32 2023-11-16T11:53:35.625 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 24/32 2023-11-16T11:53:35.625 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-pytz-2017.2-9.el8.noarch 25/32 2023-11-16T11:53:35.626 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 26/32 2023-11-16T11:53:35.626 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-mako-1.0.6-13.el8.noarch 27/32 2023-11-16T11:53:35.626 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 28/32 2023-11-16T11:53:35.632 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 29/32 2023-11-16T11:53:35.633 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 30/32 2023-11-16T11:53:35.633 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-cryptography-3.2.1-5.el8.x86_64 31/32 2023-11-16T11:53:35.731 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 14/32 2023-11-16T11:53:35.918 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 15/32 2023-11-16T11:53:36.136 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 16/32 2023-11-16T11:53:36.326 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 17/32 2023-11-16T11:53:36.447 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 18/32 2023-11-16T11:53:36.673 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 19/32 2023-11-16T11:53:37.011 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 20/32 2023-11-16T11:53:37.173 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-cffi-1.11.5-5.el8.x86_64 32/32 2023-11-16T11:53:37.173 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:01:44 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:53:37.246 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-11-16T11:53:37.585 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-11-16T11:53:37.889 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-11-16T11:53:38.117 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 24/32 2023-11-16T11:53:38.456 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 25/32 2023-11-16T11:53:38.811 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-11-16T11:53:39.204 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-7421.g50bc6740.el8. 27/32 2023-11-16T11:53:39.368 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-mgr-2:18.0.0-7421.g50bc6740.el8.x86_64 28/32 2023-11-16T11:53:41.092 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-mgr-2:18.0.0-7421.g50bc6740.el8.x86_64 28/32 2023-11-16T11:53:41.338 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-osd-2:18.0.0-7421.g50bc6740.el8.x86_64 29/32 2023-11-16T11:53:41.823 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-osd-2:18.0.0-7421.g50bc6740.el8.x86_64 29/32 2023-11-16T11:53:42.022 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-mon-2:18.0.0-7421.g50bc6740.el8.x86_64 30/32 2023-11-16T11:53:42.252 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-mon-2:18.0.0-7421.g50bc6740.el8.x86_64 30/32 2023-11-16T11:53:42.514 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-mds-2:18.0.0-7421.g50bc6740.el8.x86_64 31/32 2023-11-16T11:53:42.533 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-mds-2:18.0.0-7421.g50bc6740.el8.x86_64 31/32 2023-11-16T11:53:43.982 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-2:18.0.0-7421.g50bc6740.el8.x86_64 32/32 2023-11-16T11:53:44.817 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-2:18.0.0-7421.g50bc6740.el8.x86_64 32/32 2023-11-16T11:53:44.817 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-2:18.0.0-7421.g50bc6740.el8.x86_64 1/32 2023-11-16T11:53:44.817 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-mds-2:18.0.0-7421.g50bc6740.el8.x86_64 2/32 2023-11-16T11:53:44.818 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-mgr-2:18.0.0-7421.g50bc6740.el8.x86_64 3/32 2023-11-16T11:53:44.818 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-mon-2:18.0.0-7421.g50bc6740.el8.x86_64 4/32 2023-11-16T11:53:44.818 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-osd-2:18.0.0-7421.g50bc6740.el8.x86_64 5/32 2023-11-16T11:53:44.818 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-7421.g50bc6740.el8. 6/32 2023-11-16T11:53:44.818 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 7/32 2023-11-16T11:53:44.818 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 8/32 2023-11-16T11:53:44.818 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 9/32 2023-11-16T11:53:44.818 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 10/32 2023-11-16T11:53:44.818 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 11/32 2023-11-16T11:53:44.818 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 12/32 2023-11-16T11:53:44.818 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 13/32 2023-11-16T11:53:44.818 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 14/32 2023-11-16T11:53:44.819 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 15/32 2023-11-16T11:53:44.819 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-portend-2.6-1.el8.noarch 16/32 2023-11-16T11:53:44.819 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 17/32 2023-11-16T11:53:44.819 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 18/32 2023-11-16T11:53:44.819 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 19/32 2023-11-16T11:53:44.819 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 20/32 2023-11-16T11:53:44.819 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 21/32 2023-11-16T11:53:44.819 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 22/32 2023-11-16T11:53:44.819 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 23/32 2023-11-16T11:53:44.819 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 24/32 2023-11-16T11:53:44.819 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 25/32 2023-11-16T11:53:44.820 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-cryptography-3.2.1-5.el8.x86_64 26/32 2023-11-16T11:53:44.820 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-cffi-1.11.5-5.el8.x86_64 27/32 2023-11-16T11:53:44.822 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-pytz-2017.2-9.el8.noarch 28/32 2023-11-16T11:53:44.822 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 29/32 2023-11-16T11:53:44.822 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-mako-1.0.6-13.el8.noarch 30/32 2023-11-16T11:53:44.822 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 31/32 2023-11-16T11:53:45.583 INFO:teuthology.orchestra.run.smithi151.stdout:Installed products updated. 2023-11-16T11:53:45.770 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:53:45.771 INFO:teuthology.orchestra.run.smithi151.stdout:Installed: 2023-11-16T11:53:45.771 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:53:45.771 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-mds-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:53:45.771 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-mgr-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:53:45.771 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-mgr-modules-core-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T11:53:45.771 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-mon-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:53:45.771 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-osd-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:53:45.771 INFO:teuthology.orchestra.run.smithi151.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-11-16T11:53:45.771 INFO:teuthology.orchestra.run.smithi151.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-11-16T11:53:45.771 INFO:teuthology.orchestra.run.smithi151.stdout: python3-cffi-1.11.5-5.el8.x86_64 2023-11-16T11:53:45.771 INFO:teuthology.orchestra.run.smithi151.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-11-16T11:53:45.772 INFO:teuthology.orchestra.run.smithi151.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-11-16T11:53:45.772 INFO:teuthology.orchestra.run.smithi151.stdout: python3-cryptography-3.2.1-5.el8.x86_64 2023-11-16T11:53:45.772 INFO:teuthology.orchestra.run.smithi151.stdout: python3-jaraco-6.2-6.el8.noarch 2023-11-16T11:53:45.772 INFO:teuthology.orchestra.run.smithi151.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-11-16T11:53:45.772 INFO:teuthology.orchestra.run.smithi151.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-11-16T11:53:45.772 INFO:teuthology.orchestra.run.smithi151.stdout: python3-mako-1.0.6-13.el8.noarch 2023-11-16T11:53:45.772 INFO:teuthology.orchestra.run.smithi151.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-11-16T11:53:45.772 INFO:teuthology.orchestra.run.smithi151.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-11-16T11:53:45.772 INFO:teuthology.orchestra.run.smithi151.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-11-16T11:53:45.772 INFO:teuthology.orchestra.run.smithi151.stdout: python3-portend-2.6-1.el8.noarch 2023-11-16T11:53:45.772 INFO:teuthology.orchestra.run.smithi151.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-11-16T11:53:45.772 INFO:teuthology.orchestra.run.smithi151.stdout: python3-pycparser-2.14-14.el8.noarch 2023-11-16T11:53:45.773 INFO:teuthology.orchestra.run.smithi151.stdout: python3-pytz-2017.2-9.el8.noarch 2023-11-16T11:53:45.773 INFO:teuthology.orchestra.run.smithi151.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-11-16T11:53:45.773 INFO:teuthology.orchestra.run.smithi151.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-11-16T11:53:45.773 INFO:teuthology.orchestra.run.smithi151.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-11-16T11:53:45.773 INFO:teuthology.orchestra.run.smithi151.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-11-16T11:53:45.773 INFO:teuthology.orchestra.run.smithi151.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-11-16T11:53:45.773 INFO:teuthology.orchestra.run.smithi151.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-11-16T11:53:45.773 INFO:teuthology.orchestra.run.smithi151.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-11-16T11:53:45.773 INFO:teuthology.orchestra.run.smithi151.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-11-16T11:53:45.773 INFO:teuthology.orchestra.run.smithi151.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-11-16T11:53:45.773 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:53:45.775 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2023-11-16T11:53:45.924 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install ceph-base 2023-11-16T11:53:46.269 INFO:teuthology.orchestra.run.smithi151.stdout:Updating Subscription Management repositories. 2023-11-16T11:53:46.388 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 32/32 2023-11-16T11:53:46.389 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:51 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:53:47.848 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:01:54 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:53:49.118 INFO:teuthology.orchestra.run.smithi151.stdout:Package ceph-base-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T11:53:49.229 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2023-11-16T11:53:49.230 INFO:teuthology.orchestra.run.smithi151.stdout:Nothing to do. 2023-11-16T11:53:49.230 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2023-11-16T11:53:49.339 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install cephadm 2023-11-16T11:53:49.687 INFO:teuthology.orchestra.run.smithi151.stdout:Updating Subscription Management repositories. 2023-11-16T11:53:51.554 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:01:58 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:53:51.623 INFO:teuthology.orchestra.run.smithi062.stdout:Installed products updated. 2023-11-16T11:53:51.830 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:53:51.830 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2023-11-16T11:53:51.830 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:53:51.830 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mds-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:53:51.830 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:53:51.830 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-modules-core-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T11:53:51.830 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mon-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:53:51.830 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-osd-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:53:51.831 INFO:teuthology.orchestra.run.smithi062.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-11-16T11:53:51.831 INFO:teuthology.orchestra.run.smithi062.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-11-16T11:53:51.831 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cffi-1.11.5-5.el8.x86_64 2023-11-16T11:53:51.831 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-11-16T11:53:51.831 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-11-16T11:53:51.831 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cryptography-3.2.1-5.el8.x86_64 2023-11-16T11:53:51.831 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco-6.2-6.el8.noarch 2023-11-16T11:53:51.831 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-11-16T11:53:51.831 INFO:teuthology.orchestra.run.smithi062.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-11-16T11:53:51.831 INFO:teuthology.orchestra.run.smithi062.stdout: python3-mako-1.0.6-13.el8.noarch 2023-11-16T11:53:51.831 INFO:teuthology.orchestra.run.smithi062.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-11-16T11:53:51.831 INFO:teuthology.orchestra.run.smithi062.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-11-16T11:53:51.831 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-11-16T11:53:51.832 INFO:teuthology.orchestra.run.smithi062.stdout: python3-portend-2.6-1.el8.noarch 2023-11-16T11:53:51.832 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-11-16T11:53:51.832 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pycparser-2.14-14.el8.noarch 2023-11-16T11:53:51.832 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pytz-2017.2-9.el8.noarch 2023-11-16T11:53:51.832 INFO:teuthology.orchestra.run.smithi062.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-11-16T11:53:51.832 INFO:teuthology.orchestra.run.smithi062.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-11-16T11:53:51.832 INFO:teuthology.orchestra.run.smithi062.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-11-16T11:53:51.832 INFO:teuthology.orchestra.run.smithi062.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-11-16T11:53:51.832 INFO:teuthology.orchestra.run.smithi062.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-11-16T11:53:51.832 INFO:teuthology.orchestra.run.smithi062.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-11-16T11:53:51.832 INFO:teuthology.orchestra.run.smithi062.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-11-16T11:53:51.832 INFO:teuthology.orchestra.run.smithi062.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-11-16T11:53:51.832 INFO:teuthology.orchestra.run.smithi062.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-11-16T11:53:51.833 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:53:51.833 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-11-16T11:53:52.036 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-base 2023-11-16T11:53:52.404 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-11-16T11:53:53.001 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2023-11-16T11:53:53.002 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2023-11-16T11:53:53.002 INFO:teuthology.orchestra.run.smithi151.stdout: Package Arch Version Repository Size 2023-11-16T11:53:53.002 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2023-11-16T11:53:53.002 INFO:teuthology.orchestra.run.smithi151.stdout:Installing: 2023-11-16T11:53:53.002 INFO:teuthology.orchestra.run.smithi151.stdout: cephadm noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 411 k 2023-11-16T11:53:53.002 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:53:53.003 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2023-11-16T11:53:53.003 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2023-11-16T11:53:53.003 INFO:teuthology.orchestra.run.smithi151.stdout:Install 1 Package 2023-11-16T11:53:53.003 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:53:53.003 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 411 k 2023-11-16T11:53:53.003 INFO:teuthology.orchestra.run.smithi151.stdout:Installed size: 2.1 M 2023-11-16T11:53:53.003 INFO:teuthology.orchestra.run.smithi151.stdout:Downloading Packages: 2023-11-16T11:53:53.395 INFO:teuthology.orchestra.run.smithi151.stdout:cephadm-18.0.0-7421.g50bc6740.el8.noarch.rpm 1.0 MB/s | 411 kB 00:00 2023-11-16T11:53:53.395 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:53:53.395 INFO:teuthology.orchestra.run.smithi151.stdout:Total 1.0 MB/s | 411 kB 00:00 2023-11-16T11:53:53.395 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction check 2023-11-16T11:53:53.398 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction check succeeded. 2023-11-16T11:53:53.398 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction test 2023-11-16T11:53:53.401 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction test succeeded. 2023-11-16T11:53:53.405 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction 2023-11-16T11:53:53.447 INFO:teuthology.orchestra.run.smithi151.stdout: Preparing : 1/1 2023-11-16T11:53:54.103 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:59 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:53:55.202 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 1/1 2023-11-16T11:53:55.354 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 1/1 2023-11-16T11:53:55.512 INFO:teuthology.orchestra.run.smithi062.stdout:Package ceph-base-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T11:53:55.523 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 1/1 2023-11-16T11:53:55.631 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-11-16T11:53:55.632 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2023-11-16T11:53:55.632 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-11-16T11:53:55.749 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install cephadm 2023-11-16T11:53:56.113 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-11-16T11:53:56.538 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 1/1 2023-11-16T11:53:56.538 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:02:03 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:53:57.930 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:02:02 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:53:59.486 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-11-16T11:53:59.486 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-16T11:53:59.486 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2023-11-16T11:53:59.486 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-16T11:53:59.486 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2023-11-16T11:53:59.486 INFO:teuthology.orchestra.run.smithi062.stdout: cephadm noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 411 k 2023-11-16T11:53:59.486 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:53:59.487 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2023-11-16T11:53:59.487 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-16T11:53:59.487 INFO:teuthology.orchestra.run.smithi062.stdout:Install 1 Package 2023-11-16T11:53:59.487 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:53:59.487 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 411 k 2023-11-16T11:53:59.487 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 2.1 M 2023-11-16T11:53:59.487 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2023-11-16T11:53:59.854 INFO:teuthology.orchestra.run.smithi062.stdout:cephadm-18.0.0-7421.g50bc6740.el8.noarch.rpm 1.1 MB/s | 411 kB 00:00 2023-11-16T11:53:59.854 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:53:59.854 INFO:teuthology.orchestra.run.smithi062.stdout:Total 1.1 MB/s | 411 kB 00:00 2023-11-16T11:53:59.855 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2023-11-16T11:53:59.864 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2023-11-16T11:53:59.864 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2023-11-16T11:53:59.867 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2023-11-16T11:53:59.871 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2023-11-16T11:53:59.960 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2023-11-16T11:54:02.099 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 1/1 2023-11-16T11:54:02.328 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 1/1 2023-11-16T11:54:02.501 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 1/1 2023-11-16T11:54:03.544 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 1/1 2023-11-16T11:54:03.544 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:02:08 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:54:04.190 INFO:teuthology.orchestra.run.smithi151.stdout:Installed products updated. 2023-11-16T11:54:04.375 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:54:04.375 INFO:teuthology.orchestra.run.smithi151.stdout:Installed: 2023-11-16T11:54:04.376 INFO:teuthology.orchestra.run.smithi151.stdout: cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T11:54:04.376 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:54:04.376 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2023-11-16T11:54:04.503 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install ceph-immutable-object-cache 2023-11-16T11:54:04.865 INFO:teuthology.orchestra.run.smithi151.stdout:Updating Subscription Management repositories. 2023-11-16T11:54:06.585 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:02:13 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:54:08.001 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2023-11-16T11:54:08.002 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2023-11-16T11:54:08.002 INFO:teuthology.orchestra.run.smithi151.stdout: Package Arch Version Repo Size 2023-11-16T11:54:08.002 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2023-11-16T11:54:08.002 INFO:teuthology.orchestra.run.smithi151.stdout:Installing: 2023-11-16T11:54:08.002 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 171 k 2023-11-16T11:54:08.002 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:54:08.002 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2023-11-16T11:54:08.002 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2023-11-16T11:54:08.003 INFO:teuthology.orchestra.run.smithi151.stdout:Install 1 Package 2023-11-16T11:54:08.003 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:54:08.003 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 171 k 2023-11-16T11:54:08.003 INFO:teuthology.orchestra.run.smithi151.stdout:Installed size: 524 k 2023-11-16T11:54:08.003 INFO:teuthology.orchestra.run.smithi151.stdout:Downloading Packages: 2023-11-16T11:54:08.312 INFO:teuthology.orchestra.run.smithi151.stdout:ceph-immutable-object-cache-18.0.0-7421.g50bc67 554 kB/s | 171 kB 00:00 2023-11-16T11:54:08.313 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:54:08.313 INFO:teuthology.orchestra.run.smithi151.stdout:Total 551 kB/s | 171 kB 00:00 2023-11-16T11:54:08.313 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction check 2023-11-16T11:54:08.324 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction check succeeded. 2023-11-16T11:54:08.325 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction test 2023-11-16T11:54:08.378 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction test succeeded. 2023-11-16T11:54:08.380 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction 2023-11-16T11:54:08.489 INFO:teuthology.orchestra.run.smithi151.stdout: Preparing : 1/1 2023-11-16T11:54:08.660 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-7421.g50bc6740. 1/1 2023-11-16T11:54:09.003 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-7421.g50bc6740. 1/1 2023-11-16T11:54:10.060 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-7421.g50bc6740. 1/1 2023-11-16T11:54:10.061 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:02:17 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:54:10.840 INFO:teuthology.orchestra.run.smithi062.stdout:Installed products updated. 2023-11-16T11:54:11.043 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:54:11.043 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2023-11-16T11:54:11.043 INFO:teuthology.orchestra.run.smithi062.stdout: cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T11:54:11.043 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:54:11.044 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-11-16T11:54:11.206 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-immutable-object-cache 2023-11-16T11:54:11.589 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-11-16T11:54:13.367 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:02:18 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:54:14.921 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-11-16T11:54:14.921 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-16T11:54:14.921 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repo Size 2023-11-16T11:54:14.922 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-16T11:54:14.922 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2023-11-16T11:54:14.923 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 171 k 2023-11-16T11:54:14.923 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:54:14.923 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2023-11-16T11:54:14.923 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-16T11:54:14.923 INFO:teuthology.orchestra.run.smithi062.stdout:Install 1 Package 2023-11-16T11:54:14.923 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:54:14.924 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 171 k 2023-11-16T11:54:14.924 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 524 k 2023-11-16T11:54:14.924 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2023-11-16T11:54:15.128 INFO:teuthology.orchestra.run.smithi062.stdout:ceph-immutable-object-cache-18.0.0-7421.g50bc67 835 kB/s | 171 kB 00:00 2023-11-16T11:54:15.128 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:54:15.128 INFO:teuthology.orchestra.run.smithi062.stdout:Total 829 kB/s | 171 kB 00:00 2023-11-16T11:54:15.129 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2023-11-16T11:54:15.143 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2023-11-16T11:54:15.143 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2023-11-16T11:54:15.197 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2023-11-16T11:54:15.204 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2023-11-16T11:54:15.323 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2023-11-16T11:54:15.518 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-7421.g50bc6740. 1/1 2023-11-16T11:54:15.886 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-7421.g50bc6740. 1/1 2023-11-16T11:54:17.116 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-7421.g50bc6740. 1/1 2023-11-16T11:54:17.116 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:02:22 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:54:19.690 INFO:teuthology.orchestra.run.smithi151.stdout:Installed products updated. 2023-11-16T11:54:19.881 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:54:19.881 INFO:teuthology.orchestra.run.smithi151.stdout:Installed: 2023-11-16T11:54:19.881 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-immutable-object-cache-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:54:19.881 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:54:19.881 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2023-11-16T11:54:20.010 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install ceph-mgr 2023-11-16T11:54:20.357 INFO:teuthology.orchestra.run.smithi151.stdout:Updating Subscription Management repositories. 2023-11-16T11:54:21.913 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:02:28 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:54:23.249 INFO:teuthology.orchestra.run.smithi151.stdout:Package ceph-mgr-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T11:54:23.361 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2023-11-16T11:54:23.362 INFO:teuthology.orchestra.run.smithi151.stdout:Nothing to do. 2023-11-16T11:54:23.362 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2023-11-16T11:54:23.474 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install ceph-mgr-dashboard 2023-11-16T11:54:23.821 INFO:teuthology.orchestra.run.smithi151.stdout:Updating Subscription Management repositories. 2023-11-16T11:54:25.387 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:02:32 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:54:26.150 INFO:teuthology.orchestra.run.smithi062.stdout:Installed products updated. 2023-11-16T11:54:26.349 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:54:26.349 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2023-11-16T11:54:26.349 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-immutable-object-cache-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:54:26.349 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:54:26.349 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-11-16T11:54:26.484 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-mgr 2023-11-16T11:54:26.770 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2023-11-16T11:54:26.770 INFO:teuthology.orchestra.run.smithi151.stdout:=================================================================================================== 2023-11-16T11:54:26.771 INFO:teuthology.orchestra.run.smithi151.stdout: Package Arch Version Repository Size 2023-11-16T11:54:26.771 INFO:teuthology.orchestra.run.smithi151.stdout:=================================================================================================== 2023-11-16T11:54:26.771 INFO:teuthology.orchestra.run.smithi151.stdout:Installing: 2023-11-16T11:54:26.771 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-mgr-dashboard noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 1.8 M 2023-11-16T11:54:26.771 INFO:teuthology.orchestra.run.smithi151.stdout:Installing dependencies: 2023-11-16T11:54:26.771 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-grafana-dashboards noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 23 k 2023-11-16T11:54:26.771 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-prometheus-alerts noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 15 k 2023-11-16T11:54:26.771 INFO:teuthology.orchestra.run.smithi151.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-11-16T11:54:26.771 INFO:teuthology.orchestra.run.smithi151.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-11-16T11:54:26.772 INFO:teuthology.orchestra.run.smithi151.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-11-16T11:54:26.772 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:54:26.772 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2023-11-16T11:54:26.772 INFO:teuthology.orchestra.run.smithi151.stdout:=================================================================================================== 2023-11-16T11:54:26.772 INFO:teuthology.orchestra.run.smithi151.stdout:Install 6 Packages 2023-11-16T11:54:26.772 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:54:26.773 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 2.1 M 2023-11-16T11:54:26.773 INFO:teuthology.orchestra.run.smithi151.stdout:Installed size: 8.5 M 2023-11-16T11:54:26.773 INFO:teuthology.orchestra.run.smithi151.stdout:Downloading Packages: 2023-11-16T11:54:26.852 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-11-16T11:54:27.338 INFO:teuthology.orchestra.run.smithi151.stdout:(1/6): ceph-grafana-dashboards-18.0.0-7421.g50b 54 kB/s | 23 kB 00:00 2023-11-16T11:54:27.363 INFO:teuthology.orchestra.run.smithi151.stdout:(2/6): ceph-prometheus-alerts-18.0.0-7421.g50bc 33 kB/s | 15 kB 00:00 2023-11-16T11:54:27.547 INFO:teuthology.orchestra.run.smithi151.stdout:(3/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 161 kB/s | 34 kB 00:00 2023-11-16T11:54:27.622 INFO:teuthology.orchestra.run.smithi151.stdout:(4/6): python3-routes-2.4.1-12.el8.noarch.rpm 760 kB/s | 196 kB 00:00 2023-11-16T11:54:27.789 INFO:teuthology.orchestra.run.smithi151.stdout:(5/6): python3-jwt-1.6.1-2.el8.noarch.rpm 176 kB/s | 43 kB 00:00 2023-11-16T11:54:27.906 INFO:teuthology.orchestra.run.smithi151.stdout:(6/6): ceph-mgr-dashboard-18.0.0-7421.g50bc6740 1.8 MB/s | 1.8 MB 00:00 2023-11-16T11:54:27.909 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:54:27.909 INFO:teuthology.orchestra.run.smithi151.stdout:Total 1.8 MB/s | 2.1 MB 00:01 2023-11-16T11:54:27.921 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction check 2023-11-16T11:54:27.930 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction check succeeded. 2023-11-16T11:54:27.930 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction test 2023-11-16T11:54:27.988 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction test succeeded. 2023-11-16T11:54:27.992 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction 2023-11-16T11:54:28.250 INFO:teuthology.orchestra.run.smithi151.stdout: Preparing : 1/1 2023-11-16T11:54:28.406 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:02:33 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:54:28.425 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 1/6 2023-11-16T11:54:28.646 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 2/6 2023-11-16T11:54:28.834 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 3/6 2023-11-16T11:54:28.957 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-7421.g50bc6740.el8.n 4/6 2023-11-16T11:54:29.294 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-7421.g50bc6740.el8. 5/6 2023-11-16T11:54:29.484 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-7421.g50bc6740.el8.noarc 6/6 2023-11-16T11:54:29.711 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-7421.g50bc6740.el8.noarc 6/6 2023-11-16T11:54:29.711 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-7421.g50bc6740.el8. 1/6 2023-11-16T11:54:29.711 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-7421.g50bc6740.el8.noarc 2/6 2023-11-16T11:54:29.711 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-7421.g50bc6740.el8.n 3/6 2023-11-16T11:54:29.711 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/6 2023-11-16T11:54:29.711 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/6 2023-11-16T11:54:29.819 INFO:teuthology.orchestra.run.smithi062.stdout:Package ceph-mgr-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T11:54:29.936 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-11-16T11:54:29.937 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2023-11-16T11:54:29.937 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-11-16T11:54:30.063 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-mgr-dashboard 2023-11-16T11:54:30.427 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-11-16T11:54:30.791 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/6 2023-11-16T11:54:30.792 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:02:37 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:54:32.105 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:02:37 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:54:33.651 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-11-16T11:54:33.652 INFO:teuthology.orchestra.run.smithi062.stdout:=================================================================================================== 2023-11-16T11:54:33.652 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2023-11-16T11:54:33.652 INFO:teuthology.orchestra.run.smithi062.stdout:=================================================================================================== 2023-11-16T11:54:33.652 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2023-11-16T11:54:33.652 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-dashboard noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 1.8 M 2023-11-16T11:54:33.652 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2023-11-16T11:54:33.652 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-grafana-dashboards noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 23 k 2023-11-16T11:54:33.652 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-prometheus-alerts noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 15 k 2023-11-16T11:54:33.653 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-11-16T11:54:33.653 INFO:teuthology.orchestra.run.smithi062.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-11-16T11:54:33.653 INFO:teuthology.orchestra.run.smithi062.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-11-16T11:54:33.653 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:54:33.653 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2023-11-16T11:54:33.653 INFO:teuthology.orchestra.run.smithi062.stdout:=================================================================================================== 2023-11-16T11:54:33.653 INFO:teuthology.orchestra.run.smithi062.stdout:Install 6 Packages 2023-11-16T11:54:33.653 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:54:33.654 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 2.1 M 2023-11-16T11:54:33.654 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 8.5 M 2023-11-16T11:54:33.654 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2023-11-16T11:54:33.963 INFO:teuthology.orchestra.run.smithi062.stdout:(1/6): ceph-prometheus-alerts-18.0.0-7421.g50bc 100 kB/s | 15 kB 00:00 2023-11-16T11:54:34.054 INFO:teuthology.orchestra.run.smithi062.stdout:(2/6): ceph-grafana-dashboards-18.0.0-7421.g50b 96 kB/s | 23 kB 00:00 2023-11-16T11:54:34.164 INFO:teuthology.orchestra.run.smithi062.stdout:(3/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 168 kB/s | 34 kB 00:00 2023-11-16T11:54:34.205 INFO:teuthology.orchestra.run.smithi062.stdout:(4/6): ceph-mgr-dashboard-18.0.0-7421.g50bc6740 4.5 MB/s | 1.8 MB 00:00 2023-11-16T11:54:34.283 INFO:teuthology.orchestra.run.smithi062.stdout:(5/6): python3-routes-2.4.1-12.el8.noarch.rpm 870 kB/s | 196 kB 00:00 2023-11-16T11:54:34.409 INFO:teuthology.orchestra.run.smithi062.stdout:(6/6): python3-jwt-1.6.1-2.el8.noarch.rpm 176 kB/s | 43 kB 00:00 2023-11-16T11:54:34.409 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:54:34.409 INFO:teuthology.orchestra.run.smithi062.stdout:Total 2.7 MB/s | 2.1 MB 00:00 2023-11-16T11:54:34.421 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2023-11-16T11:54:34.431 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2023-11-16T11:54:34.432 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2023-11-16T11:54:34.494 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2023-11-16T11:54:34.498 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2023-11-16T11:54:34.795 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2023-11-16T11:54:35.010 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 1/6 2023-11-16T11:54:35.240 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 2/6 2023-11-16T11:54:35.452 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 3/6 2023-11-16T11:54:35.618 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-7421.g50bc6740.el8.n 4/6 2023-11-16T11:54:36.029 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-7421.g50bc6740.el8. 5/6 2023-11-16T11:54:36.251 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-7421.g50bc6740.el8.noarc 6/6 2023-11-16T11:54:36.524 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-7421.g50bc6740.el8.noarc 6/6 2023-11-16T11:54:36.524 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-7421.g50bc6740.el8. 1/6 2023-11-16T11:54:36.524 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-7421.g50bc6740.el8.noarc 2/6 2023-11-16T11:54:36.525 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-7421.g50bc6740.el8.n 3/6 2023-11-16T11:54:36.525 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/6 2023-11-16T11:54:36.525 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/6 2023-11-16T11:54:37.629 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/6 2023-11-16T11:54:37.629 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:02:42 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:54:37.778 INFO:teuthology.orchestra.run.smithi151.stdout:Installed products updated. 2023-11-16T11:54:37.966 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:54:37.966 INFO:teuthology.orchestra.run.smithi151.stdout:Installed: 2023-11-16T11:54:37.966 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-grafana-dashboards-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T11:54:37.966 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-mgr-dashboard-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T11:54:37.966 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-prometheus-alerts-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T11:54:37.967 INFO:teuthology.orchestra.run.smithi151.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-11-16T11:54:37.967 INFO:teuthology.orchestra.run.smithi151.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-11-16T11:54:37.967 INFO:teuthology.orchestra.run.smithi151.stdout: python3-routes-2.4.1-12.el8.noarch 2023-11-16T11:54:37.967 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:54:37.967 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2023-11-16T11:54:38.091 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install ceph-mgr-diskprediction-local 2023-11-16T11:54:38.441 INFO:teuthology.orchestra.run.smithi151.stdout:Updating Subscription Management repositories. 2023-11-16T11:54:40.327 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:02:47 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:54:41.696 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2023-11-16T11:54:41.697 INFO:teuthology.orchestra.run.smithi151.stdout:======================================================================================================================= 2023-11-16T11:54:41.698 INFO:teuthology.orchestra.run.smithi151.stdout: Package Arch Version Repository Size 2023-11-16T11:54:41.698 INFO:teuthology.orchestra.run.smithi151.stdout:======================================================================================================================= 2023-11-16T11:54:41.698 INFO:teuthology.orchestra.run.smithi151.stdout:Installing: 2023-11-16T11:54:41.698 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 7.4 M 2023-11-16T11:54:41.698 INFO:teuthology.orchestra.run.smithi151.stdout:Installing dependencies: 2023-11-16T11:54:41.698 INFO:teuthology.orchestra.run.smithi151.stdout: libgfortran x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 644 k 2023-11-16T11:54:41.698 INFO:teuthology.orchestra.run.smithi151.stdout: libquadmath x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 171 k 2023-11-16T11:54:41.698 INFO:teuthology.orchestra.run.smithi151.stdout: openblas x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.7 M 2023-11-16T11:54:41.698 INFO:teuthology.orchestra.run.smithi151.stdout: openblas-threads x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.9 M 2023-11-16T11:54:41.699 INFO:teuthology.orchestra.run.smithi151.stdout: python3-numpy x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2023-11-16T11:54:41.699 INFO:teuthology.orchestra.run.smithi151.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2023-11-16T11:54:41.699 INFO:teuthology.orchestra.run.smithi151.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-11-16T11:54:41.699 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:54:41.699 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2023-11-16T11:54:41.699 INFO:teuthology.orchestra.run.smithi151.stdout:======================================================================================================================= 2023-11-16T11:54:41.699 INFO:teuthology.orchestra.run.smithi151.stdout:Install 8 Packages 2023-11-16T11:54:41.699 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:54:41.700 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 35 M 2023-11-16T11:54:41.700 INFO:teuthology.orchestra.run.smithi151.stdout:Installed size: 210 M 2023-11-16T11:54:41.700 INFO:teuthology.orchestra.run.smithi151.stdout:Downloading Packages: 2023-11-16T11:54:41.985 INFO:teuthology.orchestra.run.smithi151.stdout:(1/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 13 MB/s | 3.7 MB 00:00 2023-11-16T11:54:42.314 INFO:teuthology.orchestra.run.smithi151.stdout:(2/8): python3-scipy-1.0.0-21.module+el8.5.0+10 22 MB/s | 14 MB 00:00 2023-11-16T11:54:42.336 INFO:teuthology.orchestra.run.smithi151.stdout:(3/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 643 kB/s | 225 kB 00:00 2023-11-16T11:54:42.619 INFO:teuthology.orchestra.run.smithi151.stdout:(4/8): openblas-0.3.15-3.el8.x86_64.rpm 17 MB/s | 4.7 MB 00:00 2023-11-16T11:54:42.711 INFO:teuthology.orchestra.run.smithi151.stdout:(5/8): openblas-threads-0.3.15-3.el8.x86_64.rpm 12 MB/s | 4.9 MB 00:00 2023-11-16T11:54:42.812 INFO:teuthology.orchestra.run.smithi151.stdout:(6/8): ceph-mgr-diskprediction-local-18.0.0-742 6.7 MB/s | 7.4 MB 00:01 2023-11-16T11:54:43.153 INFO:teuthology.orchestra.run.smithi151.stdout:(7/8): libgfortran-8.5.0-10.1.el8_6.x86_64.rpm 1.2 MB/s | 644 kB 00:00 2023-11-16T11:54:43.270 INFO:teuthology.orchestra.run.smithi151.stdout:(8/8): libquadmath-8.5.0-10.1.el8_6.x86_64.rpm 306 kB/s | 171 kB 00:00 2023-11-16T11:54:43.272 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:54:43.272 INFO:teuthology.orchestra.run.smithi151.stdout:Total 23 MB/s | 35 MB 00:01 2023-11-16T11:54:43.509 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction check 2023-11-16T11:54:43.527 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction check succeeded. 2023-11-16T11:54:43.528 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction test 2023-11-16T11:54:43.819 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction test succeeded. 2023-11-16T11:54:43.822 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction 2023-11-16T11:54:44.362 INFO:teuthology.orchestra.run.smithi151.stdout: Preparing : 1/1 2023-11-16T11:54:44.521 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-11-16T11:54:44.701 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-11-16T11:54:44.846 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-11-16T11:54:45.463 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-11-16T11:54:45.621 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-11-16T11:54:46.220 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-11-16T11:54:46.404 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : openblas-0.3.15-3.el8.x86_64 4/8 2023-11-16T11:54:47.090 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: openblas-0.3.15-3.el8.x86_64 4/8 2023-11-16T11:54:47.399 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-11-16T11:54:47.612 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-16T11:54:47.990 INFO:teuthology.orchestra.run.smithi062.stdout:Installed products updated. 2023-11-16T11:54:48.195 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:54:48.195 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2023-11-16T11:54:48.195 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-grafana-dashboards-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T11:54:48.195 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-dashboard-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T11:54:48.195 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-prometheus-alerts-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T11:54:48.195 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-11-16T11:54:48.195 INFO:teuthology.orchestra.run.smithi062.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-11-16T11:54:48.195 INFO:teuthology.orchestra.run.smithi062.stdout: python3-routes-2.4.1-12.el8.noarch 2023-11-16T11:54:48.196 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:54:48.196 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-11-16T11:54:48.336 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-mgr-diskprediction-local 2023-11-16T11:54:48.706 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-11-16T11:54:49.378 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-16T11:54:50.330 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:02:55 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:54:50.578 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 7/8 2023-11-16T11:54:50.762 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-7421.g50bc674 8/8 2023-11-16T11:54:51.030 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-7421.g50bc674 8/8 2023-11-16T11:54:51.030 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-7421.g50bc674 1/8 2023-11-16T11:54:51.031 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 2/8 2023-11-16T11:54:51.031 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 3/8 2023-11-16T11:54:51.031 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 4/8 2023-11-16T11:54:51.031 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : openblas-threads-0.3.15-3.el8.x86_64 5/8 2023-11-16T11:54:51.031 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : openblas-0.3.15-3.el8.x86_64 6/8 2023-11-16T11:54:51.031 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : libgfortran-8.5.0-10.1.el8_6.x86_64 7/8 2023-11-16T11:54:51.884 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-11-16T11:54:51.885 INFO:teuthology.orchestra.run.smithi062.stdout:======================================================================================================================= 2023-11-16T11:54:51.885 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2023-11-16T11:54:51.885 INFO:teuthology.orchestra.run.smithi062.stdout:======================================================================================================================= 2023-11-16T11:54:51.886 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2023-11-16T11:54:51.886 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 7.4 M 2023-11-16T11:54:51.886 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2023-11-16T11:54:51.886 INFO:teuthology.orchestra.run.smithi062.stdout: libgfortran x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 644 k 2023-11-16T11:54:51.886 INFO:teuthology.orchestra.run.smithi062.stdout: libquadmath x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 171 k 2023-11-16T11:54:51.886 INFO:teuthology.orchestra.run.smithi062.stdout: openblas x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.7 M 2023-11-16T11:54:51.886 INFO:teuthology.orchestra.run.smithi062.stdout: openblas-threads x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.9 M 2023-11-16T11:54:51.886 INFO:teuthology.orchestra.run.smithi062.stdout: python3-numpy x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2023-11-16T11:54:51.886 INFO:teuthology.orchestra.run.smithi062.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2023-11-16T11:54:51.886 INFO:teuthology.orchestra.run.smithi062.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-11-16T11:54:51.886 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:54:51.887 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2023-11-16T11:54:51.887 INFO:teuthology.orchestra.run.smithi062.stdout:======================================================================================================================= 2023-11-16T11:54:51.887 INFO:teuthology.orchestra.run.smithi062.stdout:Install 8 Packages 2023-11-16T11:54:51.887 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:54:51.887 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 35 M 2023-11-16T11:54:51.887 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 210 M 2023-11-16T11:54:51.888 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2023-11-16T11:54:52.085 INFO:teuthology.orchestra.run.smithi062.stdout:(1/8): libquadmath-8.5.0-10.1.el8_6.x86_64.rpm 869 kB/s | 171 kB 00:00 2023-11-16T11:54:52.086 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : libquadmath-8.5.0-10.1.el8_6.x86_64 8/8 2023-11-16T11:54:52.086 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:02:59 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:54:52.177 INFO:teuthology.orchestra.run.smithi062.stdout:(2/8): libgfortran-8.5.0-10.1.el8_6.x86_64.rpm 2.2 MB/s | 644 kB 00:00 2023-11-16T11:54:52.427 INFO:teuthology.orchestra.run.smithi062.stdout:(3/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 15 MB/s | 3.7 MB 00:00 2023-11-16T11:54:52.661 INFO:teuthology.orchestra.run.smithi062.stdout:(4/8): python3-scipy-1.0.0-21.module+el8.5.0+10 24 MB/s | 14 MB 00:00 2023-11-16T11:54:52.778 INFO:teuthology.orchestra.run.smithi062.stdout:(5/8): ceph-mgr-diskprediction-local-18.0.0-742 8.3 MB/s | 7.4 MB 00:00 2023-11-16T11:54:52.803 INFO:teuthology.orchestra.run.smithi062.stdout:(6/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 599 kB/s | 225 kB 00:00 2023-11-16T11:54:52.920 INFO:teuthology.orchestra.run.smithi062.stdout:(7/8): openblas-threads-0.3.15-3.el8.x86_64.rpm 19 MB/s | 4.9 MB 00:00 2023-11-16T11:54:53.054 INFO:teuthology.orchestra.run.smithi062.stdout:(8/8): openblas-0.3.15-3.el8.x86_64.rpm 17 MB/s | 4.7 MB 00:00 2023-11-16T11:54:53.054 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:54:53.055 INFO:teuthology.orchestra.run.smithi062.stdout:Total 30 MB/s | 35 MB 00:01 2023-11-16T11:54:53.301 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2023-11-16T11:54:53.322 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2023-11-16T11:54:53.322 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2023-11-16T11:54:53.631 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2023-11-16T11:54:53.635 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2023-11-16T11:54:54.239 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2023-11-16T11:54:54.413 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-11-16T11:54:54.544 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-11-16T11:54:54.713 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-11-16T11:54:55.407 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-11-16T11:54:55.629 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-11-16T11:54:56.265 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-11-16T11:54:56.587 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : openblas-0.3.15-3.el8.x86_64 4/8 2023-11-16T11:54:57.363 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: openblas-0.3.15-3.el8.x86_64 4/8 2023-11-16T11:54:57.873 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-11-16T11:54:58.120 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-16T11:55:00.081 INFO:teuthology.orchestra.run.smithi151.stdout:Installed products updated. 2023-11-16T11:55:00.123 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-16T11:55:00.268 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:55:00.269 INFO:teuthology.orchestra.run.smithi151.stdout:Installed: 2023-11-16T11:55:00.269 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-mgr-diskprediction-local-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T11:55:00.269 INFO:teuthology.orchestra.run.smithi151.stdout: libgfortran-8.5.0-10.1.el8_6.x86_64 2023-11-16T11:55:00.270 INFO:teuthology.orchestra.run.smithi151.stdout: libquadmath-8.5.0-10.1.el8_6.x86_64 2023-11-16T11:55:00.270 INFO:teuthology.orchestra.run.smithi151.stdout: openblas-0.3.15-3.el8.x86_64 2023-11-16T11:55:00.270 INFO:teuthology.orchestra.run.smithi151.stdout: openblas-threads-0.3.15-3.el8.x86_64 2023-11-16T11:55:00.270 INFO:teuthology.orchestra.run.smithi151.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-11-16T11:55:00.270 INFO:teuthology.orchestra.run.smithi151.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-11-16T11:55:00.270 INFO:teuthology.orchestra.run.smithi151.stdout: python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d.x86_64 2023-11-16T11:55:00.270 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:55:00.270 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2023-11-16T11:55:00.402 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install ceph-mgr-rook 2023-11-16T11:55:00.752 INFO:teuthology.orchestra.run.smithi151.stdout:Updating Subscription Management repositories. 2023-11-16T11:55:01.505 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 7/8 2023-11-16T11:55:01.689 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-7421.g50bc674 8/8 2023-11-16T11:55:01.982 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-7421.g50bc674 8/8 2023-11-16T11:55:01.983 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-7421.g50bc674 1/8 2023-11-16T11:55:01.983 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-11-16T11:55:01.983 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libquadmath-8.5.0-10.1.el8_6.x86_64 3/8 2023-11-16T11:55:01.983 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 4/8 2023-11-16T11:55:01.983 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-11-16T11:55:01.983 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-16T11:55:01.983 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : openblas-threads-0.3.15-3.el8.x86_64 7/8 2023-11-16T11:55:02.336 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:03:09 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:55:03.267 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : openblas-0.3.15-3.el8.x86_64 8/8 2023-11-16T11:55:03.267 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:03:08 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:55:03.724 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2023-11-16T11:55:03.726 INFO:teuthology.orchestra.run.smithi151.stdout:======================================================================================================== 2023-11-16T11:55:03.727 INFO:teuthology.orchestra.run.smithi151.stdout: Package Arch Version Repository Size 2023-11-16T11:55:03.727 INFO:teuthology.orchestra.run.smithi151.stdout:======================================================================================================== 2023-11-16T11:55:03.727 INFO:teuthology.orchestra.run.smithi151.stdout:Installing: 2023-11-16T11:55:03.727 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-mgr-rook noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 50 k 2023-11-16T11:55:03.727 INFO:teuthology.orchestra.run.smithi151.stdout:Installing dependencies: 2023-11-16T11:55:03.727 INFO:teuthology.orchestra.run.smithi151.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-11-16T11:55:03.727 INFO:teuthology.orchestra.run.smithi151.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-11-16T11:55:03.727 INFO:teuthology.orchestra.run.smithi151.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-11-16T11:55:03.727 INFO:teuthology.orchestra.run.smithi151.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2023-11-16T11:55:03.727 INFO:teuthology.orchestra.run.smithi151.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2023-11-16T11:55:03.728 INFO:teuthology.orchestra.run.smithi151.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-11-16T11:55:03.728 INFO:teuthology.orchestra.run.smithi151.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2023-11-16T11:55:03.728 INFO:teuthology.orchestra.run.smithi151.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2023-11-16T11:55:03.728 INFO:teuthology.orchestra.run.smithi151.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2023-11-16T11:55:03.728 INFO:teuthology.orchestra.run.smithi151.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-11-16T11:55:03.728 INFO:teuthology.orchestra.run.smithi151.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-11-16T11:55:03.728 INFO:teuthology.orchestra.run.smithi151.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-11-16T11:55:03.728 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:55:03.728 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2023-11-16T11:55:03.728 INFO:teuthology.orchestra.run.smithi151.stdout:======================================================================================================== 2023-11-16T11:55:03.729 INFO:teuthology.orchestra.run.smithi151.stdout:Install 13 Packages 2023-11-16T11:55:03.729 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:55:03.729 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 1.9 M 2023-11-16T11:55:03.729 INFO:teuthology.orchestra.run.smithi151.stdout:Installed size: 25 M 2023-11-16T11:55:03.729 INFO:teuthology.orchestra.run.smithi151.stdout:Downloading Packages: 2023-11-16T11:55:04.100 INFO:teuthology.orchestra.run.smithi151.stdout:(1/13): python3-certifi-2018.10.15-7.el8.noarch 82 kB/s | 16 kB 00:00 2023-11-16T11:55:04.117 INFO:teuthology.orchestra.run.smithi151.stdout:(2/13): python3-cachetools-3.1.1-4.el8.noarch.r 154 kB/s | 33 kB 00:00 2023-11-16T11:55:04.217 INFO:teuthology.orchestra.run.smithi151.stdout:(3/13): python3-google-auth-1.1.1-10.el8.noarch 695 kB/s | 81 kB 00:00 2023-11-16T11:55:04.292 INFO:teuthology.orchestra.run.smithi151.stdout:(4/13): python3-rsa-4.9-2.el8.noarch.rpm 857 kB/s | 64 kB 00:00 2023-11-16T11:55:04.359 INFO:teuthology.orchestra.run.smithi151.stdout:(5/13): python3-kubernetes-11.0.0-6.el8.noarch. 4.8 MB/s | 1.2 MB 00:00 2023-11-16T11:55:04.376 INFO:teuthology.orchestra.run.smithi151.stdout:(6/13): ceph-mgr-rook-18.0.0-7421.g50bc6740.el8 106 kB/s | 50 kB 00:00 2023-11-16T11:55:04.393 INFO:teuthology.orchestra.run.smithi151.stdout:(7/13): python3-websocket-client-0.56.0-5.el8.n 609 kB/s | 61 kB 00:00 2023-11-16T11:55:04.660 INFO:teuthology.orchestra.run.smithi151.stdout:(8/13): python3-pyasn1-modules-0.3.7-6.el8.noar 366 kB/s | 110 kB 00:00 2023-11-16T11:55:04.702 INFO:teuthology.orchestra.run.smithi151.stdout:(9/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 410 kB/s | 126 kB 00:00 2023-11-16T11:55:04.769 INFO:teuthology.orchestra.run.smithi151.stdout:(10/13): python3-jsonpatch-1.21-2.el8.noarch.rp 68 kB/s | 27 kB 00:00 2023-11-16T11:55:04.878 INFO:teuthology.orchestra.run.smithi151.stdout:(11/13): python3-requests-oauthlib-1.0.0-1.el8. 243 kB/s | 43 kB 00:00 2023-11-16T11:55:04.953 INFO:teuthology.orchestra.run.smithi151.stdout:(12/13): python3-oauthlib-2.1.0-1.el8.noarch.rp 842 kB/s | 155 kB 00:00 2023-11-16T11:55:04.978 INFO:teuthology.orchestra.run.smithi151.stdout:(13/13): python3-jsonpointer-1.10-11.el8.noarch 63 kB/s | 20 kB 00:00 2023-11-16T11:55:04.980 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:55:04.980 INFO:teuthology.orchestra.run.smithi151.stdout:Total 1.5 MB/s | 1.9 MB 00:01 2023-11-16T11:55:05.047 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction check 2023-11-16T11:55:05.064 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction check succeeded. 2023-11-16T11:55:05.064 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction test 2023-11-16T11:55:05.134 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction test succeeded. 2023-11-16T11:55:05.138 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction 2023-11-16T11:55:05.668 INFO:teuthology.orchestra.run.smithi151.stdout: Preparing : 1/1 2023-11-16T11:55:05.901 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-11-16T11:55:06.162 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-rsa-4.9-2.el8.noarch 2/13 2023-11-16T11:55:06.379 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/13 2023-11-16T11:55:06.622 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 4/13 2023-11-16T11:55:06.774 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 5/13 2023-11-16T11:55:06.949 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 6/13 2023-11-16T11:55:07.128 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 7/13 2023-11-16T11:55:07.324 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 8/13 2023-11-16T11:55:07.498 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-11-16T11:55:07.746 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 10/13 2023-11-16T11:55:08.807 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 11/13 2023-11-16T11:55:09.044 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 12/13 2023-11-16T11:55:09.251 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-mgr-rook-2:18.0.0-7421.g50bc6740.el8.noarch 13/13 2023-11-16T11:55:09.490 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-7421.g50bc6740.el8.noarch 13/13 2023-11-16T11:55:09.490 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-mgr-rook-2:18.0.0-7421.g50bc6740.el8.noarch 1/13 2023-11-16T11:55:09.490 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/13 2023-11-16T11:55:09.491 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/13 2023-11-16T11:55:09.491 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/13 2023-11-16T11:55:09.491 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 5/13 2023-11-16T11:55:09.491 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 6/13 2023-11-16T11:55:09.491 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/13 2023-11-16T11:55:09.491 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 8/13 2023-11-16T11:55:09.491 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 9/13 2023-11-16T11:55:09.491 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 10/13 2023-11-16T11:55:09.491 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-11-16T11:55:09.491 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 12/13 2023-11-16T11:55:10.602 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 13/13 2023-11-16T11:55:10.602 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:03:17 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:55:10.780 INFO:teuthology.orchestra.run.smithi062.stdout:Installed products updated. 2023-11-16T11:55:10.986 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:55:10.987 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2023-11-16T11:55:10.987 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-diskprediction-local-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T11:55:10.987 INFO:teuthology.orchestra.run.smithi062.stdout: libgfortran-8.5.0-10.1.el8_6.x86_64 2023-11-16T11:55:10.987 INFO:teuthology.orchestra.run.smithi062.stdout: libquadmath-8.5.0-10.1.el8_6.x86_64 2023-11-16T11:55:10.987 INFO:teuthology.orchestra.run.smithi062.stdout: openblas-0.3.15-3.el8.x86_64 2023-11-16T11:55:10.987 INFO:teuthology.orchestra.run.smithi062.stdout: openblas-threads-0.3.15-3.el8.x86_64 2023-11-16T11:55:10.987 INFO:teuthology.orchestra.run.smithi062.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-11-16T11:55:10.987 INFO:teuthology.orchestra.run.smithi062.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-11-16T11:55:10.987 INFO:teuthology.orchestra.run.smithi062.stdout: python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d.x86_64 2023-11-16T11:55:10.987 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:55:10.988 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-11-16T11:55:11.136 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-mgr-rook 2023-11-16T11:55:11.505 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-11-16T11:55:13.068 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:03:18 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:55:14.629 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-11-16T11:55:18.324 INFO:teuthology.orchestra.run.smithi062.stdout:======================================================================================================== 2023-11-16T11:55:18.341 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2023-11-16T11:55:18.341 INFO:teuthology.orchestra.run.smithi062.stdout:======================================================================================================== 2023-11-16T11:55:18.341 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2023-11-16T11:55:18.341 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-rook noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 50 k 2023-11-16T11:55:18.341 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2023-11-16T11:55:18.341 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-11-16T11:55:18.341 INFO:teuthology.orchestra.run.smithi062.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-11-16T11:55:18.341 INFO:teuthology.orchestra.run.smithi062.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-11-16T11:55:18.341 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2023-11-16T11:55:18.341 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2023-11-16T11:55:18.341 INFO:teuthology.orchestra.run.smithi062.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-11-16T11:55:18.342 INFO:teuthology.orchestra.run.smithi062.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2023-11-16T11:55:18.342 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2023-11-16T11:55:18.342 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2023-11-16T11:55:18.342 INFO:teuthology.orchestra.run.smithi062.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-11-16T11:55:18.342 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-11-16T11:55:18.342 INFO:teuthology.orchestra.run.smithi062.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-11-16T11:55:18.342 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:55:18.342 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2023-11-16T11:55:18.342 INFO:teuthology.orchestra.run.smithi062.stdout:======================================================================================================== 2023-11-16T11:55:18.342 INFO:teuthology.orchestra.run.smithi062.stdout:Install 13 Packages 2023-11-16T11:55:18.342 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:55:18.342 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 1.9 M 2023-11-16T11:55:18.343 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 25 M 2023-11-16T11:55:18.343 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2023-11-16T11:55:18.343 INFO:teuthology.orchestra.run.smithi062.stdout:(1/13): ceph-mgr-rook-18.0.0-7421.g50bc6740.el8 163 kB/s | 50 kB 00:00 2023-11-16T11:55:18.343 INFO:teuthology.orchestra.run.smithi062.stdout:(2/13): python3-certifi-2018.10.15-7.el8.noarch 46 kB/s | 16 kB 00:00 2023-11-16T11:55:18.343 INFO:teuthology.orchestra.run.smithi062.stdout:(3/13): python3-cachetools-3.1.1-4.el8.noarch.r 88 kB/s | 33 kB 00:00 2023-11-16T11:55:18.343 INFO:teuthology.orchestra.run.smithi062.stdout:(4/13): python3-rsa-4.9-2.el8.noarch.rpm 257 kB/s | 64 kB 00:00 2023-11-16T11:55:18.343 INFO:teuthology.orchestra.run.smithi062.stdout:(5/13): python3-websocket-client-0.56.0-5.el8.n 433 kB/s | 61 kB 00:00 2023-11-16T11:55:18.343 INFO:teuthology.orchestra.run.smithi062.stdout:(6/13): python3-google-auth-1.1.1-10.el8.noarch 168 kB/s | 81 kB 00:00 2023-11-16T11:55:18.343 INFO:teuthology.orchestra.run.smithi062.stdout:(7/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 887 kB/s | 155 kB 00:00 2023-11-16T11:55:18.343 INFO:teuthology.orchestra.run.smithi062.stdout:(8/13): python3-requests-oauthlib-1.0.0-1.el8.n 196 kB/s | 43 kB 00:00 2023-11-16T11:55:18.343 INFO:teuthology.orchestra.run.smithi062.stdout:(9/13): python3-kubernetes-11.0.0-6.el8.noarch. 1.8 MB/s | 1.2 MB 00:00 2023-11-16T11:55:18.343 INFO:teuthology.orchestra.run.smithi062.stdout:(10/13): python3-pyasn1-modules-0.3.7-6.el8.noa 774 kB/s | 110 kB 00:00 2023-11-16T11:55:18.343 INFO:teuthology.orchestra.run.smithi062.stdout:(11/13): python3-jsonpatch-1.21-2.el8.noarch.rp 159 kB/s | 27 kB 00:00 2023-11-16T11:55:18.344 INFO:teuthology.orchestra.run.smithi062.stdout:(12/13): python3-jsonpointer-1.10-11.el8.noarch 160 kB/s | 20 kB 00:00 2023-11-16T11:55:18.344 INFO:teuthology.orchestra.run.smithi062.stdout:(13/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 432 kB/s | 126 kB 00:00 2023-11-16T11:55:18.344 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:55:18.344 INFO:teuthology.orchestra.run.smithi062.stdout:Total 1.4 MB/s | 1.9 MB 00:01 2023-11-16T11:55:18.344 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2023-11-16T11:55:18.344 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2023-11-16T11:55:18.344 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2023-11-16T11:55:18.344 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2023-11-16T11:55:18.344 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2023-11-16T11:55:18.344 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2023-11-16T11:55:18.344 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-11-16T11:55:18.344 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-rsa-4.9-2.el8.noarch 2/13 2023-11-16T11:55:18.344 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/13 2023-11-16T11:55:18.345 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 4/13 2023-11-16T11:55:18.345 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 5/13 2023-11-16T11:55:18.345 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-11-16T11:55:18.450 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-11-16T11:55:18.751 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 8/13 2023-11-16T11:55:18.960 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-11-16T11:55:19.212 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 10/13 2023-11-16T11:55:19.387 INFO:teuthology.orchestra.run.smithi151.stdout:Installed products updated. 2023-11-16T11:55:19.575 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:55:19.575 INFO:teuthology.orchestra.run.smithi151.stdout:Installed: 2023-11-16T11:55:19.575 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-mgr-rook-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T11:55:19.575 INFO:teuthology.orchestra.run.smithi151.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-11-16T11:55:19.575 INFO:teuthology.orchestra.run.smithi151.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-11-16T11:55:19.575 INFO:teuthology.orchestra.run.smithi151.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-11-16T11:55:19.575 INFO:teuthology.orchestra.run.smithi151.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-11-16T11:55:19.575 INFO:teuthology.orchestra.run.smithi151.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-11-16T11:55:19.575 INFO:teuthology.orchestra.run.smithi151.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-11-16T11:55:19.575 INFO:teuthology.orchestra.run.smithi151.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-11-16T11:55:19.575 INFO:teuthology.orchestra.run.smithi151.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-11-16T11:55:19.576 INFO:teuthology.orchestra.run.smithi151.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-11-16T11:55:19.576 INFO:teuthology.orchestra.run.smithi151.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-11-16T11:55:19.576 INFO:teuthology.orchestra.run.smithi151.stdout: python3-rsa-4.9-2.el8.noarch 2023-11-16T11:55:19.576 INFO:teuthology.orchestra.run.smithi151.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-11-16T11:55:19.576 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:55:19.576 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2023-11-16T11:55:19.699 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install ceph-mgr-cephadm 2023-11-16T11:55:20.054 INFO:teuthology.orchestra.run.smithi151.stdout:Updating Subscription Management repositories. 2023-11-16T11:55:20.406 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 11/13 2023-11-16T11:55:20.696 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 12/13 2023-11-16T11:55:20.892 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-mgr-rook-2:18.0.0-7421.g50bc6740.el8.noarch 13/13 2023-11-16T11:55:21.186 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-7421.g50bc6740.el8.noarch 13/13 2023-11-16T11:55:21.186 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-mgr-rook-2:18.0.0-7421.g50bc6740.el8.noarch 1/13 2023-11-16T11:55:21.187 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/13 2023-11-16T11:55:21.187 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/13 2023-11-16T11:55:21.187 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/13 2023-11-16T11:55:21.188 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 5/13 2023-11-16T11:55:21.188 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 6/13 2023-11-16T11:55:21.188 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/13 2023-11-16T11:55:21.188 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 8/13 2023-11-16T11:55:21.188 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 9/13 2023-11-16T11:55:21.188 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 10/13 2023-11-16T11:55:21.188 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 11/13 2023-11-16T11:55:21.188 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 12/13 2023-11-16T11:55:21.768 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:03:28 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:55:22.324 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 13/13 2023-11-16T11:55:22.324 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:03:27 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:55:23.161 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2023-11-16T11:55:23.162 INFO:teuthology.orchestra.run.smithi151.stdout:=============================================================================================== 2023-11-16T11:55:23.162 INFO:teuthology.orchestra.run.smithi151.stdout: Package Arch Version Repository Size 2023-11-16T11:55:23.162 INFO:teuthology.orchestra.run.smithi151.stdout:=============================================================================================== 2023-11-16T11:55:23.162 INFO:teuthology.orchestra.run.smithi151.stdout:Installing: 2023-11-16T11:55:23.162 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-mgr-cephadm noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 133 k 2023-11-16T11:55:23.162 INFO:teuthology.orchestra.run.smithi151.stdout:Installing dependencies: 2023-11-16T11:55:23.162 INFO:teuthology.orchestra.run.smithi151.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-11-16T11:55:23.162 INFO:teuthology.orchestra.run.smithi151.stdout: python3-babel noarch 2.5.1-7.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2023-11-16T11:55:23.162 INFO:teuthology.orchestra.run.smithi151.stdout: python3-jinja2 noarch 2.10.1-3.el8 rhel-8-for-x86_64-appstream-rpms 538 k 2023-11-16T11:55:23.162 INFO:teuthology.orchestra.run.smithi151.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-11-16T11:55:23.163 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:55:23.163 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2023-11-16T11:55:23.163 INFO:teuthology.orchestra.run.smithi151.stdout:=============================================================================================== 2023-11-16T11:55:23.163 INFO:teuthology.orchestra.run.smithi151.stdout:Install 5 Packages 2023-11-16T11:55:23.163 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:55:23.163 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 6.0 M 2023-11-16T11:55:23.164 INFO:teuthology.orchestra.run.smithi151.stdout:Installed size: 26 M 2023-11-16T11:55:23.164 INFO:teuthology.orchestra.run.smithi151.stdout:Downloading Packages: 2023-11-16T11:55:23.494 INFO:teuthology.orchestra.run.smithi151.stdout:(1/5): ceph-mgr-cephadm-18.0.0-7421.g50bc6740.e 692 kB/s | 133 kB 00:00 2023-11-16T11:55:23.586 INFO:teuthology.orchestra.run.smithi151.stdout:(2/5): python3-natsort-7.1.1-2.el8.noarch.rpm 212 kB/s | 60 kB 00:00 2023-11-16T11:55:23.662 INFO:teuthology.orchestra.run.smithi151.stdout:(3/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 3.1 MB/s | 538 kB 00:00 2023-11-16T11:55:23.754 INFO:teuthology.orchestra.run.smithi151.stdout:(4/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 1.0 MB/s | 476 kB 00:00 2023-11-16T11:55:24.115 INFO:teuthology.orchestra.run.smithi151.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 9.1 MB/s | 4.8 MB 00:00 2023-11-16T11:55:24.116 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:55:24.116 INFO:teuthology.orchestra.run.smithi151.stdout:Total 6.3 MB/s | 6.0 MB 00:00 2023-11-16T11:55:24.171 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction check 2023-11-16T11:55:24.183 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction check succeeded. 2023-11-16T11:55:24.183 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction test 2023-11-16T11:55:24.304 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction test succeeded. 2023-11-16T11:55:24.385 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction 2023-11-16T11:55:25.823 INFO:teuthology.orchestra.run.smithi151.stdout: Preparing : 1/1 2023-11-16T11:55:26.153 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 1/5 2023-11-16T11:55:26.458 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 2/5 2023-11-16T11:55:26.779 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-11-16T11:55:27.064 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-11-16T11:55:27.306 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 5/5 2023-11-16T11:55:27.541 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 5/5 2023-11-16T11:55:27.542 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 1/5 2023-11-16T11:55:27.542 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-11-16T11:55:27.542 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-11-16T11:55:27.542 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-11-16T11:55:28.594 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 5/5 2023-11-16T11:55:28.594 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:03:35 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:55:30.618 INFO:teuthology.orchestra.run.smithi062.stdout:Installed products updated. 2023-11-16T11:55:30.826 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:55:30.826 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2023-11-16T11:55:30.827 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-rook-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T11:55:30.827 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-11-16T11:55:30.827 INFO:teuthology.orchestra.run.smithi062.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-11-16T11:55:30.828 INFO:teuthology.orchestra.run.smithi062.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-11-16T11:55:30.828 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-11-16T11:55:30.828 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-11-16T11:55:30.828 INFO:teuthology.orchestra.run.smithi062.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-11-16T11:55:30.828 INFO:teuthology.orchestra.run.smithi062.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-11-16T11:55:30.828 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-11-16T11:55:30.828 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-11-16T11:55:30.829 INFO:teuthology.orchestra.run.smithi062.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-11-16T11:55:30.829 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rsa-4.9-2.el8.noarch 2023-11-16T11:55:30.829 INFO:teuthology.orchestra.run.smithi062.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-11-16T11:55:30.829 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:55:30.829 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-11-16T11:55:31.068 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-mgr-cephadm 2023-11-16T11:55:31.443 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-11-16T11:55:33.010 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:03:38 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:55:34.558 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-11-16T11:55:34.559 INFO:teuthology.orchestra.run.smithi062.stdout:=============================================================================================== 2023-11-16T11:55:34.559 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2023-11-16T11:55:34.559 INFO:teuthology.orchestra.run.smithi062.stdout:=============================================================================================== 2023-11-16T11:55:34.560 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2023-11-16T11:55:34.560 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-cephadm noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 133 k 2023-11-16T11:55:34.560 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2023-11-16T11:55:34.560 INFO:teuthology.orchestra.run.smithi062.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-11-16T11:55:34.560 INFO:teuthology.orchestra.run.smithi062.stdout: python3-babel noarch 2.5.1-7.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2023-11-16T11:55:34.560 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jinja2 noarch 2.10.1-3.el8 rhel-8-for-x86_64-appstream-rpms 538 k 2023-11-16T11:55:34.560 INFO:teuthology.orchestra.run.smithi062.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-11-16T11:55:34.560 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:55:34.560 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2023-11-16T11:55:34.560 INFO:teuthology.orchestra.run.smithi062.stdout:=============================================================================================== 2023-11-16T11:55:34.560 INFO:teuthology.orchestra.run.smithi062.stdout:Install 5 Packages 2023-11-16T11:55:34.561 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:55:34.561 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 6.0 M 2023-11-16T11:55:34.561 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 26 M 2023-11-16T11:55:34.561 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2023-11-16T11:55:34.827 INFO:teuthology.orchestra.run.smithi062.stdout:(1/5): ceph-mgr-cephadm-18.0.0-7421.g50bc6740.e 653 kB/s | 133 kB 00:00 2023-11-16T11:55:34.989 INFO:teuthology.orchestra.run.smithi062.stdout:(2/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 3.3 MB/s | 538 kB 00:00 2023-11-16T11:55:35.240 INFO:teuthology.orchestra.run.smithi062.stdout:(3/5): python3-babel-2.5.1-7.el8.noarch.rpm 19 MB/s | 4.8 MB 00:00 2023-11-16T11:55:35.273 INFO:teuthology.orchestra.run.smithi062.stdout:(4/5): python3-natsort-7.1.1-2.el8.noarch.rpm 93 kB/s | 60 kB 00:00 2023-11-16T11:55:35.952 INFO:teuthology.orchestra.run.smithi062.stdout:(5/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 358 kB/s | 476 kB 00:01 2023-11-16T11:55:35.955 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:55:35.956 INFO:teuthology.orchestra.run.smithi062.stdout:Total 4.3 MB/s | 6.0 MB 00:01 2023-11-16T11:55:36.015 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2023-11-16T11:55:36.055 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2023-11-16T11:55:36.055 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2023-11-16T11:55:36.141 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2023-11-16T11:55:36.155 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2023-11-16T11:55:36.531 INFO:teuthology.orchestra.run.smithi151.stdout:Installed products updated. 2023-11-16T11:55:36.718 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:55:36.719 INFO:teuthology.orchestra.run.smithi151.stdout:Installed: 2023-11-16T11:55:36.719 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-mgr-cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T11:55:36.719 INFO:teuthology.orchestra.run.smithi151.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-11-16T11:55:36.719 INFO:teuthology.orchestra.run.smithi151.stdout: python3-babel-2.5.1-7.el8.noarch 2023-11-16T11:55:36.719 INFO:teuthology.orchestra.run.smithi151.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-11-16T11:55:36.719 INFO:teuthology.orchestra.run.smithi151.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-11-16T11:55:36.719 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:55:36.719 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2023-11-16T11:55:36.848 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install ceph-fuse 2023-11-16T11:55:37.203 INFO:teuthology.orchestra.run.smithi151.stdout:Updating Subscription Management repositories. 2023-11-16T11:55:37.311 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2023-11-16T11:55:37.722 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 1/5 2023-11-16T11:55:38.034 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 2/5 2023-11-16T11:55:38.424 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-11-16T11:55:38.750 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-11-16T11:55:38.933 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:03:45 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:55:38.981 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 5/5 2023-11-16T11:55:39.262 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 5/5 2023-11-16T11:55:39.263 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 1/5 2023-11-16T11:55:39.263 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-11-16T11:55:39.263 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-11-16T11:55:39.263 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-11-16T11:55:40.336 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 5/5 2023-11-16T11:55:40.336 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:03:45 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:55:40.388 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2023-11-16T11:55:40.389 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2023-11-16T11:55:40.389 INFO:teuthology.orchestra.run.smithi151.stdout: Package Arch Version Repository Size 2023-11-16T11:55:40.389 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2023-11-16T11:55:40.389 INFO:teuthology.orchestra.run.smithi151.stdout:Installing: 2023-11-16T11:55:40.389 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-fuse 2023-11-16T11:55:40.389 INFO:teuthology.orchestra.run.smithi151.stdout: x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 919 k 2023-11-16T11:55:40.390 INFO:teuthology.orchestra.run.smithi151.stdout:Installing dependencies: 2023-11-16T11:55:40.390 INFO:teuthology.orchestra.run.smithi151.stdout: fuse x86_64 2.9.7-15.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2023-11-16T11:55:40.390 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:55:40.390 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2023-11-16T11:55:40.390 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2023-11-16T11:55:40.390 INFO:teuthology.orchestra.run.smithi151.stdout:Install 2 Packages 2023-11-16T11:55:40.390 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:55:40.391 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 1.0 M 2023-11-16T11:55:40.391 INFO:teuthology.orchestra.run.smithi151.stdout:Installed size: 3.1 M 2023-11-16T11:55:40.391 INFO:teuthology.orchestra.run.smithi151.stdout:Downloading Packages: 2023-11-16T11:55:40.722 INFO:teuthology.orchestra.run.smithi151.stdout:(1/2): fuse-2.9.7-15.el8.x86_64.rpm 250 kB/s | 83 kB 00:00 2023-11-16T11:55:41.165 INFO:teuthology.orchestra.run.smithi151.stdout:(2/2): ceph-fuse-18.0.0-7421.g50bc6740.el8.x86_ 1.2 MB/s | 919 kB 00:00 2023-11-16T11:55:41.166 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:55:41.166 INFO:teuthology.orchestra.run.smithi151.stdout:Total 1.3 MB/s | 1.0 MB 00:00 2023-11-16T11:55:41.180 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction check 2023-11-16T11:55:41.204 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction check succeeded. 2023-11-16T11:55:41.204 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction test 2023-11-16T11:55:41.284 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction test succeeded. 2023-11-16T11:55:41.288 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction 2023-11-16T11:55:41.458 INFO:teuthology.orchestra.run.smithi151.stdout: Preparing : 1/1 2023-11-16T11:55:41.733 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : fuse-2.9.7-15.el8.x86_64 1/2 2023-11-16T11:55:41.911 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 2/2 2023-11-16T11:55:42.246 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 2/2 2023-11-16T11:55:42.246 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 1/2 2023-11-16T11:55:43.381 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : fuse-2.9.7-15.el8.x86_64 2/2 2023-11-16T11:55:43.381 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:03:50 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:55:48.750 INFO:teuthology.orchestra.run.smithi062.stdout:Installed products updated. 2023-11-16T11:55:48.959 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:55:48.959 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2023-11-16T11:55:48.959 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T11:55:48.959 INFO:teuthology.orchestra.run.smithi062.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-11-16T11:55:48.959 INFO:teuthology.orchestra.run.smithi062.stdout: python3-babel-2.5.1-7.el8.noarch 2023-11-16T11:55:48.959 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-11-16T11:55:48.960 INFO:teuthology.orchestra.run.smithi062.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-11-16T11:55:48.960 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:55:48.960 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-11-16T11:55:49.101 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-fuse 2023-11-16T11:55:49.476 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-11-16T11:55:50.967 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:03:55 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:55:52.021 INFO:teuthology.orchestra.run.smithi151.stdout:Installed products updated. 2023-11-16T11:55:52.209 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:55:52.209 INFO:teuthology.orchestra.run.smithi151.stdout:Installed: 2023-11-16T11:55:52.209 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 fuse-2.9.7-15.el8.x86_64 2023-11-16T11:55:52.210 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:55:52.210 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2023-11-16T11:55:52.327 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install ceph-volume 2023-11-16T11:55:52.510 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-11-16T11:55:52.511 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-16T11:55:52.511 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2023-11-16T11:55:52.512 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-16T11:55:52.512 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2023-11-16T11:55:52.512 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-fuse 2023-11-16T11:55:52.512 INFO:teuthology.orchestra.run.smithi062.stdout: x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 919 k 2023-11-16T11:55:52.512 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2023-11-16T11:55:52.512 INFO:teuthology.orchestra.run.smithi062.stdout: fuse x86_64 2.9.7-15.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2023-11-16T11:55:52.512 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:55:52.512 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2023-11-16T11:55:52.512 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-16T11:55:52.512 INFO:teuthology.orchestra.run.smithi062.stdout:Install 2 Packages 2023-11-16T11:55:52.512 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:55:52.513 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 1.0 M 2023-11-16T11:55:52.513 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 3.1 M 2023-11-16T11:55:52.513 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2023-11-16T11:55:52.689 INFO:teuthology.orchestra.run.smithi151.stdout:Updating Subscription Management repositories. 2023-11-16T11:55:52.735 INFO:teuthology.orchestra.run.smithi062.stdout:(1/2): fuse-2.9.7-15.el8.x86_64.rpm 373 kB/s | 83 kB 00:00 2023-11-16T11:55:52.817 INFO:teuthology.orchestra.run.smithi062.stdout:(2/2): ceph-fuse-18.0.0-7421.g50bc6740.el8.x86_ 3.0 MB/s | 919 kB 00:00 2023-11-16T11:55:52.817 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:55:52.818 INFO:teuthology.orchestra.run.smithi062.stdout:Total 3.2 MB/s | 1.0 MB 00:00 2023-11-16T11:55:52.829 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2023-11-16T11:55:52.852 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2023-11-16T11:55:52.852 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2023-11-16T11:55:52.933 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2023-11-16T11:55:52.937 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2023-11-16T11:55:53.119 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2023-11-16T11:55:53.473 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : fuse-2.9.7-15.el8.x86_64 1/2 2023-11-16T11:55:53.670 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 2/2 2023-11-16T11:55:54.048 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 2/2 2023-11-16T11:55:54.048 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 1/2 2023-11-16T11:55:54.442 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:04:01 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:55:55.188 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : fuse-2.9.7-15.el8.x86_64 2/2 2023-11-16T11:55:55.189 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:04:00 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:55:55.819 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2023-11-16T11:55:55.820 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2023-11-16T11:55:55.820 INFO:teuthology.orchestra.run.smithi151.stdout: Package Arch Version Repository Size 2023-11-16T11:55:55.820 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2023-11-16T11:55:55.820 INFO:teuthology.orchestra.run.smithi151.stdout:Installing: 2023-11-16T11:55:55.820 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-volume noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 261 k 2023-11-16T11:55:55.820 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:55:55.820 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2023-11-16T11:55:55.820 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2023-11-16T11:55:55.820 INFO:teuthology.orchestra.run.smithi151.stdout:Install 1 Package 2023-11-16T11:55:55.821 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:55:55.821 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 261 k 2023-11-16T11:55:55.821 INFO:teuthology.orchestra.run.smithi151.stdout:Installed size: 1.3 M 2023-11-16T11:55:55.821 INFO:teuthology.orchestra.run.smithi151.stdout:Downloading Packages: 2023-11-16T11:55:56.162 INFO:teuthology.orchestra.run.smithi151.stdout:ceph-volume-18.0.0-7421.g50bc6740.el8.noarch.rp 767 kB/s | 261 kB 00:00 2023-11-16T11:55:56.162 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:55:56.163 INFO:teuthology.orchestra.run.smithi151.stdout:Total 764 kB/s | 261 kB 00:00 2023-11-16T11:55:56.163 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction check 2023-11-16T11:55:56.174 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction check succeeded. 2023-11-16T11:55:56.175 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction test 2023-11-16T11:55:56.190 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction test succeeded. 2023-11-16T11:55:56.194 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction 2023-11-16T11:55:56.364 INFO:teuthology.orchestra.run.smithi151.stdout: Preparing : 1/1 2023-11-16T11:55:56.785 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-volume-2:18.0.0-7421.g50bc6740.el8.noarch 1/1 2023-11-16T11:55:57.131 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-volume-2:18.0.0-7421.g50bc6740.el8.noarch 1/1 2023-11-16T11:55:58.195 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-volume-2:18.0.0-7421.g50bc6740.el8.noarch 1/1 2023-11-16T11:55:58.195 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:04:05 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:56:05.103 INFO:teuthology.orchestra.run.smithi062.stdout:Installed products updated. 2023-11-16T11:56:05.303 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:56:05.303 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2023-11-16T11:56:05.303 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 fuse-2.9.7-15.el8.x86_64 2023-11-16T11:56:05.304 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:56:05.304 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-11-16T11:56:05.593 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-volume 2023-11-16T11:56:05.973 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-11-16T11:56:07.690 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:04:12 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:56:09.128 INFO:teuthology.orchestra.run.smithi151.stdout:Installed products updated. 2023-11-16T11:56:09.230 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-11-16T11:56:09.231 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-16T11:56:09.232 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2023-11-16T11:56:09.232 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-16T11:56:09.232 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2023-11-16T11:56:09.232 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-volume noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 261 k 2023-11-16T11:56:09.232 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:56:09.232 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2023-11-16T11:56:09.232 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-16T11:56:09.232 INFO:teuthology.orchestra.run.smithi062.stdout:Install 1 Package 2023-11-16T11:56:09.232 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:56:09.233 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 261 k 2023-11-16T11:56:09.233 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 1.3 M 2023-11-16T11:56:09.233 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2023-11-16T11:56:09.311 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:56:09.311 INFO:teuthology.orchestra.run.smithi151.stdout:Installed: 2023-11-16T11:56:09.312 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-volume-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T11:56:09.312 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:56:09.312 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2023-11-16T11:56:09.431 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install librados-devel 2023-11-16T11:56:09.453 INFO:teuthology.orchestra.run.smithi062.stdout:ceph-volume-18.0.0-7421.g50bc6740.el8.noarch.rp 1.2 MB/s | 261 kB 00:00 2023-11-16T11:56:09.454 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:56:09.455 INFO:teuthology.orchestra.run.smithi062.stdout:Total 1.1 MB/s | 261 kB 00:00 2023-11-16T11:56:09.455 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2023-11-16T11:56:09.466 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2023-11-16T11:56:09.466 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2023-11-16T11:56:09.484 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2023-11-16T11:56:09.488 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2023-11-16T11:56:09.686 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2023-11-16T11:56:09.795 INFO:teuthology.orchestra.run.smithi151.stdout:Updating Subscription Management repositories. 2023-11-16T11:56:10.045 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-volume-2:18.0.0-7421.g50bc6740.el8.noarch 1/1 2023-11-16T11:56:10.429 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-volume-2:18.0.0-7421.g50bc6740.el8.noarch 1/1 2023-11-16T11:56:11.320 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:04:18 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:56:11.482 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-volume-2:18.0.0-7421.g50bc6740.el8.noarch 1/1 2023-11-16T11:56:11.482 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:04:16 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:56:12.700 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2023-11-16T11:56:12.701 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2023-11-16T11:56:12.701 INFO:teuthology.orchestra.run.smithi151.stdout: Package Arch Version Repo Size 2023-11-16T11:56:12.701 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2023-11-16T11:56:12.701 INFO:teuthology.orchestra.run.smithi151.stdout:Installing: 2023-11-16T11:56:12.701 INFO:teuthology.orchestra.run.smithi151.stdout: librados-devel x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 139 k 2023-11-16T11:56:12.701 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:56:12.702 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2023-11-16T11:56:12.702 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2023-11-16T11:56:12.702 INFO:teuthology.orchestra.run.smithi151.stdout:Install 1 Package 2023-11-16T11:56:12.702 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:56:12.702 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 139 k 2023-11-16T11:56:12.703 INFO:teuthology.orchestra.run.smithi151.stdout:Installed size: 513 k 2023-11-16T11:56:12.703 INFO:teuthology.orchestra.run.smithi151.stdout:Downloading Packages: 2023-11-16T11:56:12.880 INFO:teuthology.orchestra.run.smithi151.stdout:librados-devel-18.0.0-7421.g50bc6740.el8.x86_64 784 kB/s | 139 kB 00:00 2023-11-16T11:56:12.881 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:56:12.881 INFO:teuthology.orchestra.run.smithi151.stdout:Total 778 kB/s | 139 kB 00:00 2023-11-16T11:56:12.881 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction check 2023-11-16T11:56:12.886 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction check succeeded. 2023-11-16T11:56:12.886 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction test 2023-11-16T11:56:12.941 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction test succeeded. 2023-11-16T11:56:12.945 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction 2023-11-16T11:56:13.058 INFO:teuthology.orchestra.run.smithi151.stdout: Preparing : 1/1 2023-11-16T11:56:13.222 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : librados-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T11:56:13.463 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: librados-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T11:56:14.513 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : librados-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T11:56:14.514 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:04:21 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:56:19.101 INFO:teuthology.orchestra.run.smithi062.stdout:Installed products updated. 2023-11-16T11:56:19.303 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:56:19.303 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2023-11-16T11:56:19.303 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-volume-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T11:56:19.303 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:56:19.303 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-11-16T11:56:19.445 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install librados-devel 2023-11-16T11:56:19.823 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-11-16T11:56:21.725 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:04:26 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:56:23.306 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-11-16T11:56:23.306 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-16T11:56:23.306 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repo Size 2023-11-16T11:56:23.306 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-16T11:56:23.307 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2023-11-16T11:56:23.307 INFO:teuthology.orchestra.run.smithi062.stdout: librados-devel x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 139 k 2023-11-16T11:56:23.307 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:56:23.307 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2023-11-16T11:56:23.307 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-16T11:56:23.307 INFO:teuthology.orchestra.run.smithi062.stdout:Install 1 Package 2023-11-16T11:56:23.307 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:56:23.308 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 139 k 2023-11-16T11:56:23.308 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 513 k 2023-11-16T11:56:23.308 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2023-11-16T11:56:23.491 INFO:teuthology.orchestra.run.smithi062.stdout:librados-devel-18.0.0-7421.g50bc6740.el8.x86_64 758 kB/s | 139 kB 00:00 2023-11-16T11:56:23.492 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:56:23.492 INFO:teuthology.orchestra.run.smithi062.stdout:Total 751 kB/s | 139 kB 00:00 2023-11-16T11:56:23.493 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2023-11-16T11:56:23.498 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2023-11-16T11:56:23.499 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2023-11-16T11:56:23.556 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2023-11-16T11:56:23.560 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2023-11-16T11:56:23.676 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2023-11-16T11:56:23.824 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : librados-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T11:56:23.907 INFO:teuthology.orchestra.run.smithi151.stdout:Installed products updated. 2023-11-16T11:56:24.085 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: librados-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T11:56:24.125 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:56:24.125 INFO:teuthology.orchestra.run.smithi151.stdout:Installed: 2023-11-16T11:56:24.125 INFO:teuthology.orchestra.run.smithi151.stdout: librados-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:56:24.125 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:56:24.125 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2023-11-16T11:56:24.215 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install libcephfs2 2023-11-16T11:56:24.573 INFO:teuthology.orchestra.run.smithi151.stdout:Updating Subscription Management repositories. 2023-11-16T11:56:25.197 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librados-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T11:56:25.197 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:04:30 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:56:26.365 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:04:33 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:56:27.670 INFO:teuthology.orchestra.run.smithi151.stdout:Package libcephfs2-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T11:56:27.779 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2023-11-16T11:56:27.780 INFO:teuthology.orchestra.run.smithi151.stdout:Nothing to do. 2023-11-16T11:56:27.780 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2023-11-16T11:56:27.880 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install libcephfs-devel 2023-11-16T11:56:28.238 INFO:teuthology.orchestra.run.smithi151.stdout:Updating Subscription Management repositories. 2023-11-16T11:56:29.995 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:04:36 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:56:31.395 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2023-11-16T11:56:31.395 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2023-11-16T11:56:31.395 INFO:teuthology.orchestra.run.smithi151.stdout: Package Arch Version Repo Size 2023-11-16T11:56:31.395 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2023-11-16T11:56:31.396 INFO:teuthology.orchestra.run.smithi151.stdout:Installing: 2023-11-16T11:56:31.396 INFO:teuthology.orchestra.run.smithi151.stdout: libcephfs-devel x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 31 k 2023-11-16T11:56:31.396 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:56:31.396 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2023-11-16T11:56:31.396 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2023-11-16T11:56:31.396 INFO:teuthology.orchestra.run.smithi151.stdout:Install 1 Package 2023-11-16T11:56:31.396 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:56:31.397 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 31 k 2023-11-16T11:56:31.397 INFO:teuthology.orchestra.run.smithi151.stdout:Installed size: 139 k 2023-11-16T11:56:31.397 INFO:teuthology.orchestra.run.smithi151.stdout:Downloading Packages: 2023-11-16T11:56:31.611 INFO:teuthology.orchestra.run.smithi151.stdout:libcephfs-devel-18.0.0-7421.g50bc6740.el8.x86_6 145 kB/s | 31 kB 00:00 2023-11-16T11:56:31.612 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:56:31.612 INFO:teuthology.orchestra.run.smithi151.stdout:Total 144 kB/s | 31 kB 00:00 2023-11-16T11:56:31.612 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction check 2023-11-16T11:56:31.616 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction check succeeded. 2023-11-16T11:56:31.616 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction test 2023-11-16T11:56:31.627 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction test succeeded. 2023-11-16T11:56:31.631 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction 2023-11-16T11:56:31.691 INFO:teuthology.orchestra.run.smithi151.stdout: Preparing : 1/1 2023-11-16T11:56:31.910 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : libcephfs-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T11:56:32.107 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T11:56:33.104 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : libcephfs-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T11:56:33.104 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:04:40 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:56:35.894 INFO:teuthology.orchestra.run.smithi062.stdout:Installed products updated. 2023-11-16T11:56:36.097 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:56:36.097 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2023-11-16T11:56:36.097 INFO:teuthology.orchestra.run.smithi062.stdout: librados-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:56:36.098 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:56:36.098 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-11-16T11:56:36.278 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install libcephfs2 2023-11-16T11:56:36.658 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-11-16T11:56:38.366 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:04:43 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:56:39.805 INFO:teuthology.orchestra.run.smithi062.stdout:Package libcephfs2-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T11:56:39.925 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-11-16T11:56:39.926 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2023-11-16T11:56:39.926 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-11-16T11:56:40.037 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install libcephfs-devel 2023-11-16T11:56:40.414 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-11-16T11:56:42.214 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:04:47 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:56:42.354 INFO:teuthology.orchestra.run.smithi151.stdout:Installed products updated. 2023-11-16T11:56:42.540 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:56:42.540 INFO:teuthology.orchestra.run.smithi151.stdout:Installed: 2023-11-16T11:56:42.540 INFO:teuthology.orchestra.run.smithi151.stdout: libcephfs-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:56:42.540 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:56:42.540 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2023-11-16T11:56:42.666 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install librados2 2023-11-16T11:56:43.023 INFO:teuthology.orchestra.run.smithi151.stdout:Updating Subscription Management repositories. 2023-11-16T11:56:43.775 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-11-16T11:56:43.776 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-16T11:56:43.776 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repo Size 2023-11-16T11:56:43.776 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-16T11:56:43.776 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2023-11-16T11:56:43.776 INFO:teuthology.orchestra.run.smithi062.stdout: libcephfs-devel x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 31 k 2023-11-16T11:56:43.776 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:56:43.776 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2023-11-16T11:56:43.776 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-16T11:56:43.776 INFO:teuthology.orchestra.run.smithi062.stdout:Install 1 Package 2023-11-16T11:56:43.777 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:56:43.777 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 31 k 2023-11-16T11:56:43.777 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 139 k 2023-11-16T11:56:43.777 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2023-11-16T11:56:43.927 INFO:teuthology.orchestra.run.smithi062.stdout:libcephfs-devel-18.0.0-7421.g50bc6740.el8.x86_6 208 kB/s | 31 kB 00:00 2023-11-16T11:56:43.927 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:56:43.927 INFO:teuthology.orchestra.run.smithi062.stdout:Total 206 kB/s | 31 kB 00:00 2023-11-16T11:56:43.928 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2023-11-16T11:56:43.931 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2023-11-16T11:56:43.932 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2023-11-16T11:56:43.943 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2023-11-16T11:56:43.947 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2023-11-16T11:56:44.006 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2023-11-16T11:56:44.262 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libcephfs-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T11:56:44.496 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T11:56:44.819 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:04:51 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:56:45.553 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libcephfs-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T11:56:45.554 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:04:50 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:56:46.102 INFO:teuthology.orchestra.run.smithi151.stdout:Package librados2-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T11:56:46.214 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2023-11-16T11:56:46.215 INFO:teuthology.orchestra.run.smithi151.stdout:Nothing to do. 2023-11-16T11:56:46.216 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2023-11-16T11:56:46.328 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install librbd1 2023-11-16T11:56:46.684 INFO:teuthology.orchestra.run.smithi151.stdout:Updating Subscription Management repositories. 2023-11-16T11:56:48.336 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:04:55 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:56:49.596 INFO:teuthology.orchestra.run.smithi151.stdout:Package librbd1-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T11:56:49.706 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2023-11-16T11:56:49.708 INFO:teuthology.orchestra.run.smithi151.stdout:Nothing to do. 2023-11-16T11:56:49.708 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2023-11-16T11:56:49.818 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install python3-rados 2023-11-16T11:56:50.175 INFO:teuthology.orchestra.run.smithi151.stdout:Updating Subscription Management repositories. 2023-11-16T11:56:51.741 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:04:58 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:56:52.158 INFO:teuthology.orchestra.run.smithi062.stdout:Installed products updated. 2023-11-16T11:56:52.361 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:56:52.361 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2023-11-16T11:56:52.361 INFO:teuthology.orchestra.run.smithi062.stdout: libcephfs-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:56:52.361 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:56:52.362 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-11-16T11:56:52.496 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install librados2 2023-11-16T11:56:52.873 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-11-16T11:56:53.027 INFO:teuthology.orchestra.run.smithi151.stdout:Package python3-rados-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T11:56:53.138 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2023-11-16T11:56:53.139 INFO:teuthology.orchestra.run.smithi151.stdout:Nothing to do. 2023-11-16T11:56:53.139 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2023-11-16T11:56:53.253 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install python3-rgw 2023-11-16T11:56:53.608 INFO:teuthology.orchestra.run.smithi151.stdout:Updating Subscription Management repositories. 2023-11-16T11:56:54.382 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:04:59 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:56:55.135 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:05:02 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:56:55.803 INFO:teuthology.orchestra.run.smithi062.stdout:Package librados2-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T11:56:55.926 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-11-16T11:56:55.927 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2023-11-16T11:56:55.927 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-11-16T11:56:56.044 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install librbd1 2023-11-16T11:56:56.415 INFO:teuthology.orchestra.run.smithi151.stdout:Package python3-rgw-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T11:56:56.420 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-11-16T11:56:56.525 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2023-11-16T11:56:56.527 INFO:teuthology.orchestra.run.smithi151.stdout:Nothing to do. 2023-11-16T11:56:56.527 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2023-11-16T11:56:56.638 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install python3-cephfs 2023-11-16T11:56:56.993 INFO:teuthology.orchestra.run.smithi151.stdout:Updating Subscription Management repositories. 2023-11-16T11:56:57.898 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:05:02 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:56:58.626 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:05:05 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:56:59.327 INFO:teuthology.orchestra.run.smithi062.stdout:Package librbd1-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T11:56:59.450 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-11-16T11:56:59.451 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2023-11-16T11:56:59.451 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-11-16T11:56:59.676 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install python3-rados 2023-11-16T11:56:59.908 INFO:teuthology.orchestra.run.smithi151.stdout:Package python3-cephfs-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T11:57:00.018 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2023-11-16T11:57:00.020 INFO:teuthology.orchestra.run.smithi151.stdout:Nothing to do. 2023-11-16T11:57:00.020 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2023-11-16T11:57:00.055 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-11-16T11:57:00.137 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install python3-rbd 2023-11-16T11:57:00.495 INFO:teuthology.orchestra.run.smithi151.stdout:Updating Subscription Management repositories. 2023-11-16T11:57:01.563 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:05:06 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:57:01.925 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:05:08 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:57:02.979 INFO:teuthology.orchestra.run.smithi062.stdout:Package python3-rados-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T11:57:03.098 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-11-16T11:57:03.099 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2023-11-16T11:57:03.099 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-11-16T11:57:03.212 INFO:teuthology.orchestra.run.smithi151.stdout:Package python3-rbd-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T11:57:03.217 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install python3-rgw 2023-11-16T11:57:03.323 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2023-11-16T11:57:03.324 INFO:teuthology.orchestra.run.smithi151.stdout:Nothing to do. 2023-11-16T11:57:03.324 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2023-11-16T11:57:03.435 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install rbd-fuse 2023-11-16T11:57:03.597 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-11-16T11:57:03.795 INFO:teuthology.orchestra.run.smithi151.stdout:Updating Subscription Management repositories. 2023-11-16T11:57:05.143 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:05:10 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:57:05.432 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:05:12 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:57:06.550 INFO:teuthology.orchestra.run.smithi062.stdout:Package python3-rgw-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T11:57:06.672 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-11-16T11:57:06.673 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2023-11-16T11:57:06.673 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-11-16T11:57:06.799 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install python3-cephfs 2023-11-16T11:57:06.813 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2023-11-16T11:57:06.813 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2023-11-16T11:57:06.813 INFO:teuthology.orchestra.run.smithi151.stdout: Package Architecture Version Repository Size 2023-11-16T11:57:06.814 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2023-11-16T11:57:06.814 INFO:teuthology.orchestra.run.smithi151.stdout:Installing: 2023-11-16T11:57:06.814 INFO:teuthology.orchestra.run.smithi151.stdout: rbd-fuse x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 94 k 2023-11-16T11:57:06.814 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:57:06.814 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2023-11-16T11:57:06.814 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2023-11-16T11:57:06.814 INFO:teuthology.orchestra.run.smithi151.stdout:Install 1 Package 2023-11-16T11:57:06.814 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:57:06.815 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 94 k 2023-11-16T11:57:06.815 INFO:teuthology.orchestra.run.smithi151.stdout:Installed size: 280 k 2023-11-16T11:57:06.815 INFO:teuthology.orchestra.run.smithi151.stdout:Downloading Packages: 2023-11-16T11:57:07.176 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-11-16T11:57:07.246 INFO:teuthology.orchestra.run.smithi151.stdout:rbd-fuse-18.0.0-7421.g50bc6740.el8.x86_64.rpm 217 kB/s | 94 kB 00:00 2023-11-16T11:57:07.247 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:57:07.247 INFO:teuthology.orchestra.run.smithi151.stdout:Total 216 kB/s | 94 kB 00:00 2023-11-16T11:57:07.247 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction check 2023-11-16T11:57:07.258 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction check succeeded. 2023-11-16T11:57:07.259 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction test 2023-11-16T11:57:07.312 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction test succeeded. 2023-11-16T11:57:07.316 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction 2023-11-16T11:57:07.432 INFO:teuthology.orchestra.run.smithi151.stdout: Preparing : 1/1 2023-11-16T11:57:07.621 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : rbd-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T11:57:07.841 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: rbd-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T11:57:08.646 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:05:13 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:57:08.923 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : rbd-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T11:57:08.923 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:05:15 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:57:10.014 INFO:teuthology.orchestra.run.smithi062.stdout:Package python3-cephfs-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T11:57:10.135 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-11-16T11:57:10.136 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2023-11-16T11:57:10.136 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-11-16T11:57:10.259 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install python3-rbd 2023-11-16T11:57:10.636 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-11-16T11:57:12.259 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:05:17 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:57:13.690 INFO:teuthology.orchestra.run.smithi062.stdout:Package python3-rbd-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T11:57:13.808 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-11-16T11:57:13.809 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2023-11-16T11:57:13.810 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-11-16T11:57:13.978 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install rbd-fuse 2023-11-16T11:57:14.355 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-11-16T11:57:14.591 INFO:teuthology.orchestra.run.smithi151.stdout:Installed products updated. 2023-11-16T11:57:14.774 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:57:14.774 INFO:teuthology.orchestra.run.smithi151.stdout:Installed: 2023-11-16T11:57:14.775 INFO:teuthology.orchestra.run.smithi151.stdout: rbd-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:57:14.775 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:57:14.775 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2023-11-16T11:57:14.936 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install rbd-mirror 2023-11-16T11:57:15.293 INFO:teuthology.orchestra.run.smithi151.stdout:Updating Subscription Management repositories. 2023-11-16T11:57:15.850 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:05:20 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:57:16.896 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:05:23 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:57:17.373 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-11-16T11:57:17.374 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-16T11:57:17.374 INFO:teuthology.orchestra.run.smithi062.stdout: Package Architecture Version Repository Size 2023-11-16T11:57:17.374 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-16T11:57:17.374 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2023-11-16T11:57:17.375 INFO:teuthology.orchestra.run.smithi062.stdout: rbd-fuse x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 94 k 2023-11-16T11:57:17.375 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:57:17.375 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2023-11-16T11:57:17.375 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-16T11:57:17.375 INFO:teuthology.orchestra.run.smithi062.stdout:Install 1 Package 2023-11-16T11:57:17.375 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:57:17.376 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 94 k 2023-11-16T11:57:17.376 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 280 k 2023-11-16T11:57:17.376 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2023-11-16T11:57:17.903 INFO:teuthology.orchestra.run.smithi062.stdout:rbd-fuse-18.0.0-7421.g50bc6740.el8.x86_64.rpm 177 kB/s | 94 kB 00:00 2023-11-16T11:57:17.904 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:57:17.904 INFO:teuthology.orchestra.run.smithi062.stdout:Total 177 kB/s | 94 kB 00:00 2023-11-16T11:57:17.904 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2023-11-16T11:57:17.916 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2023-11-16T11:57:17.917 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2023-11-16T11:57:17.976 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2023-11-16T11:57:17.980 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2023-11-16T11:57:18.110 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2023-11-16T11:57:18.279 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2023-11-16T11:57:18.279 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2023-11-16T11:57:18.280 INFO:teuthology.orchestra.run.smithi151.stdout: Package Arch Version Repo Size 2023-11-16T11:57:18.282 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2023-11-16T11:57:18.283 INFO:teuthology.orchestra.run.smithi151.stdout:Installing: 2023-11-16T11:57:18.284 INFO:teuthology.orchestra.run.smithi151.stdout: rbd-mirror x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 3.6 M 2023-11-16T11:57:18.284 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:57:18.284 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2023-11-16T11:57:18.285 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2023-11-16T11:57:18.285 INFO:teuthology.orchestra.run.smithi151.stdout:Install 1 Package 2023-11-16T11:57:18.285 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:57:18.286 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 3.6 M 2023-11-16T11:57:18.286 INFO:teuthology.orchestra.run.smithi151.stdout:Installed size: 17 M 2023-11-16T11:57:18.287 INFO:teuthology.orchestra.run.smithi151.stdout:Downloading Packages: 2023-11-16T11:57:18.308 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : rbd-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T11:57:18.529 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: rbd-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T11:57:19.594 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : rbd-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T11:57:19.594 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:05:24 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:57:21.152 INFO:teuthology.orchestra.run.smithi151.stdout:rbd-mirror-18.0.0-7421.g50bc6740.el8.x86_64.rpm 1.2 MB/s | 3.6 MB 00:02 2023-11-16T11:57:21.152 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:57:21.153 INFO:teuthology.orchestra.run.smithi151.stdout:Total 1.2 MB/s | 3.6 MB 00:02 2023-11-16T11:57:21.153 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction check 2023-11-16T11:57:21.167 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction check succeeded. 2023-11-16T11:57:21.167 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction test 2023-11-16T11:57:21.238 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction test succeeded. 2023-11-16T11:57:21.242 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction 2023-11-16T11:57:21.708 INFO:teuthology.orchestra.run.smithi151.stdout: Preparing : 1/1 2023-11-16T11:57:21.914 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : rbd-mirror-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T11:57:22.275 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: rbd-mirror-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T11:57:23.341 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : rbd-mirror-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T11:57:23.341 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:05:30 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:57:30.095 INFO:teuthology.orchestra.run.smithi062.stdout:Installed products updated. 2023-11-16T11:57:30.301 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:57:30.301 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2023-11-16T11:57:30.301 INFO:teuthology.orchestra.run.smithi062.stdout: rbd-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:57:30.301 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:57:30.301 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-11-16T11:57:30.500 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install rbd-mirror 2023-11-16T11:57:30.877 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-11-16T11:57:32.524 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:05:37 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:57:33.303 INFO:teuthology.orchestra.run.smithi151.stdout:Installed products updated. 2023-11-16T11:57:33.487 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:57:33.487 INFO:teuthology.orchestra.run.smithi151.stdout:Installed: 2023-11-16T11:57:33.488 INFO:teuthology.orchestra.run.smithi151.stdout: rbd-mirror-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:57:33.488 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:57:33.488 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2023-11-16T11:57:33.619 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install rbd-nbd 2023-11-16T11:57:33.978 INFO:teuthology.orchestra.run.smithi151.stdout:Updating Subscription Management repositories. 2023-11-16T11:57:34.069 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-11-16T11:57:34.069 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-16T11:57:34.070 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repo Size 2023-11-16T11:57:34.070 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-16T11:57:34.070 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2023-11-16T11:57:34.070 INFO:teuthology.orchestra.run.smithi062.stdout: rbd-mirror x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 3.6 M 2023-11-16T11:57:34.070 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:57:34.070 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2023-11-16T11:57:34.070 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-16T11:57:34.070 INFO:teuthology.orchestra.run.smithi062.stdout:Install 1 Package 2023-11-16T11:57:34.070 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:57:34.071 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 3.6 M 2023-11-16T11:57:34.071 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 17 M 2023-11-16T11:57:34.071 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2023-11-16T11:57:35.199 INFO:teuthology.orchestra.run.smithi062.stdout:rbd-mirror-18.0.0-7421.g50bc6740.el8.x86_64.rpm 3.2 MB/s | 3.6 MB 00:01 2023-11-16T11:57:35.200 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:57:35.200 INFO:teuthology.orchestra.run.smithi062.stdout:Total 3.2 MB/s | 3.6 MB 00:01 2023-11-16T11:57:35.201 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2023-11-16T11:57:35.216 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2023-11-16T11:57:35.216 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2023-11-16T11:57:35.293 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2023-11-16T11:57:35.297 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2023-11-16T11:57:35.709 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:05:42 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:57:35.815 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2023-11-16T11:57:36.025 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : rbd-mirror-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T11:57:36.402 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: rbd-mirror-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T11:57:37.165 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2023-11-16T11:57:37.165 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2023-11-16T11:57:37.165 INFO:teuthology.orchestra.run.smithi151.stdout: Package Architecture Version Repository Size 2023-11-16T11:57:37.166 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2023-11-16T11:57:37.166 INFO:teuthology.orchestra.run.smithi151.stdout:Installing: 2023-11-16T11:57:37.166 INFO:teuthology.orchestra.run.smithi151.stdout: rbd-nbd x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 180 k 2023-11-16T11:57:37.166 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:57:37.166 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2023-11-16T11:57:37.166 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2023-11-16T11:57:37.166 INFO:teuthology.orchestra.run.smithi151.stdout:Install 1 Package 2023-11-16T11:57:37.166 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:57:37.167 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 180 k 2023-11-16T11:57:37.167 INFO:teuthology.orchestra.run.smithi151.stdout:Installed size: 573 k 2023-11-16T11:57:37.167 INFO:teuthology.orchestra.run.smithi151.stdout:Downloading Packages: 2023-11-16T11:57:37.424 INFO:teuthology.orchestra.run.smithi151.stdout:rbd-nbd-18.0.0-7421.g50bc6740.el8.x86_64.rpm 703 kB/s | 180 kB 00:00 2023-11-16T11:57:37.424 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:57:37.424 INFO:teuthology.orchestra.run.smithi151.stdout:Total 700 kB/s | 180 kB 00:00 2023-11-16T11:57:37.425 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction check 2023-11-16T11:57:37.436 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction check succeeded. 2023-11-16T11:57:37.436 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction test 2023-11-16T11:57:37.490 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction test succeeded. 2023-11-16T11:57:37.493 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction 2023-11-16T11:57:37.558 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : rbd-mirror-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T11:57:37.692 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:05:42 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:57:37.692 INFO:teuthology.orchestra.run.smithi151.stdout: Preparing : 1/1 2023-11-16T11:57:37.792 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : rbd-nbd-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T11:57:38.029 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: rbd-nbd-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T11:57:39.077 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : rbd-nbd-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T11:57:39.077 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:05:46 ago on Thu 16 Nov 2023 11:51:53 AM UTC. 2023-11-16T11:57:46.626 INFO:teuthology.orchestra.run.smithi062.stdout:Installed products updated. 2023-11-16T11:57:46.829 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:57:46.829 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2023-11-16T11:57:46.829 INFO:teuthology.orchestra.run.smithi062.stdout: rbd-mirror-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:57:46.829 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:57:46.829 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-11-16T11:57:46.959 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install rbd-nbd 2023-11-16T11:57:47.341 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-11-16T11:57:47.805 INFO:teuthology.orchestra.run.smithi151.stdout:Installed products updated. 2023-11-16T11:57:47.993 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:57:47.994 INFO:teuthology.orchestra.run.smithi151.stdout:Installed: 2023-11-16T11:57:47.994 INFO:teuthology.orchestra.run.smithi151.stdout: rbd-nbd-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:57:47.994 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-11-16T11:57:47.994 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2023-11-16T11:57:48.117 DEBUG:teuthology.parallel:result is None 2023-11-16T11:57:49.038 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:05:54 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:57:50.644 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-11-16T11:57:50.645 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-16T11:57:50.645 INFO:teuthology.orchestra.run.smithi062.stdout: Package Architecture Version Repository Size 2023-11-16T11:57:50.645 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-16T11:57:50.645 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2023-11-16T11:57:50.645 INFO:teuthology.orchestra.run.smithi062.stdout: rbd-nbd x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 180 k 2023-11-16T11:57:50.645 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:57:50.645 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2023-11-16T11:57:50.646 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-16T11:57:50.646 INFO:teuthology.orchestra.run.smithi062.stdout:Install 1 Package 2023-11-16T11:57:50.646 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:57:50.646 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 180 k 2023-11-16T11:57:50.647 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 573 k 2023-11-16T11:57:50.647 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2023-11-16T11:57:50.973 INFO:teuthology.orchestra.run.smithi062.stdout:rbd-nbd-18.0.0-7421.g50bc6740.el8.x86_64.rpm 552 kB/s | 180 kB 00:00 2023-11-16T11:57:50.974 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:57:50.974 INFO:teuthology.orchestra.run.smithi062.stdout:Total 550 kB/s | 180 kB 00:00 2023-11-16T11:57:50.974 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2023-11-16T11:57:50.987 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2023-11-16T11:57:50.987 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2023-11-16T11:57:51.046 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2023-11-16T11:57:51.049 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2023-11-16T11:57:51.178 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2023-11-16T11:57:51.387 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : rbd-nbd-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T11:57:51.612 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: rbd-nbd-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T11:57:52.691 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : rbd-nbd-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T11:57:52.691 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:05:57 ago on Thu 16 Nov 2023 11:51:55 AM UTC. 2023-11-16T11:58:02.046 INFO:teuthology.orchestra.run.smithi062.stdout:Installed products updated. 2023-11-16T11:58:02.247 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:58:02.247 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2023-11-16T11:58:02.247 INFO:teuthology.orchestra.run.smithi062.stdout: rbd-nbd-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:58:02.247 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-16T11:58:02.247 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-11-16T11:58:02.387 DEBUG:teuthology.parallel:result is None 2023-11-16T11:58:02.388 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T11:58:02.605 DEBUG:teuthology.orchestra.run.smithi062:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-11-16T11:58:02.629 INFO:teuthology.orchestra.run.smithi062.stdout:18.0.0-7421.g50bc6740.el8 2023-11-16T11:58:02.629 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-7421.g50bc6740.el8 2023-11-16T11:58:02.629 INFO:teuthology.task.install:The correct ceph version 18.0.0-7421.g50bc6740 is installed. 2023-11-16T11:58:02.630 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T11:58:02.852 DEBUG:teuthology.orchestra.run.smithi151:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-11-16T11:58:02.881 INFO:teuthology.orchestra.run.smithi151.stdout:18.0.0-7421.g50bc6740.el8 2023-11-16T11:58:02.881 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-7421.g50bc6740.el8 2023-11-16T11:58:02.881 INFO:teuthology.task.install:The correct ceph version 18.0.0-7421.g50bc6740 is installed. 2023-11-16T11:58:02.882 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2023-11-16T11:58:02.882 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-11-16T11:58:02.882 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-11-16T11:58:02.911 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2023-11-16T11:58:02.911 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-11-16T11:58:02.954 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2023-11-16T11:58:02.955 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-11-16T11:58:02.955 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/usr/bin/daemon-helper 2023-11-16T11:58:02.983 DEBUG:teuthology.orchestra.run.smithi062:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-11-16T11:58:03.050 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2023-11-16T11:58:03.050 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd of=/usr/bin/daemon-helper 2023-11-16T11:58:03.081 DEBUG:teuthology.orchestra.run.smithi151:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-11-16T11:58:03.149 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2023-11-16T11:58:03.150 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-11-16T11:58:03.150 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/usr/bin/adjust-ulimits 2023-11-16T11:58:03.177 DEBUG:teuthology.orchestra.run.smithi062:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-11-16T11:58:03.245 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2023-11-16T11:58:03.245 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd of=/usr/bin/adjust-ulimits 2023-11-16T11:58:03.273 DEBUG:teuthology.orchestra.run.smithi151:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-11-16T11:58:03.341 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2023-11-16T11:58:03.342 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-11-16T11:58:03.342 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/usr/bin/stdin-killer 2023-11-16T11:58:03.369 DEBUG:teuthology.orchestra.run.smithi062:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-11-16T11:58:03.436 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2023-11-16T11:58:03.436 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd of=/usr/bin/stdin-killer 2023-11-16T11:58:03.463 DEBUG:teuthology.orchestra.run.smithi151:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-11-16T11:58:03.529 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-16T11:58:03.607 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, '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': '50bc6740f385afe4f36770e739358479a73d8add'} 2023-11-16T11:58:03.607 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T11:58:03.607 INFO:tasks.cephadm:Cluster fsid is 65a0d894-8477-11ee-8dbe-212e2dc638e7 2023-11-16T11:58:03.608 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-16T11:58:03.608 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.62', 'mon.b': '172.21.15.151'} 2023-11-16T11:58:03.608 INFO:tasks.cephadm:First mon is mon.a on smithi062 2023-11-16T11:58:03.608 INFO:tasks.cephadm:First mgr is a 2023-11-16T11:58:03.608 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-16T11:58:03.608 DEBUG:teuthology.orchestra.run.smithi062:> sudo hostname $(hostname -s) 2023-11-16T11:58:03.637 DEBUG:teuthology.orchestra.run.smithi151:> sudo hostname $(hostname -s) 2023-11-16T11:58:03.664 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-11-16T11:58:03.666 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T11:58:03.812 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '50bc6740f385afe4f36770e739358479a73d8add', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic/74192/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.0.0-7421-g50bc6740', 'node_name': '172.21.2.8+braggi08', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic', 'package_manager_version': '18.0.0-7421.g50bc6740'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2023-11-16 09:24:25.099303', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2023-11-16-0243', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/centos/8/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2023-11-16T11:58:04.027 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-adk-testing-2023-11-16-0243, sha1 50bc6740f385afe4f36770e739358479a73d8add from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T11:58:04.027 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/centos/8/x86_64/flavors/default/cephadm 2023-11-16T11:58:04.028 DEBUG:teuthology.orchestra.run.smithi062:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-16T11:58:04.940 INFO:teuthology.orchestra.run.smithi062.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2245323 Nov 16 11:58 /home/ubuntu/cephtest/cephadm 2023-11-16T11:58:04.940 DEBUG:teuthology.orchestra.run.smithi151:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-16T11:58:05.376 INFO:teuthology.orchestra.run.smithi151.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2245323 Nov 16 11:58 /home/ubuntu/cephtest/cephadm 2023-11-16T11:58:05.376 DEBUG:teuthology.orchestra.run.smithi062:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-16T11:58:05.399 DEBUG:teuthology.orchestra.run.smithi151:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-16T11:58:05.430 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add on all hosts... 2023-11-16T11:58:05.430 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add pull 2023-11-16T11:58:05.441 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add pull 2023-11-16T11:58:06.820 INFO:teuthology.orchestra.run.smithi151.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add... 2023-11-16T11:58:07.287 INFO:teuthology.orchestra.run.smithi062.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add... 2023-11-16T12:01:46.978 INFO:teuthology.orchestra.run.smithi151.stdout:{ 2023-11-16T12:02:13.032 INFO:teuthology.orchestra.run.smithi151.stdout: "ceph_version": "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)", 2023-11-16T12:02:13.033 INFO:teuthology.orchestra.run.smithi151.stdout: "image_id": "1cfb7613cdb7081bd32bc1fa3482c3ce44bb49224c8483072cfed736b7afce35", 2023-11-16T12:02:13.036 INFO:teuthology.orchestra.run.smithi151.stdout: "repo_digests": [ 2023-11-16T12:02:13.036 INFO:teuthology.orchestra.run.smithi151.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea" 2023-11-16T12:02:13.039 INFO:teuthology.orchestra.run.smithi151.stdout: ] 2023-11-16T12:02:13.112 INFO:teuthology.orchestra.run.smithi151.stdout:} 2023-11-16T12:02:38.296 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2023-11-16T12:02:38.296 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph_version": "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)", 2023-11-16T12:02:38.297 INFO:teuthology.orchestra.run.smithi062.stdout: "image_id": "1cfb7613cdb7081bd32bc1fa3482c3ce44bb49224c8483072cfed736b7afce35", 2023-11-16T12:02:38.297 INFO:teuthology.orchestra.run.smithi062.stdout: "repo_digests": [ 2023-11-16T12:02:38.297 INFO:teuthology.orchestra.run.smithi062.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea" 2023-11-16T12:02:38.297 INFO:teuthology.orchestra.run.smithi062.stdout: ] 2023-11-16T12:02:38.297 INFO:teuthology.orchestra.run.smithi062.stdout:} 2023-11-16T12:02:38.321 DEBUG:teuthology.orchestra.run.smithi062:> sudo mkdir -p /etc/ceph 2023-11-16T12:02:38.364 DEBUG:teuthology.orchestra.run.smithi151:> sudo mkdir -p /etc/ceph 2023-11-16T12:02:38.413 DEBUG:teuthology.orchestra.run.smithi062:> sudo chmod 777 /etc/ceph 2023-11-16T12:02:38.440 DEBUG:teuthology.orchestra.run.smithi151:> sudo chmod 777 /etc/ceph 2023-11-16T12:02:38.470 INFO:tasks.cephadm:Writing seed config... 2023-11-16T12:02:38.470 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-16T12:02:38.470 DEBUG:teuthology.orchestra.run.smithi062:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-16T12:02:38.496 DEBUG:teuthology.orchestra.run.smithi151:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-16T12:02:38.527 INFO:tasks.cephadm:Stopping all daemons... 2023-11-16T12:02:38.528 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 65a0d894-8477-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-16T12:02:38.871 INFO:teuthology.orchestra.run.smithi062.stdout:Deleting cluster with fsid: 65a0d894-8477-11ee-8dbe-212e2dc638e7 2023-11-16T12:02:39.333 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 65a0d894-8477-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-16T12:02:39.674 INFO:teuthology.orchestra.run.smithi151.stdout:Deleting cluster with fsid: 65a0d894-8477-11ee-8dbe-212e2dc638e7 2023-11-16T12:02:40.139 DEBUG:teuthology.orchestra.run.smithi062:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-16T12:02:40.176 DEBUG:teuthology.orchestra.run.smithi151:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-16T12:02:40.204 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 542, in ceph_bootstrap File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 59, in build_initial_config File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/virtualenv/lib/python3.8/site-packages/configobj.py", line 1229, in __init__ self._load(infile, configspec) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/virtualenv/lib/python3.8/site-packages/configobj.py", line 1240, in _load raise IOError('Config file not found: "%s".' % self.filename) OSError: Config file not found: "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.conf". 2023-11-16T12:02:40.206 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-16T12:02:40.207 DEBUG:teuthology.misc:Transferring archived files from smithi062:/var/lib/ceph/65a0d894-8477-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460510/remote/smithi062/crash 2023-11-16T12:02:40.208 DEBUG:teuthology.orchestra.run.smithi062:> sudo tar c -f - -C /var/lib/ceph/65a0d894-8477-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-16T12:02:40.383 INFO:teuthology.orchestra.run.smithi062.stderr:tar: /var/lib/ceph/65a0d894-8477-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-16T12:02:40.383 INFO:teuthology.orchestra.run.smithi062.stderr:tar: Error is not recoverable: exiting now 2023-11-16T12:02:40.385 DEBUG:teuthology.misc:Transferring archived files from smithi151:/var/lib/ceph/65a0d894-8477-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460510/remote/smithi151/crash 2023-11-16T12:02:40.386 DEBUG:teuthology.orchestra.run.smithi151:> sudo tar c -f - -C /var/lib/ceph/65a0d894-8477-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-16T12:02:40.430 INFO:teuthology.orchestra.run.smithi151.stderr:tar: /var/lib/ceph/65a0d894-8477-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-16T12:02:40.430 INFO:teuthology.orchestra.run.smithi151.stderr:tar: Error is not recoverable: exiting now 2023-11-16T12:02:40.431 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-16T12:02:40.431 DEBUG:teuthology.orchestra.run.smithi062:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/65a0d894-8477-11ee-8dbe-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-16T12:02:40.464 INFO:teuthology.orchestra.run.smithi062.stderr:grep: /var/log/ceph/65a0d894-8477-11ee-8dbe-212e2dc638e7/ceph.log: No such file or directory 2023-11-16T12:02:40.466 INFO:tasks.cephadm:Compressing logs... 2023-11-16T12:02:40.466 DEBUG:teuthology.orchestra.run.smithi062:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-16T12:02:40.508 DEBUG:teuthology.orchestra.run.smithi151:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-16T12:02:40.535 INFO:teuthology.orchestra.run.smithi151.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-16T12:02:40.535 INFO:teuthology.orchestra.run.smithi151.stderr:: No such file or directory 2023-11-16T12:02:40.536 INFO:teuthology.orchestra.run.smithi151.stderr:/var/log/ceph/cephadm.log: 70.6% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-16T12:02:40.536 INFO:teuthology.orchestra.run.smithi062.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-16T12:02:40.537 INFO:teuthology.orchestra.run.smithi062.stderr:: No such file or directory 2023-11-16T12:02:40.537 INFO:teuthology.orchestra.run.smithi062.stderr:/var/log/ceph/cephadm.log: 70.9% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-16T12:02:40.538 INFO:teuthology.orchestra.run.smithi151.stderr: 2023-11-16T12:02:40.538 INFO:teuthology.orchestra.run.smithi151.stderr:real 0m0.013s 2023-11-16T12:02:40.538 INFO:teuthology.orchestra.run.smithi151.stderr:user 0m0.011s 2023-11-16T12:02:40.538 INFO:teuthology.orchestra.run.smithi151.stderr:sys 0m0.010s 2023-11-16T12:02:40.539 INFO:teuthology.orchestra.run.smithi062.stderr: 2023-11-16T12:02:40.539 INFO:teuthology.orchestra.run.smithi062.stderr:real 0m0.015s 2023-11-16T12:02:40.539 INFO:teuthology.orchestra.run.smithi062.stderr:user 0m0.009s 2023-11-16T12:02:40.539 INFO:teuthology.orchestra.run.smithi062.stderr:sys 0m0.015s 2023-11-16T12:02:40.539 INFO:tasks.cephadm:Archiving logs... 2023-11-16T12:02:40.540 DEBUG:teuthology.misc:Transferring archived files from smithi062:/var/log/ceph to /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460510/remote/smithi062/log 2023-11-16T12:02:40.541 DEBUG:teuthology.orchestra.run.smithi062:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-16T12:02:40.611 DEBUG:teuthology.misc:Transferring archived files from smithi151:/var/log/ceph to /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460510/remote/smithi151/log 2023-11-16T12:02:40.612 DEBUG:teuthology.orchestra.run.smithi151:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-16T12:02:40.640 INFO:tasks.cephadm:Removing cluster... 2023-11-16T12:02:40.640 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 65a0d894-8477-11ee-8dbe-212e2dc638e7 --force 2023-11-16T12:02:40.998 INFO:teuthology.orchestra.run.smithi062.stdout:Deleting cluster with fsid: 65a0d894-8477-11ee-8dbe-212e2dc638e7 2023-11-16T12:02:41.467 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 65a0d894-8477-11ee-8dbe-212e2dc638e7 --force 2023-11-16T12:02:41.807 INFO:teuthology.orchestra.run.smithi151.stdout:Deleting cluster with fsid: 65a0d894-8477-11ee-8dbe-212e2dc638e7 2023-11-16T12:02:42.274 INFO:tasks.cephadm:Removing cephadm ... 2023-11-16T12:02:42.275 DEBUG:teuthology.orchestra.run.smithi062:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-16T12:02:42.297 DEBUG:teuthology.orchestra.run.smithi151:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-16T12:02:42.314 INFO:tasks.cephadm:Teardown complete 2023-11-16T12:02:42.314 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 1720, in task File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 1635, in initialize_config File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 542, in ceph_bootstrap File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 59, in build_initial_config File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/virtualenv/lib/python3.8/site-packages/configobj.py", line 1229, in __init__ self._load(infile, configspec) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/virtualenv/lib/python3.8/site-packages/configobj.py", line 1240, in _load raise IOError('Config file not found: "%s".' % self.filename) OSError: Config file not found: "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.conf". 2023-11-16T12:02:42.381 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=3d91460d8fb54b588ce542272aaab17b Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 1720, in task File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 1635, in initialize_config File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 542, in ceph_bootstrap File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 59, in build_initial_config File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/virtualenv/lib/python3.8/site-packages/configobj.py", line 1229, in __init__ self._load(infile, configspec) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/virtualenv/lib/python3.8/site-packages/configobj.py", line 1240, in _load raise IOError('Config file not found: "%s".' % self.filename) OSError: Config file not found: "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.conf". 2023-11-16T12:02:42.384 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-16T12:02:42.392 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-11-16T12:02:42.400 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-11-16T12:02:42.400 DEBUG:teuthology.orchestra.run.smithi062:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-11-16T12:02:42.412 DEBUG:teuthology.orchestra.run.smithi151:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-11-16T12:02:42.486 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-16T12:02:42.494 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-16T12:02:42.494 DEBUG:teuthology.orchestra.run.smithi062:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-16T12:02:42.497 DEBUG:teuthology.orchestra.run.smithi151:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-16T12:02:42.512 INFO:teuthology.orchestra.run.smithi151.stderr:bash: ntpq: command not found 2023-11-16T12:02:42.513 INFO:teuthology.orchestra.run.smithi062.stderr:bash: ntpq: command not found 2023-11-16T12:02:42.517 INFO:teuthology.orchestra.run.smithi151.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-16T12:02:42.517 INFO:teuthology.orchestra.run.smithi151.stdout:=============================================================================== 2023-11-16T12:02:42.517 INFO:teuthology.orchestra.run.smithi151.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 53 +1352us[+1352us] +/- 76ms 2023-11-16T12:02:42.517 INFO:teuthology.orchestra.run.smithi151.stdout:^* hv02.front.sepia.ceph.com 3 6 377 56 +16us[ +23us] +/- 70ms 2023-11-16T12:02:42.517 INFO:teuthology.orchestra.run.smithi151.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 56 -854us[ -854us] +/- 81ms 2023-11-16T12:02:42.517 INFO:teuthology.orchestra.run.smithi151.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T12:02:42.518 INFO:teuthology.orchestra.run.smithi062.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-16T12:02:42.519 INFO:teuthology.orchestra.run.smithi062.stdout:=============================================================================== 2023-11-16T12:02:42.519 INFO:teuthology.orchestra.run.smithi062.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 54 +1342us[+1342us] +/- 76ms 2023-11-16T12:02:42.519 INFO:teuthology.orchestra.run.smithi062.stdout:^* hv02.front.sepia.ceph.com 3 6 377 56 +14us[ +28us] +/- 70ms 2023-11-16T12:02:42.519 INFO:teuthology.orchestra.run.smithi062.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 55 -864us[ -864us] +/- 81ms 2023-11-16T12:02:42.519 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T12:02:42.519 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-16T12:02:42.528 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-16T12:02:42.528 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-16T12:02:42.536 DEBUG:teuthology.orchestra.run.smithi062:> 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-11-16T12:02:42.765 DEBUG:teuthology.orchestra.run.smithi151:> 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-11-16T12:02:42.870 DEBUG:teuthology.orchestra.run.smithi062:> 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-11-16T12:02:42.907 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:02:42.908 DEBUG:teuthology.orchestra.run.smithi151:> 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-11-16T12:02:42.938 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:02:42.939 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-16T12:02:42.948 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-16T12:02:42.973 INFO:teuthology.task.internal:Duration was 1390.320070 seconds 2023-11-16T12:02:42.973 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-16T12:02:42.989 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-16T12:02:42.990 DEBUG:teuthology.orchestra.run.smithi062:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-16T12:02:42.992 DEBUG:teuthology.orchestra.run.smithi151:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-16T12:02:43.039 INFO:teuthology.orchestra.run.smithi151.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-16T12:02:43.044 INFO:teuthology.orchestra.run.smithi062.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-16T12:02:43.801 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-16T12:02:43.802 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi062.front.sepia.ceph.com 2023-11-16T12:02:43.802 DEBUG:teuthology.orchestra.run.smithi062:> 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-11-16T12:02:43.828 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi151.front.sepia.ceph.com 2023-11-16T12:02:43.829 DEBUG:teuthology.orchestra.run.smithi151:> 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-11-16T12:02:43.853 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-16T12:02:43.853 DEBUG:teuthology.orchestra.run.smithi062:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-16T12:02:43.871 DEBUG:teuthology.orchestra.run.smithi151:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-16T12:02:43.937 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-16T12:02:43.937 DEBUG:teuthology.orchestra.run.smithi062:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-16T12:02:43.940 DEBUG:teuthology.orchestra.run.smithi151:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-16T12:02:44.051 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-16T12:02:44.061 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-16T12:02:44.061 DEBUG:teuthology.orchestra.run.smithi062:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-16T12:02:44.109 DEBUG:teuthology.orchestra.run.smithi151:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-16T12:02:44.145 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-16T12:02:44.155 DEBUG:teuthology.orchestra.run.smithi062:> 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-11-16T12:02:44.157 DEBUG:teuthology.orchestra.run.smithi151:> 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-11-16T12:02:44.183 INFO:teuthology.orchestra.run.smithi062.stdout:kernel.core_pattern = core 2023-11-16T12:02:44.211 INFO:teuthology.orchestra.run.smithi151.stdout:kernel.core_pattern = core 2023-11-16T12:02:44.271 DEBUG:teuthology.orchestra.run.smithi062:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-16T12:02:44.328 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:02:44.328 DEBUG:teuthology.orchestra.run.smithi151:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-16T12:02:44.344 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:02:44.345 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-16T12:02:44.354 INFO:teuthology.task.internal:Transferring archived files... 2023-11-16T12:02:44.355 DEBUG:teuthology.misc:Transferring archived files from smithi062:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460510/remote/smithi062 2023-11-16T12:02:44.355 DEBUG:teuthology.orchestra.run.smithi062:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-16T12:02:44.410 DEBUG:teuthology.misc:Transferring archived files from smithi151:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460510/remote/smithi151 2023-11-16T12:02:44.411 DEBUG:teuthology.orchestra.run.smithi151:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-16T12:02:44.447 INFO:teuthology.task.internal:Removing archive directory... 2023-11-16T12:02:44.447 DEBUG:teuthology.orchestra.run.smithi062:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-16T12:02:44.450 DEBUG:teuthology.orchestra.run.smithi151:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-16T12:02:44.498 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-16T12:02:44.509 INFO:teuthology.task.internal:Not uploading archives. 2023-11-16T12:02:44.510 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-16T12:02:44.560 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-16T12:02:44.561 DEBUG:teuthology.orchestra.run.smithi062:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-16T12:02:44.563 DEBUG:teuthology.orchestra.run.smithi151:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-16T12:02:44.578 INFO:teuthology.orchestra.run.smithi062.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 16 12:02 /home/ubuntu/cephtest 2023-11-16T12:02:44.579 INFO:teuthology.orchestra.run.smithi151.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 16 12:02 /home/ubuntu/cephtest 2023-11-16T12:02:44.580 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-16T12:02:44.660 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-16T12:02:44.680 INFO:teuthology.nuke:Checking targets against current locks 2023-11-16T12:02:44.706 DEBUG:teuthology.nuke:shortname: smithi062 2023-11-16T12:02:44.707 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T12:02:44.732 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi062.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460510', '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-11-16 11:33:11.689790', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-16T12:02:44.735 DEBUG:teuthology.nuke:shortname: smithi151 2023-11-16T12:02:44.735 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T12:02:44.757 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi151.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460510', '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-11-16 11:33:11.691270', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-16T12:02:44.791 INFO:teuthology.orchestra.console.smithi062:Power off 2023-11-16T12:02:44.792 DEBUG:teuthology.orchestra.console.smithi062:pexpect command: ipmitool -H smithi062.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-16T12:02:44.811 INFO:teuthology.orchestra.console.smithi151:Power off 2023-11-16T12:02:44.811 DEBUG:teuthology.orchestra.console.smithi151:pexpect command: ipmitool -H smithi151.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-16T12:02:44.820 DEBUG:teuthology.orchestra.console.smithi062:power off output: Chassis Power Control: Down/Off 2023-11-16T12:02:44.820 DEBUG:teuthology.orchestra.console.smithi062:pexpect command: ipmitool -H smithi062.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:02:44.833 DEBUG:teuthology.orchestra.console.smithi151:power off output: Chassis Power Control: Down/Off 2023-11-16T12:02:44.834 DEBUG:teuthology.orchestra.console.smithi151:pexpect command: ipmitool -H smithi151.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:02:44.844 DEBUG:teuthology.orchestra.console.smithi062:check power output: Chassis Power is on 2023-11-16T12:02:44.857 DEBUG:teuthology.orchestra.console.smithi151:check power output: Chassis Power is on 2023-11-16T12:02:48.845 DEBUG:teuthology.orchestra.console.smithi062:pexpect command: ipmitool -H smithi062.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:02:48.859 DEBUG:teuthology.orchestra.console.smithi151:pexpect command: ipmitool -H smithi151.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:02:48.956 DEBUG:teuthology.orchestra.console.smithi062:check power output: Chassis Power is on 2023-11-16T12:02:48.970 DEBUG:teuthology.orchestra.console.smithi151:check power output: Chassis Power is on 2023-11-16T12:02:52.958 DEBUG:teuthology.orchestra.console.smithi062:pexpect command: ipmitool -H smithi062.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:02:52.971 DEBUG:teuthology.orchestra.console.smithi151:pexpect command: ipmitool -H smithi151.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:02:53.070 DEBUG:teuthology.orchestra.console.smithi062:check power output: Chassis Power is on 2023-11-16T12:02:53.079 DEBUG:teuthology.orchestra.console.smithi151:check power output: Chassis Power is off 2023-11-16T12:02:53.180 INFO:teuthology.orchestra.console.smithi151:Power off completed 2023-11-16T12:02:57.075 DEBUG:teuthology.orchestra.console.smithi062:pexpect command: ipmitool -H smithi062.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:02:57.187 DEBUG:teuthology.orchestra.console.smithi062:check power output: Chassis Power is off 2023-11-16T12:02:57.288 INFO:teuthology.orchestra.console.smithi062:Power off completed 2023-11-16T12:02:57.393 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/off mon_election/classic task/test_extra_daemon_features} duration: 1390.3200702667236 failure_reason: 'Config file not found: "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.conf".' flavor: default owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=3d91460d8fb54b588ce542272aaab17b status: fail success: false 2023-11-16T12:02:57.393 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-16T12:02:57.475 INFO:teuthology.run:FAIL