2023-12-01T03:39:02.795 INFO:root:teuthology version: 0.0.1.dev212+g595fad1 2023-12-01T03:39:02.796 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --description upgrade:reef-x/stress-split/{0-distro/centos_8.stream_container_tools_crun 0-roles 1-start 2-first-half-tasks/rbd-cls 3-stress-tasks/{radosbench rbd-cls rbd-import-export rbd_api readwrite snaps-few-objects} 4-second-half-tasks/radosbench mon_election/connectivity} --archive /home/teuthworker/archive/yuriw-2023-12-01_00:08:20-upgrade:reef-x-wip-yuri10-testing-2023-11-30-0943-distro-default-smithi/7473439 --name yuriw-2023-12-01_00:08:20-upgrade:reef-x-wip-yuri10-testing-2023-11-30-0943-distro-default-smithi --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-12-01_00:08:20-upgrade:reef-x-wip-yuri10-testing-2023-11-30-0943-distro-default-smithi/7473439/orig.config.yaml 2023-12-01T03:39:02.857 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T03:39:02.943 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/7473439 branch: wip-yuri10-testing-2023-11-30-0943 description: upgrade:reef-x/stress-split/{0-distro/centos_8.stream_container_tools_crun 0-roles 1-start 2-first-half-tasks/rbd-cls 3-stress-tasks/{radosbench rbd-cls rbd-import-export rbd_api readwrite snaps-few-objects} 4-second-half-tasks/radosbench mon_election/connectivity} 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: - cls/test_cls_rbd.sh - print: '**** done cls/test_cls_rbd.sh 5-workload' first_in_suite: false job_id: '7473439' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi meta: - desc: 'run basic cls 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 randomized correctness test for rados operations generate write load with rados bench ' 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: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri10-testing-2023-11-30-0943 ceph: conf: global: mon election default strategy: 3 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: - full_sequential: - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - print: '**** done end radosbench.yaml' 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: smithi152.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCxZ/5VGbiG306K+/SqKO6uP/ChqCq3i5Gp2BGnSzfAM512MEzwgls122KvZ9EolVAuQi6/kM2xcOYf6jJVVebk= smithi181.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFYJfTsGjP4sSEJQkmQWqywLSJYgC36OzG0Yb7ZBgJllbkk6SfH5jYYCXcb208WgyDNvn1yUprWA4NSB+41tYgI= 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 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - sudo sed -i 's/runtime = "runc"/#runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/#runtime = "crun"/runtime = "crun"/g' /usr/share/containers/containers.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:39:02.943 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:39:02.944 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_9942cfafa9f7e22e363b3f76a7fe21130085c2db/qa/tasks 2023-12-01T03:39:02.944 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-01T03:39:02.945 INFO:teuthology.task.internal:Checking packages... 2023-12-01T03:39:02.968 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '9942cfafa9f7e22e363b3f76a7fe21130085c2db' 2023-12-01T03:39:02.968 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T03:39:02.968 INFO:teuthology.packaging:ref: None 2023-12-01T03:39:02.968 INFO:teuthology.packaging:tag: None 2023-12-01T03:39:02.968 INFO:teuthology.packaging:branch: wip-yuri10-testing-2023-11-30-0943 2023-12-01T03:39:02.968 INFO:teuthology.packaging:sha1: 9942cfafa9f7e22e363b3f76a7fe21130085c2db 2023-12-01T03:39:02.968 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:39:03.323 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7650.g9942cfaf 2023-12-01T03:39:03.324 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-01T03:39:03.331 INFO:teuthology.task.internal:no buildpackages task found 2023-12-01T03:39:03.331 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-01T03:39:03.337 INFO:teuthology.task.internal:Saving configuration 2023-12-01T03:39:03.365 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-01T03:39:03.372 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T03:39:03.401 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi152.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/7473439', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 03:33:47.473882', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCxZ/5VGbiG306K+/SqKO6uP/ChqCq3i5Gp2BGnSzfAM512MEzwgls122KvZ9EolVAuQi6/kM2xcOYf6jJVVebk='} 2023-12-01T03:39:03.420 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi181.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/7473439', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 03:33:47.475827', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFYJfTsGjP4sSEJQkmQWqywLSJYgC36OzG0Yb7ZBgJllbkk6SfH5jYYCXcb208WgyDNvn1yUprWA4NSB+41tYgI='} 2023-12-01T03:39:03.420 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-01T03:39:03.427 INFO:teuthology.task.internal:roles: ubuntu@smithi152.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:39:03.427 INFO:teuthology.task.internal:roles: ubuntu@smithi181.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:39:03.427 INFO:teuthology.run_tasks:Running task console_log... 2023-12-01T03:39:03.499 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fadff2d29d0>, signals=[15]) 2023-12-01T03:39:03.499 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-01T03:39:03.505 INFO:teuthology.task.internal:Opening connections... 2023-12-01T03:39:03.506 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi152.front.sepia.ceph.com 2023-12-01T03:39:03.508 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T03:39:03.575 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi181.front.sepia.ceph.com 2023-12-01T03:39:03.576 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi181.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T03:39:03.641 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-01T03:39:03.649 DEBUG:teuthology.orchestra.run.smithi152:> uname -m 2023-12-01T03:39:03.671 INFO:teuthology.orchestra.run.smithi152.stdout:x86_64 2023-12-01T03:39:03.672 DEBUG:teuthology.orchestra.run.smithi152:> cat /etc/os-release 2023-12-01T03:39:03.732 INFO:teuthology.orchestra.run.smithi152.stdout:NAME="CentOS Stream" 2023-12-01T03:39:03.733 INFO:teuthology.orchestra.run.smithi152.stdout:VERSION="8" 2023-12-01T03:39:03.733 INFO:teuthology.orchestra.run.smithi152.stdout:ID="centos" 2023-12-01T03:39:03.733 INFO:teuthology.orchestra.run.smithi152.stdout:ID_LIKE="rhel fedora" 2023-12-01T03:39:03.733 INFO:teuthology.orchestra.run.smithi152.stdout:VERSION_ID="8" 2023-12-01T03:39:03.733 INFO:teuthology.orchestra.run.smithi152.stdout:PLATFORM_ID="platform:el8" 2023-12-01T03:39:03.733 INFO:teuthology.orchestra.run.smithi152.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-01T03:39:03.733 INFO:teuthology.orchestra.run.smithi152.stdout:ANSI_COLOR="0;31" 2023-12-01T03:39:03.733 INFO:teuthology.orchestra.run.smithi152.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-01T03:39:03.733 INFO:teuthology.orchestra.run.smithi152.stdout:HOME_URL="https://centos.org/" 2023-12-01T03:39:03.733 INFO:teuthology.orchestra.run.smithi152.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T03:39:03.733 INFO:teuthology.orchestra.run.smithi152.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T03:39:03.734 INFO:teuthology.orchestra.run.smithi152.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-01T03:39:03.734 INFO:teuthology.lock.ops:Updating smithi152.front.sepia.ceph.com on lock server 2023-12-01T03:39:03.759 DEBUG:teuthology.orchestra.run.smithi181:> uname -m 2023-12-01T03:39:03.781 INFO:teuthology.orchestra.run.smithi181.stdout:x86_64 2023-12-01T03:39:03.782 DEBUG:teuthology.orchestra.run.smithi181:> cat /etc/os-release 2023-12-01T03:39:03.841 INFO:teuthology.orchestra.run.smithi181.stdout:NAME="CentOS Stream" 2023-12-01T03:39:03.842 INFO:teuthology.orchestra.run.smithi181.stdout:VERSION="8" 2023-12-01T03:39:03.842 INFO:teuthology.orchestra.run.smithi181.stdout:ID="centos" 2023-12-01T03:39:03.842 INFO:teuthology.orchestra.run.smithi181.stdout:ID_LIKE="rhel fedora" 2023-12-01T03:39:03.842 INFO:teuthology.orchestra.run.smithi181.stdout:VERSION_ID="8" 2023-12-01T03:39:03.842 INFO:teuthology.orchestra.run.smithi181.stdout:PLATFORM_ID="platform:el8" 2023-12-01T03:39:03.842 INFO:teuthology.orchestra.run.smithi181.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-01T03:39:03.842 INFO:teuthology.orchestra.run.smithi181.stdout:ANSI_COLOR="0;31" 2023-12-01T03:39:03.842 INFO:teuthology.orchestra.run.smithi181.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-01T03:39:03.842 INFO:teuthology.orchestra.run.smithi181.stdout:HOME_URL="https://centos.org/" 2023-12-01T03:39:03.842 INFO:teuthology.orchestra.run.smithi181.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T03:39:03.843 INFO:teuthology.orchestra.run.smithi181.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T03:39:03.843 INFO:teuthology.orchestra.run.smithi181.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-01T03:39:03.843 INFO:teuthology.lock.ops:Updating smithi181.front.sepia.ceph.com on lock server 2023-12-01T03:39:03.867 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-01T03:39:03.877 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-01T03:39:03.884 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-01T03:39:03.884 DEBUG:teuthology.orchestra.run.smithi152:> test '!' -e /home/ubuntu/cephtest 2023-12-01T03:39:03.886 DEBUG:teuthology.orchestra.run.smithi181:> test '!' -e /home/ubuntu/cephtest 2023-12-01T03:39:03.905 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-01T03:39:03.911 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-01T03:39:03.911 DEBUG:teuthology.orchestra.run.smithi152:> test -z $(ls -A /var/lib/ceph) 2023-12-01T03:39:03.947 DEBUG:teuthology.orchestra.run.smithi181:> test -z $(ls -A /var/lib/ceph) 2023-12-01T03:39:03.976 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-01T03:39:04.035 INFO:teuthology.run_tasks:Running task kernel... 2023-12-01T03:39:04.050 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-01T03:39:04.050 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-01T03:39:04.050 DEBUG:teuthology.orchestra.run.smithi152:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T03:39:04.051 DEBUG:teuthology.orchestra.run.smithi181:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T03:39:04.070 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T03:39:04.070 DEBUG:teuthology.orchestra.run.smithi181:> uname -r 2023-12-01T03:39:04.071 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T03:39:04.072 DEBUG:teuthology.orchestra.run.smithi152:> uname -r 2023-12-01T03:39:04.130 INFO:teuthology.orchestra.run.smithi181.stdout:4.18.0-489.el8.x86_64 2023-12-01T03:39:04.130 INFO:teuthology.task.kernel:Running kernel on smithi181: 4.18.0-489.el8.x86_64 2023-12-01T03:39:04.130 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum install -y kernel 2023-12-01T03:39:04.132 INFO:teuthology.orchestra.run.smithi152.stdout:4.18.0-489.el8.x86_64 2023-12-01T03:39:04.132 INFO:teuthology.task.kernel:Running kernel on smithi152: 4.18.0-489.el8.x86_64 2023-12-01T03:39:04.133 DEBUG:teuthology.orchestra.run.smithi152:> sudo yum install -y kernel 2023-12-01T03:39:10.407 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 8 - AppStream 9.0 MB/s | 34 MB 00:03 2023-12-01T03:39:17.221 INFO:teuthology.orchestra.run.smithi152.stdout:CentOS Stream 8 - AppStream 3.3 MB/s | 34 MB 00:10 2023-12-01T03:39:21.457 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 8 - BaseOS 12 MB/s | 55 MB 00:04 2023-12-01T03:39:28.428 INFO:teuthology.orchestra.run.smithi152.stdout:CentOS Stream 8 - BaseOS 11 MB/s | 55 MB 00:04 2023-12-01T03:39:29.517 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 8 - Extras 80 kB/s | 18 kB 00:00 2023-12-01T03:39:30.082 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 8 - Extras common packages 18 kB/s | 6.9 kB 00:00 2023-12-01T03:39:30.400 INFO:teuthology.orchestra.run.smithi181.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2023-12-01T03:39:36.620 INFO:teuthology.orchestra.run.smithi152.stdout:CentOS Stream 8 - Extras 47 kB/s | 18 kB 00:00 2023-12-01T03:39:37.179 INFO:teuthology.orchestra.run.smithi152.stdout:CentOS Stream 8 - Extras common packages 18 kB/s | 6.9 kB 00:00 2023-12-01T03:39:37.489 INFO:teuthology.orchestra.run.smithi152.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-12-01T03:39:43.631 INFO:teuthology.orchestra.run.smithi152.stdout:Extra Packages for Enterprise Linux 2.7 MB/s | 16 MB 00:05 2023-12-01T03:39:47.423 INFO:teuthology.orchestra.run.smithi152.stdout:lab-extras 401 kB/s | 24 kB 00:00 2023-12-01T03:39:51.039 INFO:teuthology.orchestra.run.smithi152.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-01T03:39:51.039 INFO:teuthology.orchestra.run.smithi152.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-01T03:39:51.328 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2023-12-01T03:39:51.329 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T03:39:51.329 INFO:teuthology.orchestra.run.smithi152.stdout: Package Architecture Version Repository Size 2023-12-01T03:39:51.329 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T03:39:51.329 INFO:teuthology.orchestra.run.smithi152.stdout:Installing: 2023-12-01T03:39:51.329 INFO:teuthology.orchestra.run.smithi152.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-01T03:39:51.329 INFO:teuthology.orchestra.run.smithi152.stdout:Installing dependencies: 2023-12-01T03:39:51.329 INFO:teuthology.orchestra.run.smithi152.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-01T03:39:51.329 INFO:teuthology.orchestra.run.smithi152.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-01T03:39:51.329 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T03:39:51.329 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction Summary 2023-12-01T03:39:51.329 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T03:39:51.329 INFO:teuthology.orchestra.run.smithi152.stdout:Install 3 Packages 2023-12-01T03:39:51.330 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T03:39:51.330 INFO:teuthology.orchestra.run.smithi152.stdout:Total download size: 90 M 2023-12-01T03:39:51.330 INFO:teuthology.orchestra.run.smithi152.stdout:Installed size: 96 M 2023-12-01T03:39:51.330 INFO:teuthology.orchestra.run.smithi152.stdout:Downloading Packages: 2023-12-01T03:39:52.716 INFO:teuthology.orchestra.run.smithi152.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 7.5 MB/s | 10 MB 00:01 2023-12-01T03:39:53.933 INFO:teuthology.orchestra.run.smithi152.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 14 MB/s | 36 MB 00:02 2023-12-01T03:39:54.491 INFO:teuthology.orchestra.run.smithi152.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 14 MB/s | 43 MB 00:03 2023-12-01T03:39:54.492 INFO:teuthology.orchestra.run.smithi152.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:39:54.492 INFO:teuthology.orchestra.run.smithi152.stdout:Total 28 MB/s | 90 MB 00:03 2023-12-01T03:39:55.166 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction check 2023-12-01T03:39:55.580 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction check succeeded. 2023-12-01T03:39:55.580 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction test 2023-12-01T03:39:56.835 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction test succeeded. 2023-12-01T03:39:57.000 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction 2023-12-01T03:39:59.830 INFO:teuthology.orchestra.run.smithi152.stdout: Preparing : 1/1 2023-12-01T03:40:00.422 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-01T03:40:04.063 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-01T03:40:04.480 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-01T03:40:07.922 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-01T03:40:08.185 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-01T03:40:30.018 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-01T03:40:30.043 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-01T03:40:30.415 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-01T03:40:30.415 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-01T03:40:30.415 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-01T03:40:31.148 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-01T03:40:31.148 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T03:40:31.148 INFO:teuthology.orchestra.run.smithi152.stdout:Installed: 2023-12-01T03:40:31.148 INFO:teuthology.orchestra.run.smithi152.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-01T03:40:31.148 INFO:teuthology.orchestra.run.smithi152.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-01T03:40:31.148 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T03:40:31.148 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2023-12-01T03:40:31.305 DEBUG:teuthology.orchestra.run.smithi152:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T03:40:31.524 INFO:teuthology.orchestra.run.smithi152.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-01T03:40:31.524 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-01T03:40:31.524 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-526.el8.x86_64 2023-12-01T03:40:31.525 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-01T03:40:31.525 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-01T03:40:31.525 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2023-12-01T03:40:31.525 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi152.front.sepia.ceph.com, path=None, version=distro) 2023-12-01T03:40:31.525 DEBUG:teuthology.orchestra.run.smithi152:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T03:40:31.736 INFO:teuthology.orchestra.run.smithi152.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-01T03:40:31.736 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-01T03:40:31.737 DEBUG:teuthology.orchestra.run.smithi152:> sudo rpm -qi grub2-tools 2023-12-01T03:40:31.771 INFO:teuthology.orchestra.run.smithi152.stdout:Name : grub2-tools 2023-12-01T03:40:31.771 INFO:teuthology.orchestra.run.smithi152.stdout:Epoch : 1 2023-12-01T03:40:31.771 INFO:teuthology.orchestra.run.smithi152.stdout:Version : 2.02 2023-12-01T03:40:31.771 INFO:teuthology.orchestra.run.smithi152.stdout:Release : 129.el8 2023-12-01T03:40:31.771 INFO:teuthology.orchestra.run.smithi152.stdout:Architecture: x86_64 2023-12-01T03:40:31.771 INFO:teuthology.orchestra.run.smithi152.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-01T03:40:31.771 INFO:teuthology.orchestra.run.smithi152.stdout:Group : System Environment/Base 2023-12-01T03:40:31.771 INFO:teuthology.orchestra.run.smithi152.stdout:Size : 9265586 2023-12-01T03:40:31.772 INFO:teuthology.orchestra.run.smithi152.stdout:License : GPLv3+ 2023-12-01T03:40:31.772 INFO:teuthology.orchestra.run.smithi152.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-01T03:40:31.772 INFO:teuthology.orchestra.run.smithi152.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-01T03:40:31.772 INFO:teuthology.orchestra.run.smithi152.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-01T03:40:31.772 INFO:teuthology.orchestra.run.smithi152.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-01T03:40:31.772 INFO:teuthology.orchestra.run.smithi152.stdout:Relocations : (not relocatable) 2023-12-01T03:40:31.772 INFO:teuthology.orchestra.run.smithi152.stdout:Packager : CentOS BuildSystem 2023-12-01T03:40:31.772 INFO:teuthology.orchestra.run.smithi152.stdout:Vendor : CentOS 2023-12-01T03:40:31.772 INFO:teuthology.orchestra.run.smithi152.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-01T03:40:31.772 INFO:teuthology.orchestra.run.smithi152.stdout:Summary : Support tools for GRUB. 2023-12-01T03:40:31.772 INFO:teuthology.orchestra.run.smithi152.stdout:Description : 2023-12-01T03:40:31.772 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T03:40:31.773 INFO:teuthology.orchestra.run.smithi152.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-01T03:40:31.773 INFO:teuthology.orchestra.run.smithi152.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-01T03:40:31.773 INFO:teuthology.orchestra.run.smithi152.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-01T03:40:31.773 INFO:teuthology.orchestra.run.smithi152.stdout:hardware devices. 2023-12-01T03:40:31.773 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T03:40:31.773 INFO:teuthology.orchestra.run.smithi152.stdout:This subpackage provides tools for support of all platforms. 2023-12-01T03:40:31.774 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-01T03:40:31.774 INFO:teuthology.task.kernel:Updating grub on smithi152 to boot 4.18.0-526.el8.x86_64 2023-12-01T03:40:31.774 DEBUG:teuthology.orchestra.run.smithi152:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-01T03:40:33.708 INFO:teuthology.orchestra.run.smithi152.stderr:Generating grub configuration file ... 2023-12-01T03:40:35.835 INFO:teuthology.orchestra.run.smithi152.stderr:done 2023-12-01T03:40:35.837 DEBUG:teuthology.orchestra.run.smithi152:> mktemp 2023-12-01T03:40:35.881 INFO:teuthology.orchestra.run.smithi152.stdout:/tmp/tmp.CMmfckjqpI 2023-12-01T03:40:35.882 DEBUG:teuthology.orchestra.run.smithi152:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.CMmfckjqpI 2023-12-01T03:40:35.957 DEBUG:teuthology.orchestra.run.smithi152:> sudo chmod 0666 /tmp/tmp.CMmfckjqpI 2023-12-01T03:40:36.098 DEBUG:teuthology.orchestra.remote:smithi152:/tmp/tmp.CMmfckjqpI is 6KB 2023-12-01T03:40:36.120 DEBUG:teuthology.orchestra.run.smithi152:> rm -fr /tmp/tmp.CMmfckjqpI 2023-12-01T03:40:36.138 DEBUG:teuthology.orchestra.run.smithi152:> sudo /bin/ls /boot/loader/entries || true 2023-12-01T03:40:36.203 INFO:teuthology.orchestra.run.smithi152.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-01T03:40:36.203 INFO:teuthology.orchestra.run.smithi152.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-01T03:40:36.203 INFO:teuthology.orchestra.run.smithi152.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-01T03:40:36.203 INFO:teuthology.orchestra.run.smithi152.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-01T03:40:36.204 DEBUG:teuthology.orchestra.run.smithi152:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-01T03:40:36.347 DEBUG:teuthology.orchestra.run.smithi152:> sudo shutdown -r now 2023-12-01T03:41:06.350 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2023-12-01T03:41:06.350 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi152.front.sepia.ceph.com' 2023-12-01T03:41:06.351 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T03:41:24.706 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.152 2023-12-01T03:41:33.709 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi152.front.sepia.ceph.com' 2023-12-01T03:41:33.710 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T03:41:36.770 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.152 2023-12-01T03:41:48.771 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi152.front.sepia.ceph.com' 2023-12-01T03:41:48.772 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T03:42:07.202 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.152 2023-12-01T03:42:22.203 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi152.front.sepia.ceph.com' 2023-12-01T03:42:22.204 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T03:42:22.560 DEBUG:teuthology.orchestra.run.smithi152:> true 2023-12-01T03:42:22.838 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi152.front.sepia.ceph.com' 2023-12-01T03:42:22.838 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "4.18.0-526.el8.x86_64"... 2023-12-01T03:42:22.839 DEBUG:teuthology.orchestra.run.smithi152:> uname -r 2023-12-01T03:42:22.855 INFO:teuthology.orchestra.run.smithi152.stdout:4.18.0-526.el8.x86_64 2023-12-01T03:42:22.856 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-526.el8.x86_64 vs 4.18.0-526.el8.x86_64 2023-12-01T03:42:22.856 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-01T03:42:22.856 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-01T03:42:23.857 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2023-12-01T03:42:23.857 DEBUG:teuthology.orchestra.run.smithi152:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T03:42:23.932 INFO:teuthology.orchestra.run.smithi152.stdout:ttyS1 2023-12-01T03:42:23.945 DEBUG:teuthology.parallel:result is None 2023-12-01T03:48:50.718 INFO:teuthology.orchestra.run.smithi181.stdout:Extra Packages for Enterprise Linux 29 kB/s | 16 MB 09:20 2023-12-01T03:48:54.516 INFO:teuthology.orchestra.run.smithi181.stdout:lab-extras 408 kB/s | 24 kB 00:00 2023-12-01T03:48:58.106 INFO:teuthology.orchestra.run.smithi181.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-01T03:48:58.107 INFO:teuthology.orchestra.run.smithi181.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-01T03:48:58.404 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-01T03:48:58.404 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T03:48:58.404 INFO:teuthology.orchestra.run.smithi181.stdout: Package Architecture Version Repository Size 2023-12-01T03:48:58.404 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T03:48:58.404 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2023-12-01T03:48:58.405 INFO:teuthology.orchestra.run.smithi181.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-01T03:48:58.405 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2023-12-01T03:48:58.405 INFO:teuthology.orchestra.run.smithi181.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-01T03:48:58.405 INFO:teuthology.orchestra.run.smithi181.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-01T03:48:58.405 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T03:48:58.405 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-01T03:48:58.405 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T03:48:58.405 INFO:teuthology.orchestra.run.smithi181.stdout:Install 3 Packages 2023-12-01T03:48:58.405 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T03:48:58.406 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 90 M 2023-12-01T03:48:58.406 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 96 M 2023-12-01T03:48:58.406 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2023-12-01T03:48:59.933 INFO:teuthology.orchestra.run.smithi181.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 7.6 MB/s | 10 MB 00:01 2023-12-01T03:49:01.233 INFO:teuthology.orchestra.run.smithi181.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 14 MB/s | 36 MB 00:02 2023-12-01T03:49:01.709 INFO:teuthology.orchestra.run.smithi181.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 14 MB/s | 43 MB 00:03 2023-12-01T03:49:01.709 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:49:01.709 INFO:teuthology.orchestra.run.smithi181.stdout:Total 27 MB/s | 90 MB 00:03 2023-12-01T03:49:02.382 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2023-12-01T03:49:02.810 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2023-12-01T03:49:02.810 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2023-12-01T03:49:04.038 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2023-12-01T03:49:04.057 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2023-12-01T03:49:06.864 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2023-12-01T03:49:07.422 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-01T03:49:11.024 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-01T03:49:11.455 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-01T03:49:14.882 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-01T03:49:15.153 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-01T03:49:37.015 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-01T03:49:37.038 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-01T03:49:37.390 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-01T03:49:37.390 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-01T03:49:37.390 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-01T03:49:38.181 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-01T03:49:38.181 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T03:49:38.182 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2023-12-01T03:49:38.182 INFO:teuthology.orchestra.run.smithi181.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-01T03:49:38.182 INFO:teuthology.orchestra.run.smithi181.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-01T03:49:38.182 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T03:49:38.182 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-01T03:49:38.326 DEBUG:teuthology.orchestra.run.smithi181:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T03:49:38.543 INFO:teuthology.orchestra.run.smithi181.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-01T03:49:38.543 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-01T03:49:38.543 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-526.el8.x86_64 2023-12-01T03:49:38.543 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-01T03:49:38.544 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-01T03:49:38.544 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2023-12-01T03:49:38.544 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi181.front.sepia.ceph.com, path=None, version=distro) 2023-12-01T03:49:38.544 DEBUG:teuthology.orchestra.run.smithi181:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T03:49:38.752 INFO:teuthology.orchestra.run.smithi181.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-01T03:49:38.752 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-01T03:49:38.752 DEBUG:teuthology.orchestra.run.smithi181:> sudo rpm -qi grub2-tools 2023-12-01T03:49:38.786 INFO:teuthology.orchestra.run.smithi181.stdout:Name : grub2-tools 2023-12-01T03:49:38.787 INFO:teuthology.orchestra.run.smithi181.stdout:Epoch : 1 2023-12-01T03:49:38.787 INFO:teuthology.orchestra.run.smithi181.stdout:Version : 2.02 2023-12-01T03:49:38.787 INFO:teuthology.orchestra.run.smithi181.stdout:Release : 129.el8 2023-12-01T03:49:38.787 INFO:teuthology.orchestra.run.smithi181.stdout:Architecture: x86_64 2023-12-01T03:49:38.787 INFO:teuthology.orchestra.run.smithi181.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-01T03:49:38.787 INFO:teuthology.orchestra.run.smithi181.stdout:Group : System Environment/Base 2023-12-01T03:49:38.787 INFO:teuthology.orchestra.run.smithi181.stdout:Size : 9265586 2023-12-01T03:49:38.787 INFO:teuthology.orchestra.run.smithi181.stdout:License : GPLv3+ 2023-12-01T03:49:38.787 INFO:teuthology.orchestra.run.smithi181.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-01T03:49:38.787 INFO:teuthology.orchestra.run.smithi181.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-01T03:49:38.787 INFO:teuthology.orchestra.run.smithi181.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-01T03:49:38.787 INFO:teuthology.orchestra.run.smithi181.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-01T03:49:38.788 INFO:teuthology.orchestra.run.smithi181.stdout:Relocations : (not relocatable) 2023-12-01T03:49:38.788 INFO:teuthology.orchestra.run.smithi181.stdout:Packager : CentOS BuildSystem 2023-12-01T03:49:38.788 INFO:teuthology.orchestra.run.smithi181.stdout:Vendor : CentOS 2023-12-01T03:49:38.788 INFO:teuthology.orchestra.run.smithi181.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-01T03:49:38.788 INFO:teuthology.orchestra.run.smithi181.stdout:Summary : Support tools for GRUB. 2023-12-01T03:49:38.788 INFO:teuthology.orchestra.run.smithi181.stdout:Description : 2023-12-01T03:49:38.788 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T03:49:38.788 INFO:teuthology.orchestra.run.smithi181.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-01T03:49:38.788 INFO:teuthology.orchestra.run.smithi181.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-01T03:49:38.788 INFO:teuthology.orchestra.run.smithi181.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-01T03:49:38.788 INFO:teuthology.orchestra.run.smithi181.stdout:hardware devices. 2023-12-01T03:49:38.788 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T03:49:38.788 INFO:teuthology.orchestra.run.smithi181.stdout:This subpackage provides tools for support of all platforms. 2023-12-01T03:49:38.789 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-01T03:49:38.789 INFO:teuthology.task.kernel:Updating grub on smithi181 to boot 4.18.0-526.el8.x86_64 2023-12-01T03:49:38.790 DEBUG:teuthology.orchestra.run.smithi181:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-01T03:49:40.543 INFO:teuthology.orchestra.run.smithi181.stderr:Generating grub configuration file ... 2023-12-01T03:49:42.682 INFO:teuthology.orchestra.run.smithi181.stderr:done 2023-12-01T03:49:42.684 DEBUG:teuthology.orchestra.run.smithi181:> mktemp 2023-12-01T03:49:42.712 INFO:teuthology.orchestra.run.smithi181.stdout:/tmp/tmp.KY5aP4n8zH 2023-12-01T03:49:42.713 DEBUG:teuthology.orchestra.run.smithi181:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.KY5aP4n8zH 2023-12-01T03:49:42.786 DEBUG:teuthology.orchestra.run.smithi181:> sudo chmod 0666 /tmp/tmp.KY5aP4n8zH 2023-12-01T03:49:42.928 DEBUG:teuthology.orchestra.remote:smithi181:/tmp/tmp.KY5aP4n8zH is 6KB 2023-12-01T03:49:42.976 DEBUG:teuthology.orchestra.run.smithi181:> rm -fr /tmp/tmp.KY5aP4n8zH 2023-12-01T03:49:42.993 DEBUG:teuthology.orchestra.run.smithi181:> sudo /bin/ls /boot/loader/entries || true 2023-12-01T03:49:43.076 INFO:teuthology.orchestra.run.smithi181.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-01T03:49:43.077 INFO:teuthology.orchestra.run.smithi181.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-01T03:49:43.077 INFO:teuthology.orchestra.run.smithi181.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-01T03:49:43.077 INFO:teuthology.orchestra.run.smithi181.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-01T03:49:43.078 DEBUG:teuthology.orchestra.run.smithi181:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-01T03:49:43.200 DEBUG:teuthology.orchestra.run.smithi181:> sudo shutdown -r now 2023-12-01T03:50:13.203 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2023-12-01T03:50:13.204 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi181.front.sepia.ceph.com' 2023-12-01T03:50:13.205 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi181.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T03:50:31.526 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.181 2023-12-01T03:50:40.528 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi181.front.sepia.ceph.com' 2023-12-01T03:50:40.528 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi181.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T03:50:43.590 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.181 2023-12-01T03:50:55.592 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi181.front.sepia.ceph.com' 2023-12-01T03:50:55.592 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi181.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T03:51:28.134 DEBUG:teuthology.orchestra.run.smithi181:> true 2023-12-01T03:51:28.624 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi181.front.sepia.ceph.com' 2023-12-01T03:51:28.624 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "4.18.0-526.el8.x86_64"... 2023-12-01T03:51:28.625 DEBUG:teuthology.orchestra.run.smithi181:> uname -r 2023-12-01T03:51:28.641 INFO:teuthology.orchestra.run.smithi181.stdout:4.18.0-526.el8.x86_64 2023-12-01T03:51:28.641 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-526.el8.x86_64 vs 4.18.0-526.el8.x86_64 2023-12-01T03:51:28.641 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-01T03:51:28.641 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-01T03:51:29.643 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2023-12-01T03:51:29.643 DEBUG:teuthology.orchestra.run.smithi181:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T03:51:29.710 INFO:teuthology.orchestra.run.smithi181.stdout:ttyS1 2023-12-01T03:51:29.729 DEBUG:teuthology.parallel:result is None 2023-12-01T03:51:29.729 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-01T03:51:29.736 INFO:teuthology.task.internal:Creating test directory... 2023-12-01T03:51:29.736 DEBUG:teuthology.orchestra.run.smithi152:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T03:51:29.740 DEBUG:teuthology.orchestra.run.smithi181:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T03:51:29.761 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-01T03:51:29.768 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-01T03:51:29.774 INFO:teuthology.task.internal:Creating archive directory... 2023-12-01T03:51:29.774 DEBUG:teuthology.orchestra.run.smithi152:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T03:51:29.803 DEBUG:teuthology.orchestra.run.smithi181:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T03:51:29.847 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-01T03:51:29.854 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-01T03:51:29.854 DEBUG:teuthology.orchestra.run.smithi152:> 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:51:29.872 DEBUG:teuthology.orchestra.run.smithi181:> 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:51:29.906 INFO:teuthology.orchestra.run.smithi152.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T03:51:29.917 INFO:teuthology.orchestra.run.smithi152.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T03:51:29.924 INFO:teuthology.orchestra.run.smithi181.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T03:51:29.935 INFO:teuthology.orchestra.run.smithi181.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T03:51:29.936 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-01T03:51:29.944 INFO:teuthology.task.internal:Configuring sudo... 2023-12-01T03:51:29.945 DEBUG:teuthology.orchestra.run.smithi152:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T03:51:29.962 DEBUG:teuthology.orchestra.run.smithi181:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T03:51:29.992 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-01T03:51:30.001 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-01T03:51:30.002 DEBUG:teuthology.orchestra.run.smithi152:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T03:51:30.031 DEBUG:teuthology.orchestra.run.smithi181:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T03:51:30.051 DEBUG:teuthology.orchestra.run.smithi152:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T03:51:30.131 DEBUG:teuthology.orchestra.run.smithi152:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T03:51:30.192 DEBUG:teuthology.orchestra.run.smithi152:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T03:51:30.278 DEBUG:teuthology.orchestra.run.smithi152:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T03:51:30.319 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2023-12-01T03:51:30.319 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T03:51:30.386 DEBUG:teuthology.orchestra.run.smithi181:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T03:51:30.435 DEBUG:teuthology.orchestra.run.smithi181:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T03:51:30.485 DEBUG:teuthology.orchestra.run.smithi181:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T03:51:30.572 DEBUG:teuthology.orchestra.run.smithi181:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T03:51:30.616 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2023-12-01T03:51:30.616 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T03:51:30.685 DEBUG:teuthology.orchestra.run.smithi152:> sudo service rsyslog restart 2023-12-01T03:51:30.687 DEBUG:teuthology.orchestra.run.smithi181:> sudo service rsyslog restart 2023-12-01T03:51:30.758 INFO:teuthology.orchestra.run.smithi152.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T03:51:30.792 INFO:teuthology.orchestra.run.smithi181.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T03:51:31.264 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-01T03:51:31.273 INFO:teuthology.task.internal:Starting timer... 2023-12-01T03:51:31.274 INFO:teuthology.run_tasks:Running task pcp... 2023-12-01T03:51:31.283 INFO:teuthology.run_tasks:Running task selinux... 2023-12-01T03:51:31.291 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-01T03:51:31.292 DEBUG:teuthology.orchestra.run.smithi152:> sudo service auditd rotate 2023-12-01T03:51:31.369 INFO:teuthology.orchestra.run.smithi152.stdout:Rotating logs: 2023-12-01T03:51:31.370 DEBUG:teuthology.orchestra.run.smithi181:> sudo service auditd rotate 2023-12-01T03:51:31.458 INFO:teuthology.orchestra.run.smithi181.stdout:Rotating logs: 2023-12-01T03:51:31.460 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-01T03:51:31.460 DEBUG:teuthology.orchestra.run.smithi152:> /usr/sbin/getenforce 2023-12-01T03:51:31.484 INFO:teuthology.orchestra.run.smithi152.stdout:Permissive 2023-12-01T03:51:31.484 DEBUG:teuthology.orchestra.run.smithi181:> /usr/sbin/getenforce 2023-12-01T03:51:31.507 INFO:teuthology.orchestra.run.smithi181.stdout:Permissive 2023-12-01T03:51:31.508 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi152.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi181.front.sepia.ceph.com': 'permissive'} 2023-12-01T03:51:31.508 DEBUG:teuthology.orchestra.run.smithi152:> 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:51:31.552 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T03:51:31.553 DEBUG:teuthology.orchestra.run.smithi181:> 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:51:31.581 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T03:51:31.582 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-01T03:51:31.582 DEBUG:teuthology.orchestra.run.smithi152:> sudo /usr/sbin/setenforce permissive 2023-12-01T03:51:31.620 DEBUG:teuthology.orchestra.run.smithi181:> sudo /usr/sbin/setenforce permissive 2023-12-01T03:51:31.650 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-01T03:51:31.660 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-01T03:51:31.665 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2023-12-01T03:51:31.789 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-01T03:51:31.805 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:51:31.806 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi152.front.sepia.ceph.com,smithi181.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-01T03:58:58.526 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi152.front.sepia.ceph.com'), Remote(name='ubuntu@smithi181.front.sepia.ceph.com')] 2023-12-01T03:59:10.812 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi152.front.sepia.ceph.com' 2023-12-01T03:59:10.813 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T03:59:10.927 DEBUG:teuthology.orchestra.run.smithi152:> true 2023-12-01T03:59:10.955 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi152.front.sepia.ceph.com' 2023-12-01T03:59:10.956 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi181.front.sepia.ceph.com' 2023-12-01T03:59:10.957 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi181.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T03:59:11.026 DEBUG:teuthology.orchestra.run.smithi181:> true 2023-12-01T03:59:11.098 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi181.front.sepia.ceph.com' 2023-12-01T03:59:11.099 INFO:teuthology.run_tasks:Running task clock... 2023-12-01T03:59:11.113 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-01T03:59:11.113 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T03:59:11.114 DEBUG:teuthology.orchestra.run.smithi152:> 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:59:11.119 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T03:59:11.119 DEBUG:teuthology.orchestra.run.smithi181:> 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:59:11.150 INFO:teuthology.orchestra.run.smithi152.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T03:59:11.165 INFO:teuthology.orchestra.run.smithi152.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T03:59:11.173 INFO:teuthology.orchestra.run.smithi181.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T03:59:11.187 INFO:teuthology.orchestra.run.smithi181.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T03:59:11.232 INFO:teuthology.orchestra.run.smithi152.stderr:sudo: ntpd: command not found 2023-12-01T03:59:11.243 INFO:teuthology.orchestra.run.smithi152.stdout:506 Cannot talk to daemon 2023-12-01T03:59:11.257 INFO:teuthology.orchestra.run.smithi152.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T03:59:11.262 INFO:teuthology.orchestra.run.smithi181.stderr:sudo: ntpd: command not found 2023-12-01T03:59:11.271 INFO:teuthology.orchestra.run.smithi152.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T03:59:11.274 INFO:teuthology.orchestra.run.smithi181.stdout:506 Cannot talk to daemon 2023-12-01T03:59:11.288 INFO:teuthology.orchestra.run.smithi181.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T03:59:11.301 INFO:teuthology.orchestra.run.smithi181.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T03:59:11.333 INFO:teuthology.orchestra.run.smithi152.stderr:bash: ntpq: command not found 2023-12-01T03:59:11.337 INFO:teuthology.orchestra.run.smithi152.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T03:59:11.337 INFO:teuthology.orchestra.run.smithi152.stdout:=============================================================================== 2023-12-01T03:59:11.337 INFO:teuthology.orchestra.run.smithi152.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T03:59:11.337 INFO:teuthology.orchestra.run.smithi152.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T03:59:11.337 INFO:teuthology.orchestra.run.smithi152.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T03:59:11.337 INFO:teuthology.orchestra.run.smithi152.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T03:59:11.371 INFO:teuthology.orchestra.run.smithi181.stderr:bash: ntpq: command not found 2023-12-01T03:59:11.374 INFO:teuthology.orchestra.run.smithi181.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T03:59:11.374 INFO:teuthology.orchestra.run.smithi181.stdout:=============================================================================== 2023-12-01T03:59:11.374 INFO:teuthology.orchestra.run.smithi181.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T03:59:11.374 INFO:teuthology.orchestra.run.smithi181.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T03:59:11.374 INFO:teuthology.orchestra.run.smithi181.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T03:59:11.374 INFO:teuthology.orchestra.run.smithi181.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T03:59:11.375 INFO:teuthology.run_tasks:Running task pexec... 2023-12-01T03:59:11.385 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-01T03:59:11.385 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi152.front.sepia.ceph.com 2023-12-01T03:59:11.385 DEBUG:teuthology.orchestra.run.smithi152:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T03:59:11.386 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi181.front.sepia.ceph.com 2023-12-01T03:59:11.386 DEBUG:teuthology.orchestra.run.smithi181:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T03:59:12.269 INFO:teuthology.orchestra.run.smithi152.stdout:Last metadata expiration check: 0:01:48 ago on Fri 01 Dec 2023 03:57:24 AM UTC. 2023-12-01T03:59:12.298 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:49 ago on Fri 01 Dec 2023 03:57:23 AM UTC. 2023-12-01T03:59:14.429 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2023-12-01T03:59:14.430 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T03:59:14.430 INFO:teuthology.orchestra.run.smithi152.stdout: Package Architecture Version Repository Size 2023-12-01T03:59:14.430 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T03:59:14.430 INFO:teuthology.orchestra.run.smithi152.stdout:Resetting modules: 2023-12-01T03:59:14.430 INFO:teuthology.orchestra.run.smithi152.stdout: container-tools 2023-12-01T03:59:14.430 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T03:59:14.431 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction Summary 2023-12-01T03:59:14.431 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T03:59:14.431 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T03:59:14.502 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-01T03:59:14.506 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T03:59:14.506 INFO:teuthology.orchestra.run.smithi181.stdout: Package Architecture Version Repository Size 2023-12-01T03:59:14.506 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T03:59:14.506 INFO:teuthology.orchestra.run.smithi181.stdout:Resetting modules: 2023-12-01T03:59:14.507 INFO:teuthology.orchestra.run.smithi181.stdout: container-tools 2023-12-01T03:59:14.507 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T03:59:14.507 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-01T03:59:14.507 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T03:59:14.507 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T03:59:14.673 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2023-12-01T03:59:14.759 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-01T03:59:15.622 INFO:teuthology.orchestra.run.smithi152.stdout:Last metadata expiration check: 0:01:51 ago on Fri 01 Dec 2023 03:57:24 AM UTC. 2023-12-01T03:59:15.716 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:52 ago on Fri 01 Dec 2023 03:57:23 AM UTC. 2023-12-01T03:59:17.739 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2023-12-01T03:59:17.845 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-01T03:59:17.923 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T03:59:17.924 INFO:teuthology.orchestra.run.smithi152.stdout: Package Arch Version Repository Size 2023-12-01T03:59:17.924 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T03:59:17.924 INFO:teuthology.orchestra.run.smithi152.stdout:Installing group/module packages: 2023-12-01T03:59:17.924 INFO:teuthology.orchestra.run.smithi152.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-01T03:59:17.924 INFO:teuthology.orchestra.run.smithi152.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-01T03:59:17.924 INFO:teuthology.orchestra.run.smithi152.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-01T03:59:17.924 INFO:teuthology.orchestra.run.smithi152.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-01T03:59:17.924 INFO:teuthology.orchestra.run.smithi152.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-01T03:59:17.924 INFO:teuthology.orchestra.run.smithi152.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-01T03:59:17.924 INFO:teuthology.orchestra.run.smithi152.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-01T03:59:17.924 INFO:teuthology.orchestra.run.smithi152.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-01T03:59:17.924 INFO:teuthology.orchestra.run.smithi152.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-01T03:59:17.924 INFO:teuthology.orchestra.run.smithi152.stdout:Installing dependencies: 2023-12-01T03:59:17.925 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-01T03:59:17.925 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-01T03:59:17.925 INFO:teuthology.orchestra.run.smithi152.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-01T03:59:17.925 INFO:teuthology.orchestra.run.smithi152.stdout:Installing weak dependencies: 2023-12-01T03:59:17.925 INFO:teuthology.orchestra.run.smithi152.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-01T03:59:17.925 INFO:teuthology.orchestra.run.smithi152.stdout:Installing module profiles: 2023-12-01T03:59:17.925 INFO:teuthology.orchestra.run.smithi152.stdout: container-tools/common 2023-12-01T03:59:17.925 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T03:59:17.925 INFO:teuthology.orchestra.run.smithi152.stdout:Enabling module streams: 2023-12-01T03:59:17.925 INFO:teuthology.orchestra.run.smithi152.stdout: container-tools rhel8 2023-12-01T03:59:17.925 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T03:59:17.925 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction Summary 2023-12-01T03:59:17.925 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T03:59:17.926 INFO:teuthology.orchestra.run.smithi152.stdout:Install 13 Packages 2023-12-01T03:59:17.926 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T03:59:17.926 INFO:teuthology.orchestra.run.smithi152.stdout:Total download size: 27 M 2023-12-01T03:59:17.926 INFO:teuthology.orchestra.run.smithi152.stdout:Installed size: 89 M 2023-12-01T03:59:17.926 INFO:teuthology.orchestra.run.smithi152.stdout:Downloading Packages: 2023-12-01T03:59:18.033 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T03:59:18.033 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2023-12-01T03:59:18.033 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T03:59:18.034 INFO:teuthology.orchestra.run.smithi181.stdout:Installing group/module packages: 2023-12-01T03:59:18.034 INFO:teuthology.orchestra.run.smithi181.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-01T03:59:18.034 INFO:teuthology.orchestra.run.smithi181.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-01T03:59:18.034 INFO:teuthology.orchestra.run.smithi181.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-01T03:59:18.034 INFO:teuthology.orchestra.run.smithi181.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-01T03:59:18.034 INFO:teuthology.orchestra.run.smithi181.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-01T03:59:18.035 INFO:teuthology.orchestra.run.smithi181.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-01T03:59:18.035 INFO:teuthology.orchestra.run.smithi181.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-01T03:59:18.035 INFO:teuthology.orchestra.run.smithi181.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-01T03:59:18.035 INFO:teuthology.orchestra.run.smithi181.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-01T03:59:18.035 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2023-12-01T03:59:18.035 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-01T03:59:18.035 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-01T03:59:18.036 INFO:teuthology.orchestra.run.smithi181.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-01T03:59:18.036 INFO:teuthology.orchestra.run.smithi181.stdout:Installing weak dependencies: 2023-12-01T03:59:18.036 INFO:teuthology.orchestra.run.smithi181.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-01T03:59:18.036 INFO:teuthology.orchestra.run.smithi181.stdout:Installing module profiles: 2023-12-01T03:59:18.036 INFO:teuthology.orchestra.run.smithi181.stdout: container-tools/common 2023-12-01T03:59:18.036 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T03:59:18.037 INFO:teuthology.orchestra.run.smithi181.stdout:Enabling module streams: 2023-12-01T03:59:18.037 INFO:teuthology.orchestra.run.smithi181.stdout: container-tools rhel8 2023-12-01T03:59:18.037 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T03:59:18.037 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-01T03:59:18.037 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T03:59:18.037 INFO:teuthology.orchestra.run.smithi181.stdout:Install 13 Packages 2023-12-01T03:59:18.038 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T03:59:18.038 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 27 M 2023-12-01T03:59:18.038 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 89 M 2023-12-01T03:59:18.039 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2023-12-01T03:59:18.299 INFO:teuthology.orchestra.run.smithi152.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 4.0 MB/s | 750 kB 00:00 2023-12-01T03:59:18.332 INFO:teuthology.orchestra.run.smithi152.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 4.6 MB/s | 1.0 MB 00:00 2023-12-01T03:59:18.357 INFO:teuthology.orchestra.run.smithi152.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 646 kB/s | 38 kB 00:00 2023-12-01T03:59:18.383 INFO:teuthology.orchestra.run.smithi152.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.7 MB/s | 241 kB 00:00 2023-12-01T03:59:18.422 INFO:teuthology.orchestra.run.smithi181.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 3.6 MB/s | 750 kB 00:00 2023-12-01T03:59:18.424 INFO:teuthology.orchestra.run.smithi152.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 4.2 MB/s | 178 kB 00:00 2023-12-01T03:59:18.455 INFO:teuthology.orchestra.run.smithi181.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 4.2 MB/s | 1.0 MB 00:00 2023-12-01T03:59:18.475 INFO:teuthology.orchestra.run.smithi152.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 494 kB/s | 25 kB 00:00 2023-12-01T03:59:18.481 INFO:teuthology.orchestra.run.smithi181.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 645 kB/s | 38 kB 00:00 2023-12-01T03:59:18.506 INFO:teuthology.orchestra.run.smithi181.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.7 MB/s | 241 kB 00:00 2023-12-01T03:59:18.534 INFO:teuthology.orchestra.run.smithi152.stdout:(7/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 22 MB/s | 3.9 MB 00:00 2023-12-01T03:59:18.539 INFO:teuthology.orchestra.run.smithi181.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 5.2 MB/s | 178 kB 00:00 2023-12-01T03:59:18.559 INFO:teuthology.orchestra.run.smithi152.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.1 MB/s | 94 kB 00:00 2023-12-01T03:59:18.582 INFO:teuthology.orchestra.run.smithi181.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 592 kB/s | 25 kB 00:00 2023-12-01T03:59:18.649 INFO:teuthology.orchestra.run.smithi181.stdout:(7/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 23 MB/s | 3.9 MB 00:00 2023-12-01T03:59:18.674 INFO:teuthology.orchestra.run.smithi181.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.0 MB/s | 94 kB 00:00 2023-12-01T03:59:18.703 INFO:teuthology.orchestra.run.smithi152.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 16 MB/s | 9.6 MB 00:00 2023-12-01T03:59:18.735 INFO:teuthology.orchestra.run.smithi152.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 1.6 MB/s | 53 kB 00:00 2023-12-01T03:59:18.793 INFO:teuthology.orchestra.run.smithi152.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 11 MB/s | 2.5 MB 00:00 2023-12-01T03:59:18.800 INFO:teuthology.orchestra.run.smithi181.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 17 MB/s | 9.6 MB 00:00 2023-12-01T03:59:18.850 INFO:teuthology.orchestra.run.smithi181.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 1.0 MB/s | 53 kB 00:00 2023-12-01T03:59:18.885 INFO:teuthology.orchestra.run.smithi152.stdout:(12/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 23 MB/s | 8.1 MB 00:00 2023-12-01T03:59:18.903 INFO:teuthology.orchestra.run.smithi152.stdout:(13/13): yajl-2.1.0-12.el8.x86_64.rpm 245 kB/s | 41 kB 00:00 2023-12-01T03:59:18.903 INFO:teuthology.orchestra.run.smithi152.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:59:18.903 INFO:teuthology.orchestra.run.smithi152.stdout:Total 27 MB/s | 27 MB 00:00 2023-12-01T03:59:18.908 INFO:teuthology.orchestra.run.smithi181.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 11 MB/s | 2.5 MB 00:00 2023-12-01T03:59:18.934 INFO:teuthology.orchestra.run.smithi181.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 490 kB/s | 41 kB 00:00 2023-12-01T03:59:19.026 INFO:teuthology.orchestra.run.smithi181.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 22 MB/s | 8.1 MB 00:00 2023-12-01T03:59:19.026 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:59:19.026 INFO:teuthology.orchestra.run.smithi181.stdout:Total 27 MB/s | 27 MB 00:00 2023-12-01T03:59:19.170 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction check 2023-12-01T03:59:19.191 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction check succeeded. 2023-12-01T03:59:19.192 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction test 2023-12-01T03:59:19.290 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2023-12-01T03:59:19.311 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2023-12-01T03:59:19.312 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2023-12-01T03:59:19.446 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction test succeeded. 2023-12-01T03:59:19.449 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction 2023-12-01T03:59:19.556 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2023-12-01T03:59:19.559 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2023-12-01T03:59:20.135 INFO:teuthology.orchestra.run.smithi152.stdout: Preparing : 1/1 2023-12-01T03:59:20.221 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2023-12-01T03:59:20.386 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-01T03:59:20.435 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-01T03:59:20.539 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-01T03:59:20.656 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-01T03:59:20.731 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-01T03:59:20.868 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-01T03:59:20.967 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-01T03:59:21.100 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-01T03:59:21.542 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-01T03:59:21.630 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-01T03:59:22.510 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-01T03:59:22.676 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-01T03:59:22.770 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-01T03:59:22.915 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-01T03:59:22.984 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-01T03:59:23.149 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-01T03:59:23.293 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-01T03:59:23.401 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-01T03:59:23.659 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-01T03:59:23.815 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-01T03:59:24.549 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-01T03:59:24.690 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-01T03:59:24.752 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-01T03:59:24.912 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-01T03:59:24.979 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-01T03:59:25.113 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-01T03:59:25.409 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-01T03:59:25.410 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-01T03:59:25.410 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-01T03:59:25.411 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-01T03:59:25.411 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-01T03:59:25.411 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-01T03:59:25.412 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-01T03:59:25.412 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-01T03:59:25.412 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-01T03:59:25.413 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-01T03:59:25.413 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-01T03:59:25.413 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-01T03:59:25.414 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-01T03:59:25.539 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-01T03:59:25.540 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-01T03:59:25.540 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-01T03:59:25.540 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-01T03:59:25.540 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-01T03:59:25.540 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-01T03:59:25.540 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-01T03:59:25.540 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-01T03:59:25.541 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-01T03:59:25.541 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-01T03:59:25.541 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-01T03:59:25.541 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-01T03:59:25.541 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-01T03:59:26.226 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-01T03:59:26.226 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T03:59:26.226 INFO:teuthology.orchestra.run.smithi152.stdout:Installed: 2023-12-01T03:59:26.226 INFO:teuthology.orchestra.run.smithi152.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T03:59:26.226 INFO:teuthology.orchestra.run.smithi152.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T03:59:26.226 INFO:teuthology.orchestra.run.smithi152.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-01T03:59:26.226 INFO:teuthology.orchestra.run.smithi152.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-01T03:59:26.226 INFO:teuthology.orchestra.run.smithi152.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T03:59:26.227 INFO:teuthology.orchestra.run.smithi152.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-01T03:59:26.227 INFO:teuthology.orchestra.run.smithi152.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-01T03:59:26.227 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-01T03:59:26.227 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-01T03:59:26.227 INFO:teuthology.orchestra.run.smithi152.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T03:59:26.227 INFO:teuthology.orchestra.run.smithi152.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-01T03:59:26.227 INFO:teuthology.orchestra.run.smithi152.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-01T03:59:26.227 INFO:teuthology.orchestra.run.smithi152.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-01T03:59:26.227 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T03:59:26.227 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2023-12-01T03:59:26.367 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-01T03:59:26.367 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T03:59:26.367 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2023-12-01T03:59:26.368 INFO:teuthology.orchestra.run.smithi181.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T03:59:26.368 INFO:teuthology.orchestra.run.smithi181.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T03:59:26.368 INFO:teuthology.orchestra.run.smithi181.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-01T03:59:26.368 INFO:teuthology.orchestra.run.smithi181.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-01T03:59:26.368 INFO:teuthology.orchestra.run.smithi181.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T03:59:26.368 INFO:teuthology.orchestra.run.smithi181.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-01T03:59:26.368 INFO:teuthology.orchestra.run.smithi181.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-01T03:59:26.368 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-01T03:59:26.368 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-01T03:59:26.368 INFO:teuthology.orchestra.run.smithi181.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T03:59:26.368 INFO:teuthology.orchestra.run.smithi181.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-01T03:59:26.368 INFO:teuthology.orchestra.run.smithi181.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-01T03:59:26.369 INFO:teuthology.orchestra.run.smithi181.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-01T03:59:26.369 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T03:59:26.369 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-01T03:59:26.534 DEBUG:teuthology.parallel:result is None 2023-12-01T03:59:26.673 DEBUG:teuthology.parallel:result is None 2023-12-01T03:59:26.673 INFO:teuthology.run_tasks:Running task install... 2023-12-01T03:59:26.682 DEBUG:teuthology.task.install:project ceph 2023-12-01T03:59:26.682 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '9942cfafa9f7e22e363b3f76a7fe21130085c2db'}} 2023-12-01T03:59:26.683 DEBUG:teuthology.task.install:config {'branch': 'reef', 'exclude_packages': ['ceph-volume'], 'flavor': 'default', 'sha1': '9942cfafa9f7e22e363b3f76a7fe21130085c2db'} 2023-12-01T03:59:26.683 INFO:teuthology.task.install:Using flavor: default 2023-12-01T03:59:26.689 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:59:26.689 INFO:teuthology.task.install:extra packages: [] 2023-12-01T03:59:26.690 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:59:26.690 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T03:59:26.690 INFO:teuthology.packaging:ref: None 2023-12-01T03:59:26.690 INFO:teuthology.packaging:tag: None 2023-12-01T03:59:26.690 INFO:teuthology.packaging:branch: reef 2023-12-01T03:59:26.690 INFO:teuthology.packaging:sha1: 9942cfafa9f7e22e363b3f76a7fe21130085c2db 2023-12-01T03:59:26.691 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:59:26.692 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:59:26.693 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T03:59:26.693 INFO:teuthology.packaging:ref: None 2023-12-01T03:59:26.693 INFO:teuthology.packaging:tag: None 2023-12-01T03:59:26.693 INFO:teuthology.packaging:branch: reef 2023-12-01T03:59:26.693 INFO:teuthology.packaging:sha1: 9942cfafa9f7e22e363b3f76a7fe21130085c2db 2023-12-01T03:59:26.693 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:59:26.926 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/reef/188db309e00ce865d763f50bb570f7d22fb6e3fa/centos/8/flavors/default/ 2023-12-01T03:59:26.927 INFO:teuthology.task.install.rpm:Package version is 18.2.0-1291.g188db309 2023-12-01T03:59:26.990 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/reef/188db309e00ce865d763f50bb570f7d22fb6e3fa/centos/8/flavors/default/ 2023-12-01T03:59:26.990 INFO:teuthology.task.install.rpm:Package version is 18.2.0-1291.g188db309 2023-12-01T03:59:27.046 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:59:27.047 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2023-12-01T03:59:27.047 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-01T03:59:27.076 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:59:27.076 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T03:59:27.076 INFO:teuthology.packaging:ref: None 2023-12-01T03:59:27.076 INFO:teuthology.packaging:tag: None 2023-12-01T03:59:27.076 INFO:teuthology.packaging:branch: reef 2023-12-01T03:59:27.076 INFO:teuthology.packaging:sha1: 9942cfafa9f7e22e363b3f76a7fe21130085c2db 2023-12-01T03:59:27.077 DEBUG:teuthology.orchestra.run.smithi152:> 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:59:27.101 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:59:27.101 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2023-12-01T03:59:27.101 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-01T03:59:27.129 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:59:27.129 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T03:59:27.133 INFO:teuthology.packaging:ref: None 2023-12-01T03:59:27.133 INFO:teuthology.packaging:tag: None 2023-12-01T03:59:27.133 INFO:teuthology.packaging:branch: reef 2023-12-01T03:59:27.134 INFO:teuthology.packaging:sha1: 9942cfafa9f7e22e363b3f76a7fe21130085c2db 2023-12-01T03:59:27.134 DEBUG:teuthology.orchestra.run.smithi181:> 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:59:27.144 DEBUG:teuthology.orchestra.run.smithi152:> 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:59:27.197 DEBUG:teuthology.orchestra.run.smithi181:> 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:59:27.221 DEBUG:teuthology.orchestra.run.smithi152:> 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:59:27.273 DEBUG:teuthology.orchestra.run.smithi181:> 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:59:27.287 INFO:teuthology.orchestra.run.smithi152.stdout:check_obsoletes = 1 2023-12-01T03:59:27.289 DEBUG:teuthology.orchestra.run.smithi152:> sudo yum clean all 2023-12-01T03:59:27.339 INFO:teuthology.orchestra.run.smithi181.stdout:check_obsoletes = 1 2023-12-01T03:59:27.341 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum clean all 2023-12-01T03:59:27.552 INFO:teuthology.orchestra.run.smithi152.stdout:76 files removed 2023-12-01T03:59:27.581 DEBUG:teuthology.orchestra.run.smithi152:> sudo yum -y install ceph-radosgw 2023-12-01T03:59:27.603 INFO:teuthology.orchestra.run.smithi181.stdout:76 files removed 2023-12-01T03:59:27.631 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-radosgw 2023-12-01T03:59:28.351 INFO:teuthology.orchestra.run.smithi152.stdout:ceph packages for x86_64 219 kB/s | 80 kB 00:00 2023-12-01T03:59:28.377 INFO:teuthology.orchestra.run.smithi181.stdout:ceph packages for x86_64 235 kB/s | 80 kB 00:00 2023-12-01T03:59:28.727 INFO:teuthology.orchestra.run.smithi152.stdout:ceph noarch packages 28 kB/s | 9.4 kB 00:00 2023-12-01T03:59:28.743 INFO:teuthology.orchestra.run.smithi181.stdout:ceph noarch packages 29 kB/s | 9.4 kB 00:00 2023-12-01T03:59:29.070 INFO:teuthology.orchestra.run.smithi152.stdout:ceph source packages 4.7 kB/s | 1.5 kB 00:00 2023-12-01T03:59:29.127 INFO:teuthology.orchestra.run.smithi181.stdout:ceph source packages 4.2 kB/s | 1.5 kB 00:00 2023-12-01T03:59:30.078 INFO:teuthology.orchestra.run.smithi152.stdout:CentOS Stream 8 - AppStream 35 MB/s | 34 MB 00:00 2023-12-01T03:59:30.102 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 8 - AppStream 36 MB/s | 34 MB 00:00 2023-12-01T03:59:39.544 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 8 - BaseOS 18 MB/s | 55 MB 00:03 2023-12-01T03:59:39.652 INFO:teuthology.orchestra.run.smithi152.stdout:CentOS Stream 8 - BaseOS 17 MB/s | 55 MB 00:03 2023-12-01T03:59:47.802 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 8 - Extras 50 kB/s | 18 kB 00:00 2023-12-01T03:59:47.878 INFO:teuthology.orchestra.run.smithi152.stdout:CentOS Stream 8 - Extras 92 kB/s | 18 kB 00:00 2023-12-01T03:59:48.311 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 8 - Extras common packages 21 kB/s | 6.9 kB 00:00 2023-12-01T03:59:48.369 INFO:teuthology.orchestra.run.smithi152.stdout:CentOS Stream 8 - Extras common packages 23 kB/s | 6.9 kB 00:00 2023-12-01T03:59:49.212 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 8 - PowerTools 8.9 MB/s | 6.6 MB 00:00 2023-12-01T03:59:49.487 INFO:teuthology.orchestra.run.smithi152.stdout:CentOS Stream 8 - PowerTools 6.9 MB/s | 6.6 MB 00:00 2023-12-01T03:59:50.655 INFO:teuthology.orchestra.run.smithi181.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-12-01T03:59:50.922 INFO:teuthology.orchestra.run.smithi152.stdout:Copr repo for python3-asyncssh owned by ceph 30 kB/s | 3.5 kB 00:00 2023-12-01T04:00:05.872 INFO:teuthology.orchestra.run.smithi181.stdout:Extra Packages for Enterprise Linux 1.1 MB/s | 16 MB 00:15 2023-12-01T04:00:09.698 INFO:teuthology.orchestra.run.smithi181.stdout:lab-extras 465 kB/s | 24 kB 00:00 2023-12-01T04:00:14.302 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-01T04:00:14.305 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:00:14.305 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2023-12-01T04:00:14.305 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:00:14.305 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2023-12-01T04:00:14.305 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-radosgw x86_64 2:18.2.0-1291.g188db309.el8 ceph 13 M 2023-12-01T04:00:14.305 INFO:teuthology.orchestra.run.smithi181.stdout:Upgrading: 2023-12-01T04:00:14.306 INFO:teuthology.orchestra.run.smithi181.stdout: librados2 x86_64 2:18.2.0-1291.g188db309.el8 ceph 3.7 M 2023-12-01T04:00:14.306 INFO:teuthology.orchestra.run.smithi181.stdout: librbd1 x86_64 2:18.2.0-1291.g188db309.el8 ceph 3.6 M 2023-12-01T04:00:14.306 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2023-12-01T04:00:14.306 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-base x86_64 2:18.2.0-1291.g188db309.el8 ceph 5.4 M 2023-12-01T04:00:14.306 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-common x86_64 2:18.2.0-1291.g188db309.el8 ceph 22 M 2023-12-01T04:00:14.306 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-selinux x86_64 2:18.2.0-1291.g188db309.el8 ceph 24 k 2023-12-01T04:00:14.306 INFO:teuthology.orchestra.run.smithi181.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-01T04:00:14.306 INFO:teuthology.orchestra.run.smithi181.stdout: libcephfs2 x86_64 2:18.2.0-1291.g188db309.el8 ceph 774 k 2023-12-01T04:00:14.306 INFO:teuthology.orchestra.run.smithi181.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-01T04:00:14.306 INFO:teuthology.orchestra.run.smithi181.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-12-01T04:00:14.306 INFO:teuthology.orchestra.run.smithi181.stdout: libradosstriper1 x86_64 2:18.2.0-1291.g188db309.el8 ceph 474 k 2023-12-01T04:00:14.307 INFO:teuthology.orchestra.run.smithi181.stdout: librdkafka x86_64 0.11.4-3.el8 appstream 354 k 2023-12-01T04:00:14.307 INFO:teuthology.orchestra.run.smithi181.stdout: librgw2 x86_64 2:18.2.0-1291.g188db309.el8 ceph 6.5 M 2023-12-01T04:00:14.307 INFO:teuthology.orchestra.run.smithi181.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-01T04:00:14.307 INFO:teuthology.orchestra.run.smithi181.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-12-01T04:00:14.307 INFO:teuthology.orchestra.run.smithi181.stdout: python3-ceph-argparse x86_64 2:18.2.0-1291.g188db309.el8 ceph 45 k 2023-12-01T04:00:14.307 INFO:teuthology.orchestra.run.smithi181.stdout: python3-ceph-common x86_64 2:18.2.0-1291.g188db309.el8 ceph 123 k 2023-12-01T04:00:14.307 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cephfs x86_64 2:18.2.0-1291.g188db309.el8 ceph 196 k 2023-12-01T04:00:14.307 INFO:teuthology.orchestra.run.smithi181.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-12-01T04:00:14.307 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rados x86_64 2:18.2.0-1291.g188db309.el8 ceph 372 k 2023-12-01T04:00:14.307 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rbd x86_64 2:18.2.0-1291.g188db309.el8 ceph 364 k 2023-12-01T04:00:14.307 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rgw x86_64 2:18.2.0-1291.g188db309.el8 ceph 106 k 2023-12-01T04:00:14.307 INFO:teuthology.orchestra.run.smithi181.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-01T04:00:14.308 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:00:14.308 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-01T04:00:14.308 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:00:14.308 INFO:teuthology.orchestra.run.smithi181.stdout:Install 21 Packages 2023-12-01T04:00:14.308 INFO:teuthology.orchestra.run.smithi181.stdout:Upgrade 2 Packages 2023-12-01T04:00:14.308 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:00:14.308 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 59 M 2023-12-01T04:00:14.309 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2023-12-01T04:00:47.937 INFO:teuthology.orchestra.run.smithi181.stdout:(1/23): ceph-radosgw-18.2.0-1291.g188db309.el8. 11 MB/s | 13 MB 00:01 2023-12-01T04:00:48.012 INFO:teuthology.orchestra.run.smithi181.stdout:(2/23): ceph-base-18.2.0-1291.g188db309.el8.x86 4.3 MB/s | 5.4 MB 00:01 2023-12-01T04:00:48.037 INFO:teuthology.orchestra.run.smithi181.stdout:(3/23): ceph-selinux-18.2.0-1291.g188db309.el8. 242 kB/s | 24 kB 00:00 2023-12-01T04:00:48.096 INFO:teuthology.orchestra.run.smithi181.stdout:(4/23): libradosstriper1-18.2.0-1291.g188db309. 8.0 MB/s | 474 kB 00:00 2023-12-01T04:00:48.130 INFO:teuthology.orchestra.run.smithi181.stdout:(5/23): libcephfs2-18.2.0-1291.g188db309.el8.x8 6.5 MB/s | 774 kB 00:00 2023-12-01T04:00:48.233 INFO:teuthology.orchestra.run.smithi181.stdout:(6/23): python3-ceph-argparse-18.2.0-1291.g188d 447 kB/s | 45 kB 00:00 2023-12-01T04:00:48.322 INFO:teuthology.orchestra.run.smithi181.stdout:(7/23): python3-ceph-common-18.2.0-1291.g188db3 1.3 MB/s | 123 kB 00:00 2023-12-01T04:00:48.430 INFO:teuthology.orchestra.run.smithi181.stdout:(8/23): python3-cephfs-18.2.0-1291.g188db309.el 1.8 MB/s | 196 kB 00:00 2023-12-01T04:00:48.531 INFO:teuthology.orchestra.run.smithi181.stdout:(9/23): librgw2-18.2.0-1291.g188db309.el8.x86_6 15 MB/s | 6.5 MB 00:00 2023-12-01T04:00:48.556 INFO:teuthology.orchestra.run.smithi181.stdout:(10/23): python3-rados-18.2.0-1291.g188db309.el 2.9 MB/s | 372 kB 00:00 2023-12-01T04:00:48.598 INFO:teuthology.orchestra.run.smithi181.stdout:(11/23): python3-rbd-18.2.0-1291.g188db309.el8. 5.3 MB/s | 364 kB 00:00 2023-12-01T04:00:48.623 INFO:teuthology.orchestra.run.smithi181.stdout:(12/23): python3-rgw-18.2.0-1291.g188db309.el8. 1.6 MB/s | 106 kB 00:00 2023-12-01T04:00:48.765 INFO:teuthology.orchestra.run.smithi181.stdout:(13/23): librdkafka-0.11.4-3.el8.x86_64.rpm 2.1 MB/s | 354 kB 00:00 2023-12-01T04:00:48.791 INFO:teuthology.orchestra.run.smithi181.stdout:(14/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.5 MB/s | 259 kB 00:00 2023-12-01T04:00:48.816 INFO:teuthology.orchestra.run.smithi181.stdout:(15/23): python3-prettytable-0.7.2-14.el8.noarc 874 kB/s | 44 kB 00:00 2023-12-01T04:00:49.070 INFO:teuthology.orchestra.run.smithi181.stdout:(16/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.2 MB/s | 306 kB 00:00 2023-12-01T04:00:49.266 INFO:teuthology.orchestra.run.smithi181.stdout:(17/23): ceph-common-18.2.0-1291.g188db309.el8. 8.6 MB/s | 22 MB 00:02 2023-12-01T04:00:49.292 INFO:teuthology.orchestra.run.smithi181.stdout:(18/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 94 kB/s | 47 kB 00:00 2023-12-01T04:00:49.318 INFO:teuthology.orchestra.run.smithi181.stdout:(19/23): liboath-2.6.2-3.el8.x86_64.rpm 235 kB/s | 59 kB 00:00 2023-12-01T04:00:49.450 INFO:teuthology.orchestra.run.smithi181.stdout:(20/23): libunwind-1.3.1-3.el8.x86_64.rpm 409 kB/s | 75 kB 00:00 2023-12-01T04:00:49.668 INFO:teuthology.orchestra.run.smithi181.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 4.6 MB/s | 1.7 MB 00:00 2023-12-01T04:00:49.726 INFO:teuthology.orchestra.run.smithi181.stdout:(22/23): librbd1-18.2.0-1291.g188db309.el8.x86_ 13 MB/s | 3.6 MB 00:00 2023-12-01T04:00:49.868 INFO:teuthology.orchestra.run.smithi181.stdout:(23/23): librados2-18.2.0-1291.g188db309.el8.x8 6.7 MB/s | 3.7 MB 00:00 2023-12-01T04:00:49.871 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:00:49.871 INFO:teuthology.orchestra.run.smithi181.stdout:Total 1.7 MB/s | 59 MB 00:35 2023-12-01T04:00:49.909 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2023-12-01T04:00:49.954 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2023-12-01T04:00:49.954 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2023-12-01T04:00:50.304 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2023-12-01T04:00:50.307 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2023-12-01T04:00:51.539 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2023-12-01T04:00:51.706 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-01T04:00:51.895 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/25 2023-12-01T04:00:52.075 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-12-01T04:00:52.480 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-12-01T04:00:52.666 INFO:teuthology.orchestra.run.smithi181.stdout: Upgrading : librados2-2:18.2.0-1291.g188db309.el8.x86_64 4/25 2023-12-01T04:00:52.760 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: librados2-2:18.2.0-1291.g188db309.el8.x86_64 4/25 2023-12-01T04:00:52.980 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-rados-2:18.2.0-1291.g188db309.el8.x86_64 5/25 2023-12-01T04:00:53.158 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libcephfs2-2:18.2.0-1291.g188db309.el8.x86_64 6/25 2023-12-01T04:00:53.555 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: libcephfs2-2:18.2.0-1291.g188db309.el8.x86_64 6/25 2023-12-01T04:00:53.750 INFO:teuthology.orchestra.run.smithi181.stdout: Upgrading : librbd1-2:18.2.0-1291.g188db309.el8.x86_64 7/25 2023-12-01T04:00:53.815 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: librbd1-2:18.2.0-1291.g188db309.el8.x86_64 7/25 2023-12-01T04:00:53.998 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 8/25 2023-12-01T04:00:54.158 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T04:00:54.210 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T04:00:54.368 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-ceph-argparse-2:18.2.0-1291.g188db309.el8. 10/25 2023-12-01T04:00:54.593 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-cephfs-2:18.2.0-1291.g188db309.el8.x86_64 11/25 2023-12-01T04:00:54.826 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-rbd-2:18.2.0-1291.g188db309.el8.x86_64 12/25 2023-12-01T04:00:54.966 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libradosstriper1-2:18.2.0-1291.g188db309.el8.x86_6 13/25 2023-12-01T04:00:55.050 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: libradosstriper1-2:18.2.0-1291.g188db309.el8.x86_6 13/25 2023-12-01T04:00:55.250 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 14/25 2023-12-01T04:00:55.979 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 15/25 2023-12-01T04:00:56.141 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : librgw2-2:18.2.0-1291.g188db309.el8.x86_64 16/25 2023-12-01T04:00:56.223 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: librgw2-2:18.2.0-1291.g188db309.el8.x86_64 16/25 2023-12-01T04:00:56.414 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-rgw-2:18.2.0-1291.g188db309.el8.x86_64 17/25 2023-12-01T04:00:56.591 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2023-12-01T04:00:56.783 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-ceph-common-2:18.2.0-1291.g188db309.el8.x8 19/25 2023-12-01T04:00:59.292 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-common-2:18.2.0-1291.g188db309.el8.x86_64 20/25 2023-12-01T04:00:59.558 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-common-2:18.2.0-1291.g188db309.el8.x86_64 20/25 2023-12-01T04:01:00.146 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-common-2:18.2.0-1291.g188db309.el8.x86_64 20/25 2023-12-01T04:01:00.426 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-base-2:18.2.0-1291.g188db309.el8.x86_64 21/25 2023-12-01T04:01:00.523 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-base-2:18.2.0-1291.g188db309.el8.x86_64 21/25 2023-12-01T04:01:00.682 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-selinux-2:18.2.0-1291.g188db309.el8.x86_64 22/25 2023-12-01T04:01:19.157 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-selinux-2:18.2.0-1291.g188db309.el8.x86_64 22/25 2023-12-01T04:01:22.879 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /sys 2023-12-01T04:01:22.879 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /proc 2023-12-01T04:01:22.879 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /dev 2023-12-01T04:01:22.880 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /run 2023-12-01T04:01:22.880 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /mnt 2023-12-01T04:01:22.880 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /var/tmp 2023-12-01T04:01:22.880 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /home 2023-12-01T04:01:22.880 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /tmp 2023-12-01T04:01:22.880 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /dev 2023-12-01T04:01:22.880 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:01:22.884 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-radosgw-2:18.2.0-1291.g188db309.el8.x86_64 23/25 2023-12-01T04:01:22.884 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-radosgw-2:18.2.0-1291.g188db309.el8.x86_64 23/25 2023-12-01T04:01:22.884 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T04:01:22.884 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T04:01:22.884 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T04:01:22.884 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T04:01:22.884 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-base-2:18.2.0-1291.g188db309.el8.x86_64 1/25 2023-12-01T04:01:22.884 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-common-2:18.2.0-1291.g188db309.el8.x86_64 2/25 2023-12-01T04:01:22.884 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-radosgw-2:18.2.0-1291.g188db309.el8.x86_64 3/25 2023-12-01T04:01:22.884 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-selinux-2:18.2.0-1291.g188db309.el8.x86_64 4/25 2023-12-01T04:01:22.884 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libcephfs2-2:18.2.0-1291.g188db309.el8.x86_64 5/25 2023-12-01T04:01:22.884 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libradosstriper1-2:18.2.0-1291.g188db309.el8.x86_6 6/25 2023-12-01T04:01:22.885 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librgw2-2:18.2.0-1291.g188db309.el8.x86_64 7/25 2023-12-01T04:01:22.885 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-ceph-argparse-2:18.2.0-1291.g188db309.el8. 8/25 2023-12-01T04:01:22.885 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-ceph-common-2:18.2.0-1291.g188db309.el8.x8 9/25 2023-12-01T04:01:22.885 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-cephfs-2:18.2.0-1291.g188db309.el8.x86_64 10/25 2023-12-01T04:01:22.892 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-rados-2:18.2.0-1291.g188db309.el8.x86_64 11/25 2023-12-01T04:01:22.892 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-rbd-2:18.2.0-1291.g188db309.el8.x86_64 12/25 2023-12-01T04:01:22.892 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-rgw-2:18.2.0-1291.g188db309.el8.x86_64 13/25 2023-12-01T04:01:22.892 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 14/25 2023-12-01T04:01:22.892 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2023-12-01T04:01:22.892 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-01T04:01:22.893 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 17/25 2023-12-01T04:01:22.893 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-01T04:01:22.893 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2023-12-01T04:01:22.893 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2023-12-01T04:01:22.893 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2023-12-01T04:01:22.893 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librados2-2:18.2.0-1291.g188db309.el8.x86_64 22/25 2023-12-01T04:01:22.893 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-01T04:01:22.893 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librbd1-2:18.2.0-1291.g188db309.el8.x86_64 24/25 2023-12-01T04:01:22.893 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T04:01:22.893 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:01:22.893 INFO:teuthology.orchestra.run.smithi181.stdout:Upgraded: 2023-12-01T04:01:22.893 INFO:teuthology.orchestra.run.smithi181.stdout: librados2-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:01:22.893 INFO:teuthology.orchestra.run.smithi181.stdout: librbd1-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:01:22.894 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2023-12-01T04:01:22.894 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-base-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:01:22.894 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-common-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:01:22.894 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-radosgw-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:01:22.894 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-selinux-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:01:22.894 INFO:teuthology.orchestra.run.smithi181.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-01T04:01:22.894 INFO:teuthology.orchestra.run.smithi181.stdout: libcephfs2-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:01:22.894 INFO:teuthology.orchestra.run.smithi181.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-01T04:01:22.894 INFO:teuthology.orchestra.run.smithi181.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-12-01T04:01:22.894 INFO:teuthology.orchestra.run.smithi181.stdout: libradosstriper1-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:01:22.894 INFO:teuthology.orchestra.run.smithi181.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-01T04:01:22.894 INFO:teuthology.orchestra.run.smithi181.stdout: librgw2-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:01:22.894 INFO:teuthology.orchestra.run.smithi181.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-01T04:01:22.895 INFO:teuthology.orchestra.run.smithi181.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-01T04:01:22.895 INFO:teuthology.orchestra.run.smithi181.stdout: python3-ceph-argparse-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:01:22.895 INFO:teuthology.orchestra.run.smithi181.stdout: python3-ceph-common-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:01:22.895 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cephfs-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:01:22.895 INFO:teuthology.orchestra.run.smithi181.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-01T04:01:22.895 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rados-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:01:22.895 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rbd-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:01:22.895 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rgw-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:01:22.895 INFO:teuthology.orchestra.run.smithi181.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-01T04:01:22.895 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:01:22.895 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-01T04:01:22.905 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-test 2023-12-01T04:01:23.756 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:14 ago on Fri 01 Dec 2023 04:00:09 AM UTC. 2023-12-01T04:01:25.432 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-01T04:01:25.433 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:01:25.433 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2023-12-01T04:01:25.433 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:01:25.433 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2023-12-01T04:01:25.433 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-test x86_64 2:18.2.0-1291.g188db309.el8 ceph 47 M 2023-12-01T04:01:25.433 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2023-12-01T04:01:25.433 INFO:teuthology.orchestra.run.smithi181.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2023-12-01T04:01:25.433 INFO:teuthology.orchestra.run.smithi181.stdout: libcephsqlite x86_64 2:18.2.0-1291.g188db309.el8 ceph 141 k 2023-12-01T04:01:25.433 INFO:teuthology.orchestra.run.smithi181.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-12-01T04:01:25.434 INFO:teuthology.orchestra.run.smithi181.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-12-01T04:01:25.434 INFO:teuthology.orchestra.run.smithi181.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-12-01T04:01:25.434 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:01:25.434 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-01T04:01:25.434 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:01:25.434 INFO:teuthology.orchestra.run.smithi181.stdout:Install 6 Packages 2023-12-01T04:01:25.434 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:01:25.435 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 48 M 2023-12-01T04:01:25.435 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 212 M 2023-12-01T04:01:25.435 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2023-12-01T04:01:25.771 INFO:teuthology.orchestra.run.smithi181.stdout:(1/6): jq-1.6-8.el8.x86_64.rpm 1.3 MB/s | 203 kB 00:00 2023-12-01T04:01:25.797 INFO:teuthology.orchestra.run.smithi181.stdout:(2/6): libcephsqlite-18.2.0-1291.g188db309.el8. 795 kB/s | 141 kB 00:00 2023-12-01T04:01:25.830 INFO:teuthology.orchestra.run.smithi181.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 3.1 MB/s | 187 kB 00:00 2023-12-01T04:01:25.881 INFO:teuthology.orchestra.run.smithi181.stdout:(4/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.4 MB/s | 71 kB 00:00 2023-12-01T04:01:25.972 INFO:teuthology.orchestra.run.smithi181.stdout:(5/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.8 MB/s | 323 kB 00:00 2023-12-01T04:01:27.906 INFO:teuthology.orchestra.run.smithi181.stdout:(6/6): ceph-test-18.2.0-1291.g188db309.el8.x86_ 20 MB/s | 47 MB 00:02 2023-12-01T04:01:27.908 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:01:27.908 INFO:teuthology.orchestra.run.smithi181.stdout:Total 19 MB/s | 48 MB 00:02 2023-12-01T04:01:27.952 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2023-12-01T04:01:27.973 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2023-12-01T04:01:27.973 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2023-12-01T04:01:28.240 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2023-12-01T04:01:28.242 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2023-12-01T04:01:28.695 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2023-12-01T04:01:28.930 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2023-12-01T04:01:29.126 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2023-12-01T04:01:29.278 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 3/6 2023-12-01T04:01:29.371 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 3/6 2023-12-01T04:01:29.557 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2023-12-01T04:01:29.727 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libcephsqlite-2:18.2.0-1291.g188db309.el8.x86_64 5/6 2023-12-01T04:01:34.260 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: libcephsqlite-2:18.2.0-1291.g188db309.el8.x86_64 5/6 2023-12-01T04:01:34.500 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-test-2:18.2.0-1291.g188db309.el8.x86_64 6/6 2023-12-01T04:01:34.777 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-test-2:18.2.0-1291.g188db309.el8.x86_64 6/6 2023-12-01T04:01:34.777 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-test-2:18.2.0-1291.g188db309.el8.x86_64 1/6 2023-12-01T04:01:34.777 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libcephsqlite-2:18.2.0-1291.g188db309.el8.x86_64 2/6 2023-12-01T04:01:34.778 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2023-12-01T04:01:34.778 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-12-01T04:01:34.778 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-12-01T04:01:35.491 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2023-12-01T04:01:35.491 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:01:35.491 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2023-12-01T04:01:35.491 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-test-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:01:35.491 INFO:teuthology.orchestra.run.smithi181.stdout: jq-1.6-8.el8.x86_64 2023-12-01T04:01:35.491 INFO:teuthology.orchestra.run.smithi181.stdout: libcephsqlite-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:01:35.491 INFO:teuthology.orchestra.run.smithi181.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-01T04:01:35.491 INFO:teuthology.orchestra.run.smithi181.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-01T04:01:35.491 INFO:teuthology.orchestra.run.smithi181.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-01T04:01:35.492 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:01:35.492 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-01T04:01:35.731 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph 2023-12-01T04:01:36.587 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:27 ago on Fri 01 Dec 2023 04:00:09 AM UTC. 2023-12-01T04:01:38.271 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-01T04:01:38.274 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:01:38.275 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2023-12-01T04:01:38.275 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:01:38.275 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2023-12-01T04:01:38.275 INFO:teuthology.orchestra.run.smithi181.stdout: ceph x86_64 2:18.2.0-1291.g188db309.el8 ceph 6.4 k 2023-12-01T04:01:38.275 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2023-12-01T04:01:38.275 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mds x86_64 2:18.2.0-1291.g188db309.el8 ceph 2.3 M 2023-12-01T04:01:38.275 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr x86_64 2:18.2.0-1291.g188db309.el8 ceph 1.6 M 2023-12-01T04:01:38.275 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-modules-core noarch 2:18.2.0-1291.g188db309.el8 ceph-noarch 242 k 2023-12-01T04:01:38.275 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mon x86_64 2:18.2.0-1291.g188db309.el8 ceph 4.6 M 2023-12-01T04:01:38.275 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-osd x86_64 2:18.2.0-1291.g188db309.el8 ceph 18 M 2023-12-01T04:01:38.276 INFO:teuthology.orchestra.run.smithi181.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-12-01T04:01:38.276 INFO:teuthology.orchestra.run.smithi181.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-12-01T04:01:38.276 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-12-01T04:01:38.276 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-12-01T04:01:38.276 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-12-01T04:01:38.276 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-12-01T04:01:38.276 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-12-01T04:01:38.276 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-12-01T04:01:38.276 INFO:teuthology.orchestra.run.smithi181.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-12-01T04:01:38.276 INFO:teuthology.orchestra.run.smithi181.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-12-01T04:01:38.276 INFO:teuthology.orchestra.run.smithi181.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-12-01T04:01:38.276 INFO:teuthology.orchestra.run.smithi181.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-12-01T04:01:38.276 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-12-01T04:01:38.277 INFO:teuthology.orchestra.run.smithi181.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-12-01T04:01:38.277 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-12-01T04:01:38.277 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-12-01T04:01:38.277 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-12-01T04:01:38.277 INFO:teuthology.orchestra.run.smithi181.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-12-01T04:01:38.277 INFO:teuthology.orchestra.run.smithi181.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-12-01T04:01:38.277 INFO:teuthology.orchestra.run.smithi181.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-12-01T04:01:38.277 INFO:teuthology.orchestra.run.smithi181.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-12-01T04:01:38.277 INFO:teuthology.orchestra.run.smithi181.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-12-01T04:01:38.277 INFO:teuthology.orchestra.run.smithi181.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-12-01T04:01:38.277 INFO:teuthology.orchestra.run.smithi181.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-12-01T04:01:38.277 INFO:teuthology.orchestra.run.smithi181.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-12-01T04:01:38.278 INFO:teuthology.orchestra.run.smithi181.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-12-01T04:01:38.278 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:01:38.278 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-01T04:01:38.278 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:01:38.278 INFO:teuthology.orchestra.run.smithi181.stdout:Install 32 Packages 2023-12-01T04:01:38.278 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:01:38.279 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 30 M 2023-12-01T04:01:38.279 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 119 M 2023-12-01T04:01:38.279 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2023-12-01T04:01:39.000 INFO:teuthology.orchestra.run.smithi181.stdout:(1/32): ceph-18.2.0-1291.g188db309.el8.x86_64.r 16 kB/s | 6.4 kB 00:00 2023-12-01T04:01:40.309 INFO:teuthology.orchestra.run.smithi181.stdout:(2/32): ceph-mon-18.2.0-1291.g188db309.el8.x86_ 3.5 MB/s | 4.6 MB 00:01 2023-12-01T04:01:40.467 INFO:teuthology.orchestra.run.smithi181.stdout:(3/32): ceph-mds-18.2.0-1291.g188db309.el8.x86_ 1.2 MB/s | 2.3 MB 00:01 2023-12-01T04:01:40.668 INFO:teuthology.orchestra.run.smithi181.stdout:(4/32): ceph-mgr-18.2.0-1291.g188db309.el8.x86_ 764 kB/s | 1.6 MB 00:02 2023-12-01T04:01:40.693 INFO:teuthology.orchestra.run.smithi181.stdout:(5/32): ceph-mgr-modules-core-18.2.0-1291.g188d 1.0 MB/s | 242 kB 00:00 2023-12-01T04:01:40.785 INFO:teuthology.orchestra.run.smithi181.stdout:(6/32): python3-markupsafe-0.23-19.el8.x86_64.r 424 kB/s | 39 kB 00:00 2023-12-01T04:01:40.826 INFO:teuthology.orchestra.run.smithi181.stdout:(7/32): python3-mako-1.0.6-14.el8.noarch.rpm 990 kB/s | 157 kB 00:00 2023-12-01T04:01:40.869 INFO:teuthology.orchestra.run.smithi181.stdout:(8/32): python3-pyOpenSSL-19.0.0-1.el8.noarch.r 1.2 MB/s | 103 kB 00:00 2023-12-01T04:01:40.894 INFO:teuthology.orchestra.run.smithi181.stdout:(9/32): python3-pytz-2017.2-11.el8.noarch.rpm 851 kB/s | 57 kB 00:00 2023-12-01T04:01:40.969 INFO:teuthology.orchestra.run.smithi181.stdout:(10/32): python3-werkzeug-0.12.2-4.el8.noarch.r 4.5 MB/s | 457 kB 00:00 2023-12-01T04:01:41.678 INFO:teuthology.orchestra.run.smithi181.stdout:(11/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 317 kB/s | 249 kB 00:00 2023-12-01T04:01:41.936 INFO:teuthology.orchestra.run.smithi181.stdout:(12/32): python3-cryptography-3.2.1-6.el8.x86_6 663 kB/s | 641 kB 00:00 2023-12-01T04:01:42.128 INFO:teuthology.orchestra.run.smithi181.stdout:(13/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 228 kB/s | 44 kB 00:00 2023-12-01T04:01:42.154 INFO:teuthology.orchestra.run.smithi181.stdout:(14/32): python3-pycparser-2.14-14.el8.noarch.r 229 kB/s | 109 kB 00:00 2023-12-01T04:01:42.254 INFO:teuthology.orchestra.run.smithi181.stdout:(15/32): python3-beautifulsoup4-4.6.3-2.el8.1.n 1.4 MB/s | 185 kB 00:00 2023-12-01T04:01:42.354 INFO:teuthology.orchestra.run.smithi181.stdout:(16/32): python3-cherrypy-18.4.0-1.el8.noarch.r 3.8 MB/s | 384 kB 00:00 2023-12-01T04:01:42.380 INFO:teuthology.orchestra.run.smithi181.stdout:(17/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 765 kB/s | 173 kB 00:00 2023-12-01T04:01:42.405 INFO:teuthology.orchestra.run.smithi181.stdout:(18/32): python3-jaraco-6.2-6.el8.noarch.rpm 221 kB/s | 11 kB 00:00 2023-12-01T04:01:42.430 INFO:teuthology.orchestra.run.smithi181.stdout:(19/32): python3-jaraco-functools-2.0-4.el8.noa 350 kB/s | 18 kB 00:00 2023-12-01T04:01:42.488 INFO:teuthology.orchestra.run.smithi181.stdout:(20/32): python3-logutils-0.3.5-11.el8.noarch.r 589 kB/s | 49 kB 00:00 2023-12-01T04:01:42.514 INFO:teuthology.orchestra.run.smithi181.stdout:(21/32): python3-more-itertools-7.2.0-3.el8.noa 703 kB/s | 59 kB 00:00 2023-12-01T04:01:42.556 INFO:teuthology.orchestra.run.smithi181.stdout:(22/32): python3-pecan-1.3.2-9.el8.noarch.rpm 4.1 MB/s | 283 kB 00:00 2023-12-01T04:01:42.582 INFO:teuthology.orchestra.run.smithi181.stdout:(23/32): python3-portend-2.6-1.el8.noarch.rpm 232 kB/s | 16 kB 00:00 2023-12-01T04:01:42.615 INFO:teuthology.orchestra.run.smithi181.stdout:(24/32): python3-simplegeneric-0.8.1-17.el8.noa 318 kB/s | 19 kB 00:00 2023-12-01T04:01:42.649 INFO:teuthology.orchestra.run.smithi181.stdout:(25/32): python3-singledispatch-3.4.0.3-18.el8. 358 kB/s | 24 kB 00:00 2023-12-01T04:01:42.682 INFO:teuthology.orchestra.run.smithi181.stdout:(26/32): python3-tempora-1.14.1-5.el8.noarch.rp 436 kB/s | 29 kB 00:00 2023-12-01T04:01:42.716 INFO:teuthology.orchestra.run.smithi181.stdout:(27/32): python3-trustme-0.6.0-4.el8.noarch.rpm 411 kB/s | 27 kB 00:00 2023-12-01T04:01:42.758 INFO:teuthology.orchestra.run.smithi181.stdout:(28/32): python3-waitress-1.4.3-1.el8.noarch.rp 3.3 MB/s | 255 kB 00:00 2023-12-01T04:01:42.834 INFO:teuthology.orchestra.run.smithi181.stdout:(29/32): python3-webtest-2.0.33-1.el8.noarch.rp 1.1 MB/s | 85 kB 00:00 2023-12-01T04:01:42.858 INFO:teuthology.orchestra.run.smithi181.stdout:(30/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 1.7 MB/s | 251 kB 00:00 2023-12-01T04:01:42.892 INFO:teuthology.orchestra.run.smithi181.stdout:(31/32): python3-zc-lockfile-2.0-2.el8.noarch.r 391 kB/s | 23 kB 00:00 2023-12-01T04:01:43.317 INFO:teuthology.orchestra.run.smithi181.stdout:(32/32): ceph-osd-18.2.0-1291.g188db309.el8.x86 5.9 MB/s | 18 MB 00:03 2023-12-01T04:01:43.320 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:01:43.320 INFO:teuthology.orchestra.run.smithi181.stdout:Total 6.0 MB/s | 30 MB 00:05 2023-12-01T04:01:43.403 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2023-12-01T04:01:43.441 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2023-12-01T04:01:43.442 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2023-12-01T04:01:43.755 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2023-12-01T04:01:43.755 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2023-12-01T04:01:44.820 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2023-12-01T04:01:45.063 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-12-01T04:01:45.316 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-12-01T04:01:45.558 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/32 2023-12-01T04:01:45.781 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/32 2023-12-01T04:01:45.979 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/32 2023-12-01T04:01:46.184 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/32 2023-12-01T04:01:46.361 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/32 2023-12-01T04:01:46.538 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/32 2023-12-01T04:01:46.738 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/32 2023-12-01T04:01:46.967 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/32 2023-12-01T04:01:47.214 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/32 2023-12-01T04:01:47.481 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 12/32 2023-12-01T04:01:47.859 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 13/32 2023-12-01T04:01:48.086 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 14/32 2023-12-01T04:01:48.266 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 15/32 2023-12-01T04:01:48.556 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 16/32 2023-12-01T04:01:48.800 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-12-01T04:01:49.116 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/32 2023-12-01T04:01:49.355 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 19/32 2023-12-01T04:01:49.526 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 20/32 2023-12-01T04:01:49.712 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-12-01T04:01:49.971 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-12-01T04:01:50.194 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-12-01T04:01:50.448 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 24/32 2023-12-01T04:01:50.766 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 25/32 2023-12-01T04:01:51.113 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-12-01T04:01:51.503 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mgr-modules-core-2:18.2.0-1291.g188db309.el8. 27/32 2023-12-01T04:01:51.726 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mgr-2:18.2.0-1291.g188db309.el8.x86_64 28/32 2023-12-01T04:01:53.296 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-mgr-2:18.2.0-1291.g188db309.el8.x86_64 28/32 2023-12-01T04:01:53.509 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-osd-2:18.2.0-1291.g188db309.el8.x86_64 29/32 2023-12-01T04:01:53.969 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-osd-2:18.2.0-1291.g188db309.el8.x86_64 29/32 2023-12-01T04:01:54.850 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mon-2:18.2.0-1291.g188db309.el8.x86_64 30/32 2023-12-01T04:01:55.069 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-mon-2:18.2.0-1291.g188db309.el8.x86_64 30/32 2023-12-01T04:01:55.274 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mds-2:18.2.0-1291.g188db309.el8.x86_64 31/32 2023-12-01T04:01:55.291 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-mds-2:18.2.0-1291.g188db309.el8.x86_64 31/32 2023-12-01T04:01:55.432 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-2:18.2.0-1291.g188db309.el8.x86_64 32/32 2023-12-01T04:01:55.851 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-2:18.2.0-1291.g188db309.el8.x86_64 32/32 2023-12-01T04:01:55.851 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-2:18.2.0-1291.g188db309.el8.x86_64 1/32 2023-12-01T04:01:55.851 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mds-2:18.2.0-1291.g188db309.el8.x86_64 2/32 2023-12-01T04:01:55.851 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mgr-2:18.2.0-1291.g188db309.el8.x86_64 3/32 2023-12-01T04:01:55.851 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mon-2:18.2.0-1291.g188db309.el8.x86_64 4/32 2023-12-01T04:01:55.851 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-osd-2:18.2.0-1291.g188db309.el8.x86_64 5/32 2023-12-01T04:01:55.852 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mgr-modules-core-2:18.2.0-1291.g188db309.el8. 6/32 2023-12-01T04:01:55.852 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/32 2023-12-01T04:01:55.852 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/32 2023-12-01T04:01:55.852 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/32 2023-12-01T04:01:55.852 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/32 2023-12-01T04:01:55.852 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/32 2023-12-01T04:01:55.852 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/32 2023-12-01T04:01:55.852 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 13/32 2023-12-01T04:01:55.852 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/32 2023-12-01T04:01:55.852 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 15/32 2023-12-01T04:01:55.852 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 16/32 2023-12-01T04:01:55.852 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-12-01T04:01:55.852 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 18/32 2023-12-01T04:01:55.853 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 19/32 2023-12-01T04:01:55.853 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 20/32 2023-12-01T04:01:55.853 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 21/32 2023-12-01T04:01:55.853 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 22/32 2023-12-01T04:01:55.853 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 23/32 2023-12-01T04:01:55.853 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-portend-2.6-1.el8.noarch 24/32 2023-12-01T04:01:55.853 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 25/32 2023-12-01T04:01:55.853 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 26/32 2023-12-01T04:01:55.853 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 27/32 2023-12-01T04:01:55.853 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 28/32 2023-12-01T04:01:55.853 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 29/32 2023-12-01T04:01:55.853 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 30/32 2023-12-01T04:01:55.854 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 31/32 2023-12-01T04:01:57.017 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 32/32 2023-12-01T04:01:57.017 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:01:57.017 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2023-12-01T04:01:57.017 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:01:57.017 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mds-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:01:57.017 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:01:57.017 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-modules-core-2:18.2.0-1291.g188db309.el8.noarch 2023-12-01T04:01:57.018 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mon-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:01:57.018 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-osd-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:01:57.018 INFO:teuthology.orchestra.run.smithi181.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-12-01T04:01:57.018 INFO:teuthology.orchestra.run.smithi181.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-12-01T04:01:57.018 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-12-01T04:01:57.018 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-12-01T04:01:57.019 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-12-01T04:01:57.019 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-12-01T04:01:57.019 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco-6.2-6.el8.noarch 2023-12-01T04:01:57.019 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-12-01T04:01:57.019 INFO:teuthology.orchestra.run.smithi181.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-12-01T04:01:57.019 INFO:teuthology.orchestra.run.smithi181.stdout: python3-mako-1.0.6-14.el8.noarch 2023-12-01T04:01:57.020 INFO:teuthology.orchestra.run.smithi181.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-12-01T04:01:57.020 INFO:teuthology.orchestra.run.smithi181.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-12-01T04:01:57.020 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-12-01T04:01:57.020 INFO:teuthology.orchestra.run.smithi181.stdout: python3-portend-2.6-1.el8.noarch 2023-12-01T04:01:57.020 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-12-01T04:01:57.020 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pycparser-2.14-14.el8.noarch 2023-12-01T04:01:57.020 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pytz-2017.2-11.el8.noarch 2023-12-01T04:01:57.020 INFO:teuthology.orchestra.run.smithi181.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-12-01T04:01:57.021 INFO:teuthology.orchestra.run.smithi181.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-12-01T04:01:57.021 INFO:teuthology.orchestra.run.smithi181.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-12-01T04:01:57.021 INFO:teuthology.orchestra.run.smithi181.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-12-01T04:01:57.021 INFO:teuthology.orchestra.run.smithi181.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-12-01T04:01:57.021 INFO:teuthology.orchestra.run.smithi181.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-12-01T04:01:57.021 INFO:teuthology.orchestra.run.smithi181.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-12-01T04:01:57.021 INFO:teuthology.orchestra.run.smithi181.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-12-01T04:01:57.021 INFO:teuthology.orchestra.run.smithi181.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-12-01T04:01:57.021 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:01:57.022 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-01T04:01:57.157 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-base 2023-12-01T04:01:58.017 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:49 ago on Fri 01 Dec 2023 04:00:09 AM UTC. 2023-12-01T04:01:59.459 INFO:teuthology.orchestra.run.smithi181.stdout:Package ceph-base-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T04:01:59.680 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-01T04:01:59.681 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2023-12-01T04:01:59.682 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-01T04:01:59.779 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install cephadm 2023-12-01T04:02:00.632 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:51 ago on Fri 01 Dec 2023 04:00:09 AM UTC. 2023-12-01T04:02:02.274 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-01T04:02:02.275 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:02:02.275 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2023-12-01T04:02:02.275 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:02:02.275 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2023-12-01T04:02:02.275 INFO:teuthology.orchestra.run.smithi181.stdout: cephadm noarch 2:18.2.0-1291.g188db309.el8 ceph-noarch 168 k 2023-12-01T04:02:02.276 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:02:02.276 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-01T04:02:02.276 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:02:02.276 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2023-12-01T04:02:02.276 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:02:02.276 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 168 k 2023-12-01T04:02:02.276 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 680 k 2023-12-01T04:02:02.276 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2023-12-01T04:02:02.461 INFO:teuthology.orchestra.run.smithi181.stdout:cephadm-18.2.0-1291.g188db309.el8.noarch.rpm 920 kB/s | 168 kB 00:00 2023-12-01T04:02:02.461 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:02:02.461 INFO:teuthology.orchestra.run.smithi181.stdout:Total 914 kB/s | 168 kB 00:00 2023-12-01T04:02:02.461 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2023-12-01T04:02:02.467 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2023-12-01T04:02:02.467 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2023-12-01T04:02:02.469 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2023-12-01T04:02:02.472 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2023-12-01T04:02:02.515 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2023-12-01T04:02:02.970 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: cephadm-2:18.2.0-1291.g188db309.el8.noarch 1/1 2023-12-01T04:02:03.162 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : cephadm-2:18.2.0-1291.g188db309.el8.noarch 1/1 2023-12-01T04:02:03.385 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: cephadm-2:18.2.0-1291.g188db309.el8.noarch 1/1 2023-12-01T04:02:04.066 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : cephadm-2:18.2.0-1291.g188db309.el8.noarch 1/1 2023-12-01T04:02:04.067 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:02:04.067 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2023-12-01T04:02:04.067 INFO:teuthology.orchestra.run.smithi181.stdout: cephadm-2:18.2.0-1291.g188db309.el8.noarch 2023-12-01T04:02:04.067 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:02:04.067 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-01T04:02:04.270 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-immutable-object-cache 2023-12-01T04:02:05.126 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:56 ago on Fri 01 Dec 2023 04:00:09 AM UTC. 2023-12-01T04:02:06.822 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-01T04:02:06.823 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:02:06.823 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repo Size 2023-12-01T04:02:06.823 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:02:06.823 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2023-12-01T04:02:06.823 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-immutable-object-cache x86_64 2:18.2.0-1291.g188db309.el8 ceph 165 k 2023-12-01T04:02:06.823 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:02:06.823 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-01T04:02:06.823 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:02:06.823 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2023-12-01T04:02:06.823 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:02:06.824 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 165 k 2023-12-01T04:02:06.824 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 503 k 2023-12-01T04:02:06.824 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2023-12-01T04:02:07.124 INFO:teuthology.orchestra.run.smithi181.stdout:ceph-immutable-object-cache-18.2.0-1291.g188db3 551 kB/s | 165 kB 00:00 2023-12-01T04:02:07.124 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:02:07.125 INFO:teuthology.orchestra.run.smithi181.stdout:Total 549 kB/s | 165 kB 00:00 2023-12-01T04:02:07.125 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2023-12-01T04:02:07.136 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2023-12-01T04:02:07.136 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2023-12-01T04:02:07.184 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2023-12-01T04:02:07.187 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2023-12-01T04:02:07.304 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2023-12-01T04:02:07.488 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-immutable-object-cache-2:18.2.0-1291.g188db309. 1/1 2023-12-01T04:02:07.903 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.2.0-1291.g188db309. 1/1 2023-12-01T04:02:08.583 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-immutable-object-cache-2:18.2.0-1291.g188db309. 1/1 2023-12-01T04:02:08.583 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:02:08.583 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2023-12-01T04:02:08.583 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-immutable-object-cache-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:02:08.583 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:02:08.583 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-01T04:02:08.791 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-mgr 2023-12-01T04:02:09.650 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:02:00 ago on Fri 01 Dec 2023 04:00:09 AM UTC. 2023-12-01T04:02:11.095 INFO:teuthology.orchestra.run.smithi181.stdout:Package ceph-mgr-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T04:02:11.319 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-01T04:02:11.320 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2023-12-01T04:02:11.320 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-01T04:02:11.421 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-mgr-dashboard 2023-12-01T04:02:12.273 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:02:03 ago on Fri 01 Dec 2023 04:00:09 AM UTC. 2023-12-01T04:02:13.948 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-01T04:02:13.949 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:02:13.949 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2023-12-01T04:02:13.949 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:02:13.949 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2023-12-01T04:02:13.949 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-dashboard noarch 2:18.2.0-1291.g188db309.el8 ceph-noarch 1.8 M 2023-12-01T04:02:13.950 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2023-12-01T04:02:13.950 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-grafana-dashboards noarch 2:18.2.0-1291.g188db309.el8 ceph-noarch 23 k 2023-12-01T04:02:13.950 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-prometheus-alerts noarch 2:18.2.0-1291.g188db309.el8 ceph-noarch 15 k 2023-12-01T04:02:13.950 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-12-01T04:02:13.950 INFO:teuthology.orchestra.run.smithi181.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-12-01T04:02:13.950 INFO:teuthology.orchestra.run.smithi181.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-12-01T04:02:13.950 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:02:13.950 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-01T04:02:13.950 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:02:13.950 INFO:teuthology.orchestra.run.smithi181.stdout:Install 6 Packages 2023-12-01T04:02:13.950 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:02:13.951 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 2.1 M 2023-12-01T04:02:13.951 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 8.5 M 2023-12-01T04:02:13.951 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2023-12-01T04:02:14.343 INFO:teuthology.orchestra.run.smithi181.stdout:(1/6): ceph-grafana-dashboards-18.2.0-1291.g188 169 kB/s | 23 kB 00:00 2023-12-01T04:02:14.368 INFO:teuthology.orchestra.run.smithi181.stdout:(2/6): ceph-prometheus-alerts-18.2.0-1291.g188d 90 kB/s | 15 kB 00:00 2023-12-01T04:02:14.527 INFO:teuthology.orchestra.run.smithi181.stdout:(3/6): ceph-mgr-dashboard-18.2.0-1291.g188db309 5.5 MB/s | 1.8 MB 00:00 2023-12-01T04:02:14.661 INFO:teuthology.orchestra.run.smithi181.stdout:(4/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 115 kB/s | 34 kB 00:00 2023-12-01T04:02:14.677 INFO:teuthology.orchestra.run.smithi181.stdout:(5/6): python3-jwt-1.6.1-2.el8.noarch.rpm 127 kB/s | 43 kB 00:00 2023-12-01T04:02:15.002 INFO:teuthology.orchestra.run.smithi181.stdout:(6/6): python3-routes-2.4.1-12.el8.noarch.rpm 413 kB/s | 196 kB 00:00 2023-12-01T04:02:15.004 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:02:15.005 INFO:teuthology.orchestra.run.smithi181.stdout:Total 2.0 MB/s | 2.1 MB 00:01 2023-12-01T04:02:15.014 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2023-12-01T04:02:15.023 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2023-12-01T04:02:15.023 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2023-12-01T04:02:15.103 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2023-12-01T04:02:15.105 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2023-12-01T04:02:15.368 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2023-12-01T04:02:15.626 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2023-12-01T04:02:15.905 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2023-12-01T04:02:16.106 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2023-12-01T04:02:16.218 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-prometheus-alerts-2:18.2.0-1291.g188db309.el8.n 4/6 2023-12-01T04:02:16.590 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-grafana-dashboards-2:18.2.0-1291.g188db309.el8. 5/6 2023-12-01T04:02:16.838 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mgr-dashboard-2:18.2.0-1291.g188db309.el8.noarc 6/6 2023-12-01T04:02:17.207 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.2.0-1291.g188db309.el8.noarc 6/6 2023-12-01T04:02:17.207 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-grafana-dashboards-2:18.2.0-1291.g188db309.el8. 1/6 2023-12-01T04:02:17.207 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mgr-dashboard-2:18.2.0-1291.g188db309.el8.noarc 2/6 2023-12-01T04:02:17.207 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-prometheus-alerts-2:18.2.0-1291.g188db309.el8.n 3/6 2023-12-01T04:02:17.207 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2023-12-01T04:02:17.208 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2023-12-01T04:02:17.879 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2023-12-01T04:02:17.879 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:02:17.879 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2023-12-01T04:02:17.880 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-grafana-dashboards-2:18.2.0-1291.g188db309.el8.noarch 2023-12-01T04:02:17.880 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-dashboard-2:18.2.0-1291.g188db309.el8.noarch 2023-12-01T04:02:17.880 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-prometheus-alerts-2:18.2.0-1291.g188db309.el8.noarch 2023-12-01T04:02:17.881 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-12-01T04:02:17.881 INFO:teuthology.orchestra.run.smithi181.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-12-01T04:02:17.881 INFO:teuthology.orchestra.run.smithi181.stdout: python3-routes-2.4.1-12.el8.noarch 2023-12-01T04:02:17.881 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:02:17.882 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-01T04:02:18.005 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-mgr-diskprediction-local 2023-12-01T04:02:18.862 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:02:09 ago on Fri 01 Dec 2023 04:00:09 AM UTC. 2023-12-01T04:02:20.543 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-01T04:02:20.544 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================================ 2023-12-01T04:02:20.544 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2023-12-01T04:02:20.544 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================================ 2023-12-01T04:02:20.545 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2023-12-01T04:02:20.545 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-diskprediction-local noarch 2:18.2.0-1291.g188db309.el8 ceph-noarch 7.4 M 2023-12-01T04:02:20.545 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2023-12-01T04:02:20.546 INFO:teuthology.orchestra.run.smithi181.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2023-12-01T04:02:20.546 INFO:teuthology.orchestra.run.smithi181.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2023-12-01T04:02:20.546 INFO:teuthology.orchestra.run.smithi181.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-12-01T04:02:20.546 INFO:teuthology.orchestra.run.smithi181.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-12-01T04:02:20.546 INFO:teuthology.orchestra.run.smithi181.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-12-01T04:02:20.547 INFO:teuthology.orchestra.run.smithi181.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-12-01T04:02:20.547 INFO:teuthology.orchestra.run.smithi181.stdout: python3-scipy x86_64 1.0.0-21.module_el8.5.0+771+e5d9a225 appstream 14 M 2023-12-01T04:02:20.547 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:02:20.548 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-01T04:02:20.548 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================================ 2023-12-01T04:02:20.549 INFO:teuthology.orchestra.run.smithi181.stdout:Install 8 Packages 2023-12-01T04:02:20.549 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:02:20.550 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 35 M 2023-12-01T04:02:20.550 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 210 M 2023-12-01T04:02:20.550 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2023-12-01T04:02:21.076 INFO:teuthology.orchestra.run.smithi181.stdout:(1/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 17 MB/s | 4.9 MB 00:00 2023-12-01T04:02:21.152 INFO:teuthology.orchestra.run.smithi181.stdout:(2/8): openblas-0.3.15-4.el8.x86_64.rpm 13 MB/s | 4.7 MB 00:00 2023-12-01T04:02:21.194 INFO:teuthology.orchestra.run.smithi181.stdout:(3/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 5.3 MB/s | 225 kB 00:00 2023-12-01T04:02:21.252 INFO:teuthology.orchestra.run.smithi181.stdout:(4/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 21 MB/s | 3.7 MB 00:00 2023-12-01T04:02:21.544 INFO:teuthology.orchestra.run.smithi181.stdout:(5/8): python3-scipy-1.0.0-21.module_el8.5.0+77 39 MB/s | 14 MB 00:00 2023-12-01T04:02:21.811 INFO:teuthology.orchestra.run.smithi181.stdout:(6/8): ceph-mgr-diskprediction-local-18.2.0-129 7.2 MB/s | 7.4 MB 00:01 2023-12-01T04:02:22.064 INFO:teuthology.orchestra.run.smithi181.stdout:(7/8): libquadmath-8.5.0-21.el8.x86_64.rpm 332 kB/s | 172 kB 00:00 2023-12-01T04:02:22.589 INFO:teuthology.orchestra.run.smithi181.stdout:(8/8): libgfortran-8.5.0-21.el8.x86_64.rpm 483 kB/s | 645 kB 00:01 2023-12-01T04:02:22.590 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:02:22.591 INFO:teuthology.orchestra.run.smithi181.stdout:Total 17 MB/s | 35 MB 00:02 2023-12-01T04:02:22.825 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2023-12-01T04:02:22.843 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2023-12-01T04:02:22.843 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2023-12-01T04:02:23.221 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2023-12-01T04:02:23.224 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2023-12-01T04:02:23.770 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2023-12-01T04:02:23.911 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 1/8 2023-12-01T04:02:24.068 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 1/8 2023-12-01T04:02:24.204 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 2/8 2023-12-01T04:02:24.803 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 2/8 2023-12-01T04:02:24.969 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2023-12-01T04:02:25.580 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2023-12-01T04:02:25.759 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-12-01T04:02:26.452 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-12-01T04:02:26.797 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-12-01T04:02:27.018 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-01T04:02:28.780 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-01T04:02:30.057 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 7/8 2023-12-01T04:02:30.267 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mgr-diskprediction-local-2:18.2.0-1291.g188db30 8/8 2023-12-01T04:02:30.584 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.2.0-1291.g188db30 8/8 2023-12-01T04:02:30.584 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.2.0-1291.g188db30 1/8 2023-12-01T04:02:30.584 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2023-12-01T04:02:30.584 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2023-12-01T04:02:30.584 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2023-12-01T04:02:30.584 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2023-12-01T04:02:30.584 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 6/8 2023-12-01T04:02:30.584 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 7/8 2023-12-01T04:02:31.283 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 8/8 2023-12-01T04:02:31.283 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:02:31.283 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2023-12-01T04:02:31.283 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-diskprediction-local-2:18.2.0-1291.g188db309.el8.noarch 2023-12-01T04:02:31.283 INFO:teuthology.orchestra.run.smithi181.stdout: libgfortran-8.5.0-21.el8.x86_64 2023-12-01T04:02:31.283 INFO:teuthology.orchestra.run.smithi181.stdout: libquadmath-8.5.0-21.el8.x86_64 2023-12-01T04:02:31.283 INFO:teuthology.orchestra.run.smithi181.stdout: openblas-0.3.15-4.el8.x86_64 2023-12-01T04:02:31.283 INFO:teuthology.orchestra.run.smithi181.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-12-01T04:02:31.283 INFO:teuthology.orchestra.run.smithi181.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-12-01T04:02:31.284 INFO:teuthology.orchestra.run.smithi181.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-12-01T04:02:31.284 INFO:teuthology.orchestra.run.smithi181.stdout: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 2023-12-01T04:02:31.284 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:02:31.284 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-01T04:02:31.409 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-mgr-rook 2023-12-01T04:02:32.263 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:02:23 ago on Fri 01 Dec 2023 04:00:09 AM UTC. 2023-12-01T04:02:33.936 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-01T04:02:33.938 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:02:33.938 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2023-12-01T04:02:33.938 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:02:33.938 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2023-12-01T04:02:33.938 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-rook noarch 2:18.2.0-1291.g188db309.el8 ceph-noarch 50 k 2023-12-01T04:02:33.938 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2023-12-01T04:02:33.938 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-12-01T04:02:33.938 INFO:teuthology.orchestra.run.smithi181.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-12-01T04:02:33.938 INFO:teuthology.orchestra.run.smithi181.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-12-01T04:02:33.938 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-12-01T04:02:33.938 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-12-01T04:02:33.939 INFO:teuthology.orchestra.run.smithi181.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-12-01T04:02:33.939 INFO:teuthology.orchestra.run.smithi181.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-12-01T04:02:33.939 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-12-01T04:02:33.939 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-12-01T04:02:33.939 INFO:teuthology.orchestra.run.smithi181.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-12-01T04:02:33.939 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-12-01T04:02:33.939 INFO:teuthology.orchestra.run.smithi181.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-12-01T04:02:33.939 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:02:33.939 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-01T04:02:33.939 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:02:33.939 INFO:teuthology.orchestra.run.smithi181.stdout:Install 13 Packages 2023-12-01T04:02:33.939 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:02:33.940 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 1.9 M 2023-12-01T04:02:33.940 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 25 M 2023-12-01T04:02:33.940 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2023-12-01T04:02:34.328 INFO:teuthology.orchestra.run.smithi181.stdout:(1/13): python3-jsonpointer-1.10-11.el8.noarch. 187 kB/s | 20 kB 00:00 2023-12-01T04:02:34.362 INFO:teuthology.orchestra.run.smithi181.stdout:(2/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 189 kB/s | 27 kB 00:00 2023-12-01T04:02:34.412 INFO:teuthology.orchestra.run.smithi181.stdout:(3/13): ceph-mgr-rook-18.2.0-1291.g188db309.el8 262 kB/s | 50 kB 00:00 2023-12-01T04:02:34.438 INFO:teuthology.orchestra.run.smithi181.stdout:(4/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 1.1 MB/s | 126 kB 00:00 2023-12-01T04:02:34.463 INFO:teuthology.orchestra.run.smithi181.stdout:(5/13): python3-pyasn1-modules-0.3.7-6.el8.noar 1.1 MB/s | 110 kB 00:00 2023-12-01T04:02:34.722 INFO:teuthology.orchestra.run.smithi181.stdout:(6/13): python3-requests-oauthlib-1.0.0-1.el8.n 150 kB/s | 43 kB 00:00 2023-12-01T04:02:34.747 INFO:teuthology.orchestra.run.smithi181.stdout:(7/13): python3-cachetools-3.1.1-4.el8.noarch.r 116 kB/s | 33 kB 00:00 2023-12-01T04:02:34.914 INFO:teuthology.orchestra.run.smithi181.stdout:(8/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 309 kB/s | 155 kB 00:00 2023-12-01T04:02:34.939 INFO:teuthology.orchestra.run.smithi181.stdout:(9/13): python3-google-auth-1.1.1-10.el8.noarch 423 kB/s | 81 kB 00:00 2023-12-01T04:02:34.981 INFO:teuthology.orchestra.run.smithi181.stdout:(10/13): python3-certifi-2018.10.15-7.el8.noarc 63 kB/s | 16 kB 00:00 2023-12-01T04:02:35.040 INFO:teuthology.orchestra.run.smithi181.stdout:(11/13): python3-rsa-4.9-2.el8.noarch.rpm 639 kB/s | 64 kB 00:00 2023-12-01T04:02:35.165 INFO:teuthology.orchestra.run.smithi181.stdout:(12/13): python3-websocket-client-0.56.0-5.el8. 334 kB/s | 61 kB 00:00 2023-12-01T04:02:35.573 INFO:teuthology.orchestra.run.smithi181.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 1.8 MB/s | 1.2 MB 00:00 2023-12-01T04:02:35.574 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:02:35.574 INFO:teuthology.orchestra.run.smithi181.stdout:Total 1.2 MB/s | 1.9 MB 00:01 2023-12-01T04:02:35.633 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2023-12-01T04:02:35.649 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2023-12-01T04:02:35.649 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2023-12-01T04:02:35.736 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2023-12-01T04:02:35.739 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2023-12-01T04:02:36.338 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2023-12-01T04:02:36.586 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-12-01T04:02:36.783 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2023-12-01T04:02:37.027 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/13 2023-12-01T04:02:37.273 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2023-12-01T04:02:37.506 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2023-12-01T04:02:37.721 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2023-12-01T04:02:37.987 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2023-12-01T04:02:38.221 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-12-01T04:02:39.290 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-12-01T04:02:39.548 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2023-12-01T04:02:39.789 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-12-01T04:02:39.985 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-12-01T04:02:40.133 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mgr-rook-2:18.2.0-1291.g188db309.el8.noarch 13/13 2023-12-01T04:02:40.424 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-mgr-rook-2:18.2.0-1291.g188db309.el8.noarch 13/13 2023-12-01T04:02:40.424 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mgr-rook-2:18.2.0-1291.g188db309.el8.noarch 1/13 2023-12-01T04:02:40.424 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2023-12-01T04:02:40.424 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2023-12-01T04:02:40.424 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2023-12-01T04:02:40.425 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2023-12-01T04:02:40.425 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-12-01T04:02:40.425 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-12-01T04:02:40.425 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2023-12-01T04:02:40.425 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-12-01T04:02:40.425 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2023-12-01T04:02:40.425 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2023-12-01T04:02:40.425 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 12/13 2023-12-01T04:02:41.188 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2023-12-01T04:02:41.188 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:02:41.188 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2023-12-01T04:02:41.189 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-rook-2:18.2.0-1291.g188db309.el8.noarch 2023-12-01T04:02:41.189 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-12-01T04:02:41.189 INFO:teuthology.orchestra.run.smithi181.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-12-01T04:02:41.189 INFO:teuthology.orchestra.run.smithi181.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-12-01T04:02:41.189 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-12-01T04:02:41.189 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-12-01T04:02:41.189 INFO:teuthology.orchestra.run.smithi181.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-12-01T04:02:41.189 INFO:teuthology.orchestra.run.smithi181.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-12-01T04:02:41.189 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-12-01T04:02:41.189 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-12-01T04:02:41.190 INFO:teuthology.orchestra.run.smithi181.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-12-01T04:02:41.190 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rsa-4.9-2.el8.noarch 2023-12-01T04:02:41.190 INFO:teuthology.orchestra.run.smithi181.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-12-01T04:02:41.190 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:02:41.190 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-01T04:02:41.309 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-mgr-cephadm 2023-12-01T04:02:42.161 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:02:33 ago on Fri 01 Dec 2023 04:00:09 AM UTC. 2023-12-01T04:02:43.837 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-01T04:02:43.838 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:02:43.839 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2023-12-01T04:02:43.839 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:02:43.839 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2023-12-01T04:02:43.839 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-cephadm noarch 2:18.2.0-1291.g188db309.el8 ceph-noarch 132 k 2023-12-01T04:02:43.840 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2023-12-01T04:02:43.840 INFO:teuthology.orchestra.run.smithi181.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-12-01T04:02:43.840 INFO:teuthology.orchestra.run.smithi181.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-12-01T04:02:43.841 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-12-01T04:02:43.841 INFO:teuthology.orchestra.run.smithi181.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-12-01T04:02:43.841 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:02:43.841 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-01T04:02:43.841 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:02:43.842 INFO:teuthology.orchestra.run.smithi181.stdout:Install 5 Packages 2023-12-01T04:02:43.842 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:02:43.843 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 6.0 M 2023-12-01T04:02:43.843 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 26 M 2023-12-01T04:02:43.843 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2023-12-01T04:02:44.348 INFO:teuthology.orchestra.run.smithi181.stdout:(1/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 2.8 MB/s | 538 kB 00:00 2023-12-01T04:02:44.373 INFO:teuthology.orchestra.run.smithi181.stdout:(2/5): ceph-mgr-cephadm-18.2.0-1291.g188db309.e 623 kB/s | 132 kB 00:00 2023-12-01T04:02:44.490 INFO:teuthology.orchestra.run.smithi181.stdout:(3/5): python3-babel-2.5.1-7.el8.noarch.rpm 15 MB/s | 4.8 MB 00:00 2023-12-01T04:02:44.649 INFO:teuthology.orchestra.run.smithi181.stdout:(4/5): python3-natsort-7.1.1-2.el8.noarch.rpm 219 kB/s | 60 kB 00:00 2023-12-01T04:02:44.774 INFO:teuthology.orchestra.run.smithi181.stdout:(5/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 1.1 MB/s | 476 kB 00:00 2023-12-01T04:02:44.776 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:02:44.776 INFO:teuthology.orchestra.run.smithi181.stdout:Total 6.4 MB/s | 6.0 MB 00:00 2023-12-01T04:02:44.829 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2023-12-01T04:02:44.840 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2023-12-01T04:02:44.840 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2023-12-01T04:02:44.937 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2023-12-01T04:02:44.940 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2023-12-01T04:02:45.205 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2023-12-01T04:02:45.520 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2023-12-01T04:02:46.490 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-12-01T04:02:46.844 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2023-12-01T04:02:47.129 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-12-01T04:02:47.307 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mgr-cephadm-2:18.2.0-1291.g188db309.el8.noarch 5/5 2023-12-01T04:02:47.580 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.2.0-1291.g188db309.el8.noarch 5/5 2023-12-01T04:02:47.580 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mgr-cephadm-2:18.2.0-1291.g188db309.el8.noarch 1/5 2023-12-01T04:02:47.580 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2023-12-01T04:02:47.580 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 3/5 2023-12-01T04:02:47.580 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-12-01T04:02:48.269 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2023-12-01T04:02:48.269 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:02:48.269 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2023-12-01T04:02:48.269 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-cephadm-2:18.2.0-1291.g188db309.el8.noarch 2023-12-01T04:02:48.270 INFO:teuthology.orchestra.run.smithi181.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-12-01T04:02:48.270 INFO:teuthology.orchestra.run.smithi181.stdout: python3-babel-2.5.1-7.el8.noarch 2023-12-01T04:02:48.270 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-12-01T04:02:48.270 INFO:teuthology.orchestra.run.smithi181.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-12-01T04:02:48.270 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:02:48.270 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-01T04:02:48.404 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-fuse 2023-12-01T04:02:49.253 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:02:40 ago on Fri 01 Dec 2023 04:00:09 AM UTC. 2023-12-01T04:02:50.929 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-01T04:02:50.930 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:02:50.930 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2023-12-01T04:02:50.930 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:02:50.930 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2023-12-01T04:02:50.930 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-fuse x86_64 2:18.2.0-1291.g188db309.el8 ceph 851 k 2023-12-01T04:02:50.931 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2023-12-01T04:02:50.931 INFO:teuthology.orchestra.run.smithi181.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-12-01T04:02:50.931 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:02:50.931 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-01T04:02:50.931 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:02:50.931 INFO:teuthology.orchestra.run.smithi181.stdout:Install 2 Packages 2023-12-01T04:02:50.931 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:02:50.932 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 934 k 2023-12-01T04:02:50.932 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 3.0 M 2023-12-01T04:02:50.932 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2023-12-01T04:02:51.474 INFO:teuthology.orchestra.run.smithi181.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 231 kB/s | 83 kB 00:00 2023-12-01T04:02:51.516 INFO:teuthology.orchestra.run.smithi181.stdout:(2/2): ceph-fuse-18.2.0-1291.g188db309.el8.x86_ 2.1 MB/s | 851 kB 00:00 2023-12-01T04:02:51.516 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:02:51.517 INFO:teuthology.orchestra.run.smithi181.stdout:Total 1.6 MB/s | 934 kB 00:00 2023-12-01T04:02:51.527 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2023-12-01T04:02:51.549 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2023-12-01T04:02:51.550 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2023-12-01T04:02:51.636 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2023-12-01T04:02:51.639 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2023-12-01T04:02:51.806 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2023-12-01T04:02:52.153 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-12-01T04:02:52.347 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-fuse-2:18.2.0-1291.g188db309.el8.x86_64 2/2 2023-12-01T04:02:52.746 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-fuse-2:18.2.0-1291.g188db309.el8.x86_64 2/2 2023-12-01T04:02:52.746 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-fuse-2:18.2.0-1291.g188db309.el8.x86_64 1/2 2023-12-01T04:02:53.450 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-12-01T04:02:53.450 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:02:53.450 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2023-12-01T04:02:53.450 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-fuse-2:18.2.0-1291.g188db309.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-12-01T04:02:53.450 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:02:53.450 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-01T04:02:53.646 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install librados-devel 2023-12-01T04:02:54.512 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:02:45 ago on Fri 01 Dec 2023 04:00:09 AM UTC. 2023-12-01T04:02:56.186 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-01T04:02:56.187 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:02:56.187 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repo Size 2023-12-01T04:02:56.187 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:02:56.187 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2023-12-01T04:02:56.187 INFO:teuthology.orchestra.run.smithi181.stdout: librados-devel x86_64 2:18.2.0-1291.g188db309.el8 ceph 139 k 2023-12-01T04:02:56.187 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:02:56.187 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-01T04:02:56.187 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:02:56.187 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2023-12-01T04:02:56.187 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:02:56.188 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 139 k 2023-12-01T04:02:56.188 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 513 k 2023-12-01T04:02:56.188 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2023-12-01T04:02:56.487 INFO:teuthology.orchestra.run.smithi181.stdout:librados-devel-18.2.0-1291.g188db309.el8.x86_64 465 kB/s | 139 kB 00:00 2023-12-01T04:02:56.488 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:02:56.488 INFO:teuthology.orchestra.run.smithi181.stdout:Total 463 kB/s | 139 kB 00:00 2023-12-01T04:02:56.488 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2023-12-01T04:02:56.493 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2023-12-01T04:02:56.493 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2023-12-01T04:02:56.542 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2023-12-01T04:02:56.545 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2023-12-01T04:02:56.657 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2023-12-01T04:02:56.938 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : librados-devel-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T04:02:57.226 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: librados-devel-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T04:02:57.889 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librados-devel-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T04:02:57.891 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:02:57.891 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2023-12-01T04:02:57.892 INFO:teuthology.orchestra.run.smithi181.stdout: librados-devel-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:02:57.893 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:02:57.894 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-01T04:02:58.089 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install libcephfs2 2023-12-01T04:02:58.953 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:02:49 ago on Fri 01 Dec 2023 04:00:09 AM UTC. 2023-12-01T04:03:00.410 INFO:teuthology.orchestra.run.smithi181.stdout:Package libcephfs2-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T04:03:00.634 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-01T04:03:00.635 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2023-12-01T04:03:00.635 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-01T04:03:01.197 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install libcephfs-devel 2023-12-01T04:03:02.053 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:02:53 ago on Fri 01 Dec 2023 04:00:09 AM UTC. 2023-12-01T04:03:03.750 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-01T04:03:03.751 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:03:03.751 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repo Size 2023-12-01T04:03:03.751 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:03:03.751 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2023-12-01T04:03:03.751 INFO:teuthology.orchestra.run.smithi181.stdout: libcephfs-devel x86_64 2:18.2.0-1291.g188db309.el8 ceph 31 k 2023-12-01T04:03:03.751 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:03:03.751 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-01T04:03:03.751 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:03:03.751 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2023-12-01T04:03:03.752 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:03:03.752 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 31 k 2023-12-01T04:03:03.752 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 139 k 2023-12-01T04:03:03.752 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2023-12-01T04:03:03.902 INFO:teuthology.orchestra.run.smithi181.stdout:libcephfs-devel-18.2.0-1291.g188db309.el8.x86_6 206 kB/s | 31 kB 00:00 2023-12-01T04:03:03.903 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:03:03.903 INFO:teuthology.orchestra.run.smithi181.stdout:Total 204 kB/s | 31 kB 00:00 2023-12-01T04:03:03.903 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2023-12-01T04:03:03.906 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2023-12-01T04:03:03.907 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2023-12-01T04:03:03.942 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2023-12-01T04:03:03.945 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2023-12-01T04:03:04.007 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2023-12-01T04:03:04.244 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libcephfs-devel-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T04:03:04.508 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: libcephfs-devel-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T04:03:05.153 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libcephfs-devel-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T04:03:05.153 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:03:05.153 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2023-12-01T04:03:05.153 INFO:teuthology.orchestra.run.smithi181.stdout: libcephfs-devel-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:03:05.153 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:03:05.153 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-01T04:03:05.268 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install librados2 2023-12-01T04:03:06.122 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:02:57 ago on Fri 01 Dec 2023 04:00:09 AM UTC. 2023-12-01T04:03:07.584 INFO:teuthology.orchestra.run.smithi181.stdout:Package librados2-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T04:03:07.809 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-01T04:03:07.810 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2023-12-01T04:03:07.810 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-01T04:03:07.921 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install librbd1 2023-12-01T04:03:08.785 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:02:59 ago on Fri 01 Dec 2023 04:00:09 AM UTC. 2023-12-01T04:03:10.241 INFO:teuthology.orchestra.run.smithi181.stdout:Package librbd1-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T04:03:10.469 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-01T04:03:10.470 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2023-12-01T04:03:10.470 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-01T04:03:10.575 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install python3-rados 2023-12-01T04:03:11.434 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:03:02 ago on Fri 01 Dec 2023 04:00:09 AM UTC. 2023-12-01T04:03:12.890 INFO:teuthology.orchestra.run.smithi181.stdout:Package python3-rados-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T04:03:13.112 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-01T04:03:13.113 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2023-12-01T04:03:13.113 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-01T04:03:13.213 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install python3-rgw 2023-12-01T04:03:14.066 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:03:05 ago on Fri 01 Dec 2023 04:00:09 AM UTC. 2023-12-01T04:03:15.526 INFO:teuthology.orchestra.run.smithi181.stdout:Package python3-rgw-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T04:03:15.749 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-01T04:03:15.750 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2023-12-01T04:03:15.750 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-01T04:03:15.880 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install python3-cephfs 2023-12-01T04:03:16.741 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:03:07 ago on Fri 01 Dec 2023 04:00:09 AM UTC. 2023-12-01T04:03:18.205 INFO:teuthology.orchestra.run.smithi181.stdout:Package python3-cephfs-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T04:03:18.428 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-01T04:03:18.429 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2023-12-01T04:03:18.430 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-01T04:03:18.544 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install python3-rbd 2023-12-01T04:03:19.396 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:03:10 ago on Fri 01 Dec 2023 04:00:09 AM UTC. 2023-12-01T04:03:20.854 INFO:teuthology.orchestra.run.smithi181.stdout:Package python3-rbd-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T04:03:21.077 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-01T04:03:21.078 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2023-12-01T04:03:21.079 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-01T04:03:21.179 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install rbd-fuse 2023-12-01T04:03:22.037 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:03:13 ago on Fri 01 Dec 2023 04:00:09 AM UTC. 2023-12-01T04:03:29.505 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-01T04:03:29.505 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:03:29.505 INFO:teuthology.orchestra.run.smithi181.stdout: Package Architecture Version Repository Size 2023-12-01T04:03:29.505 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:03:29.505 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2023-12-01T04:03:29.505 INFO:teuthology.orchestra.run.smithi181.stdout: rbd-fuse x86_64 2:18.2.0-1291.g188db309.el8 ceph 94 k 2023-12-01T04:03:29.506 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:03:29.506 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-01T04:03:29.506 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:03:29.506 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2023-12-01T04:03:29.506 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:03:29.506 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 94 k 2023-12-01T04:03:29.506 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 280 k 2023-12-01T04:03:29.506 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2023-12-01T04:03:29.506 INFO:teuthology.orchestra.run.smithi181.stdout:rbd-fuse-18.2.0-1291.g188db309.el8.x86_64.rpm 341 kB/s | 94 kB 00:00 2023-12-01T04:03:29.506 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:03:29.506 INFO:teuthology.orchestra.run.smithi181.stdout:Total 340 kB/s | 94 kB 00:00 2023-12-01T04:03:29.506 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2023-12-01T04:03:29.506 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2023-12-01T04:03:29.507 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2023-12-01T04:03:29.507 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2023-12-01T04:03:29.507 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2023-12-01T04:03:29.507 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2023-12-01T04:03:29.507 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : rbd-fuse-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T04:03:29.507 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: rbd-fuse-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T04:03:29.507 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : rbd-fuse-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T04:03:29.507 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:03:29.507 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2023-12-01T04:03:29.507 INFO:teuthology.orchestra.run.smithi181.stdout: rbd-fuse-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:03:29.507 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:03:29.507 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-01T04:03:29.508 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install rbd-mirror 2023-12-01T04:03:30.375 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:03:21 ago on Fri 01 Dec 2023 04:00:09 AM UTC. 2023-12-01T04:03:32.051 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-01T04:03:32.052 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:03:32.052 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repo Size 2023-12-01T04:03:32.052 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:03:32.052 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2023-12-01T04:03:32.052 INFO:teuthology.orchestra.run.smithi181.stdout: rbd-mirror x86_64 2:18.2.0-1291.g188db309.el8 ceph 3.4 M 2023-12-01T04:03:32.052 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:03:32.052 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-01T04:03:32.052 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:03:32.052 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2023-12-01T04:03:32.053 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:03:32.053 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 3.4 M 2023-12-01T04:03:32.053 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 16 M 2023-12-01T04:03:32.053 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2023-12-01T04:03:32.510 INFO:teuthology.orchestra.run.smithi181.stdout:rbd-mirror-18.2.0-1291.g188db309.el8.x86_64.rpm 7.5 MB/s | 3.4 MB 00:00 2023-12-01T04:03:32.511 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:03:32.511 INFO:teuthology.orchestra.run.smithi181.stdout:Total 7.5 MB/s | 3.4 MB 00:00 2023-12-01T04:03:32.512 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2023-12-01T04:03:32.524 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2023-12-01T04:03:32.524 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2023-12-01T04:03:32.586 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2023-12-01T04:03:32.589 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2023-12-01T04:03:33.026 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2023-12-01T04:03:33.225 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : rbd-mirror-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T04:03:33.622 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: rbd-mirror-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T04:03:34.280 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : rbd-mirror-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T04:03:34.280 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:03:34.281 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2023-12-01T04:03:34.281 INFO:teuthology.orchestra.run.smithi181.stdout: rbd-mirror-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:03:34.281 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:03:34.281 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-01T04:03:34.477 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install rbd-nbd 2023-12-01T04:03:35.338 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:03:26 ago on Fri 01 Dec 2023 04:00:09 AM UTC. 2023-12-01T04:03:37.009 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2023-12-01T04:03:37.009 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:03:37.009 INFO:teuthology.orchestra.run.smithi181.stdout: Package Architecture Version Repository Size 2023-12-01T04:03:37.010 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:03:37.010 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2023-12-01T04:03:37.010 INFO:teuthology.orchestra.run.smithi181.stdout: rbd-nbd x86_64 2:18.2.0-1291.g188db309.el8 ceph 181 k 2023-12-01T04:03:37.010 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:03:37.010 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2023-12-01T04:03:37.010 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2023-12-01T04:03:37.010 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2023-12-01T04:03:37.010 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:03:37.010 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 181 k 2023-12-01T04:03:37.010 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 568 k 2023-12-01T04:03:37.010 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2023-12-01T04:03:37.313 INFO:teuthology.orchestra.run.smithi181.stdout:rbd-nbd-18.2.0-1291.g188db309.el8.x86_64.rpm 597 kB/s | 181 kB 00:00 2023-12-01T04:03:37.314 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:03:37.314 INFO:teuthology.orchestra.run.smithi181.stdout:Total 595 kB/s | 181 kB 00:00 2023-12-01T04:03:37.314 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2023-12-01T04:03:37.325 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2023-12-01T04:03:37.326 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2023-12-01T04:03:37.376 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2023-12-01T04:03:37.378 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2023-12-01T04:03:37.495 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2023-12-01T04:03:37.665 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : rbd-nbd-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T04:03:37.946 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: rbd-nbd-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T04:03:38.621 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : rbd-nbd-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T04:03:38.621 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:03:38.621 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2023-12-01T04:03:38.621 INFO:teuthology.orchestra.run.smithi181.stdout: rbd-nbd-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:03:38.621 INFO:teuthology.orchestra.run.smithi181.stdout: 2023-12-01T04:03:38.621 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2023-12-01T04:03:38.821 DEBUG:teuthology.parallel:result is None 2023-12-01T04:05:52.843 INFO:teuthology.orchestra.run.smithi152.stdout:Extra Packages for Enterprise Linux 45 kB/s | 16 MB 06:01 2023-12-01T04:05:56.741 INFO:teuthology.orchestra.run.smithi152.stdout:lab-extras 345 kB/s | 24 kB 00:00 2023-12-01T04:06:01.287 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2023-12-01T04:06:01.290 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:06:01.290 INFO:teuthology.orchestra.run.smithi152.stdout: Package Arch Version Repository Size 2023-12-01T04:06:01.290 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:06:01.290 INFO:teuthology.orchestra.run.smithi152.stdout:Installing: 2023-12-01T04:06:01.290 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-radosgw x86_64 2:18.2.0-1291.g188db309.el8 ceph 13 M 2023-12-01T04:06:01.290 INFO:teuthology.orchestra.run.smithi152.stdout:Upgrading: 2023-12-01T04:06:01.291 INFO:teuthology.orchestra.run.smithi152.stdout: librados2 x86_64 2:18.2.0-1291.g188db309.el8 ceph 3.7 M 2023-12-01T04:06:01.291 INFO:teuthology.orchestra.run.smithi152.stdout: librbd1 x86_64 2:18.2.0-1291.g188db309.el8 ceph 3.6 M 2023-12-01T04:06:01.291 INFO:teuthology.orchestra.run.smithi152.stdout:Installing dependencies: 2023-12-01T04:06:01.291 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-base x86_64 2:18.2.0-1291.g188db309.el8 ceph 5.4 M 2023-12-01T04:06:01.291 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-common x86_64 2:18.2.0-1291.g188db309.el8 ceph 22 M 2023-12-01T04:06:01.291 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-selinux x86_64 2:18.2.0-1291.g188db309.el8 ceph 24 k 2023-12-01T04:06:01.291 INFO:teuthology.orchestra.run.smithi152.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-01T04:06:01.291 INFO:teuthology.orchestra.run.smithi152.stdout: libcephfs2 x86_64 2:18.2.0-1291.g188db309.el8 ceph 774 k 2023-12-01T04:06:01.291 INFO:teuthology.orchestra.run.smithi152.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-01T04:06:01.291 INFO:teuthology.orchestra.run.smithi152.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-12-01T04:06:01.291 INFO:teuthology.orchestra.run.smithi152.stdout: libradosstriper1 x86_64 2:18.2.0-1291.g188db309.el8 ceph 474 k 2023-12-01T04:06:01.291 INFO:teuthology.orchestra.run.smithi152.stdout: librdkafka x86_64 0.11.4-3.el8 appstream 354 k 2023-12-01T04:06:01.292 INFO:teuthology.orchestra.run.smithi152.stdout: librgw2 x86_64 2:18.2.0-1291.g188db309.el8 ceph 6.5 M 2023-12-01T04:06:01.292 INFO:teuthology.orchestra.run.smithi152.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-01T04:06:01.292 INFO:teuthology.orchestra.run.smithi152.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-12-01T04:06:01.292 INFO:teuthology.orchestra.run.smithi152.stdout: python3-ceph-argparse x86_64 2:18.2.0-1291.g188db309.el8 ceph 45 k 2023-12-01T04:06:01.292 INFO:teuthology.orchestra.run.smithi152.stdout: python3-ceph-common x86_64 2:18.2.0-1291.g188db309.el8 ceph 123 k 2023-12-01T04:06:01.292 INFO:teuthology.orchestra.run.smithi152.stdout: python3-cephfs x86_64 2:18.2.0-1291.g188db309.el8 ceph 196 k 2023-12-01T04:06:01.292 INFO:teuthology.orchestra.run.smithi152.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-12-01T04:06:01.292 INFO:teuthology.orchestra.run.smithi152.stdout: python3-rados x86_64 2:18.2.0-1291.g188db309.el8 ceph 372 k 2023-12-01T04:06:01.292 INFO:teuthology.orchestra.run.smithi152.stdout: python3-rbd x86_64 2:18.2.0-1291.g188db309.el8 ceph 364 k 2023-12-01T04:06:01.292 INFO:teuthology.orchestra.run.smithi152.stdout: python3-rgw x86_64 2:18.2.0-1291.g188db309.el8 ceph 106 k 2023-12-01T04:06:01.292 INFO:teuthology.orchestra.run.smithi152.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-01T04:06:01.292 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:06:01.293 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction Summary 2023-12-01T04:06:01.293 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:06:01.293 INFO:teuthology.orchestra.run.smithi152.stdout:Install 21 Packages 2023-12-01T04:06:01.293 INFO:teuthology.orchestra.run.smithi152.stdout:Upgrade 2 Packages 2023-12-01T04:06:01.293 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:06:01.293 INFO:teuthology.orchestra.run.smithi152.stdout:Total download size: 59 M 2023-12-01T04:06:01.293 INFO:teuthology.orchestra.run.smithi152.stdout:Downloading Packages: 2023-12-01T04:06:02.157 INFO:teuthology.orchestra.run.smithi152.stdout:(1/23): ceph-base-18.2.0-1291.g188db309.el8.x86 9.3 MB/s | 5.4 MB 00:00 2023-12-01T04:06:02.199 INFO:teuthology.orchestra.run.smithi152.stdout:(2/23): ceph-selinux-18.2.0-1291.g188db309.el8. 583 kB/s | 24 kB 00:00 2023-12-01T04:06:02.299 INFO:teuthology.orchestra.run.smithi152.stdout:(3/23): libcephfs2-18.2.0-1291.g188db309.el8.x8 7.6 MB/s | 774 kB 00:00 2023-12-01T04:06:02.433 INFO:teuthology.orchestra.run.smithi152.stdout:(4/23): libradosstriper1-18.2.0-1291.g188db309. 3.5 MB/s | 474 kB 00:00 2023-12-01T04:06:03.100 INFO:teuthology.orchestra.run.smithi152.stdout:(5/23): librgw2-18.2.0-1291.g188db309.el8.x86_6 9.8 MB/s | 6.5 MB 00:00 2023-12-01T04:06:03.166 INFO:teuthology.orchestra.run.smithi152.stdout:(6/23): python3-ceph-argparse-18.2.0-1291.g188d 673 kB/s | 45 kB 00:00 2023-12-01T04:06:03.250 INFO:teuthology.orchestra.run.smithi152.stdout:(7/23): python3-ceph-common-18.2.0-1291.g188db3 1.4 MB/s | 123 kB 00:00 2023-12-01T04:06:03.392 INFO:teuthology.orchestra.run.smithi152.stdout:(8/23): ceph-radosgw-18.2.0-1291.g188db309.el8. 7.2 MB/s | 13 MB 00:01 2023-12-01T04:06:03.417 INFO:teuthology.orchestra.run.smithi152.stdout:(9/23): python3-cephfs-18.2.0-1291.g188db309.el 1.1 MB/s | 196 kB 00:00 2023-12-01T04:06:03.476 INFO:teuthology.orchestra.run.smithi152.stdout:(10/23): python3-rados-18.2.0-1291.g188db309.el 4.4 MB/s | 372 kB 00:00 2023-12-01T04:06:03.501 INFO:teuthology.orchestra.run.smithi152.stdout:(11/23): python3-rbd-18.2.0-1291.g188db309.el8. 4.2 MB/s | 364 kB 00:00 2023-12-01T04:06:03.576 INFO:teuthology.orchestra.run.smithi152.stdout:(12/23): python3-rgw-18.2.0-1291.g188db309.el8. 1.0 MB/s | 106 kB 00:00 2023-12-01T04:06:03.860 INFO:teuthology.orchestra.run.smithi152.stdout:(13/23): ceph-common-18.2.0-1291.g188db309.el8. 9.5 MB/s | 22 MB 00:02 2023-12-01T04:06:03.885 INFO:teuthology.orchestra.run.smithi152.stdout:(14/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 841 kB/s | 259 kB 00:00 2023-12-01T04:06:03.912 INFO:teuthology.orchestra.run.smithi152.stdout:(15/23): librdkafka-0.11.4-3.el8.x86_64.rpm 864 kB/s | 354 kB 00:00 2023-12-01T04:06:03.970 INFO:teuthology.orchestra.run.smithi152.stdout:(16/23): python3-prettytable-0.7.2-14.el8.noarc 403 kB/s | 44 kB 00:00 2023-12-01T04:06:04.012 INFO:teuthology.orchestra.run.smithi152.stdout:(17/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 373 kB/s | 47 kB 00:00 2023-12-01T04:06:04.387 INFO:teuthology.orchestra.run.smithi152.stdout:(18/23): liboath-2.6.2-3.el8.x86_64.rpm 141 kB/s | 59 kB 00:00 2023-12-01T04:06:04.429 INFO:teuthology.orchestra.run.smithi152.stdout:(19/23): libunwind-1.3.1-3.el8.x86_64.rpm 180 kB/s | 75 kB 00:00 2023-12-01T04:06:04.504 INFO:teuthology.orchestra.run.smithi152.stdout:(20/23): gperftools-libs-2.7-9.el8.x86_64.rpm 516 kB/s | 306 kB 00:00 2023-12-01T04:06:04.754 INFO:teuthology.orchestra.run.smithi152.stdout:(21/23): librados2-18.2.0-1291.g188db309.el8.x8 11 MB/s | 3.7 MB 00:00 2023-12-01T04:06:04.963 INFO:teuthology.orchestra.run.smithi152.stdout:(22/23): librbd1-18.2.0-1291.g188db309.el8.x86_ 7.8 MB/s | 3.6 MB 00:00 2023-12-01T04:06:05.304 INFO:teuthology.orchestra.run.smithi152.stdout:(23/23): thrift-0.13.0-2.el8.x86_64.rpm 1.9 MB/s | 1.7 MB 00:00 2023-12-01T04:06:05.307 INFO:teuthology.orchestra.run.smithi152.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:06:05.307 INFO:teuthology.orchestra.run.smithi152.stdout:Total 15 MB/s | 59 MB 00:04 2023-12-01T04:06:05.348 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction check 2023-12-01T04:06:05.395 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction check succeeded. 2023-12-01T04:06:05.396 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction test 2023-12-01T04:06:05.750 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction test succeeded. 2023-12-01T04:06:05.753 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction 2023-12-01T04:06:06.960 INFO:teuthology.orchestra.run.smithi152.stdout: Preparing : 1/1 2023-12-01T04:06:07.163 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-01T04:06:07.368 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/25 2023-12-01T04:06:07.540 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-12-01T04:06:07.969 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-12-01T04:06:08.190 INFO:teuthology.orchestra.run.smithi152.stdout: Upgrading : librados2-2:18.2.0-1291.g188db309.el8.x86_64 4/25 2023-12-01T04:06:08.288 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: librados2-2:18.2.0-1291.g188db309.el8.x86_64 4/25 2023-12-01T04:06:08.512 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-rados-2:18.2.0-1291.g188db309.el8.x86_64 5/25 2023-12-01T04:06:08.681 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : libcephfs2-2:18.2.0-1291.g188db309.el8.x86_64 6/25 2023-12-01T04:06:09.130 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: libcephfs2-2:18.2.0-1291.g188db309.el8.x86_64 6/25 2023-12-01T04:06:09.332 INFO:teuthology.orchestra.run.smithi152.stdout: Upgrading : librbd1-2:18.2.0-1291.g188db309.el8.x86_64 7/25 2023-12-01T04:06:09.384 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: librbd1-2:18.2.0-1291.g188db309.el8.x86_64 7/25 2023-12-01T04:06:09.554 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 8/25 2023-12-01T04:06:09.689 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T04:06:09.738 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T04:06:09.934 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-ceph-argparse-2:18.2.0-1291.g188db309.el8. 10/25 2023-12-01T04:06:10.100 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-cephfs-2:18.2.0-1291.g188db309.el8.x86_64 11/25 2023-12-01T04:06:10.307 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-rbd-2:18.2.0-1291.g188db309.el8.x86_64 12/25 2023-12-01T04:06:10.467 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : libradosstriper1-2:18.2.0-1291.g188db309.el8.x86_6 13/25 2023-12-01T04:06:10.544 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: libradosstriper1-2:18.2.0-1291.g188db309.el8.x86_6 13/25 2023-12-01T04:06:10.757 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 14/25 2023-12-01T04:06:11.505 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 15/25 2023-12-01T04:06:11.714 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : librgw2-2:18.2.0-1291.g188db309.el8.x86_64 16/25 2023-12-01T04:06:11.783 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: librgw2-2:18.2.0-1291.g188db309.el8.x86_64 16/25 2023-12-01T04:06:11.947 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-rgw-2:18.2.0-1291.g188db309.el8.x86_64 17/25 2023-12-01T04:06:12.125 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2023-12-01T04:06:12.356 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-ceph-common-2:18.2.0-1291.g188db309.el8.x8 19/25 2023-12-01T04:06:14.852 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: ceph-common-2:18.2.0-1291.g188db309.el8.x86_64 20/25 2023-12-01T04:06:15.106 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-common-2:18.2.0-1291.g188db309.el8.x86_64 20/25 2023-12-01T04:06:15.704 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: ceph-common-2:18.2.0-1291.g188db309.el8.x86_64 20/25 2023-12-01T04:06:15.992 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-base-2:18.2.0-1291.g188db309.el8.x86_64 21/25 2023-12-01T04:06:16.102 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: ceph-base-2:18.2.0-1291.g188db309.el8.x86_64 21/25 2023-12-01T04:06:16.314 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-selinux-2:18.2.0-1291.g188db309.el8.x86_64 22/25 2023-12-01T04:06:35.408 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: ceph-selinux-2:18.2.0-1291.g188db309.el8.x86_64 22/25 2023-12-01T04:06:35.409 INFO:teuthology.orchestra.run.smithi152.stdout:skipping the directory /sys 2023-12-01T04:06:35.409 INFO:teuthology.orchestra.run.smithi152.stdout:skipping the directory /proc 2023-12-01T04:06:35.409 INFO:teuthology.orchestra.run.smithi152.stdout:skipping the directory /dev 2023-12-01T04:06:35.409 INFO:teuthology.orchestra.run.smithi152.stdout:skipping the directory /run 2023-12-01T04:06:35.409 INFO:teuthology.orchestra.run.smithi152.stdout:skipping the directory /mnt 2023-12-01T04:06:35.409 INFO:teuthology.orchestra.run.smithi152.stdout:skipping the directory /var/tmp 2023-12-01T04:06:35.409 INFO:teuthology.orchestra.run.smithi152.stdout:skipping the directory /home 2023-12-01T04:06:35.409 INFO:teuthology.orchestra.run.smithi152.stdout:skipping the directory /tmp 2023-12-01T04:06:35.409 INFO:teuthology.orchestra.run.smithi152.stdout:skipping the directory /dev 2023-12-01T04:06:35.409 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:06:36.755 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-radosgw-2:18.2.0-1291.g188db309.el8.x86_64 23/25 2023-12-01T04:06:36.776 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: ceph-radosgw-2:18.2.0-1291.g188db309.el8.x86_64 23/25 2023-12-01T04:06:36.776 INFO:teuthology.orchestra.run.smithi152.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T04:06:36.963 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T04:06:36.963 INFO:teuthology.orchestra.run.smithi152.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T04:06:37.678 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T04:06:37.679 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-base-2:18.2.0-1291.g188db309.el8.x86_64 1/25 2023-12-01T04:06:37.679 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-common-2:18.2.0-1291.g188db309.el8.x86_64 2/25 2023-12-01T04:06:37.679 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-radosgw-2:18.2.0-1291.g188db309.el8.x86_64 3/25 2023-12-01T04:06:37.679 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-selinux-2:18.2.0-1291.g188db309.el8.x86_64 4/25 2023-12-01T04:06:37.679 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : libcephfs2-2:18.2.0-1291.g188db309.el8.x86_64 5/25 2023-12-01T04:06:37.679 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : libradosstriper1-2:18.2.0-1291.g188db309.el8.x86_6 6/25 2023-12-01T04:06:37.679 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : librgw2-2:18.2.0-1291.g188db309.el8.x86_64 7/25 2023-12-01T04:06:37.679 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-ceph-argparse-2:18.2.0-1291.g188db309.el8. 8/25 2023-12-01T04:06:37.679 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-ceph-common-2:18.2.0-1291.g188db309.el8.x8 9/25 2023-12-01T04:06:37.679 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-cephfs-2:18.2.0-1291.g188db309.el8.x86_64 10/25 2023-12-01T04:06:37.679 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-rados-2:18.2.0-1291.g188db309.el8.x86_64 11/25 2023-12-01T04:06:37.680 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-rbd-2:18.2.0-1291.g188db309.el8.x86_64 12/25 2023-12-01T04:06:37.680 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-rgw-2:18.2.0-1291.g188db309.el8.x86_64 13/25 2023-12-01T04:06:37.680 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 14/25 2023-12-01T04:06:37.680 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2023-12-01T04:06:37.680 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-01T04:06:37.680 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 17/25 2023-12-01T04:06:37.680 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-01T04:06:37.680 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2023-12-01T04:06:37.680 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2023-12-01T04:06:37.680 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2023-12-01T04:06:37.680 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : librados2-2:18.2.0-1291.g188db309.el8.x86_64 22/25 2023-12-01T04:06:37.680 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-01T04:06:37.681 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : librbd1-2:18.2.0-1291.g188db309.el8.x86_64 24/25 2023-12-01T04:06:38.806 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T04:06:38.806 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:06:38.806 INFO:teuthology.orchestra.run.smithi152.stdout:Upgraded: 2023-12-01T04:06:38.806 INFO:teuthology.orchestra.run.smithi152.stdout: librados2-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:06:38.806 INFO:teuthology.orchestra.run.smithi152.stdout: librbd1-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:06:38.806 INFO:teuthology.orchestra.run.smithi152.stdout:Installed: 2023-12-01T04:06:38.806 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-base-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:06:38.806 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-common-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:06:38.806 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-radosgw-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:06:38.806 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-selinux-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:06:38.806 INFO:teuthology.orchestra.run.smithi152.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-01T04:06:38.807 INFO:teuthology.orchestra.run.smithi152.stdout: libcephfs2-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:06:38.807 INFO:teuthology.orchestra.run.smithi152.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-01T04:06:38.807 INFO:teuthology.orchestra.run.smithi152.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-12-01T04:06:38.807 INFO:teuthology.orchestra.run.smithi152.stdout: libradosstriper1-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:06:38.807 INFO:teuthology.orchestra.run.smithi152.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-01T04:06:38.807 INFO:teuthology.orchestra.run.smithi152.stdout: librgw2-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:06:38.807 INFO:teuthology.orchestra.run.smithi152.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-01T04:06:38.807 INFO:teuthology.orchestra.run.smithi152.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-01T04:06:38.807 INFO:teuthology.orchestra.run.smithi152.stdout: python3-ceph-argparse-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:06:38.807 INFO:teuthology.orchestra.run.smithi152.stdout: python3-ceph-common-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:06:38.807 INFO:teuthology.orchestra.run.smithi152.stdout: python3-cephfs-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:06:38.807 INFO:teuthology.orchestra.run.smithi152.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-01T04:06:38.808 INFO:teuthology.orchestra.run.smithi152.stdout: python3-rados-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:06:38.808 INFO:teuthology.orchestra.run.smithi152.stdout: python3-rbd-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:06:38.808 INFO:teuthology.orchestra.run.smithi152.stdout: python3-rgw-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:06:38.808 INFO:teuthology.orchestra.run.smithi152.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-01T04:06:38.808 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:06:38.808 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2023-12-01T04:06:39.067 DEBUG:teuthology.orchestra.run.smithi152:> sudo yum -y install ceph-test 2023-12-01T04:06:39.925 INFO:teuthology.orchestra.run.smithi152.stdout:Last metadata expiration check: 0:00:43 ago on Fri 01 Dec 2023 04:05:56 AM UTC. 2023-12-01T04:06:41.607 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2023-12-01T04:06:41.608 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:06:41.608 INFO:teuthology.orchestra.run.smithi152.stdout: Package Arch Version Repository Size 2023-12-01T04:06:41.609 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:06:41.609 INFO:teuthology.orchestra.run.smithi152.stdout:Installing: 2023-12-01T04:06:41.609 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-test x86_64 2:18.2.0-1291.g188db309.el8 ceph 47 M 2023-12-01T04:06:41.609 INFO:teuthology.orchestra.run.smithi152.stdout:Installing dependencies: 2023-12-01T04:06:41.609 INFO:teuthology.orchestra.run.smithi152.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2023-12-01T04:06:41.609 INFO:teuthology.orchestra.run.smithi152.stdout: libcephsqlite x86_64 2:18.2.0-1291.g188db309.el8 ceph 141 k 2023-12-01T04:06:41.609 INFO:teuthology.orchestra.run.smithi152.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-12-01T04:06:41.609 INFO:teuthology.orchestra.run.smithi152.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-12-01T04:06:41.609 INFO:teuthology.orchestra.run.smithi152.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-12-01T04:06:41.610 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:06:41.610 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction Summary 2023-12-01T04:06:41.610 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:06:41.610 INFO:teuthology.orchestra.run.smithi152.stdout:Install 6 Packages 2023-12-01T04:06:41.610 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:06:41.611 INFO:teuthology.orchestra.run.smithi152.stdout:Total download size: 48 M 2023-12-01T04:06:41.611 INFO:teuthology.orchestra.run.smithi152.stdout:Installed size: 212 M 2023-12-01T04:06:41.611 INFO:teuthology.orchestra.run.smithi152.stdout:Downloading Packages: 2023-12-01T04:06:41.955 INFO:teuthology.orchestra.run.smithi152.stdout:(1/6): jq-1.6-8.el8.x86_64.rpm 1.3 MB/s | 203 kB 00:00 2023-12-01T04:06:41.997 INFO:teuthology.orchestra.run.smithi152.stdout:(2/6): libcephsqlite-18.2.0-1291.g188db309.el8. 738 kB/s | 141 kB 00:00 2023-12-01T04:06:42.023 INFO:teuthology.orchestra.run.smithi152.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 2.7 MB/s | 187 kB 00:00 2023-12-01T04:06:42.073 INFO:teuthology.orchestra.run.smithi152.stdout:(4/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.4 MB/s | 71 kB 00:00 2023-12-01T04:06:42.165 INFO:teuthology.orchestra.run.smithi152.stdout:(5/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.9 MB/s | 323 kB 00:00 2023-12-01T04:06:44.091 INFO:teuthology.orchestra.run.smithi152.stdout:(6/6): ceph-test-18.2.0-1291.g188db309.el8.x86_ 20 MB/s | 47 MB 00:02 2023-12-01T04:06:44.092 INFO:teuthology.orchestra.run.smithi152.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:06:44.093 INFO:teuthology.orchestra.run.smithi152.stdout:Total 19 MB/s | 48 MB 00:02 2023-12-01T04:06:44.137 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction check 2023-12-01T04:06:44.158 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction check succeeded. 2023-12-01T04:06:44.158 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction test 2023-12-01T04:06:44.424 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction test succeeded. 2023-12-01T04:06:44.428 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction 2023-12-01T04:06:44.869 INFO:teuthology.orchestra.run.smithi152.stdout: Preparing : 1/1 2023-12-01T04:06:45.087 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2023-12-01T04:06:45.295 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2023-12-01T04:06:45.434 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 3/6 2023-12-01T04:06:45.515 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 3/6 2023-12-01T04:06:45.702 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2023-12-01T04:06:45.892 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : libcephsqlite-2:18.2.0-1291.g188db309.el8.x86_64 5/6 2023-12-01T04:06:50.430 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: libcephsqlite-2:18.2.0-1291.g188db309.el8.x86_64 5/6 2023-12-01T04:06:50.673 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-test-2:18.2.0-1291.g188db309.el8.x86_64 6/6 2023-12-01T04:06:50.950 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: ceph-test-2:18.2.0-1291.g188db309.el8.x86_64 6/6 2023-12-01T04:06:50.950 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-test-2:18.2.0-1291.g188db309.el8.x86_64 1/6 2023-12-01T04:06:50.950 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : libcephsqlite-2:18.2.0-1291.g188db309.el8.x86_64 2/6 2023-12-01T04:06:50.950 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2023-12-01T04:06:50.950 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-12-01T04:06:50.951 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-12-01T04:06:51.677 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2023-12-01T04:06:51.677 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:06:51.677 INFO:teuthology.orchestra.run.smithi152.stdout:Installed: 2023-12-01T04:06:51.677 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-test-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:06:51.677 INFO:teuthology.orchestra.run.smithi152.stdout: jq-1.6-8.el8.x86_64 2023-12-01T04:06:51.677 INFO:teuthology.orchestra.run.smithi152.stdout: libcephsqlite-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:06:51.677 INFO:teuthology.orchestra.run.smithi152.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-01T04:06:51.677 INFO:teuthology.orchestra.run.smithi152.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-01T04:06:51.677 INFO:teuthology.orchestra.run.smithi152.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-01T04:06:51.678 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:06:51.678 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2023-12-01T04:06:51.894 DEBUG:teuthology.orchestra.run.smithi152:> sudo yum -y install ceph 2023-12-01T04:06:52.751 INFO:teuthology.orchestra.run.smithi152.stdout:Last metadata expiration check: 0:00:56 ago on Fri 01 Dec 2023 04:05:56 AM UTC. 2023-12-01T04:06:54.425 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2023-12-01T04:06:54.428 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:06:54.428 INFO:teuthology.orchestra.run.smithi152.stdout: Package Arch Version Repository Size 2023-12-01T04:06:54.429 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:06:54.429 INFO:teuthology.orchestra.run.smithi152.stdout:Installing: 2023-12-01T04:06:54.429 INFO:teuthology.orchestra.run.smithi152.stdout: ceph x86_64 2:18.2.0-1291.g188db309.el8 ceph 6.4 k 2023-12-01T04:06:54.429 INFO:teuthology.orchestra.run.smithi152.stdout:Installing dependencies: 2023-12-01T04:06:54.429 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-mds x86_64 2:18.2.0-1291.g188db309.el8 ceph 2.3 M 2023-12-01T04:06:54.429 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-mgr x86_64 2:18.2.0-1291.g188db309.el8 ceph 1.6 M 2023-12-01T04:06:54.429 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-mgr-modules-core noarch 2:18.2.0-1291.g188db309.el8 ceph-noarch 242 k 2023-12-01T04:06:54.429 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-mon x86_64 2:18.2.0-1291.g188db309.el8 ceph 4.6 M 2023-12-01T04:06:54.429 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-osd x86_64 2:18.2.0-1291.g188db309.el8 ceph 18 M 2023-12-01T04:06:54.429 INFO:teuthology.orchestra.run.smithi152.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-12-01T04:06:54.429 INFO:teuthology.orchestra.run.smithi152.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-12-01T04:06:54.429 INFO:teuthology.orchestra.run.smithi152.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-12-01T04:06:54.430 INFO:teuthology.orchestra.run.smithi152.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-12-01T04:06:54.430 INFO:teuthology.orchestra.run.smithi152.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-12-01T04:06:54.430 INFO:teuthology.orchestra.run.smithi152.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-12-01T04:06:54.430 INFO:teuthology.orchestra.run.smithi152.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-12-01T04:06:54.430 INFO:teuthology.orchestra.run.smithi152.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-12-01T04:06:54.430 INFO:teuthology.orchestra.run.smithi152.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-12-01T04:06:54.430 INFO:teuthology.orchestra.run.smithi152.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-12-01T04:06:54.430 INFO:teuthology.orchestra.run.smithi152.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-12-01T04:06:54.431 INFO:teuthology.orchestra.run.smithi152.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-12-01T04:06:54.431 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-12-01T04:06:54.431 INFO:teuthology.orchestra.run.smithi152.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-12-01T04:06:54.431 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-12-01T04:06:54.431 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-12-01T04:06:54.431 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-12-01T04:06:54.431 INFO:teuthology.orchestra.run.smithi152.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-12-01T04:06:54.431 INFO:teuthology.orchestra.run.smithi152.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-12-01T04:06:54.431 INFO:teuthology.orchestra.run.smithi152.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-12-01T04:06:54.431 INFO:teuthology.orchestra.run.smithi152.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-12-01T04:06:54.431 INFO:teuthology.orchestra.run.smithi152.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-12-01T04:06:54.431 INFO:teuthology.orchestra.run.smithi152.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-12-01T04:06:54.431 INFO:teuthology.orchestra.run.smithi152.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-12-01T04:06:54.432 INFO:teuthology.orchestra.run.smithi152.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-12-01T04:06:54.432 INFO:teuthology.orchestra.run.smithi152.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-12-01T04:06:54.432 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:06:54.432 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction Summary 2023-12-01T04:06:54.432 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:06:54.432 INFO:teuthology.orchestra.run.smithi152.stdout:Install 32 Packages 2023-12-01T04:06:54.432 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:06:54.432 INFO:teuthology.orchestra.run.smithi152.stdout:Total download size: 30 M 2023-12-01T04:06:54.433 INFO:teuthology.orchestra.run.smithi152.stdout:Installed size: 119 M 2023-12-01T04:06:54.433 INFO:teuthology.orchestra.run.smithi152.stdout:Downloading Packages: 2023-12-01T04:06:55.042 INFO:teuthology.orchestra.run.smithi152.stdout:(1/32): ceph-18.2.0-1291.g188db309.el8.x86_64.r 36 kB/s | 6.4 kB 00:00 2023-12-01T04:06:55.250 INFO:teuthology.orchestra.run.smithi152.stdout:(2/32): ceph-mds-18.2.0-1291.g188db309.el8.x86_ 5.9 MB/s | 2.3 MB 00:00 2023-12-01T04:06:55.283 INFO:teuthology.orchestra.run.smithi152.stdout:(3/32): ceph-mgr-18.2.0-1291.g188db309.el8.x86_ 3.7 MB/s | 1.6 MB 00:00 2023-12-01T04:06:55.367 INFO:teuthology.orchestra.run.smithi152.stdout:(4/32): ceph-mgr-modules-core-18.2.0-1291.g188d 2.8 MB/s | 242 kB 00:00 2023-12-01T04:06:55.509 INFO:teuthology.orchestra.run.smithi152.stdout:(5/32): python3-mako-1.0.6-14.el8.noarch.rpm 1.1 MB/s | 157 kB 00:00 2023-12-01T04:06:55.551 INFO:teuthology.orchestra.run.smithi152.stdout:(6/32): python3-markupsafe-0.23-19.el8.x86_64.r 937 kB/s | 39 kB 00:00 2023-12-01T04:06:55.601 INFO:teuthology.orchestra.run.smithi152.stdout:(7/32): python3-pyOpenSSL-19.0.0-1.el8.noarch.r 2.0 MB/s | 103 kB 00:00 2023-12-01T04:06:55.677 INFO:teuthology.orchestra.run.smithi152.stdout:(8/32): python3-pytz-2017.2-11.el8.noarch.rpm 760 kB/s | 57 kB 00:00 2023-12-01T04:06:55.770 INFO:teuthology.orchestra.run.smithi152.stdout:(9/32): python3-werkzeug-0.12.2-4.el8.noarch.rp 4.9 MB/s | 457 kB 00:00 2023-12-01T04:06:56.144 INFO:teuthology.orchestra.run.smithi152.stdout:(10/32): ceph-osd-18.2.0-1291.g188db309.el8.x86 20 MB/s | 18 MB 00:00 2023-12-01T04:06:56.216 INFO:teuthology.orchestra.run.smithi152.stdout:(11/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 557 kB/s | 249 kB 00:00 2023-12-01T04:06:56.294 INFO:teuthology.orchestra.run.smithi152.stdout:(12/32): ceph-mon-18.2.0-1291.g188db309.el8.x86 3.7 MB/s | 4.6 MB 00:01 2023-12-01T04:06:56.320 INFO:teuthology.orchestra.run.smithi152.stdout:(13/32): python3-pycparser-2.14-14.el8.noarch.r 1.0 MB/s | 109 kB 00:00 2023-12-01T04:06:56.586 INFO:teuthology.orchestra.run.smithi152.stdout:(14/32): python3-cryptography-3.2.1-6.el8.x86_6 1.4 MB/s | 641 kB 00:00 2023-12-01T04:06:56.720 INFO:teuthology.orchestra.run.smithi152.stdout:(15/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 102 kB/s | 44 kB 00:00 2023-12-01T04:06:57.129 INFO:teuthology.orchestra.run.smithi152.stdout:(16/32): python3-beautifulsoup4-4.6.3-2.el8.1.n 229 kB/s | 185 kB 00:00 2023-12-01T04:06:57.271 INFO:teuthology.orchestra.run.smithi152.stdout:(17/32): python3-jaraco-6.2-6.el8.noarch.rpm 78 kB/s | 11 kB 00:00 2023-12-01T04:06:57.404 INFO:teuthology.orchestra.run.smithi152.stdout:(18/32): python3-jaraco-functools-2.0-4.el8.noa 132 kB/s | 18 kB 00:00 2023-12-01T04:06:57.429 INFO:teuthology.orchestra.run.smithi152.stdout:(19/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 205 kB/s | 173 kB 00:00 2023-12-01T04:06:57.613 INFO:teuthology.orchestra.run.smithi152.stdout:(20/32): python3-logutils-0.3.5-11.el8.noarch.r 234 kB/s | 49 kB 00:00 2023-12-01T04:06:57.641 INFO:teuthology.orchestra.run.smithi152.stdout:(21/32): python3-more-itertools-7.2.0-3.el8.noa 281 kB/s | 59 kB 00:00 2023-12-01T04:06:57.755 INFO:teuthology.orchestra.run.smithi152.stdout:(22/32): python3-portend-2.6-1.el8.noarch.rpm 134 kB/s | 16 kB 00:00 2023-12-01T04:06:57.855 INFO:teuthology.orchestra.run.smithi152.stdout:(23/32): python3-cherrypy-18.4.0-1.el8.noarch.r 339 kB/s | 384 kB 00:01 2023-12-01T04:06:57.881 INFO:teuthology.orchestra.run.smithi152.stdout:(24/32): python3-simplegeneric-0.8.1-17.el8.noa 149 kB/s | 19 kB 00:00 2023-12-01T04:06:57.981 INFO:teuthology.orchestra.run.smithi152.stdout:(25/32): python3-singledispatch-3.4.0.3-18.el8. 191 kB/s | 24 kB 00:00 2023-12-01T04:06:58.007 INFO:teuthology.orchestra.run.smithi152.stdout:(26/32): python3-tempora-1.14.1-5.el8.noarch.rp 233 kB/s | 29 kB 00:00 2023-12-01T04:06:58.098 INFO:teuthology.orchestra.run.smithi152.stdout:(27/32): python3-trustme-0.6.0-4.el8.noarch.rpm 236 kB/s | 27 kB 00:00 2023-12-01T04:06:58.282 INFO:teuthology.orchestra.run.smithi152.stdout:(28/32): python3-pecan-1.3.2-9.el8.noarch.rpm 423 kB/s | 283 kB 00:00 2023-12-01T04:06:58.491 INFO:teuthology.orchestra.run.smithi152.stdout:(29/32): python3-webtest-2.0.33-1.el8.noarch.rp 410 kB/s | 85 kB 00:00 2023-12-01T04:06:58.607 INFO:teuthology.orchestra.run.smithi152.stdout:(30/32): python3-zc-lockfile-2.0-2.el8.noarch.r 197 kB/s | 23 kB 00:00 2023-12-01T04:06:58.666 INFO:teuthology.orchestra.run.smithi152.stdout:(31/32): python3-waitress-1.4.3-1.el8.noarch.rp 387 kB/s | 255 kB 00:00 2023-12-01T04:06:58.724 INFO:teuthology.orchestra.run.smithi152.stdout:(32/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 401 kB/s | 251 kB 00:00 2023-12-01T04:06:58.727 INFO:teuthology.orchestra.run.smithi152.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:06:58.727 INFO:teuthology.orchestra.run.smithi152.stdout:Total 7.0 MB/s | 30 MB 00:04 2023-12-01T04:06:58.811 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction check 2023-12-01T04:06:58.849 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction check succeeded. 2023-12-01T04:06:58.849 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction test 2023-12-01T04:06:59.176 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction test succeeded. 2023-12-01T04:06:59.179 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction 2023-12-01T04:07:00.288 INFO:teuthology.orchestra.run.smithi152.stdout: Preparing : 1/1 2023-12-01T04:07:00.505 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-12-01T04:07:00.715 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-12-01T04:07:00.973 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/32 2023-12-01T04:07:01.221 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/32 2023-12-01T04:07:01.444 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/32 2023-12-01T04:07:01.616 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/32 2023-12-01T04:07:01.785 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/32 2023-12-01T04:07:01.945 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/32 2023-12-01T04:07:02.189 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/32 2023-12-01T04:07:02.408 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/32 2023-12-01T04:07:02.689 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/32 2023-12-01T04:07:02.928 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 12/32 2023-12-01T04:07:03.344 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 13/32 2023-12-01T04:07:03.584 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 14/32 2023-12-01T04:07:03.806 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 15/32 2023-12-01T04:07:04.088 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 16/32 2023-12-01T04:07:04.341 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-12-01T04:07:04.652 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/32 2023-12-01T04:07:04.929 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 19/32 2023-12-01T04:07:05.084 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 20/32 2023-12-01T04:07:05.270 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-12-01T04:07:05.551 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-12-01T04:07:05.794 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-12-01T04:07:06.019 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 24/32 2023-12-01T04:07:06.323 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 25/32 2023-12-01T04:07:06.612 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-12-01T04:07:06.998 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-mgr-modules-core-2:18.2.0-1291.g188db309.el8. 27/32 2023-12-01T04:07:07.250 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-mgr-2:18.2.0-1291.g188db309.el8.x86_64 28/32 2023-12-01T04:07:08.827 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: ceph-mgr-2:18.2.0-1291.g188db309.el8.x86_64 28/32 2023-12-01T04:07:09.050 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-osd-2:18.2.0-1291.g188db309.el8.x86_64 29/32 2023-12-01T04:07:09.509 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: ceph-osd-2:18.2.0-1291.g188db309.el8.x86_64 29/32 2023-12-01T04:07:09.681 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-mon-2:18.2.0-1291.g188db309.el8.x86_64 30/32 2023-12-01T04:07:09.896 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: ceph-mon-2:18.2.0-1291.g188db309.el8.x86_64 30/32 2023-12-01T04:07:10.097 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-mds-2:18.2.0-1291.g188db309.el8.x86_64 31/32 2023-12-01T04:07:10.115 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: ceph-mds-2:18.2.0-1291.g188db309.el8.x86_64 31/32 2023-12-01T04:07:10.239 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-2:18.2.0-1291.g188db309.el8.x86_64 32/32 2023-12-01T04:07:10.648 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: ceph-2:18.2.0-1291.g188db309.el8.x86_64 32/32 2023-12-01T04:07:10.649 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-2:18.2.0-1291.g188db309.el8.x86_64 1/32 2023-12-01T04:07:10.649 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-mds-2:18.2.0-1291.g188db309.el8.x86_64 2/32 2023-12-01T04:07:10.649 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-mgr-2:18.2.0-1291.g188db309.el8.x86_64 3/32 2023-12-01T04:07:10.649 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-mon-2:18.2.0-1291.g188db309.el8.x86_64 4/32 2023-12-01T04:07:10.649 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-osd-2:18.2.0-1291.g188db309.el8.x86_64 5/32 2023-12-01T04:07:10.649 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-mgr-modules-core-2:18.2.0-1291.g188db309.el8. 6/32 2023-12-01T04:07:10.649 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/32 2023-12-01T04:07:10.649 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/32 2023-12-01T04:07:10.649 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/32 2023-12-01T04:07:10.649 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/32 2023-12-01T04:07:10.650 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/32 2023-12-01T04:07:10.650 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/32 2023-12-01T04:07:10.650 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 13/32 2023-12-01T04:07:10.651 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/32 2023-12-01T04:07:10.651 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 15/32 2023-12-01T04:07:10.651 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 16/32 2023-12-01T04:07:10.651 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-12-01T04:07:10.652 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 18/32 2023-12-01T04:07:10.652 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 19/32 2023-12-01T04:07:10.652 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 20/32 2023-12-01T04:07:10.652 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 21/32 2023-12-01T04:07:10.652 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 22/32 2023-12-01T04:07:10.652 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 23/32 2023-12-01T04:07:10.652 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-portend-2.6-1.el8.noarch 24/32 2023-12-01T04:07:10.652 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 25/32 2023-12-01T04:07:10.652 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 26/32 2023-12-01T04:07:10.652 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 27/32 2023-12-01T04:07:10.652 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 28/32 2023-12-01T04:07:10.653 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 29/32 2023-12-01T04:07:10.653 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 30/32 2023-12-01T04:07:10.653 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 31/32 2023-12-01T04:07:12.738 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 32/32 2023-12-01T04:07:12.738 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:07:12.739 INFO:teuthology.orchestra.run.smithi152.stdout:Installed: 2023-12-01T04:07:12.739 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:07:12.739 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-mds-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:07:12.739 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-mgr-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:07:12.739 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-mgr-modules-core-2:18.2.0-1291.g188db309.el8.noarch 2023-12-01T04:07:12.739 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-mon-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:07:12.739 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-osd-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:07:12.739 INFO:teuthology.orchestra.run.smithi152.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-12-01T04:07:12.739 INFO:teuthology.orchestra.run.smithi152.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-12-01T04:07:12.739 INFO:teuthology.orchestra.run.smithi152.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-12-01T04:07:12.739 INFO:teuthology.orchestra.run.smithi152.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-12-01T04:07:12.739 INFO:teuthology.orchestra.run.smithi152.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-12-01T04:07:12.740 INFO:teuthology.orchestra.run.smithi152.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-12-01T04:07:12.740 INFO:teuthology.orchestra.run.smithi152.stdout: python3-jaraco-6.2-6.el8.noarch 2023-12-01T04:07:12.740 INFO:teuthology.orchestra.run.smithi152.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-12-01T04:07:12.740 INFO:teuthology.orchestra.run.smithi152.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-12-01T04:07:12.740 INFO:teuthology.orchestra.run.smithi152.stdout: python3-mako-1.0.6-14.el8.noarch 2023-12-01T04:07:12.740 INFO:teuthology.orchestra.run.smithi152.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-12-01T04:07:12.740 INFO:teuthology.orchestra.run.smithi152.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-12-01T04:07:12.740 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-12-01T04:07:12.740 INFO:teuthology.orchestra.run.smithi152.stdout: python3-portend-2.6-1.el8.noarch 2023-12-01T04:07:12.740 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-12-01T04:07:12.740 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pycparser-2.14-14.el8.noarch 2023-12-01T04:07:12.740 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pytz-2017.2-11.el8.noarch 2023-12-01T04:07:12.740 INFO:teuthology.orchestra.run.smithi152.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-12-01T04:07:12.741 INFO:teuthology.orchestra.run.smithi152.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-12-01T04:07:12.741 INFO:teuthology.orchestra.run.smithi152.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-12-01T04:07:12.741 INFO:teuthology.orchestra.run.smithi152.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-12-01T04:07:12.741 INFO:teuthology.orchestra.run.smithi152.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-12-01T04:07:12.741 INFO:teuthology.orchestra.run.smithi152.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-12-01T04:07:12.741 INFO:teuthology.orchestra.run.smithi152.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-12-01T04:07:12.741 INFO:teuthology.orchestra.run.smithi152.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-12-01T04:07:12.741 INFO:teuthology.orchestra.run.smithi152.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-12-01T04:07:12.741 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:07:12.741 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2023-12-01T04:07:12.889 DEBUG:teuthology.orchestra.run.smithi152:> sudo yum -y install ceph-base 2023-12-01T04:07:13.750 INFO:teuthology.orchestra.run.smithi152.stdout:Last metadata expiration check: 0:01:17 ago on Fri 01 Dec 2023 04:05:56 AM UTC. 2023-12-01T04:07:15.208 INFO:teuthology.orchestra.run.smithi152.stdout:Package ceph-base-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T04:07:15.434 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2023-12-01T04:07:15.436 INFO:teuthology.orchestra.run.smithi152.stdout:Nothing to do. 2023-12-01T04:07:15.436 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2023-12-01T04:07:15.542 DEBUG:teuthology.orchestra.run.smithi152:> sudo yum -y install cephadm 2023-12-01T04:07:16.415 INFO:teuthology.orchestra.run.smithi152.stdout:Last metadata expiration check: 0:01:20 ago on Fri 01 Dec 2023 04:05:56 AM UTC. 2023-12-01T04:07:18.095 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2023-12-01T04:07:18.096 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:07:18.096 INFO:teuthology.orchestra.run.smithi152.stdout: Package Arch Version Repository Size 2023-12-01T04:07:18.096 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:07:18.096 INFO:teuthology.orchestra.run.smithi152.stdout:Installing: 2023-12-01T04:07:18.097 INFO:teuthology.orchestra.run.smithi152.stdout: cephadm noarch 2:18.2.0-1291.g188db309.el8 ceph-noarch 168 k 2023-12-01T04:07:18.097 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:07:18.097 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction Summary 2023-12-01T04:07:18.098 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:07:18.098 INFO:teuthology.orchestra.run.smithi152.stdout:Install 1 Package 2023-12-01T04:07:18.098 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:07:18.098 INFO:teuthology.orchestra.run.smithi152.stdout:Total download size: 168 k 2023-12-01T04:07:18.098 INFO:teuthology.orchestra.run.smithi152.stdout:Installed size: 680 k 2023-12-01T04:07:18.099 INFO:teuthology.orchestra.run.smithi152.stdout:Downloading Packages: 2023-12-01T04:07:18.388 INFO:teuthology.orchestra.run.smithi152.stdout:cephadm-18.2.0-1291.g188db309.el8.noarch.rpm 575 kB/s | 168 kB 00:00 2023-12-01T04:07:18.388 INFO:teuthology.orchestra.run.smithi152.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:07:18.389 INFO:teuthology.orchestra.run.smithi152.stdout:Total 573 kB/s | 168 kB 00:00 2023-12-01T04:07:18.389 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction check 2023-12-01T04:07:18.396 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction check succeeded. 2023-12-01T04:07:18.396 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction test 2023-12-01T04:07:18.399 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction test succeeded. 2023-12-01T04:07:18.402 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction 2023-12-01T04:07:18.446 INFO:teuthology.orchestra.run.smithi152.stdout: Preparing : 1/1 2023-12-01T04:07:18.942 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: cephadm-2:18.2.0-1291.g188db309.el8.noarch 1/1 2023-12-01T04:07:19.111 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : cephadm-2:18.2.0-1291.g188db309.el8.noarch 1/1 2023-12-01T04:07:19.336 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: cephadm-2:18.2.0-1291.g188db309.el8.noarch 1/1 2023-12-01T04:07:19.991 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : cephadm-2:18.2.0-1291.g188db309.el8.noarch 1/1 2023-12-01T04:07:19.991 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:07:19.992 INFO:teuthology.orchestra.run.smithi152.stdout:Installed: 2023-12-01T04:07:19.992 INFO:teuthology.orchestra.run.smithi152.stdout: cephadm-2:18.2.0-1291.g188db309.el8.noarch 2023-12-01T04:07:19.992 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:07:19.992 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2023-12-01T04:07:20.215 DEBUG:teuthology.orchestra.run.smithi152:> sudo yum -y install ceph-immutable-object-cache 2023-12-01T04:07:21.076 INFO:teuthology.orchestra.run.smithi152.stdout:Last metadata expiration check: 0:01:25 ago on Fri 01 Dec 2023 04:05:56 AM UTC. 2023-12-01T04:07:22.766 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2023-12-01T04:07:22.766 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:07:22.766 INFO:teuthology.orchestra.run.smithi152.stdout: Package Arch Version Repo Size 2023-12-01T04:07:22.767 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:07:22.767 INFO:teuthology.orchestra.run.smithi152.stdout:Installing: 2023-12-01T04:07:22.767 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-immutable-object-cache x86_64 2:18.2.0-1291.g188db309.el8 ceph 165 k 2023-12-01T04:07:22.767 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:07:22.767 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction Summary 2023-12-01T04:07:22.767 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:07:22.768 INFO:teuthology.orchestra.run.smithi152.stdout:Install 1 Package 2023-12-01T04:07:22.768 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:07:22.768 INFO:teuthology.orchestra.run.smithi152.stdout:Total download size: 165 k 2023-12-01T04:07:22.768 INFO:teuthology.orchestra.run.smithi152.stdout:Installed size: 503 k 2023-12-01T04:07:22.769 INFO:teuthology.orchestra.run.smithi152.stdout:Downloading Packages: 2023-12-01T04:07:23.806 INFO:teuthology.orchestra.run.smithi152.stdout:ceph-immutable-object-cache-18.2.0-1291.g188db3 159 kB/s | 165 kB 00:01 2023-12-01T04:07:23.807 INFO:teuthology.orchestra.run.smithi152.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:07:23.808 INFO:teuthology.orchestra.run.smithi152.stdout:Total 159 kB/s | 165 kB 00:01 2023-12-01T04:07:23.808 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction check 2023-12-01T04:07:23.821 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction check succeeded. 2023-12-01T04:07:23.821 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction test 2023-12-01T04:07:23.875 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction test succeeded. 2023-12-01T04:07:23.878 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction 2023-12-01T04:07:24.100 INFO:teuthology.orchestra.run.smithi152.stdout: Preparing : 1/1 2023-12-01T04:07:24.328 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-immutable-object-cache-2:18.2.0-1291.g188db309. 1/1 2023-12-01T04:07:24.751 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.2.0-1291.g188db309. 1/1 2023-12-01T04:07:25.433 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-immutable-object-cache-2:18.2.0-1291.g188db309. 1/1 2023-12-01T04:07:25.433 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:07:25.433 INFO:teuthology.orchestra.run.smithi152.stdout:Installed: 2023-12-01T04:07:25.433 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-immutable-object-cache-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:07:25.433 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:07:25.433 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2023-12-01T04:07:25.657 DEBUG:teuthology.orchestra.run.smithi152:> sudo yum -y install ceph-mgr 2023-12-01T04:07:26.517 INFO:teuthology.orchestra.run.smithi152.stdout:Last metadata expiration check: 0:01:30 ago on Fri 01 Dec 2023 04:05:56 AM UTC. 2023-12-01T04:07:27.965 INFO:teuthology.orchestra.run.smithi152.stdout:Package ceph-mgr-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T04:07:28.189 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2023-12-01T04:07:28.191 INFO:teuthology.orchestra.run.smithi152.stdout:Nothing to do. 2023-12-01T04:07:28.191 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2023-12-01T04:07:28.295 DEBUG:teuthology.orchestra.run.smithi152:> sudo yum -y install ceph-mgr-dashboard 2023-12-01T04:07:29.148 INFO:teuthology.orchestra.run.smithi152.stdout:Last metadata expiration check: 0:01:33 ago on Fri 01 Dec 2023 04:05:56 AM UTC. 2023-12-01T04:07:30.866 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2023-12-01T04:07:30.867 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:07:30.867 INFO:teuthology.orchestra.run.smithi152.stdout: Package Arch Version Repository Size 2023-12-01T04:07:30.867 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:07:30.868 INFO:teuthology.orchestra.run.smithi152.stdout:Installing: 2023-12-01T04:07:30.868 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-mgr-dashboard noarch 2:18.2.0-1291.g188db309.el8 ceph-noarch 1.8 M 2023-12-01T04:07:30.868 INFO:teuthology.orchestra.run.smithi152.stdout:Installing dependencies: 2023-12-01T04:07:30.868 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-grafana-dashboards noarch 2:18.2.0-1291.g188db309.el8 ceph-noarch 23 k 2023-12-01T04:07:30.868 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-prometheus-alerts noarch 2:18.2.0-1291.g188db309.el8 ceph-noarch 15 k 2023-12-01T04:07:30.868 INFO:teuthology.orchestra.run.smithi152.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-12-01T04:07:30.868 INFO:teuthology.orchestra.run.smithi152.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-12-01T04:07:30.868 INFO:teuthology.orchestra.run.smithi152.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-12-01T04:07:30.868 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:07:30.868 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction Summary 2023-12-01T04:07:30.868 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:07:30.868 INFO:teuthology.orchestra.run.smithi152.stdout:Install 6 Packages 2023-12-01T04:07:30.868 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:07:30.869 INFO:teuthology.orchestra.run.smithi152.stdout:Total download size: 2.1 M 2023-12-01T04:07:30.869 INFO:teuthology.orchestra.run.smithi152.stdout:Installed size: 8.5 M 2023-12-01T04:07:30.869 INFO:teuthology.orchestra.run.smithi152.stdout:Downloading Packages: 2023-12-01T04:07:31.085 INFO:teuthology.orchestra.run.smithi152.stdout:(1/6): ceph-grafana-dashboards-18.2.0-1291.g188 157 kB/s | 23 kB 00:00 2023-12-01T04:07:31.110 INFO:teuthology.orchestra.run.smithi152.stdout:(2/6): ceph-prometheus-alerts-18.2.0-1291.g188d 84 kB/s | 15 kB 00:00 2023-12-01T04:07:31.252 INFO:teuthology.orchestra.run.smithi152.stdout:(3/6): python3-jwt-1.6.1-2.el8.noarch.rpm 255 kB/s | 43 kB 00:00 2023-12-01T04:07:31.286 INFO:teuthology.orchestra.run.smithi152.stdout:(4/6): ceph-mgr-dashboard-18.2.0-1291.g188db309 5.0 MB/s | 1.8 MB 00:00 2023-12-01T04:07:32.252 INFO:teuthology.orchestra.run.smithi152.stdout:(5/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 29 kB/s | 34 kB 00:01 2023-12-01T04:07:33.211 INFO:teuthology.orchestra.run.smithi152.stdout:(6/6): python3-routes-2.4.1-12.el8.noarch.rpm 100 kB/s | 196 kB 00:01 2023-12-01T04:07:33.215 INFO:teuthology.orchestra.run.smithi152.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:07:33.215 INFO:teuthology.orchestra.run.smithi152.stdout:Total 898 kB/s | 2.1 MB 00:02 2023-12-01T04:07:33.227 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction check 2023-12-01T04:07:33.237 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction check succeeded. 2023-12-01T04:07:33.237 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction test 2023-12-01T04:07:33.319 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction test succeeded. 2023-12-01T04:07:33.322 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction 2023-12-01T04:07:33.580 INFO:teuthology.orchestra.run.smithi152.stdout: Preparing : 1/1 2023-12-01T04:07:33.799 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2023-12-01T04:07:34.044 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2023-12-01T04:07:34.262 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2023-12-01T04:07:34.374 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-prometheus-alerts-2:18.2.0-1291.g188db309.el8.n 4/6 2023-12-01T04:07:34.725 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-grafana-dashboards-2:18.2.0-1291.g188db309.el8. 5/6 2023-12-01T04:07:34.929 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-mgr-dashboard-2:18.2.0-1291.g188db309.el8.noarc 6/6 2023-12-01T04:07:35.212 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.2.0-1291.g188db309.el8.noarc 6/6 2023-12-01T04:07:35.212 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-grafana-dashboards-2:18.2.0-1291.g188db309.el8. 1/6 2023-12-01T04:07:35.212 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-mgr-dashboard-2:18.2.0-1291.g188db309.el8.noarc 2/6 2023-12-01T04:07:35.212 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-prometheus-alerts-2:18.2.0-1291.g188db309.el8.n 3/6 2023-12-01T04:07:35.212 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2023-12-01T04:07:35.212 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2023-12-01T04:07:35.923 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2023-12-01T04:07:35.923 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:07:35.923 INFO:teuthology.orchestra.run.smithi152.stdout:Installed: 2023-12-01T04:07:35.923 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-grafana-dashboards-2:18.2.0-1291.g188db309.el8.noarch 2023-12-01T04:07:35.924 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-mgr-dashboard-2:18.2.0-1291.g188db309.el8.noarch 2023-12-01T04:07:35.924 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-prometheus-alerts-2:18.2.0-1291.g188db309.el8.noarch 2023-12-01T04:07:35.924 INFO:teuthology.orchestra.run.smithi152.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-12-01T04:07:35.924 INFO:teuthology.orchestra.run.smithi152.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-12-01T04:07:35.924 INFO:teuthology.orchestra.run.smithi152.stdout: python3-routes-2.4.1-12.el8.noarch 2023-12-01T04:07:35.924 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:07:35.924 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2023-12-01T04:07:36.058 DEBUG:teuthology.orchestra.run.smithi152:> sudo yum -y install ceph-mgr-diskprediction-local 2023-12-01T04:07:36.916 INFO:teuthology.orchestra.run.smithi152.stdout:Last metadata expiration check: 0:01:40 ago on Fri 01 Dec 2023 04:05:56 AM UTC. 2023-12-01T04:07:38.600 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2023-12-01T04:07:38.601 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================================ 2023-12-01T04:07:38.601 INFO:teuthology.orchestra.run.smithi152.stdout: Package Arch Version Repository Size 2023-12-01T04:07:38.601 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================================ 2023-12-01T04:07:38.601 INFO:teuthology.orchestra.run.smithi152.stdout:Installing: 2023-12-01T04:07:38.601 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-mgr-diskprediction-local noarch 2:18.2.0-1291.g188db309.el8 ceph-noarch 7.4 M 2023-12-01T04:07:38.602 INFO:teuthology.orchestra.run.smithi152.stdout:Installing dependencies: 2023-12-01T04:07:38.602 INFO:teuthology.orchestra.run.smithi152.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2023-12-01T04:07:38.602 INFO:teuthology.orchestra.run.smithi152.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2023-12-01T04:07:38.602 INFO:teuthology.orchestra.run.smithi152.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-12-01T04:07:38.602 INFO:teuthology.orchestra.run.smithi152.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-12-01T04:07:38.602 INFO:teuthology.orchestra.run.smithi152.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-12-01T04:07:38.602 INFO:teuthology.orchestra.run.smithi152.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-12-01T04:07:38.603 INFO:teuthology.orchestra.run.smithi152.stdout: python3-scipy x86_64 1.0.0-21.module_el8.5.0+771+e5d9a225 appstream 14 M 2023-12-01T04:07:38.603 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:07:38.603 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction Summary 2023-12-01T04:07:38.603 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================================ 2023-12-01T04:07:38.603 INFO:teuthology.orchestra.run.smithi152.stdout:Install 8 Packages 2023-12-01T04:07:38.603 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:07:38.604 INFO:teuthology.orchestra.run.smithi152.stdout:Total download size: 35 M 2023-12-01T04:07:38.604 INFO:teuthology.orchestra.run.smithi152.stdout:Installed size: 210 M 2023-12-01T04:07:38.604 INFO:teuthology.orchestra.run.smithi152.stdout:Downloading Packages: 2023-12-01T04:07:39.302 INFO:teuthology.orchestra.run.smithi152.stdout:(1/8): openblas-0.3.15-4.el8.x86_64.rpm 15 MB/s | 4.7 MB 00:00 2023-12-01T04:07:39.377 INFO:teuthology.orchestra.run.smithi152.stdout:(2/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 13 MB/s | 4.9 MB 00:00 2023-12-01T04:07:39.419 INFO:teuthology.orchestra.run.smithi152.stdout:(3/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 5.3 MB/s | 225 kB 00:00 2023-12-01T04:07:39.502 INFO:teuthology.orchestra.run.smithi152.stdout:(4/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 19 MB/s | 3.7 MB 00:00 2023-12-01T04:07:39.779 INFO:teuthology.orchestra.run.smithi152.stdout:(5/8): python3-scipy-1.0.0-21.module_el8.5.0+77 38 MB/s | 14 MB 00:00 2023-12-01T04:07:40.071 INFO:teuthology.orchestra.run.smithi152.stdout:(6/8): ceph-mgr-diskprediction-local-18.2.0-129 6.8 MB/s | 7.4 MB 00:01 2023-12-01T04:07:40.555 INFO:teuthology.orchestra.run.smithi152.stdout:(7/8): libgfortran-8.5.0-21.el8.x86_64.rpm 613 kB/s | 645 kB 00:01 2023-12-01T04:07:40.855 INFO:teuthology.orchestra.run.smithi152.stdout:(8/8): libquadmath-8.5.0-21.el8.x86_64.rpm 160 kB/s | 172 kB 00:01 2023-12-01T04:07:40.856 INFO:teuthology.orchestra.run.smithi152.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:07:40.856 INFO:teuthology.orchestra.run.smithi152.stdout:Total 16 MB/s | 35 MB 00:02 2023-12-01T04:07:41.158 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction check 2023-12-01T04:07:41.176 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction check succeeded. 2023-12-01T04:07:41.176 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction test 2023-12-01T04:07:41.546 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction test succeeded. 2023-12-01T04:07:41.549 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction 2023-12-01T04:07:42.128 INFO:teuthology.orchestra.run.smithi152.stdout: Preparing : 1/1 2023-12-01T04:07:42.250 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 1/8 2023-12-01T04:07:42.404 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 1/8 2023-12-01T04:07:42.533 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 2/8 2023-12-01T04:07:43.129 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 2/8 2023-12-01T04:07:43.266 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2023-12-01T04:07:43.883 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2023-12-01T04:07:44.084 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-12-01T04:07:44.783 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-12-01T04:07:45.077 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-12-01T04:07:45.333 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-01T04:07:47.082 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-01T04:07:48.266 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 7/8 2023-12-01T04:07:48.466 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-mgr-diskprediction-local-2:18.2.0-1291.g188db30 8/8 2023-12-01T04:07:48.789 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.2.0-1291.g188db30 8/8 2023-12-01T04:07:48.789 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.2.0-1291.g188db30 1/8 2023-12-01T04:07:48.789 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2023-12-01T04:07:48.789 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2023-12-01T04:07:48.789 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2023-12-01T04:07:48.790 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2023-12-01T04:07:48.790 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 6/8 2023-12-01T04:07:48.790 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 7/8 2023-12-01T04:07:49.498 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 8/8 2023-12-01T04:07:49.498 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:07:49.499 INFO:teuthology.orchestra.run.smithi152.stdout:Installed: 2023-12-01T04:07:49.499 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-mgr-diskprediction-local-2:18.2.0-1291.g188db309.el8.noarch 2023-12-01T04:07:49.499 INFO:teuthology.orchestra.run.smithi152.stdout: libgfortran-8.5.0-21.el8.x86_64 2023-12-01T04:07:49.499 INFO:teuthology.orchestra.run.smithi152.stdout: libquadmath-8.5.0-21.el8.x86_64 2023-12-01T04:07:49.499 INFO:teuthology.orchestra.run.smithi152.stdout: openblas-0.3.15-4.el8.x86_64 2023-12-01T04:07:49.499 INFO:teuthology.orchestra.run.smithi152.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-12-01T04:07:49.499 INFO:teuthology.orchestra.run.smithi152.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-12-01T04:07:49.499 INFO:teuthology.orchestra.run.smithi152.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-12-01T04:07:49.499 INFO:teuthology.orchestra.run.smithi152.stdout: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 2023-12-01T04:07:49.499 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:07:49.499 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2023-12-01T04:07:49.631 DEBUG:teuthology.orchestra.run.smithi152:> sudo yum -y install ceph-mgr-rook 2023-12-01T04:07:50.481 INFO:teuthology.orchestra.run.smithi152.stdout:Last metadata expiration check: 0:01:54 ago on Fri 01 Dec 2023 04:05:56 AM UTC. 2023-12-01T04:07:52.156 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2023-12-01T04:07:52.158 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:07:52.158 INFO:teuthology.orchestra.run.smithi152.stdout: Package Arch Version Repository Size 2023-12-01T04:07:52.158 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:07:52.159 INFO:teuthology.orchestra.run.smithi152.stdout:Installing: 2023-12-01T04:07:52.159 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-mgr-rook noarch 2:18.2.0-1291.g188db309.el8 ceph-noarch 50 k 2023-12-01T04:07:52.159 INFO:teuthology.orchestra.run.smithi152.stdout:Installing dependencies: 2023-12-01T04:07:52.159 INFO:teuthology.orchestra.run.smithi152.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-12-01T04:07:52.159 INFO:teuthology.orchestra.run.smithi152.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-12-01T04:07:52.159 INFO:teuthology.orchestra.run.smithi152.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-12-01T04:07:52.159 INFO:teuthology.orchestra.run.smithi152.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-12-01T04:07:52.159 INFO:teuthology.orchestra.run.smithi152.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-12-01T04:07:52.159 INFO:teuthology.orchestra.run.smithi152.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-12-01T04:07:52.159 INFO:teuthology.orchestra.run.smithi152.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-12-01T04:07:52.159 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-12-01T04:07:52.159 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-12-01T04:07:52.160 INFO:teuthology.orchestra.run.smithi152.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-12-01T04:07:52.160 INFO:teuthology.orchestra.run.smithi152.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-12-01T04:07:52.160 INFO:teuthology.orchestra.run.smithi152.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-12-01T04:07:52.160 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:07:52.160 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction Summary 2023-12-01T04:07:52.160 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:07:52.160 INFO:teuthology.orchestra.run.smithi152.stdout:Install 13 Packages 2023-12-01T04:07:52.160 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:07:52.161 INFO:teuthology.orchestra.run.smithi152.stdout:Total download size: 1.9 M 2023-12-01T04:07:52.161 INFO:teuthology.orchestra.run.smithi152.stdout:Installed size: 25 M 2023-12-01T04:07:52.161 INFO:teuthology.orchestra.run.smithi152.stdout:Downloading Packages: 2023-12-01T04:07:52.618 INFO:teuthology.orchestra.run.smithi152.stdout:(1/13): python3-jsonpointer-1.10-11.el8.noarch. 243 kB/s | 20 kB 00:00 2023-12-01T04:07:52.658 INFO:teuthology.orchestra.run.smithi152.stdout:(2/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 217 kB/s | 27 kB 00:00 2023-12-01T04:07:52.702 INFO:teuthology.orchestra.run.smithi152.stdout:(3/13): ceph-mgr-rook-18.2.0-1291.g188db309.el8 301 kB/s | 50 kB 00:00 2023-12-01T04:07:52.727 INFO:teuthology.orchestra.run.smithi152.stdout:(4/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 1.1 MB/s | 126 kB 00:00 2023-12-01T04:07:52.753 INFO:teuthology.orchestra.run.smithi152.stdout:(5/13): python3-pyasn1-modules-0.3.7-6.el8.noar 1.1 MB/s | 110 kB 00:00 2023-12-01T04:07:52.836 INFO:teuthology.orchestra.run.smithi152.stdout:(6/13): python3-cachetools-3.1.1-4.el8.noarch.r 397 kB/s | 33 kB 00:00 2023-12-01T04:07:52.853 INFO:teuthology.orchestra.run.smithi152.stdout:(7/13): python3-requests-oauthlib-1.0.0-1.el8.n 340 kB/s | 43 kB 00:00 2023-12-01T04:07:52.870 INFO:teuthology.orchestra.run.smithi152.stdout:(8/13): python3-certifi-2018.10.15-7.el8.noarch 485 kB/s | 16 kB 00:00 2023-12-01T04:07:52.887 INFO:teuthology.orchestra.run.smithi152.stdout:(9/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 838 kB/s | 155 kB 00:00 2023-12-01T04:07:52.963 INFO:teuthology.orchestra.run.smithi152.stdout:(10/13): python3-google-auth-1.1.1-10.el8.noarc 747 kB/s | 81 kB 00:00 2023-12-01T04:07:52.988 INFO:teuthology.orchestra.run.smithi152.stdout:(11/13): python3-rsa-4.9-2.el8.noarch.rpm 642 kB/s | 64 kB 00:00 2023-12-01T04:07:53.004 INFO:teuthology.orchestra.run.smithi152.stdout:(12/13): python3-websocket-client-0.56.0-5.el8. 1.4 MB/s | 61 kB 00:00 2023-12-01T04:07:53.047 INFO:teuthology.orchestra.run.smithi152.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 6.6 MB/s | 1.2 MB 00:00 2023-12-01T04:07:53.047 INFO:teuthology.orchestra.run.smithi152.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:07:53.047 INFO:teuthology.orchestra.run.smithi152.stdout:Total 2.2 MB/s | 1.9 MB 00:00 2023-12-01T04:07:53.105 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction check 2023-12-01T04:07:53.121 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction check succeeded. 2023-12-01T04:07:53.121 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction test 2023-12-01T04:07:53.207 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction test succeeded. 2023-12-01T04:07:53.212 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction 2023-12-01T04:07:53.779 INFO:teuthology.orchestra.run.smithi152.stdout: Preparing : 1/1 2023-12-01T04:07:54.025 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-12-01T04:07:54.206 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2023-12-01T04:07:54.466 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/13 2023-12-01T04:07:54.696 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2023-12-01T04:07:54.895 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2023-12-01T04:07:55.160 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2023-12-01T04:07:55.445 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2023-12-01T04:07:55.702 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-12-01T04:07:56.715 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-12-01T04:07:57.004 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2023-12-01T04:07:57.221 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-12-01T04:07:57.458 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-12-01T04:07:57.655 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-mgr-rook-2:18.2.0-1291.g188db309.el8.noarch 13/13 2023-12-01T04:07:57.951 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: ceph-mgr-rook-2:18.2.0-1291.g188db309.el8.noarch 13/13 2023-12-01T04:07:57.951 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-mgr-rook-2:18.2.0-1291.g188db309.el8.noarch 1/13 2023-12-01T04:07:57.951 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2023-12-01T04:07:57.951 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2023-12-01T04:07:57.951 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2023-12-01T04:07:57.951 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2023-12-01T04:07:57.952 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-12-01T04:07:57.952 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-12-01T04:07:57.952 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2023-12-01T04:07:57.952 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-12-01T04:07:57.952 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2023-12-01T04:07:57.952 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2023-12-01T04:07:57.952 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 12/13 2023-12-01T04:07:58.694 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2023-12-01T04:07:58.695 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:07:58.695 INFO:teuthology.orchestra.run.smithi152.stdout:Installed: 2023-12-01T04:07:58.695 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-mgr-rook-2:18.2.0-1291.g188db309.el8.noarch 2023-12-01T04:07:58.695 INFO:teuthology.orchestra.run.smithi152.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-12-01T04:07:58.696 INFO:teuthology.orchestra.run.smithi152.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-12-01T04:07:58.696 INFO:teuthology.orchestra.run.smithi152.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-12-01T04:07:58.696 INFO:teuthology.orchestra.run.smithi152.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-12-01T04:07:58.696 INFO:teuthology.orchestra.run.smithi152.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-12-01T04:07:58.696 INFO:teuthology.orchestra.run.smithi152.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-12-01T04:07:58.696 INFO:teuthology.orchestra.run.smithi152.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-12-01T04:07:58.696 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-12-01T04:07:58.696 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-12-01T04:07:58.697 INFO:teuthology.orchestra.run.smithi152.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-12-01T04:07:58.697 INFO:teuthology.orchestra.run.smithi152.stdout: python3-rsa-4.9-2.el8.noarch 2023-12-01T04:07:58.697 INFO:teuthology.orchestra.run.smithi152.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-12-01T04:07:58.697 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:07:58.697 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2023-12-01T04:07:58.808 DEBUG:teuthology.orchestra.run.smithi152:> sudo yum -y install ceph-mgr-cephadm 2023-12-01T04:07:59.659 INFO:teuthology.orchestra.run.smithi152.stdout:Last metadata expiration check: 0:02:03 ago on Fri 01 Dec 2023 04:05:56 AM UTC. 2023-12-01T04:08:01.366 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2023-12-01T04:08:01.366 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:08:01.366 INFO:teuthology.orchestra.run.smithi152.stdout: Package Arch Version Repository Size 2023-12-01T04:08:01.366 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:08:01.366 INFO:teuthology.orchestra.run.smithi152.stdout:Installing: 2023-12-01T04:08:01.366 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-mgr-cephadm noarch 2:18.2.0-1291.g188db309.el8 ceph-noarch 132 k 2023-12-01T04:08:01.367 INFO:teuthology.orchestra.run.smithi152.stdout:Installing dependencies: 2023-12-01T04:08:01.367 INFO:teuthology.orchestra.run.smithi152.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-12-01T04:08:01.367 INFO:teuthology.orchestra.run.smithi152.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-12-01T04:08:01.367 INFO:teuthology.orchestra.run.smithi152.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-12-01T04:08:01.367 INFO:teuthology.orchestra.run.smithi152.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-12-01T04:08:01.367 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:08:01.367 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction Summary 2023-12-01T04:08:01.367 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:08:01.367 INFO:teuthology.orchestra.run.smithi152.stdout:Install 5 Packages 2023-12-01T04:08:01.367 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:08:01.367 INFO:teuthology.orchestra.run.smithi152.stdout:Total download size: 6.0 M 2023-12-01T04:08:01.367 INFO:teuthology.orchestra.run.smithi152.stdout:Installed size: 26 M 2023-12-01T04:08:01.368 INFO:teuthology.orchestra.run.smithi152.stdout:Downloading Packages: 2023-12-01T04:08:01.887 INFO:teuthology.orchestra.run.smithi152.stdout:(1/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 2.5 MB/s | 538 kB 00:00 2023-12-01T04:08:01.962 INFO:teuthology.orchestra.run.smithi152.stdout:(2/5): ceph-mgr-cephadm-18.2.0-1291.g188db309.e 457 kB/s | 132 kB 00:00 2023-12-01T04:08:02.045 INFO:teuthology.orchestra.run.smithi152.stdout:(3/5): python3-babel-2.5.1-7.el8.noarch.rpm 13 MB/s | 4.8 MB 00:00 2023-12-01T04:08:02.404 INFO:teuthology.orchestra.run.smithi152.stdout:(4/5): python3-natsort-7.1.1-2.el8.noarch.rpm 136 kB/s | 60 kB 00:00 2023-12-01T04:08:02.654 INFO:teuthology.orchestra.run.smithi152.stdout:(5/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 620 kB/s | 476 kB 00:00 2023-12-01T04:08:02.655 INFO:teuthology.orchestra.run.smithi152.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:08:02.655 INFO:teuthology.orchestra.run.smithi152.stdout:Total 4.6 MB/s | 6.0 MB 00:01 2023-12-01T04:08:02.709 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction check 2023-12-01T04:08:02.721 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction check succeeded. 2023-12-01T04:08:02.721 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction test 2023-12-01T04:08:02.824 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction test succeeded. 2023-12-01T04:08:02.827 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction 2023-12-01T04:08:03.104 INFO:teuthology.orchestra.run.smithi152.stdout: Preparing : 1/1 2023-12-01T04:08:03.410 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2023-12-01T04:08:04.432 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-12-01T04:08:04.791 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2023-12-01T04:08:05.037 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-12-01T04:08:05.213 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-mgr-cephadm-2:18.2.0-1291.g188db309.el8.noarch 5/5 2023-12-01T04:08:05.499 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.2.0-1291.g188db309.el8.noarch 5/5 2023-12-01T04:08:05.500 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-mgr-cephadm-2:18.2.0-1291.g188db309.el8.noarch 1/5 2023-12-01T04:08:05.500 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2023-12-01T04:08:05.500 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 3/5 2023-12-01T04:08:05.500 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-12-01T04:08:06.183 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2023-12-01T04:08:06.183 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:08:06.183 INFO:teuthology.orchestra.run.smithi152.stdout:Installed: 2023-12-01T04:08:06.183 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-mgr-cephadm-2:18.2.0-1291.g188db309.el8.noarch 2023-12-01T04:08:06.183 INFO:teuthology.orchestra.run.smithi152.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-12-01T04:08:06.183 INFO:teuthology.orchestra.run.smithi152.stdout: python3-babel-2.5.1-7.el8.noarch 2023-12-01T04:08:06.184 INFO:teuthology.orchestra.run.smithi152.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-12-01T04:08:06.184 INFO:teuthology.orchestra.run.smithi152.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-12-01T04:08:06.184 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:08:06.184 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2023-12-01T04:08:06.315 DEBUG:teuthology.orchestra.run.smithi152:> sudo yum -y install ceph-fuse 2023-12-01T04:08:07.169 INFO:teuthology.orchestra.run.smithi152.stdout:Last metadata expiration check: 0:02:11 ago on Fri 01 Dec 2023 04:05:56 AM UTC. 2023-12-01T04:08:08.856 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2023-12-01T04:08:08.856 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:08:08.856 INFO:teuthology.orchestra.run.smithi152.stdout: Package Arch Version Repository Size 2023-12-01T04:08:08.856 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:08:08.857 INFO:teuthology.orchestra.run.smithi152.stdout:Installing: 2023-12-01T04:08:08.857 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-fuse x86_64 2:18.2.0-1291.g188db309.el8 ceph 851 k 2023-12-01T04:08:08.857 INFO:teuthology.orchestra.run.smithi152.stdout:Installing dependencies: 2023-12-01T04:08:08.857 INFO:teuthology.orchestra.run.smithi152.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-12-01T04:08:08.857 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:08:08.857 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction Summary 2023-12-01T04:08:08.857 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:08:08.857 INFO:teuthology.orchestra.run.smithi152.stdout:Install 2 Packages 2023-12-01T04:08:08.857 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:08:08.858 INFO:teuthology.orchestra.run.smithi152.stdout:Total download size: 934 k 2023-12-01T04:08:08.858 INFO:teuthology.orchestra.run.smithi152.stdout:Installed size: 3.0 M 2023-12-01T04:08:08.858 INFO:teuthology.orchestra.run.smithi152.stdout:Downloading Packages: 2023-12-01T04:08:09.170 INFO:teuthology.orchestra.run.smithi152.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 685 kB/s | 83 kB 00:00 2023-12-01T04:08:09.496 INFO:teuthology.orchestra.run.smithi152.stdout:(2/2): ceph-fuse-18.2.0-1291.g188db309.el8.x86_ 1.9 MB/s | 851 kB 00:00 2023-12-01T04:08:09.496 INFO:teuthology.orchestra.run.smithi152.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:08:09.496 INFO:teuthology.orchestra.run.smithi152.stdout:Total 1.4 MB/s | 934 kB 00:00 2023-12-01T04:08:09.510 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction check 2023-12-01T04:08:09.529 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction check succeeded. 2023-12-01T04:08:09.529 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction test 2023-12-01T04:08:09.618 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction test succeeded. 2023-12-01T04:08:09.621 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction 2023-12-01T04:08:09.797 INFO:teuthology.orchestra.run.smithi152.stdout: Preparing : 1/1 2023-12-01T04:08:10.136 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-12-01T04:08:10.345 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-fuse-2:18.2.0-1291.g188db309.el8.x86_64 2/2 2023-12-01T04:08:10.737 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: ceph-fuse-2:18.2.0-1291.g188db309.el8.x86_64 2/2 2023-12-01T04:08:10.737 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-fuse-2:18.2.0-1291.g188db309.el8.x86_64 1/2 2023-12-01T04:08:11.405 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-12-01T04:08:11.405 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:08:11.405 INFO:teuthology.orchestra.run.smithi152.stdout:Installed: 2023-12-01T04:08:11.405 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-fuse-2:18.2.0-1291.g188db309.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-12-01T04:08:11.405 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:08:11.405 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2023-12-01T04:08:11.597 DEBUG:teuthology.orchestra.run.smithi152:> sudo yum -y install librados-devel 2023-12-01T04:08:12.468 INFO:teuthology.orchestra.run.smithi152.stdout:Last metadata expiration check: 0:02:16 ago on Fri 01 Dec 2023 04:05:56 AM UTC. 2023-12-01T04:08:14.161 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2023-12-01T04:08:14.162 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:08:14.162 INFO:teuthology.orchestra.run.smithi152.stdout: Package Arch Version Repo Size 2023-12-01T04:08:14.162 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:08:14.162 INFO:teuthology.orchestra.run.smithi152.stdout:Installing: 2023-12-01T04:08:14.162 INFO:teuthology.orchestra.run.smithi152.stdout: librados-devel x86_64 2:18.2.0-1291.g188db309.el8 ceph 139 k 2023-12-01T04:08:14.162 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:08:14.162 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction Summary 2023-12-01T04:08:14.162 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:08:14.162 INFO:teuthology.orchestra.run.smithi152.stdout:Install 1 Package 2023-12-01T04:08:14.162 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:08:14.162 INFO:teuthology.orchestra.run.smithi152.stdout:Total download size: 139 k 2023-12-01T04:08:14.163 INFO:teuthology.orchestra.run.smithi152.stdout:Installed size: 513 k 2023-12-01T04:08:14.163 INFO:teuthology.orchestra.run.smithi152.stdout:Downloading Packages: 2023-12-01T04:08:14.457 INFO:teuthology.orchestra.run.smithi152.stdout:librados-devel-18.2.0-1291.g188db309.el8.x86_64 472 kB/s | 139 kB 00:00 2023-12-01T04:08:14.458 INFO:teuthology.orchestra.run.smithi152.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:08:14.458 INFO:teuthology.orchestra.run.smithi152.stdout:Total 470 kB/s | 139 kB 00:00 2023-12-01T04:08:14.458 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction check 2023-12-01T04:08:14.463 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction check succeeded. 2023-12-01T04:08:14.463 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction test 2023-12-01T04:08:14.512 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction test succeeded. 2023-12-01T04:08:14.515 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction 2023-12-01T04:08:14.656 INFO:teuthology.orchestra.run.smithi152.stdout: Preparing : 1/1 2023-12-01T04:08:14.886 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : librados-devel-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T04:08:15.171 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: librados-devel-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T04:08:15.855 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : librados-devel-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T04:08:19.096 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:08:19.096 INFO:teuthology.orchestra.run.smithi152.stdout:Installed: 2023-12-01T04:08:19.096 INFO:teuthology.orchestra.run.smithi152.stdout: librados-devel-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:08:19.096 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:08:19.096 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2023-12-01T04:08:19.097 DEBUG:teuthology.orchestra.run.smithi152:> sudo yum -y install libcephfs2 2023-12-01T04:08:19.980 INFO:teuthology.orchestra.run.smithi152.stdout:Last metadata expiration check: 0:02:23 ago on Fri 01 Dec 2023 04:05:56 AM UTC. 2023-12-01T04:08:21.420 INFO:teuthology.orchestra.run.smithi152.stdout:Package libcephfs2-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T04:08:21.643 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2023-12-01T04:08:21.644 INFO:teuthology.orchestra.run.smithi152.stdout:Nothing to do. 2023-12-01T04:08:21.645 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2023-12-01T04:08:21.739 DEBUG:teuthology.orchestra.run.smithi152:> sudo yum -y install libcephfs-devel 2023-12-01T04:08:22.603 INFO:teuthology.orchestra.run.smithi152.stdout:Last metadata expiration check: 0:02:26 ago on Fri 01 Dec 2023 04:05:56 AM UTC. 2023-12-01T04:08:24.298 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2023-12-01T04:08:24.299 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:08:24.299 INFO:teuthology.orchestra.run.smithi152.stdout: Package Arch Version Repo Size 2023-12-01T04:08:24.299 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:08:24.299 INFO:teuthology.orchestra.run.smithi152.stdout:Installing: 2023-12-01T04:08:24.299 INFO:teuthology.orchestra.run.smithi152.stdout: libcephfs-devel x86_64 2:18.2.0-1291.g188db309.el8 ceph 31 k 2023-12-01T04:08:24.299 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:08:24.299 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction Summary 2023-12-01T04:08:24.300 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:08:24.300 INFO:teuthology.orchestra.run.smithi152.stdout:Install 1 Package 2023-12-01T04:08:24.300 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:08:24.300 INFO:teuthology.orchestra.run.smithi152.stdout:Total download size: 31 k 2023-12-01T04:08:24.300 INFO:teuthology.orchestra.run.smithi152.stdout:Installed size: 139 k 2023-12-01T04:08:24.300 INFO:teuthology.orchestra.run.smithi152.stdout:Downloading Packages: 2023-12-01T04:08:24.521 INFO:teuthology.orchestra.run.smithi152.stdout:libcephfs-devel-18.2.0-1291.g188db309.el8.x86_6 140 kB/s | 31 kB 00:00 2023-12-01T04:08:24.521 INFO:teuthology.orchestra.run.smithi152.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:08:24.522 INFO:teuthology.orchestra.run.smithi152.stdout:Total 140 kB/s | 31 kB 00:00 2023-12-01T04:08:24.522 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction check 2023-12-01T04:08:24.525 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction check succeeded. 2023-12-01T04:08:24.525 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction test 2023-12-01T04:08:24.570 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction test succeeded. 2023-12-01T04:08:24.573 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction 2023-12-01T04:08:24.631 INFO:teuthology.orchestra.run.smithi152.stdout: Preparing : 1/1 2023-12-01T04:08:24.825 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : libcephfs-devel-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T04:08:25.077 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: libcephfs-devel-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T04:08:25.717 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : libcephfs-devel-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T04:08:25.718 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:08:25.718 INFO:teuthology.orchestra.run.smithi152.stdout:Installed: 2023-12-01T04:08:25.718 INFO:teuthology.orchestra.run.smithi152.stdout: libcephfs-devel-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:08:25.718 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:08:25.718 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2023-12-01T04:08:25.838 DEBUG:teuthology.orchestra.run.smithi152:> sudo yum -y install librados2 2023-12-01T04:08:26.696 INFO:teuthology.orchestra.run.smithi152.stdout:Last metadata expiration check: 0:02:30 ago on Fri 01 Dec 2023 04:05:56 AM UTC. 2023-12-01T04:08:28.151 INFO:teuthology.orchestra.run.smithi152.stdout:Package librados2-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T04:08:28.379 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2023-12-01T04:08:28.380 INFO:teuthology.orchestra.run.smithi152.stdout:Nothing to do. 2023-12-01T04:08:28.381 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2023-12-01T04:08:28.478 DEBUG:teuthology.orchestra.run.smithi152:> sudo yum -y install librbd1 2023-12-01T04:08:29.342 INFO:teuthology.orchestra.run.smithi152.stdout:Last metadata expiration check: 0:02:33 ago on Fri 01 Dec 2023 04:05:56 AM UTC. 2023-12-01T04:08:30.811 INFO:teuthology.orchestra.run.smithi152.stdout:Package librbd1-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T04:08:31.034 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2023-12-01T04:08:31.036 INFO:teuthology.orchestra.run.smithi152.stdout:Nothing to do. 2023-12-01T04:08:31.036 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2023-12-01T04:08:31.150 DEBUG:teuthology.orchestra.run.smithi152:> sudo yum -y install python3-rados 2023-12-01T04:08:32.004 INFO:teuthology.orchestra.run.smithi152.stdout:Last metadata expiration check: 0:02:36 ago on Fri 01 Dec 2023 04:05:56 AM UTC. 2023-12-01T04:08:33.465 INFO:teuthology.orchestra.run.smithi152.stdout:Package python3-rados-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T04:08:33.690 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2023-12-01T04:08:33.692 INFO:teuthology.orchestra.run.smithi152.stdout:Nothing to do. 2023-12-01T04:08:33.692 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2023-12-01T04:08:33.795 DEBUG:teuthology.orchestra.run.smithi152:> sudo yum -y install python3-rgw 2023-12-01T04:08:34.650 INFO:teuthology.orchestra.run.smithi152.stdout:Last metadata expiration check: 0:02:38 ago on Fri 01 Dec 2023 04:05:56 AM UTC. 2023-12-01T04:08:36.110 INFO:teuthology.orchestra.run.smithi152.stdout:Package python3-rgw-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T04:08:36.336 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2023-12-01T04:08:36.337 INFO:teuthology.orchestra.run.smithi152.stdout:Nothing to do. 2023-12-01T04:08:36.337 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2023-12-01T04:08:36.448 DEBUG:teuthology.orchestra.run.smithi152:> sudo yum -y install python3-cephfs 2023-12-01T04:08:37.305 INFO:teuthology.orchestra.run.smithi152.stdout:Last metadata expiration check: 0:02:41 ago on Fri 01 Dec 2023 04:05:56 AM UTC. 2023-12-01T04:08:38.751 INFO:teuthology.orchestra.run.smithi152.stdout:Package python3-cephfs-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T04:08:38.974 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2023-12-01T04:08:38.975 INFO:teuthology.orchestra.run.smithi152.stdout:Nothing to do. 2023-12-01T04:08:38.975 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2023-12-01T04:08:39.079 DEBUG:teuthology.orchestra.run.smithi152:> sudo yum -y install python3-rbd 2023-12-01T04:08:39.934 INFO:teuthology.orchestra.run.smithi152.stdout:Last metadata expiration check: 0:02:43 ago on Fri 01 Dec 2023 04:05:56 AM UTC. 2023-12-01T04:08:41.388 INFO:teuthology.orchestra.run.smithi152.stdout:Package python3-rbd-2:18.2.0-1291.g188db309.el8.x86_64 is already installed. 2023-12-01T04:08:41.617 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2023-12-01T04:08:41.619 INFO:teuthology.orchestra.run.smithi152.stdout:Nothing to do. 2023-12-01T04:08:41.619 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2023-12-01T04:08:41.722 DEBUG:teuthology.orchestra.run.smithi152:> sudo yum -y install rbd-fuse 2023-12-01T04:08:42.580 INFO:teuthology.orchestra.run.smithi152.stdout:Last metadata expiration check: 0:02:46 ago on Fri 01 Dec 2023 04:05:56 AM UTC. 2023-12-01T04:08:44.261 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2023-12-01T04:08:44.263 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:08:44.263 INFO:teuthology.orchestra.run.smithi152.stdout: Package Architecture Version Repository Size 2023-12-01T04:08:44.263 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:08:44.263 INFO:teuthology.orchestra.run.smithi152.stdout:Installing: 2023-12-01T04:08:44.264 INFO:teuthology.orchestra.run.smithi152.stdout: rbd-fuse x86_64 2:18.2.0-1291.g188db309.el8 ceph 94 k 2023-12-01T04:08:44.264 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:08:44.264 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction Summary 2023-12-01T04:08:44.264 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:08:44.264 INFO:teuthology.orchestra.run.smithi152.stdout:Install 1 Package 2023-12-01T04:08:44.265 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:08:44.265 INFO:teuthology.orchestra.run.smithi152.stdout:Total download size: 94 k 2023-12-01T04:08:44.265 INFO:teuthology.orchestra.run.smithi152.stdout:Installed size: 280 k 2023-12-01T04:08:44.265 INFO:teuthology.orchestra.run.smithi152.stdout:Downloading Packages: 2023-12-01T04:08:44.434 INFO:teuthology.orchestra.run.smithi152.stdout:rbd-fuse-18.2.0-1291.g188db309.el8.x86_64.rpm 552 kB/s | 94 kB 00:00 2023-12-01T04:08:44.435 INFO:teuthology.orchestra.run.smithi152.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:08:44.437 INFO:teuthology.orchestra.run.smithi152.stdout:Total 548 kB/s | 94 kB 00:00 2023-12-01T04:08:44.437 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction check 2023-12-01T04:08:44.446 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction check succeeded. 2023-12-01T04:08:44.447 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction test 2023-12-01T04:08:44.496 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction test succeeded. 2023-12-01T04:08:44.498 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction 2023-12-01T04:08:44.622 INFO:teuthology.orchestra.run.smithi152.stdout: Preparing : 1/1 2023-12-01T04:08:44.822 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : rbd-fuse-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T04:08:45.116 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: rbd-fuse-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T04:08:45.826 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : rbd-fuse-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T04:08:47.278 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:08:47.279 INFO:teuthology.orchestra.run.smithi152.stdout:Installed: 2023-12-01T04:08:47.280 INFO:teuthology.orchestra.run.smithi152.stdout: rbd-fuse-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:08:47.280 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:08:47.280 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2023-12-01T04:08:47.284 DEBUG:teuthology.orchestra.run.smithi152:> sudo yum -y install rbd-mirror 2023-12-01T04:08:48.158 INFO:teuthology.orchestra.run.smithi152.stdout:Last metadata expiration check: 0:02:52 ago on Fri 01 Dec 2023 04:05:56 AM UTC. 2023-12-01T04:08:49.856 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2023-12-01T04:08:49.857 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:08:49.857 INFO:teuthology.orchestra.run.smithi152.stdout: Package Arch Version Repo Size 2023-12-01T04:08:49.857 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:08:49.857 INFO:teuthology.orchestra.run.smithi152.stdout:Installing: 2023-12-01T04:08:49.857 INFO:teuthology.orchestra.run.smithi152.stdout: rbd-mirror x86_64 2:18.2.0-1291.g188db309.el8 ceph 3.4 M 2023-12-01T04:08:49.858 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:08:49.858 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction Summary 2023-12-01T04:08:49.858 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:08:49.858 INFO:teuthology.orchestra.run.smithi152.stdout:Install 1 Package 2023-12-01T04:08:49.858 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:08:49.858 INFO:teuthology.orchestra.run.smithi152.stdout:Total download size: 3.4 M 2023-12-01T04:08:49.859 INFO:teuthology.orchestra.run.smithi152.stdout:Installed size: 16 M 2023-12-01T04:08:49.859 INFO:teuthology.orchestra.run.smithi152.stdout:Downloading Packages: 2023-12-01T04:08:50.219 INFO:teuthology.orchestra.run.smithi152.stdout:rbd-mirror-18.2.0-1291.g188db309.el8.x86_64.rpm 9.6 MB/s | 3.4 MB 00:00 2023-12-01T04:08:50.219 INFO:teuthology.orchestra.run.smithi152.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:08:50.220 INFO:teuthology.orchestra.run.smithi152.stdout:Total 9.5 MB/s | 3.4 MB 00:00 2023-12-01T04:08:50.220 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction check 2023-12-01T04:08:50.232 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction check succeeded. 2023-12-01T04:08:50.232 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction test 2023-12-01T04:08:50.294 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction test succeeded. 2023-12-01T04:08:50.297 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction 2023-12-01T04:08:50.753 INFO:teuthology.orchestra.run.smithi152.stdout: Preparing : 1/1 2023-12-01T04:08:50.981 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : rbd-mirror-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T04:08:51.385 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: rbd-mirror-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T04:08:52.053 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : rbd-mirror-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T04:08:52.053 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:08:52.053 INFO:teuthology.orchestra.run.smithi152.stdout:Installed: 2023-12-01T04:08:52.053 INFO:teuthology.orchestra.run.smithi152.stdout: rbd-mirror-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:08:52.054 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:08:52.054 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2023-12-01T04:08:52.278 DEBUG:teuthology.orchestra.run.smithi152:> sudo yum -y install rbd-nbd 2023-12-01T04:08:53.142 INFO:teuthology.orchestra.run.smithi152.stdout:Last metadata expiration check: 0:02:57 ago on Fri 01 Dec 2023 04:05:56 AM UTC. 2023-12-01T04:08:54.825 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2023-12-01T04:08:54.825 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:08:54.825 INFO:teuthology.orchestra.run.smithi152.stdout: Package Architecture Version Repository Size 2023-12-01T04:08:54.825 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:08:54.825 INFO:teuthology.orchestra.run.smithi152.stdout:Installing: 2023-12-01T04:08:54.826 INFO:teuthology.orchestra.run.smithi152.stdout: rbd-nbd x86_64 2:18.2.0-1291.g188db309.el8 ceph 181 k 2023-12-01T04:08:54.826 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:08:54.826 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction Summary 2023-12-01T04:08:54.826 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-12-01T04:08:54.826 INFO:teuthology.orchestra.run.smithi152.stdout:Install 1 Package 2023-12-01T04:08:54.826 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:08:54.827 INFO:teuthology.orchestra.run.smithi152.stdout:Total download size: 181 k 2023-12-01T04:08:54.827 INFO:teuthology.orchestra.run.smithi152.stdout:Installed size: 568 k 2023-12-01T04:08:54.827 INFO:teuthology.orchestra.run.smithi152.stdout:Downloading Packages: 2023-12-01T04:08:55.015 INFO:teuthology.orchestra.run.smithi152.stdout:rbd-nbd-18.2.0-1291.g188db309.el8.x86_64.rpm 959 kB/s | 181 kB 00:00 2023-12-01T04:08:55.015 INFO:teuthology.orchestra.run.smithi152.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:08:55.016 INFO:teuthology.orchestra.run.smithi152.stdout:Total 953 kB/s | 181 kB 00:00 2023-12-01T04:08:55.016 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction check 2023-12-01T04:08:55.027 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction check succeeded. 2023-12-01T04:08:55.027 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction test 2023-12-01T04:08:55.076 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction test succeeded. 2023-12-01T04:08:55.079 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction 2023-12-01T04:08:55.196 INFO:teuthology.orchestra.run.smithi152.stdout: Preparing : 1/1 2023-12-01T04:08:55.378 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : rbd-nbd-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T04:08:55.671 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: rbd-nbd-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T04:08:56.610 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : rbd-nbd-2:18.2.0-1291.g188db309.el8.x86_64 1/1 2023-12-01T04:08:56.610 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:08:56.611 INFO:teuthology.orchestra.run.smithi152.stdout:Installed: 2023-12-01T04:08:56.611 INFO:teuthology.orchestra.run.smithi152.stdout: rbd-nbd-2:18.2.0-1291.g188db309.el8.x86_64 2023-12-01T04:08:56.611 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-01T04:08:56.611 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2023-12-01T04:08:56.848 DEBUG:teuthology.parallel:result is None 2023-12-01T04:08:56.848 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T04:08:56.848 INFO:teuthology.packaging:ref: None 2023-12-01T04:08:56.848 INFO:teuthology.packaging:tag: None 2023-12-01T04:08:56.848 INFO:teuthology.packaging:branch: reef 2023-12-01T04:08:56.848 INFO:teuthology.packaging:sha1: 9942cfafa9f7e22e363b3f76a7fe21130085c2db 2023-12-01T04:08:56.849 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-01T04:08:57.080 DEBUG:teuthology.orchestra.run.smithi152:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-12-01T04:08:57.103 INFO:teuthology.orchestra.run.smithi152.stdout:18.2.0-1291.g188db309.el8 2023-12-01T04:08:57.104 INFO:teuthology.packaging:The installed version of ceph is 18.2.0-1291.g188db309.el8 2023-12-01T04:08:57.104 INFO:teuthology.task.install:The correct ceph version 18.2.0-1291.g188db309 is installed. 2023-12-01T04:08:57.104 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T04:08:57.105 INFO:teuthology.packaging:ref: None 2023-12-01T04:08:57.105 INFO:teuthology.packaging:tag: None 2023-12-01T04:08:57.105 INFO:teuthology.packaging:branch: reef 2023-12-01T04:08:57.105 INFO:teuthology.packaging:sha1: 9942cfafa9f7e22e363b3f76a7fe21130085c2db 2023-12-01T04:08:57.105 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-01T04:08:57.326 DEBUG:teuthology.orchestra.run.smithi181:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-12-01T04:08:57.357 INFO:teuthology.orchestra.run.smithi181.stdout:18.2.0-1291.g188db309.el8 2023-12-01T04:08:57.357 INFO:teuthology.packaging:The installed version of ceph is 18.2.0-1291.g188db309.el8 2023-12-01T04:08:57.357 INFO:teuthology.task.install:The correct ceph version 18.2.0-1291.g188db309 is installed. 2023-12-01T04:08:57.357 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2023-12-01T04:08:57.358 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2023-12-01T04:08:57.358 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-01T04:08:57.387 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2023-12-01T04:08:57.388 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-01T04:08:57.431 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2023-12-01T04:08:57.431 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2023-12-01T04:08:57.431 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd of=/usr/bin/daemon-helper 2023-12-01T04:08:57.460 DEBUG:teuthology.orchestra.run.smithi152:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-01T04:08:57.529 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2023-12-01T04:08:57.529 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/usr/bin/daemon-helper 2023-12-01T04:08:57.562 DEBUG:teuthology.orchestra.run.smithi181:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-01T04:08:57.632 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2023-12-01T04:08:57.632 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2023-12-01T04:08:57.632 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-01T04:08:57.660 DEBUG:teuthology.orchestra.run.smithi152:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-01T04:08:57.727 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2023-12-01T04:08:57.727 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-01T04:08:57.756 DEBUG:teuthology.orchestra.run.smithi181:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-01T04:08:57.825 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2023-12-01T04:08:57.826 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2023-12-01T04:08:57.826 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd of=/usr/bin/stdin-killer 2023-12-01T04:08:57.853 DEBUG:teuthology.orchestra.run.smithi152:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-01T04:08:57.920 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2023-12-01T04:08:57.920 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/usr/bin/stdin-killer 2023-12-01T04:08:57.948 DEBUG:teuthology.orchestra.run.smithi181:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-01T04:08:58.015 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-01T04:08:58.095 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-01T04:08:58.164 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=b527edf36a2444eeb80e4ab2cb32d4c2 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-01T04:08:58.166 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-01T04:08:58.176 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-01T04:08:58.176 DEBUG:teuthology.orchestra.run.smithi152:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-12-01T04:08:58.190 DEBUG:teuthology.orchestra.run.smithi181:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-12-01T04:08:58.268 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-01T04:08:58.277 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-01T04:08:58.278 DEBUG:teuthology.orchestra.run.smithi152:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T04:08:58.281 DEBUG:teuthology.orchestra.run.smithi181:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T04:08:58.296 INFO:teuthology.orchestra.run.smithi152.stderr:bash: ntpq: command not found 2023-12-01T04:08:58.298 INFO:teuthology.orchestra.run.smithi181.stderr:bash: ntpq: command not found 2023-12-01T04:08:58.300 INFO:teuthology.orchestra.run.smithi152.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T04:08:58.300 INFO:teuthology.orchestra.run.smithi152.stdout:=============================================================================== 2023-12-01T04:08:58.300 INFO:teuthology.orchestra.run.smithi152.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 64 +1421us[+1421us] +/- 88ms 2023-12-01T04:08:58.301 INFO:teuthology.orchestra.run.smithi152.stdout:^* hv02.front.sepia.ceph.com 3 6 377 64 -237us[ -225us] +/- 81ms 2023-12-01T04:08:58.301 INFO:teuthology.orchestra.run.smithi152.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 62 -998us[ -998us] +/- 82ms 2023-12-01T04:08:58.301 INFO:teuthology.orchestra.run.smithi152.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T04:08:58.302 INFO:teuthology.orchestra.run.smithi181.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T04:08:58.302 INFO:teuthology.orchestra.run.smithi181.stdout:=============================================================================== 2023-12-01T04:08:58.302 INFO:teuthology.orchestra.run.smithi181.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 63 +1418us[+1441us] +/- 88ms 2023-12-01T04:08:58.303 INFO:teuthology.orchestra.run.smithi181.stdout:^* hv02.front.sepia.ceph.com 3 6 377 63 -247us[ -224us] +/- 81ms 2023-12-01T04:08:58.303 INFO:teuthology.orchestra.run.smithi181.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 63 -1008us[-1008us] +/- 82ms 2023-12-01T04:08:58.303 INFO:teuthology.orchestra.run.smithi181.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T04:08:58.304 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-01T04:08:58.314 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-01T04:08:58.315 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-01T04:08:58.324 DEBUG:teuthology.orchestra.run.smithi152:> 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-01T04:08:58.428 DEBUG:teuthology.orchestra.run.smithi181:> 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-01T04:08:58.515 DEBUG:teuthology.orchestra.run.smithi152:> 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-01T04:08:58.547 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T04:08:58.547 DEBUG:teuthology.orchestra.run.smithi181:> 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-01T04:08:58.578 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T04:08:58.579 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-01T04:08:58.590 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-01T04:08:58.616 INFO:teuthology.task.internal:Duration was 1047.342567 seconds 2023-12-01T04:08:58.617 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-01T04:08:58.626 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-01T04:08:58.626 DEBUG:teuthology.orchestra.run.smithi152:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T04:08:58.629 DEBUG:teuthology.orchestra.run.smithi181:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T04:08:58.672 INFO:teuthology.orchestra.run.smithi152.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T04:08:58.674 INFO:teuthology.orchestra.run.smithi181.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T04:08:58.851 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-01T04:08:58.851 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi152.front.sepia.ceph.com 2023-12-01T04:08:58.851 DEBUG:teuthology.orchestra.run.smithi152:> 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-01T04:08:58.873 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi181.front.sepia.ceph.com 2023-12-01T04:08:58.873 DEBUG:teuthology.orchestra.run.smithi181:> 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-01T04:08:58.895 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-01T04:08:58.896 DEBUG:teuthology.orchestra.run.smithi152:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T04:08:58.915 DEBUG:teuthology.orchestra.run.smithi181:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T04:08:58.972 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-01T04:08:58.973 DEBUG:teuthology.orchestra.run.smithi152:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T04:08:58.993 DEBUG:teuthology.orchestra.run.smithi181:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T04:08:59.087 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-01T04:08:59.102 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-01T04:08:59.102 DEBUG:teuthology.orchestra.run.smithi152:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T04:08:59.130 DEBUG:teuthology.orchestra.run.smithi181:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T04:08:59.158 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-01T04:08:59.170 DEBUG:teuthology.orchestra.run.smithi152:> 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-01T04:08:59.173 DEBUG:teuthology.orchestra.run.smithi181:> 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-01T04:08:59.197 INFO:teuthology.orchestra.run.smithi152.stdout:kernel.core_pattern = core 2023-12-01T04:08:59.227 INFO:teuthology.orchestra.run.smithi181.stdout:kernel.core_pattern = core 2023-12-01T04:08:59.254 DEBUG:teuthology.orchestra.run.smithi152:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T04:08:59.284 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T04:08:59.284 DEBUG:teuthology.orchestra.run.smithi181:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T04:08:59.312 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T04:08:59.313 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-01T04:08:59.328 INFO:teuthology.task.internal:Transferring archived files... 2023-12-01T04:08:59.330 DEBUG:teuthology.misc:Transferring archived files from smithi152:/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/7473439/remote/smithi152 2023-12-01T04:08:59.331 DEBUG:teuthology.orchestra.run.smithi152:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T04:08:59.388 DEBUG:teuthology.misc:Transferring archived files from smithi181:/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/7473439/remote/smithi181 2023-12-01T04:08:59.389 DEBUG:teuthology.orchestra.run.smithi181:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T04:08:59.436 INFO:teuthology.task.internal:Removing archive directory... 2023-12-01T04:08:59.436 DEBUG:teuthology.orchestra.run.smithi152:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T04:08:59.439 DEBUG:teuthology.orchestra.run.smithi181:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T04:08:59.489 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-01T04:08:59.502 INFO:teuthology.task.internal:Not uploading archives. 2023-12-01T04:08:59.503 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-01T04:08:59.517 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-01T04:08:59.517 DEBUG:teuthology.orchestra.run.smithi152:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T04:08:59.520 DEBUG:teuthology.orchestra.run.smithi181:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T04:08:59.537 INFO:teuthology.orchestra.run.smithi152.stdout: 393225 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 04:08 /home/ubuntu/cephtest 2023-12-01T04:08:59.547 INFO:teuthology.orchestra.run.smithi181.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 04:08 /home/ubuntu/cephtest 2023-12-01T04:08:59.549 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-01T04:08:59.560 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-01T04:08:59.584 INFO:teuthology.nuke:Checking targets against current locks 2023-12-01T04:08:59.611 DEBUG:teuthology.nuke:shortname: smithi152 2023-12-01T04:08:59.611 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T04:08:59.634 DEBUG:teuthology.nuke:shortname: smithi181 2023-12-01T04:08:59.635 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T04:08:59.638 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi152.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/7473439', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 03:33:47.473882', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCxZ/5VGbiG306K+/SqKO6uP/ChqCq3i5Gp2BGnSzfAM512MEzwgls122KvZ9EolVAuQi6/kM2xcOYf6jJVVebk='} 2023-12-01T04:08:59.660 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi181.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/7473439', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 03:33:47.475827', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFYJfTsGjP4sSEJQkmQWqywLSJYgC36OzG0Yb7ZBgJllbkk6SfH5jYYCXcb208WgyDNvn1yUprWA4NSB+41tYgI='} 2023-12-01T04:08:59.691 INFO:teuthology.orchestra.console.smithi152:Power off 2023-12-01T04:08:59.691 DEBUG:teuthology.orchestra.console.smithi152:pexpect command: ipmitool -H smithi152.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T04:08:59.718 DEBUG:teuthology.orchestra.console.smithi152:power off output: Chassis Power Control: Down/Off 2023-12-01T04:08:59.719 DEBUG:teuthology.orchestra.console.smithi152:pexpect command: ipmitool -H smithi152.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T04:08:59.737 INFO:teuthology.orchestra.console.smithi181:Power off 2023-12-01T04:08:59.737 DEBUG:teuthology.orchestra.console.smithi181:pexpect command: ipmitool -H smithi181.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T04:08:59.750 DEBUG:teuthology.orchestra.console.smithi152:check power output: Chassis Power is on 2023-12-01T04:08:59.763 DEBUG:teuthology.orchestra.console.smithi181:power off output: Chassis Power Control: Down/Off 2023-12-01T04:08:59.763 DEBUG:teuthology.orchestra.console.smithi181:pexpect command: ipmitool -H smithi181.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T04:08:59.789 DEBUG:teuthology.orchestra.console.smithi181:check power output: Chassis Power is on 2023-12-01T04:09:03.751 DEBUG:teuthology.orchestra.console.smithi152:pexpect command: ipmitool -H smithi152.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T04:09:03.790 DEBUG:teuthology.orchestra.console.smithi181:pexpect command: ipmitool -H smithi181.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T04:09:03.864 DEBUG:teuthology.orchestra.console.smithi152:check power output: Chassis Power is on 2023-12-01T04:09:03.903 DEBUG:teuthology.orchestra.console.smithi181:check power output: Chassis Power is on 2023-12-01T04:09:07.866 DEBUG:teuthology.orchestra.console.smithi152:pexpect command: ipmitool -H smithi152.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T04:09:07.904 DEBUG:teuthology.orchestra.console.smithi181:pexpect command: ipmitool -H smithi181.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T04:09:07.978 DEBUG:teuthology.orchestra.console.smithi152:check power output: Chassis Power is on 2023-12-01T04:09:08.014 DEBUG:teuthology.orchestra.console.smithi181:check power output: Chassis Power is off 2023-12-01T04:09:08.115 INFO:teuthology.orchestra.console.smithi181:Power off completed 2023-12-01T04:09:11.982 DEBUG:teuthology.orchestra.console.smithi152:pexpect command: ipmitool -H smithi152.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T04:09:12.092 DEBUG:teuthology.orchestra.console.smithi152:check power output: Chassis Power is off 2023-12-01T04:09:12.193 INFO:teuthology.orchestra.console.smithi152:Power off completed 2023-12-01T04:09:12.297 INFO:teuthology.run:Summary data: description: upgrade:reef-x/stress-split/{0-distro/centos_8.stream_container_tools_crun 0-roles 1-start 2-first-half-tasks/rbd-cls 3-stress-tasks/{radosbench rbd-cls rbd-import-export rbd_api readwrite snaps-few-objects} 4-second-half-tasks/radosbench mon_election/connectivity} duration: 1047.342567205429 failure_reason: No module named 'teuthology.util.scanner' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=b527edf36a2444eeb80e4ab2cb32d4c2 status: fail success: false 2023-12-01T04:09:12.298 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T04:09:12.378 INFO:teuthology.run:FAIL