2023-12-01T03:38:34.053 INFO:root:teuthology version: 0.0.1.dev212+g595fad1 2023-12-01T03:38:34.053 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2023-12-01_00:08:20-upgrade:reef-x-wip-yuri10-testing-2023-11-30-0943-distro-default-smithi/7473440 --name yuriw-2023-12-01_00:08:20-upgrade:reef-x-wip-yuri10-testing-2023-11-30-0943-distro-default-smithi --description upgrade:reef-x/stress-split/{0-distro/rhel_8.6_container_tools_3.0 0-roles 1-start 2-first-half-tasks/rbd-import-export 3-stress-tasks/{radosbench rbd-cls rbd-import-export rbd_api readwrite snaps-few-objects} 4-second-half-tasks/rbd-import-export mon_election/classic} --verbose -- /home/teuthworker/archive/yuriw-2023-12-01_00:08:20-upgrade:reef-x-wip-yuri10-testing-2023-11-30-0943-distro-default-smithi/7473440/orig.config.yaml 2023-12-01T03:38:34.114 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T03:38:34.204 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-01_00:08:20-upgrade:reef-x-wip-yuri10-testing-2023-11-30-0943-distro-default-smithi/7473440 branch: wip-yuri10-testing-2023-11-30-0943 description: upgrade:reef-x/stress-split/{0-distro/rhel_8.6_container_tools_3.0 0-roles 1-start 2-first-half-tasks/rbd-import-export 3-stress-tasks/{radosbench rbd-cls rbd-import-export rbd_api readwrite snaps-few-objects} 4-second-half-tasks/rbd-import-export mon_election/classic} email: yweinste@redhat.com first-half-sequence: - cephadm.shell: env: - sha1 mon.a: - ceph config set mgr mgr/cephadm/daemon_cache_timeout 60 - ceph config set global log_to_journald false --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - ceph orch ps - echo wait for minority of mons to upgrade - while ! ceph mon versions | grep $sha1 ; do sleep 2 ; done - ceph orch ps - ceph orch upgrade pause - sleep 60 - ceph orch upgrade resume - echo wait for majority of mons to upgrade - 'while ! ceph mon versions | grep $sha1 | egrep '': [23]'' ; do sleep 2 ; done' - ceph orch ps - ceph orch upgrade pause - sleep 60 - ceph orch upgrade resume - echo wait for all mons to upgrade - 'while ! ceph mon versions | grep $sha1 | grep '': 3'' ; do sleep 2 ; done' - ceph orch ps - ceph orch upgrade pause - sleep 60 - ceph orch upgrade resume - echo wait for half of osds to upgrade - 'while ! ceph osd versions | grep $sha1 | egrep '': [45678]''; do sleep 2 ; done' - ceph orch upgrade pause - ceph orch ps - ceph orch ps - ceph versions first-half-tasks: - workunit: branch: reef clients: client.0: - rbd/import_export.sh env: RBD_CREATE_ARGS: --new-format - print: '**** done rbd/import_export.sh 5-workload' first_in_suite: false job_id: '7473440' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi meta: - desc: 'run basic import/export cli tests for rbd ' - desc: 'run randomized correctness test for rados operations generate write load with rados bench ' - desc: 'run basic cls tests for rbd ' - desc: 'run basic import/export cli tests for rbd ' - desc: 'librbd C and C++ api tests ' - desc: 'randomized correctness test for rados operations on a replicated pool, using only reads, writes, and deletes ' - desc: 'randomized correctness test for rados operations on a replicated pool with snapshot operations ' - desc: 'run basic import/export cli tests for rbd ' name: yuriw-2023-12-01_00:08:20-upgrade:reef-x-wip-yuri10-testing-2023-11-30-0943-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-yuri10-testing-2023-11-30-0943 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true create_rbd_pool: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 9942cfafa9f7e22e363b3f76a7fe21130085c2db ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 9942cfafa9f7e22e363b3f76a7fe21130085c2db selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri10-testing-2023-11-30-0943 sha1: 9942cfafa9f7e22e363b3f76a7fe21130085c2db owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - mon.a - mon.c - mgr.y - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - node-exporter.a - alertmanager.a - - mon.b - mgr.x - osd.4 - osd.5 - osd.6 - osd.7 - client.1 - prometheus.a - grafana.a - node-exporter.b second-half-sequence: sequential: - cephadm.shell: env: - sha1 mon.a: - ceph orch upgrade resume - sleep 60 - echo wait for upgrade to complete - while ceph orch upgrade status | jq '.in_progress' | grep true ; do ceph orch ps ; ceph versions ; sleep 30 ; done - echo upgrade complete - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 second-half-tasks: - workunit: branch: reef clients: client.0: - rbd/import_export.sh env: RBD_CREATE_ARGS: --new-format - print: '**** done rbd/import_export.sh 5-workload' seed: 9058 sha1: 9942cfafa9f7e22e363b3f76a7fe21130085c2db sleep_before_teardown: 0 stress-tasks: - thrashosds: aggressive_pg_num_changes: false chance_force_recovery: 0 chance_pgnum_grow: 1 chance_pgpnum_fix: 1 chance_thrash_cluster_full: 0 chance_thrash_pg_upmap: 0 chance_thrash_pg_upmap_items: 0 disable_objectstore_tool_tests: true timeout: 1200 - full_sequential: - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - print: '**** done end radosbench.yaml' - workunit: branch: reef clients: client.0: - cls/test_cls_rbd.sh - print: '**** done cls/test_cls_rbd.sh 5-workload' - workunit: branch: reef clients: client.0: - rbd/import_export.sh env: RBD_CREATE_ARGS: --new-format - print: '**** done rbd/import_export.sh 5-workload' - workunit: branch: reef clients: client.0: - rbd/test_librbd.sh env: RBD_FEATURES: '61' - print: '**** done rbd/test_librbd.sh 7-workload' - full_sequential: - rados: clients: - client.0 objects: 500 op_weights: delete: 10 read: 45 write: 45 ops: 4000 write_append_excl: false - print: '**** done rados/readwrite 5-workload' - full_sequential: - rados: clients: - client.0 objects: 50 op_weights: delete: 50 read: 100 rollback: 50 snap_create: 50 snap_remove: 50 write: 100 ops: 4000 write_append_excl: false - print: '**** done rados/snaps-few-objects 5-workload' subset: 111/120000 suite: upgrade:reef-x suite_branch: wip-yuri10-testing-2023-11-30-0943 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_9942cfafa9f7e22e363b3f76a7fe21130085c2db/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 9942cfafa9f7e22e363b3f76a7fe21130085c2db targets: smithi120.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi183.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:3.0 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - install: branch: reef exclude_packages: - ceph-volume - cephadm: compiled_cephadm_branch: reef conf: osd: osd_class_default_list: '*' osd_class_load_list: '*' image: quay.ceph.io/ceph-ci/ceph:reef - cephadm.shell: mon.a: - ceph fs volume create foo - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph.healthy: null - print: '**** upgrading first half of cluster, with stress ****' - parallel: - first-half-tasks - first-half-sequence - print: '**** done upgrading first half of cluster ****' - ceph.healthy: null - print: '**** applying stress + thrashing to mixed-version cluster ****' - parallel: - stress-tasks - ceph.healthy: null - print: '**** finishing upgrade ****' - parallel: - second-half-tasks - second-half-sequence - ceph.healthy: null teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: wip-package-queries teuthology_sha1: 595fad1080bd379e3c0231a8e02595924c59a9da timestamp: 2023-12-01_00:08:20 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-01T03:38:34.204 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_9942cfafa9f7e22e363b3f76a7fe21130085c2db/qa; will attempt to use it 2023-12-01T03:38:34.205 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_9942cfafa9f7e22e363b3f76a7fe21130085c2db/qa/tasks 2023-12-01T03:38:34.205 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-01T03:38:34.207 INFO:teuthology.task.internal:Checking packages... 2023-12-01T03:38:34.230 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '9942cfafa9f7e22e363b3f76a7fe21130085c2db' 2023-12-01T03:38:34.230 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T03:38:34.230 INFO:teuthology.packaging:ref: None 2023-12-01T03:38:34.230 INFO:teuthology.packaging:tag: None 2023-12-01T03:38:34.230 INFO:teuthology.packaging:branch: wip-yuri10-testing-2023-11-30-0943 2023-12-01T03:38:34.230 INFO:teuthology.packaging:sha1: 9942cfafa9f7e22e363b3f76a7fe21130085c2db 2023-12-01T03:38:34.230 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri10-testing-2023-11-30-0943 2023-12-01T03:38:34.455 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7650.g9942cfaf 2023-12-01T03:38:34.455 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-01T03:38:34.461 INFO:teuthology.task.internal:no buildpackages task found 2023-12-01T03:38:34.461 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-01T03:38:34.487 INFO:teuthology.task.internal:Saving configuration 2023-12-01T03:38:34.509 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-01T03:38:34.515 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T03:38:34.540 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi120.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_00:08:20-upgrade:reef-x-wip-yuri10-testing-2023-11-30-0943-distro-default-smithi/7473440', '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-12-01 03:34:02.765647', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T03:38:34.562 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi183.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_00:08:20-upgrade:reef-x-wip-yuri10-testing-2023-11-30-0943-distro-default-smithi/7473440', '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-12-01 03:34:02.763357', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T03:38:34.562 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-01T03:38:34.567 INFO:teuthology.task.internal:roles: ubuntu@smithi120.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.y', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0', 'node-exporter.a', 'alertmanager.a'] 2023-12-01T03:38:34.567 INFO:teuthology.task.internal:roles: ubuntu@smithi183.front.sepia.ceph.com - ['mon.b', 'mgr.x', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1', 'prometheus.a', 'grafana.a', 'node-exporter.b'] 2023-12-01T03:38:34.568 INFO:teuthology.run_tasks:Running task console_log... 2023-12-01T03:38:34.643 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7feb3386cee0>, signals=[15]) 2023-12-01T03:38:34.644 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-01T03:38:34.650 INFO:teuthology.task.internal:Opening connections... 2023-12-01T03:38:34.650 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi120.front.sepia.ceph.com 2023-12-01T03:38:34.652 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi120.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T03:38:34.719 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi183.front.sepia.ceph.com 2023-12-01T03:38:34.720 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T03:38:34.789 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-01T03:38:34.794 DEBUG:teuthology.orchestra.run.smithi120:> uname -m 2023-12-01T03:38:34.815 INFO:teuthology.orchestra.run.smithi120.stdout:x86_64 2023-12-01T03:38:34.816 DEBUG:teuthology.orchestra.run.smithi120:> cat /etc/os-release 2023-12-01T03:38:34.874 INFO:teuthology.orchestra.run.smithi120.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T03:38:34.875 INFO:teuthology.orchestra.run.smithi120.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T03:38:34.875 INFO:teuthology.orchestra.run.smithi120.stdout:ID="rhel" 2023-12-01T03:38:34.875 INFO:teuthology.orchestra.run.smithi120.stdout:ID_LIKE="fedora" 2023-12-01T03:38:34.875 INFO:teuthology.orchestra.run.smithi120.stdout:VERSION_ID="8.6" 2023-12-01T03:38:34.875 INFO:teuthology.orchestra.run.smithi120.stdout:PLATFORM_ID="platform:el8" 2023-12-01T03:38:34.875 INFO:teuthology.orchestra.run.smithi120.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T03:38:34.875 INFO:teuthology.orchestra.run.smithi120.stdout:ANSI_COLOR="0;31" 2023-12-01T03:38:34.875 INFO:teuthology.orchestra.run.smithi120.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T03:38:34.876 INFO:teuthology.orchestra.run.smithi120.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T03:38:34.876 INFO:teuthology.orchestra.run.smithi120.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T03:38:34.876 INFO:teuthology.orchestra.run.smithi120.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T03:38:34.876 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:38:34.876 INFO:teuthology.orchestra.run.smithi120.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T03:38:34.876 INFO:teuthology.orchestra.run.smithi120.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T03:38:34.876 INFO:teuthology.orchestra.run.smithi120.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T03:38:34.876 INFO:teuthology.orchestra.run.smithi120.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T03:38:34.877 INFO:teuthology.lock.ops:Updating smithi120.front.sepia.ceph.com on lock server 2023-12-01T03:38:34.904 DEBUG:teuthology.orchestra.run.smithi183:> uname -m 2023-12-01T03:38:34.924 INFO:teuthology.orchestra.run.smithi183.stdout:x86_64 2023-12-01T03:38:34.925 DEBUG:teuthology.orchestra.run.smithi183:> cat /etc/os-release 2023-12-01T03:38:34.984 INFO:teuthology.orchestra.run.smithi183.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T03:38:34.985 INFO:teuthology.orchestra.run.smithi183.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T03:38:34.985 INFO:teuthology.orchestra.run.smithi183.stdout:ID="rhel" 2023-12-01T03:38:34.985 INFO:teuthology.orchestra.run.smithi183.stdout:ID_LIKE="fedora" 2023-12-01T03:38:34.985 INFO:teuthology.orchestra.run.smithi183.stdout:VERSION_ID="8.6" 2023-12-01T03:38:34.985 INFO:teuthology.orchestra.run.smithi183.stdout:PLATFORM_ID="platform:el8" 2023-12-01T03:38:34.985 INFO:teuthology.orchestra.run.smithi183.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T03:38:34.985 INFO:teuthology.orchestra.run.smithi183.stdout:ANSI_COLOR="0;31" 2023-12-01T03:38:34.985 INFO:teuthology.orchestra.run.smithi183.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T03:38:34.985 INFO:teuthology.orchestra.run.smithi183.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T03:38:34.986 INFO:teuthology.orchestra.run.smithi183.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T03:38:34.986 INFO:teuthology.orchestra.run.smithi183.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T03:38:34.986 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:38:34.986 INFO:teuthology.orchestra.run.smithi183.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T03:38:34.986 INFO:teuthology.orchestra.run.smithi183.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T03:38:34.986 INFO:teuthology.orchestra.run.smithi183.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T03:38:34.986 INFO:teuthology.orchestra.run.smithi183.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T03:38:34.986 INFO:teuthology.lock.ops:Updating smithi183.front.sepia.ceph.com on lock server 2023-12-01T03:38:35.004 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-01T03:38:35.014 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-01T03:38:35.020 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-01T03:38:35.020 DEBUG:teuthology.orchestra.run.smithi120:> test '!' -e /home/ubuntu/cephtest 2023-12-01T03:38:35.023 DEBUG:teuthology.orchestra.run.smithi183:> test '!' -e /home/ubuntu/cephtest 2023-12-01T03:38:35.043 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-01T03:38:35.048 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-01T03:38:35.049 DEBUG:teuthology.orchestra.run.smithi120:> test -z $(ls -A /var/lib/ceph) 2023-12-01T03:38:35.082 DEBUG:teuthology.orchestra.run.smithi183:> test -z $(ls -A /var/lib/ceph) 2023-12-01T03:38:35.112 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-01T03:38:35.168 INFO:teuthology.run_tasks:Running task kernel... 2023-12-01T03:38:35.183 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-01T03:38:35.183 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-01T03:38:35.183 DEBUG:teuthology.orchestra.run.smithi120:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T03:38:35.184 DEBUG:teuthology.orchestra.run.smithi183:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T03:38:35.201 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T03:38:35.202 DEBUG:teuthology.orchestra.run.smithi183:> uname -r 2023-12-01T03:38:35.203 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T03:38:35.204 DEBUG:teuthology.orchestra.run.smithi120:> uname -r 2023-12-01T03:38:35.261 INFO:teuthology.orchestra.run.smithi183.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T03:38:35.262 INFO:teuthology.task.kernel:Running kernel on smithi183: 4.18.0-372.9.1.el8.x86_64 2023-12-01T03:38:35.262 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum install -y kernel 2023-12-01T03:38:35.263 INFO:teuthology.orchestra.run.smithi120.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T03:38:35.263 INFO:teuthology.task.kernel:Running kernel on smithi120: 4.18.0-372.9.1.el8.x86_64 2023-12-01T03:38:35.264 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum install -y kernel 2023-12-01T03:38:36.398 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-01T03:38:36.398 INFO:teuthology.orchestra.run.smithi183.stdout:Unable to read consumer identity 2023-12-01T03:38:36.497 INFO:teuthology.orchestra.run.smithi120.stdout:Updating Subscription Management repositories. 2023-12-01T03:38:36.497 INFO:teuthology.orchestra.run.smithi120.stdout:Unable to read consumer identity 2023-12-01T03:38:37.797 INFO:teuthology.orchestra.run.smithi183.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-12-01T03:38:37.912 INFO:teuthology.orchestra.run.smithi120.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-12-01T03:38:38.607 INFO:teuthology.orchestra.run.smithi183.stdout:Extra Packages for Enterprise Linux 20 MB/s | 16 MB 00:00 2023-12-01T03:38:39.230 INFO:teuthology.orchestra.run.smithi120.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2023-12-01T03:38:42.131 INFO:teuthology.orchestra.run.smithi183.stdout:lab-extras 279 kB/s | 24 kB 00:00 2023-12-01T03:38:42.721 INFO:teuthology.orchestra.run.smithi120.stdout:lab-extras 544 kB/s | 24 kB 00:00 2023-12-01T03:38:42.808 INFO:teuthology.orchestra.run.smithi183.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T03:38:42.861 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-01T03:38:42.861 INFO:teuthology.orchestra.run.smithi183.stdout:Nothing to do. 2023-12-01T03:38:42.862 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-01T03:38:42.977 DEBUG:teuthology.orchestra.run.smithi183:> echo no | sudo yum reinstall kernel || true 2023-12-01T03:38:43.309 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-01T03:38:43.309 INFO:teuthology.orchestra.run.smithi183.stdout:Unable to read consumer identity 2023-12-01T03:38:43.441 INFO:teuthology.orchestra.run.smithi120.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T03:38:43.485 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2023-12-01T03:38:43.487 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2023-12-01T03:38:43.487 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2023-12-01T03:38:43.584 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:00:01 ago on Fri 01 Dec 2023 03:38:42 AM UTC. 2023-12-01T03:38:43.615 DEBUG:teuthology.orchestra.run.smithi120:> echo no | sudo yum reinstall kernel || true 2023-12-01T03:38:43.623 INFO:teuthology.orchestra.run.smithi183.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T03:38:43.660 INFO:teuthology.orchestra.run.smithi183.stderr:Error: No packages marked for reinstall. 2023-12-01T03:38:43.707 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum reinstall -y kernel || true 2023-12-01T03:38:43.985 INFO:teuthology.orchestra.run.smithi120.stdout:Updating Subscription Management repositories. 2023-12-01T03:38:43.985 INFO:teuthology.orchestra.run.smithi120.stdout:Unable to read consumer identity 2023-12-01T03:38:44.034 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-01T03:38:44.034 INFO:teuthology.orchestra.run.smithi183.stdout:Unable to read consumer identity 2023-12-01T03:38:44.258 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 03:38:42 AM UTC. 2023-12-01T03:38:44.301 INFO:teuthology.orchestra.run.smithi120.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T03:38:44.316 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 03:38:42 AM UTC. 2023-12-01T03:38:44.338 INFO:teuthology.orchestra.run.smithi120.stderr:Error: No packages marked for reinstall. 2023-12-01T03:38:44.357 INFO:teuthology.orchestra.run.smithi183.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T03:38:44.378 INFO:teuthology.orchestra.run.smithi183.stderr:Error: No packages marked for reinstall. 2023-12-01T03:38:44.384 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum reinstall -y kernel || true 2023-12-01T03:38:44.425 DEBUG:teuthology.orchestra.run.smithi183:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T03:38:44.506 INFO:teuthology.orchestra.run.smithi183.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T03:38:44.507 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T03:38:44.507 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T03:38:44.507 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2023-12-01T03:38:44.507 DEBUG:teuthology.orchestra.run.smithi183:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T03:38:44.533 INFO:teuthology.orchestra.run.smithi183.stdout:ttyS1 2023-12-01T03:38:44.546 DEBUG:teuthology.parallel:result is None 2023-12-01T03:38:44.715 INFO:teuthology.orchestra.run.smithi120.stdout:Updating Subscription Management repositories. 2023-12-01T03:38:44.716 INFO:teuthology.orchestra.run.smithi120.stdout:Unable to read consumer identity 2023-12-01T03:38:44.983 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 03:38:42 AM UTC. 2023-12-01T03:38:45.022 INFO:teuthology.orchestra.run.smithi120.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T03:38:45.049 INFO:teuthology.orchestra.run.smithi120.stderr:Error: No packages marked for reinstall. 2023-12-01T03:38:45.100 DEBUG:teuthology.orchestra.run.smithi120:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T03:38:45.180 INFO:teuthology.orchestra.run.smithi120.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T03:38:45.180 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T03:38:45.180 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T03:38:45.180 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2023-12-01T03:38:45.180 DEBUG:teuthology.orchestra.run.smithi120:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T03:38:45.214 INFO:teuthology.orchestra.run.smithi120.stdout:ttyS1 2023-12-01T03:38:45.234 DEBUG:teuthology.parallel:result is None 2023-12-01T03:38:45.235 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-01T03:38:45.242 INFO:teuthology.task.internal:Creating test directory... 2023-12-01T03:38:45.242 DEBUG:teuthology.orchestra.run.smithi120:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T03:38:45.279 DEBUG:teuthology.orchestra.run.smithi183:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T03:38:45.299 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-01T03:38:45.305 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-01T03:38:45.311 INFO:teuthology.task.internal:Creating archive directory... 2023-12-01T03:38:45.312 DEBUG:teuthology.orchestra.run.smithi120:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T03:38:45.335 DEBUG:teuthology.orchestra.run.smithi183:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T03:38:45.364 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-01T03:38:45.371 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-01T03:38:45.371 DEBUG:teuthology.orchestra.run.smithi120:> 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-12-01T03:38:45.394 DEBUG:teuthology.orchestra.run.smithi183:> 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-12-01T03:38:45.469 INFO:teuthology.orchestra.run.smithi120.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T03:38:45.470 INFO:teuthology.orchestra.run.smithi120.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T03:38:45.520 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T03:38:45.532 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T03:38:45.534 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-01T03:38:45.541 INFO:teuthology.task.internal:Configuring sudo... 2023-12-01T03:38:45.541 DEBUG:teuthology.orchestra.run.smithi120:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T03:38:45.544 DEBUG:teuthology.orchestra.run.smithi183:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T03:38:45.573 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-01T03:38:45.582 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-01T03:38:45.582 DEBUG:teuthology.orchestra.run.smithi120:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T03:38:45.611 DEBUG:teuthology.orchestra.run.smithi183:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T03:38:45.632 DEBUG:teuthology.orchestra.run.smithi120:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T03:38:45.708 DEBUG:teuthology.orchestra.run.smithi120:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T03:38:45.766 DEBUG:teuthology.orchestra.run.smithi120:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T03:38:45.849 DEBUG:teuthology.orchestra.run.smithi120:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T03:38:45.890 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2023-12-01T03:38:45.891 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T03:38:45.958 DEBUG:teuthology.orchestra.run.smithi183:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T03:38:46.007 DEBUG:teuthology.orchestra.run.smithi183:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T03:38:46.061 DEBUG:teuthology.orchestra.run.smithi183:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T03:38:46.143 DEBUG:teuthology.orchestra.run.smithi183:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T03:38:46.191 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2023-12-01T03:38:46.191 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T03:38:46.260 DEBUG:teuthology.orchestra.run.smithi120:> sudo service rsyslog restart 2023-12-01T03:38:46.263 DEBUG:teuthology.orchestra.run.smithi183:> sudo service rsyslog restart 2023-12-01T03:38:46.339 INFO:teuthology.orchestra.run.smithi120.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T03:38:46.389 INFO:teuthology.orchestra.run.smithi183.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T03:38:46.840 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-01T03:38:46.848 INFO:teuthology.task.internal:Starting timer... 2023-12-01T03:38:46.848 INFO:teuthology.run_tasks:Running task pcp... 2023-12-01T03:38:46.857 INFO:teuthology.run_tasks:Running task selinux... 2023-12-01T03:38:46.867 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-01T03:38:46.867 DEBUG:teuthology.orchestra.run.smithi120:> sudo service auditd rotate 2023-12-01T03:38:46.921 INFO:teuthology.orchestra.run.smithi120.stdout:Rotating logs: 2023-12-01T03:38:46.923 DEBUG:teuthology.orchestra.run.smithi183:> sudo service auditd rotate 2023-12-01T03:38:46.990 INFO:teuthology.orchestra.run.smithi183.stdout:Rotating logs: 2023-12-01T03:38:46.992 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-01T03:38:46.992 DEBUG:teuthology.orchestra.run.smithi120:> /usr/sbin/getenforce 2023-12-01T03:38:47.014 INFO:teuthology.orchestra.run.smithi120.stdout:Permissive 2023-12-01T03:38:47.015 DEBUG:teuthology.orchestra.run.smithi183:> /usr/sbin/getenforce 2023-12-01T03:38:47.036 INFO:teuthology.orchestra.run.smithi183.stdout:Permissive 2023-12-01T03:38:47.036 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi120.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi183.front.sepia.ceph.com': 'permissive'} 2023-12-01T03:38:47.037 DEBUG:teuthology.orchestra.run.smithi120:> 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-12-01T03:38:47.080 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T03:38:47.081 DEBUG:teuthology.orchestra.run.smithi183:> 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-12-01T03:38:47.107 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T03:38:47.108 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-01T03:38:47.108 DEBUG:teuthology.orchestra.run.smithi120:> sudo /usr/sbin/setenforce permissive 2023-12-01T03:38:47.161 DEBUG:teuthology.orchestra.run.smithi183:> sudo /usr/sbin/setenforce permissive 2023-12-01T03:38:47.189 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-01T03:38:47.198 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-01T03:38:47.203 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2023-12-01T03:38:47.309 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-01T03:38:47.323 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-12-01T03:38:47.325 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi120.front.sepia.ceph.com,smithi183.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-01T03:49:33.524 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi120.front.sepia.ceph.com'), Remote(name='ubuntu@smithi183.front.sepia.ceph.com')] 2023-12-01T03:49:33.526 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi120.front.sepia.ceph.com' 2023-12-01T03:49:33.527 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi120.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T03:49:33.597 DEBUG:teuthology.orchestra.run.smithi120:> true 2023-12-01T03:49:33.663 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi120.front.sepia.ceph.com' 2023-12-01T03:49:33.664 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2023-12-01T03:49:33.664 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T03:49:33.733 DEBUG:teuthology.orchestra.run.smithi183:> true 2023-12-01T03:49:33.800 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi183.front.sepia.ceph.com' 2023-12-01T03:49:33.801 INFO:teuthology.run_tasks:Running task clock... 2023-12-01T03:49:33.812 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-01T03:49:33.812 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T03:49:33.812 DEBUG:teuthology.orchestra.run.smithi120:> 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-12-01T03:49:33.815 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T03:49:33.815 DEBUG:teuthology.orchestra.run.smithi183:> 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-12-01T03:49:33.843 INFO:teuthology.orchestra.run.smithi120.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T03:49:33.857 INFO:teuthology.orchestra.run.smithi120.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T03:49:33.876 INFO:teuthology.orchestra.run.smithi183.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T03:49:33.891 INFO:teuthology.orchestra.run.smithi183.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T03:49:33.938 INFO:teuthology.orchestra.run.smithi120.stderr:sudo: ntpd: command not found 2023-12-01T03:49:33.948 INFO:teuthology.orchestra.run.smithi120.stdout:506 Cannot talk to daemon 2023-12-01T03:49:33.955 INFO:teuthology.orchestra.run.smithi183.stderr:sudo: ntpd: command not found 2023-12-01T03:49:33.963 INFO:teuthology.orchestra.run.smithi120.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T03:49:33.968 INFO:teuthology.orchestra.run.smithi183.stdout:506 Cannot talk to daemon 2023-12-01T03:49:33.977 INFO:teuthology.orchestra.run.smithi120.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T03:49:33.983 INFO:teuthology.orchestra.run.smithi183.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T03:49:33.997 INFO:teuthology.orchestra.run.smithi183.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T03:49:34.047 INFO:teuthology.orchestra.run.smithi120.stderr:bash: ntpq: command not found 2023-12-01T03:49:34.050 INFO:teuthology.orchestra.run.smithi120.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T03:49:34.051 INFO:teuthology.orchestra.run.smithi120.stdout:=============================================================================== 2023-12-01T03:49:34.051 INFO:teuthology.orchestra.run.smithi120.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T03:49:34.051 INFO:teuthology.orchestra.run.smithi120.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T03:49:34.051 INFO:teuthology.orchestra.run.smithi120.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T03:49:34.051 INFO:teuthology.orchestra.run.smithi120.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T03:49:34.072 INFO:teuthology.orchestra.run.smithi183.stderr:bash: ntpq: command not found 2023-12-01T03:49:34.075 INFO:teuthology.orchestra.run.smithi183.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T03:49:34.075 INFO:teuthology.orchestra.run.smithi183.stdout:=============================================================================== 2023-12-01T03:49:34.075 INFO:teuthology.orchestra.run.smithi183.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T03:49:34.075 INFO:teuthology.orchestra.run.smithi183.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T03:49:34.075 INFO:teuthology.orchestra.run.smithi183.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T03:49:34.075 INFO:teuthology.orchestra.run.smithi183.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T03:49:34.076 INFO:teuthology.run_tasks:Running task pexec... 2023-12-01T03:49:34.087 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-01T03:49:34.087 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi120.front.sepia.ceph.com 2023-12-01T03:49:34.088 DEBUG:teuthology.orchestra.run.smithi120:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T03:49:34.088 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi183.front.sepia.ceph.com 2023-12-01T03:49:34.089 DEBUG:teuthology.orchestra.run.smithi183:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T03:49:34.463 INFO:teuthology.orchestra.run.smithi120.stdout:Updating Subscription Management repositories. 2023-12-01T03:49:34.485 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-01T03:49:35.954 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:53 ago on Fri 01 Dec 2023 03:47:42 AM UTC. 2023-12-01T03:49:35.992 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:01:48 ago on Fri 01 Dec 2023 03:47:47 AM UTC. 2023-12-01T03:49:37.707 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2023-12-01T03:49:37.708 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T03:49:37.708 INFO:teuthology.orchestra.run.smithi120.stdout: Package Architecture Version Repository Size 2023-12-01T03:49:37.708 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T03:49:37.708 INFO:teuthology.orchestra.run.smithi120.stdout:Resetting modules: 2023-12-01T03:49:37.708 INFO:teuthology.orchestra.run.smithi120.stdout: container-tools 2023-12-01T03:49:37.708 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:49:37.708 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2023-12-01T03:49:37.709 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T03:49:37.709 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:49:37.724 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-01T03:49:37.725 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T03:49:37.725 INFO:teuthology.orchestra.run.smithi183.stdout: Package Architecture Version Repository Size 2023-12-01T03:49:37.725 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T03:49:37.726 INFO:teuthology.orchestra.run.smithi183.stdout:Resetting modules: 2023-12-01T03:49:37.726 INFO:teuthology.orchestra.run.smithi183.stdout: container-tools 2023-12-01T03:49:37.726 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:49:37.726 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2023-12-01T03:49:37.726 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T03:49:37.726 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:49:38.650 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:56 ago on Fri 01 Dec 2023 03:47:42 AM UTC. 2023-12-01T03:49:38.676 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:01:51 ago on Fri 01 Dec 2023 03:47:47 AM UTC. 2023-12-01T03:49:46.552 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2023-12-01T03:49:47.012 INFO:teuthology.orchestra.run.smithi120.stdout:Updating Subscription Management repositories. 2023-12-01T03:49:47.920 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-01T03:49:48.365 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-01T03:49:48.628 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:02:06 ago on Fri 01 Dec 2023 03:47:42 AM UTC. 2023-12-01T03:49:49.994 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:02:02 ago on Fri 01 Dec 2023 03:47:47 AM UTC. 2023-12-01T03:49:50.332 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2023-12-01T03:49:50.426 INFO:teuthology.orchestra.run.smithi120.stdout:========================================================================================================================== 2023-12-01T03:49:50.426 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2023-12-01T03:49:50.426 INFO:teuthology.orchestra.run.smithi120.stdout:========================================================================================================================== 2023-12-01T03:49:50.426 INFO:teuthology.orchestra.run.smithi120.stdout:Installing group/module packages: 2023-12-01T03:49:50.426 INFO:teuthology.orchestra.run.smithi120.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-12-01T03:49:50.427 INFO:teuthology.orchestra.run.smithi120.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-01T03:49:50.427 INFO:teuthology.orchestra.run.smithi120.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-01T03:49:50.427 INFO:teuthology.orchestra.run.smithi120.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-12-01T03:49:50.427 INFO:teuthology.orchestra.run.smithi120.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-01T03:49:50.427 INFO:teuthology.orchestra.run.smithi120.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T03:49:50.428 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2023-12-01T03:49:50.428 INFO:teuthology.orchestra.run.smithi120.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T03:49:50.428 INFO:teuthology.orchestra.run.smithi120.stdout:Downgrading: 2023-12-01T03:49:50.428 INFO:teuthology.orchestra.run.smithi120.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T03:49:50.428 INFO:teuthology.orchestra.run.smithi120.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-12-01T03:49:50.428 INFO:teuthology.orchestra.run.smithi120.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-12-01T03:49:50.428 INFO:teuthology.orchestra.run.smithi120.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-12-01T03:49:50.429 INFO:teuthology.orchestra.run.smithi120.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-01T03:49:50.429 INFO:teuthology.orchestra.run.smithi120.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-12-01T03:49:50.429 INFO:teuthology.orchestra.run.smithi120.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-01T03:49:50.429 INFO:teuthology.orchestra.run.smithi120.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-12-01T03:49:50.429 INFO:teuthology.orchestra.run.smithi120.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-12-01T03:49:50.429 INFO:teuthology.orchestra.run.smithi120.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-12-01T03:49:50.429 INFO:teuthology.orchestra.run.smithi120.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-12-01T03:49:50.430 INFO:teuthology.orchestra.run.smithi120.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T03:49:50.430 INFO:teuthology.orchestra.run.smithi120.stdout:Installing module profiles: 2023-12-01T03:49:50.430 INFO:teuthology.orchestra.run.smithi120.stdout: container-tools/common 2023-12-01T03:49:50.430 INFO:teuthology.orchestra.run.smithi120.stdout:Enabling module streams: 2023-12-01T03:49:50.430 INFO:teuthology.orchestra.run.smithi120.stdout: container-tools 3.0 2023-12-01T03:49:50.430 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:49:50.431 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2023-12-01T03:49:50.431 INFO:teuthology.orchestra.run.smithi120.stdout:========================================================================================================================== 2023-12-01T03:49:50.431 INFO:teuthology.orchestra.run.smithi120.stdout:Install 7 Packages 2023-12-01T03:49:50.431 INFO:teuthology.orchestra.run.smithi120.stdout:Downgrade 12 Packages 2023-12-01T03:49:50.431 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:49:50.432 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 51 M 2023-12-01T03:49:50.432 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2023-12-01T03:49:50.733 INFO:teuthology.orchestra.run.smithi120.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 300 kB/s | 91 kB 00:00 2023-12-01T03:49:50.841 INFO:teuthology.orchestra.run.smithi120.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 128 kB/s | 53 kB 00:00 2023-12-01T03:49:50.866 INFO:teuthology.orchestra.run.smithi120.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 117 kB/s | 51 kB 00:00 2023-12-01T03:49:50.958 INFO:teuthology.orchestra.run.smithi120.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 2.2 MB/s | 511 kB 00:00 2023-12-01T03:49:51.034 INFO:teuthology.orchestra.run.smithi120.stdout:(5/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 17 MB/s | 2.9 MB 00:00 2023-12-01T03:49:51.059 INFO:teuthology.orchestra.run.smithi120.stdout:(6/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 318 kB/s | 69 kB 00:00 2023-12-01T03:49:51.176 INFO:teuthology.orchestra.run.smithi120.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 331 kB/s | 72 kB 00:00 2023-12-01T03:49:51.277 INFO:teuthology.orchestra.run.smithi120.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 257 kB/s | 56 kB 00:00 2023-12-01T03:49:51.460 INFO:teuthology.orchestra.run.smithi120.stdout:(9/19): podman-3.0.1-9.module+el8.6.0+14874+644 26 MB/s | 11 MB 00:00 2023-12-01T03:49:51.485 INFO:teuthology.orchestra.run.smithi120.stdout:(10/19): conmon-2.0.26-1.module+el8.6.0+14874+6 165 kB/s | 51 kB 00:00 2023-12-01T03:49:51.669 INFO:teuthology.orchestra.run.smithi120.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 1.5 MB/s | 322 kB 00:00 2023-12-01T03:49:51.694 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-01T03:49:51.761 INFO:teuthology.orchestra.run.smithi120.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 148 kB/s | 41 kB 00:00 2023-12-01T03:49:51.786 INFO:teuthology.orchestra.run.smithi183.stdout:========================================================================================================================== 2023-12-01T03:49:51.786 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repository Size 2023-12-01T03:49:51.786 INFO:teuthology.orchestra.run.smithi183.stdout:========================================================================================================================== 2023-12-01T03:49:51.786 INFO:teuthology.orchestra.run.smithi183.stdout:Installing group/module packages: 2023-12-01T03:49:51.786 INFO:teuthology.orchestra.run.smithi183.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-12-01T03:49:51.786 INFO:teuthology.orchestra.run.smithi183.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-01T03:49:51.786 INFO:teuthology.orchestra.run.smithi183.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-01T03:49:51.786 INFO:teuthology.orchestra.run.smithi183.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-12-01T03:49:51.786 INFO:teuthology.orchestra.run.smithi183.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-01T03:49:51.786 INFO:teuthology.orchestra.run.smithi183.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T03:49:51.787 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2023-12-01T03:49:51.787 INFO:teuthology.orchestra.run.smithi183.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T03:49:51.787 INFO:teuthology.orchestra.run.smithi183.stdout:Downgrading: 2023-12-01T03:49:51.787 INFO:teuthology.orchestra.run.smithi183.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T03:49:51.787 INFO:teuthology.orchestra.run.smithi183.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-12-01T03:49:51.787 INFO:teuthology.orchestra.run.smithi183.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-12-01T03:49:51.787 INFO:teuthology.orchestra.run.smithi183.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-12-01T03:49:51.787 INFO:teuthology.orchestra.run.smithi183.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-01T03:49:51.787 INFO:teuthology.orchestra.run.smithi183.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-12-01T03:49:51.787 INFO:teuthology.orchestra.run.smithi183.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-01T03:49:51.787 INFO:teuthology.orchestra.run.smithi183.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-12-01T03:49:51.787 INFO:teuthology.orchestra.run.smithi183.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-12-01T03:49:51.787 INFO:teuthology.orchestra.run.smithi183.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-12-01T03:49:51.788 INFO:teuthology.orchestra.run.smithi183.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-12-01T03:49:51.788 INFO:teuthology.orchestra.run.smithi183.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T03:49:51.788 INFO:teuthology.orchestra.run.smithi183.stdout:Installing module profiles: 2023-12-01T03:49:51.788 INFO:teuthology.orchestra.run.smithi183.stdout: container-tools/common 2023-12-01T03:49:51.788 INFO:teuthology.orchestra.run.smithi183.stdout:Enabling module streams: 2023-12-01T03:49:51.788 INFO:teuthology.orchestra.run.smithi183.stdout: container-tools 3.0 2023-12-01T03:49:51.788 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:49:51.788 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2023-12-01T03:49:51.788 INFO:teuthology.orchestra.run.smithi183.stdout:========================================================================================================================== 2023-12-01T03:49:51.788 INFO:teuthology.orchestra.run.smithi183.stdout:Install 7 Packages 2023-12-01T03:49:51.788 INFO:teuthology.orchestra.run.smithi183.stdout:Downgrade 12 Packages 2023-12-01T03:49:51.788 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:49:51.789 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 51 M 2023-12-01T03:49:51.789 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2023-12-01T03:49:51.968 INFO:teuthology.orchestra.run.smithi183.stdout:(1/19): container-selinux-2.178.0-2.module+el8. 297 kB/s | 53 kB 00:00 2023-12-01T03:49:51.969 INFO:teuthology.orchestra.run.smithi120.stdout:(13/19): containernetworking-plugins-0.9.1-1.mo 27 MB/s | 19 MB 00:00 2023-12-01T03:49:51.993 INFO:teuthology.orchestra.run.smithi183.stdout:(2/19): containers-common-1.2.4-1.module+el8.6. 447 kB/s | 91 kB 00:00 2023-12-01T03:49:52.026 INFO:teuthology.orchestra.run.smithi183.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 216 kB/s | 51 kB 00:00 2023-12-01T03:49:52.037 INFO:teuthology.orchestra.run.smithi120.stdout:(14/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 6.0 MB/s | 2.2 MB 00:00 2023-12-01T03:49:52.077 INFO:teuthology.orchestra.run.smithi183.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 4.6 MB/s | 511 kB 00:00 2023-12-01T03:49:52.102 INFO:teuthology.orchestra.run.smithi183.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 635 kB/s | 69 kB 00:00 2023-12-01T03:49:52.170 INFO:teuthology.orchestra.run.smithi120.stdout:(15/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 16 MB/s | 6.4 MB 00:00 2023-12-01T03:49:52.227 INFO:teuthology.orchestra.run.smithi183.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 14 MB/s | 2.9 MB 00:00 2023-12-01T03:49:52.253 INFO:teuthology.orchestra.run.smithi183.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 410 kB/s | 72 kB 00:00 2023-12-01T03:49:52.336 INFO:teuthology.orchestra.run.smithi183.stdout:(8/19): conmon-2.0.26-1.module+el8.6.0+14874+64 611 kB/s | 51 kB 00:00 2023-12-01T03:49:52.379 INFO:teuthology.orchestra.run.smithi120.stdout:(16/19): buildah-1.19.9-3.module+el8.6.0+14874+ 17 MB/s | 6.8 MB 00:00 2023-12-01T03:49:52.386 INFO:teuthology.orchestra.run.smithi183.stdout:(9/19): podman-docker-3.0.1-9.module+el8.6.0+14 352 kB/s | 56 kB 00:00 2023-12-01T03:49:52.404 INFO:teuthology.orchestra.run.smithi120.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 792 kB/s | 185 kB 00:00 2023-12-01T03:49:52.429 INFO:teuthology.orchestra.run.smithi120.stdout:(18/19): cockpit-podman-29-2.module+el8.6.0+148 2.7 MB/s | 1.1 MB 00:00 2023-12-01T03:49:52.520 INFO:teuthology.orchestra.run.smithi183.stdout:(10/19): podman-3.0.1-9.module+el8.6.0+14874+64 26 MB/s | 11 MB 00:00 2023-12-01T03:49:52.579 INFO:teuthology.orchestra.run.smithi183.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 1.6 MB/s | 322 kB 00:00 2023-12-01T03:49:52.579 INFO:teuthology.orchestra.run.smithi120.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 253 kB/s | 51 kB 00:00 2023-12-01T03:49:52.580 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:49:52.580 INFO:teuthology.orchestra.run.smithi120.stdout:Total 24 MB/s | 51 MB 00:02 2023-12-01T03:49:52.679 INFO:teuthology.orchestra.run.smithi183.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 257 kB/s | 41 kB 00:00 2023-12-01T03:49:52.746 INFO:teuthology.orchestra.run.smithi183.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 13 MB/s | 2.2 MB 00:00 2023-12-01T03:49:52.971 INFO:teuthology.orchestra.run.smithi183.stdout:(14/19): containernetworking-plugins-0.9.1-1.mo 30 MB/s | 19 MB 00:00 2023-12-01T03:49:53.049 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2023-12-01T03:49:53.092 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2023-12-01T03:49:53.092 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2023-12-01T03:49:53.130 INFO:teuthology.orchestra.run.smithi183.stdout:(15/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 14 MB/s | 6.4 MB 00:00 2023-12-01T03:49:53.213 INFO:teuthology.orchestra.run.smithi183.stdout:(16/19): buildah-1.19.9-3.module+el8.6.0+14874+ 14 MB/s | 6.8 MB 00:00 2023-12-01T03:49:53.255 INFO:teuthology.orchestra.run.smithi183.stdout:(17/19): cockpit-podman-29-2.module+el8.6.0+148 3.8 MB/s | 1.1 MB 00:00 2023-12-01T03:49:53.280 INFO:teuthology.orchestra.run.smithi183.stdout:(18/19): crun-0.18-3.module+el8.6.0+14874+64436 1.2 MB/s | 185 kB 00:00 2023-12-01T03:49:53.389 INFO:teuthology.orchestra.run.smithi183.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 288 kB/s | 51 kB 00:00 2023-12-01T03:49:53.389 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:49:53.389 INFO:teuthology.orchestra.run.smithi183.stdout:Total 32 MB/s | 51 MB 00:01 2023-12-01T03:49:53.522 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2023-12-01T03:49:53.526 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2023-12-01T03:49:53.864 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2023-12-01T03:49:53.906 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2023-12-01T03:49:53.906 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2023-12-01T03:49:54.340 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2023-12-01T03:49:54.344 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2023-12-01T03:49:54.669 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2023-12-01T03:49:54.710 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-01T03:49:54.888 INFO:teuthology.orchestra.run.smithi120.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T03:49:54.897 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T03:49:54.921 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T03:49:55.096 INFO:teuthology.orchestra.run.smithi120.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T03:49:55.488 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2023-12-01T03:49:55.531 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-01T03:49:55.703 INFO:teuthology.orchestra.run.smithi183.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T03:49:55.712 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T03:49:55.735 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T03:49:55.928 INFO:teuthology.orchestra.run.smithi183.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T03:50:11.882 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T03:50:12.943 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T03:50:13.671 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-01T03:50:13.926 INFO:teuthology.orchestra.run.smithi120.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-01T03:50:14.120 INFO:teuthology.orchestra.run.smithi120.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-01T03:50:14.300 INFO:teuthology.orchestra.run.smithi120.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-01T03:50:14.518 INFO:teuthology.orchestra.run.smithi120.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-01T03:50:14.518 INFO:teuthology.orchestra.run.smithi120.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-01T03:50:14.518 INFO:teuthology.orchestra.run.smithi120.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-01T03:50:14.518 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:50:14.718 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-01T03:50:14.940 INFO:teuthology.orchestra.run.smithi183.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-01T03:50:15.146 INFO:teuthology.orchestra.run.smithi183.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-01T03:50:15.302 INFO:teuthology.orchestra.run.smithi120.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-01T03:50:15.323 INFO:teuthology.orchestra.run.smithi183.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-01T03:50:15.509 INFO:teuthology.orchestra.run.smithi120.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-01T03:50:15.599 INFO:teuthology.orchestra.run.smithi183.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-01T03:50:15.600 INFO:teuthology.orchestra.run.smithi183.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-01T03:50:15.600 INFO:teuthology.orchestra.run.smithi183.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-01T03:50:15.600 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:50:16.446 INFO:teuthology.orchestra.run.smithi183.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-01T03:50:16.657 INFO:teuthology.orchestra.run.smithi183.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-01T03:50:16.994 INFO:teuthology.orchestra.run.smithi120.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-01T03:50:17.311 INFO:teuthology.orchestra.run.smithi120.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-01T03:50:17.658 INFO:teuthology.orchestra.run.smithi120.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-01T03:50:17.965 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-01T03:50:18.100 INFO:teuthology.orchestra.run.smithi183.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-01T03:50:18.426 INFO:teuthology.orchestra.run.smithi183.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-01T03:50:18.703 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-01T03:50:18.793 INFO:teuthology.orchestra.run.smithi183.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-01T03:50:19.081 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-01T03:50:19.476 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-01T03:50:19.675 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-01T03:50:19.824 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-01T03:50:19.883 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-01T03:50:20.051 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-01T03:50:20.165 INFO:teuthology.orchestra.run.smithi120.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-01T03:50:20.166 INFO:teuthology.orchestra.run.smithi120.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T03:50:20.456 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T03:50:20.561 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-01T03:50:20.647 INFO:teuthology.orchestra.run.smithi120.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-01T03:50:20.647 INFO:teuthology.orchestra.run.smithi120.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T03:50:20.831 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-01T03:50:20.852 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T03:50:20.968 INFO:teuthology.orchestra.run.smithi120.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T03:50:21.023 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-01T03:50:21.127 INFO:teuthology.orchestra.run.smithi120.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-01T03:50:21.191 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-01T03:50:21.293 INFO:teuthology.orchestra.run.smithi120.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-01T03:50:21.305 INFO:teuthology.orchestra.run.smithi183.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-01T03:50:21.306 INFO:teuthology.orchestra.run.smithi183.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T03:50:21.458 INFO:teuthology.orchestra.run.smithi120.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-01T03:50:21.585 INFO:teuthology.orchestra.run.smithi120.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-01T03:50:21.615 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T03:50:21.718 INFO:teuthology.orchestra.run.smithi120.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-01T03:50:21.822 INFO:teuthology.orchestra.run.smithi183.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-01T03:50:21.822 INFO:teuthology.orchestra.run.smithi183.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T03:50:21.890 INFO:teuthology.orchestra.run.smithi120.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-01T03:50:21.891 INFO:teuthology.orchestra.run.smithi120.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T03:50:22.016 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T03:50:22.067 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T03:50:22.150 INFO:teuthology.orchestra.run.smithi183.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T03:50:22.317 INFO:teuthology.orchestra.run.smithi183.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-01T03:50:22.458 INFO:teuthology.orchestra.run.smithi183.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-01T03:50:22.585 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-01T03:50:22.630 INFO:teuthology.orchestra.run.smithi183.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-01T03:50:22.766 INFO:teuthology.orchestra.run.smithi183.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-01T03:50:22.915 INFO:teuthology.orchestra.run.smithi183.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-01T03:50:22.972 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T03:50:22.972 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-01T03:50:22.972 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-01T03:50:22.972 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-01T03:50:22.973 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-01T03:50:22.973 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-01T03:50:22.973 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-01T03:50:22.974 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-01T03:50:22.974 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-01T03:50:22.974 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-01T03:50:22.974 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-01T03:50:22.974 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-01T03:50:22.974 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-01T03:50:22.974 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-01T03:50:22.975 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-01T03:50:22.975 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-01T03:50:22.975 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-01T03:50:22.975 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-01T03:50:22.975 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-01T03:50:22.975 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-01T03:50:22.975 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-01T03:50:22.976 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-01T03:50:22.976 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-01T03:50:22.976 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-01T03:50:22.976 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T03:50:22.976 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-01T03:50:22.976 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-01T03:50:22.976 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-01T03:50:22.977 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-01T03:50:22.977 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-01T03:50:22.977 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-01T03:50:23.065 INFO:teuthology.orchestra.run.smithi183.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-01T03:50:23.065 INFO:teuthology.orchestra.run.smithi183.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T03:50:23.232 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T03:50:23.759 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-01T03:50:24.131 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T03:50:24.131 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-01T03:50:24.131 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-01T03:50:24.132 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-01T03:50:24.132 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-01T03:50:24.132 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-01T03:50:24.132 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-01T03:50:24.132 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-01T03:50:24.132 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-01T03:50:24.132 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-01T03:50:24.132 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-01T03:50:24.132 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-01T03:50:24.132 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-01T03:50:24.132 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-01T03:50:24.132 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-01T03:50:24.132 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-01T03:50:24.133 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-01T03:50:24.133 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-01T03:50:24.133 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-01T03:50:24.133 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-01T03:50:24.133 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-01T03:50:24.133 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-01T03:50:24.133 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-01T03:50:24.133 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-01T03:50:24.133 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T03:50:24.133 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-01T03:50:24.133 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-01T03:50:24.133 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-01T03:50:24.133 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-01T03:50:24.134 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-01T03:50:24.134 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-01T03:50:24.399 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-01T03:50:24.400 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:02:41 ago on Fri 01 Dec 2023 03:47:42 AM UTC. 2023-12-01T03:50:25.501 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-01T03:50:25.501 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:02:38 ago on Fri 01 Dec 2023 03:47:47 AM UTC. 2023-12-01T03:50:31.258 INFO:teuthology.orchestra.run.smithi120.stdout:Installed products updated. 2023-12-01T03:50:31.454 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:50:31.454 INFO:teuthology.orchestra.run.smithi120.stdout:Downgraded: 2023-12-01T03:50:31.454 INFO:teuthology.orchestra.run.smithi120.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T03:50:31.454 INFO:teuthology.orchestra.run.smithi120.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T03:50:31.454 INFO:teuthology.orchestra.run.smithi120.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T03:50:31.454 INFO:teuthology.orchestra.run.smithi120.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T03:50:31.454 INFO:teuthology.orchestra.run.smithi120.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T03:50:31.454 INFO:teuthology.orchestra.run.smithi120.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-01T03:50:31.454 INFO:teuthology.orchestra.run.smithi120.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T03:50:31.455 INFO:teuthology.orchestra.run.smithi120.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T03:50:31.455 INFO:teuthology.orchestra.run.smithi120.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T03:50:31.455 INFO:teuthology.orchestra.run.smithi120.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-01T03:50:31.455 INFO:teuthology.orchestra.run.smithi120.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-01T03:50:31.455 INFO:teuthology.orchestra.run.smithi120.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T03:50:31.455 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2023-12-01T03:50:31.455 INFO:teuthology.orchestra.run.smithi120.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T03:50:31.455 INFO:teuthology.orchestra.run.smithi120.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T03:50:31.455 INFO:teuthology.orchestra.run.smithi120.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T03:50:31.455 INFO:teuthology.orchestra.run.smithi120.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T03:50:31.455 INFO:teuthology.orchestra.run.smithi120.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T03:50:31.455 INFO:teuthology.orchestra.run.smithi120.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-01T03:50:31.455 INFO:teuthology.orchestra.run.smithi120.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T03:50:31.456 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:50:31.456 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2023-12-01T03:50:31.654 DEBUG:teuthology.parallel:result is None 2023-12-01T03:50:31.973 INFO:teuthology.orchestra.run.smithi183.stdout:Installed products updated. 2023-12-01T03:50:32.161 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:50:32.161 INFO:teuthology.orchestra.run.smithi183.stdout:Downgraded: 2023-12-01T03:50:32.161 INFO:teuthology.orchestra.run.smithi183.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T03:50:32.161 INFO:teuthology.orchestra.run.smithi183.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T03:50:32.161 INFO:teuthology.orchestra.run.smithi183.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T03:50:32.161 INFO:teuthology.orchestra.run.smithi183.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T03:50:32.162 INFO:teuthology.orchestra.run.smithi183.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T03:50:32.162 INFO:teuthology.orchestra.run.smithi183.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-01T03:50:32.162 INFO:teuthology.orchestra.run.smithi183.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T03:50:32.162 INFO:teuthology.orchestra.run.smithi183.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T03:50:32.162 INFO:teuthology.orchestra.run.smithi183.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T03:50:32.162 INFO:teuthology.orchestra.run.smithi183.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-01T03:50:32.162 INFO:teuthology.orchestra.run.smithi183.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-01T03:50:32.162 INFO:teuthology.orchestra.run.smithi183.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T03:50:32.162 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2023-12-01T03:50:32.162 INFO:teuthology.orchestra.run.smithi183.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T03:50:32.162 INFO:teuthology.orchestra.run.smithi183.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T03:50:32.162 INFO:teuthology.orchestra.run.smithi183.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T03:50:32.162 INFO:teuthology.orchestra.run.smithi183.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T03:50:32.163 INFO:teuthology.orchestra.run.smithi183.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T03:50:32.163 INFO:teuthology.orchestra.run.smithi183.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-01T03:50:32.163 INFO:teuthology.orchestra.run.smithi183.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T03:50:32.163 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:50:32.163 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-01T03:50:32.352 DEBUG:teuthology.parallel:result is None 2023-12-01T03:50:32.352 INFO:teuthology.run_tasks:Running task install... 2023-12-01T03:50:32.361 DEBUG:teuthology.task.install:project ceph 2023-12-01T03:50:32.361 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '9942cfafa9f7e22e363b3f76a7fe21130085c2db'}} 2023-12-01T03:50:32.361 DEBUG:teuthology.task.install:config {'branch': 'reef', 'exclude_packages': ['ceph-volume'], 'flavor': 'default', 'sha1': '9942cfafa9f7e22e363b3f76a7fe21130085c2db'} 2023-12-01T03:50:32.361 INFO:teuthology.task.install:Using flavor: default 2023-12-01T03:50:32.367 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', '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', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2023-12-01T03:50:32.368 INFO:teuthology.task.install:extra packages: [] 2023-12-01T03:50:32.368 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': 'reef', 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': ['ceph-volume'], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '9942cfafa9f7e22e363b3f76a7fe21130085c2db', 'tag': None, 'wait_for_package': False} 2023-12-01T03:50:32.368 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T03:50:32.368 INFO:teuthology.packaging:ref: None 2023-12-01T03:50:32.368 INFO:teuthology.packaging:tag: None 2023-12-01T03:50:32.368 INFO:teuthology.packaging:branch: reef 2023-12-01T03:50:32.368 INFO:teuthology.packaging:sha1: 9942cfafa9f7e22e363b3f76a7fe21130085c2db 2023-12-01T03:50:32.369 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=reef 2023-12-01T03:50:32.371 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': 'reef', 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': ['ceph-volume'], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '9942cfafa9f7e22e363b3f76a7fe21130085c2db', 'tag': None, 'wait_for_package': False} 2023-12-01T03:50:32.371 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T03:50:32.371 INFO:teuthology.packaging:ref: None 2023-12-01T03:50:32.371 INFO:teuthology.packaging:tag: None 2023-12-01T03:50:32.371 INFO:teuthology.packaging:branch: reef 2023-12-01T03:50:32.371 INFO:teuthology.packaging:sha1: 9942cfafa9f7e22e363b3f76a7fe21130085c2db 2023-12-01T03:50:32.371 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=reef 2023-12-01T03:50:32.683 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/reef/188db309e00ce865d763f50bb570f7d22fb6e3fa/centos/8/flavors/default/ 2023-12-01T03:50:32.684 INFO:teuthology.task.install.rpm:Package version is 18.2.0-1291.g188db309 2023-12-01T03:50:32.700 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/reef/188db309e00ce865d763f50bb570f7d22fb6e3fa/centos/8/flavors/default/ 2023-12-01T03:50:32.701 INFO:teuthology.task.install.rpm:Package version is 18.2.0-1291.g188db309 2023-12-01T03:50:32.853 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/reef/188db309e00ce865d763f50bb570f7d22fb6e3fa/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/reef/188db309e00ce865d763f50bb570f7d22fb6e3fa/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/reef/188db309e00ce865d763f50bb570f7d22fb6e3fa/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-01T03:50:32.854 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2023-12-01T03:50:32.854 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-01T03:50:32.875 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/reef/188db309e00ce865d763f50bb570f7d22fb6e3fa/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/reef/188db309e00ce865d763f50bb570f7d22fb6e3fa/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/reef/188db309e00ce865d763f50bb570f7d22fb6e3fa/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-01T03:50:32.876 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2023-12-01T03:50:32.876 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-01T03:50:32.883 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, 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-12-01T03:50:32.883 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T03:50:32.883 INFO:teuthology.packaging:ref: None 2023-12-01T03:50:32.883 INFO:teuthology.packaging:tag: None 2023-12-01T03:50:32.883 INFO:teuthology.packaging:branch: reef 2023-12-01T03:50:32.883 INFO:teuthology.packaging:sha1: 9942cfafa9f7e22e363b3f76a7fe21130085c2db 2023-12-01T03:50:32.883 DEBUG:teuthology.orchestra.run.smithi183:> 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_-]*/;ref/reef/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-01T03:50:32.908 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, 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-12-01T03:50:32.908 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T03:50:32.908 INFO:teuthology.packaging:ref: None 2023-12-01T03:50:32.908 INFO:teuthology.packaging:tag: None 2023-12-01T03:50:32.908 INFO:teuthology.packaging:branch: reef 2023-12-01T03:50:32.908 INFO:teuthology.packaging:sha1: 9942cfafa9f7e22e363b3f76a7fe21130085c2db 2023-12-01T03:50:32.908 DEBUG:teuthology.orchestra.run.smithi120:> 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_-]*/;ref/reef/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-01T03:50:32.951 DEBUG:teuthology.orchestra.run.smithi183:> 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-12-01T03:50:32.980 DEBUG:teuthology.orchestra.run.smithi120:> 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-12-01T03:50:33.030 DEBUG:teuthology.orchestra.run.smithi183:> 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-12-01T03:50:33.062 DEBUG:teuthology.orchestra.run.smithi120:> 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-12-01T03:50:33.096 INFO:teuthology.orchestra.run.smithi183.stdout:check_obsoletes = 1 2023-12-01T03:50:33.098 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum clean all 2023-12-01T03:50:33.131 INFO:teuthology.orchestra.run.smithi120.stdout:check_obsoletes = 1 2023-12-01T03:50:33.133 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum clean all 2023-12-01T03:50:33.471 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-01T03:50:33.505 INFO:teuthology.orchestra.run.smithi120.stdout:Updating Subscription Management repositories. 2023-12-01T03:50:34.405 INFO:teuthology.orchestra.run.smithi120.stdout:44 files removed 2023-12-01T03:50:34.456 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-radosgw 2023-12-01T03:50:34.461 INFO:teuthology.orchestra.run.smithi183.stdout:44 files removed 2023-12-01T03:50:34.514 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph-radosgw 2023-12-01T03:50:34.790 INFO:teuthology.orchestra.run.smithi120.stdout:Updating Subscription Management repositories. 2023-12-01T03:50:34.847 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-01T03:50:36.095 INFO:teuthology.orchestra.run.smithi120.stdout:ceph packages for x86_64 263 kB/s | 80 kB 00:00 2023-12-01T03:50:36.287 INFO:teuthology.orchestra.run.smithi183.stdout:ceph packages for x86_64 215 kB/s | 80 kB 00:00 2023-12-01T03:50:36.421 INFO:teuthology.orchestra.run.smithi120.stdout:ceph noarch packages 32 kB/s | 9.4 kB 00:00 2023-12-01T03:50:36.671 INFO:teuthology.orchestra.run.smithi183.stdout:ceph noarch packages 27 kB/s | 9.4 kB 00:00 2023-12-01T03:50:36.671 INFO:teuthology.orchestra.run.smithi120.stdout:ceph source packages 6.5 kB/s | 1.5 kB 00:00 2023-12-01T03:50:36.831 INFO:teuthology.orchestra.run.smithi120.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-01T03:50:37.063 INFO:teuthology.orchestra.run.smithi183.stdout:ceph source packages 4.0 kB/s | 1.5 kB 00:00 2023-12-01T03:50:37.280 INFO:teuthology.orchestra.run.smithi183.stdout:Copr repo for python3-asyncssh owned by ceph 17 kB/s | 3.5 kB 00:00 2023-12-01T03:50:37.857 INFO:teuthology.orchestra.run.smithi120.stdout:Extra Packages for Enterprise Linux 16 MB/s | 16 MB 00:01 2023-12-01T03:50:41.398 INFO:teuthology.orchestra.run.smithi120.stdout:lab-extras 413 kB/s | 24 kB 00:00 2023-12-01T03:50:42.568 INFO:teuthology.orchestra.run.smithi120.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 48 MB/s | 53 MB 00:01 2023-12-01T03:50:43.437 INFO:teuthology.orchestra.run.smithi183.stdout:Extra Packages for Enterprise Linux 2.6 MB/s | 16 MB 00:06 2023-12-01T03:50:46.930 INFO:teuthology.orchestra.run.smithi183.stdout:lab-extras 402 kB/s | 24 kB 00:00 2023-12-01T03:50:54.461 INFO:teuthology.orchestra.run.smithi120.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 42 MB/s | 47 MB 00:01 2023-12-01T03:50:54.461 INFO:teuthology.orchestra.run.smithi183.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 43 MB/s | 53 MB 00:01 2023-12-01T03:50:56.643 INFO:teuthology.orchestra.run.smithi183.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 44 MB/s | 47 MB 00:01 2023-12-01T03:51:02.434 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2023-12-01T03:51:02.436 INFO:teuthology.orchestra.run.smithi120.stdout:==================================================================================================== 2023-12-01T03:51:02.436 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2023-12-01T03:51:02.437 INFO:teuthology.orchestra.run.smithi120.stdout:==================================================================================================== 2023-12-01T03:51:02.437 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2023-12-01T03:51:02.437 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-radosgw x86_64 2:18.2.0-1291.g188db309.el8 ceph 13 M 2023-12-01T03:51:02.437 INFO:teuthology.orchestra.run.smithi120.stdout:Upgrading: 2023-12-01T03:51:02.437 INFO:teuthology.orchestra.run.smithi120.stdout: librados2 x86_64 2:18.2.0-1291.g188db309.el8 ceph 3.7 M 2023-12-01T03:51:02.437 INFO:teuthology.orchestra.run.smithi120.stdout: librbd1 x86_64 2:18.2.0-1291.g188db309.el8 ceph 3.6 M 2023-12-01T03:51:02.437 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2023-12-01T03:51:02.437 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-base x86_64 2:18.2.0-1291.g188db309.el8 ceph 5.4 M 2023-12-01T03:51:02.437 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-common x86_64 2:18.2.0-1291.g188db309.el8 ceph 22 M 2023-12-01T03:51:02.437 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-selinux x86_64 2:18.2.0-1291.g188db309.el8 ceph 24 k 2023-12-01T03:51:02.437 INFO:teuthology.orchestra.run.smithi120.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-01T03:51:02.437 INFO:teuthology.orchestra.run.smithi120.stdout: libcephfs2 x86_64 2:18.2.0-1291.g188db309.el8 ceph 774 k 2023-12-01T03:51:02.438 INFO:teuthology.orchestra.run.smithi120.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-01T03:51:02.438 INFO:teuthology.orchestra.run.smithi120.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-01T03:51:02.438 INFO:teuthology.orchestra.run.smithi120.stdout: libradosstriper1 x86_64 2:18.2.0-1291.g188db309.el8 ceph 474 k 2023-12-01T03:51:02.438 INFO:teuthology.orchestra.run.smithi120.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-01T03:51:02.438 INFO:teuthology.orchestra.run.smithi120.stdout: librgw2 x86_64 2:18.2.0-1291.g188db309.el8 ceph 6.5 M 2023-12-01T03:51:02.438 INFO:teuthology.orchestra.run.smithi120.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-01T03:51:02.438 INFO:teuthology.orchestra.run.smithi120.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-01T03:51:02.438 INFO:teuthology.orchestra.run.smithi120.stdout: python3-ceph-argparse x86_64 2:18.2.0-1291.g188db309.el8 ceph 45 k 2023-12-01T03:51:02.438 INFO:teuthology.orchestra.run.smithi120.stdout: python3-ceph-common x86_64 2:18.2.0-1291.g188db309.el8 ceph 123 k 2023-12-01T03:51:02.438 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cephfs x86_64 2:18.2.0-1291.g188db309.el8 ceph 196 k 2023-12-01T03:51:02.438 INFO:teuthology.orchestra.run.smithi120.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-01T03:51:02.438 INFO:teuthology.orchestra.run.smithi120.stdout: python3-rados x86_64 2:18.2.0-1291.g188db309.el8 ceph 372 k 2023-12-01T03:51:02.439 INFO:teuthology.orchestra.run.smithi120.stdout: python3-rbd x86_64 2:18.2.0-1291.g188db309.el8 ceph 364 k 2023-12-01T03:51:02.439 INFO:teuthology.orchestra.run.smithi120.stdout: python3-rgw x86_64 2:18.2.0-1291.g188db309.el8 ceph 106 k 2023-12-01T03:51:02.439 INFO:teuthology.orchestra.run.smithi120.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-01T03:51:02.439 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:51:02.439 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2023-12-01T03:51:02.439 INFO:teuthology.orchestra.run.smithi120.stdout:==================================================================================================== 2023-12-01T03:51:02.439 INFO:teuthology.orchestra.run.smithi120.stdout:Install 21 Packages 2023-12-01T03:51:02.439 INFO:teuthology.orchestra.run.smithi120.stdout:Upgrade 2 Packages 2023-12-01T03:51:02.439 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:51:02.440 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 59 M 2023-12-01T03:51:02.440 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2023-12-01T03:51:03.344 INFO:teuthology.orchestra.run.smithi120.stdout:(1/23): ceph-radosgw-18.2.0-1291.g188db309.el8. 15 MB/s | 13 MB 00:00 2023-12-01T03:51:03.395 INFO:teuthology.orchestra.run.smithi120.stdout:(2/23): ceph-selinux-18.2.0-1291.g188db309.el8. 486 kB/s | 24 kB 00:00 2023-12-01T03:51:03.478 INFO:teuthology.orchestra.run.smithi120.stdout:(3/23): libcephfs2-18.2.0-1291.g188db309.el8.x8 9.1 MB/s | 774 kB 00:00 2023-12-01T03:51:03.537 INFO:teuthology.orchestra.run.smithi120.stdout:(4/23): libradosstriper1-18.2.0-1291.g188db309. 8.0 MB/s | 474 kB 00:00 2023-12-01T03:51:03.645 INFO:teuthology.orchestra.run.smithi120.stdout:(5/23): ceph-base-18.2.0-1291.g188db309.el8.x86 4.6 MB/s | 5.4 MB 00:01 2023-12-01T03:51:03.754 INFO:teuthology.orchestra.run.smithi120.stdout:(6/23): python3-ceph-argparse-18.2.0-1291.g188d 412 kB/s | 45 kB 00:00 2023-12-01T03:51:03.921 INFO:teuthology.orchestra.run.smithi120.stdout:(7/23): librgw2-18.2.0-1291.g188db309.el8.x86_6 17 MB/s | 6.5 MB 00:00 2023-12-01T03:51:03.946 INFO:teuthology.orchestra.run.smithi120.stdout:(8/23): python3-ceph-common-18.2.0-1291.g188db3 643 kB/s | 123 kB 00:00 2023-12-01T03:51:03.971 INFO:teuthology.orchestra.run.smithi120.stdout:(9/23): python3-cephfs-18.2.0-1291.g188db309.el 3.8 MB/s | 196 kB 00:00 2023-12-01T03:51:04.014 INFO:teuthology.orchestra.run.smithi120.stdout:(10/23): python3-rados-18.2.0-1291.g188db309.el 5.4 MB/s | 372 kB 00:00 2023-12-01T03:51:04.039 INFO:teuthology.orchestra.run.smithi120.stdout:(11/23): python3-rbd-18.2.0-1291.g188db309.el8. 5.3 MB/s | 364 kB 00:00 2023-12-01T03:51:04.081 INFO:teuthology.orchestra.run.smithi120.stdout:(12/23): python3-rgw-18.2.0-1291.g188db309.el8. 1.6 MB/s | 106 kB 00:00 2023-12-01T03:51:04.273 INFO:teuthology.orchestra.run.smithi120.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 306 kB/s | 59 kB 00:00 2023-12-01T03:51:04.348 INFO:teuthology.orchestra.run.smithi120.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 990 kB/s | 306 kB 00:00 2023-12-01T03:51:04.474 INFO:teuthology.orchestra.run.smithi120.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 374 kB/s | 75 kB 00:00 2023-12-01T03:51:04.682 INFO:teuthology.orchestra.run.smithi120.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 225 kB/s | 47 kB 00:00 2023-12-01T03:51:04.974 INFO:teuthology.orchestra.run.smithi120.stdout:(17/23): ceph-common-18.2.0-1291.g188db309.el8. 8.7 MB/s | 22 MB 00:02 2023-12-01T03:51:04.999 INFO:teuthology.orchestra.run.smithi120.stdout:(18/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 817 kB/s | 259 kB 00:00 2023-12-01T03:51:05.217 INFO:teuthology.orchestra.run.smithi120.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 182 kB/s | 44 kB 00:00 2023-12-01T03:51:05.250 INFO:teuthology.orchestra.run.smithi120.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 1.4 MB/s | 354 kB 00:00 2023-12-01T03:51:05.292 INFO:teuthology.orchestra.run.smithi120.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 1.8 MB/s | 1.7 MB 00:00 2023-12-01T03:51:05.528 INFO:teuthology.orchestra.run.smithi120.stdout:(22/23): librbd1-18.2.0-1291.g188db309.el8.x86_ 13 MB/s | 3.6 MB 00:00 2023-12-01T03:51:05.753 INFO:teuthology.orchestra.run.smithi120.stdout:(23/23): librados2-18.2.0-1291.g188db309.el8.x8 6.8 MB/s | 3.7 MB 00:00 2023-12-01T03:51:05.758 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:51:05.758 INFO:teuthology.orchestra.run.smithi120.stdout:Total 18 MB/s | 59 MB 00:03 2023-12-01T03:51:05.802 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2023-12-01T03:51:05.848 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2023-12-01T03:51:05.848 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2023-12-01T03:51:06.189 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2023-12-01T03:51:06.193 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2023-12-01T03:51:07.327 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2023-12-01T03:51:07.520 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-01T03:51:07.641 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-01T03:51:07.643 INFO:teuthology.orchestra.run.smithi183.stdout:==================================================================================================== 2023-12-01T03:51:07.643 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repository Size 2023-12-01T03:51:07.643 INFO:teuthology.orchestra.run.smithi183.stdout:==================================================================================================== 2023-12-01T03:51:07.644 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2023-12-01T03:51:07.644 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-radosgw x86_64 2:18.2.0-1291.g188db309.el8 ceph 13 M 2023-12-01T03:51:07.644 INFO:teuthology.orchestra.run.smithi183.stdout:Upgrading: 2023-12-01T03:51:07.644 INFO:teuthology.orchestra.run.smithi183.stdout: librados2 x86_64 2:18.2.0-1291.g188db309.el8 ceph 3.7 M 2023-12-01T03:51:07.644 INFO:teuthology.orchestra.run.smithi183.stdout: librbd1 x86_64 2:18.2.0-1291.g188db309.el8 ceph 3.6 M 2023-12-01T03:51:07.644 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2023-12-01T03:51:07.644 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-base x86_64 2:18.2.0-1291.g188db309.el8 ceph 5.4 M 2023-12-01T03:51:07.644 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-common x86_64 2:18.2.0-1291.g188db309.el8 ceph 22 M 2023-12-01T03:51:07.644 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-selinux x86_64 2:18.2.0-1291.g188db309.el8 ceph 24 k 2023-12-01T03:51:07.644 INFO:teuthology.orchestra.run.smithi183.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-01T03:51:07.645 INFO:teuthology.orchestra.run.smithi183.stdout: libcephfs2 x86_64 2:18.2.0-1291.g188db309.el8 ceph 774 k 2023-12-01T03:51:07.645 INFO:teuthology.orchestra.run.smithi183.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-01T03:51:07.645 INFO:teuthology.orchestra.run.smithi183.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-01T03:51:07.645 INFO:teuthology.orchestra.run.smithi183.stdout: libradosstriper1 x86_64 2:18.2.0-1291.g188db309.el8 ceph 474 k 2023-12-01T03:51:07.645 INFO:teuthology.orchestra.run.smithi183.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-01T03:51:07.645 INFO:teuthology.orchestra.run.smithi183.stdout: librgw2 x86_64 2:18.2.0-1291.g188db309.el8 ceph 6.5 M 2023-12-01T03:51:07.645 INFO:teuthology.orchestra.run.smithi183.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-01T03:51:07.645 INFO:teuthology.orchestra.run.smithi183.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-01T03:51:07.645 INFO:teuthology.orchestra.run.smithi183.stdout: python3-ceph-argparse x86_64 2:18.2.0-1291.g188db309.el8 ceph 45 k 2023-12-01T03:51:07.645 INFO:teuthology.orchestra.run.smithi183.stdout: python3-ceph-common x86_64 2:18.2.0-1291.g188db309.el8 ceph 123 k 2023-12-01T03:51:07.645 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cephfs x86_64 2:18.2.0-1291.g188db309.el8 ceph 196 k 2023-12-01T03:51:07.645 INFO:teuthology.orchestra.run.smithi183.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-01T03:51:07.646 INFO:teuthology.orchestra.run.smithi183.stdout: python3-rados x86_64 2:18.2.0-1291.g188db309.el8 ceph 372 k 2023-12-01T03:51:07.646 INFO:teuthology.orchestra.run.smithi183.stdout: python3-rbd x86_64 2:18.2.0-1291.g188db309.el8 ceph 364 k 2023-12-01T03:51:07.646 INFO:teuthology.orchestra.run.smithi183.stdout: python3-rgw x86_64 2:18.2.0-1291.g188db309.el8 ceph 106 k 2023-12-01T03:51:07.646 INFO:teuthology.orchestra.run.smithi183.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-01T03:51:07.646 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:51:07.646 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2023-12-01T03:51:07.646 INFO:teuthology.orchestra.run.smithi183.stdout:==================================================================================================== 2023-12-01T03:51:07.646 INFO:teuthology.orchestra.run.smithi183.stdout:Install 21 Packages 2023-12-01T03:51:07.646 INFO:teuthology.orchestra.run.smithi183.stdout:Upgrade 2 Packages 2023-12-01T03:51:07.646 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:51:07.647 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 59 M 2023-12-01T03:51:07.647 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2023-12-01T03:51:07.701 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T03:51:08.090 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T03:51:08.251 INFO:teuthology.orchestra.run.smithi183.stdout:(1/23): ceph-base-18.2.0-1291.g188db309.el8.x86 9.3 MB/s | 5.4 MB 00:00 2023-12-01T03:51:08.260 INFO:teuthology.orchestra.run.smithi120.stdout: Upgrading : librados2-2:18.2.0-1291.g188db309.el8.x86_64 3/25 2023-12-01T03:51:08.311 INFO:teuthology.orchestra.run.smithi183.stdout:(2/23): ceph-selinux-18.2.0-1291.g188db309.el8. 417 kB/s | 24 kB 00:00 2023-12-01T03:51:08.353 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: librados2-2:18.2.0-1291.g188db309.el8.x86_64 3/25 2023-12-01T03:51:08.410 INFO:teuthology.orchestra.run.smithi183.stdout:(3/23): libcephfs2-18.2.0-1291.g188db309.el8.x8 7.6 MB/s | 774 kB 00:00 2023-12-01T03:51:08.502 INFO:teuthology.orchestra.run.smithi183.stdout:(4/23): libradosstriper1-18.2.0-1291.g188db309. 5.1 MB/s | 474 kB 00:00 2023-12-01T03:51:08.669 INFO:teuthology.orchestra.run.smithi183.stdout:(5/23): ceph-radosgw-18.2.0-1291.g188db309.el8. 13 MB/s | 13 MB 00:00 2023-12-01T03:51:08.719 INFO:teuthology.orchestra.run.smithi183.stdout:(6/23): python3-ceph-argparse-18.2.0-1291.g188d 896 kB/s | 45 kB 00:00 2023-12-01T03:51:08.803 INFO:teuthology.orchestra.run.smithi183.stdout:(7/23): python3-ceph-common-18.2.0-1291.g188db3 1.4 MB/s | 123 kB 00:00 2023-12-01T03:51:08.886 INFO:teuthology.orchestra.run.smithi183.stdout:(8/23): librgw2-18.2.0-1291.g188db309.el8.x86_6 17 MB/s | 6.5 MB 00:00 2023-12-01T03:51:08.912 INFO:teuthology.orchestra.run.smithi183.stdout:(9/23): python3-cephfs-18.2.0-1291.g188db309.el 1.8 MB/s | 196 kB 00:00 2023-12-01T03:51:08.945 INFO:teuthology.orchestra.run.smithi183.stdout:(10/23): python3-rados-18.2.0-1291.g188db309.el 6.2 MB/s | 372 kB 00:00 2023-12-01T03:51:08.971 INFO:teuthology.orchestra.run.smithi183.stdout:(11/23): python3-rbd-18.2.0-1291.g188db309.el8. 6.1 MB/s | 364 kB 00:00 2023-12-01T03:51:08.996 INFO:teuthology.orchestra.run.smithi183.stdout:(12/23): python3-rgw-18.2.0-1291.g188db309.el8. 2.1 MB/s | 106 kB 00:00 2023-12-01T03:51:09.016 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-rados-2:18.2.0-1291.g188db309.el8.x86_64 4/25 2023-12-01T03:51:09.258 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-01T03:51:09.426 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libcephfs2-2:18.2.0-1291.g188db309.el8.x86_64 6/25 2023-12-01T03:51:09.821 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: libcephfs2-2:18.2.0-1291.g188db309.el8.x86_64 6/25 2023-12-01T03:51:10.018 INFO:teuthology.orchestra.run.smithi120.stdout: Upgrading : librbd1-2:18.2.0-1291.g188db309.el8.x86_64 7/25 2023-12-01T03:51:10.129 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: librbd1-2:18.2.0-1291.g188db309.el8.x86_64 7/25 2023-12-01T03:51:10.276 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-01T03:51:10.328 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-01T03:51:10.491 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-01T03:51:10.611 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-ceph-argparse-2:18.2.0-1291.g188db309.el8. 10/25 2023-12-01T03:51:10.803 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-cephfs-2:18.2.0-1291.g188db309.el8.x86_64 11/25 2023-12-01T03:51:10.985 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-rbd-2:18.2.0-1291.g188db309.el8.x86_64 12/25 2023-12-01T03:51:11.143 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libradosstriper1-2:18.2.0-1291.g188db309.el8.x86_6 13/25 2023-12-01T03:51:11.210 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: libradosstriper1-2:18.2.0-1291.g188db309.el8.x86_6 13/25 2023-12-01T03:51:11.254 INFO:teuthology.orchestra.run.smithi183.stdout:(13/23): gperftools-libs-2.7-9.el8.x86_64.rpm 134 kB/s | 306 kB 00:02 2023-12-01T03:51:11.326 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 14/25 2023-12-01T03:51:11.508 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 15/25 2023-12-01T03:51:11.830 INFO:teuthology.orchestra.run.smithi183.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 131 kB/s | 75 kB 00:00 2023-12-01T03:51:12.271 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 16/25 2023-12-01T03:51:12.330 INFO:teuthology.orchestra.run.smithi183.stdout:(15/23): ceph-common-18.2.0-1291.g188db309.el8. 4.7 MB/s | 22 MB 00:04 2023-12-01T03:51:12.355 INFO:teuthology.orchestra.run.smithi183.stdout:(16/23): liboath-2.6.2-3.el8.x86_64.rpm 17 kB/s | 59 kB 00:03 2023-12-01T03:51:12.417 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : librgw2-2:18.2.0-1291.g188db309.el8.x86_64 17/25 2023-12-01T03:51:12.491 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: librgw2-2:18.2.0-1291.g188db309.el8.x86_64 17/25 2023-12-01T03:51:12.522 INFO:teuthology.orchestra.run.smithi183.stdout:(17/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 244 kB/s | 47 kB 00:00 2023-12-01T03:51:12.556 INFO:teuthology.orchestra.run.smithi183.stdout:(18/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.3 MB/s | 259 kB 00:00 2023-12-01T03:51:12.673 INFO:teuthology.orchestra.run.smithi183.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 293 kB/s | 44 kB 00:00 2023-12-01T03:51:12.701 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-rgw-2:18.2.0-1291.g188db309.el8.x86_64 18/25 2023-12-01T03:51:12.715 INFO:teuthology.orchestra.run.smithi183.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 2.2 MB/s | 354 kB 00:00 2023-12-01T03:51:12.876 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-ceph-common-2:18.2.0-1291.g188db309.el8.x8 19/25 2023-12-01T03:51:13.007 INFO:teuthology.orchestra.run.smithi183.stdout:(21/23): librados2-18.2.0-1291.g188db309.el8.x8 11 MB/s | 3.7 MB 00:00 2023-12-01T03:51:13.282 INFO:teuthology.orchestra.run.smithi183.stdout:(22/23): librbd1-18.2.0-1291.g188db309.el8.x86_ 6.3 MB/s | 3.6 MB 00:00 2023-12-01T03:51:16.683 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-common-2:18.2.0-1291.g188db309.el8.x86_64 20/25 2023-12-01T03:51:16.934 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-common-2:18.2.0-1291.g188db309.el8.x86_64 20/25 2023-12-01T03:51:17.522 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-common-2:18.2.0-1291.g188db309.el8.x86_64 20/25 2023-12-01T03:51:17.799 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-base-2:18.2.0-1291.g188db309.el8.x86_64 21/25 2023-12-01T03:51:17.869 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-base-2:18.2.0-1291.g188db309.el8.x86_64 21/25 2023-12-01T03:51:18.016 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-selinux-2:18.2.0-1291.g188db309.el8.x86_64 22/25 2023-12-01T03:51:24.239 INFO:teuthology.orchestra.run.smithi183.stdout:(23/23): thrift-0.13.0-2.el8.x86_64.rpm 143 kB/s | 1.7 MB 00:12 2023-12-01T03:51:24.245 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:51:24.245 INFO:teuthology.orchestra.run.smithi183.stdout:Total 3.6 MB/s | 59 MB 00:16 2023-12-01T03:51:24.289 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2023-12-01T03:51:24.334 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2023-12-01T03:51:24.335 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2023-12-01T03:51:24.667 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2023-12-01T03:51:24.670 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2023-12-01T03:51:25.792 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2023-12-01T03:51:26.393 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-01T03:51:26.588 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T03:51:27.002 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T03:51:27.187 INFO:teuthology.orchestra.run.smithi183.stdout: Upgrading : librados2-2:18.2.0-1291.g188db309.el8.x86_64 3/25 2023-12-01T03:51:27.304 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: librados2-2:18.2.0-1291.g188db309.el8.x86_64 3/25 2023-12-01T03:51:27.509 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-rados-2:18.2.0-1291.g188db309.el8.x86_64 4/25 2023-12-01T03:51:27.742 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-01T03:51:27.945 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : libcephfs2-2:18.2.0-1291.g188db309.el8.x86_64 6/25 2023-12-01T03:51:28.337 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: libcephfs2-2:18.2.0-1291.g188db309.el8.x86_64 6/25 2023-12-01T03:51:28.578 INFO:teuthology.orchestra.run.smithi183.stdout: Upgrading : librbd1-2:18.2.0-1291.g188db309.el8.x86_64 7/25 2023-12-01T03:51:28.680 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: librbd1-2:18.2.0-1291.g188db309.el8.x86_64 7/25 2023-12-01T03:51:28.836 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-01T03:51:28.904 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-01T03:51:29.076 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-01T03:51:29.226 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-ceph-argparse-2:18.2.0-1291.g188db309.el8. 10/25 2023-12-01T03:51:29.447 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-cephfs-2:18.2.0-1291.g188db309.el8.x86_64 11/25 2023-12-01T03:51:29.671 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-rbd-2:18.2.0-1291.g188db309.el8.x86_64 12/25 2023-12-01T03:51:29.853 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : libradosstriper1-2:18.2.0-1291.g188db309.el8.x86_6 13/25 2023-12-01T03:51:29.927 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: libradosstriper1-2:18.2.0-1291.g188db309.el8.x86_6 13/25 2023-12-01T03:51:30.054 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 14/25 2023-12-01T03:51:30.250 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 15/25 2023-12-01T03:51:31.028 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 16/25 2023-12-01T03:51:31.219 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : librgw2-2:18.2.0-1291.g188db309.el8.x86_64 17/25 2023-12-01T03:51:31.291 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: librgw2-2:18.2.0-1291.g188db309.el8.x86_64 17/25 2023-12-01T03:51:31.605 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-rgw-2:18.2.0-1291.g188db309.el8.x86_64 18/25 2023-12-01T03:51:31.761 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-ceph-common-2:18.2.0-1291.g188db309.el8.x8 19/25 2023-12-01T03:51:35.350 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-common-2:18.2.0-1291.g188db309.el8.x86_64 20/25 2023-12-01T03:51:35.561 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-common-2:18.2.0-1291.g188db309.el8.x86_64 20/25 2023-12-01T03:51:36.152 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-common-2:18.2.0-1291.g188db309.el8.x86_64 20/25 2023-12-01T03:51:36.408 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-base-2:18.2.0-1291.g188db309.el8.x86_64 21/25 2023-12-01T03:51:36.476 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-base-2:18.2.0-1291.g188db309.el8.x86_64 21/25 2023-12-01T03:51:36.531 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-selinux-2:18.2.0-1291.g188db309.el8.x86_64 22/25 2023-12-01T03:51:36.531 INFO:teuthology.orchestra.run.smithi120.stdout:skipping the directory /sys 2023-12-01T03:51:36.531 INFO:teuthology.orchestra.run.smithi120.stdout:skipping the directory /proc 2023-12-01T03:51:36.531 INFO:teuthology.orchestra.run.smithi120.stdout:skipping the directory /dev 2023-12-01T03:51:36.531 INFO:teuthology.orchestra.run.smithi120.stdout:skipping the directory /run 2023-12-01T03:51:36.531 INFO:teuthology.orchestra.run.smithi120.stdout:skipping the directory /mnt 2023-12-01T03:51:36.531 INFO:teuthology.orchestra.run.smithi120.stdout:skipping the directory /var/tmp 2023-12-01T03:51:36.531 INFO:teuthology.orchestra.run.smithi120.stdout:skipping the directory /home 2023-12-01T03:51:36.531 INFO:teuthology.orchestra.run.smithi120.stdout:skipping the directory /tmp 2023-12-01T03:51:36.532 INFO:teuthology.orchestra.run.smithi120.stdout:skipping the directory /dev 2023-12-01T03:51:36.532 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:51:36.926 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-selinux-2:18.2.0-1291.g188db309.el8.x86_64 22/25 2023-12-01T03:51:37.871 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-radosgw-2:18.2.0-1291.g188db309.el8.x86_64 23/25 2023-12-01T03:51:37.892 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-radosgw-2:18.2.0-1291.g188db309.el8.x86_64 23/25 2023-12-01T03:51:37.892 INFO:teuthology.orchestra.run.smithi120.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T03:51:38.107 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T03:51:38.108 INFO:teuthology.orchestra.run.smithi120.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T03:51:38.784 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T03:51:38.784 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-base-2:18.2.0-1291.g188db309.el8.x86_64 1/25 2023-12-01T03:51:38.784 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-common-2:18.2.0-1291.g188db309.el8.x86_64 2/25 2023-12-01T03:51:38.784 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-radosgw-2:18.2.0-1291.g188db309.el8.x86_64 3/25 2023-12-01T03:51:38.784 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-selinux-2:18.2.0-1291.g188db309.el8.x86_64 4/25 2023-12-01T03:51:38.785 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libcephfs2-2:18.2.0-1291.g188db309.el8.x86_64 5/25 2023-12-01T03:51:38.785 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libradosstriper1-2:18.2.0-1291.g188db309.el8.x86_6 6/25 2023-12-01T03:51:38.785 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : librgw2-2:18.2.0-1291.g188db309.el8.x86_64 7/25 2023-12-01T03:51:38.785 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-ceph-argparse-2:18.2.0-1291.g188db309.el8. 8/25 2023-12-01T03:51:38.785 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-ceph-common-2:18.2.0-1291.g188db309.el8.x8 9/25 2023-12-01T03:51:38.785 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-cephfs-2:18.2.0-1291.g188db309.el8.x86_64 10/25 2023-12-01T03:51:38.785 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-rados-2:18.2.0-1291.g188db309.el8.x86_64 11/25 2023-12-01T03:51:38.785 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-rbd-2:18.2.0-1291.g188db309.el8.x86_64 12/25 2023-12-01T03:51:38.785 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-rgw-2:18.2.0-1291.g188db309.el8.x86_64 13/25 2023-12-01T03:51:38.785 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-01T03:51:38.785 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-01T03:51:38.785 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-01T03:51:38.785 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-01T03:51:38.785 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-01T03:51:38.786 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-01T03:51:38.786 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-01T03:51:38.786 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-01T03:51:38.786 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : librados2-2:18.2.0-1291.g188db309.el8.x86_64 22/25 2023-12-01T03:51:38.786 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-01T03:51:38.786 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : librbd1-2:18.2.0-1291.g188db309.el8.x86_64 24/25 2023-12-01T03:51:40.160 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T03:51:40.161 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:00:50 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:51:49.365 INFO:teuthology.orchestra.run.smithi120.stdout:Installed products updated. 2023-12-01T03:51:49.551 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:51:49.551 INFO:teuthology.orchestra.run.smithi120.stdout:Upgraded: 2023-12-01T03:51:49.551 INFO:teuthology.orchestra.run.smithi120.stdout: librados2-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:51:49.551 INFO:teuthology.orchestra.run.smithi120.stdout: librbd1-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:51:49.551 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2023-12-01T03:51:49.552 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-base-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:51:49.552 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-common-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:51:49.552 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-radosgw-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:51:49.552 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-selinux-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:51:49.552 INFO:teuthology.orchestra.run.smithi120.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-01T03:51:49.552 INFO:teuthology.orchestra.run.smithi120.stdout: libcephfs2-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:51:49.552 INFO:teuthology.orchestra.run.smithi120.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-01T03:51:49.552 INFO:teuthology.orchestra.run.smithi120.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-01T03:51:49.552 INFO:teuthology.orchestra.run.smithi120.stdout: libradosstriper1-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:51:49.552 INFO:teuthology.orchestra.run.smithi120.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-01T03:51:49.552 INFO:teuthology.orchestra.run.smithi120.stdout: librgw2-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:51:49.552 INFO:teuthology.orchestra.run.smithi120.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-01T03:51:49.553 INFO:teuthology.orchestra.run.smithi120.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-01T03:51:49.553 INFO:teuthology.orchestra.run.smithi120.stdout: python3-ceph-argparse-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:51:49.553 INFO:teuthology.orchestra.run.smithi120.stdout: python3-ceph-common-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:51:49.553 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cephfs-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:51:49.553 INFO:teuthology.orchestra.run.smithi120.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-01T03:51:49.553 INFO:teuthology.orchestra.run.smithi120.stdout: python3-rados-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:51:49.553 INFO:teuthology.orchestra.run.smithi120.stdout: python3-rbd-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:51:49.553 INFO:teuthology.orchestra.run.smithi120.stdout: python3-rgw-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:51:49.553 INFO:teuthology.orchestra.run.smithi120.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-01T03:51:49.553 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:51:49.553 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2023-12-01T03:51:49.700 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-test 2023-12-01T03:51:50.050 INFO:teuthology.orchestra.run.smithi120.stdout:Updating Subscription Management repositories. 2023-12-01T03:51:51.655 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:01 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:51:53.011 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2023-12-01T03:51:53.012 INFO:teuthology.orchestra.run.smithi120.stdout:============================================================================================ 2023-12-01T03:51:53.012 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2023-12-01T03:51:53.012 INFO:teuthology.orchestra.run.smithi120.stdout:============================================================================================ 2023-12-01T03:51:53.012 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2023-12-01T03:51:53.012 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-test x86_64 2:18.2.0-1291.g188db309.el8 ceph 47 M 2023-12-01T03:51:53.012 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2023-12-01T03:51:53.012 INFO:teuthology.orchestra.run.smithi120.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-01T03:51:53.012 INFO:teuthology.orchestra.run.smithi120.stdout: libcephsqlite x86_64 2:18.2.0-1291.g188db309.el8 ceph 141 k 2023-12-01T03:51:53.012 INFO:teuthology.orchestra.run.smithi120.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-01T03:51:53.012 INFO:teuthology.orchestra.run.smithi120.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-01T03:51:53.012 INFO:teuthology.orchestra.run.smithi120.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-01T03:51:53.012 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:51:53.013 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2023-12-01T03:51:53.013 INFO:teuthology.orchestra.run.smithi120.stdout:============================================================================================ 2023-12-01T03:51:53.013 INFO:teuthology.orchestra.run.smithi120.stdout:Install 6 Packages 2023-12-01T03:51:53.013 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:51:53.013 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 48 M 2023-12-01T03:51:53.013 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 212 M 2023-12-01T03:51:53.014 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2023-12-01T03:51:53.046 INFO:teuthology.orchestra.run.smithi120.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.1 MB/s | 70 kB 00:00 2023-12-01T03:51:53.222 INFO:teuthology.orchestra.run.smithi120.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.8 MB/s | 323 kB 00:00 2023-12-01T03:51:53.347 INFO:teuthology.orchestra.run.smithi120.stdout:(3/6): libcephsqlite-18.2.0-1291.g188db309.el8. 424 kB/s | 141 kB 00:00 2023-12-01T03:51:53.456 INFO:teuthology.orchestra.run.smithi120.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 801 kB/s | 187 kB 00:00 2023-12-01T03:51:53.598 INFO:teuthology.orchestra.run.smithi120.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 807 kB/s | 202 kB 00:00 2023-12-01T03:51:55.507 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-selinux-2:18.2.0-1291.g188db309.el8.x86_64 22/25 2023-12-01T03:51:55.507 INFO:teuthology.orchestra.run.smithi183.stdout:skipping the directory /sys 2023-12-01T03:51:55.508 INFO:teuthology.orchestra.run.smithi183.stdout:skipping the directory /proc 2023-12-01T03:51:55.508 INFO:teuthology.orchestra.run.smithi183.stdout:skipping the directory /dev 2023-12-01T03:51:55.508 INFO:teuthology.orchestra.run.smithi183.stdout:skipping the directory /run 2023-12-01T03:51:55.508 INFO:teuthology.orchestra.run.smithi183.stdout:skipping the directory /mnt 2023-12-01T03:51:55.508 INFO:teuthology.orchestra.run.smithi183.stdout:skipping the directory /var/tmp 2023-12-01T03:51:55.508 INFO:teuthology.orchestra.run.smithi183.stdout:skipping the directory /home 2023-12-01T03:51:55.508 INFO:teuthology.orchestra.run.smithi183.stdout:skipping the directory /tmp 2023-12-01T03:51:55.508 INFO:teuthology.orchestra.run.smithi183.stdout:skipping the directory /dev 2023-12-01T03:51:55.508 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:51:55.881 INFO:teuthology.orchestra.run.smithi120.stdout:(6/6): ceph-test-18.2.0-1291.g188db309.el8.x86_ 16 MB/s | 47 MB 00:02 2023-12-01T03:51:55.883 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:51:55.883 INFO:teuthology.orchestra.run.smithi120.stdout:Total 17 MB/s | 48 MB 00:02 2023-12-01T03:51:55.921 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2023-12-01T03:51:55.942 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2023-12-01T03:51:55.942 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2023-12-01T03:51:56.196 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2023-12-01T03:51:56.200 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2023-12-01T03:51:56.631 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2023-12-01T03:51:56.744 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T03:51:56.816 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T03:51:56.855 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-radosgw-2:18.2.0-1291.g188db309.el8.x86_64 23/25 2023-12-01T03:51:56.875 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-radosgw-2:18.2.0-1291.g188db309.el8.x86_64 23/25 2023-12-01T03:51:56.875 INFO:teuthology.orchestra.run.smithi183.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T03:51:57.047 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-01T03:51:57.142 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T03:51:57.142 INFO:teuthology.orchestra.run.smithi183.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T03:51:57.194 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-01T03:51:57.364 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-01T03:51:57.510 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libcephsqlite-2:18.2.0-1291.g188db309.el8.x86_64 5/6 2023-12-01T03:51:57.764 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T03:51:57.765 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-base-2:18.2.0-1291.g188db309.el8.x86_64 1/25 2023-12-01T03:51:57.765 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-common-2:18.2.0-1291.g188db309.el8.x86_64 2/25 2023-12-01T03:51:57.766 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-radosgw-2:18.2.0-1291.g188db309.el8.x86_64 3/25 2023-12-01T03:51:57.766 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-selinux-2:18.2.0-1291.g188db309.el8.x86_64 4/25 2023-12-01T03:51:57.766 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : libcephfs2-2:18.2.0-1291.g188db309.el8.x86_64 5/25 2023-12-01T03:51:57.767 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : libradosstriper1-2:18.2.0-1291.g188db309.el8.x86_6 6/25 2023-12-01T03:51:57.767 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : librgw2-2:18.2.0-1291.g188db309.el8.x86_64 7/25 2023-12-01T03:51:57.767 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-ceph-argparse-2:18.2.0-1291.g188db309.el8. 8/25 2023-12-01T03:51:57.767 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-ceph-common-2:18.2.0-1291.g188db309.el8.x8 9/25 2023-12-01T03:51:57.768 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-cephfs-2:18.2.0-1291.g188db309.el8.x86_64 10/25 2023-12-01T03:51:57.768 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-rados-2:18.2.0-1291.g188db309.el8.x86_64 11/25 2023-12-01T03:51:57.768 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-rbd-2:18.2.0-1291.g188db309.el8.x86_64 12/25 2023-12-01T03:51:57.768 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-rgw-2:18.2.0-1291.g188db309.el8.x86_64 13/25 2023-12-01T03:51:57.768 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-01T03:51:57.769 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-01T03:51:57.769 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-01T03:51:57.769 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-01T03:51:57.769 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-01T03:51:57.769 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-01T03:51:57.769 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-01T03:51:57.769 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-01T03:51:57.769 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : librados2-2:18.2.0-1291.g188db309.el8.x86_64 22/25 2023-12-01T03:51:57.769 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-01T03:51:57.769 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : librbd1-2:18.2.0-1291.g188db309.el8.x86_64 24/25 2023-12-01T03:51:59.129 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T03:51:59.129 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:01:04 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:52:02.024 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: libcephsqlite-2:18.2.0-1291.g188db309.el8.x86_64 5/6 2023-12-01T03:52:02.281 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-test-2:18.2.0-1291.g188db309.el8.x86_64 6/6 2023-12-01T03:52:02.502 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-test-2:18.2.0-1291.g188db309.el8.x86_64 6/6 2023-12-01T03:52:02.503 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-test-2:18.2.0-1291.g188db309.el8.x86_64 1/6 2023-12-01T03:52:02.503 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libcephsqlite-2:18.2.0-1291.g188db309.el8.x86_64 2/6 2023-12-01T03:52:02.503 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-01T03:52:02.503 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-01T03:52:02.503 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-01T03:52:03.624 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-01T03:52:03.624 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:13 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:52:06.987 INFO:teuthology.orchestra.run.smithi183.stdout:Installed products updated. 2023-12-01T03:52:07.173 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:52:07.174 INFO:teuthology.orchestra.run.smithi183.stdout:Upgraded: 2023-12-01T03:52:07.174 INFO:teuthology.orchestra.run.smithi183.stdout: librados2-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:52:07.174 INFO:teuthology.orchestra.run.smithi183.stdout: librbd1-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:52:07.174 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2023-12-01T03:52:07.174 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-base-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:52:07.174 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-common-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:52:07.174 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-radosgw-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:52:07.174 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-selinux-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:52:07.174 INFO:teuthology.orchestra.run.smithi183.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-01T03:52:07.174 INFO:teuthology.orchestra.run.smithi183.stdout: libcephfs2-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:52:07.174 INFO:teuthology.orchestra.run.smithi183.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-01T03:52:07.175 INFO:teuthology.orchestra.run.smithi183.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-01T03:52:07.175 INFO:teuthology.orchestra.run.smithi183.stdout: libradosstriper1-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:52:07.175 INFO:teuthology.orchestra.run.smithi183.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-01T03:52:07.175 INFO:teuthology.orchestra.run.smithi183.stdout: librgw2-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:52:07.175 INFO:teuthology.orchestra.run.smithi183.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-01T03:52:07.175 INFO:teuthology.orchestra.run.smithi183.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-01T03:52:07.175 INFO:teuthology.orchestra.run.smithi183.stdout: python3-ceph-argparse-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:52:07.175 INFO:teuthology.orchestra.run.smithi183.stdout: python3-ceph-common-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:52:07.175 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cephfs-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:52:07.175 INFO:teuthology.orchestra.run.smithi183.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-01T03:52:07.176 INFO:teuthology.orchestra.run.smithi183.stdout: python3-rados-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:52:07.176 INFO:teuthology.orchestra.run.smithi183.stdout: python3-rbd-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:52:07.176 INFO:teuthology.orchestra.run.smithi183.stdout: python3-rgw-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:52:07.176 INFO:teuthology.orchestra.run.smithi183.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-01T03:52:07.176 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:52:07.176 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-01T03:52:07.362 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph-test 2023-12-01T03:52:07.710 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-01T03:52:09.309 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:01:14 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:52:10.079 INFO:teuthology.orchestra.run.smithi120.stdout:Installed products updated. 2023-12-01T03:52:10.260 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:52:10.260 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2023-12-01T03:52:10.260 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-test-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:52:10.261 INFO:teuthology.orchestra.run.smithi120.stdout: jq-1.6-3.el8.x86_64 2023-12-01T03:52:10.261 INFO:teuthology.orchestra.run.smithi120.stdout: libcephsqlite-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:52:10.261 INFO:teuthology.orchestra.run.smithi120.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-01T03:52:10.261 INFO:teuthology.orchestra.run.smithi120.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-01T03:52:10.261 INFO:teuthology.orchestra.run.smithi120.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-01T03:52:10.261 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:52:10.261 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2023-12-01T03:52:10.400 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph 2023-12-01T03:52:10.671 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-01T03:52:10.672 INFO:teuthology.orchestra.run.smithi183.stdout:============================================================================================ 2023-12-01T03:52:10.672 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repository Size 2023-12-01T03:52:10.672 INFO:teuthology.orchestra.run.smithi183.stdout:============================================================================================ 2023-12-01T03:52:10.673 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2023-12-01T03:52:10.673 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-test x86_64 2:18.2.0-1291.g188db309.el8 ceph 47 M 2023-12-01T03:52:10.673 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2023-12-01T03:52:10.673 INFO:teuthology.orchestra.run.smithi183.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-01T03:52:10.673 INFO:teuthology.orchestra.run.smithi183.stdout: libcephsqlite x86_64 2:18.2.0-1291.g188db309.el8 ceph 141 k 2023-12-01T03:52:10.673 INFO:teuthology.orchestra.run.smithi183.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-01T03:52:10.673 INFO:teuthology.orchestra.run.smithi183.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-01T03:52:10.673 INFO:teuthology.orchestra.run.smithi183.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-01T03:52:10.673 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:52:10.673 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2023-12-01T03:52:10.673 INFO:teuthology.orchestra.run.smithi183.stdout:============================================================================================ 2023-12-01T03:52:10.673 INFO:teuthology.orchestra.run.smithi183.stdout:Install 6 Packages 2023-12-01T03:52:10.674 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:52:10.674 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 48 M 2023-12-01T03:52:10.674 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 212 M 2023-12-01T03:52:10.674 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2023-12-01T03:52:10.706 INFO:teuthology.orchestra.run.smithi183.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.2 MB/s | 70 kB 00:00 2023-12-01T03:52:10.734 INFO:teuthology.orchestra.run.smithi120.stdout:Updating Subscription Management repositories. 2023-12-01T03:52:10.864 INFO:teuthology.orchestra.run.smithi183.stdout:(2/6): libcephsqlite-18.2.0-1291.g188db309.el8. 745 kB/s | 141 kB 00:00 2023-12-01T03:52:10.906 INFO:teuthology.orchestra.run.smithi183.stdout:(3/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.6 MB/s | 323 kB 00:00 2023-12-01T03:52:11.059 INFO:teuthology.orchestra.run.smithi183.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 1.3 MB/s | 202 kB 00:00 2023-12-01T03:52:11.090 INFO:teuthology.orchestra.run.smithi183.stdout:(5/6): oniguruma-6.8.2-2.el8.x86_64.rpm 831 kB/s | 187 kB 00:00 2023-12-01T03:52:12.313 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:22 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:52:13.024 INFO:teuthology.orchestra.run.smithi183.stdout:(6/6): ceph-test-18.2.0-1291.g188db309.el8.x86_ 20 MB/s | 47 MB 00:02 2023-12-01T03:52:13.025 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:52:13.026 INFO:teuthology.orchestra.run.smithi183.stdout:Total 20 MB/s | 48 MB 00:02 2023-12-01T03:52:13.063 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2023-12-01T03:52:13.085 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2023-12-01T03:52:13.086 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2023-12-01T03:52:13.339 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2023-12-01T03:52:13.343 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2023-12-01T03:52:13.674 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2023-12-01T03:52:13.678 INFO:teuthology.orchestra.run.smithi120.stdout:======================================================================================================= 2023-12-01T03:52:13.678 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2023-12-01T03:52:13.678 INFO:teuthology.orchestra.run.smithi120.stdout:======================================================================================================= 2023-12-01T03:52:13.678 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2023-12-01T03:52:13.678 INFO:teuthology.orchestra.run.smithi120.stdout: ceph x86_64 2:18.2.0-1291.g188db309.el8 ceph 6.4 k 2023-12-01T03:52:13.678 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2023-12-01T03:52:13.678 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mds x86_64 2:18.2.0-1291.g188db309.el8 ceph 2.3 M 2023-12-01T03:52:13.678 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr x86_64 2:18.2.0-1291.g188db309.el8 ceph 1.6 M 2023-12-01T03:52:13.679 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-modules-core noarch 2:18.2.0-1291.g188db309.el8 ceph-noarch 242 k 2023-12-01T03:52:13.679 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mon x86_64 2:18.2.0-1291.g188db309.el8 ceph 4.6 M 2023-12-01T03:52:13.679 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-osd x86_64 2:18.2.0-1291.g188db309.el8 ceph 18 M 2023-12-01T03:52:13.679 INFO:teuthology.orchestra.run.smithi120.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-12-01T03:52:13.679 INFO:teuthology.orchestra.run.smithi120.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-12-01T03:52:13.679 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cffi x86_64 1.11.5-5.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2023-12-01T03:52:13.679 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-12-01T03:52:13.679 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-12-01T03:52:13.679 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cryptography x86_64 3.2.1-5.el8 rhel-8-for-x86_64-baseos-rpms 559 k 2023-12-01T03:52:13.679 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-12-01T03:52:13.679 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-12-01T03:52:13.680 INFO:teuthology.orchestra.run.smithi120.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-12-01T03:52:13.680 INFO:teuthology.orchestra.run.smithi120.stdout: python3-mako noarch 1.0.6-13.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2023-12-01T03:52:13.680 INFO:teuthology.orchestra.run.smithi120.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2023-12-01T03:52:13.680 INFO:teuthology.orchestra.run.smithi120.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-12-01T03:52:13.680 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-12-01T03:52:13.680 INFO:teuthology.orchestra.run.smithi120.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-12-01T03:52:13.680 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2023-12-01T03:52:13.680 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2023-12-01T03:52:13.680 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pytz noarch 2017.2-9.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2023-12-01T03:52:13.680 INFO:teuthology.orchestra.run.smithi120.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-12-01T03:52:13.680 INFO:teuthology.orchestra.run.smithi120.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-12-01T03:52:13.680 INFO:teuthology.orchestra.run.smithi120.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-12-01T03:52:13.681 INFO:teuthology.orchestra.run.smithi120.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-12-01T03:52:13.681 INFO:teuthology.orchestra.run.smithi120.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-12-01T03:52:13.681 INFO:teuthology.orchestra.run.smithi120.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-12-01T03:52:13.681 INFO:teuthology.orchestra.run.smithi120.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-12-01T03:52:13.681 INFO:teuthology.orchestra.run.smithi120.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2023-12-01T03:52:13.681 INFO:teuthology.orchestra.run.smithi120.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-12-01T03:52:13.681 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:52:13.681 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2023-12-01T03:52:13.681 INFO:teuthology.orchestra.run.smithi120.stdout:======================================================================================================= 2023-12-01T03:52:13.681 INFO:teuthology.orchestra.run.smithi120.stdout:Install 32 Packages 2023-12-01T03:52:13.681 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:52:13.682 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 30 M 2023-12-01T03:52:13.682 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 119 M 2023-12-01T03:52:13.683 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2023-12-01T03:52:13.779 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2023-12-01T03:52:13.928 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T03:52:14.002 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T03:52:14.206 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-01T03:52:14.350 INFO:teuthology.orchestra.run.smithi120.stdout:(1/32): ceph-18.2.0-1291.g188db309.el8.x86_64.r 19 kB/s | 6.4 kB 00:00 2023-12-01T03:52:14.370 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-01T03:52:14.484 INFO:teuthology.orchestra.run.smithi120.stdout:(2/32): ceph-mgr-18.2.0-1291.g188db309.el8.x86_ 3.3 MB/s | 1.6 MB 00:00 2023-12-01T03:52:14.565 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-01T03:52:14.729 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : libcephsqlite-2:18.2.0-1291.g188db309.el8.x86_64 5/6 2023-12-01T03:52:14.892 INFO:teuthology.orchestra.run.smithi120.stdout:(3/32): ceph-mon-18.2.0-1291.g188db309.el8.x86_ 8.5 MB/s | 4.6 MB 00:00 2023-12-01T03:52:14.959 INFO:teuthology.orchestra.run.smithi120.stdout:(4/32): ceph-mgr-modules-core-18.2.0-1291.g188d 3.6 MB/s | 242 kB 00:00 2023-12-01T03:52:15.026 INFO:teuthology.orchestra.run.smithi120.stdout:(5/32): ceph-mds-18.2.0-1291.g188db309.el8.x86_ 2.3 MB/s | 2.3 MB 00:01 2023-12-01T03:52:15.493 INFO:teuthology.orchestra.run.smithi120.stdout:(6/32): ceph-osd-18.2.0-1291.g188db309.el8.x86_ 18 MB/s | 18 MB 00:01 2023-12-01T03:52:16.393 INFO:teuthology.orchestra.run.smithi120.stdout:(7/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 30 kB/s | 44 kB 00:01 2023-12-01T03:52:17.131 INFO:teuthology.orchestra.run.smithi120.stdout:(8/32): python3-beautifulsoup4-4.6.3-2.el8.1.no 88 kB/s | 185 kB 00:02 2023-12-01T03:52:17.227 INFO:teuthology.orchestra.run.smithi120.stdout:(9/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 100 kB/s | 173 kB 00:01 2023-12-01T03:52:17.802 INFO:teuthology.orchestra.run.smithi120.stdout:(10/32): python3-jaraco-6.2-6.el8.noarch.rpm 17 kB/s | 11 kB 00:00 2023-12-01T03:52:18.236 INFO:teuthology.orchestra.run.smithi120.stdout:(11/32): python3-cherrypy-18.4.0-1.el8.noarch.r 209 kB/s | 384 kB 00:01 2023-12-01T03:52:18.386 INFO:teuthology.orchestra.run.smithi120.stdout:(12/32): python3-jaraco-functools-2.0-4.el8.noa 15 kB/s | 18 kB 00:01 2023-12-01T03:52:18.821 INFO:teuthology.orchestra.run.smithi120.stdout:(13/32): python3-more-itertools-7.2.0-3.el8.noa 101 kB/s | 59 kB 00:00 2023-12-01T03:52:19.095 INFO:teuthology.orchestra.run.smithi120.stdout:(14/32): python3-portend-2.6-1.el8.noarch.rpm 57 kB/s | 16 kB 00:00 2023-12-01T03:52:19.187 INFO:teuthology.orchestra.run.smithi120.stdout:(15/32): python3-logutils-0.3.5-11.el8.noarch.r 35 kB/s | 49 kB 00:01 2023-12-01T03:52:19.236 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: libcephsqlite-2:18.2.0-1291.g188db309.el8.x86_64 5/6 2023-12-01T03:52:19.483 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-test-2:18.2.0-1291.g188db309.el8.x86_64 6/6 2023-12-01T03:52:19.715 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-test-2:18.2.0-1291.g188db309.el8.x86_64 6/6 2023-12-01T03:52:19.715 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-test-2:18.2.0-1291.g188db309.el8.x86_64 1/6 2023-12-01T03:52:19.715 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : libcephsqlite-2:18.2.0-1291.g188db309.el8.x86_64 2/6 2023-12-01T03:52:19.715 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-01T03:52:19.715 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-01T03:52:19.715 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-01T03:52:19.796 INFO:teuthology.orchestra.run.smithi120.stdout:(16/32): python3-simplegeneric-0.8.1-17.el8.noa 27 kB/s | 19 kB 00:00 2023-12-01T03:52:20.254 INFO:teuthology.orchestra.run.smithi120.stdout:(17/32): python3-tempora-1.14.1-5.el8.noarch.rp 64 kB/s | 29 kB 00:00 2023-12-01T03:52:20.288 INFO:teuthology.orchestra.run.smithi120.stdout:(18/32): python3-singledispatch-3.4.0.3-18.el8. 22 kB/s | 24 kB 00:01 2023-12-01T03:52:20.766 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-01T03:52:20.766 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:01:25 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:52:21.030 INFO:teuthology.orchestra.run.smithi120.stdout:(19/32): python3-pecan-1.3.2-9.el8.noarch.rpm 107 kB/s | 283 kB 00:02 2023-12-01T03:52:22.464 INFO:teuthology.orchestra.run.smithi120.stdout:(20/32): python3-trustme-0.6.0-4.el8.noarch.rpm 12 kB/s | 27 kB 00:02 2023-12-01T03:52:23.456 INFO:teuthology.orchestra.run.smithi120.stdout:(21/32): python3-waitress-1.4.3-1.el8.noarch.rp 81 kB/s | 255 kB 00:03 2023-12-01T03:52:23.831 INFO:teuthology.orchestra.run.smithi120.stdout:(22/32): python3-webtest-2.0.33-1.el8.noarch.rp 62 kB/s | 85 kB 00:01 2023-12-01T03:52:23.981 INFO:teuthology.orchestra.run.smithi120.stdout:(23/32): python3-zc-lockfile-2.0-2.el8.noarch.r 44 kB/s | 23 kB 00:00 2023-12-01T03:52:24.098 INFO:teuthology.orchestra.run.smithi120.stdout:(24/32): python3-pycparser-2.14-14.el8.noarch.r 409 kB/s | 109 kB 00:00 2023-12-01T03:52:24.257 INFO:teuthology.orchestra.run.smithi120.stdout:(25/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 78 kB/s | 251 kB 00:03 2023-12-01T03:52:24.307 INFO:teuthology.orchestra.run.smithi120.stdout:(26/32): python3-cryptography-3.2.1-5.el8.x86_6 1.7 MB/s | 559 kB 00:00 2023-12-01T03:52:24.399 INFO:teuthology.orchestra.run.smithi120.stdout:(27/32): python3-pytz-2017.2-9.el8.noarch.rpm 382 kB/s | 54 kB 00:00 2023-12-01T03:52:24.433 INFO:teuthology.orchestra.run.smithi120.stdout:(28/32): python3-cffi-1.11.5-5.el8.x86_64.rpm 711 kB/s | 238 kB 00:00 2023-12-01T03:52:24.549 INFO:teuthology.orchestra.run.smithi120.stdout:(29/32): python3-markupsafe-0.23-19.el8.x86_64. 160 kB/s | 39 kB 00:00 2023-12-01T03:52:24.642 INFO:teuthology.orchestra.run.smithi120.stdout:(30/32): python3-werkzeug-0.12.2-4.el8.noarch.r 2.1 MB/s | 457 kB 00:00 2023-12-01T03:52:24.708 INFO:teuthology.orchestra.run.smithi120.stdout:(31/32): python3-mako-1.0.6-13.el8.noarch.rpm 508 kB/s | 157 kB 00:00 2023-12-01T03:52:24.792 INFO:teuthology.orchestra.run.smithi120.stdout:(32/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 427 kB/s | 103 kB 00:00 2023-12-01T03:52:24.796 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:52:24.796 INFO:teuthology.orchestra.run.smithi120.stdout:Total 2.7 MB/s | 30 MB 00:11 2023-12-01T03:52:24.888 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2023-12-01T03:52:24.926 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2023-12-01T03:52:24.927 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2023-12-01T03:52:25.137 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2023-12-01T03:52:25.140 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2023-12-01T03:52:26.218 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2023-12-01T03:52:26.419 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-12-01T03:52:26.715 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-12-01T03:52:26.918 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 3/32 2023-12-01T03:52:27.125 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 4/32 2023-12-01T03:52:27.401 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-mako-1.0.6-13.el8.noarch 5/32 2023-12-01T03:52:27.584 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-pytz-2017.2-9.el8.noarch 6/32 2023-12-01T03:52:27.815 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 7/32 2023-12-01T03:52:28.152 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-cffi-1.11.5-5.el8.x86_64 8/32 2023-12-01T03:52:28.425 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-cryptography-3.2.1-5.el8.x86_64 9/32 2023-12-01T03:52:28.571 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 10/32 2023-12-01T03:52:28.747 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 11/32 2023-12-01T03:52:28.938 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 12/32 2023-12-01T03:52:29.164 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 13/32 2023-12-01T03:52:29.328 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 14/32 2023-12-01T03:52:29.484 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 15/32 2023-12-01T03:52:29.622 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 16/32 2023-12-01T03:52:29.791 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 17/32 2023-12-01T03:52:29.918 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 18/32 2023-12-01T03:52:30.130 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 19/32 2023-12-01T03:52:30.333 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 20/32 2023-12-01T03:52:30.502 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-12-01T03:52:30.607 INFO:teuthology.orchestra.run.smithi183.stdout:Installed products updated. 2023-12-01T03:52:30.737 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-12-01T03:52:30.792 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:52:30.792 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2023-12-01T03:52:30.792 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-test-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:52:30.792 INFO:teuthology.orchestra.run.smithi183.stdout: jq-1.6-3.el8.x86_64 2023-12-01T03:52:30.792 INFO:teuthology.orchestra.run.smithi183.stdout: libcephsqlite-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:52:30.792 INFO:teuthology.orchestra.run.smithi183.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-01T03:52:30.792 INFO:teuthology.orchestra.run.smithi183.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-01T03:52:30.792 INFO:teuthology.orchestra.run.smithi183.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-01T03:52:30.792 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:52:30.793 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-01T03:52:30.983 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-12-01T03:52:31.084 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph 2023-12-01T03:52:31.196 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 24/32 2023-12-01T03:52:31.418 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-01T03:52:31.479 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 25/32 2023-12-01T03:52:31.810 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-12-01T03:52:32.144 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-mgr-modules-core-2:18.2.0-1291.g188db309.el8. 27/32 2023-12-01T03:52:32.295 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-mgr-2:18.2.0-1291.g188db309.el8.x86_64 28/32 2023-12-01T03:52:32.813 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:01:37 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:52:33.873 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-mgr-2:18.2.0-1291.g188db309.el8.x86_64 28/32 2023-12-01T03:52:34.169 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-01T03:52:34.172 INFO:teuthology.orchestra.run.smithi183.stdout:======================================================================================================= 2023-12-01T03:52:34.173 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repository Size 2023-12-01T03:52:34.173 INFO:teuthology.orchestra.run.smithi183.stdout:======================================================================================================= 2023-12-01T03:52:34.173 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2023-12-01T03:52:34.174 INFO:teuthology.orchestra.run.smithi183.stdout: ceph x86_64 2:18.2.0-1291.g188db309.el8 ceph 6.4 k 2023-12-01T03:52:34.174 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2023-12-01T03:52:34.174 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mds x86_64 2:18.2.0-1291.g188db309.el8 ceph 2.3 M 2023-12-01T03:52:34.175 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr x86_64 2:18.2.0-1291.g188db309.el8 ceph 1.6 M 2023-12-01T03:52:34.175 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-modules-core noarch 2:18.2.0-1291.g188db309.el8 ceph-noarch 242 k 2023-12-01T03:52:34.175 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mon x86_64 2:18.2.0-1291.g188db309.el8 ceph 4.6 M 2023-12-01T03:52:34.175 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-osd x86_64 2:18.2.0-1291.g188db309.el8 ceph 18 M 2023-12-01T03:52:34.175 INFO:teuthology.orchestra.run.smithi183.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-12-01T03:52:34.175 INFO:teuthology.orchestra.run.smithi183.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-12-01T03:52:34.175 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cffi x86_64 1.11.5-5.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2023-12-01T03:52:34.175 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-12-01T03:52:34.175 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-12-01T03:52:34.175 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cryptography x86_64 3.2.1-5.el8 rhel-8-for-x86_64-baseos-rpms 559 k 2023-12-01T03:52:34.175 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-12-01T03:52:34.176 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-12-01T03:52:34.176 INFO:teuthology.orchestra.run.smithi183.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-12-01T03:52:34.176 INFO:teuthology.orchestra.run.smithi183.stdout: python3-mako noarch 1.0.6-13.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2023-12-01T03:52:34.176 INFO:teuthology.orchestra.run.smithi183.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2023-12-01T03:52:34.176 INFO:teuthology.orchestra.run.smithi183.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-12-01T03:52:34.176 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-12-01T03:52:34.176 INFO:teuthology.orchestra.run.smithi183.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-12-01T03:52:34.176 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2023-12-01T03:52:34.176 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2023-12-01T03:52:34.176 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pytz noarch 2017.2-9.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2023-12-01T03:52:34.176 INFO:teuthology.orchestra.run.smithi183.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-12-01T03:52:34.177 INFO:teuthology.orchestra.run.smithi183.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-12-01T03:52:34.177 INFO:teuthology.orchestra.run.smithi183.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-12-01T03:52:34.177 INFO:teuthology.orchestra.run.smithi183.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-12-01T03:52:34.177 INFO:teuthology.orchestra.run.smithi183.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-12-01T03:52:34.177 INFO:teuthology.orchestra.run.smithi183.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-12-01T03:52:34.177 INFO:teuthology.orchestra.run.smithi183.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-12-01T03:52:34.177 INFO:teuthology.orchestra.run.smithi183.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2023-12-01T03:52:34.177 INFO:teuthology.orchestra.run.smithi183.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-12-01T03:52:34.177 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:52:34.177 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2023-12-01T03:52:34.177 INFO:teuthology.orchestra.run.smithi183.stdout:======================================================================================================= 2023-12-01T03:52:34.178 INFO:teuthology.orchestra.run.smithi183.stdout:Install 32 Packages 2023-12-01T03:52:34.178 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:52:34.178 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 30 M 2023-12-01T03:52:34.179 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 119 M 2023-12-01T03:52:34.179 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2023-12-01T03:52:34.339 INFO:teuthology.orchestra.run.smithi183.stdout:(1/32): ceph-18.2.0-1291.g188db309.el8.x86_64.r 57 kB/s | 6.4 kB 00:00 2023-12-01T03:52:34.436 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-osd-2:18.2.0-1291.g188db309.el8.x86_64 29/32 2023-12-01T03:52:34.715 INFO:teuthology.orchestra.run.smithi183.stdout:(2/32): ceph-mon-18.2.0-1291.g188db309.el8.x86_ 12 MB/s | 4.6 MB 00:00 2023-12-01T03:52:34.815 INFO:teuthology.orchestra.run.smithi183.stdout:(3/32): ceph-mgr-18.2.0-1291.g188db309.el8.x86_ 2.6 MB/s | 1.6 MB 00:00 2023-12-01T03:52:34.896 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-osd-2:18.2.0-1291.g188db309.el8.x86_64 29/32 2023-12-01T03:52:34.924 INFO:teuthology.orchestra.run.smithi183.stdout:(4/32): ceph-mds-18.2.0-1291.g188db309.el8.x86_ 3.3 MB/s | 2.3 MB 00:00 2023-12-01T03:52:34.949 INFO:teuthology.orchestra.run.smithi183.stdout:(5/32): ceph-mgr-modules-core-18.2.0-1291.g188d 1.8 MB/s | 242 kB 00:00 2023-12-01T03:52:35.024 INFO:teuthology.orchestra.run.smithi183.stdout:(6/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 435 kB/s | 44 kB 00:00 2023-12-01T03:52:35.046 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-mon-2:18.2.0-1291.g188db309.el8.x86_64 30/32 2023-12-01T03:52:35.066 INFO:teuthology.orchestra.run.smithi183.stdout:(7/32): python3-beautifulsoup4-4.6.3-2.el8.1.no 1.5 MB/s | 185 kB 00:00 2023-12-01T03:52:35.108 INFO:teuthology.orchestra.run.smithi183.stdout:(8/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 2.0 MB/s | 173 kB 00:00 2023-12-01T03:52:35.133 INFO:teuthology.orchestra.run.smithi183.stdout:(9/32): python3-cherrypy-18.4.0-1.el8.noarch.rp 5.6 MB/s | 384 kB 00:00 2023-12-01T03:52:35.158 INFO:teuthology.orchestra.run.smithi183.stdout:(10/32): python3-jaraco-6.2-6.el8.noarch.rpm 220 kB/s | 11 kB 00:00 2023-12-01T03:52:35.185 INFO:teuthology.orchestra.run.smithi183.stdout:(11/32): python3-jaraco-functools-2.0-4.el8.noa 349 kB/s | 18 kB 00:00 2023-12-01T03:52:35.209 INFO:teuthology.orchestra.run.smithi183.stdout:(12/32): python3-logutils-0.3.5-11.el8.noarch.r 970 kB/s | 49 kB 00:00 2023-12-01T03:52:35.251 INFO:teuthology.orchestra.run.smithi183.stdout:(13/32): python3-more-itertools-7.2.0-3.el8.noa 878 kB/s | 59 kB 00:00 2023-12-01T03:52:35.261 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-mon-2:18.2.0-1291.g188db309.el8.x86_64 30/32 2023-12-01T03:52:35.276 INFO:teuthology.orchestra.run.smithi183.stdout:(14/32): python3-pecan-1.3.2-9.el8.noarch.rpm 4.1 MB/s | 283 kB 00:00 2023-12-01T03:52:35.301 INFO:teuthology.orchestra.run.smithi183.stdout:(15/32): python3-portend-2.6-1.el8.noarch.rpm 311 kB/s | 16 kB 00:00 2023-12-01T03:52:35.327 INFO:teuthology.orchestra.run.smithi183.stdout:(16/32): python3-simplegeneric-0.8.1-17.el8.noa 373 kB/s | 19 kB 00:00 2023-12-01T03:52:35.352 INFO:teuthology.orchestra.run.smithi183.stdout:(17/32): python3-singledispatch-3.4.0.3-18.el8. 473 kB/s | 24 kB 00:00 2023-12-01T03:52:35.403 INFO:teuthology.orchestra.run.smithi183.stdout:(18/32): python3-tempora-1.14.1-5.el8.noarch.rp 387 kB/s | 29 kB 00:00 2023-12-01T03:52:35.421 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-mds-2:18.2.0-1291.g188db309.el8.x86_64 31/32 2023-12-01T03:52:35.428 INFO:teuthology.orchestra.run.smithi183.stdout:(19/32): python3-trustme-0.6.0-4.el8.noarch.rpm 365 kB/s | 27 kB 00:00 2023-12-01T03:52:35.439 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-mds-2:18.2.0-1291.g188db309.el8.x86_64 31/32 2023-12-01T03:52:35.463 INFO:teuthology.orchestra.run.smithi183.stdout:(20/32): python3-waitress-1.4.3-1.el8.noarch.rp 4.2 MB/s | 255 kB 00:00 2023-12-01T03:52:35.489 INFO:teuthology.orchestra.run.smithi183.stdout:(21/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 4.2 MB/s | 251 kB 00:00 2023-12-01T03:52:35.513 INFO:teuthology.orchestra.run.smithi183.stdout:(22/32): python3-webtest-2.0.33-1.el8.noarch.rp 1.7 MB/s | 85 kB 00:00 2023-12-01T03:52:35.538 INFO:teuthology.orchestra.run.smithi183.stdout:(23/32): python3-zc-lockfile-2.0-2.el8.noarch.r 457 kB/s | 23 kB 00:00 2023-12-01T03:52:35.562 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-2:18.2.0-1291.g188db309.el8.x86_64 32/32 2023-12-01T03:52:35.705 INFO:teuthology.orchestra.run.smithi183.stdout:(24/32): ceph-osd-18.2.0-1291.g188db309.el8.x86 18 MB/s | 18 MB 00:00 2023-12-01T03:52:35.830 INFO:teuthology.orchestra.run.smithi183.stdout:(25/32): python3-pycparser-2.14-14.el8.noarch.r 344 kB/s | 109 kB 00:00 2023-12-01T03:52:35.888 INFO:teuthology.orchestra.run.smithi183.stdout:(26/32): python3-cryptography-3.2.1-5.el8.x86_6 1.6 MB/s | 559 kB 00:00 2023-12-01T03:52:35.928 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-2:18.2.0-1291.g188db309.el8.x86_64 32/32 2023-12-01T03:52:35.928 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-2:18.2.0-1291.g188db309.el8.x86_64 1/32 2023-12-01T03:52:35.928 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-mds-2:18.2.0-1291.g188db309.el8.x86_64 2/32 2023-12-01T03:52:35.928 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-mgr-2:18.2.0-1291.g188db309.el8.x86_64 3/32 2023-12-01T03:52:35.928 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-mon-2:18.2.0-1291.g188db309.el8.x86_64 4/32 2023-12-01T03:52:35.928 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-osd-2:18.2.0-1291.g188db309.el8.x86_64 5/32 2023-12-01T03:52:35.928 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-mgr-modules-core-2:18.2.0-1291.g188db309.el8. 6/32 2023-12-01T03:52:35.929 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 7/32 2023-12-01T03:52:35.929 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 8/32 2023-12-01T03:52:35.929 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 9/32 2023-12-01T03:52:35.929 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 10/32 2023-12-01T03:52:35.929 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 11/32 2023-12-01T03:52:35.929 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 12/32 2023-12-01T03:52:35.929 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 13/32 2023-12-01T03:52:35.929 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 14/32 2023-12-01T03:52:35.929 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 15/32 2023-12-01T03:52:35.929 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-portend-2.6-1.el8.noarch 16/32 2023-12-01T03:52:35.929 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 17/32 2023-12-01T03:52:35.929 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 18/32 2023-12-01T03:52:35.929 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 19/32 2023-12-01T03:52:35.930 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 20/32 2023-12-01T03:52:35.930 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 21/32 2023-12-01T03:52:35.930 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 22/32 2023-12-01T03:52:35.930 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 23/32 2023-12-01T03:52:35.930 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 24/32 2023-12-01T03:52:35.930 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 25/32 2023-12-01T03:52:35.930 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-cryptography-3.2.1-5.el8.x86_64 26/32 2023-12-01T03:52:35.930 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-cffi-1.11.5-5.el8.x86_64 27/32 2023-12-01T03:52:35.930 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-pytz-2017.2-9.el8.noarch 28/32 2023-12-01T03:52:35.930 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 29/32 2023-12-01T03:52:35.930 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-mako-1.0.6-13.el8.noarch 30/32 2023-12-01T03:52:35.930 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 31/32 2023-12-01T03:52:35.939 INFO:teuthology.orchestra.run.smithi183.stdout:(27/32): python3-cffi-1.11.5-5.el8.x86_64.rpm 1.0 MB/s | 238 kB 00:00 2023-12-01T03:52:35.964 INFO:teuthology.orchestra.run.smithi183.stdout:(28/32): python3-pytz-2017.2-9.el8.noarch.rpm 404 kB/s | 54 kB 00:00 2023-12-01T03:52:36.014 INFO:teuthology.orchestra.run.smithi183.stdout:(29/32): python3-markupsafe-0.23-19.el8.x86_64. 309 kB/s | 39 kB 00:00 2023-12-01T03:52:36.048 INFO:teuthology.orchestra.run.smithi183.stdout:(30/32): python3-werkzeug-0.12.2-4.el8.noarch.r 5.3 MB/s | 457 kB 00:00 2023-12-01T03:52:36.073 INFO:teuthology.orchestra.run.smithi183.stdout:(31/32): python3-mako-1.0.6-13.el8.noarch.rpm 1.1 MB/s | 157 kB 00:00 2023-12-01T03:52:36.156 INFO:teuthology.orchestra.run.smithi183.stdout:(32/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 729 kB/s | 103 kB 00:00 2023-12-01T03:52:36.159 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:52:36.159 INFO:teuthology.orchestra.run.smithi183.stdout:Total 15 MB/s | 30 MB 00:01 2023-12-01T03:52:36.251 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2023-12-01T03:52:36.289 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2023-12-01T03:52:36.289 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2023-12-01T03:52:36.498 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2023-12-01T03:52:36.501 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2023-12-01T03:52:37.407 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 32/32 2023-12-01T03:52:37.408 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:47 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:52:37.591 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2023-12-01T03:52:37.804 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-12-01T03:52:38.132 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-12-01T03:52:38.353 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 3/32 2023-12-01T03:52:38.577 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 4/32 2023-12-01T03:52:38.794 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-mako-1.0.6-13.el8.noarch 5/32 2023-12-01T03:52:38.977 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-pytz-2017.2-9.el8.noarch 6/32 2023-12-01T03:52:39.208 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 7/32 2023-12-01T03:52:39.553 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-cffi-1.11.5-5.el8.x86_64 8/32 2023-12-01T03:52:39.818 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-cryptography-3.2.1-5.el8.x86_64 9/32 2023-12-01T03:52:39.998 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 10/32 2023-12-01T03:52:40.191 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 11/32 2023-12-01T03:52:40.390 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 12/32 2023-12-01T03:52:40.634 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 13/32 2023-12-01T03:52:40.805 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 14/32 2023-12-01T03:52:40.994 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 15/32 2023-12-01T03:52:41.167 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 16/32 2023-12-01T03:52:41.326 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 17/32 2023-12-01T03:52:41.479 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 18/32 2023-12-01T03:52:41.718 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 19/32 2023-12-01T03:52:41.977 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 20/32 2023-12-01T03:52:42.162 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-12-01T03:52:42.436 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-12-01T03:52:42.679 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-12-01T03:52:42.907 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 24/32 2023-12-01T03:52:43.230 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 25/32 2023-12-01T03:52:43.522 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-12-01T03:52:43.859 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-mgr-modules-core-2:18.2.0-1291.g188db309.el8. 27/32 2023-12-01T03:52:44.030 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-mgr-2:18.2.0-1291.g188db309.el8.x86_64 28/32 2023-12-01T03:52:45.604 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-mgr-2:18.2.0-1291.g188db309.el8.x86_64 28/32 2023-12-01T03:52:45.854 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-osd-2:18.2.0-1291.g188db309.el8.x86_64 29/32 2023-12-01T03:52:46.313 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-osd-2:18.2.0-1291.g188db309.el8.x86_64 29/32 2023-12-01T03:52:47.213 INFO:teuthology.orchestra.run.smithi120.stdout:Installed products updated. 2023-12-01T03:52:47.400 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:52:47.400 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2023-12-01T03:52:47.400 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:52:47.401 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mds-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:52:47.401 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:52:47.401 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-modules-core-2:18.2.0-1291.g188db309.el8.noarch 2023-12-01T03:52:47.401 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mon-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:52:47.401 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-osd-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:52:47.401 INFO:teuthology.orchestra.run.smithi120.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-12-01T03:52:47.401 INFO:teuthology.orchestra.run.smithi120.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-12-01T03:52:47.401 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cffi-1.11.5-5.el8.x86_64 2023-12-01T03:52:47.401 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-12-01T03:52:47.401 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-12-01T03:52:47.401 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cryptography-3.2.1-5.el8.x86_64 2023-12-01T03:52:47.401 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jaraco-6.2-6.el8.noarch 2023-12-01T03:52:47.402 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-12-01T03:52:47.402 INFO:teuthology.orchestra.run.smithi120.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-12-01T03:52:47.402 INFO:teuthology.orchestra.run.smithi120.stdout: python3-mako-1.0.6-13.el8.noarch 2023-12-01T03:52:47.402 INFO:teuthology.orchestra.run.smithi120.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-12-01T03:52:47.402 INFO:teuthology.orchestra.run.smithi120.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-12-01T03:52:47.402 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-12-01T03:52:47.402 INFO:teuthology.orchestra.run.smithi120.stdout: python3-portend-2.6-1.el8.noarch 2023-12-01T03:52:47.402 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-12-01T03:52:47.402 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pycparser-2.14-14.el8.noarch 2023-12-01T03:52:47.402 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pytz-2017.2-9.el8.noarch 2023-12-01T03:52:47.402 INFO:teuthology.orchestra.run.smithi120.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-12-01T03:52:47.402 INFO:teuthology.orchestra.run.smithi120.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-12-01T03:52:47.402 INFO:teuthology.orchestra.run.smithi120.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-12-01T03:52:47.403 INFO:teuthology.orchestra.run.smithi120.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-12-01T03:52:47.403 INFO:teuthology.orchestra.run.smithi120.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-12-01T03:52:47.403 INFO:teuthology.orchestra.run.smithi120.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-12-01T03:52:47.403 INFO:teuthology.orchestra.run.smithi120.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-12-01T03:52:47.403 INFO:teuthology.orchestra.run.smithi120.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-12-01T03:52:47.403 INFO:teuthology.orchestra.run.smithi120.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-12-01T03:52:47.403 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:52:47.403 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2023-12-01T03:52:47.473 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-mon-2:18.2.0-1291.g188db309.el8.x86_64 30/32 2023-12-01T03:52:47.564 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-base 2023-12-01T03:52:47.693 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-mon-2:18.2.0-1291.g188db309.el8.x86_64 30/32 2023-12-01T03:52:47.856 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-mds-2:18.2.0-1291.g188db309.el8.x86_64 31/32 2023-12-01T03:52:47.873 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-mds-2:18.2.0-1291.g188db309.el8.x86_64 31/32 2023-12-01T03:52:47.911 INFO:teuthology.orchestra.run.smithi120.stdout:Updating Subscription Management repositories. 2023-12-01T03:52:48.020 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-2:18.2.0-1291.g188db309.el8.x86_64 32/32 2023-12-01T03:52:48.370 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-2:18.2.0-1291.g188db309.el8.x86_64 32/32 2023-12-01T03:52:48.370 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-2:18.2.0-1291.g188db309.el8.x86_64 1/32 2023-12-01T03:52:48.370 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-mds-2:18.2.0-1291.g188db309.el8.x86_64 2/32 2023-12-01T03:52:48.371 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-mgr-2:18.2.0-1291.g188db309.el8.x86_64 3/32 2023-12-01T03:52:48.371 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-mon-2:18.2.0-1291.g188db309.el8.x86_64 4/32 2023-12-01T03:52:48.371 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-osd-2:18.2.0-1291.g188db309.el8.x86_64 5/32 2023-12-01T03:52:48.371 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-mgr-modules-core-2:18.2.0-1291.g188db309.el8. 6/32 2023-12-01T03:52:48.371 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 7/32 2023-12-01T03:52:48.371 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 8/32 2023-12-01T03:52:48.371 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 9/32 2023-12-01T03:52:48.371 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 10/32 2023-12-01T03:52:48.371 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 11/32 2023-12-01T03:52:48.371 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 12/32 2023-12-01T03:52:48.371 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 13/32 2023-12-01T03:52:48.371 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 14/32 2023-12-01T03:52:48.371 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 15/32 2023-12-01T03:52:48.372 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-portend-2.6-1.el8.noarch 16/32 2023-12-01T03:52:48.372 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 17/32 2023-12-01T03:52:48.372 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 18/32 2023-12-01T03:52:48.372 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 19/32 2023-12-01T03:52:48.372 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 20/32 2023-12-01T03:52:48.372 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 21/32 2023-12-01T03:52:48.372 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 22/32 2023-12-01T03:52:48.372 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 23/32 2023-12-01T03:52:48.372 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 24/32 2023-12-01T03:52:48.372 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 25/32 2023-12-01T03:52:48.372 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-cryptography-3.2.1-5.el8.x86_64 26/32 2023-12-01T03:52:48.372 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-cffi-1.11.5-5.el8.x86_64 27/32 2023-12-01T03:52:48.373 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-pytz-2017.2-9.el8.noarch 28/32 2023-12-01T03:52:52.246 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 29/32 2023-12-01T03:52:52.246 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-mako-1.0.6-13.el8.noarch 30/32 2023-12-01T03:52:52.246 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 31/32 2023-12-01T03:52:52.250 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 32/32 2023-12-01T03:52:52.250 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:01:54 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:52:52.251 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:59 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:52:52.251 INFO:teuthology.orchestra.run.smithi120.stdout:Package ceph-base-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T03:52:52.251 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2023-12-01T03:52:52.252 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2023-12-01T03:52:52.252 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2023-12-01T03:52:52.252 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install cephadm 2023-12-01T03:52:52.605 INFO:teuthology.orchestra.run.smithi120.stdout:Updating Subscription Management repositories. 2023-12-01T03:52:54.129 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:02:04 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:52:55.560 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2023-12-01T03:52:55.561 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T03:52:55.561 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2023-12-01T03:52:55.561 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T03:52:55.561 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2023-12-01T03:52:55.561 INFO:teuthology.orchestra.run.smithi120.stdout: cephadm noarch 2:18.2.0-1291.g188db309.el8 ceph-noarch 168 k 2023-12-01T03:52:55.561 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:52:55.561 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2023-12-01T03:52:55.562 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T03:52:55.562 INFO:teuthology.orchestra.run.smithi120.stdout:Install 1 Package 2023-12-01T03:52:55.562 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:52:55.562 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 168 k 2023-12-01T03:52:55.562 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 680 k 2023-12-01T03:52:55.562 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2023-12-01T03:52:55.752 INFO:teuthology.orchestra.run.smithi120.stdout:cephadm-18.2.0-1291.g188db309.el8.noarch.rpm 887 kB/s | 168 kB 00:00 2023-12-01T03:52:55.753 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:52:55.753 INFO:teuthology.orchestra.run.smithi120.stdout:Total 881 kB/s | 168 kB 00:00 2023-12-01T03:52:55.753 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2023-12-01T03:52:55.760 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2023-12-01T03:52:55.761 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2023-12-01T03:52:55.762 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2023-12-01T03:52:55.766 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2023-12-01T03:52:55.813 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2023-12-01T03:52:56.712 INFO:teuthology.orchestra.run.smithi183.stdout:Installed products updated. 2023-12-01T03:52:56.903 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:52:56.904 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2023-12-01T03:52:56.904 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:52:56.904 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mds-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:52:56.904 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:52:56.904 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-modules-core-2:18.2.0-1291.g188db309.el8.noarch 2023-12-01T03:52:56.904 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mon-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:52:56.904 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-osd-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:52:56.904 INFO:teuthology.orchestra.run.smithi183.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-12-01T03:52:56.904 INFO:teuthology.orchestra.run.smithi183.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-12-01T03:52:56.904 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cffi-1.11.5-5.el8.x86_64 2023-12-01T03:52:56.905 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-12-01T03:52:56.905 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-12-01T03:52:56.905 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cryptography-3.2.1-5.el8.x86_64 2023-12-01T03:52:56.905 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jaraco-6.2-6.el8.noarch 2023-12-01T03:52:56.905 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-12-01T03:52:56.905 INFO:teuthology.orchestra.run.smithi183.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-12-01T03:52:56.905 INFO:teuthology.orchestra.run.smithi183.stdout: python3-mako-1.0.6-13.el8.noarch 2023-12-01T03:52:56.905 INFO:teuthology.orchestra.run.smithi183.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-12-01T03:52:56.905 INFO:teuthology.orchestra.run.smithi183.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-12-01T03:52:56.905 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-12-01T03:52:56.905 INFO:teuthology.orchestra.run.smithi183.stdout: python3-portend-2.6-1.el8.noarch 2023-12-01T03:52:56.905 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-12-01T03:52:56.906 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pycparser-2.14-14.el8.noarch 2023-12-01T03:52:56.906 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pytz-2017.2-9.el8.noarch 2023-12-01T03:52:56.906 INFO:teuthology.orchestra.run.smithi183.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-12-01T03:52:56.906 INFO:teuthology.orchestra.run.smithi183.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-12-01T03:52:56.906 INFO:teuthology.orchestra.run.smithi183.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-12-01T03:52:56.906 INFO:teuthology.orchestra.run.smithi183.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-12-01T03:52:56.906 INFO:teuthology.orchestra.run.smithi183.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-12-01T03:52:56.906 INFO:teuthology.orchestra.run.smithi183.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-12-01T03:52:56.906 INFO:teuthology.orchestra.run.smithi183.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-12-01T03:52:56.906 INFO:teuthology.orchestra.run.smithi183.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-12-01T03:52:56.906 INFO:teuthology.orchestra.run.smithi183.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-12-01T03:52:56.906 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:52:56.906 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-01T03:52:57.056 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph-base 2023-12-01T03:52:57.401 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-01T03:52:57.480 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: cephadm-2:18.2.0-1291.g188db309.el8.noarch 1/1 2023-12-01T03:52:57.618 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : cephadm-2:18.2.0-1291.g188db309.el8.noarch 1/1 2023-12-01T03:52:57.781 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: cephadm-2:18.2.0-1291.g188db309.el8.noarch 1/1 2023-12-01T03:52:58.854 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : cephadm-2:18.2.0-1291.g188db309.el8.noarch 1/1 2023-12-01T03:52:58.858 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:02:08 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:52:58.970 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:02:03 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:53:00.289 INFO:teuthology.orchestra.run.smithi183.stdout:Package ceph-base-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T03:53:00.398 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-01T03:53:00.399 INFO:teuthology.orchestra.run.smithi183.stdout:Nothing to do. 2023-12-01T03:53:00.399 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-01T03:53:00.511 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install cephadm 2023-12-01T03:53:00.854 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-01T03:53:02.609 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:02:07 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:53:03.972 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-01T03:53:03.973 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T03:53:03.973 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repository Size 2023-12-01T03:53:03.973 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T03:53:03.973 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2023-12-01T03:53:03.973 INFO:teuthology.orchestra.run.smithi183.stdout: cephadm noarch 2:18.2.0-1291.g188db309.el8 ceph-noarch 168 k 2023-12-01T03:53:03.973 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:53:03.973 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2023-12-01T03:53:03.974 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T03:53:03.974 INFO:teuthology.orchestra.run.smithi183.stdout:Install 1 Package 2023-12-01T03:53:03.974 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:53:03.974 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 168 k 2023-12-01T03:53:03.974 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 680 k 2023-12-01T03:53:03.974 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2023-12-01T03:53:04.270 INFO:teuthology.orchestra.run.smithi183.stdout:cephadm-18.2.0-1291.g188db309.el8.noarch.rpm 569 kB/s | 168 kB 00:00 2023-12-01T03:53:04.271 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:53:04.271 INFO:teuthology.orchestra.run.smithi183.stdout:Total 567 kB/s | 168 kB 00:00 2023-12-01T03:53:04.271 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2023-12-01T03:53:04.279 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2023-12-01T03:53:04.279 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2023-12-01T03:53:04.281 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2023-12-01T03:53:04.285 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2023-12-01T03:53:04.327 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2023-12-01T03:53:06.009 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: cephadm-2:18.2.0-1291.g188db309.el8.noarch 1/1 2023-12-01T03:53:06.177 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : cephadm-2:18.2.0-1291.g188db309.el8.noarch 1/1 2023-12-01T03:53:06.342 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: cephadm-2:18.2.0-1291.g188db309.el8.noarch 1/1 2023-12-01T03:53:07.005 INFO:teuthology.orchestra.run.smithi120.stdout:Installed products updated. 2023-12-01T03:53:07.185 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:53:07.185 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2023-12-01T03:53:07.185 INFO:teuthology.orchestra.run.smithi120.stdout: cephadm-2:18.2.0-1291.g188db309.el8.noarch 2023-12-01T03:53:07.186 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:53:07.186 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2023-12-01T03:53:07.326 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-immutable-object-cache 2023-12-01T03:53:07.404 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : cephadm-2:18.2.0-1291.g188db309.el8.noarch 1/1 2023-12-01T03:53:07.405 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:02:12 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:53:07.688 INFO:teuthology.orchestra.run.smithi120.stdout:Updating Subscription Management repositories. 2023-12-01T03:53:09.352 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:02:19 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:53:10.733 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2023-12-01T03:53:10.734 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T03:53:10.734 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repo Size 2023-12-01T03:53:10.734 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T03:53:10.735 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2023-12-01T03:53:10.735 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-immutable-object-cache x86_64 2:18.2.0-1291.g188db309.el8 ceph 165 k 2023-12-01T03:53:10.735 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:53:10.735 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2023-12-01T03:53:10.735 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T03:53:10.735 INFO:teuthology.orchestra.run.smithi120.stdout:Install 1 Package 2023-12-01T03:53:10.736 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:53:10.736 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 165 k 2023-12-01T03:53:10.736 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 503 k 2023-12-01T03:53:10.736 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2023-12-01T03:53:11.054 INFO:teuthology.orchestra.run.smithi120.stdout:ceph-immutable-object-cache-18.2.0-1291.g188db3 519 kB/s | 165 kB 00:00 2023-12-01T03:53:11.054 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:53:11.054 INFO:teuthology.orchestra.run.smithi120.stdout:Total 517 kB/s | 165 kB 00:00 2023-12-01T03:53:11.055 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2023-12-01T03:53:11.067 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2023-12-01T03:53:11.067 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2023-12-01T03:53:11.118 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2023-12-01T03:53:11.122 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2023-12-01T03:53:11.237 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2023-12-01T03:53:11.424 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-immutable-object-cache-2:18.2.0-1291.g188db309. 1/1 2023-12-01T03:53:11.784 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.2.0-1291.g188db309. 1/1 2023-12-01T03:53:12.812 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-immutable-object-cache-2:18.2.0-1291.g188db309. 1/1 2023-12-01T03:53:12.812 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:02:22 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:53:15.776 INFO:teuthology.orchestra.run.smithi183.stdout:Installed products updated. 2023-12-01T03:53:15.959 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:53:15.959 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2023-12-01T03:53:15.959 INFO:teuthology.orchestra.run.smithi183.stdout: cephadm-2:18.2.0-1291.g188db309.el8.noarch 2023-12-01T03:53:15.959 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:53:15.959 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-01T03:53:16.086 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph-immutable-object-cache 2023-12-01T03:53:16.444 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-01T03:53:18.054 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:02:23 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:53:19.448 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-01T03:53:19.448 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T03:53:19.448 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repo Size 2023-12-01T03:53:19.449 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T03:53:19.449 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2023-12-01T03:53:19.449 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-immutable-object-cache x86_64 2:18.2.0-1291.g188db309.el8 ceph 165 k 2023-12-01T03:53:19.449 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:53:19.449 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2023-12-01T03:53:19.449 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T03:53:19.449 INFO:teuthology.orchestra.run.smithi183.stdout:Install 1 Package 2023-12-01T03:53:19.450 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:53:19.450 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 165 k 2023-12-01T03:53:19.450 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 503 k 2023-12-01T03:53:19.451 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2023-12-01T03:53:19.711 INFO:teuthology.orchestra.run.smithi183.stdout:ceph-immutable-object-cache-18.2.0-1291.g188db3 632 kB/s | 165 kB 00:00 2023-12-01T03:53:19.712 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:53:19.712 INFO:teuthology.orchestra.run.smithi183.stdout:Total 629 kB/s | 165 kB 00:00 2023-12-01T03:53:19.712 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2023-12-01T03:53:19.724 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2023-12-01T03:53:19.724 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2023-12-01T03:53:19.777 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2023-12-01T03:53:19.781 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2023-12-01T03:53:19.893 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2023-12-01T03:53:20.092 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-immutable-object-cache-2:18.2.0-1291.g188db309. 1/1 2023-12-01T03:53:20.433 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.2.0-1291.g188db309. 1/1 2023-12-01T03:53:21.490 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-immutable-object-cache-2:18.2.0-1291.g188db309. 1/1 2023-12-01T03:53:21.490 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:02:26 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:53:22.374 INFO:teuthology.orchestra.run.smithi120.stdout:Installed products updated. 2023-12-01T03:53:22.555 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:53:22.555 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2023-12-01T03:53:22.555 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-immutable-object-cache-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:53:22.555 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:53:22.555 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2023-12-01T03:53:22.682 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-mgr 2023-12-01T03:53:23.028 INFO:teuthology.orchestra.run.smithi120.stdout:Updating Subscription Management repositories. 2023-12-01T03:53:24.708 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:02:34 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:53:25.975 INFO:teuthology.orchestra.run.smithi120.stdout:Package ceph-mgr-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T03:53:26.084 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2023-12-01T03:53:26.085 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2023-12-01T03:53:26.085 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2023-12-01T03:53:26.203 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-mgr-dashboard 2023-12-01T03:53:26.545 INFO:teuthology.orchestra.run.smithi120.stdout:Updating Subscription Management repositories. 2023-12-01T03:53:28.049 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:02:38 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:53:29.434 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2023-12-01T03:53:29.434 INFO:teuthology.orchestra.run.smithi120.stdout:=================================================================================================== 2023-12-01T03:53:29.434 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2023-12-01T03:53:29.434 INFO:teuthology.orchestra.run.smithi120.stdout:=================================================================================================== 2023-12-01T03:53:29.434 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2023-12-01T03:53:29.434 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-dashboard noarch 2:18.2.0-1291.g188db309.el8 ceph-noarch 1.8 M 2023-12-01T03:53:29.434 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2023-12-01T03:53:29.435 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-grafana-dashboards noarch 2:18.2.0-1291.g188db309.el8 ceph-noarch 23 k 2023-12-01T03:53:29.435 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-prometheus-alerts noarch 2:18.2.0-1291.g188db309.el8 ceph-noarch 15 k 2023-12-01T03:53:29.435 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-12-01T03:53:29.435 INFO:teuthology.orchestra.run.smithi120.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-12-01T03:53:29.435 INFO:teuthology.orchestra.run.smithi120.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-12-01T03:53:29.435 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:53:29.435 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2023-12-01T03:53:29.435 INFO:teuthology.orchestra.run.smithi120.stdout:=================================================================================================== 2023-12-01T03:53:29.435 INFO:teuthology.orchestra.run.smithi120.stdout:Install 6 Packages 2023-12-01T03:53:29.435 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:53:29.435 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 2.1 M 2023-12-01T03:53:29.435 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 8.5 M 2023-12-01T03:53:29.436 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2023-12-01T03:53:29.716 INFO:teuthology.orchestra.run.smithi120.stdout:(1/6): ceph-grafana-dashboards-18.2.0-1291.g188 169 kB/s | 23 kB 00:00 2023-12-01T03:53:29.733 INFO:teuthology.orchestra.run.smithi120.stdout:(2/6): ceph-prometheus-alerts-18.2.0-1291.g188d 95 kB/s | 15 kB 00:00 2023-12-01T03:53:29.808 INFO:teuthology.orchestra.run.smithi120.stdout:(3/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 366 kB/s | 34 kB 00:00 2023-12-01T03:53:29.867 INFO:teuthology.orchestra.run.smithi120.stdout:(4/6): ceph-mgr-dashboard-18.2.0-1291.g188db309 6.1 MB/s | 1.8 MB 00:00 2023-12-01T03:53:29.926 INFO:teuthology.orchestra.run.smithi120.stdout:(5/6): python3-routes-2.4.1-12.el8.noarch.rpm 1.0 MB/s | 196 kB 00:00 2023-12-01T03:53:29.951 INFO:teuthology.orchestra.run.smithi120.stdout:(6/6): python3-jwt-1.6.1-2.el8.noarch.rpm 300 kB/s | 43 kB 00:00 2023-12-01T03:53:29.952 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:53:29.953 INFO:teuthology.orchestra.run.smithi120.stdout:Total 4.0 MB/s | 2.1 MB 00:00 2023-12-01T03:53:29.964 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2023-12-01T03:53:29.973 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2023-12-01T03:53:29.973 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2023-12-01T03:53:30.029 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2023-12-01T03:53:30.033 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2023-12-01T03:53:30.304 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2023-12-01T03:53:30.463 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 1/6 2023-12-01T03:53:30.580 INFO:teuthology.orchestra.run.smithi183.stdout:Installed products updated. 2023-12-01T03:53:30.634 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 2/6 2023-12-01T03:53:30.764 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:53:30.764 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2023-12-01T03:53:30.764 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-immutable-object-cache-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:53:30.764 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:53:30.764 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-01T03:53:30.790 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 3/6 2023-12-01T03:53:30.892 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph-mgr 2023-12-01T03:53:30.935 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-prometheus-alerts-2:18.2.0-1291.g188db309.el8.n 4/6 2023-12-01T03:53:31.236 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-01T03:53:31.271 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-grafana-dashboards-2:18.2.0-1291.g188db309.el8. 5/6 2023-12-01T03:53:31.445 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-mgr-dashboard-2:18.2.0-1291.g188db309.el8.noarc 6/6 2023-12-01T03:53:31.663 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.2.0-1291.g188db309.el8.noarc 6/6 2023-12-01T03:53:31.663 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-grafana-dashboards-2:18.2.0-1291.g188db309.el8. 1/6 2023-12-01T03:53:31.663 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-mgr-dashboard-2:18.2.0-1291.g188db309.el8.noarc 2/6 2023-12-01T03:53:31.663 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-prometheus-alerts-2:18.2.0-1291.g188db309.el8.n 3/6 2023-12-01T03:53:31.663 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/6 2023-12-01T03:53:31.664 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/6 2023-12-01T03:53:32.799 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:02:37 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:53:32.823 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/6 2023-12-01T03:53:32.824 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:02:42 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:53:34.059 INFO:teuthology.orchestra.run.smithi183.stdout:Package ceph-mgr-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T03:53:34.169 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-01T03:53:34.170 INFO:teuthology.orchestra.run.smithi183.stdout:Nothing to do. 2023-12-01T03:53:34.170 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-01T03:53:34.277 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph-mgr-dashboard 2023-12-01T03:53:34.618 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-01T03:53:36.352 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:02:41 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:53:37.718 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-01T03:53:37.719 INFO:teuthology.orchestra.run.smithi183.stdout:=================================================================================================== 2023-12-01T03:53:37.719 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repository Size 2023-12-01T03:53:37.719 INFO:teuthology.orchestra.run.smithi183.stdout:=================================================================================================== 2023-12-01T03:53:37.719 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2023-12-01T03:53:37.719 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-dashboard noarch 2:18.2.0-1291.g188db309.el8 ceph-noarch 1.8 M 2023-12-01T03:53:37.719 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2023-12-01T03:53:37.719 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-grafana-dashboards noarch 2:18.2.0-1291.g188db309.el8 ceph-noarch 23 k 2023-12-01T03:53:37.719 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-prometheus-alerts noarch 2:18.2.0-1291.g188db309.el8 ceph-noarch 15 k 2023-12-01T03:53:37.719 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-12-01T03:53:37.720 INFO:teuthology.orchestra.run.smithi183.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-12-01T03:53:37.720 INFO:teuthology.orchestra.run.smithi183.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-12-01T03:53:37.720 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:53:37.720 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2023-12-01T03:53:37.720 INFO:teuthology.orchestra.run.smithi183.stdout:=================================================================================================== 2023-12-01T03:53:37.720 INFO:teuthology.orchestra.run.smithi183.stdout:Install 6 Packages 2023-12-01T03:53:37.720 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:53:37.721 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 2.1 M 2023-12-01T03:53:37.721 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 8.5 M 2023-12-01T03:53:37.721 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2023-12-01T03:53:38.639 INFO:teuthology.orchestra.run.smithi183.stdout:(1/6): ceph-prometheus-alerts-18.2.0-1291.g188d 100 kB/s | 15 kB 00:00 2023-12-01T03:53:38.664 INFO:teuthology.orchestra.run.smithi183.stdout:(2/6): ceph-grafana-dashboards-18.2.0-1291.g188 135 kB/s | 23 kB 00:00 2023-12-01T03:53:38.772 INFO:teuthology.orchestra.run.smithi183.stdout:(3/6): ceph-mgr-dashboard-18.2.0-1291.g188db309 6.3 MB/s | 1.8 MB 00:00 2023-12-01T03:53:38.939 INFO:teuthology.orchestra.run.smithi183.stdout:(4/6): python3-jwt-1.6.1-2.el8.noarch.rpm 256 kB/s | 43 kB 00:00 2023-12-01T03:53:40.197 INFO:teuthology.orchestra.run.smithi183.stdout:(5/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 22 kB/s | 34 kB 00:01 2023-12-01T03:53:41.181 INFO:teuthology.orchestra.run.smithi183.stdout:(6/6): python3-routes-2.4.1-12.el8.noarch.rpm 78 kB/s | 196 kB 00:02 2023-12-01T03:53:41.184 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:53:41.185 INFO:teuthology.orchestra.run.smithi183.stdout:Total 608 kB/s | 2.1 MB 00:03 2023-12-01T03:53:41.197 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2023-12-01T03:53:41.207 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2023-12-01T03:53:41.207 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2023-12-01T03:53:41.267 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2023-12-01T03:53:41.271 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2023-12-01T03:53:41.556 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2023-12-01T03:53:41.739 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 1/6 2023-12-01T03:53:41.927 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 2/6 2023-12-01T03:53:42.123 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 3/6 2023-12-01T03:53:42.294 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-prometheus-alerts-2:18.2.0-1291.g188db309.el8.n 4/6 2023-12-01T03:53:42.640 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-grafana-dashboards-2:18.2.0-1291.g188db309.el8. 5/6 2023-12-01T03:53:42.837 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-mgr-dashboard-2:18.2.0-1291.g188db309.el8.noarc 6/6 2023-12-01T03:53:42.900 INFO:teuthology.orchestra.run.smithi120.stdout:Installed products updated. 2023-12-01T03:53:43.070 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.2.0-1291.g188db309.el8.noarc 6/6 2023-12-01T03:53:43.070 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-grafana-dashboards-2:18.2.0-1291.g188db309.el8. 1/6 2023-12-01T03:53:43.070 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-mgr-dashboard-2:18.2.0-1291.g188db309.el8.noarc 2/6 2023-12-01T03:53:43.071 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-prometheus-alerts-2:18.2.0-1291.g188db309.el8.n 3/6 2023-12-01T03:53:43.071 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/6 2023-12-01T03:53:43.071 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/6 2023-12-01T03:53:43.080 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:53:43.081 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2023-12-01T03:53:43.081 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-grafana-dashboards-2:18.2.0-1291.g188db309.el8.noarch 2023-12-01T03:53:43.081 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-dashboard-2:18.2.0-1291.g188db309.el8.noarch 2023-12-01T03:53:43.081 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-prometheus-alerts-2:18.2.0-1291.g188db309.el8.noarch 2023-12-01T03:53:43.081 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-12-01T03:53:43.081 INFO:teuthology.orchestra.run.smithi120.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-12-01T03:53:43.081 INFO:teuthology.orchestra.run.smithi120.stdout: python3-routes-2.4.1-12.el8.noarch 2023-12-01T03:53:43.081 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:53:43.081 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2023-12-01T03:53:43.204 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-mgr-diskprediction-local 2023-12-01T03:53:43.550 INFO:teuthology.orchestra.run.smithi120.stdout:Updating Subscription Management repositories. 2023-12-01T03:53:44.104 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/6 2023-12-01T03:53:44.105 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:02:49 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:53:45.205 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:02:55 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:53:46.579 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2023-12-01T03:53:47.224 INFO:teuthology.orchestra.run.smithi120.stdout:======================================================================================================================= 2023-12-01T03:53:47.224 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2023-12-01T03:53:47.224 INFO:teuthology.orchestra.run.smithi120.stdout:======================================================================================================================= 2023-12-01T03:53:47.224 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2023-12-01T03:53:47.224 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-diskprediction-local noarch 2:18.2.0-1291.g188db309.el8 ceph-noarch 7.4 M 2023-12-01T03:53:47.224 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2023-12-01T03:53:47.225 INFO:teuthology.orchestra.run.smithi120.stdout: libgfortran x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 644 k 2023-12-01T03:53:47.225 INFO:teuthology.orchestra.run.smithi120.stdout: libquadmath x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 171 k 2023-12-01T03:53:47.225 INFO:teuthology.orchestra.run.smithi120.stdout: openblas x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.7 M 2023-12-01T03:53:47.225 INFO:teuthology.orchestra.run.smithi120.stdout: openblas-threads x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.9 M 2023-12-01T03:53:47.225 INFO:teuthology.orchestra.run.smithi120.stdout: python3-numpy x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2023-12-01T03:53:47.225 INFO:teuthology.orchestra.run.smithi120.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2023-12-01T03:53:47.225 INFO:teuthology.orchestra.run.smithi120.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-12-01T03:53:47.225 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:53:47.225 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2023-12-01T03:53:47.225 INFO:teuthology.orchestra.run.smithi120.stdout:======================================================================================================================= 2023-12-01T03:53:47.225 INFO:teuthology.orchestra.run.smithi120.stdout:Install 8 Packages 2023-12-01T03:53:47.225 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:53:47.225 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 35 M 2023-12-01T03:53:47.226 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 210 M 2023-12-01T03:53:47.226 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2023-12-01T03:53:47.226 INFO:teuthology.orchestra.run.smithi120.stdout:(1/8): libquadmath-8.5.0-10.1.el8_6.x86_64.rpm 1.0 MB/s | 171 kB 00:00 2023-12-01T03:53:47.226 INFO:teuthology.orchestra.run.smithi120.stdout:(2/8): libgfortran-8.5.0-10.1.el8_6.x86_64.rpm 3.2 MB/s | 644 kB 00:00 2023-12-01T03:53:47.226 INFO:teuthology.orchestra.run.smithi120.stdout:(3/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 13 MB/s | 3.7 MB 00:00 2023-12-01T03:53:47.324 INFO:teuthology.orchestra.run.smithi120.stdout:(4/8): python3-scipy-1.0.0-21.module+el8.5.0+10 24 MB/s | 14 MB 00:00 2023-12-01T03:53:47.449 INFO:teuthology.orchestra.run.smithi120.stdout:(5/8): ceph-mgr-diskprediction-local-18.2.0-129 8.5 MB/s | 7.4 MB 00:00 2023-12-01T03:53:47.474 INFO:teuthology.orchestra.run.smithi120.stdout:(6/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 562 kB/s | 225 kB 00:00 2023-12-01T03:53:47.583 INFO:teuthology.orchestra.run.smithi120.stdout:(7/8): openblas-threads-0.3.15-3.el8.x86_64.rpm 19 MB/s | 4.9 MB 00:00 2023-12-01T03:53:47.900 INFO:teuthology.orchestra.run.smithi120.stdout:(8/8): openblas-0.3.15-3.el8.x86_64.rpm 10 MB/s | 4.7 MB 00:00 2023-12-01T03:53:47.901 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:53:47.901 INFO:teuthology.orchestra.run.smithi120.stdout:Total 27 MB/s | 35 MB 00:01 2023-12-01T03:53:48.139 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2023-12-01T03:53:48.157 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2023-12-01T03:53:48.157 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2023-12-01T03:53:48.449 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2023-12-01T03:53:48.453 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2023-12-01T03:53:48.984 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2023-12-01T03:53:49.118 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-12-01T03:53:49.246 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-12-01T03:53:49.417 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-12-01T03:53:50.016 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-12-01T03:53:50.184 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-12-01T03:53:50.775 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-12-01T03:53:50.942 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : openblas-0.3.15-3.el8.x86_64 4/8 2023-12-01T03:53:51.310 INFO:teuthology.orchestra.run.smithi183.stdout:Installed products updated. 2023-12-01T03:53:51.497 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:53:51.497 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2023-12-01T03:53:51.498 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-grafana-dashboards-2:18.2.0-1291.g188db309.el8.noarch 2023-12-01T03:53:51.498 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-dashboard-2:18.2.0-1291.g188db309.el8.noarch 2023-12-01T03:53:51.498 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-prometheus-alerts-2:18.2.0-1291.g188db309.el8.noarch 2023-12-01T03:53:51.498 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-12-01T03:53:51.498 INFO:teuthology.orchestra.run.smithi183.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-12-01T03:53:51.498 INFO:teuthology.orchestra.run.smithi183.stdout: python3-routes-2.4.1-12.el8.noarch 2023-12-01T03:53:51.498 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:53:51.498 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-01T03:53:51.619 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph-mgr-diskprediction-local 2023-12-01T03:53:51.641 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: openblas-0.3.15-3.el8.x86_64 4/8 2023-12-01T03:53:51.929 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-12-01T03:53:51.964 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-01T03:53:52.125 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-01T03:53:53.423 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:02:58 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:53:53.882 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-01T03:53:54.867 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-01T03:53:54.869 INFO:teuthology.orchestra.run.smithi183.stdout:======================================================================================================================= 2023-12-01T03:53:54.869 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repository Size 2023-12-01T03:53:54.870 INFO:teuthology.orchestra.run.smithi183.stdout:======================================================================================================================= 2023-12-01T03:53:54.870 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2023-12-01T03:53:54.870 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-diskprediction-local noarch 2:18.2.0-1291.g188db309.el8 ceph-noarch 7.4 M 2023-12-01T03:53:54.870 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2023-12-01T03:53:54.870 INFO:teuthology.orchestra.run.smithi183.stdout: libgfortran x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 644 k 2023-12-01T03:53:54.870 INFO:teuthology.orchestra.run.smithi183.stdout: libquadmath x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 171 k 2023-12-01T03:53:54.870 INFO:teuthology.orchestra.run.smithi183.stdout: openblas x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.7 M 2023-12-01T03:53:54.870 INFO:teuthology.orchestra.run.smithi183.stdout: openblas-threads x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.9 M 2023-12-01T03:53:54.870 INFO:teuthology.orchestra.run.smithi183.stdout: python3-numpy x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2023-12-01T03:53:54.870 INFO:teuthology.orchestra.run.smithi183.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2023-12-01T03:53:54.870 INFO:teuthology.orchestra.run.smithi183.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-12-01T03:53:54.870 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:53:54.871 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2023-12-01T03:53:54.871 INFO:teuthology.orchestra.run.smithi183.stdout:======================================================================================================================= 2023-12-01T03:53:54.871 INFO:teuthology.orchestra.run.smithi183.stdout:Install 8 Packages 2023-12-01T03:53:54.871 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:53:54.871 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 35 M 2023-12-01T03:53:54.871 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 210 M 2023-12-01T03:53:54.871 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2023-12-01T03:53:55.094 INFO:teuthology.orchestra.run.smithi183.stdout:(1/8): libquadmath-8.5.0-10.1.el8_6.x86_64.rpm 769 kB/s | 171 kB 00:00 2023-12-01T03:53:55.114 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 7/8 2023-12-01T03:53:55.127 INFO:teuthology.orchestra.run.smithi183.stdout:(2/8): libgfortran-8.5.0-10.1.el8_6.x86_64.rpm 2.5 MB/s | 644 kB 00:00 2023-12-01T03:53:55.283 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-mgr-diskprediction-local-2:18.2.0-1291.g188db30 8/8 2023-12-01T03:53:55.336 INFO:teuthology.orchestra.run.smithi183.stdout:(3/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 18 MB/s | 3.7 MB 00:00 2023-12-01T03:53:55.495 INFO:teuthology.orchestra.run.smithi183.stdout:(4/8): python3-scipy-1.0.0-21.module+el8.5.0+10 34 MB/s | 14 MB 00:00 2023-12-01T03:53:55.520 INFO:teuthology.orchestra.run.smithi183.stdout:(5/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 1.2 MB/s | 225 kB 00:00 2023-12-01T03:53:55.535 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.2.0-1291.g188db30 8/8 2023-12-01T03:53:55.535 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.2.0-1291.g188db30 1/8 2023-12-01T03:53:55.535 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-12-01T03:53:55.536 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libquadmath-8.5.0-10.1.el8_6.x86_64 3/8 2023-12-01T03:53:55.536 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 4/8 2023-12-01T03:53:55.536 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-12-01T03:53:55.536 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-01T03:53:55.536 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : openblas-threads-0.3.15-3.el8.x86_64 7/8 2023-12-01T03:53:55.654 INFO:teuthology.orchestra.run.smithi183.stdout:(6/8): openblas-threads-0.3.15-3.el8.x86_64.rpm 31 MB/s | 4.9 MB 00:00 2023-12-01T03:53:55.820 INFO:teuthology.orchestra.run.smithi183.stdout:(7/8): ceph-mgr-diskprediction-local-18.2.0-129 7.8 MB/s | 7.4 MB 00:00 2023-12-01T03:53:55.896 INFO:teuthology.orchestra.run.smithi183.stdout:(8/8): openblas-0.3.15-3.el8.x86_64.rpm 13 MB/s | 4.7 MB 00:00 2023-12-01T03:53:55.896 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:53:55.897 INFO:teuthology.orchestra.run.smithi183.stdout:Total 34 MB/s | 35 MB 00:01 2023-12-01T03:53:56.134 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2023-12-01T03:53:56.152 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2023-12-01T03:53:56.152 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2023-12-01T03:53:56.445 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2023-12-01T03:53:56.449 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2023-12-01T03:53:56.586 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : openblas-0.3.15-3.el8.x86_64 8/8 2023-12-01T03:53:56.587 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:03:06 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:53:56.982 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2023-12-01T03:53:57.110 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-12-01T03:53:57.244 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-12-01T03:53:57.402 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-12-01T03:53:58.011 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-12-01T03:53:58.201 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-12-01T03:53:58.803 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-12-01T03:53:59.017 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : openblas-0.3.15-3.el8.x86_64 4/8 2023-12-01T03:53:59.707 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: openblas-0.3.15-3.el8.x86_64 4/8 2023-12-01T03:54:00.004 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-12-01T03:54:00.242 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-01T03:54:01.986 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-01T03:54:03.224 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 7/8 2023-12-01T03:54:03.392 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-mgr-diskprediction-local-2:18.2.0-1291.g188db30 8/8 2023-12-01T03:54:03.678 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.2.0-1291.g188db30 8/8 2023-12-01T03:54:03.679 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.2.0-1291.g188db30 1/8 2023-12-01T03:54:03.679 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-12-01T03:54:03.679 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : libquadmath-8.5.0-10.1.el8_6.x86_64 3/8 2023-12-01T03:54:03.679 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 4/8 2023-12-01T03:54:03.679 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-12-01T03:54:03.679 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-01T03:54:03.679 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : openblas-threads-0.3.15-3.el8.x86_64 7/8 2023-12-01T03:54:03.887 INFO:teuthology.orchestra.run.smithi120.stdout:Installed products updated. 2023-12-01T03:54:04.072 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:54:04.073 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2023-12-01T03:54:04.073 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-diskprediction-local-2:18.2.0-1291.g188db309.el8.noarch 2023-12-01T03:54:04.073 INFO:teuthology.orchestra.run.smithi120.stdout: libgfortran-8.5.0-10.1.el8_6.x86_64 2023-12-01T03:54:04.073 INFO:teuthology.orchestra.run.smithi120.stdout: libquadmath-8.5.0-10.1.el8_6.x86_64 2023-12-01T03:54:04.073 INFO:teuthology.orchestra.run.smithi120.stdout: openblas-0.3.15-3.el8.x86_64 2023-12-01T03:54:04.073 INFO:teuthology.orchestra.run.smithi120.stdout: openblas-threads-0.3.15-3.el8.x86_64 2023-12-01T03:54:04.073 INFO:teuthology.orchestra.run.smithi120.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-12-01T03:54:04.073 INFO:teuthology.orchestra.run.smithi120.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-12-01T03:54:04.073 INFO:teuthology.orchestra.run.smithi120.stdout: python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d.x86_64 2023-12-01T03:54:04.073 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:54:04.073 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2023-12-01T03:54:04.204 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-mgr-rook 2023-12-01T03:54:04.552 INFO:teuthology.orchestra.run.smithi120.stdout:Updating Subscription Management repositories. 2023-12-01T03:54:04.738 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : openblas-0.3.15-3.el8.x86_64 8/8 2023-12-01T03:54:04.738 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:03:09 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:54:06.030 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:03:16 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:54:07.467 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2023-12-01T03:54:07.469 INFO:teuthology.orchestra.run.smithi120.stdout:======================================================================================================== 2023-12-01T03:54:07.469 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2023-12-01T03:54:07.469 INFO:teuthology.orchestra.run.smithi120.stdout:======================================================================================================== 2023-12-01T03:54:07.469 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2023-12-01T03:54:07.469 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-rook noarch 2:18.2.0-1291.g188db309.el8 ceph-noarch 50 k 2023-12-01T03:54:07.469 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2023-12-01T03:54:07.469 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-12-01T03:54:07.469 INFO:teuthology.orchestra.run.smithi120.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-12-01T03:54:07.470 INFO:teuthology.orchestra.run.smithi120.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-12-01T03:54:07.470 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2023-12-01T03:54:07.470 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2023-12-01T03:54:07.470 INFO:teuthology.orchestra.run.smithi120.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-12-01T03:54:07.470 INFO:teuthology.orchestra.run.smithi120.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2023-12-01T03:54:07.470 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2023-12-01T03:54:07.470 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2023-12-01T03:54:07.470 INFO:teuthology.orchestra.run.smithi120.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-12-01T03:54:07.470 INFO:teuthology.orchestra.run.smithi120.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-12-01T03:54:07.470 INFO:teuthology.orchestra.run.smithi120.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-12-01T03:54:07.470 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:54:07.470 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2023-12-01T03:54:07.470 INFO:teuthology.orchestra.run.smithi120.stdout:======================================================================================================== 2023-12-01T03:54:07.471 INFO:teuthology.orchestra.run.smithi120.stdout:Install 13 Packages 2023-12-01T03:54:07.471 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:54:07.471 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 1.9 M 2023-12-01T03:54:07.471 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 25 M 2023-12-01T03:54:07.471 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2023-12-01T03:54:08.167 INFO:teuthology.orchestra.run.smithi120.stdout:(1/13): ceph-mgr-rook-18.2.0-1291.g188db309.el8 194 kB/s | 50 kB 00:00 2023-12-01T03:54:08.194 INFO:teuthology.orchestra.run.smithi120.stdout:(2/13): python3-certifi-2018.10.15-7.el8.noarch 58 kB/s | 16 kB 00:00 2023-12-01T03:54:08.218 INFO:teuthology.orchestra.run.smithi120.stdout:(3/13): python3-cachetools-3.1.1-4.el8.noarch.r 107 kB/s | 33 kB 00:00 2023-12-01T03:54:08.427 INFO:teuthology.orchestra.run.smithi120.stdout:(4/13): python3-google-auth-1.1.1-10.el8.noarch 314 kB/s | 81 kB 00:00 2023-12-01T03:54:08.536 INFO:teuthology.orchestra.run.smithi120.stdout:(5/13): python3-websocket-client-0.56.0-5.el8.n 564 kB/s | 61 kB 00:00 2023-12-01T03:54:08.561 INFO:teuthology.orchestra.run.smithi120.stdout:(6/13): python3-rsa-4.9-2.el8.noarch.rpm 188 kB/s | 64 kB 00:00 2023-12-01T03:54:08.728 INFO:teuthology.orchestra.run.smithi120.stdout:(7/13): python3-kubernetes-11.0.0-6.el8.noarch. 2.2 MB/s | 1.2 MB 00:00 2023-12-01T03:54:08.753 INFO:teuthology.orchestra.run.smithi120.stdout:(8/13): python3-requests-oauthlib-1.0.0-1.el8.n 196 kB/s | 43 kB 00:00 2023-12-01T03:54:08.787 INFO:teuthology.orchestra.run.smithi120.stdout:(9/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 704 kB/s | 155 kB 00:00 2023-12-01T03:54:08.912 INFO:teuthology.orchestra.run.smithi120.stdout:(10/13): python3-jsonpatch-1.21-2.el8.noarch.rp 174 kB/s | 27 kB 00:00 2023-12-01T03:54:08.971 INFO:teuthology.orchestra.run.smithi120.stdout:(11/13): python3-pyasn1-modules-0.3.7-6.el8.noa 454 kB/s | 110 kB 00:00 2023-12-01T03:54:09.021 INFO:teuthology.orchestra.run.smithi120.stdout:(12/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 540 kB/s | 126 kB 00:00 2023-12-01T03:54:09.221 INFO:teuthology.orchestra.run.smithi120.stdout:(13/13): python3-jsonpointer-1.10-11.el8.noarch 65 kB/s | 20 kB 00:00 2023-12-01T03:54:09.221 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:54:09.221 INFO:teuthology.orchestra.run.smithi120.stdout:Total 1.1 MB/s | 1.9 MB 00:01 2023-12-01T03:54:09.288 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2023-12-01T03:54:09.303 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2023-12-01T03:54:09.303 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2023-12-01T03:54:09.374 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2023-12-01T03:54:09.378 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2023-12-01T03:54:09.865 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2023-12-01T03:54:10.056 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-12-01T03:54:10.257 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-rsa-4.9-2.el8.noarch 2/13 2023-12-01T03:54:10.420 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/13 2023-12-01T03:54:10.563 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 4/13 2023-12-01T03:54:10.775 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 5/13 2023-12-01T03:54:11.026 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-12-01T03:54:11.207 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-12-01T03:54:11.243 INFO:teuthology.orchestra.run.smithi183.stdout:Installed products updated. 2023-12-01T03:54:11.387 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 8/13 2023-12-01T03:54:11.426 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:54:11.427 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2023-12-01T03:54:11.427 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-diskprediction-local-2:18.2.0-1291.g188db309.el8.noarch 2023-12-01T03:54:11.427 INFO:teuthology.orchestra.run.smithi183.stdout: libgfortran-8.5.0-10.1.el8_6.x86_64 2023-12-01T03:54:11.427 INFO:teuthology.orchestra.run.smithi183.stdout: libquadmath-8.5.0-10.1.el8_6.x86_64 2023-12-01T03:54:11.427 INFO:teuthology.orchestra.run.smithi183.stdout: openblas-0.3.15-3.el8.x86_64 2023-12-01T03:54:11.427 INFO:teuthology.orchestra.run.smithi183.stdout: openblas-threads-0.3.15-3.el8.x86_64 2023-12-01T03:54:11.427 INFO:teuthology.orchestra.run.smithi183.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-12-01T03:54:11.427 INFO:teuthology.orchestra.run.smithi183.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-12-01T03:54:11.427 INFO:teuthology.orchestra.run.smithi183.stdout: python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d.x86_64 2023-12-01T03:54:11.428 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:54:11.428 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-01T03:54:11.519 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-12-01T03:54:11.571 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph-mgr-rook 2023-12-01T03:54:11.718 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 10/13 2023-12-01T03:54:11.919 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-01T03:54:12.761 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 11/13 2023-12-01T03:54:12.990 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 12/13 2023-12-01T03:54:13.114 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-mgr-rook-2:18.2.0-1291.g188db309.el8.noarch 13/13 2023-12-01T03:54:13.339 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:03:18 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:54:13.352 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-mgr-rook-2:18.2.0-1291.g188db309.el8.noarch 13/13 2023-12-01T03:54:13.353 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-mgr-rook-2:18.2.0-1291.g188db309.el8.noarch 1/13 2023-12-01T03:54:13.353 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/13 2023-12-01T03:54:13.353 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/13 2023-12-01T03:54:13.353 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/13 2023-12-01T03:54:13.353 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 5/13 2023-12-01T03:54:13.353 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 6/13 2023-12-01T03:54:13.353 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/13 2023-12-01T03:54:13.353 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 8/13 2023-12-01T03:54:13.353 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 9/13 2023-12-01T03:54:13.354 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 10/13 2023-12-01T03:54:13.354 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 11/13 2023-12-01T03:54:13.354 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 12/13 2023-12-01T03:54:14.456 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 13/13 2023-12-01T03:54:14.456 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:03:24 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:54:14.733 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-01T03:54:14.735 INFO:teuthology.orchestra.run.smithi183.stdout:======================================================================================================== 2023-12-01T03:54:14.735 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repository Size 2023-12-01T03:54:14.735 INFO:teuthology.orchestra.run.smithi183.stdout:======================================================================================================== 2023-12-01T03:54:14.735 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2023-12-01T03:54:14.735 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-rook noarch 2:18.2.0-1291.g188db309.el8 ceph-noarch 50 k 2023-12-01T03:54:14.735 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2023-12-01T03:54:14.735 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-12-01T03:54:14.735 INFO:teuthology.orchestra.run.smithi183.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-12-01T03:54:14.736 INFO:teuthology.orchestra.run.smithi183.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-12-01T03:54:14.736 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2023-12-01T03:54:14.736 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2023-12-01T03:54:14.736 INFO:teuthology.orchestra.run.smithi183.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-12-01T03:54:14.736 INFO:teuthology.orchestra.run.smithi183.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2023-12-01T03:54:14.736 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2023-12-01T03:54:14.736 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2023-12-01T03:54:14.736 INFO:teuthology.orchestra.run.smithi183.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-12-01T03:54:14.736 INFO:teuthology.orchestra.run.smithi183.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-12-01T03:54:14.736 INFO:teuthology.orchestra.run.smithi183.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-12-01T03:54:14.736 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:54:14.736 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2023-12-01T03:54:14.737 INFO:teuthology.orchestra.run.smithi183.stdout:======================================================================================================== 2023-12-01T03:54:14.737 INFO:teuthology.orchestra.run.smithi183.stdout:Install 13 Packages 2023-12-01T03:54:14.737 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:54:14.737 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 1.9 M 2023-12-01T03:54:14.737 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 25 M 2023-12-01T03:54:14.737 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2023-12-01T03:54:14.961 INFO:teuthology.orchestra.run.smithi183.stdout:(1/13): ceph-mgr-rook-18.2.0-1291.g188db309.el8 295 kB/s | 50 kB 00:00 2023-12-01T03:54:15.051 INFO:teuthology.orchestra.run.smithi183.stdout:(2/13): python3-certifi-2018.10.15-7.el8.noarch 62 kB/s | 16 kB 00:00 2023-12-01T03:54:15.076 INFO:teuthology.orchestra.run.smithi183.stdout:(3/13): python3-cachetools-3.1.1-4.el8.noarch.r 115 kB/s | 33 kB 00:00 2023-12-01T03:54:15.268 INFO:teuthology.orchestra.run.smithi183.stdout:(4/13): python3-rsa-4.9-2.el8.noarch.rpm 335 kB/s | 64 kB 00:00 2023-12-01T03:54:15.310 INFO:teuthology.orchestra.run.smithi183.stdout:(5/13): python3-google-auth-1.1.1-10.el8.noarch 232 kB/s | 81 kB 00:00 2023-12-01T03:54:15.368 INFO:teuthology.orchestra.run.smithi183.stdout:(6/13): python3-websocket-client-0.56.0-5.el8.n 610 kB/s | 61 kB 00:00 2023-12-01T03:54:15.477 INFO:teuthology.orchestra.run.smithi183.stdout:(7/13): python3-requests-oauthlib-1.0.0-1.el8.n 255 kB/s | 43 kB 00:00 2023-12-01T03:54:15.569 INFO:teuthology.orchestra.run.smithi183.stdout:(8/13): python3-kubernetes-11.0.0-6.el8.noarch. 2.3 MB/s | 1.2 MB 00:00 2023-12-01T03:54:15.594 INFO:teuthology.orchestra.run.smithi183.stdout:(9/13): python3-pyasn1-modules-0.3.7-6.el8.noar 942 kB/s | 110 kB 00:00 2023-12-01T03:54:15.620 INFO:teuthology.orchestra.run.smithi183.stdout:(10/13): python3-oauthlib-2.1.0-1.el8.noarch.rp 617 kB/s | 155 kB 00:00 2023-12-01T03:54:15.720 INFO:teuthology.orchestra.run.smithi183.stdout:(11/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 1.0 MB/s | 126 kB 00:00 2023-12-01T03:54:15.737 INFO:teuthology.orchestra.run.smithi183.stdout:(12/13): python3-jsonpointer-1.10-11.el8.noarch 171 kB/s | 20 kB 00:00 2023-12-01T03:54:15.753 INFO:teuthology.orchestra.run.smithi183.stdout:(13/13): python3-jsonpatch-1.21-2.el8.noarch.rp 144 kB/s | 27 kB 00:00 2023-12-01T03:54:15.754 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:54:15.754 INFO:teuthology.orchestra.run.smithi183.stdout:Total 1.9 MB/s | 1.9 MB 00:01 2023-12-01T03:54:15.819 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2023-12-01T03:54:15.835 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2023-12-01T03:54:15.835 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2023-12-01T03:54:15.907 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2023-12-01T03:54:15.911 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2023-12-01T03:54:16.379 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2023-12-01T03:54:16.564 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-12-01T03:54:16.808 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-rsa-4.9-2.el8.noarch 2/13 2023-12-01T03:54:17.096 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/13 2023-12-01T03:54:17.256 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 4/13 2023-12-01T03:54:17.469 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 5/13 2023-12-01T03:54:17.677 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-12-01T03:54:17.875 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-12-01T03:54:18.080 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 8/13 2023-12-01T03:54:18.280 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-12-01T03:54:18.479 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 10/13 2023-12-01T03:54:19.565 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 11/13 2023-12-01T03:54:19.808 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 12/13 2023-12-01T03:54:19.939 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-mgr-rook-2:18.2.0-1291.g188db309.el8.noarch 13/13 2023-12-01T03:54:20.185 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-mgr-rook-2:18.2.0-1291.g188db309.el8.noarch 13/13 2023-12-01T03:54:20.186 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-mgr-rook-2:18.2.0-1291.g188db309.el8.noarch 1/13 2023-12-01T03:54:20.186 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/13 2023-12-01T03:54:20.186 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/13 2023-12-01T03:54:20.186 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/13 2023-12-01T03:54:20.186 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 5/13 2023-12-01T03:54:20.186 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 6/13 2023-12-01T03:54:20.186 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/13 2023-12-01T03:54:20.186 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 8/13 2023-12-01T03:54:20.186 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 9/13 2023-12-01T03:54:20.186 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 10/13 2023-12-01T03:54:20.187 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 11/13 2023-12-01T03:54:20.187 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 12/13 2023-12-01T03:54:21.283 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 13/13 2023-12-01T03:54:21.283 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:03:26 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:54:23.216 INFO:teuthology.orchestra.run.smithi120.stdout:Installed products updated. 2023-12-01T03:54:23.400 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:54:23.400 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2023-12-01T03:54:23.400 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-rook-2:18.2.0-1291.g188db309.el8.noarch 2023-12-01T03:54:23.400 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-12-01T03:54:23.401 INFO:teuthology.orchestra.run.smithi120.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-12-01T03:54:23.401 INFO:teuthology.orchestra.run.smithi120.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-12-01T03:54:23.401 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-12-01T03:54:23.401 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-12-01T03:54:23.401 INFO:teuthology.orchestra.run.smithi120.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-12-01T03:54:23.401 INFO:teuthology.orchestra.run.smithi120.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-12-01T03:54:23.401 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-12-01T03:54:23.401 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-12-01T03:54:23.401 INFO:teuthology.orchestra.run.smithi120.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-12-01T03:54:23.401 INFO:teuthology.orchestra.run.smithi120.stdout: python3-rsa-4.9-2.el8.noarch 2023-12-01T03:54:23.401 INFO:teuthology.orchestra.run.smithi120.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-12-01T03:54:23.401 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:54:23.402 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2023-12-01T03:54:23.530 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-mgr-cephadm 2023-12-01T03:54:23.881 INFO:teuthology.orchestra.run.smithi120.stdout:Updating Subscription Management repositories. 2023-12-01T03:54:25.730 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:03:35 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:54:27.118 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2023-12-01T03:54:27.119 INFO:teuthology.orchestra.run.smithi120.stdout:=============================================================================================== 2023-12-01T03:54:27.119 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2023-12-01T03:54:27.119 INFO:teuthology.orchestra.run.smithi120.stdout:=============================================================================================== 2023-12-01T03:54:27.119 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2023-12-01T03:54:27.119 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-cephadm noarch 2:18.2.0-1291.g188db309.el8 ceph-noarch 132 k 2023-12-01T03:54:27.119 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2023-12-01T03:54:27.119 INFO:teuthology.orchestra.run.smithi120.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-12-01T03:54:27.119 INFO:teuthology.orchestra.run.smithi120.stdout: python3-babel noarch 2.5.1-7.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2023-12-01T03:54:27.119 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jinja2 noarch 2.10.1-3.el8 rhel-8-for-x86_64-appstream-rpms 538 k 2023-12-01T03:54:27.119 INFO:teuthology.orchestra.run.smithi120.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-12-01T03:54:27.120 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:54:27.120 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2023-12-01T03:54:27.120 INFO:teuthology.orchestra.run.smithi120.stdout:=============================================================================================== 2023-12-01T03:54:27.120 INFO:teuthology.orchestra.run.smithi120.stdout:Install 5 Packages 2023-12-01T03:54:27.120 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:54:27.120 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 6.0 M 2023-12-01T03:54:27.120 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 26 M 2023-12-01T03:54:27.121 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2023-12-01T03:54:27.258 INFO:teuthology.orchestra.run.smithi120.stdout:(1/5): python3-natsort-7.1.1-2.el8.noarch.rpm 549 kB/s | 60 kB 00:00 2023-12-01T03:54:27.325 INFO:teuthology.orchestra.run.smithi120.stdout:(2/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 2.6 MB/s | 476 kB 00:00 2023-12-01T03:54:27.459 INFO:teuthology.orchestra.run.smithi120.stdout:(3/5): ceph-mgr-cephadm-18.2.0-1291.g188db309.e 424 kB/s | 132 kB 00:00 2023-12-01T03:54:27.501 INFO:teuthology.orchestra.run.smithi120.stdout:(4/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 2.2 MB/s | 538 kB 00:00 2023-12-01T03:54:27.651 INFO:teuthology.orchestra.run.smithi120.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 15 MB/s | 4.8 MB 00:00 2023-12-01T03:54:27.652 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:54:27.652 INFO:teuthology.orchestra.run.smithi120.stdout:Total 11 MB/s | 6.0 MB 00:00 2023-12-01T03:54:27.705 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2023-12-01T03:54:27.716 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2023-12-01T03:54:27.717 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2023-12-01T03:54:27.795 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2023-12-01T03:54:27.799 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2023-12-01T03:54:28.741 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2023-12-01T03:54:29.090 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 1/5 2023-12-01T03:54:29.296 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 2/5 2023-12-01T03:54:29.591 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-12-01T03:54:29.842 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-12-01T03:54:30.045 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-mgr-cephadm-2:18.2.0-1291.g188db309.el8.noarch 5/5 2023-12-01T03:54:30.088 INFO:teuthology.orchestra.run.smithi183.stdout:Installed products updated. 2023-12-01T03:54:30.273 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:54:30.273 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2023-12-01T03:54:30.273 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-rook-2:18.2.0-1291.g188db309.el8.noarch 2023-12-01T03:54:30.273 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-12-01T03:54:30.274 INFO:teuthology.orchestra.run.smithi183.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-12-01T03:54:30.274 INFO:teuthology.orchestra.run.smithi183.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-12-01T03:54:30.274 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-12-01T03:54:30.274 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-12-01T03:54:30.274 INFO:teuthology.orchestra.run.smithi183.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-12-01T03:54:30.274 INFO:teuthology.orchestra.run.smithi183.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-12-01T03:54:30.274 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-12-01T03:54:30.274 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-12-01T03:54:30.274 INFO:teuthology.orchestra.run.smithi183.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-12-01T03:54:30.274 INFO:teuthology.orchestra.run.smithi183.stdout: python3-rsa-4.9-2.el8.noarch 2023-12-01T03:54:30.275 INFO:teuthology.orchestra.run.smithi183.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-12-01T03:54:30.275 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:54:30.275 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-01T03:54:30.278 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.2.0-1291.g188db309.el8.noarch 5/5 2023-12-01T03:54:30.278 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-mgr-cephadm-2:18.2.0-1291.g188db309.el8.noarch 1/5 2023-12-01T03:54:30.278 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-12-01T03:54:30.278 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-12-01T03:54:30.278 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-12-01T03:54:30.398 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph-mgr-cephadm 2023-12-01T03:54:30.751 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-01T03:54:31.304 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 5/5 2023-12-01T03:54:31.304 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:03:41 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:54:32.393 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:03:37 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:54:33.759 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-01T03:54:33.760 INFO:teuthology.orchestra.run.smithi183.stdout:=============================================================================================== 2023-12-01T03:54:33.761 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repository Size 2023-12-01T03:54:33.761 INFO:teuthology.orchestra.run.smithi183.stdout:=============================================================================================== 2023-12-01T03:54:33.761 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2023-12-01T03:54:33.761 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-cephadm noarch 2:18.2.0-1291.g188db309.el8 ceph-noarch 132 k 2023-12-01T03:54:33.761 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2023-12-01T03:54:33.761 INFO:teuthology.orchestra.run.smithi183.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-12-01T03:54:33.761 INFO:teuthology.orchestra.run.smithi183.stdout: python3-babel noarch 2.5.1-7.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2023-12-01T03:54:33.761 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jinja2 noarch 2.10.1-3.el8 rhel-8-for-x86_64-appstream-rpms 538 k 2023-12-01T03:54:33.761 INFO:teuthology.orchestra.run.smithi183.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-12-01T03:54:33.761 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:54:33.761 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2023-12-01T03:54:33.762 INFO:teuthology.orchestra.run.smithi183.stdout:=============================================================================================== 2023-12-01T03:54:33.762 INFO:teuthology.orchestra.run.smithi183.stdout:Install 5 Packages 2023-12-01T03:54:33.762 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:54:33.762 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 6.0 M 2023-12-01T03:54:33.762 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 26 M 2023-12-01T03:54:33.762 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2023-12-01T03:54:34.197 INFO:teuthology.orchestra.run.smithi183.stdout:(1/5): ceph-mgr-cephadm-18.2.0-1291.g188db309.e 436 kB/s | 132 kB 00:00 2023-12-01T03:54:34.380 INFO:teuthology.orchestra.run.smithi183.stdout:(2/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 2.9 MB/s | 538 kB 00:00 2023-12-01T03:54:34.397 INFO:teuthology.orchestra.run.smithi183.stdout:(3/5): python3-natsort-7.1.1-2.el8.noarch.rpm 120 kB/s | 60 kB 00:00 2023-12-01T03:54:34.506 INFO:teuthology.orchestra.run.smithi183.stdout:(4/5): python3-babel-2.5.1-7.el8.noarch.rpm 38 MB/s | 4.8 MB 00:00 2023-12-01T03:54:35.656 INFO:teuthology.orchestra.run.smithi183.stdout:(5/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 270 kB/s | 476 kB 00:01 2023-12-01T03:54:35.657 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:54:35.657 INFO:teuthology.orchestra.run.smithi183.stdout:Total 3.1 MB/s | 6.0 MB 00:01 2023-12-01T03:54:35.714 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2023-12-01T03:54:35.726 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2023-12-01T03:54:35.727 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2023-12-01T03:54:35.808 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2023-12-01T03:54:35.814 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2023-12-01T03:54:36.749 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2023-12-01T03:54:37.106 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 1/5 2023-12-01T03:54:37.337 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 2/5 2023-12-01T03:54:37.681 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-12-01T03:54:37.700 INFO:teuthology.orchestra.run.smithi120.stdout:Installed products updated. 2023-12-01T03:54:37.883 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:54:37.883 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2023-12-01T03:54:37.883 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-cephadm-2:18.2.0-1291.g188db309.el8.noarch 2023-12-01T03:54:37.883 INFO:teuthology.orchestra.run.smithi120.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-12-01T03:54:37.883 INFO:teuthology.orchestra.run.smithi120.stdout: python3-babel-2.5.1-7.el8.noarch 2023-12-01T03:54:37.883 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-12-01T03:54:37.883 INFO:teuthology.orchestra.run.smithi120.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-12-01T03:54:37.884 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:54:37.884 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2023-12-01T03:54:37.959 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-12-01T03:54:38.035 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-fuse 2023-12-01T03:54:38.152 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-mgr-cephadm-2:18.2.0-1291.g188db309.el8.noarch 5/5 2023-12-01T03:54:38.387 INFO:teuthology.orchestra.run.smithi120.stdout:Updating Subscription Management repositories. 2023-12-01T03:54:38.391 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.2.0-1291.g188db309.el8.noarch 5/5 2023-12-01T03:54:38.391 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-mgr-cephadm-2:18.2.0-1291.g188db309.el8.noarch 1/5 2023-12-01T03:54:38.392 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-12-01T03:54:38.392 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-12-01T03:54:38.392 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-12-01T03:54:39.440 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 5/5 2023-12-01T03:54:39.440 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:03:44 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:54:40.043 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:03:50 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:54:41.486 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2023-12-01T03:54:41.486 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T03:54:41.486 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2023-12-01T03:54:41.486 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T03:54:41.487 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2023-12-01T03:54:41.487 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-fuse 2023-12-01T03:54:41.487 INFO:teuthology.orchestra.run.smithi120.stdout: x86_64 2:18.2.0-1291.g188db309.el8 ceph 851 k 2023-12-01T03:54:41.487 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2023-12-01T03:54:41.487 INFO:teuthology.orchestra.run.smithi120.stdout: fuse x86_64 2.9.7-15.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2023-12-01T03:54:41.487 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:54:41.487 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2023-12-01T03:54:41.487 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T03:54:41.487 INFO:teuthology.orchestra.run.smithi120.stdout:Install 2 Packages 2023-12-01T03:54:41.487 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:54:41.488 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 934 k 2023-12-01T03:54:41.488 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 3.0 M 2023-12-01T03:54:41.488 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2023-12-01T03:54:41.628 INFO:teuthology.orchestra.run.smithi120.stdout:(1/2): fuse-2.9.7-15.el8.x86_64.rpm 594 kB/s | 83 kB 00:00 2023-12-01T03:54:41.728 INFO:teuthology.orchestra.run.smithi120.stdout:(2/2): ceph-fuse-18.2.0-1291.g188db309.el8.x86_ 3.5 MB/s | 851 kB 00:00 2023-12-01T03:54:41.728 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:54:41.728 INFO:teuthology.orchestra.run.smithi120.stdout:Total 3.8 MB/s | 934 kB 00:00 2023-12-01T03:54:41.740 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2023-12-01T03:54:41.761 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2023-12-01T03:54:41.762 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2023-12-01T03:54:41.834 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2023-12-01T03:54:41.838 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2023-12-01T03:54:42.000 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2023-12-01T03:54:42.264 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : fuse-2.9.7-15.el8.x86_64 1/2 2023-12-01T03:54:42.407 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-fuse-2:18.2.0-1291.g188db309.el8.x86_64 2/2 2023-12-01T03:54:42.746 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-fuse-2:18.2.0-1291.g188db309.el8.x86_64 2/2 2023-12-01T03:54:42.747 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-fuse-2:18.2.0-1291.g188db309.el8.x86_64 1/2 2023-12-01T03:54:43.801 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : fuse-2.9.7-15.el8.x86_64 2/2 2023-12-01T03:54:43.801 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:03:53 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:54:45.641 INFO:teuthology.orchestra.run.smithi183.stdout:Installed products updated. 2023-12-01T03:54:45.826 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:54:45.826 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2023-12-01T03:54:45.826 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-cephadm-2:18.2.0-1291.g188db309.el8.noarch 2023-12-01T03:54:45.826 INFO:teuthology.orchestra.run.smithi183.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-12-01T03:54:45.826 INFO:teuthology.orchestra.run.smithi183.stdout: python3-babel-2.5.1-7.el8.noarch 2023-12-01T03:54:45.827 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-12-01T03:54:45.827 INFO:teuthology.orchestra.run.smithi183.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-12-01T03:54:45.827 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:54:45.827 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-01T03:54:45.961 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph-fuse 2023-12-01T03:54:46.312 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-01T03:54:47.874 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:03:52 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:54:49.245 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-01T03:54:49.245 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T03:54:49.246 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repository Size 2023-12-01T03:54:49.246 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T03:54:49.246 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2023-12-01T03:54:49.246 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-fuse 2023-12-01T03:54:49.246 INFO:teuthology.orchestra.run.smithi183.stdout: x86_64 2:18.2.0-1291.g188db309.el8 ceph 851 k 2023-12-01T03:54:49.246 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2023-12-01T03:54:49.246 INFO:teuthology.orchestra.run.smithi183.stdout: fuse x86_64 2.9.7-15.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2023-12-01T03:54:49.246 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:54:49.246 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2023-12-01T03:54:49.246 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T03:54:49.246 INFO:teuthology.orchestra.run.smithi183.stdout:Install 2 Packages 2023-12-01T03:54:49.247 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:54:49.247 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 934 k 2023-12-01T03:54:49.247 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 3.0 M 2023-12-01T03:54:49.247 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2023-12-01T03:54:49.590 INFO:teuthology.orchestra.run.smithi183.stdout:(1/2): fuse-2.9.7-15.el8.x86_64.rpm 241 kB/s | 83 kB 00:00 2023-12-01T03:54:49.682 INFO:teuthology.orchestra.run.smithi183.stdout:(2/2): ceph-fuse-18.2.0-1291.g188db309.el8.x86_ 1.9 MB/s | 851 kB 00:00 2023-12-01T03:54:49.683 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:54:49.683 INFO:teuthology.orchestra.run.smithi183.stdout:Total 2.1 MB/s | 934 kB 00:00 2023-12-01T03:54:49.695 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2023-12-01T03:54:49.717 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2023-12-01T03:54:49.717 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2023-12-01T03:54:49.793 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2023-12-01T03:54:49.797 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2023-12-01T03:54:49.955 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2023-12-01T03:54:50.199 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : fuse-2.9.7-15.el8.x86_64 1/2 2023-12-01T03:54:50.373 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-fuse-2:18.2.0-1291.g188db309.el8.x86_64 2/2 2023-12-01T03:54:50.706 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-fuse-2:18.2.0-1291.g188db309.el8.x86_64 2/2 2023-12-01T03:54:50.706 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-fuse-2:18.2.0-1291.g188db309.el8.x86_64 1/2 2023-12-01T03:54:51.776 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : fuse-2.9.7-15.el8.x86_64 2/2 2023-12-01T03:54:58.371 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:03:56 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:54:58.373 INFO:teuthology.orchestra.run.smithi120.stdout:Installed products updated. 2023-12-01T03:54:58.373 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:54:58.373 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2023-12-01T03:54:58.373 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-fuse-2:18.2.0-1291.g188db309.el8.x86_64 fuse-2.9.7-15.el8.x86_64 2023-12-01T03:54:58.373 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:54:58.373 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2023-12-01T03:54:58.373 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install librados-devel 2023-12-01T03:54:58.750 INFO:teuthology.orchestra.run.smithi120.stdout:Updating Subscription Management repositories. 2023-12-01T03:54:59.909 INFO:teuthology.orchestra.run.smithi183.stdout:Installed products updated. 2023-12-01T03:55:00.092 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:55:00.092 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2023-12-01T03:55:00.092 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-fuse-2:18.2.0-1291.g188db309.el8.x86_64 fuse-2.9.7-15.el8.x86_64 2023-12-01T03:55:00.092 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:55:00.092 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-01T03:55:00.215 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install librados-devel 2023-12-01T03:55:00.391 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:04:10 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:55:00.571 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-01T03:55:01.757 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2023-12-01T03:55:01.758 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T03:55:01.758 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repo Size 2023-12-01T03:55:01.758 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T03:55:01.758 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2023-12-01T03:55:01.758 INFO:teuthology.orchestra.run.smithi120.stdout: librados-devel x86_64 2:18.2.0-1291.g188db309.el8 ceph 139 k 2023-12-01T03:55:01.758 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:55:01.758 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2023-12-01T03:55:01.758 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T03:55:01.759 INFO:teuthology.orchestra.run.smithi120.stdout:Install 1 Package 2023-12-01T03:55:01.759 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:55:01.759 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 139 k 2023-12-01T03:55:01.759 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 513 k 2023-12-01T03:55:01.759 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2023-12-01T03:55:02.052 INFO:teuthology.orchestra.run.smithi120.stdout:librados-devel-18.2.0-1291.g188db309.el8.x86_64 475 kB/s | 139 kB 00:00 2023-12-01T03:55:02.052 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:55:02.053 INFO:teuthology.orchestra.run.smithi120.stdout:Total 473 kB/s | 139 kB 00:00 2023-12-01T03:55:02.053 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2023-12-01T03:55:02.059 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2023-12-01T03:55:02.059 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2023-12-01T03:55:02.095 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:04:07 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:55:02.113 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2023-12-01T03:55:02.116 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2023-12-01T03:55:02.252 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2023-12-01T03:55:02.685 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : librados-devel-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T03:55:02.950 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: librados-devel-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T03:55:03.451 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-01T03:55:03.452 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T03:55:03.452 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repo Size 2023-12-01T03:55:03.452 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T03:55:03.452 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2023-12-01T03:55:03.452 INFO:teuthology.orchestra.run.smithi183.stdout: librados-devel x86_64 2:18.2.0-1291.g188db309.el8 ceph 139 k 2023-12-01T03:55:03.452 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:55:03.452 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2023-12-01T03:55:03.452 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T03:55:03.452 INFO:teuthology.orchestra.run.smithi183.stdout:Install 1 Package 2023-12-01T03:55:03.453 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:55:03.453 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 139 k 2023-12-01T03:55:03.453 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 513 k 2023-12-01T03:55:03.453 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2023-12-01T03:55:04.004 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : librados-devel-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T03:55:04.005 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:04:14 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:55:04.012 INFO:teuthology.orchestra.run.smithi183.stdout:librados-devel-18.2.0-1291.g188db309.el8.x86_64 249 kB/s | 139 kB 00:00 2023-12-01T03:55:04.013 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:55:04.013 INFO:teuthology.orchestra.run.smithi183.stdout:Total 248 kB/s | 139 kB 00:00 2023-12-01T03:55:04.013 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2023-12-01T03:55:04.019 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2023-12-01T03:55:04.019 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2023-12-01T03:55:04.074 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2023-12-01T03:55:04.078 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2023-12-01T03:55:04.190 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2023-12-01T03:55:04.395 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : librados-devel-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T03:55:04.635 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: librados-devel-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T03:55:05.684 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : librados-devel-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T03:55:05.684 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:04:10 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:55:09.039 INFO:teuthology.orchestra.run.smithi120.stdout:Installed products updated. 2023-12-01T03:55:09.220 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:55:09.220 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2023-12-01T03:55:09.220 INFO:teuthology.orchestra.run.smithi120.stdout: librados-devel-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:55:09.220 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:55:09.220 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2023-12-01T03:55:09.342 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install libcephfs2 2023-12-01T03:55:09.696 INFO:teuthology.orchestra.run.smithi120.stdout:Updating Subscription Management repositories. 2023-12-01T03:55:11.272 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:04:21 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:55:12.440 INFO:teuthology.orchestra.run.smithi183.stdout:Installed products updated. 2023-12-01T03:55:12.591 INFO:teuthology.orchestra.run.smithi120.stdout:Package libcephfs2-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T03:55:12.624 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:55:12.625 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2023-12-01T03:55:12.625 INFO:teuthology.orchestra.run.smithi183.stdout: librados-devel-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:55:12.625 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:55:12.625 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-01T03:55:12.700 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2023-12-01T03:55:12.701 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2023-12-01T03:55:12.702 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2023-12-01T03:55:12.750 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install libcephfs2 2023-12-01T03:55:12.816 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install libcephfs-devel 2023-12-01T03:55:13.103 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-01T03:55:13.168 INFO:teuthology.orchestra.run.smithi120.stdout:Updating Subscription Management repositories. 2023-12-01T03:55:14.609 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:04:19 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:55:15.035 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:04:25 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:55:15.865 INFO:teuthology.orchestra.run.smithi183.stdout:Package libcephfs2-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T03:55:15.976 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-01T03:55:15.977 INFO:teuthology.orchestra.run.smithi183.stdout:Nothing to do. 2023-12-01T03:55:15.978 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-01T03:55:16.096 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install libcephfs-devel 2023-12-01T03:55:16.387 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2023-12-01T03:55:16.388 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T03:55:16.388 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repo Size 2023-12-01T03:55:16.388 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T03:55:16.389 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2023-12-01T03:55:16.389 INFO:teuthology.orchestra.run.smithi120.stdout: libcephfs-devel x86_64 2:18.2.0-1291.g188db309.el8 ceph 31 k 2023-12-01T03:55:16.389 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:55:16.389 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2023-12-01T03:55:16.389 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T03:55:16.390 INFO:teuthology.orchestra.run.smithi120.stdout:Install 1 Package 2023-12-01T03:55:16.390 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:55:16.391 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 31 k 2023-12-01T03:55:16.391 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 139 k 2023-12-01T03:55:16.391 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2023-12-01T03:55:16.453 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-01T03:55:16.681 INFO:teuthology.orchestra.run.smithi120.stdout:libcephfs-devel-18.2.0-1291.g188db309.el8.x86_6 106 kB/s | 31 kB 00:00 2023-12-01T03:55:16.681 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:55:16.681 INFO:teuthology.orchestra.run.smithi120.stdout:Total 106 kB/s | 31 kB 00:00 2023-12-01T03:55:16.682 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2023-12-01T03:55:16.686 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2023-12-01T03:55:16.687 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2023-12-01T03:55:16.697 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2023-12-01T03:55:16.700 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2023-12-01T03:55:16.771 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2023-12-01T03:55:16.968 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libcephfs-devel-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T03:55:17.182 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: libcephfs-devel-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T03:55:17.984 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:04:22 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:55:18.183 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libcephfs-devel-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T03:55:18.183 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:04:28 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:55:19.343 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-01T03:55:19.343 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T03:55:19.343 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repo Size 2023-12-01T03:55:19.343 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T03:55:19.343 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2023-12-01T03:55:19.343 INFO:teuthology.orchestra.run.smithi183.stdout: libcephfs-devel x86_64 2:18.2.0-1291.g188db309.el8 ceph 31 k 2023-12-01T03:55:19.344 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:55:19.344 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2023-12-01T03:55:19.344 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T03:55:19.344 INFO:teuthology.orchestra.run.smithi183.stdout:Install 1 Package 2023-12-01T03:55:19.344 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:55:19.344 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 31 k 2023-12-01T03:55:19.345 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 139 k 2023-12-01T03:55:19.345 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2023-12-01T03:55:19.573 INFO:teuthology.orchestra.run.smithi183.stdout:libcephfs-devel-18.2.0-1291.g188db309.el8.x86_6 135 kB/s | 31 kB 00:00 2023-12-01T03:55:19.574 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:55:19.574 INFO:teuthology.orchestra.run.smithi183.stdout:Total 134 kB/s | 31 kB 00:00 2023-12-01T03:55:19.574 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2023-12-01T03:55:19.579 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2023-12-01T03:55:19.579 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2023-12-01T03:55:19.590 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2023-12-01T03:55:19.593 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2023-12-01T03:55:19.656 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2023-12-01T03:55:19.859 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : libcephfs-devel-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T03:55:20.077 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: libcephfs-devel-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T03:55:21.078 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : libcephfs-devel-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T03:55:21.079 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:04:26 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:55:24.270 INFO:teuthology.orchestra.run.smithi120.stdout:Installed products updated. 2023-12-01T03:55:24.451 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:55:24.451 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2023-12-01T03:55:24.451 INFO:teuthology.orchestra.run.smithi120.stdout: libcephfs-devel-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:55:24.452 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:55:24.452 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2023-12-01T03:55:24.580 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install librados2 2023-12-01T03:55:24.932 INFO:teuthology.orchestra.run.smithi120.stdout:Updating Subscription Management repositories. 2023-12-01T03:55:26.407 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:04:36 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:55:26.623 INFO:teuthology.orchestra.run.smithi183.stdout:Installed products updated. 2023-12-01T03:55:26.804 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:55:26.804 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2023-12-01T03:55:26.804 INFO:teuthology.orchestra.run.smithi183.stdout: libcephfs-devel-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:55:26.804 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:55:26.804 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-01T03:55:26.925 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install librados2 2023-12-01T03:55:27.275 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-01T03:55:27.727 INFO:teuthology.orchestra.run.smithi120.stdout:Package librados2-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T03:55:27.836 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2023-12-01T03:55:27.837 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2023-12-01T03:55:27.837 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2023-12-01T03:55:27.942 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install librbd1 2023-12-01T03:55:28.296 INFO:teuthology.orchestra.run.smithi120.stdout:Updating Subscription Management repositories. 2023-12-01T03:55:28.708 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:04:33 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:55:29.962 INFO:teuthology.orchestra.run.smithi183.stdout:Package librados2-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T03:55:29.998 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:04:39 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:55:30.072 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-01T03:55:30.073 INFO:teuthology.orchestra.run.smithi183.stdout:Nothing to do. 2023-12-01T03:55:30.073 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-01T03:55:30.188 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install librbd1 2023-12-01T03:55:30.540 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-01T03:55:31.256 INFO:teuthology.orchestra.run.smithi120.stdout:Package librbd1-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T03:55:31.366 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2023-12-01T03:55:31.367 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2023-12-01T03:55:31.367 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2023-12-01T03:55:31.481 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install python3-rados 2023-12-01T03:55:31.834 INFO:teuthology.orchestra.run.smithi120.stdout:Updating Subscription Management repositories. 2023-12-01T03:55:32.149 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:04:37 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:55:33.414 INFO:teuthology.orchestra.run.smithi183.stdout:Package librbd1-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T03:55:33.464 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:04:43 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:55:33.523 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-01T03:55:33.524 INFO:teuthology.orchestra.run.smithi183.stdout:Nothing to do. 2023-12-01T03:55:33.524 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-01T03:55:33.874 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install python3-rados 2023-12-01T03:55:34.226 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-01T03:55:34.716 INFO:teuthology.orchestra.run.smithi120.stdout:Package python3-rados-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T03:55:34.826 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2023-12-01T03:55:34.827 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2023-12-01T03:55:34.827 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2023-12-01T03:55:34.940 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install python3-rgw 2023-12-01T03:55:35.293 INFO:teuthology.orchestra.run.smithi120.stdout:Updating Subscription Management repositories. 2023-12-01T03:55:35.808 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:04:40 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:55:36.856 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:04:46 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:55:37.052 INFO:teuthology.orchestra.run.smithi183.stdout:Package python3-rados-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T03:55:37.165 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-01T03:55:37.166 INFO:teuthology.orchestra.run.smithi183.stdout:Nothing to do. 2023-12-01T03:55:37.166 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-01T03:55:37.284 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install python3-rgw 2023-12-01T03:55:37.635 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-01T03:55:38.110 INFO:teuthology.orchestra.run.smithi120.stdout:Package python3-rgw-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T03:55:38.218 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2023-12-01T03:55:38.219 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2023-12-01T03:55:38.219 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2023-12-01T03:55:38.331 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install python3-cephfs 2023-12-01T03:55:38.686 INFO:teuthology.orchestra.run.smithi120.stdout:Updating Subscription Management repositories. 2023-12-01T03:55:39.200 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:04:44 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:55:40.228 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:04:50 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:55:40.442 INFO:teuthology.orchestra.run.smithi183.stdout:Package python3-rgw-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T03:55:40.553 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-01T03:55:40.554 INFO:teuthology.orchestra.run.smithi183.stdout:Nothing to do. 2023-12-01T03:55:40.554 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-01T03:55:40.677 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install python3-cephfs 2023-12-01T03:55:41.029 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-01T03:55:41.482 INFO:teuthology.orchestra.run.smithi120.stdout:Package python3-cephfs-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T03:55:41.592 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2023-12-01T03:55:41.593 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2023-12-01T03:55:41.593 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2023-12-01T03:55:41.715 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install python3-rbd 2023-12-01T03:55:42.072 INFO:teuthology.orchestra.run.smithi120.stdout:Updating Subscription Management repositories. 2023-12-01T03:55:42.604 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:04:47 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:55:43.649 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:04:53 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:55:43.929 INFO:teuthology.orchestra.run.smithi183.stdout:Package python3-cephfs-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T03:55:44.038 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-01T03:55:44.039 INFO:teuthology.orchestra.run.smithi183.stdout:Nothing to do. 2023-12-01T03:55:44.039 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-01T03:55:44.152 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install python3-rbd 2023-12-01T03:55:44.506 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-01T03:55:44.908 INFO:teuthology.orchestra.run.smithi120.stdout:Package python3-rbd-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T03:55:45.018 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2023-12-01T03:55:45.019 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2023-12-01T03:55:45.019 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2023-12-01T03:55:45.123 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install rbd-fuse 2023-12-01T03:55:45.477 INFO:teuthology.orchestra.run.smithi120.stdout:Updating Subscription Management repositories. 2023-12-01T03:55:46.061 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:04:51 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:55:47.077 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:04:57 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:55:47.393 INFO:teuthology.orchestra.run.smithi183.stdout:Package python3-rbd-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T03:55:47.503 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-01T03:55:47.504 INFO:teuthology.orchestra.run.smithi183.stdout:Nothing to do. 2023-12-01T03:55:47.504 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-01T03:55:47.609 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install rbd-fuse 2023-12-01T03:55:47.962 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-01T03:55:48.494 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2023-12-01T03:55:48.495 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T03:55:48.495 INFO:teuthology.orchestra.run.smithi120.stdout: Package Architecture Version Repository Size 2023-12-01T03:55:48.495 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T03:55:48.495 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2023-12-01T03:55:48.495 INFO:teuthology.orchestra.run.smithi120.stdout: rbd-fuse x86_64 2:18.2.0-1291.g188db309.el8 ceph 94 k 2023-12-01T03:55:48.495 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:55:48.495 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2023-12-01T03:55:48.495 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T03:55:48.496 INFO:teuthology.orchestra.run.smithi120.stdout:Install 1 Package 2023-12-01T03:55:48.496 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:55:48.496 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 94 k 2023-12-01T03:55:48.496 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 280 k 2023-12-01T03:55:48.496 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2023-12-01T03:55:48.823 INFO:teuthology.orchestra.run.smithi120.stdout:rbd-fuse-18.2.0-1291.g188db309.el8.x86_64.rpm 289 kB/s | 94 kB 00:00 2023-12-01T03:55:48.823 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:55:48.823 INFO:teuthology.orchestra.run.smithi120.stdout:Total 288 kB/s | 94 kB 00:00 2023-12-01T03:55:48.824 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2023-12-01T03:55:48.835 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2023-12-01T03:55:48.835 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2023-12-01T03:55:48.889 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2023-12-01T03:55:48.894 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2023-12-01T03:55:49.012 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2023-12-01T03:55:49.171 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : rbd-fuse-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T03:55:49.401 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: rbd-fuse-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T03:55:49.464 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:04:54 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:55:50.440 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : rbd-fuse-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T03:55:50.440 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:05:00 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:55:50.831 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-01T03:55:50.831 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T03:55:50.831 INFO:teuthology.orchestra.run.smithi183.stdout: Package Architecture Version Repository Size 2023-12-01T03:55:50.831 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T03:55:50.831 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2023-12-01T03:55:50.831 INFO:teuthology.orchestra.run.smithi183.stdout: rbd-fuse x86_64 2:18.2.0-1291.g188db309.el8 ceph 94 k 2023-12-01T03:55:50.831 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:55:50.831 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2023-12-01T03:55:50.832 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T03:55:50.832 INFO:teuthology.orchestra.run.smithi183.stdout:Install 1 Package 2023-12-01T03:55:50.832 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:55:50.832 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 94 k 2023-12-01T03:55:50.832 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 280 k 2023-12-01T03:55:50.832 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2023-12-01T03:55:51.091 INFO:teuthology.orchestra.run.smithi183.stdout:rbd-fuse-18.2.0-1291.g188db309.el8.x86_64.rpm 367 kB/s | 94 kB 00:00 2023-12-01T03:55:51.091 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:55:51.091 INFO:teuthology.orchestra.run.smithi183.stdout:Total 365 kB/s | 94 kB 00:00 2023-12-01T03:55:51.091 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2023-12-01T03:55:51.102 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2023-12-01T03:55:51.103 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2023-12-01T03:55:51.156 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2023-12-01T03:55:51.159 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2023-12-01T03:55:51.271 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2023-12-01T03:55:51.428 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : rbd-fuse-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T03:55:51.673 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: rbd-fuse-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T03:55:52.742 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : rbd-fuse-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T03:55:52.743 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:04:57 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:55:55.113 INFO:teuthology.orchestra.run.smithi120.stdout:Installed products updated. 2023-12-01T03:55:55.295 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:55:55.296 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2023-12-01T03:55:55.296 INFO:teuthology.orchestra.run.smithi120.stdout: rbd-fuse-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:55:55.296 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:55:55.297 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2023-12-01T03:55:55.448 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install rbd-mirror 2023-12-01T03:55:55.803 INFO:teuthology.orchestra.run.smithi120.stdout:Updating Subscription Management repositories. 2023-12-01T03:55:57.355 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:05:07 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:55:58.342 INFO:teuthology.orchestra.run.smithi183.stdout:Installed products updated. 2023-12-01T03:55:58.521 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:55:58.521 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2023-12-01T03:55:58.521 INFO:teuthology.orchestra.run.smithi183.stdout: rbd-fuse-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:55:58.521 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:55:58.522 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-01T03:55:58.645 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install rbd-mirror 2023-12-01T03:55:58.712 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2023-12-01T03:55:58.713 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T03:55:58.713 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repo Size 2023-12-01T03:55:58.713 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T03:55:58.713 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2023-12-01T03:55:58.713 INFO:teuthology.orchestra.run.smithi120.stdout: rbd-mirror x86_64 2:18.2.0-1291.g188db309.el8 ceph 3.4 M 2023-12-01T03:55:58.713 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:55:58.714 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2023-12-01T03:55:58.714 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T03:55:58.714 INFO:teuthology.orchestra.run.smithi120.stdout:Install 1 Package 2023-12-01T03:55:58.714 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:55:58.714 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 3.4 M 2023-12-01T03:55:58.714 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 16 M 2023-12-01T03:55:58.715 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2023-12-01T03:55:59.000 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-01T03:55:59.074 INFO:teuthology.orchestra.run.smithi120.stdout:rbd-mirror-18.2.0-1291.g188db309.el8.x86_64.rpm 9.6 MB/s | 3.4 MB 00:00 2023-12-01T03:55:59.075 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:55:59.075 INFO:teuthology.orchestra.run.smithi120.stdout:Total 9.5 MB/s | 3.4 MB 00:00 2023-12-01T03:55:59.076 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2023-12-01T03:55:59.089 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2023-12-01T03:55:59.089 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2023-12-01T03:55:59.154 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2023-12-01T03:55:59.158 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2023-12-01T03:55:59.599 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2023-12-01T03:55:59.780 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : rbd-mirror-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T03:56:00.127 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: rbd-mirror-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T03:56:00.455 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:05:05 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:56:01.163 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : rbd-mirror-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T03:56:01.163 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:05:11 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:56:01.928 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-01T03:56:01.930 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T03:56:01.930 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repo Size 2023-12-01T03:56:01.930 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T03:56:01.930 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2023-12-01T03:56:01.930 INFO:teuthology.orchestra.run.smithi183.stdout: rbd-mirror x86_64 2:18.2.0-1291.g188db309.el8 ceph 3.4 M 2023-12-01T03:56:01.930 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:56:01.930 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2023-12-01T03:56:01.930 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T03:56:01.930 INFO:teuthology.orchestra.run.smithi183.stdout:Install 1 Package 2023-12-01T03:56:01.930 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:56:01.930 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 3.4 M 2023-12-01T03:56:01.931 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 16 M 2023-12-01T03:56:01.931 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2023-12-01T03:56:02.509 INFO:teuthology.orchestra.run.smithi183.stdout:rbd-mirror-18.2.0-1291.g188db309.el8.x86_64.rpm 6.0 MB/s | 3.4 MB 00:00 2023-12-01T03:56:02.509 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:56:02.510 INFO:teuthology.orchestra.run.smithi183.stdout:Total 5.9 MB/s | 3.4 MB 00:00 2023-12-01T03:56:02.510 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2023-12-01T03:56:02.523 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2023-12-01T03:56:02.523 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2023-12-01T03:56:02.590 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2023-12-01T03:56:02.594 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2023-12-01T03:56:03.038 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2023-12-01T03:56:03.254 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : rbd-mirror-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T03:56:03.602 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: rbd-mirror-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T03:56:04.643 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : rbd-mirror-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T03:56:04.644 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:05:09 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:56:05.788 INFO:teuthology.orchestra.run.smithi120.stdout:Installed products updated. 2023-12-01T03:56:05.970 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:56:05.970 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2023-12-01T03:56:05.970 INFO:teuthology.orchestra.run.smithi120.stdout: rbd-mirror-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:56:05.970 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:56:05.970 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2023-12-01T03:56:06.099 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install rbd-nbd 2023-12-01T03:56:06.456 INFO:teuthology.orchestra.run.smithi120.stdout:Updating Subscription Management repositories. 2023-12-01T03:56:07.914 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:05:17 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:56:09.290 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2023-12-01T03:56:09.290 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T03:56:09.290 INFO:teuthology.orchestra.run.smithi120.stdout: Package Architecture Version Repository Size 2023-12-01T03:56:09.290 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T03:56:09.290 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2023-12-01T03:56:09.290 INFO:teuthology.orchestra.run.smithi120.stdout: rbd-nbd x86_64 2:18.2.0-1291.g188db309.el8 ceph 181 k 2023-12-01T03:56:09.290 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:56:09.291 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2023-12-01T03:56:09.291 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T03:56:09.291 INFO:teuthology.orchestra.run.smithi120.stdout:Install 1 Package 2023-12-01T03:56:09.291 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:56:09.291 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 181 k 2023-12-01T03:56:09.291 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 568 k 2023-12-01T03:56:09.291 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2023-12-01T03:56:09.535 INFO:teuthology.orchestra.run.smithi120.stdout:rbd-nbd-18.2.0-1291.g188db309.el8.x86_64.rpm 738 kB/s | 181 kB 00:00 2023-12-01T03:56:09.536 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:56:09.536 INFO:teuthology.orchestra.run.smithi120.stdout:Total 734 kB/s | 181 kB 00:00 2023-12-01T03:56:09.536 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2023-12-01T03:56:09.548 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2023-12-01T03:56:09.548 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2023-12-01T03:56:09.602 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2023-12-01T03:56:09.606 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2023-12-01T03:56:09.718 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2023-12-01T03:56:09.884 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : rbd-nbd-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T03:56:10.124 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: rbd-nbd-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T03:56:11.187 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : rbd-nbd-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T03:56:11.187 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:05:21 ago on Fri 01 Dec 2023 03:50:50 AM UTC. 2023-12-01T03:56:11.306 INFO:teuthology.orchestra.run.smithi183.stdout:Installed products updated. 2023-12-01T03:56:11.492 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:56:11.492 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2023-12-01T03:56:11.492 INFO:teuthology.orchestra.run.smithi183.stdout: rbd-mirror-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:56:11.492 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:56:11.493 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-01T03:56:11.620 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install rbd-nbd 2023-12-01T03:56:11.975 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-01T03:56:13.497 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:05:18 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:56:14.856 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-01T03:56:14.857 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T03:56:14.857 INFO:teuthology.orchestra.run.smithi183.stdout: Package Architecture Version Repository Size 2023-12-01T03:56:14.857 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T03:56:14.857 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2023-12-01T03:56:14.857 INFO:teuthology.orchestra.run.smithi183.stdout: rbd-nbd x86_64 2:18.2.0-1291.g188db309.el8 ceph 181 k 2023-12-01T03:56:14.857 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:56:14.858 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2023-12-01T03:56:14.858 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T03:56:14.858 INFO:teuthology.orchestra.run.smithi183.stdout:Install 1 Package 2023-12-01T03:56:14.858 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:56:14.858 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 181 k 2023-12-01T03:56:14.858 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 568 k 2023-12-01T03:56:14.858 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2023-12-01T03:56:15.076 INFO:teuthology.orchestra.run.smithi183.stdout:rbd-nbd-18.2.0-1291.g188db309.el8.x86_64.rpm 828 kB/s | 181 kB 00:00 2023-12-01T03:56:15.077 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:56:15.077 INFO:teuthology.orchestra.run.smithi183.stdout:Total 823 kB/s | 181 kB 00:00 2023-12-01T03:56:15.077 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2023-12-01T03:56:15.089 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2023-12-01T03:56:15.090 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2023-12-01T03:56:15.143 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2023-12-01T03:56:15.147 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2023-12-01T03:56:15.263 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2023-12-01T03:56:15.416 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : rbd-nbd-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T03:56:15.650 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: rbd-nbd-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T03:56:16.682 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : rbd-nbd-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T03:56:16.682 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:05:21 ago on Fri 01 Dec 2023 03:50:55 AM UTC. 2023-12-01T03:56:19.789 INFO:teuthology.orchestra.run.smithi120.stdout:Installed products updated. 2023-12-01T03:56:19.968 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:56:19.968 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2023-12-01T03:56:19.968 INFO:teuthology.orchestra.run.smithi120.stdout: rbd-nbd-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:56:19.968 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T03:56:19.968 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2023-12-01T03:56:20.100 DEBUG:teuthology.parallel:result is None 2023-12-01T03:56:24.295 INFO:teuthology.orchestra.run.smithi183.stdout:Installed products updated. 2023-12-01T03:56:24.477 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:56:24.478 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2023-12-01T03:56:24.478 INFO:teuthology.orchestra.run.smithi183.stdout: rbd-nbd-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T03:56:24.478 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T03:56:24.478 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-01T03:56:24.603 DEBUG:teuthology.parallel:result is None 2023-12-01T03:56:24.603 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T03:56:24.603 INFO:teuthology.packaging:ref: None 2023-12-01T03:56:24.603 INFO:teuthology.packaging:tag: None 2023-12-01T03:56:24.603 INFO:teuthology.packaging:branch: reef 2023-12-01T03:56:24.604 INFO:teuthology.packaging:sha1: 9942cfafa9f7e22e363b3f76a7fe21130085c2db 2023-12-01T03:56:24.604 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=reef 2023-12-01T03:56:24.833 DEBUG:teuthology.orchestra.run.smithi120:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-12-01T03:56:24.862 INFO:teuthology.orchestra.run.smithi120.stdout:18.2.0-1291.g188db309.el8 2023-12-01T03:56:24.862 INFO:teuthology.packaging:The installed version of ceph is 18.2.0-1291.g188db309.el8 2023-12-01T03:56:24.863 INFO:teuthology.task.install:The correct ceph version 18.2.0-1291.g188db309 is installed. 2023-12-01T03:56:24.863 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T03:56:24.863 INFO:teuthology.packaging:ref: None 2023-12-01T03:56:24.863 INFO:teuthology.packaging:tag: None 2023-12-01T03:56:24.863 INFO:teuthology.packaging:branch: reef 2023-12-01T03:56:24.863 INFO:teuthology.packaging:sha1: 9942cfafa9f7e22e363b3f76a7fe21130085c2db 2023-12-01T03:56:24.863 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=reef 2023-12-01T03:56:25.176 DEBUG:teuthology.orchestra.run.smithi183:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-12-01T03:56:25.202 INFO:teuthology.orchestra.run.smithi183.stdout:18.2.0-1291.g188db309.el8 2023-12-01T03:56:25.203 INFO:teuthology.packaging:The installed version of ceph is 18.2.0-1291.g188db309.el8 2023-12-01T03:56:25.203 INFO:teuthology.task.install:The correct ceph version 18.2.0-1291.g188db309 is installed. 2023-12-01T03:56:25.203 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2023-12-01T03:56:25.203 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2023-12-01T03:56:25.204 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-01T03:56:25.237 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2023-12-01T03:56:25.237 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-01T03:56:25.276 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2023-12-01T03:56:25.277 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2023-12-01T03:56:25.277 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/usr/bin/daemon-helper 2023-12-01T03:56:25.310 DEBUG:teuthology.orchestra.run.smithi120:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-01T03:56:25.379 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2023-12-01T03:56:25.379 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/usr/bin/daemon-helper 2023-12-01T03:56:25.411 DEBUG:teuthology.orchestra.run.smithi183:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-01T03:56:25.482 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2023-12-01T03:56:25.482 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2023-12-01T03:56:25.482 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-01T03:56:25.511 DEBUG:teuthology.orchestra.run.smithi120:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-01T03:56:25.579 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2023-12-01T03:56:25.579 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-01T03:56:25.609 DEBUG:teuthology.orchestra.run.smithi183:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-01T03:56:25.680 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2023-12-01T03:56:25.680 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2023-12-01T03:56:25.680 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/usr/bin/stdin-killer 2023-12-01T03:56:25.707 DEBUG:teuthology.orchestra.run.smithi120:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-01T03:56:25.775 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2023-12-01T03:56:25.775 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/usr/bin/stdin-killer 2023-12-01T03:56:25.804 DEBUG:teuthology.orchestra.run.smithi183:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-01T03:56:25.873 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-01T03:56:25.962 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/run_tasks.py", line 82, in run_one_task task = get_task(taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/run_tasks.py", line 35, in get_task module = _import('tasks', module_name, task_name, fail_on_import_error=True) File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/run_tasks.py", line 54, in _import module = __import__( File "/home/teuthworker/src/github.com_ceph_ceph-c_9942cfafa9f7e22e363b3f76a7fe21130085c2db/qa/tasks/cephadm.py", line 29, in from tasks.ceph import get_mons, healthy File "/home/teuthworker/src/github.com_ceph_ceph-c_9942cfafa9f7e22e363b3f76a7fe21130085c2db/qa/tasks/ceph.py", line 31, in from teuthology.util.scanner import ValgrindScanner ModuleNotFoundError: No module named 'teuthology.util.scanner' 2023-12-01T03:56:26.035 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=ab07e55db0df4752a3a334ae6b8d90e3 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/run_tasks.py", line 82, in run_one_task task = get_task(taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/run_tasks.py", line 35, in get_task module = _import('tasks', module_name, task_name, fail_on_import_error=True) File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/run_tasks.py", line 54, in _import module = __import__( File "/home/teuthworker/src/github.com_ceph_ceph-c_9942cfafa9f7e22e363b3f76a7fe21130085c2db/qa/tasks/cephadm.py", line 29, in from tasks.ceph import get_mons, healthy File "/home/teuthworker/src/github.com_ceph_ceph-c_9942cfafa9f7e22e363b3f76a7fe21130085c2db/qa/tasks/ceph.py", line 31, in from teuthology.util.scanner import ValgrindScanner ModuleNotFoundError: No module named 'teuthology.util.scanner' 2023-12-01T03:56:26.038 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-01T03:56:26.046 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-12-01T03:56:26.047 DEBUG:teuthology.orchestra.run.smithi120:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-12-01T03:56:26.058 DEBUG:teuthology.orchestra.run.smithi183:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-12-01T03:56:26.134 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-01T03:56:26.143 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-01T03:56:26.143 DEBUG:teuthology.orchestra.run.smithi120:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T03:56:26.146 DEBUG:teuthology.orchestra.run.smithi183:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T03:56:26.160 INFO:teuthology.orchestra.run.smithi120.stderr:bash: ntpq: command not found 2023-12-01T03:56:26.164 INFO:teuthology.orchestra.run.smithi183.stderr:bash: ntpq: command not found 2023-12-01T03:56:26.165 INFO:teuthology.orchestra.run.smithi120.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T03:56:26.165 INFO:teuthology.orchestra.run.smithi120.stdout:=============================================================================== 2023-12-01T03:56:26.165 INFO:teuthology.orchestra.run.smithi120.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 18 +1202us[+1207us] +/- 77ms 2023-12-01T03:56:26.165 INFO:teuthology.orchestra.run.smithi120.stdout:^* hv02.front.sepia.ceph.com 3 6 377 17 -134us[ -129us] +/- 71ms 2023-12-01T03:56:26.165 INFO:teuthology.orchestra.run.smithi120.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 18 -968us[ -963us] +/- 71ms 2023-12-01T03:56:26.166 INFO:teuthology.orchestra.run.smithi120.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T03:56:26.167 INFO:teuthology.orchestra.run.smithi183.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T03:56:26.167 INFO:teuthology.orchestra.run.smithi183.stdout:=============================================================================== 2023-12-01T03:56:26.168 INFO:teuthology.orchestra.run.smithi183.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 17 +1210us[+1210us] +/- 77ms 2023-12-01T03:56:26.168 INFO:teuthology.orchestra.run.smithi183.stdout:^* hv02.front.sepia.ceph.com 3 6 377 19 -142us[ -139us] +/- 70ms 2023-12-01T03:56:26.168 INFO:teuthology.orchestra.run.smithi183.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 16 -959us[ -959us] +/- 71ms 2023-12-01T03:56:26.168 INFO:teuthology.orchestra.run.smithi183.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T03:56:26.170 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-01T03:56:26.179 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-01T03:56:26.180 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-01T03:56:26.191 DEBUG:teuthology.orchestra.run.smithi120:> 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-12-01T03:56:26.302 DEBUG:teuthology.orchestra.run.smithi183:> 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-12-01T03:56:26.409 DEBUG:teuthology.orchestra.run.smithi120:> 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-12-01T03:56:26.440 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T03:56:26.440 DEBUG:teuthology.orchestra.run.smithi183:> 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-12-01T03:56:26.471 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T03:56:26.472 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-01T03:56:26.481 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-01T03:56:26.496 INFO:teuthology.task.internal:Duration was 1059.647880 seconds 2023-12-01T03:56:26.496 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-01T03:56:26.511 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-01T03:56:26.512 DEBUG:teuthology.orchestra.run.smithi120:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T03:56:26.514 DEBUG:teuthology.orchestra.run.smithi183:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T03:56:26.557 INFO:teuthology.orchestra.run.smithi120.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T03:56:26.561 INFO:teuthology.orchestra.run.smithi183.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T03:56:26.733 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-01T03:56:26.733 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi120.front.sepia.ceph.com 2023-12-01T03:56:26.733 DEBUG:teuthology.orchestra.run.smithi120:> 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-12-01T03:56:26.753 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi183.front.sepia.ceph.com 2023-12-01T03:56:26.754 DEBUG:teuthology.orchestra.run.smithi183:> 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-12-01T03:56:26.776 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-01T03:56:26.776 DEBUG:teuthology.orchestra.run.smithi120:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T03:56:26.796 DEBUG:teuthology.orchestra.run.smithi183:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T03:56:26.854 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-01T03:56:26.854 DEBUG:teuthology.orchestra.run.smithi120:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T03:56:26.875 DEBUG:teuthology.orchestra.run.smithi183:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T03:56:26.964 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-01T03:56:26.974 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-01T03:56:26.974 DEBUG:teuthology.orchestra.run.smithi120:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T03:56:27.012 DEBUG:teuthology.orchestra.run.smithi183:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T03:56:27.042 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-01T03:56:27.053 DEBUG:teuthology.orchestra.run.smithi120:> 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-12-01T03:56:27.056 DEBUG:teuthology.orchestra.run.smithi183:> 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-12-01T03:56:27.081 INFO:teuthology.orchestra.run.smithi120.stdout:kernel.core_pattern = core 2023-12-01T03:56:27.110 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern = core 2023-12-01T03:56:27.131 DEBUG:teuthology.orchestra.run.smithi120:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T03:56:27.149 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T03:56:27.150 DEBUG:teuthology.orchestra.run.smithi183:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T03:56:27.187 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T03:56:27.188 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-01T03:56:27.198 INFO:teuthology.task.internal:Transferring archived files... 2023-12-01T03:56:27.199 DEBUG:teuthology.misc:Transferring archived files from smithi120:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-01_00:08:20-upgrade:reef-x-wip-yuri10-testing-2023-11-30-0943-distro-default-smithi/7473440/remote/smithi120 2023-12-01T03:56:27.200 DEBUG:teuthology.orchestra.run.smithi120:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T03:56:27.251 DEBUG:teuthology.misc:Transferring archived files from smithi183:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-01_00:08:20-upgrade:reef-x-wip-yuri10-testing-2023-11-30-0943-distro-default-smithi/7473440/remote/smithi183 2023-12-01T03:56:27.252 DEBUG:teuthology.orchestra.run.smithi183:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T03:56:27.306 INFO:teuthology.task.internal:Removing archive directory... 2023-12-01T03:56:27.307 DEBUG:teuthology.orchestra.run.smithi120:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T03:56:27.309 DEBUG:teuthology.orchestra.run.smithi183:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T03:56:27.325 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-01T03:56:27.336 INFO:teuthology.task.internal:Not uploading archives. 2023-12-01T03:56:27.337 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-01T03:56:27.355 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-01T03:56:27.356 DEBUG:teuthology.orchestra.run.smithi120:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T03:56:27.366 DEBUG:teuthology.orchestra.run.smithi183:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T03:56:27.380 INFO:teuthology.orchestra.run.smithi120.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 03:56 /home/ubuntu/cephtest 2023-12-01T03:56:27.382 INFO:teuthology.orchestra.run.smithi183.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 03:56 /home/ubuntu/cephtest 2023-12-01T03:56:27.383 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-01T03:56:27.394 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-01T03:56:27.417 INFO:teuthology.nuke:Checking targets against current locks 2023-12-01T03:56:27.443 DEBUG:teuthology.nuke:shortname: smithi120 2023-12-01T03:56:27.444 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T03:56:27.466 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi120.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_00:08:20-upgrade:reef-x-wip-yuri10-testing-2023-11-30-0943-distro-default-smithi/7473440', '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-12-01 03:34:02.765647', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T03:56:27.470 DEBUG:teuthology.nuke:shortname: smithi183 2023-12-01T03:56:27.471 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T03:56:27.493 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi183.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_00:08:20-upgrade:reef-x-wip-yuri10-testing-2023-11-30-0943-distro-default-smithi/7473440', '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-12-01 03:34:02.763357', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T03:56:27.528 INFO:teuthology.orchestra.console.smithi120:Power off 2023-12-01T03:56:27.529 DEBUG:teuthology.orchestra.console.smithi120:pexpect command: ipmitool -H smithi120.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T03:56:27.559 DEBUG:teuthology.orchestra.console.smithi120:power off output: Chassis Power Control: Down/Off 2023-12-01T03:56:27.559 DEBUG:teuthology.orchestra.console.smithi120:pexpect command: ipmitool -H smithi120.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T03:56:27.577 INFO:teuthology.orchestra.console.smithi183:Power off 2023-12-01T03:56:27.577 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T03:56:27.587 DEBUG:teuthology.orchestra.console.smithi120:check power output: Chassis Power is on 2023-12-01T03:56:27.601 DEBUG:teuthology.orchestra.console.smithi183:power off output: Chassis Power Control: Down/Off 2023-12-01T03:56:27.601 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T03:56:27.627 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is on 2023-12-01T03:56:31.589 DEBUG:teuthology.orchestra.console.smithi120:pexpect command: ipmitool -H smithi120.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T03:56:31.629 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T03:56:31.699 DEBUG:teuthology.orchestra.console.smithi120:check power output: Chassis Power is on 2023-12-01T03:56:31.740 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is on 2023-12-01T03:56:35.702 DEBUG:teuthology.orchestra.console.smithi120:pexpect command: ipmitool -H smithi120.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T03:56:35.742 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T03:56:35.816 DEBUG:teuthology.orchestra.console.smithi120:check power output: Chassis Power is on 2023-12-01T03:56:35.851 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is on 2023-12-01T03:56:39.818 DEBUG:teuthology.orchestra.console.smithi120:pexpect command: ipmitool -H smithi120.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T03:56:39.852 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T03:56:39.934 DEBUG:teuthology.orchestra.console.smithi120:check power output: Chassis Power is off 2023-12-01T03:56:39.965 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is off 2023-12-01T03:56:40.037 INFO:teuthology.orchestra.console.smithi120:Power off completed 2023-12-01T03:56:40.066 INFO:teuthology.orchestra.console.smithi183:Power off completed 2023-12-01T03:56:40.171 INFO:teuthology.run:Summary data: description: upgrade:reef-x/stress-split/{0-distro/rhel_8.6_container_tools_3.0 0-roles 1-start 2-first-half-tasks/rbd-import-export 3-stress-tasks/{radosbench rbd-cls rbd-import-export rbd_api readwrite snaps-few-objects} 4-second-half-tasks/rbd-import-export mon_election/classic} duration: 1059.6478803157806 failure_reason: No module named 'teuthology.util.scanner' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=ab07e55db0df4752a3a334ae6b8d90e3 status: fail success: false 2023-12-01T03:56:40.172 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T03:56:40.245 INFO:teuthology.run:FAIL