2024-02-10T21:36:54.522 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-10T21:36:54.522 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --name yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi --description rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_rgw_multisite} --verbose --archive /home/teuthworker/archive/yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi/7555893 -- /home/teuthworker/archive/yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi/7555893/orig.config.yaml 2024-02-10T21:36:54.552 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-10T21:36:54.636 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi/7555893 branch: wip-yuri6-testing-2024-02-09-1422 description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_rgw_multisite} email: yweinste@redhat.com first_in_suite: false job_id: '7555893' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuri6-testing-2024-02-09-1422 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 14aa01b918f09661ae41e4c41d1de99d6ac08228 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 14aa01b918f09661ae41e4c41d1de99d6ac08228 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri6-testing-2024-02-09-1422 sha1: 14aa01b918f09661ae41e4c41d1de99d6ac08228 owner: scheduled_yuriw@teuthology priority: 71 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 3672 sha1: 14aa01b918f09661ae41e4c41d1de99d6ac08228 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri6-testing-2024-02-09-1422 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_14aa01b918f09661ae41e4c41d1de99d6ac08228/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 14aa01b918f09661ae41e4c41d1de99d6ac08228 targets: smithi026.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLBL/CiDnYZRVIPkT+/xdszBADVaKS2bPCDW692TwZ06muGuLN3dfqht78oWFzFd0r17h8Gtz9t9zIzTcEAHlzk= smithi079.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA4wD/NakLY1t2UaS3oAwqIhfFVFBZPyBTb3E02ZHGPZhtnRXlnXW1WkQoUzIE0gT5XOKZXeGpoxEvxgN+jun1A= smithi121.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE3uKAcYtCAKKB6DNQk3ykgj5BjO8ReXuIuzTqhH4WgUBn+mqsdq9H73TSParZwnO/p7Ffgn3LFWzj/+jKXQj08= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: d9fdb2209e15b39d9f061fd85399f352ce0f0894 timestamp: 2024-02-10_17:31:55 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-02-10T21:36:54.636 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_14aa01b918f09661ae41e4c41d1de99d6ac08228/qa; will attempt to use it 2024-02-10T21:36:54.637 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_14aa01b918f09661ae41e4c41d1de99d6ac08228/qa/tasks 2024-02-10T21:36:54.637 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-10T21:36:54.639 INFO:teuthology.task.internal:Checking packages... 2024-02-10T21:36:54.663 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '14aa01b918f09661ae41e4c41d1de99d6ac08228' 2024-02-10T21:36:54.663 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-10T21:36:54.663 INFO:teuthology.packaging:ref: None 2024-02-10T21:36:54.663 INFO:teuthology.packaging:tag: None 2024-02-10T21:36:54.663 INFO:teuthology.packaging:branch: wip-yuri6-testing-2024-02-09-1422 2024-02-10T21:36:54.664 INFO:teuthology.packaging:sha1: 14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T21:36:54.664 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-yuri6-testing-2024-02-09-1422 2024-02-10T21:36:54.887 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-1367.g14aa01b9 2024-02-10T21:36:54.888 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-10T21:36:54.895 INFO:teuthology.task.internal:no buildpackages task found 2024-02-10T21:36:54.895 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-10T21:36:54.929 INFO:teuthology.task.internal:Saving configuration 2024-02-10T21:36:54.943 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-10T21:36:54.962 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-10T21:36:54.989 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi026.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi/7555893', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-10 21:29:54.286777', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLBL/CiDnYZRVIPkT+/xdszBADVaKS2bPCDW692TwZ06muGuLN3dfqht78oWFzFd0r17h8Gtz9t9zIzTcEAHlzk='} 2024-02-10T21:36:55.012 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi079.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi/7555893', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-10 21:29:54.289412', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA4wD/NakLY1t2UaS3oAwqIhfFVFBZPyBTb3E02ZHGPZhtnRXlnXW1WkQoUzIE0gT5XOKZXeGpoxEvxgN+jun1A='} 2024-02-10T21:36:55.035 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi121.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi/7555893', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-10 21:29:54.288145', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE3uKAcYtCAKKB6DNQk3ykgj5BjO8ReXuIuzTqhH4WgUBn+mqsdq9H73TSParZwnO/p7Ffgn3LFWzj/+jKXQj08='} 2024-02-10T21:36:55.035 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-10T21:36:55.041 INFO:teuthology.task.internal:roles: ubuntu@smithi026.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-02-10T21:36:55.041 INFO:teuthology.task.internal:roles: ubuntu@smithi079.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-02-10T21:36:55.041 INFO:teuthology.task.internal:roles: ubuntu@smithi121.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-02-10T21:36:55.042 INFO:teuthology.run_tasks:Running task console_log... 2024-02-10T21:36:55.162 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f25f0b4a160>, signals=[15]) 2024-02-10T21:36:55.163 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-10T21:36:55.169 INFO:teuthology.task.internal:Opening connections... 2024-02-10T21:36:55.169 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi026.front.sepia.ceph.com 2024-02-10T21:36:55.171 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T21:36:55.283 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi079.front.sepia.ceph.com 2024-02-10T21:36:55.284 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T21:36:55.370 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi121.front.sepia.ceph.com 2024-02-10T21:36:55.371 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T21:36:55.458 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-10T21:36:55.465 DEBUG:teuthology.orchestra.run.smithi026:> uname -m 2024-02-10T21:36:55.483 INFO:teuthology.orchestra.run.smithi026.stdout:x86_64 2024-02-10T21:36:55.484 DEBUG:teuthology.orchestra.run.smithi026:> cat /etc/os-release 2024-02-10T21:36:55.541 INFO:teuthology.orchestra.run.smithi026.stdout:NAME="CentOS Stream" 2024-02-10T21:36:55.541 INFO:teuthology.orchestra.run.smithi026.stdout:VERSION="9" 2024-02-10T21:36:55.541 INFO:teuthology.orchestra.run.smithi026.stdout:ID="centos" 2024-02-10T21:36:55.541 INFO:teuthology.orchestra.run.smithi026.stdout:ID_LIKE="rhel fedora" 2024-02-10T21:36:55.541 INFO:teuthology.orchestra.run.smithi026.stdout:VERSION_ID="9" 2024-02-10T21:36:55.541 INFO:teuthology.orchestra.run.smithi026.stdout:PLATFORM_ID="platform:el9" 2024-02-10T21:36:55.541 INFO:teuthology.orchestra.run.smithi026.stdout:PRETTY_NAME="CentOS Stream 9" 2024-02-10T21:36:55.542 INFO:teuthology.orchestra.run.smithi026.stdout:ANSI_COLOR="0;31" 2024-02-10T21:36:55.542 INFO:teuthology.orchestra.run.smithi026.stdout:LOGO="fedora-logo-icon" 2024-02-10T21:36:55.542 INFO:teuthology.orchestra.run.smithi026.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-02-10T21:36:55.542 INFO:teuthology.orchestra.run.smithi026.stdout:HOME_URL="https://centos.org/" 2024-02-10T21:36:55.542 INFO:teuthology.orchestra.run.smithi026.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-10T21:36:55.542 INFO:teuthology.orchestra.run.smithi026.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-02-10T21:36:55.542 INFO:teuthology.orchestra.run.smithi026.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-10T21:36:55.543 INFO:teuthology.lock.ops:Updating smithi026.front.sepia.ceph.com on lock server 2024-02-10T21:36:55.564 DEBUG:teuthology.orchestra.run.smithi079:> uname -m 2024-02-10T21:36:55.583 INFO:teuthology.orchestra.run.smithi079.stdout:x86_64 2024-02-10T21:36:55.583 DEBUG:teuthology.orchestra.run.smithi079:> cat /etc/os-release 2024-02-10T21:36:55.640 INFO:teuthology.orchestra.run.smithi079.stdout:NAME="CentOS Stream" 2024-02-10T21:36:55.640 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION="9" 2024-02-10T21:36:55.640 INFO:teuthology.orchestra.run.smithi079.stdout:ID="centos" 2024-02-10T21:36:55.640 INFO:teuthology.orchestra.run.smithi079.stdout:ID_LIKE="rhel fedora" 2024-02-10T21:36:55.640 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION_ID="9" 2024-02-10T21:36:55.640 INFO:teuthology.orchestra.run.smithi079.stdout:PLATFORM_ID="platform:el9" 2024-02-10T21:36:55.640 INFO:teuthology.orchestra.run.smithi079.stdout:PRETTY_NAME="CentOS Stream 9" 2024-02-10T21:36:55.641 INFO:teuthology.orchestra.run.smithi079.stdout:ANSI_COLOR="0;31" 2024-02-10T21:36:55.641 INFO:teuthology.orchestra.run.smithi079.stdout:LOGO="fedora-logo-icon" 2024-02-10T21:36:55.641 INFO:teuthology.orchestra.run.smithi079.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-02-10T21:36:55.641 INFO:teuthology.orchestra.run.smithi079.stdout:HOME_URL="https://centos.org/" 2024-02-10T21:36:55.641 INFO:teuthology.orchestra.run.smithi079.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-10T21:36:55.641 INFO:teuthology.orchestra.run.smithi079.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-02-10T21:36:55.641 INFO:teuthology.orchestra.run.smithi079.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-10T21:36:55.641 INFO:teuthology.lock.ops:Updating smithi079.front.sepia.ceph.com on lock server 2024-02-10T21:36:55.664 DEBUG:teuthology.orchestra.run.smithi121:> uname -m 2024-02-10T21:36:55.682 INFO:teuthology.orchestra.run.smithi121.stdout:x86_64 2024-02-10T21:36:55.682 DEBUG:teuthology.orchestra.run.smithi121:> cat /etc/os-release 2024-02-10T21:36:55.739 INFO:teuthology.orchestra.run.smithi121.stdout:NAME="CentOS Stream" 2024-02-10T21:36:55.740 INFO:teuthology.orchestra.run.smithi121.stdout:VERSION="9" 2024-02-10T21:36:55.740 INFO:teuthology.orchestra.run.smithi121.stdout:ID="centos" 2024-02-10T21:36:55.740 INFO:teuthology.orchestra.run.smithi121.stdout:ID_LIKE="rhel fedora" 2024-02-10T21:36:55.740 INFO:teuthology.orchestra.run.smithi121.stdout:VERSION_ID="9" 2024-02-10T21:36:55.740 INFO:teuthology.orchestra.run.smithi121.stdout:PLATFORM_ID="platform:el9" 2024-02-10T21:36:55.740 INFO:teuthology.orchestra.run.smithi121.stdout:PRETTY_NAME="CentOS Stream 9" 2024-02-10T21:36:55.740 INFO:teuthology.orchestra.run.smithi121.stdout:ANSI_COLOR="0;31" 2024-02-10T21:36:55.740 INFO:teuthology.orchestra.run.smithi121.stdout:LOGO="fedora-logo-icon" 2024-02-10T21:36:55.740 INFO:teuthology.orchestra.run.smithi121.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-02-10T21:36:55.740 INFO:teuthology.orchestra.run.smithi121.stdout:HOME_URL="https://centos.org/" 2024-02-10T21:36:55.740 INFO:teuthology.orchestra.run.smithi121.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-10T21:36:55.740 INFO:teuthology.orchestra.run.smithi121.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-02-10T21:36:55.740 INFO:teuthology.orchestra.run.smithi121.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-10T21:36:55.741 INFO:teuthology.lock.ops:Updating smithi121.front.sepia.ceph.com on lock server 2024-02-10T21:36:55.764 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-10T21:36:55.773 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-10T21:36:55.795 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-10T21:36:55.796 DEBUG:teuthology.orchestra.run.smithi026:> test '!' -e /home/ubuntu/cephtest 2024-02-10T21:36:55.798 DEBUG:teuthology.orchestra.run.smithi079:> test '!' -e /home/ubuntu/cephtest 2024-02-10T21:36:55.801 DEBUG:teuthology.orchestra.run.smithi121:> test '!' -e /home/ubuntu/cephtest 2024-02-10T21:36:55.816 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-10T21:36:55.829 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-10T21:36:55.829 DEBUG:teuthology.orchestra.run.smithi026:> test -z $(ls -A /var/lib/ceph) 2024-02-10T21:36:55.856 DEBUG:teuthology.orchestra.run.smithi079:> test -z $(ls -A /var/lib/ceph) 2024-02-10T21:36:55.858 DEBUG:teuthology.orchestra.run.smithi121:> test -z $(ls -A /var/lib/ceph) 2024-02-10T21:36:55.957 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-10T21:36:56.027 INFO:teuthology.run_tasks:Running task kernel... 2024-02-10T21:36:56.041 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-10T21:36:56.041 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-10T21:36:56.042 DEBUG:teuthology.orchestra.run.smithi026:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-10T21:36:56.042 DEBUG:teuthology.orchestra.run.smithi079:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-10T21:36:56.043 DEBUG:teuthology.orchestra.run.smithi121:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-10T21:36:56.060 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T21:36:56.060 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2024-02-10T21:36:56.061 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T21:36:56.061 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T21:36:56.062 DEBUG:teuthology.orchestra.run.smithi026:> uname -r 2024-02-10T21:36:56.062 DEBUG:teuthology.orchestra.run.smithi121:> uname -r 2024-02-10T21:36:56.117 INFO:teuthology.orchestra.run.smithi079.stdout:5.14.0-361.el9.x86_64 2024-02-10T21:36:56.117 INFO:teuthology.task.kernel:Running kernel on smithi079: 5.14.0-361.el9.x86_64 2024-02-10T21:36:56.117 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum install -y kernel 2024-02-10T21:36:56.120 INFO:teuthology.orchestra.run.smithi121.stdout:5.14.0-361.el9.x86_64 2024-02-10T21:36:56.120 INFO:teuthology.task.kernel:Running kernel on smithi121: 5.14.0-361.el9.x86_64 2024-02-10T21:36:56.120 DEBUG:teuthology.orchestra.run.smithi121:> sudo yum install -y kernel 2024-02-10T21:36:56.121 INFO:teuthology.orchestra.run.smithi026.stdout:5.14.0-361.el9.x86_64 2024-02-10T21:36:56.121 INFO:teuthology.task.kernel:Running kernel on smithi026: 5.14.0-361.el9.x86_64 2024-02-10T21:36:56.121 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum install -y kernel 2024-02-10T21:36:58.256 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS-9 - AppStream 15 MB/s | 6.7 MB 00:00 2024-02-10T21:36:58.281 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS-9 - AppStream 13 MB/s | 6.7 MB 00:00 2024-02-10T21:36:58.319 INFO:teuthology.orchestra.run.smithi121.stdout:CentOS-9 - AppStream 12 MB/s | 6.7 MB 00:00 2024-02-10T21:36:59.715 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS-9 - BaseOS 7.8 MB/s | 2.0 MB 00:00 2024-02-10T21:36:59.864 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS-9 - BaseOS 4.1 MB/s | 2.0 MB 00:00 2024-02-10T21:36:59.952 INFO:teuthology.orchestra.run.smithi121.stdout:CentOS-9 - BaseOS 3.8 MB/s | 2.0 MB 00:00 2024-02-10T21:37:00.830 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.0 MB 00:00 2024-02-10T21:37:00.846 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.0 MB 00:00 2024-02-10T21:37:01.301 INFO:teuthology.orchestra.run.smithi121.stdout:CentOS Stream 9 - BaseOS 7.9 MB/s | 8.0 MB 00:01 2024-02-10T21:37:04.622 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - AppStream 7.0 MB/s | 19 MB 00:02 2024-02-10T21:37:04.664 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - AppStream 7.0 MB/s | 19 MB 00:02 2024-02-10T21:37:05.302 INFO:teuthology.orchestra.run.smithi121.stdout:CentOS Stream 9 - AppStream 6.5 MB/s | 19 MB 00:02 2024-02-10T21:37:08.565 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - CRB 13 MB/s | 5.9 MB 00:00 2024-02-10T21:37:08.765 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - CRB 14 MB/s | 5.9 MB 00:00 2024-02-10T21:37:10.133 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - Extras packages 33 kB/s | 15 kB 00:00 2024-02-10T21:37:10.399 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - Extras packages 32 kB/s | 15 kB 00:00 2024-02-10T21:37:11.266 INFO:teuthology.orchestra.run.smithi079.stdout:Extra Packages for Enterprise Linux 20 MB/s | 20 MB 00:01 2024-02-10T21:37:11.343 INFO:teuthology.orchestra.run.smithi121.stdout:CentOS Stream 9 - CRB 2.3 MB/s | 5.9 MB 00:02 2024-02-10T21:37:11.709 INFO:teuthology.orchestra.run.smithi026.stdout:Extra Packages for Enterprise Linux 17 MB/s | 20 MB 00:01 2024-02-10T21:37:12.719 INFO:teuthology.orchestra.run.smithi121.stdout:CentOS Stream 9 - Extras packages 56 kB/s | 15 kB 00:00 2024-02-10T21:37:13.696 INFO:teuthology.orchestra.run.smithi121.stdout:Extra Packages for Enterprise Linux 24 MB/s | 20 MB 00:00 2024-02-10T21:37:16.266 INFO:teuthology.orchestra.run.smithi079.stdout:lab-extras 9.7 kB/s | 1.7 kB 00:00 2024-02-10T21:37:16.767 INFO:teuthology.orchestra.run.smithi026.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-02-10T21:37:18.572 INFO:teuthology.orchestra.run.smithi079.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-02-10T21:37:18.572 INFO:teuthology.orchestra.run.smithi079.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-02-10T21:37:18.603 INFO:teuthology.orchestra.run.smithi121.stdout:lab-extras 41 kB/s | 1.7 kB 00:00 2024-02-10T21:37:18.660 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-02-10T21:37:18.669 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:37:18.669 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-02-10T21:37:18.669 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:37:18.669 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-02-10T21:37:18.669 INFO:teuthology.orchestra.run.smithi079.stdout: kernel x86_64 5.14.0-419.el9 CentOS-BaseOS 6.0 M 2024-02-10T21:37:18.669 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-02-10T21:37:18.669 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-core x86_64 5.14.0-419.el9 CentOS-BaseOS 21 M 2024-02-10T21:37:18.670 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-modules x86_64 5.14.0-419.el9 CentOS-BaseOS 39 M 2024-02-10T21:37:18.670 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-modules-core x86_64 5.14.0-419.el9 CentOS-BaseOS 33 M 2024-02-10T21:37:18.670 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:37:18.670 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-02-10T21:37:18.670 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:37:18.670 INFO:teuthology.orchestra.run.smithi079.stdout:Install 4 Packages 2024-02-10T21:37:18.670 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:37:18.671 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 99 M 2024-02-10T21:37:18.671 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 122 M 2024-02-10T21:37:18.671 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-02-10T21:37:19.017 INFO:teuthology.orchestra.run.smithi079.stdout:(1/4): kernel-5.14.0-419.el9.x86_64.rpm 17 MB/s | 6.0 MB 00:00 2024-02-10T21:37:19.199 INFO:teuthology.orchestra.run.smithi026.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-02-10T21:37:19.199 INFO:teuthology.orchestra.run.smithi026.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-02-10T21:37:19.290 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-02-10T21:37:19.300 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:37:19.300 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-02-10T21:37:19.300 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:37:19.300 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-02-10T21:37:19.300 INFO:teuthology.orchestra.run.smithi026.stdout: kernel x86_64 5.14.0-419.el9 CentOS-BaseOS 6.0 M 2024-02-10T21:37:19.300 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-02-10T21:37:19.301 INFO:teuthology.orchestra.run.smithi026.stdout: kernel-core x86_64 5.14.0-419.el9 CentOS-BaseOS 21 M 2024-02-10T21:37:19.301 INFO:teuthology.orchestra.run.smithi026.stdout: kernel-modules x86_64 5.14.0-419.el9 CentOS-BaseOS 39 M 2024-02-10T21:37:19.301 INFO:teuthology.orchestra.run.smithi026.stdout: kernel-modules-core x86_64 5.14.0-419.el9 CentOS-BaseOS 33 M 2024-02-10T21:37:19.301 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:37:19.301 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-02-10T21:37:19.301 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:37:19.301 INFO:teuthology.orchestra.run.smithi026.stdout:Install 4 Packages 2024-02-10T21:37:19.301 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:37:19.302 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 99 M 2024-02-10T21:37:19.302 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 122 M 2024-02-10T21:37:19.302 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-02-10T21:37:19.550 INFO:teuthology.orchestra.run.smithi079.stdout:(2/4): kernel-core-5.14.0-419.el9.x86_64.rpm 24 MB/s | 21 MB 00:00 2024-02-10T21:37:19.743 INFO:teuthology.orchestra.run.smithi026.stdout:(1/4): kernel-5.14.0-419.el9.x86_64.rpm 14 MB/s | 6.0 MB 00:00 2024-02-10T21:37:20.425 INFO:teuthology.orchestra.run.smithi079.stdout:(3/4): kernel-modules-core-5.14.0-419.el9.x86_6 24 MB/s | 33 MB 00:01 2024-02-10T21:37:20.452 INFO:teuthology.orchestra.run.smithi026.stdout:(2/4): kernel-core-5.14.0-419.el9.x86_64.rpm 18 MB/s | 21 MB 00:01 2024-02-10T21:37:20.810 INFO:teuthology.orchestra.run.smithi121.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-02-10T21:37:20.810 INFO:teuthology.orchestra.run.smithi121.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-02-10T21:37:20.896 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2024-02-10T21:37:20.900 INFO:teuthology.orchestra.run.smithi079.stdout:(4/4): kernel-modules-5.14.0-419.el9.x86_64.rpm 18 MB/s | 39 MB 00:02 2024-02-10T21:37:20.901 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:37:20.901 INFO:teuthology.orchestra.run.smithi121.stdout: Package Arch Version Repository Size 2024-02-10T21:37:20.901 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:37:20.901 INFO:teuthology.orchestra.run.smithi121.stdout:Installing: 2024-02-10T21:37:20.901 INFO:teuthology.orchestra.run.smithi121.stdout: kernel x86_64 5.14.0-419.el9 CentOS-BaseOS 6.0 M 2024-02-10T21:37:20.901 INFO:teuthology.orchestra.run.smithi121.stdout:Installing dependencies: 2024-02-10T21:37:20.901 INFO:teuthology.orchestra.run.smithi121.stdout: kernel-core x86_64 5.14.0-419.el9 CentOS-BaseOS 21 M 2024-02-10T21:37:20.901 INFO:teuthology.orchestra.run.smithi121.stdout: kernel-modules x86_64 5.14.0-419.el9 CentOS-BaseOS 39 M 2024-02-10T21:37:20.901 INFO:teuthology.orchestra.run.smithi121.stdout: kernel-modules-core x86_64 5.14.0-419.el9 CentOS-BaseOS 33 M 2024-02-10T21:37:20.901 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:37:20.902 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction Summary 2024-02-10T21:37:20.902 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:37:20.902 INFO:teuthology.orchestra.run.smithi121.stdout:Install 4 Packages 2024-02-10T21:37:20.902 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:37:20.902 INFO:teuthology.orchestra.run.smithi121.stdout:Total download size: 99 M 2024-02-10T21:37:20.902 INFO:teuthology.orchestra.run.smithi121.stdout:Installed size: 122 M 2024-02-10T21:37:20.902 INFO:teuthology.orchestra.run.smithi121.stdout:Downloading Packages: 2024-02-10T21:37:20.904 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:37:20.904 INFO:teuthology.orchestra.run.smithi079.stdout:Total 44 MB/s | 99 MB 00:02 2024-02-10T21:37:20.904 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-02-10T21:37:21.127 INFO:teuthology.orchestra.run.smithi026.stdout:(3/4): kernel-modules-core-5.14.0-419.el9.x86_6 24 MB/s | 33 MB 00:01 2024-02-10T21:37:21.263 INFO:teuthology.orchestra.run.smithi121.stdout:(1/4): kernel-5.14.0-419.el9.x86_64.rpm 17 MB/s | 6.0 MB 00:00 2024-02-10T21:37:21.273 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-02-10T21:37:21.273 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-02-10T21:37:21.519 INFO:teuthology.orchestra.run.smithi026.stdout:(4/4): kernel-modules-5.14.0-419.el9.x86_64.rpm 18 MB/s | 39 MB 00:02 2024-02-10T21:37:21.522 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:37:21.522 INFO:teuthology.orchestra.run.smithi026.stdout:Total 45 MB/s | 99 MB 00:02 2024-02-10T21:37:21.522 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-02-10T21:37:21.721 INFO:teuthology.orchestra.run.smithi121.stdout:(2/4): kernel-core-5.14.0-419.el9.x86_64.rpm 25 MB/s | 21 MB 00:00 2024-02-10T21:37:21.972 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-02-10T21:37:21.972 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-02-10T21:37:22.280 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-02-10T21:37:22.281 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-02-10T21:37:22.463 INFO:teuthology.orchestra.run.smithi121.stdout:(3/4): kernel-modules-5.14.0-419.el9.x86_64.rpm 25 MB/s | 39 MB 00:01 2024-02-10T21:37:22.763 INFO:teuthology.orchestra.run.smithi121.stdout:(4/4): kernel-modules-core-5.14.0-419.el9.x86_6 22 MB/s | 33 MB 00:01 2024-02-10T21:37:22.766 INFO:teuthology.orchestra.run.smithi121.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:37:22.766 INFO:teuthology.orchestra.run.smithi121.stdout:Total 53 MB/s | 99 MB 00:01 2024-02-10T21:37:22.767 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction check 2024-02-10T21:37:23.023 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-02-10T21:37:23.024 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-02-10T21:37:23.151 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction check succeeded. 2024-02-10T21:37:23.151 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction test 2024-02-10T21:37:24.155 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction test succeeded. 2024-02-10T21:37:24.156 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction 2024-02-10T21:37:24.689 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-02-10T21:37:25.360 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-modules-core-5.14.0-419.el9.x86_64 1/4 2024-02-10T21:37:25.500 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-10T21:37:25.574 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-02-10T21:37:26.265 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : kernel-modules-core-5.14.0-419.el9.x86_64 1/4 2024-02-10T21:37:26.394 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-10T21:37:26.530 INFO:teuthology.orchestra.run.smithi121.stdout: Preparing : 1/1 2024-02-10T21:37:27.180 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : kernel-modules-core-5.14.0-419.el9.x86_64 1/4 2024-02-10T21:37:27.305 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-10T21:37:28.267 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-10T21:37:28.460 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-10T21:37:29.296 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-10T21:37:29.487 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-10T21:37:30.047 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-10T21:37:30.232 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-10T21:37:33.131 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-10T21:37:33.513 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-5.14.0-419.el9.x86_64 4/4 2024-02-10T21:37:34.548 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-10T21:37:34.650 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : kernel-5.14.0-419.el9.x86_64 4/4 2024-02-10T21:37:34.951 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-10T21:37:35.072 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : kernel-5.14.0-419.el9.x86_64 4/4 2024-02-10T21:37:38.214 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-modules-core-5.14.0-419.el9.x86_64 4/4 2024-02-10T21:37:39.741 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: kernel-modules-core-5.14.0-419.el9.x86_64 4/4 2024-02-10T21:37:39.815 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: kernel-modules-core-5.14.0-419.el9.x86_64 4/4 2024-02-10T21:38:07.353 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-core-5.14.0-419.el9.x86_64 4/4 2024-02-10T21:38:07.353 INFO:teuthology.orchestra.run.smithi079.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-02-10T21:38:07.353 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:38:07.422 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-modules-5.14.0-419.el9.x86_64 4/4 2024-02-10T21:38:07.875 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-5.14.0-419.el9.x86_64 4/4 2024-02-10T21:38:07.876 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-5.14.0-419.el9.x86_64 1/4 2024-02-10T21:38:07.876 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-10T21:38:07.876 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-10T21:38:08.289 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-modules-core-5.14.0-419.el9.x86_64 4/4 2024-02-10T21:38:08.289 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:38:08.289 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-02-10T21:38:08.289 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-5.14.0-419.el9.x86_64 2024-02-10T21:38:08.289 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-core-5.14.0-419.el9.x86_64 2024-02-10T21:38:08.289 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-modules-5.14.0-419.el9.x86_64 2024-02-10T21:38:08.289 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-modules-core-5.14.0-419.el9.x86_64 2024-02-10T21:38:08.289 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:38:08.289 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-02-10T21:38:08.753 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: kernel-core-5.14.0-419.el9.x86_64 4/4 2024-02-10T21:38:08.753 INFO:teuthology.orchestra.run.smithi121.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-02-10T21:38:08.753 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:38:08.809 DEBUG:teuthology.orchestra.run.smithi079:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T21:38:08.823 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: kernel-modules-5.14.0-419.el9.x86_64 4/4 2024-02-10T21:38:08.940 INFO:teuthology.orchestra.run.smithi079.stdout:kernel-5.14.0-419.el9.x86_64 2024-02-10T21:38:08.941 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-419.el9.x86_64 2024-02-10T21:38:08.941 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-419.el9.x86_64 2024-02-10T21:38:08.941 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-10T21:38:08.941 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-10T21:38:08.941 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-10T21:38:08.941 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi079.front.sepia.ceph.com, path=None, version=distro) 2024-02-10T21:38:08.942 DEBUG:teuthology.orchestra.run.smithi079:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T21:38:09.048 INFO:teuthology.orchestra.run.smithi079.stdout:kernel-5.14.0-419.el9.x86_64 2024-02-10T21:38:09.049 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-419.el9.x86_64 2024-02-10T21:38:09.049 DEBUG:teuthology.orchestra.run.smithi079:> sudo rpm -qi grub2-tools 2024-02-10T21:38:09.082 INFO:teuthology.orchestra.run.smithi079.stdout:Name : grub2-tools 2024-02-10T21:38:09.083 INFO:teuthology.orchestra.run.smithi079.stdout:Epoch : 1 2024-02-10T21:38:09.083 INFO:teuthology.orchestra.run.smithi079.stdout:Version : 2.06 2024-02-10T21:38:09.083 INFO:teuthology.orchestra.run.smithi079.stdout:Release : 68.el9 2024-02-10T21:38:09.083 INFO:teuthology.orchestra.run.smithi079.stdout:Architecture: x86_64 2024-02-10T21:38:09.083 INFO:teuthology.orchestra.run.smithi079.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-02-10T21:38:09.083 INFO:teuthology.orchestra.run.smithi079.stdout:Group : Unspecified 2024-02-10T21:38:09.083 INFO:teuthology.orchestra.run.smithi079.stdout:Size : 8264254 2024-02-10T21:38:09.083 INFO:teuthology.orchestra.run.smithi079.stdout:License : GPLv3+ 2024-02-10T21:38:09.083 INFO:teuthology.orchestra.run.smithi079.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-02-10T21:38:09.083 INFO:teuthology.orchestra.run.smithi079.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-02-10T21:38:09.083 INFO:teuthology.orchestra.run.smithi079.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-02-10T21:38:09.083 INFO:teuthology.orchestra.run.smithi079.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-02-10T21:38:09.083 INFO:teuthology.orchestra.run.smithi079.stdout:Packager : builder@centos.org 2024-02-10T21:38:09.084 INFO:teuthology.orchestra.run.smithi079.stdout:Vendor : CentOS 2024-02-10T21:38:09.084 INFO:teuthology.orchestra.run.smithi079.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-10T21:38:09.084 INFO:teuthology.orchestra.run.smithi079.stdout:Summary : Support tools for GRUB. 2024-02-10T21:38:09.084 INFO:teuthology.orchestra.run.smithi079.stdout:Description : 2024-02-10T21:38:09.084 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:38:09.084 INFO:teuthology.orchestra.run.smithi079.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-10T21:38:09.084 INFO:teuthology.orchestra.run.smithi079.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-10T21:38:09.084 INFO:teuthology.orchestra.run.smithi079.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-10T21:38:09.084 INFO:teuthology.orchestra.run.smithi079.stdout:hardware devices. 2024-02-10T21:38:09.084 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:38:09.084 INFO:teuthology.orchestra.run.smithi079.stdout:This subpackage provides tools for support of all platforms. 2024-02-10T21:38:09.085 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-10T21:38:09.085 INFO:teuthology.task.kernel:Updating grub on smithi079 to boot 5.14.0-419.el9.x86_64 2024-02-10T21:38:09.085 DEBUG:teuthology.orchestra.run.smithi079:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-10T21:38:09.219 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: kernel-5.14.0-419.el9.x86_64 4/4 2024-02-10T21:38:09.219 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : kernel-5.14.0-419.el9.x86_64 1/4 2024-02-10T21:38:09.220 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-10T21:38:09.220 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-10T21:38:09.640 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : kernel-modules-core-5.14.0-419.el9.x86_64 4/4 2024-02-10T21:38:09.640 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:38:09.640 INFO:teuthology.orchestra.run.smithi121.stdout:Installed: 2024-02-10T21:38:09.641 INFO:teuthology.orchestra.run.smithi121.stdout: kernel-5.14.0-419.el9.x86_64 2024-02-10T21:38:09.641 INFO:teuthology.orchestra.run.smithi121.stdout: kernel-core-5.14.0-419.el9.x86_64 2024-02-10T21:38:09.641 INFO:teuthology.orchestra.run.smithi121.stdout: kernel-modules-5.14.0-419.el9.x86_64 2024-02-10T21:38:09.641 INFO:teuthology.orchestra.run.smithi121.stdout: kernel-modules-core-5.14.0-419.el9.x86_64 2024-02-10T21:38:09.641 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:38:09.641 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2024-02-10T21:38:09.782 INFO:teuthology.orchestra.run.smithi079.stderr:Generating grub configuration file ... 2024-02-10T21:38:10.157 DEBUG:teuthology.orchestra.run.smithi121:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T21:38:10.290 INFO:teuthology.orchestra.run.smithi121.stdout:kernel-5.14.0-419.el9.x86_64 2024-02-10T21:38:10.290 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-419.el9.x86_64 2024-02-10T21:38:10.290 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-419.el9.x86_64 2024-02-10T21:38:10.291 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-10T21:38:10.291 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-10T21:38:10.291 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-02-10T21:38:10.291 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi121.front.sepia.ceph.com, path=None, version=distro) 2024-02-10T21:38:10.291 DEBUG:teuthology.orchestra.run.smithi121:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T21:38:10.399 INFO:teuthology.orchestra.run.smithi121.stdout:kernel-5.14.0-419.el9.x86_64 2024-02-10T21:38:10.399 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-419.el9.x86_64 2024-02-10T21:38:10.399 DEBUG:teuthology.orchestra.run.smithi121:> sudo rpm -qi grub2-tools 2024-02-10T21:38:10.442 INFO:teuthology.orchestra.run.smithi121.stdout:Name : grub2-tools 2024-02-10T21:38:10.442 INFO:teuthology.orchestra.run.smithi121.stdout:Epoch : 1 2024-02-10T21:38:10.442 INFO:teuthology.orchestra.run.smithi121.stdout:Version : 2.06 2024-02-10T21:38:10.442 INFO:teuthology.orchestra.run.smithi121.stdout:Release : 68.el9 2024-02-10T21:38:10.442 INFO:teuthology.orchestra.run.smithi121.stdout:Architecture: x86_64 2024-02-10T21:38:10.442 INFO:teuthology.orchestra.run.smithi121.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-02-10T21:38:10.442 INFO:teuthology.orchestra.run.smithi121.stdout:Group : Unspecified 2024-02-10T21:38:10.442 INFO:teuthology.orchestra.run.smithi121.stdout:Size : 8264254 2024-02-10T21:38:10.442 INFO:teuthology.orchestra.run.smithi121.stdout:License : GPLv3+ 2024-02-10T21:38:10.443 INFO:teuthology.orchestra.run.smithi121.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-02-10T21:38:10.443 INFO:teuthology.orchestra.run.smithi121.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-02-10T21:38:10.443 INFO:teuthology.orchestra.run.smithi121.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-02-10T21:38:10.443 INFO:teuthology.orchestra.run.smithi121.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-02-10T21:38:10.443 INFO:teuthology.orchestra.run.smithi121.stdout:Packager : builder@centos.org 2024-02-10T21:38:10.443 INFO:teuthology.orchestra.run.smithi121.stdout:Vendor : CentOS 2024-02-10T21:38:10.443 INFO:teuthology.orchestra.run.smithi121.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-10T21:38:10.443 INFO:teuthology.orchestra.run.smithi121.stdout:Summary : Support tools for GRUB. 2024-02-10T21:38:10.443 INFO:teuthology.orchestra.run.smithi121.stdout:Description : 2024-02-10T21:38:10.443 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:38:10.443 INFO:teuthology.orchestra.run.smithi121.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-10T21:38:10.443 INFO:teuthology.orchestra.run.smithi121.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-10T21:38:10.443 INFO:teuthology.orchestra.run.smithi121.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-10T21:38:10.444 INFO:teuthology.orchestra.run.smithi121.stdout:hardware devices. 2024-02-10T21:38:10.444 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:38:10.444 INFO:teuthology.orchestra.run.smithi121.stdout:This subpackage provides tools for support of all platforms. 2024-02-10T21:38:10.444 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-10T21:38:10.445 INFO:teuthology.task.kernel:Updating grub on smithi121 to boot 5.14.0-419.el9.x86_64 2024-02-10T21:38:10.445 DEBUG:teuthology.orchestra.run.smithi121:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-10T21:38:10.465 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: kernel-core-5.14.0-419.el9.x86_64 4/4 2024-02-10T21:38:10.465 INFO:teuthology.orchestra.run.smithi026.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-02-10T21:38:10.465 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:38:10.538 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: kernel-modules-5.14.0-419.el9.x86_64 4/4 2024-02-10T21:38:10.939 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: kernel-5.14.0-419.el9.x86_64 4/4 2024-02-10T21:38:10.939 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : kernel-5.14.0-419.el9.x86_64 1/4 2024-02-10T21:38:10.939 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-10T21:38:10.939 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-10T21:38:11.044 INFO:teuthology.orchestra.run.smithi121.stderr:Generating grub configuration file ... 2024-02-10T21:38:11.132 INFO:teuthology.orchestra.run.smithi079.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-02-10T21:38:11.167 INFO:teuthology.orchestra.run.smithi079.stderr:done 2024-02-10T21:38:11.176 DEBUG:teuthology.orchestra.run.smithi079:> mktemp 2024-02-10T21:38:11.225 INFO:teuthology.orchestra.run.smithi079.stdout:/tmp/tmp.hGFTObAfkT 2024-02-10T21:38:11.225 DEBUG:teuthology.orchestra.run.smithi079:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.hGFTObAfkT 2024-02-10T21:38:11.253 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 0666 /tmp/tmp.hGFTObAfkT 2024-02-10T21:38:11.373 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : kernel-modules-core-5.14.0-419.el9.x86_64 4/4 2024-02-10T21:38:11.374 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:38:11.374 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-02-10T21:38:11.374 INFO:teuthology.orchestra.run.smithi026.stdout: kernel-5.14.0-419.el9.x86_64 2024-02-10T21:38:11.374 INFO:teuthology.orchestra.run.smithi026.stdout: kernel-core-5.14.0-419.el9.x86_64 2024-02-10T21:38:11.374 INFO:teuthology.orchestra.run.smithi026.stdout: kernel-modules-5.14.0-419.el9.x86_64 2024-02-10T21:38:11.374 INFO:teuthology.orchestra.run.smithi026.stdout: kernel-modules-core-5.14.0-419.el9.x86_64 2024-02-10T21:38:11.374 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:38:11.374 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-02-10T21:38:11.393 DEBUG:teuthology.orchestra.remote:smithi079:/tmp/tmp.hGFTObAfkT is 6KB 2024-02-10T21:38:11.442 DEBUG:teuthology.orchestra.run.smithi079:> rm -fr /tmp/tmp.hGFTObAfkT 2024-02-10T21:38:11.456 DEBUG:teuthology.orchestra.run.smithi079:> sudo /bin/ls /boot/loader/entries || true 2024-02-10T21:38:11.520 INFO:teuthology.orchestra.run.smithi079.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-02-10T21:38:11.520 INFO:teuthology.orchestra.run.smithi079.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-02-10T21:38:11.520 INFO:teuthology.orchestra.run.smithi079.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-02-10T21:38:11.521 INFO:teuthology.orchestra.run.smithi079.stdout:15949e3c88704300882482eddfd7baae-5.14.0-419.el9.x86_64.conf 2024-02-10T21:38:11.522 DEBUG:teuthology.orchestra.run.smithi079:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-419.el9.x86_64 2024-02-10T21:38:11.646 DEBUG:teuthology.orchestra.run.smithi079:> sudo shutdown -r now 2024-02-10T21:38:11.891 DEBUG:teuthology.orchestra.run.smithi026:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T21:38:12.080 INFO:teuthology.orchestra.run.smithi026.stdout:kernel-5.14.0-419.el9.x86_64 2024-02-10T21:38:12.081 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-419.el9.x86_64 2024-02-10T21:38:12.081 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-419.el9.x86_64 2024-02-10T21:38:12.081 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-10T21:38:12.081 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-10T21:38:12.081 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-10T21:38:12.081 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi026.front.sepia.ceph.com, path=None, version=distro) 2024-02-10T21:38:12.081 DEBUG:teuthology.orchestra.run.smithi026:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T21:38:12.194 INFO:teuthology.orchestra.run.smithi026.stdout:kernel-5.14.0-419.el9.x86_64 2024-02-10T21:38:12.194 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-419.el9.x86_64 2024-02-10T21:38:12.194 DEBUG:teuthology.orchestra.run.smithi026:> sudo rpm -qi grub2-tools 2024-02-10T21:38:12.232 INFO:teuthology.orchestra.run.smithi026.stdout:Name : grub2-tools 2024-02-10T21:38:12.232 INFO:teuthology.orchestra.run.smithi026.stdout:Epoch : 1 2024-02-10T21:38:12.232 INFO:teuthology.orchestra.run.smithi026.stdout:Version : 2.06 2024-02-10T21:38:12.232 INFO:teuthology.orchestra.run.smithi026.stdout:Release : 68.el9 2024-02-10T21:38:12.232 INFO:teuthology.orchestra.run.smithi026.stdout:Architecture: x86_64 2024-02-10T21:38:12.232 INFO:teuthology.orchestra.run.smithi026.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-02-10T21:38:12.232 INFO:teuthology.orchestra.run.smithi026.stdout:Group : Unspecified 2024-02-10T21:38:12.232 INFO:teuthology.orchestra.run.smithi026.stdout:Size : 8264254 2024-02-10T21:38:12.232 INFO:teuthology.orchestra.run.smithi026.stdout:License : GPLv3+ 2024-02-10T21:38:12.232 INFO:teuthology.orchestra.run.smithi026.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-02-10T21:38:12.233 INFO:teuthology.orchestra.run.smithi026.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-02-10T21:38:12.233 INFO:teuthology.orchestra.run.smithi026.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-02-10T21:38:12.233 INFO:teuthology.orchestra.run.smithi026.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-02-10T21:38:12.233 INFO:teuthology.orchestra.run.smithi026.stdout:Packager : builder@centos.org 2024-02-10T21:38:12.233 INFO:teuthology.orchestra.run.smithi026.stdout:Vendor : CentOS 2024-02-10T21:38:12.233 INFO:teuthology.orchestra.run.smithi026.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-10T21:38:12.233 INFO:teuthology.orchestra.run.smithi026.stdout:Summary : Support tools for GRUB. 2024-02-10T21:38:12.233 INFO:teuthology.orchestra.run.smithi026.stdout:Description : 2024-02-10T21:38:12.233 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:38:12.233 INFO:teuthology.orchestra.run.smithi026.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-10T21:38:12.233 INFO:teuthology.orchestra.run.smithi026.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-10T21:38:12.233 INFO:teuthology.orchestra.run.smithi026.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-10T21:38:12.233 INFO:teuthology.orchestra.run.smithi026.stdout:hardware devices. 2024-02-10T21:38:12.233 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:38:12.233 INFO:teuthology.orchestra.run.smithi026.stdout:This subpackage provides tools for support of all platforms. 2024-02-10T21:38:12.234 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-10T21:38:12.234 INFO:teuthology.task.kernel:Updating grub on smithi026 to boot 5.14.0-419.el9.x86_64 2024-02-10T21:38:12.234 DEBUG:teuthology.orchestra.run.smithi026:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-10T21:38:12.327 INFO:teuthology.orchestra.run.smithi121.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-02-10T21:38:12.363 INFO:teuthology.orchestra.run.smithi121.stderr:done 2024-02-10T21:38:12.365 DEBUG:teuthology.orchestra.run.smithi121:> mktemp 2024-02-10T21:38:12.380 INFO:teuthology.orchestra.run.smithi121.stdout:/tmp/tmp.fGrFRSZadQ 2024-02-10T21:38:12.381 DEBUG:teuthology.orchestra.run.smithi121:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.fGrFRSZadQ 2024-02-10T21:38:12.449 DEBUG:teuthology.orchestra.run.smithi121:> sudo chmod 0666 /tmp/tmp.fGrFRSZadQ 2024-02-10T21:38:12.590 DEBUG:teuthology.orchestra.remote:smithi121:/tmp/tmp.fGrFRSZadQ is 6KB 2024-02-10T21:38:12.638 DEBUG:teuthology.orchestra.run.smithi121:> rm -fr /tmp/tmp.fGrFRSZadQ 2024-02-10T21:38:12.652 DEBUG:teuthology.orchestra.run.smithi121:> sudo /bin/ls /boot/loader/entries || true 2024-02-10T21:38:12.727 INFO:teuthology.orchestra.run.smithi121.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-02-10T21:38:12.727 INFO:teuthology.orchestra.run.smithi121.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-02-10T21:38:12.727 INFO:teuthology.orchestra.run.smithi121.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-02-10T21:38:12.727 INFO:teuthology.orchestra.run.smithi121.stdout:15949e3c88704300882482eddfd7baae-5.14.0-419.el9.x86_64.conf 2024-02-10T21:38:12.728 DEBUG:teuthology.orchestra.run.smithi121:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-419.el9.x86_64 2024-02-10T21:38:12.854 DEBUG:teuthology.orchestra.run.smithi121:> sudo shutdown -r now 2024-02-10T21:38:12.865 INFO:teuthology.orchestra.run.smithi026.stderr:Generating grub configuration file ... 2024-02-10T21:38:14.381 INFO:teuthology.orchestra.run.smithi026.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-02-10T21:38:14.420 INFO:teuthology.orchestra.run.smithi026.stderr:done 2024-02-10T21:38:14.422 DEBUG:teuthology.orchestra.run.smithi026:> mktemp 2024-02-10T21:38:14.477 INFO:teuthology.orchestra.run.smithi026.stdout:/tmp/tmp.X6nZkn3j5h 2024-02-10T21:38:14.478 DEBUG:teuthology.orchestra.run.smithi026:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.X6nZkn3j5h 2024-02-10T21:38:14.550 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod 0666 /tmp/tmp.X6nZkn3j5h 2024-02-10T21:38:14.732 DEBUG:teuthology.orchestra.remote:smithi026:/tmp/tmp.X6nZkn3j5h is 6KB 2024-02-10T21:38:14.781 DEBUG:teuthology.orchestra.run.smithi026:> rm -fr /tmp/tmp.X6nZkn3j5h 2024-02-10T21:38:14.795 DEBUG:teuthology.orchestra.run.smithi026:> sudo /bin/ls /boot/loader/entries || true 2024-02-10T21:38:14.864 INFO:teuthology.orchestra.run.smithi026.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-02-10T21:38:14.864 INFO:teuthology.orchestra.run.smithi026.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-02-10T21:38:14.864 INFO:teuthology.orchestra.run.smithi026.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-02-10T21:38:14.865 INFO:teuthology.orchestra.run.smithi026.stdout:15949e3c88704300882482eddfd7baae-5.14.0-419.el9.x86_64.conf 2024-02-10T21:38:14.866 DEBUG:teuthology.orchestra.run.smithi026:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-419.el9.x86_64 2024-02-10T21:38:15.019 DEBUG:teuthology.orchestra.run.smithi026:> sudo shutdown -r now 2024-02-10T21:38:41.662 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-10T21:38:41.662 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-02-10T21:38:41.663 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T21:38:42.858 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-02-10T21:38:42.858 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-02-10T21:38:42.859 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T21:38:45.024 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-10T21:38:45.024 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-02-10T21:38:45.025 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T21:39:16.156 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.79 2024-02-10T21:39:25.164 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-02-10T21:39:25.165 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T21:39:42.876 DEBUG:teuthology.orchestra.remote:timed out 2024-02-10T21:39:43.548 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.79 2024-02-10T21:39:45.028 DEBUG:teuthology.orchestra.remote:timed out 2024-02-10T21:39:51.877 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-02-10T21:39:51.878 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T21:39:54.031 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-02-10T21:39:54.032 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T21:39:54.375 DEBUG:teuthology.orchestra.run.smithi026:> true 2024-02-10T21:39:54.758 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-02-10T21:39:54.758 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-419.el9.x86_64"... 2024-02-10T21:39:54.758 DEBUG:teuthology.orchestra.run.smithi026:> uname -r 2024-02-10T21:39:54.774 INFO:teuthology.orchestra.run.smithi026.stdout:5.14.0-419.el9.x86_64 2024-02-10T21:39:54.774 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-419.el9.x86_64 vs 5.14.0-419.el9.x86_64 2024-02-10T21:39:54.774 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-10T21:39:54.774 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-10T21:39:55.256 DEBUG:teuthology.orchestra.run.smithi121:> true 2024-02-10T21:39:55.549 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-02-10T21:39:55.549 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T21:39:55.753 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-02-10T21:39:55.754 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-419.el9.x86_64"... 2024-02-10T21:39:55.754 DEBUG:teuthology.orchestra.run.smithi121:> uname -r 2024-02-10T21:39:55.768 INFO:teuthology.orchestra.run.smithi121.stdout:5.14.0-419.el9.x86_64 2024-02-10T21:39:55.768 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-419.el9.x86_64 vs 5.14.0-419.el9.x86_64 2024-02-10T21:39:55.768 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-10T21:39:55.769 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-10T21:39:55.775 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-10T21:39:55.775 DEBUG:teuthology.orchestra.run.smithi026:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-10T21:39:55.841 INFO:teuthology.orchestra.run.smithi026.stdout:ttyS1 2024-02-10T21:39:55.872 DEBUG:teuthology.parallel:result is None 2024-02-10T21:39:56.061 DEBUG:teuthology.orchestra.run.smithi079:> true 2024-02-10T21:39:56.537 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-02-10T21:39:56.537 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-419.el9.x86_64"... 2024-02-10T21:39:56.537 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2024-02-10T21:39:56.551 INFO:teuthology.orchestra.run.smithi079.stdout:5.14.0-419.el9.x86_64 2024-02-10T21:39:56.552 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-419.el9.x86_64 vs 5.14.0-419.el9.x86_64 2024-02-10T21:39:56.552 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-10T21:39:56.552 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-10T21:39:56.769 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-02-10T21:39:56.770 DEBUG:teuthology.orchestra.run.smithi121:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-10T21:39:56.854 INFO:teuthology.orchestra.run.smithi121.stdout:ttyS1 2024-02-10T21:39:56.890 DEBUG:teuthology.parallel:result is None 2024-02-10T21:39:57.553 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-10T21:39:57.553 DEBUG:teuthology.orchestra.run.smithi079:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-10T21:39:57.663 INFO:teuthology.orchestra.run.smithi079.stdout:ttyS1 2024-02-10T21:39:57.690 DEBUG:teuthology.parallel:result is None 2024-02-10T21:39:57.690 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-10T21:39:57.699 INFO:teuthology.task.internal:Creating test directory... 2024-02-10T21:39:57.700 DEBUG:teuthology.orchestra.run.smithi026:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-10T21:39:57.702 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-10T21:39:57.704 DEBUG:teuthology.orchestra.run.smithi121:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-10T21:39:57.719 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-10T21:39:57.745 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-10T21:39:57.793 INFO:teuthology.task.internal:Creating archive directory... 2024-02-10T21:39:57.794 DEBUG:teuthology.orchestra.run.smithi026:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-10T21:39:57.797 DEBUG:teuthology.orchestra.run.smithi079:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-10T21:39:57.799 DEBUG:teuthology.orchestra.run.smithi121:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-10T21:39:57.839 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-10T21:39:57.846 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-10T21:39:57.847 DEBUG:teuthology.orchestra.run.smithi026:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-10T21:39:57.875 DEBUG:teuthology.orchestra.run.smithi079:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-10T21:39:57.877 DEBUG:teuthology.orchestra.run.smithi121:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-10T21:39:57.908 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T21:39:57.911 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T21:39:57.911 INFO:teuthology.orchestra.run.smithi121.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T21:39:57.921 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T21:39:57.924 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T21:39:57.925 INFO:teuthology.orchestra.run.smithi121.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T21:39:57.927 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-10T21:39:57.934 INFO:teuthology.task.internal:Configuring sudo... 2024-02-10T21:39:57.934 DEBUG:teuthology.orchestra.run.smithi026:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-10T21:39:57.966 DEBUG:teuthology.orchestra.run.smithi079:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-10T21:39:57.969 DEBUG:teuthology.orchestra.run.smithi121:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-10T21:39:57.997 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-10T21:39:58.006 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-10T21:39:58.007 DEBUG:teuthology.orchestra.run.smithi026:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-10T21:39:58.036 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-10T21:39:58.038 DEBUG:teuthology.orchestra.run.smithi121:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-10T21:39:58.052 DEBUG:teuthology.orchestra.run.smithi026:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T21:39:58.133 DEBUG:teuthology.orchestra.run.smithi026:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T21:39:58.179 DEBUG:teuthology.orchestra.run.smithi026:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T21:39:58.259 DEBUG:teuthology.orchestra.run.smithi026:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T21:39:58.304 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-02-10T21:39:58.304 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-10T21:39:58.371 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T21:39:58.415 DEBUG:teuthology.orchestra.run.smithi079:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T21:39:58.462 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T21:39:58.539 DEBUG:teuthology.orchestra.run.smithi079:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T21:39:58.585 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-02-10T21:39:58.586 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-10T21:39:58.654 DEBUG:teuthology.orchestra.run.smithi121:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T21:39:58.694 DEBUG:teuthology.orchestra.run.smithi121:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T21:39:58.740 DEBUG:teuthology.orchestra.run.smithi121:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T21:39:58.819 DEBUG:teuthology.orchestra.run.smithi121:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T21:39:58.865 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2024-02-10T21:39:58.865 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-10T21:39:58.933 DEBUG:teuthology.orchestra.run.smithi026:> sudo service rsyslog restart 2024-02-10T21:39:58.935 DEBUG:teuthology.orchestra.run.smithi079:> sudo service rsyslog restart 2024-02-10T21:39:58.937 DEBUG:teuthology.orchestra.run.smithi121:> sudo service rsyslog restart 2024-02-10T21:39:58.980 INFO:teuthology.orchestra.run.smithi026.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-10T21:39:58.982 INFO:teuthology.orchestra.run.smithi079.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-10T21:39:59.032 INFO:teuthology.orchestra.run.smithi121.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-10T21:39:59.431 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-10T21:39:59.441 INFO:teuthology.task.internal:Starting timer... 2024-02-10T21:39:59.441 INFO:teuthology.run_tasks:Running task pcp... 2024-02-10T21:39:59.520 INFO:teuthology.run_tasks:Running task selinux... 2024-02-10T21:39:59.566 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-10T21:39:59.566 DEBUG:teuthology.orchestra.run.smithi026:> sudo service auditd rotate 2024-02-10T21:39:59.624 INFO:teuthology.orchestra.run.smithi026.stdout:Rotating logs: 2024-02-10T21:39:59.626 DEBUG:teuthology.orchestra.run.smithi079:> sudo service auditd rotate 2024-02-10T21:39:59.701 INFO:teuthology.orchestra.run.smithi079.stdout:Rotating logs: 2024-02-10T21:39:59.704 DEBUG:teuthology.orchestra.run.smithi121:> sudo service auditd rotate 2024-02-10T21:39:59.760 INFO:teuthology.orchestra.run.smithi121.stdout:Rotating logs: 2024-02-10T21:39:59.763 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-10T21:39:59.763 DEBUG:teuthology.orchestra.run.smithi026:> /usr/sbin/getenforce 2024-02-10T21:39:59.786 INFO:teuthology.orchestra.run.smithi026.stdout:Permissive 2024-02-10T21:39:59.787 DEBUG:teuthology.orchestra.run.smithi079:> /usr/sbin/getenforce 2024-02-10T21:39:59.837 INFO:teuthology.orchestra.run.smithi079.stdout:Permissive 2024-02-10T21:39:59.838 DEBUG:teuthology.orchestra.run.smithi121:> /usr/sbin/getenforce 2024-02-10T21:39:59.857 INFO:teuthology.orchestra.run.smithi121.stdout:Permissive 2024-02-10T21:39:59.857 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi026.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi079.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi121.front.sepia.ceph.com': 'permissive'} 2024-02-10T21:39:59.857 DEBUG:teuthology.orchestra.run.smithi026:> 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 2024-02-10T21:39:59.885 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T21:39:59.885 DEBUG:teuthology.orchestra.run.smithi079:> 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 2024-02-10T21:39:59.912 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T21:39:59.912 DEBUG:teuthology.orchestra.run.smithi121:> 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 2024-02-10T21:39:59.938 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T21:39:59.938 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-10T21:39:59.939 DEBUG:teuthology.orchestra.run.smithi026:> sudo /usr/sbin/setenforce permissive 2024-02-10T21:39:59.971 DEBUG:teuthology.orchestra.run.smithi079:> sudo /usr/sbin/setenforce permissive 2024-02-10T21:40:00.005 DEBUG:teuthology.orchestra.run.smithi121:> sudo /usr/sbin/setenforce permissive 2024-02-10T21:40:00.049 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-10T21:40:00.064 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-02-10T21:40:00.070 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-02-10T21:40:00.185 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-10T21:40:00.202 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-02-10T21:40:00.204 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi026.front.sepia.ceph.com,smithi079.front.sepia.ceph.com,smithi121.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-10T21:44:11.516 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi026.front.sepia.ceph.com'), Remote(name='ubuntu@smithi079.front.sepia.ceph.com'), Remote(name='ubuntu@smithi121.front.sepia.ceph.com')] 2024-02-10T21:44:11.517 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-02-10T21:44:11.519 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T21:44:11.609 DEBUG:teuthology.orchestra.run.smithi026:> true 2024-02-10T21:44:11.691 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-02-10T21:44:11.692 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-02-10T21:44:11.692 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T21:44:11.777 DEBUG:teuthology.orchestra.run.smithi079:> true 2024-02-10T21:44:11.855 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-02-10T21:44:11.855 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-02-10T21:44:11.855 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T21:44:11.945 DEBUG:teuthology.orchestra.run.smithi121:> true 2024-02-10T21:44:12.028 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-02-10T21:44:12.028 INFO:teuthology.run_tasks:Running task clock... 2024-02-10T21:44:12.039 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-10T21:44:12.039 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-10T21:44:12.039 DEBUG:teuthology.orchestra.run.smithi026:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-10T21:44:12.042 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-10T21:44:12.042 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-10T21:44:12.044 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-10T21:44:12.044 DEBUG:teuthology.orchestra.run.smithi121:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-10T21:44:12.073 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-10T21:44:12.075 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-10T21:44:12.090 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-10T21:44:12.093 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-10T21:44:12.101 INFO:teuthology.orchestra.run.smithi121.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-10T21:44:12.118 INFO:teuthology.orchestra.run.smithi121.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-10T21:44:12.120 INFO:teuthology.orchestra.run.smithi079.stderr:sudo: ntpd: command not found 2024-02-10T21:44:12.125 INFO:teuthology.orchestra.run.smithi026.stderr:sudo: ntpd: command not found 2024-02-10T21:44:12.133 INFO:teuthology.orchestra.run.smithi079.stdout:506 Cannot talk to daemon 2024-02-10T21:44:12.139 INFO:teuthology.orchestra.run.smithi026.stdout:506 Cannot talk to daemon 2024-02-10T21:44:12.147 INFO:teuthology.orchestra.run.smithi121.stderr:sudo: ntpd: command not found 2024-02-10T21:44:12.150 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-10T21:44:12.158 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-10T21:44:12.161 INFO:teuthology.orchestra.run.smithi121.stdout:506 Cannot talk to daemon 2024-02-10T21:44:12.167 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-10T21:44:12.174 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-10T21:44:12.178 INFO:teuthology.orchestra.run.smithi121.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-10T21:44:12.194 INFO:teuthology.orchestra.run.smithi121.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-10T21:44:12.216 INFO:teuthology.orchestra.run.smithi079.stderr:bash: line 1: ntpq: command not found 2024-02-10T21:44:12.219 INFO:teuthology.orchestra.run.smithi079.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-10T21:44:12.220 INFO:teuthology.orchestra.run.smithi079.stdout:=============================================================================== 2024-02-10T21:44:12.220 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T21:44:12.220 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T21:44:12.220 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T21:44:12.220 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T21:44:12.225 INFO:teuthology.orchestra.run.smithi026.stderr:bash: line 1: ntpq: command not found 2024-02-10T21:44:12.229 INFO:teuthology.orchestra.run.smithi026.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-10T21:44:12.229 INFO:teuthology.orchestra.run.smithi026.stdout:=============================================================================== 2024-02-10T21:44:12.229 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T21:44:12.229 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T21:44:12.229 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T21:44:12.229 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T21:44:12.254 INFO:teuthology.orchestra.run.smithi121.stderr:bash: line 1: ntpq: command not found 2024-02-10T21:44:12.257 INFO:teuthology.orchestra.run.smithi121.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-10T21:44:12.257 INFO:teuthology.orchestra.run.smithi121.stdout:=============================================================================== 2024-02-10T21:44:12.257 INFO:teuthology.orchestra.run.smithi121.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T21:44:12.257 INFO:teuthology.orchestra.run.smithi121.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T21:44:12.258 INFO:teuthology.orchestra.run.smithi121.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T21:44:12.258 INFO:teuthology.orchestra.run.smithi121.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T21:44:12.258 INFO:teuthology.run_tasks:Running task pexec... 2024-02-10T21:44:12.268 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-10T21:44:12.269 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi026.front.sepia.ceph.com 2024-02-10T21:44:12.269 DEBUG:teuthology.orchestra.run.smithi026:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-10T21:44:12.269 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi079.front.sepia.ceph.com 2024-02-10T21:44:12.269 DEBUG:teuthology.orchestra.run.smithi079:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-10T21:44:12.270 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi121.front.sepia.ceph.com 2024-02-10T21:44:12.270 DEBUG:teuthology.orchestra.run.smithi121:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-10T21:44:12.865 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:00:51 ago on Sat 10 Feb 2024 09:43:21 PM UTC. 2024-02-10T21:44:12.882 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:46 ago on Sat 10 Feb 2024 09:43:26 PM UTC. 2024-02-10T21:44:12.900 INFO:teuthology.orchestra.run.smithi121.stdout:Last metadata expiration check: 0:00:50 ago on Sat 10 Feb 2024 09:43:22 PM UTC. 2024-02-10T21:44:13.020 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-02-10T21:44:13.021 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:44:13.021 INFO:teuthology.orchestra.run.smithi079.stdout: Package Architecture Version Repository Size 2024-02-10T21:44:13.021 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:44:13.021 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-02-10T21:44:13.021 INFO:teuthology.orchestra.run.smithi079.stdout: runc x86_64 4:1.1.12-1.el9 CentOS-AppStream 3.1 M 2024-02-10T21:44:13.021 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:44:13.021 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-02-10T21:44:13.021 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:44:13.021 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2024-02-10T21:44:13.021 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:44:13.022 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 3.1 M 2024-02-10T21:44:13.022 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 9.8 M 2024-02-10T21:44:13.022 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-02-10T21:44:13.042 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-02-10T21:44:13.044 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:44:13.044 INFO:teuthology.orchestra.run.smithi026.stdout: Package Architecture Version Repository Size 2024-02-10T21:44:13.045 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:44:13.045 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-02-10T21:44:13.045 INFO:teuthology.orchestra.run.smithi026.stdout: runc x86_64 4:1.1.12-1.el9 CentOS-AppStream 3.1 M 2024-02-10T21:44:13.045 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:44:13.045 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-02-10T21:44:13.045 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:44:13.045 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-02-10T21:44:13.045 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:44:13.045 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 3.1 M 2024-02-10T21:44:13.045 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 9.8 M 2024-02-10T21:44:13.045 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-02-10T21:44:13.055 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2024-02-10T21:44:13.057 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:44:13.057 INFO:teuthology.orchestra.run.smithi121.stdout: Package Architecture Version Repository Size 2024-02-10T21:44:13.057 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:44:13.057 INFO:teuthology.orchestra.run.smithi121.stdout:Installing: 2024-02-10T21:44:13.057 INFO:teuthology.orchestra.run.smithi121.stdout: runc x86_64 4:1.1.12-1.el9 CentOS-AppStream 3.1 M 2024-02-10T21:44:13.057 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:44:13.057 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction Summary 2024-02-10T21:44:13.057 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:44:13.057 INFO:teuthology.orchestra.run.smithi121.stdout:Install 1 Package 2024-02-10T21:44:13.057 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:44:13.058 INFO:teuthology.orchestra.run.smithi121.stdout:Total download size: 3.1 M 2024-02-10T21:44:13.058 INFO:teuthology.orchestra.run.smithi121.stdout:Installed size: 9.8 M 2024-02-10T21:44:13.058 INFO:teuthology.orchestra.run.smithi121.stdout:Downloading Packages: 2024-02-10T21:44:13.219 INFO:teuthology.orchestra.run.smithi079.stdout:runc-1.1.12-1.el9.x86_64.rpm 16 MB/s | 3.1 MB 00:00 2024-02-10T21:44:13.219 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:44:13.220 INFO:teuthology.orchestra.run.smithi079.stdout:Total 16 MB/s | 3.1 MB 00:00 2024-02-10T21:44:13.220 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-02-10T21:44:13.225 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-02-10T21:44:13.225 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-02-10T21:44:13.267 INFO:teuthology.orchestra.run.smithi121.stdout:runc-1.1.12-1.el9.x86_64.rpm 15 MB/s | 3.1 MB 00:00 2024-02-10T21:44:13.268 INFO:teuthology.orchestra.run.smithi026.stdout:runc-1.1.12-1.el9.x86_64.rpm 14 MB/s | 3.1 MB 00:00 2024-02-10T21:44:13.270 INFO:teuthology.orchestra.run.smithi121.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:44:13.270 INFO:teuthology.orchestra.run.smithi121.stdout:Total 15 MB/s | 3.1 MB 00:00 2024-02-10T21:44:13.270 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction check 2024-02-10T21:44:13.270 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:44:13.270 INFO:teuthology.orchestra.run.smithi026.stdout:Total 14 MB/s | 3.1 MB 00:00 2024-02-10T21:44:13.270 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-02-10T21:44:13.274 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction check succeeded. 2024-02-10T21:44:13.274 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction test 2024-02-10T21:44:13.275 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-02-10T21:44:13.275 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-02-10T21:44:13.297 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-02-10T21:44:13.297 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-02-10T21:44:13.344 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction test succeeded. 2024-02-10T21:44:13.345 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction 2024-02-10T21:44:13.349 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-02-10T21:44:13.349 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-02-10T21:44:13.502 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-02-10T21:44:13.548 INFO:teuthology.orchestra.run.smithi121.stdout: Preparing : 1/1 2024-02-10T21:44:13.564 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-02-10T21:44:13.605 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-10T21:44:13.645 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-10T21:44:13.656 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-10T21:44:14.205 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-10T21:44:14.221 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-10T21:44:14.234 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-10T21:44:14.510 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-10T21:44:14.510 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:44:14.510 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-02-10T21:44:14.510 INFO:teuthology.orchestra.run.smithi026.stdout: runc-4:1.1.12-1.el9.x86_64 2024-02-10T21:44:14.511 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:44:14.511 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-02-10T21:44:14.544 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-10T21:44:14.544 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:44:14.544 INFO:teuthology.orchestra.run.smithi121.stdout:Installed: 2024-02-10T21:44:14.544 INFO:teuthology.orchestra.run.smithi121.stdout: runc-4:1.1.12-1.el9.x86_64 2024-02-10T21:44:14.544 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:44:14.544 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2024-02-10T21:44:14.570 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-10T21:44:14.570 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:44:14.570 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-02-10T21:44:14.570 INFO:teuthology.orchestra.run.smithi079.stdout: runc-4:1.1.12-1.el9.x86_64 2024-02-10T21:44:14.570 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:44:14.571 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-02-10T21:44:14.798 DEBUG:teuthology.parallel:result is None 2024-02-10T21:44:14.799 DEBUG:teuthology.parallel:result is None 2024-02-10T21:44:14.819 DEBUG:teuthology.parallel:result is None 2024-02-10T21:44:14.819 INFO:teuthology.run_tasks:Running task install... 2024-02-10T21:44:14.829 DEBUG:teuthology.task.install:project ceph 2024-02-10T21:44:14.829 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '14aa01b918f09661ae41e4c41d1de99d6ac08228'}} 2024-02-10T21:44:14.829 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '14aa01b918f09661ae41e4c41d1de99d6ac08228'} 2024-02-10T21:44:14.829 INFO:teuthology.task.install:Using flavor: default 2024-02-10T21:44:14.835 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-02-10T21:44:14.835 INFO:teuthology.task.install:extra packages: [] 2024-02-10T21:44:14.835 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '14aa01b918f09661ae41e4c41d1de99d6ac08228', 'tag': None, 'wait_for_package': False} 2024-02-10T21:44:14.836 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T21:44:14.838 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '14aa01b918f09661ae41e4c41d1de99d6ac08228', 'tag': None, 'wait_for_package': False} 2024-02-10T21:44:14.838 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T21:44:14.839 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '14aa01b918f09661ae41e4c41d1de99d6ac08228', 'tag': None, 'wait_for_package': False} 2024-02-10T21:44:14.839 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T21:44:15.061 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/flavors/default/ 2024-02-10T21:44:15.061 INFO:teuthology.task.install.rpm:Package version is 19.0.0-1367.g14aa01b9 2024-02-10T21:44:15.064 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/flavors/default/ 2024-02-10T21:44:15.064 INFO:teuthology.task.install.rpm:Package version is 19.0.0-1367.g14aa01b9 2024-02-10T21:44:15.067 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/flavors/default/ 2024-02-10T21:44:15.067 INFO:teuthology.task.install.rpm:Package version is 19.0.0-1367.g14aa01b9 2024-02-10T21:44:15.232 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-02-10T21:44:15.233 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-02-10T21:44:15.233 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-02-10T21:44:15.246 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-02-10T21:44:15.246 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2024-02-10T21:44:15.246 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-02-10T21:44:15.255 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-02-10T21:44:15.256 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-02-10T21:44:15.256 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-02-10T21:44:15.260 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-02-10T21:44:15.260 DEBUG:teuthology.orchestra.run.smithi026:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/14aa01b918f09661ae41e4c41d1de99d6ac08228/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-02-10T21:44:15.273 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-02-10T21:44:15.273 DEBUG:teuthology.orchestra.run.smithi121:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/14aa01b918f09661ae41e4c41d1de99d6ac08228/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-02-10T21:44:15.284 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-02-10T21:44:15.285 DEBUG:teuthology.orchestra.run.smithi079:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/14aa01b918f09661ae41e4c41d1de99d6ac08228/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-02-10T21:44:15.340 DEBUG:teuthology.orchestra.run.smithi026:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-02-10T21:44:15.341 DEBUG:teuthology.orchestra.run.smithi121:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-02-10T21:44:15.365 DEBUG:teuthology.orchestra.run.smithi079:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-02-10T21:44:15.419 DEBUG:teuthology.orchestra.run.smithi026:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-02-10T21:44:15.421 DEBUG:teuthology.orchestra.run.smithi121:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-02-10T21:44:15.446 DEBUG:teuthology.orchestra.run.smithi079:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-02-10T21:44:15.485 INFO:teuthology.orchestra.run.smithi026.stdout:check_obsoletes = 1 2024-02-10T21:44:15.486 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum clean all 2024-02-10T21:44:15.487 INFO:teuthology.orchestra.run.smithi121.stdout:check_obsoletes = 1 2024-02-10T21:44:15.489 DEBUG:teuthology.orchestra.run.smithi121:> sudo yum clean all 2024-02-10T21:44:15.512 INFO:teuthology.orchestra.run.smithi079.stdout:check_obsoletes = 1 2024-02-10T21:44:15.514 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum clean all 2024-02-10T21:44:15.731 INFO:teuthology.orchestra.run.smithi026.stdout:74 files removed 2024-02-10T21:44:15.741 INFO:teuthology.orchestra.run.smithi121.stdout:74 files removed 2024-02-10T21:44:15.757 INFO:teuthology.orchestra.run.smithi079.stdout:74 files removed 2024-02-10T21:44:15.759 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-radosgw 2024-02-10T21:44:15.768 DEBUG:teuthology.orchestra.run.smithi121:> sudo yum -y install ceph-radosgw 2024-02-10T21:44:15.783 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-radosgw 2024-02-10T21:44:16.540 INFO:teuthology.orchestra.run.smithi026.stdout:ceph packages for x86_64 179 kB/s | 82 kB 00:00 2024-02-10T21:44:16.551 INFO:teuthology.orchestra.run.smithi121.stdout:ceph packages for x86_64 176 kB/s | 82 kB 00:00 2024-02-10T21:44:16.558 INFO:teuthology.orchestra.run.smithi079.stdout:ceph packages for x86_64 179 kB/s | 82 kB 00:00 2024-02-10T21:44:16.982 INFO:teuthology.orchestra.run.smithi026.stdout:ceph noarch packages 26 kB/s | 10 kB 00:00 2024-02-10T21:44:16.993 INFO:teuthology.orchestra.run.smithi121.stdout:ceph noarch packages 25 kB/s | 10 kB 00:00 2024-02-10T21:44:17.001 INFO:teuthology.orchestra.run.smithi079.stdout:ceph noarch packages 25 kB/s | 10 kB 00:00 2024-02-10T21:44:17.416 INFO:teuthology.orchestra.run.smithi026.stdout:ceph source packages 4.8 kB/s | 1.9 kB 00:00 2024-02-10T21:44:17.435 INFO:teuthology.orchestra.run.smithi121.stdout:ceph source packages 4.7 kB/s | 1.9 kB 00:00 2024-02-10T21:44:17.435 INFO:teuthology.orchestra.run.smithi079.stdout:ceph source packages 4.8 kB/s | 1.9 kB 00:00 2024-02-10T21:44:17.994 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS-9 - AppStream 12 MB/s | 6.7 MB 00:00 2024-02-10T21:44:18.013 INFO:teuthology.orchestra.run.smithi121.stdout:CentOS-9 - AppStream 12 MB/s | 6.7 MB 00:00 2024-02-10T21:44:18.029 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS-9 - AppStream 12 MB/s | 6.7 MB 00:00 2024-02-10T21:44:19.488 INFO:teuthology.orchestra.run.smithi121.stdout:CentOS-9 - BaseOS 5.8 MB/s | 2.0 MB 00:00 2024-02-10T21:44:19.544 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS-9 - BaseOS 5.3 MB/s | 2.0 MB 00:00 2024-02-10T21:44:19.562 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS-9 - BaseOS 4.8 MB/s | 2.0 MB 00:00 2024-02-10T21:44:20.578 INFO:teuthology.orchestra.run.smithi121.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.0 MB 00:00 2024-02-10T21:44:20.586 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.0 MB 00:00 2024-02-10T21:44:20.628 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.0 MB 00:00 2024-02-10T21:44:22.838 INFO:teuthology.orchestra.run.smithi121.stdout:CentOS Stream 9 - AppStream 17 MB/s | 19 MB 00:01 2024-02-10T21:44:23.619 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - AppStream 10 MB/s | 19 MB 00:01 2024-02-10T21:44:26.703 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - AppStream 3.7 MB/s | 19 MB 00:05 2024-02-10T21:44:28.154 INFO:teuthology.orchestra.run.smithi121.stdout:CentOS Stream 9 - CRB 3.8 MB/s | 5.9 MB 00:01 2024-02-10T21:44:29.161 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - CRB 3.1 MB/s | 5.9 MB 00:01 2024-02-10T21:44:29.614 INFO:teuthology.orchestra.run.smithi121.stdout:CentOS Stream 9 - Extras packages 48 kB/s | 15 kB 00:00 2024-02-10T21:44:30.520 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - Extras packages 82 kB/s | 15 kB 00:00 2024-02-10T21:44:31.340 INFO:teuthology.orchestra.run.smithi121.stdout:Extra Packages for Enterprise Linux 13 MB/s | 20 MB 00:01 2024-02-10T21:44:31.424 INFO:teuthology.orchestra.run.smithi026.stdout:Extra Packages for Enterprise Linux 27 MB/s | 20 MB 00:00 2024-02-10T21:44:32.087 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - CRB 3.0 MB/s | 5.9 MB 00:01 2024-02-10T21:44:33.421 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - Extras packages 79 kB/s | 15 kB 00:00 2024-02-10T21:44:35.972 INFO:teuthology.orchestra.run.smithi079.stdout:Extra Packages for Enterprise Linux 8.4 MB/s | 20 MB 00:02 2024-02-10T21:44:36.189 INFO:teuthology.orchestra.run.smithi121.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-02-10T21:44:36.488 INFO:teuthology.orchestra.run.smithi026.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-02-10T21:44:38.884 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2024-02-10T21:44:38.886 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:44:38.887 INFO:teuthology.orchestra.run.smithi121.stdout: Package Arch Version Repository Size 2024-02-10T21:44:38.887 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:44:38.887 INFO:teuthology.orchestra.run.smithi121.stdout:Installing: 2024-02-10T21:44:38.887 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-radosgw x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 9.7 M 2024-02-10T21:44:38.887 INFO:teuthology.orchestra.run.smithi121.stdout:Upgrading: 2024-02-10T21:44:38.887 INFO:teuthology.orchestra.run.smithi121.stdout: librados2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.4 M 2024-02-10T21:44:38.887 INFO:teuthology.orchestra.run.smithi121.stdout: librbd1 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.1 M 2024-02-10T21:44:38.887 INFO:teuthology.orchestra.run.smithi121.stdout:Installing dependencies: 2024-02-10T21:44:38.887 INFO:teuthology.orchestra.run.smithi121.stdout: boost-program-options 2024-02-10T21:44:38.887 INFO:teuthology.orchestra.run.smithi121.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-02-10T21:44:38.887 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-base x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 5.3 M 2024-02-10T21:44:38.887 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-common x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 20 M 2024-02-10T21:44:38.887 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-selinux x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 25 k 2024-02-10T21:44:38.888 INFO:teuthology.orchestra.run.smithi121.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-02-10T21:44:38.888 INFO:teuthology.orchestra.run.smithi121.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-02-10T21:44:38.888 INFO:teuthology.orchestra.run.smithi121.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-02-10T21:44:38.888 INFO:teuthology.orchestra.run.smithi121.stdout: libcephfs2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 742 k 2024-02-10T21:44:38.888 INFO:teuthology.orchestra.run.smithi121.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-02-10T21:44:38.888 INFO:teuthology.orchestra.run.smithi121.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-02-10T21:44:38.888 INFO:teuthology.orchestra.run.smithi121.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-02-10T21:44:38.888 INFO:teuthology.orchestra.run.smithi121.stdout: libradosstriper1 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 499 k 2024-02-10T21:44:38.888 INFO:teuthology.orchestra.run.smithi121.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-02-10T21:44:38.888 INFO:teuthology.orchestra.run.smithi121.stdout: librgw2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 5.1 M 2024-02-10T21:44:38.888 INFO:teuthology.orchestra.run.smithi121.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-02-10T21:44:38.888 INFO:teuthology.orchestra.run.smithi121.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-02-10T21:44:38.888 INFO:teuthology.orchestra.run.smithi121.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-02-10T21:44:38.888 INFO:teuthology.orchestra.run.smithi121.stdout: python3-ceph-argparse 2024-02-10T21:44:38.889 INFO:teuthology.orchestra.run.smithi121.stdout: x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 45 k 2024-02-10T21:44:38.889 INFO:teuthology.orchestra.run.smithi121.stdout: python3-ceph-common x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 131 k 2024-02-10T21:44:38.889 INFO:teuthology.orchestra.run.smithi121.stdout: python3-cephfs x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 161 k 2024-02-10T21:44:38.889 INFO:teuthology.orchestra.run.smithi121.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-02-10T21:44:38.889 INFO:teuthology.orchestra.run.smithi121.stdout: python3-rados x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 320 k 2024-02-10T21:44:38.889 INFO:teuthology.orchestra.run.smithi121.stdout: python3-rbd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 297 k 2024-02-10T21:44:38.889 INFO:teuthology.orchestra.run.smithi121.stdout: python3-rgw x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 99 k 2024-02-10T21:44:38.889 INFO:teuthology.orchestra.run.smithi121.stdout: qatlib x86_64 23.11.0-1.el9 CentOS-AppStream 215 k 2024-02-10T21:44:38.889 INFO:teuthology.orchestra.run.smithi121.stdout: qatzip-libs x86_64 1.1.2-2.el9 CentOS-AppStream 43 k 2024-02-10T21:44:38.889 INFO:teuthology.orchestra.run.smithi121.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-02-10T21:44:38.889 INFO:teuthology.orchestra.run.smithi121.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-02-10T21:44:38.889 INFO:teuthology.orchestra.run.smithi121.stdout:Installing weak dependencies: 2024-02-10T21:44:38.889 INFO:teuthology.orchestra.run.smithi121.stdout: qatlib-service x86_64 23.11.0-1.el9 CentOS-AppStream 34 k 2024-02-10T21:44:38.889 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:44:38.889 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction Summary 2024-02-10T21:44:38.889 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:44:38.890 INFO:teuthology.orchestra.run.smithi121.stdout:Install 30 Packages 2024-02-10T21:44:38.890 INFO:teuthology.orchestra.run.smithi121.stdout:Upgrade 2 Packages 2024-02-10T21:44:38.890 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:44:38.890 INFO:teuthology.orchestra.run.smithi121.stdout:Total download size: 58 M 2024-02-10T21:44:38.890 INFO:teuthology.orchestra.run.smithi121.stdout:Downloading Packages: 2024-02-10T21:44:39.277 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-02-10T21:44:39.280 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:44:39.280 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-02-10T21:44:39.280 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:44:39.280 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-02-10T21:44:39.280 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-radosgw x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 9.7 M 2024-02-10T21:44:39.280 INFO:teuthology.orchestra.run.smithi026.stdout:Upgrading: 2024-02-10T21:44:39.280 INFO:teuthology.orchestra.run.smithi026.stdout: librados2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.4 M 2024-02-10T21:44:39.280 INFO:teuthology.orchestra.run.smithi026.stdout: librbd1 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.1 M 2024-02-10T21:44:39.280 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-02-10T21:44:39.281 INFO:teuthology.orchestra.run.smithi026.stdout: boost-program-options 2024-02-10T21:44:39.281 INFO:teuthology.orchestra.run.smithi026.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-02-10T21:44:39.281 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-base x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 5.3 M 2024-02-10T21:44:39.281 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-common x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 20 M 2024-02-10T21:44:39.281 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-selinux x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 25 k 2024-02-10T21:44:39.281 INFO:teuthology.orchestra.run.smithi026.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-02-10T21:44:39.281 INFO:teuthology.orchestra.run.smithi026.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-02-10T21:44:39.281 INFO:teuthology.orchestra.run.smithi026.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-02-10T21:44:39.281 INFO:teuthology.orchestra.run.smithi026.stdout: libcephfs2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 742 k 2024-02-10T21:44:39.281 INFO:teuthology.orchestra.run.smithi026.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-02-10T21:44:39.281 INFO:teuthology.orchestra.run.smithi026.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-02-10T21:44:39.281 INFO:teuthology.orchestra.run.smithi026.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-02-10T21:44:39.281 INFO:teuthology.orchestra.run.smithi026.stdout: libradosstriper1 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 499 k 2024-02-10T21:44:39.281 INFO:teuthology.orchestra.run.smithi026.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-02-10T21:44:39.282 INFO:teuthology.orchestra.run.smithi026.stdout: librgw2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 5.1 M 2024-02-10T21:44:39.282 INFO:teuthology.orchestra.run.smithi026.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-02-10T21:44:39.282 INFO:teuthology.orchestra.run.smithi026.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-02-10T21:44:39.282 INFO:teuthology.orchestra.run.smithi026.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-02-10T21:44:39.282 INFO:teuthology.orchestra.run.smithi026.stdout: python3-ceph-argparse 2024-02-10T21:44:39.282 INFO:teuthology.orchestra.run.smithi026.stdout: x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 45 k 2024-02-10T21:44:39.282 INFO:teuthology.orchestra.run.smithi026.stdout: python3-ceph-common x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 131 k 2024-02-10T21:44:39.282 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cephfs x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 161 k 2024-02-10T21:44:39.282 INFO:teuthology.orchestra.run.smithi026.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-02-10T21:44:39.282 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rados x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 320 k 2024-02-10T21:44:39.282 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rbd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 297 k 2024-02-10T21:44:39.282 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rgw x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 99 k 2024-02-10T21:44:39.282 INFO:teuthology.orchestra.run.smithi026.stdout: qatlib x86_64 23.11.0-1.el9 CentOS-AppStream 215 k 2024-02-10T21:44:39.282 INFO:teuthology.orchestra.run.smithi026.stdout: qatzip-libs x86_64 1.1.2-2.el9 CentOS-AppStream 43 k 2024-02-10T21:44:39.283 INFO:teuthology.orchestra.run.smithi026.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-02-10T21:44:39.283 INFO:teuthology.orchestra.run.smithi026.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-02-10T21:44:39.283 INFO:teuthology.orchestra.run.smithi026.stdout:Installing weak dependencies: 2024-02-10T21:44:39.283 INFO:teuthology.orchestra.run.smithi026.stdout: qatlib-service x86_64 23.11.0-1.el9 CentOS-AppStream 34 k 2024-02-10T21:44:39.283 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:44:39.283 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-02-10T21:44:39.283 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:44:39.283 INFO:teuthology.orchestra.run.smithi026.stdout:Install 30 Packages 2024-02-10T21:44:39.283 INFO:teuthology.orchestra.run.smithi026.stdout:Upgrade 2 Packages 2024-02-10T21:44:39.283 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:44:39.284 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 58 M 2024-02-10T21:44:39.284 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-02-10T21:44:39.840 INFO:teuthology.orchestra.run.smithi121.stdout:(1/32): ceph-base-19.0.0-1367.g14aa01b9.el9.x86 6.1 MB/s | 5.3 MB 00:00 2024-02-10T21:44:39.932 INFO:teuthology.orchestra.run.smithi121.stdout:(2/32): ceph-selinux-19.0.0-1367.g14aa01b9.el9. 275 kB/s | 25 kB 00:00 2024-02-10T21:44:40.041 INFO:teuthology.orchestra.run.smithi121.stdout:(3/32): libcephfs2-19.0.0-1367.g14aa01b9.el9.x8 6.7 MB/s | 742 kB 00:00 2024-02-10T21:44:40.133 INFO:teuthology.orchestra.run.smithi121.stdout:(4/32): libradosstriper1-19.0.0-1367.g14aa01b9. 5.3 MB/s | 499 kB 00:00 2024-02-10T21:44:40.641 INFO:teuthology.orchestra.run.smithi121.stdout:(5/32): librgw2-19.0.0-1367.g14aa01b9.el9.x86_6 10 MB/s | 5.1 MB 00:00 2024-02-10T21:44:40.725 INFO:teuthology.orchestra.run.smithi121.stdout:(6/32): python3-ceph-argparse-19.0.0-1367.g14aa 543 kB/s | 45 kB 00:00 2024-02-10T21:44:40.780 INFO:teuthology.orchestra.run.smithi079.stdout:lab-extras 25 kB/s | 1.7 kB 00:00 2024-02-10T21:44:40.817 INFO:teuthology.orchestra.run.smithi121.stdout:(7/32): python3-ceph-common-19.0.0-1367.g14aa01 1.4 MB/s | 131 kB 00:00 2024-02-10T21:44:41.075 INFO:teuthology.orchestra.run.smithi121.stdout:(8/32): ceph-common-19.0.0-1367.g14aa01b9.el9.x 9.4 MB/s | 20 MB 00:02 2024-02-10T21:44:41.100 INFO:teuthology.orchestra.run.smithi121.stdout:(9/32): python3-cephfs-19.0.0-1367.g14aa01b9.el 569 kB/s | 161 kB 00:00 2024-02-10T21:44:41.150 INFO:teuthology.orchestra.run.smithi121.stdout:(10/32): python3-rados-19.0.0-1367.g14aa01b9.el 4.2 MB/s | 320 kB 00:00 2024-02-10T21:44:41.176 INFO:teuthology.orchestra.run.smithi121.stdout:(11/32): python3-rbd-19.0.0-1367.g14aa01b9.el9. 3.9 MB/s | 297 kB 00:00 2024-02-10T21:44:41.235 INFO:teuthology.orchestra.run.smithi121.stdout:(12/32): python3-rgw-19.0.0-1367.g14aa01b9.el9. 1.2 MB/s | 99 kB 00:00 2024-02-10T21:44:41.393 INFO:teuthology.orchestra.run.smithi121.stdout:(13/32): ceph-radosgw-19.0.0-1367.g14aa01b9.el9 4.0 MB/s | 9.7 MB 00:02 2024-02-10T21:44:41.418 INFO:teuthology.orchestra.run.smithi121.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 437 kB/s | 106 kB 00:00 2024-02-10T21:44:41.444 INFO:teuthology.orchestra.run.smithi121.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 767 kB/s | 159 kB 00:00 2024-02-10T21:44:41.460 INFO:teuthology.orchestra.run.smithi121.stdout:(16/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 663 kB/s | 44 kB 00:00 2024-02-10T21:44:41.527 INFO:teuthology.orchestra.run.smithi121.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.3 MB/s | 282 kB 00:00 2024-02-10T21:44:41.586 INFO:teuthology.orchestra.run.smithi121.stdout:(18/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.5 MB/s | 661 kB 00:00 2024-02-10T21:44:41.603 INFO:teuthology.orchestra.run.smithi121.stdout:(19/32): python3-prettytable-0.7.2-27.el9.noarc 289 kB/s | 41 kB 00:00 2024-02-10T21:44:41.628 INFO:teuthology.orchestra.run.smithi121.stdout:(20/32): qatlib-23.11.0-1.el9.x86_64.rpm 2.1 MB/s | 215 kB 00:00 2024-02-10T21:44:41.645 INFO:teuthology.orchestra.run.smithi121.stdout:(21/32): qatlib-service-23.11.0-1.el9.x86_64.rp 579 kB/s | 34 kB 00:00 2024-02-10T21:44:41.670 INFO:teuthology.orchestra.run.smithi121.stdout:(22/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 1.0 MB/s | 43 kB 00:00 2024-02-10T21:44:41.689 INFO:teuthology.orchestra.run.smithi026.stdout:(1/32): ceph-base-19.0.0-1367.g14aa01b9.el9.x86 2.4 MB/s | 5.3 MB 00:02 2024-02-10T21:44:41.764 INFO:teuthology.orchestra.run.smithi026.stdout:(2/32): ceph-selinux-19.0.0-1367.g14aa01b9.el9. 337 kB/s | 25 kB 00:00 2024-02-10T21:44:41.931 INFO:teuthology.orchestra.run.smithi026.stdout:(3/32): libcephfs2-19.0.0-1367.g14aa01b9.el9.x8 4.4 MB/s | 742 kB 00:00 2024-02-10T21:44:42.046 INFO:teuthology.orchestra.run.smithi121.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 69 kB/s | 26 kB 00:00 2024-02-10T21:44:42.073 INFO:teuthology.orchestra.run.smithi026.stdout:(4/32): libradosstriper1-19.0.0-1367.g14aa01b9. 3.4 MB/s | 499 kB 00:00 2024-02-10T21:44:42.221 INFO:teuthology.orchestra.run.smithi121.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 277 kB/s | 49 kB 00:00 2024-02-10T21:44:42.329 INFO:teuthology.orchestra.run.smithi121.stdout:(25/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 441 kB/s | 309 kB 00:00 2024-02-10T21:44:42.363 INFO:teuthology.orchestra.run.smithi121.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 475 kB/s | 67 kB 00:00 2024-02-10T21:44:42.580 INFO:teuthology.orchestra.run.smithi121.stdout:(27/32): libarrow-9.0.0-10.el9.x86_64.rpm 4.7 MB/s | 4.4 MB 00:00 2024-02-10T21:44:42.605 INFO:teuthology.orchestra.run.smithi121.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 792 kB/s | 192 kB 00:00 2024-02-10T21:44:42.630 INFO:teuthology.orchestra.run.smithi121.stdout:(29/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 2.7 MB/s | 838 kB 00:00 2024-02-10T21:44:42.648 INFO:teuthology.orchestra.run.smithi026.stdout:(5/32): ceph-radosgw-19.0.0-1367.g14aa01b9.el9. 3.1 MB/s | 9.7 MB 00:03 2024-02-10T21:44:42.714 INFO:teuthology.orchestra.run.smithi121.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 12 MB/s | 1.6 MB 00:00 2024-02-10T21:44:42.840 INFO:teuthology.orchestra.run.smithi026.stdout:(6/32): ceph-common-19.0.0-1367.g14aa01b9.el9.x 5.9 MB/s | 20 MB 00:03 2024-02-10T21:44:42.857 INFO:teuthology.orchestra.run.smithi026.stdout:(7/32): python3-ceph-argparse-19.0.0-1367.g14aa 216 kB/s | 45 kB 00:00 2024-02-10T21:44:42.941 INFO:teuthology.orchestra.run.smithi026.stdout:(8/32): librgw2-19.0.0-1367.g14aa01b9.el9.x86_6 5.9 MB/s | 5.1 MB 00:00 2024-02-10T21:44:42.966 INFO:teuthology.orchestra.run.smithi026.stdout:(9/32): python3-ceph-common-19.0.0-1367.g14aa01 1.0 MB/s | 131 kB 00:00 2024-02-10T21:44:42.991 INFO:teuthology.orchestra.run.smithi026.stdout:(10/32): python3-cephfs-19.0.0-1367.g14aa01b9.e 1.2 MB/s | 161 kB 00:00 2024-02-10T21:44:43.033 INFO:teuthology.orchestra.run.smithi026.stdout:(11/32): python3-rados-19.0.0-1367.g14aa01b9.el 3.4 MB/s | 320 kB 00:00 2024-02-10T21:44:43.039 INFO:teuthology.orchestra.run.smithi121.stdout:(31/32): librados2-19.0.0-1367.g14aa01b9.el9.x8 7.8 MB/s | 3.4 MB 00:00 2024-02-10T21:44:43.067 INFO:teuthology.orchestra.run.smithi026.stdout:(12/32): python3-rbd-19.0.0-1367.g14aa01b9.el9. 2.9 MB/s | 297 kB 00:00 2024-02-10T21:44:43.109 INFO:teuthology.orchestra.run.smithi026.stdout:(13/32): python3-rgw-19.0.0-1367.g14aa01b9.el9. 849 kB/s | 99 kB 00:00 2024-02-10T21:44:43.123 INFO:teuthology.orchestra.run.smithi121.stdout:(32/32): librbd1-19.0.0-1367.g14aa01b9.el9.x86_ 6.4 MB/s | 3.1 MB 00:00 2024-02-10T21:44:43.128 INFO:teuthology.orchestra.run.smithi121.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:44:43.128 INFO:teuthology.orchestra.run.smithi121.stdout:Total 14 MB/s | 58 MB 00:04 2024-02-10T21:44:43.129 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction check 2024-02-10T21:44:43.161 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction check succeeded. 2024-02-10T21:44:43.161 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction test 2024-02-10T21:44:43.175 INFO:teuthology.orchestra.run.smithi026.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 745 kB/s | 106 kB 00:00 2024-02-10T21:44:43.192 INFO:teuthology.orchestra.run.smithi026.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 792 kB/s | 44 kB 00:00 2024-02-10T21:44:43.226 INFO:teuthology.orchestra.run.smithi026.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.2 MB/s | 159 kB 00:00 2024-02-10T21:44:43.260 INFO:teuthology.orchestra.run.smithi026.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 7.7 MB/s | 661 kB 00:00 2024-02-10T21:44:43.285 INFO:teuthology.orchestra.run.smithi026.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.0 MB/s | 282 kB 00:00 2024-02-10T21:44:43.302 INFO:teuthology.orchestra.run.smithi026.stdout:(19/32): python3-prettytable-0.7.2-27.el9.noarc 554 kB/s | 41 kB 00:00 2024-02-10T21:44:43.319 INFO:teuthology.orchestra.run.smithi026.stdout:(20/32): qatlib-service-23.11.0-1.el9.x86_64.rp 1.0 MB/s | 34 kB 00:00 2024-02-10T21:44:43.344 INFO:teuthology.orchestra.run.smithi026.stdout:(21/32): qatlib-23.11.0-1.el9.x86_64.rpm 3.6 MB/s | 215 kB 00:00 2024-02-10T21:44:43.361 INFO:teuthology.orchestra.run.smithi026.stdout:(22/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 742 kB/s | 43 kB 00:00 2024-02-10T21:44:43.445 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-02-10T21:44:43.447 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:44:43.447 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-02-10T21:44:43.448 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:44:43.448 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-02-10T21:44:43.448 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-radosgw x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 9.7 M 2024-02-10T21:44:43.448 INFO:teuthology.orchestra.run.smithi079.stdout:Upgrading: 2024-02-10T21:44:43.448 INFO:teuthology.orchestra.run.smithi079.stdout: librados2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.4 M 2024-02-10T21:44:43.448 INFO:teuthology.orchestra.run.smithi079.stdout: librbd1 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.1 M 2024-02-10T21:44:43.448 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-02-10T21:44:43.448 INFO:teuthology.orchestra.run.smithi079.stdout: boost-program-options 2024-02-10T21:44:43.448 INFO:teuthology.orchestra.run.smithi079.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-02-10T21:44:43.448 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-base x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 5.3 M 2024-02-10T21:44:43.448 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-common x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 20 M 2024-02-10T21:44:43.448 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-selinux x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 25 k 2024-02-10T21:44:43.448 INFO:teuthology.orchestra.run.smithi079.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-02-10T21:44:43.449 INFO:teuthology.orchestra.run.smithi079.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-02-10T21:44:43.449 INFO:teuthology.orchestra.run.smithi079.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-02-10T21:44:43.449 INFO:teuthology.orchestra.run.smithi079.stdout: libcephfs2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 742 k 2024-02-10T21:44:43.449 INFO:teuthology.orchestra.run.smithi079.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-02-10T21:44:43.449 INFO:teuthology.orchestra.run.smithi079.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-02-10T21:44:43.449 INFO:teuthology.orchestra.run.smithi079.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-02-10T21:44:43.449 INFO:teuthology.orchestra.run.smithi079.stdout: libradosstriper1 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 499 k 2024-02-10T21:44:43.449 INFO:teuthology.orchestra.run.smithi079.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-02-10T21:44:43.449 INFO:teuthology.orchestra.run.smithi079.stdout: librgw2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 5.1 M 2024-02-10T21:44:43.449 INFO:teuthology.orchestra.run.smithi079.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-02-10T21:44:43.449 INFO:teuthology.orchestra.run.smithi079.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-02-10T21:44:43.449 INFO:teuthology.orchestra.run.smithi079.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-02-10T21:44:43.449 INFO:teuthology.orchestra.run.smithi079.stdout: python3-ceph-argparse 2024-02-10T21:44:43.449 INFO:teuthology.orchestra.run.smithi079.stdout: x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 45 k 2024-02-10T21:44:43.449 INFO:teuthology.orchestra.run.smithi079.stdout: python3-ceph-common x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 131 k 2024-02-10T21:44:43.449 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cephfs x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 161 k 2024-02-10T21:44:43.450 INFO:teuthology.orchestra.run.smithi079.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-02-10T21:44:43.450 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rados x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 320 k 2024-02-10T21:44:43.450 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rbd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 297 k 2024-02-10T21:44:43.450 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rgw x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 99 k 2024-02-10T21:44:43.450 INFO:teuthology.orchestra.run.smithi079.stdout: qatlib x86_64 23.11.0-1.el9 CentOS-AppStream 215 k 2024-02-10T21:44:43.450 INFO:teuthology.orchestra.run.smithi079.stdout: qatzip-libs x86_64 1.1.2-2.el9 CentOS-AppStream 43 k 2024-02-10T21:44:43.450 INFO:teuthology.orchestra.run.smithi079.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-02-10T21:44:43.450 INFO:teuthology.orchestra.run.smithi079.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-02-10T21:44:43.450 INFO:teuthology.orchestra.run.smithi079.stdout:Installing weak dependencies: 2024-02-10T21:44:43.450 INFO:teuthology.orchestra.run.smithi079.stdout: qatlib-service x86_64 23.11.0-1.el9 CentOS-AppStream 34 k 2024-02-10T21:44:43.450 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:44:43.450 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-02-10T21:44:43.450 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:44:43.450 INFO:teuthology.orchestra.run.smithi079.stdout:Install 30 Packages 2024-02-10T21:44:43.450 INFO:teuthology.orchestra.run.smithi079.stdout:Upgrade 2 Packages 2024-02-10T21:44:43.450 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:44:43.451 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 58 M 2024-02-10T21:44:43.451 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-02-10T21:44:43.619 INFO:teuthology.orchestra.run.smithi026.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 101 kB/s | 26 kB 00:00 2024-02-10T21:44:43.633 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction test succeeded. 2024-02-10T21:44:43.633 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction 2024-02-10T21:44:43.819 INFO:teuthology.orchestra.run.smithi026.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 243 kB/s | 49 kB 00:00 2024-02-10T21:44:43.895 INFO:teuthology.orchestra.run.smithi026.stdout:(25/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 537 kB/s | 309 kB 00:00 2024-02-10T21:44:43.987 INFO:teuthology.orchestra.run.smithi026.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 403 kB/s | 67 kB 00:00 2024-02-10T21:44:44.148 INFO:teuthology.orchestra.run.smithi026.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 3.2 MB/s | 838 kB 00:00 2024-02-10T21:44:44.181 INFO:teuthology.orchestra.run.smithi026.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 988 kB/s | 192 kB 00:00 2024-02-10T21:44:44.239 INFO:teuthology.orchestra.run.smithi079.stdout:(1/32): ceph-base-19.0.0-1367.g14aa01b9.el9.x86 7.2 MB/s | 5.3 MB 00:00 2024-02-10T21:44:44.248 INFO:teuthology.orchestra.run.smithi026.stdout:(29/32): libarrow-9.0.0-10.el9.x86_64.rpm 5.0 MB/s | 4.4 MB 00:00 2024-02-10T21:44:44.314 INFO:teuthology.orchestra.run.smithi079.stdout:(2/32): ceph-selinux-19.0.0-1367.g14aa01b9.el9. 336 kB/s | 25 kB 00:00 2024-02-10T21:44:44.357 INFO:teuthology.orchestra.run.smithi026.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 7.6 MB/s | 1.6 MB 00:00 2024-02-10T21:44:44.415 INFO:teuthology.orchestra.run.smithi079.stdout:(3/32): libcephfs2-19.0.0-1367.g14aa01b9.el9.x8 7.3 MB/s | 742 kB 00:00 2024-02-10T21:44:44.515 INFO:teuthology.orchestra.run.smithi079.stdout:(4/32): libradosstriper1-19.0.0-1367.g14aa01b9. 4.9 MB/s | 499 kB 00:00 2024-02-10T21:44:44.949 INFO:teuthology.orchestra.run.smithi026.stdout:(31/32): librados2-19.0.0-1367.g14aa01b9.el9.x8 4.4 MB/s | 3.4 MB 00:00 2024-02-10T21:44:45.007 INFO:teuthology.orchestra.run.smithi026.stdout:(32/32): librbd1-19.0.0-1367.g14aa01b9.el9.x86_ 4.1 MB/s | 3.1 MB 00:00 2024-02-10T21:44:45.012 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:44:45.012 INFO:teuthology.orchestra.run.smithi026.stdout:Total 10 MB/s | 58 MB 00:05 2024-02-10T21:44:45.012 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-02-10T21:44:45.042 INFO:teuthology.orchestra.run.smithi121.stdout: Preparing : 1/1 2024-02-10T21:44:45.054 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-02-10T21:44:45.054 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-02-10T21:44:45.148 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-02-10T21:44:45.177 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-02-10T21:44:45.203 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-02-10T21:44:45.215 INFO:teuthology.orchestra.run.smithi079.stdout:(5/32): ceph-radosgw-19.0.0-1367.g14aa01b9.el9. 5.7 MB/s | 9.7 MB 00:01 2024-02-10T21:44:45.225 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-02-10T21:44:45.242 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-02-10T21:44:45.282 INFO:teuthology.orchestra.run.smithi079.stdout:(6/32): librgw2-19.0.0-1367.g14aa01b9.el9.x86_6 6.7 MB/s | 5.1 MB 00:00 2024-02-10T21:44:45.316 INFO:teuthology.orchestra.run.smithi079.stdout:(7/32): python3-ceph-argparse-19.0.0-1367.g14aa 450 kB/s | 45 kB 00:00 2024-02-10T21:44:45.358 INFO:teuthology.orchestra.run.smithi079.stdout:(8/32): python3-ceph-common-19.0.0-1367.g14aa01 1.7 MB/s | 131 kB 00:00 2024-02-10T21:44:45.383 INFO:teuthology.orchestra.run.smithi079.stdout:(9/32): python3-cephfs-19.0.0-1367.g14aa01b9.el 2.4 MB/s | 161 kB 00:00 2024-02-10T21:44:45.399 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-02-10T21:44:45.433 INFO:teuthology.orchestra.run.smithi079.stdout:(10/32): python3-rados-19.0.0-1367.g14aa01b9.el 4.2 MB/s | 320 kB 00:00 2024-02-10T21:44:45.455 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-02-10T21:44:45.459 INFO:teuthology.orchestra.run.smithi079.stdout:(11/32): python3-rbd-19.0.0-1367.g14aa01b9.el9. 3.9 MB/s | 297 kB 00:00 2024-02-10T21:44:45.517 INFO:teuthology.orchestra.run.smithi079.stdout:(12/32): python3-rgw-19.0.0-1367.g14aa01b9.el9. 1.2 MB/s | 99 kB 00:00 2024-02-10T21:44:45.552 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-02-10T21:44:45.552 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-02-10T21:44:45.576 INFO:teuthology.orchestra.run.smithi079.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 906 kB/s | 106 kB 00:00 2024-02-10T21:44:45.601 INFO:teuthology.orchestra.run.smithi079.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.9 MB/s | 159 kB 00:00 2024-02-10T21:44:45.626 INFO:teuthology.orchestra.run.smithi079.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 884 kB/s | 44 kB 00:00 2024-02-10T21:44:45.660 INFO:teuthology.orchestra.run.smithi079.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 11 MB/s | 661 kB 00:00 2024-02-10T21:44:45.685 INFO:teuthology.orchestra.run.smithi079.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 4.7 MB/s | 282 kB 00:00 2024-02-10T21:44:45.710 INFO:teuthology.orchestra.run.smithi079.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 827 kB/s | 41 kB 00:00 2024-02-10T21:44:45.736 INFO:teuthology.orchestra.run.smithi079.stdout:(19/32): qatlib-23.11.0-1.el9.x86_64.rpm 4.2 MB/s | 215 kB 00:00 2024-02-10T21:44:45.761 INFO:teuthology.orchestra.run.smithi079.stdout:(20/32): qatlib-service-23.11.0-1.el9.x86_64.rp 677 kB/s | 34 kB 00:00 2024-02-10T21:44:45.786 INFO:teuthology.orchestra.run.smithi079.stdout:(21/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 865 kB/s | 43 kB 00:00 2024-02-10T21:44:45.834 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-02-10T21:44:45.896 INFO:teuthology.orchestra.run.smithi121.stdout: Upgrading : librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-10T21:44:45.971 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-10T21:44:46.061 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 8/34 2024-02-10T21:44:46.095 INFO:teuthology.orchestra.run.smithi079.stdout:(22/32): ceph-common-19.0.0-1367.g14aa01b9.el9. 7.6 MB/s | 20 MB 00:02 2024-02-10T21:44:46.098 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 9/34 2024-02-10T21:44:46.152 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 9/34 2024-02-10T21:44:46.181 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-02-10T21:44:46.216 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9. 11/34 2024-02-10T21:44:46.286 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 12/34 2024-02-10T21:44:46.308 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 13/34 2024-02-10T21:44:46.371 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 13/34 2024-02-10T21:44:46.379 INFO:teuthology.orchestra.run.smithi079.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 92 kB/s | 26 kB 00:00 2024-02-10T21:44:46.398 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-02-10T21:44:46.462 INFO:teuthology.orchestra.run.smithi079.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 441 kB/s | 309 kB 00:00 2024-02-10T21:44:46.508 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-02-10T21:44:46.558 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-02-10T21:44:46.579 INFO:teuthology.orchestra.run.smithi079.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 577 kB/s | 67 kB 00:00 2024-02-10T21:44:46.598 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-02-10T21:44:46.604 INFO:teuthology.orchestra.run.smithi079.stdout:(26/32): liboath-2.6.7-2.el9.x86_64.rpm 216 kB/s | 49 kB 00:00 2024-02-10T21:44:46.631 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-02-10T21:44:46.660 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-02-10T21:44:46.692 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-02-10T21:44:46.838 INFO:teuthology.orchestra.run.smithi079.stdout:(27/32): libarrow-9.0.0-10.el9.x86_64.rpm 4.2 MB/s | 4.4 MB 00:01 2024-02-10T21:44:46.863 INFO:teuthology.orchestra.run.smithi079.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 2.9 MB/s | 838 kB 00:00 2024-02-10T21:44:46.888 INFO:teuthology.orchestra.run.smithi079.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 675 kB/s | 192 kB 00:00 2024-02-10T21:44:46.980 INFO:teuthology.orchestra.run.smithi079.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 11 MB/s | 1.6 MB 00:00 2024-02-10T21:44:46.989 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-02-10T21:44:47.013 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-02-10T21:44:47.039 INFO:teuthology.orchestra.run.smithi121.stdout: Upgrading : librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 22/34 2024-02-10T21:44:47.082 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-02-10T21:44:47.112 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-02-10T21:44:47.129 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 22/34 2024-02-10T21:44:47.137 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-02-10T21:44:47.160 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 23/34 2024-02-10T21:44:47.160 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-02-10T21:44:47.175 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-02-10T21:44:47.201 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-02-10T21:44:47.280 INFO:teuthology.orchestra.run.smithi079.stdout:(31/32): librbd1-19.0.0-1367.g14aa01b9.el9.x86_ 8.0 MB/s | 3.1 MB 00:00 2024-02-10T21:44:47.339 INFO:teuthology.orchestra.run.smithi079.stdout:(32/32): librados2-19.0.0-1367.g14aa01b9.el9.x8 7.1 MB/s | 3.4 MB 00:00 2024-02-10T21:44:47.340 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-02-10T21:44:47.342 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:44:47.342 INFO:teuthology.orchestra.run.smithi079.stdout:Total 15 MB/s | 58 MB 00:03 2024-02-10T21:44:47.343 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-02-10T21:44:47.378 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-02-10T21:44:47.378 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-02-10T21:44:47.400 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-02-10T21:44:47.651 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-02-10T21:44:47.683 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 26/34 2024-02-10T21:44:47.745 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-02-10T21:44:47.754 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 26/34 2024-02-10T21:44:47.797 INFO:teuthology.orchestra.run.smithi026.stdout: Upgrading : librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-10T21:44:47.822 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 27/34 2024-02-10T21:44:47.852 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x8 28/34 2024-02-10T21:44:47.862 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-02-10T21:44:47.863 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-02-10T21:44:47.890 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-10T21:44:47.979 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 8/34 2024-02-10T21:44:48.007 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 9/34 2024-02-10T21:44:48.053 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 9/34 2024-02-10T21:44:48.082 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-02-10T21:44:48.117 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9. 11/34 2024-02-10T21:44:48.188 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 12/34 2024-02-10T21:44:48.209 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 13/34 2024-02-10T21:44:48.271 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 13/34 2024-02-10T21:44:48.299 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-02-10T21:44:48.411 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-02-10T21:44:48.459 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-02-10T21:44:48.499 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-02-10T21:44:48.531 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-02-10T21:44:48.560 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-02-10T21:44:48.593 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-02-10T21:44:48.921 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-02-10T21:44:48.948 INFO:teuthology.orchestra.run.smithi026.stdout: Upgrading : librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 22/34 2024-02-10T21:44:49.022 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 22/34 2024-02-10T21:44:49.053 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 23/34 2024-02-10T21:44:49.096 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-02-10T21:44:49.316 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-02-10T21:44:49.396 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-02-10T21:44:49.427 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-02-10T21:44:49.452 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-02-10T21:44:49.475 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-02-10T21:44:49.491 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-02-10T21:44:49.571 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-02-10T21:44:49.601 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 26/34 2024-02-10T21:44:49.664 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 26/34 2024-02-10T21:44:49.668 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-02-10T21:44:49.723 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-02-10T21:44:49.743 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 27/34 2024-02-10T21:44:49.778 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x8 28/34 2024-02-10T21:44:49.995 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-10T21:44:50.040 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-10T21:44:50.110 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-02-10T21:44:50.138 INFO:teuthology.orchestra.run.smithi079.stdout: Upgrading : librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-10T21:44:50.230 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-10T21:44:50.322 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 8/34 2024-02-10T21:44:50.348 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 9/34 2024-02-10T21:44:50.410 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 9/34 2024-02-10T21:44:50.439 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-02-10T21:44:50.483 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9. 11/34 2024-02-10T21:44:50.554 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 12/34 2024-02-10T21:44:50.583 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 13/34 2024-02-10T21:44:50.593 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-10T21:44:50.627 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 30/34 2024-02-10T21:44:50.645 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 13/34 2024-02-10T21:44:50.673 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-02-10T21:44:50.732 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 30/34 2024-02-10T21:44:50.732 INFO:teuthology.orchestra.run.smithi121.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-02-10T21:44:50.732 INFO:teuthology.orchestra.run.smithi121.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-02-10T21:44:50.732 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:44:50.770 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-10T21:44:50.784 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-02-10T21:44:50.833 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-02-10T21:44:50.873 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-02-10T21:44:50.906 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-02-10T21:44:50.935 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-02-10T21:44:50.968 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-02-10T21:44:51.291 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-02-10T21:44:51.314 INFO:teuthology.orchestra.run.smithi079.stdout: Upgrading : librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 22/34 2024-02-10T21:44:51.404 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 22/34 2024-02-10T21:44:51.445 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 23/34 2024-02-10T21:44:51.482 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-02-10T21:44:51.950 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-02-10T21:44:51.984 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 26/34 2024-02-10T21:44:52.017 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-10T21:44:52.054 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 26/34 2024-02-10T21:44:52.058 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-10T21:44:52.123 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 27/34 2024-02-10T21:44:52.152 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x8 28/34 2024-02-10T21:44:52.636 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-10T21:44:52.670 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 30/34 2024-02-10T21:44:52.754 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 30/34 2024-02-10T21:44:52.754 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-02-10T21:44:52.754 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-02-10T21:44:52.754 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:44:52.788 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-10T21:44:54.340 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-10T21:44:54.383 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-10T21:44:54.942 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-10T21:44:54.977 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 30/34 2024-02-10T21:44:55.071 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 30/34 2024-02-10T21:44:55.071 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-02-10T21:44:55.071 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-02-10T21:44:55.071 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:44:55.112 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-10T21:45:00.347 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-10T21:45:00.347 INFO:teuthology.orchestra.run.smithi121.stdout:skipping the directory /sys 2024-02-10T21:45:00.347 INFO:teuthology.orchestra.run.smithi121.stdout:skipping the directory /proc 2024-02-10T21:45:00.347 INFO:teuthology.orchestra.run.smithi121.stdout:skipping the directory /mnt 2024-02-10T21:45:00.347 INFO:teuthology.orchestra.run.smithi121.stdout:skipping the directory /var/tmp 2024-02-10T21:45:00.347 INFO:teuthology.orchestra.run.smithi121.stdout:skipping the directory /home 2024-02-10T21:45:00.347 INFO:teuthology.orchestra.run.smithi121.stdout:skipping the directory /root 2024-02-10T21:45:00.347 INFO:teuthology.orchestra.run.smithi121.stdout:skipping the directory /tmp 2024-02-10T21:45:00.348 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:45:01.257 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/34 2024-02-10T21:45:01.282 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/34 2024-02-10T21:45:01.282 INFO:teuthology.orchestra.run.smithi121.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T21:45:01.282 INFO:teuthology.orchestra.run.smithi121.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-02-10T21:45:01.282 INFO:teuthology.orchestra.run.smithi121.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-10T21:45:01.282 INFO:teuthology.orchestra.run.smithi121.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-10T21:45:01.282 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:45:01.284 INFO:teuthology.orchestra.run.smithi121.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-02-10T21:45:01.351 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-02-10T21:45:01.351 INFO:teuthology.orchestra.run.smithi121.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-02-10T21:45:02.517 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-02-10T21:45:02.517 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/34 2024-02-10T21:45:02.517 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/34 2024-02-10T21:45:02.518 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 3/34 2024-02-10T21:45:02.518 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 4/34 2024-02-10T21:45:02.518 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/34 2024-02-10T21:45:02.518 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 6/34 2024-02-10T21:45:02.518 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-10T21:45:02.518 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9. 8/34 2024-02-10T21:45:02.518 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x8 9/34 2024-02-10T21:45:02.518 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 10/34 2024-02-10T21:45:02.518 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 11/34 2024-02-10T21:45:02.518 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 12/34 2024-02-10T21:45:02.518 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 13/34 2024-02-10T21:45:02.518 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-02-10T21:45:02.518 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-02-10T21:45:02.518 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-02-10T21:45:02.518 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-02-10T21:45:02.519 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-02-10T21:45:02.519 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-02-10T21:45:02.519 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-02-10T21:45:02.519 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-02-10T21:45:02.519 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-02-10T21:45:02.519 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-02-10T21:45:02.519 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-02-10T21:45:02.519 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-02-10T21:45:02.519 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-02-10T21:45:02.519 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-02-10T21:45:02.519 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-02-10T21:45:02.520 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-02-10T21:45:02.520 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-02-10T21:45:02.520 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-10T21:45:02.520 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-02-10T21:45:02.520 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/34 2024-02-10T21:45:02.611 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-10T21:45:02.611 INFO:teuthology.orchestra.run.smithi026.stdout:skipping the directory /sys 2024-02-10T21:45:02.611 INFO:teuthology.orchestra.run.smithi026.stdout:skipping the directory /proc 2024-02-10T21:45:02.611 INFO:teuthology.orchestra.run.smithi026.stdout:skipping the directory /mnt 2024-02-10T21:45:02.611 INFO:teuthology.orchestra.run.smithi026.stdout:skipping the directory /var/tmp 2024-02-10T21:45:02.611 INFO:teuthology.orchestra.run.smithi026.stdout:skipping the directory /home 2024-02-10T21:45:02.611 INFO:teuthology.orchestra.run.smithi026.stdout:skipping the directory /root 2024-02-10T21:45:02.611 INFO:teuthology.orchestra.run.smithi026.stdout:skipping the directory /tmp 2024-02-10T21:45:02.611 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:45:03.565 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/34 2024-02-10T21:45:03.589 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/34 2024-02-10T21:45:03.589 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T21:45:03.589 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-02-10T21:45:03.589 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-10T21:45:03.589 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-10T21:45:03.589 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:45:03.591 INFO:teuthology.orchestra.run.smithi026.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-02-10T21:45:03.676 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-02-10T21:45:03.676 INFO:teuthology.orchestra.run.smithi026.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-02-10T21:45:03.735 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-02-10T21:45:03.735 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:45:03.735 INFO:teuthology.orchestra.run.smithi121.stdout:Upgraded: 2024-02-10T21:45:03.735 INFO:teuthology.orchestra.run.smithi121.stdout: librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:03.735 INFO:teuthology.orchestra.run.smithi121.stdout: librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:03.735 INFO:teuthology.orchestra.run.smithi121.stdout:Installed: 2024-02-10T21:45:03.736 INFO:teuthology.orchestra.run.smithi121.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-02-10T21:45:03.736 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:03.736 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:03.736 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:03.736 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:03.736 INFO:teuthology.orchestra.run.smithi121.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-02-10T21:45:03.736 INFO:teuthology.orchestra.run.smithi121.stdout: libarrow-9.0.0-10.el9.x86_64 2024-02-10T21:45:03.736 INFO:teuthology.orchestra.run.smithi121.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-02-10T21:45:03.736 INFO:teuthology.orchestra.run.smithi121.stdout: libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:03.736 INFO:teuthology.orchestra.run.smithi121.stdout: liboath-2.6.7-2.el9.x86_64 2024-02-10T21:45:03.737 INFO:teuthology.orchestra.run.smithi121.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-02-10T21:45:03.737 INFO:teuthology.orchestra.run.smithi121.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-02-10T21:45:03.737 INFO:teuthology.orchestra.run.smithi121.stdout: libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:03.737 INFO:teuthology.orchestra.run.smithi121.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-02-10T21:45:03.737 INFO:teuthology.orchestra.run.smithi121.stdout: librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:03.737 INFO:teuthology.orchestra.run.smithi121.stdout: libunwind-1.6.2-1.el9.x86_64 2024-02-10T21:45:03.737 INFO:teuthology.orchestra.run.smithi121.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-02-10T21:45:03.737 INFO:teuthology.orchestra.run.smithi121.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-02-10T21:45:03.737 INFO:teuthology.orchestra.run.smithi121.stdout: python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:03.737 INFO:teuthology.orchestra.run.smithi121.stdout: python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:03.738 INFO:teuthology.orchestra.run.smithi121.stdout: python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:03.738 INFO:teuthology.orchestra.run.smithi121.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-02-10T21:45:03.738 INFO:teuthology.orchestra.run.smithi121.stdout: python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:03.738 INFO:teuthology.orchestra.run.smithi121.stdout: python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:03.738 INFO:teuthology.orchestra.run.smithi121.stdout: python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:03.738 INFO:teuthology.orchestra.run.smithi121.stdout: qatlib-23.11.0-1.el9.x86_64 2024-02-10T21:45:03.738 INFO:teuthology.orchestra.run.smithi121.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-02-10T21:45:03.738 INFO:teuthology.orchestra.run.smithi121.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-02-10T21:45:03.738 INFO:teuthology.orchestra.run.smithi121.stdout: re2-1:20211101-3.el9.x86_64 2024-02-10T21:45:03.738 INFO:teuthology.orchestra.run.smithi121.stdout: thrift-0.15.0-2.el9.x86_64 2024-02-10T21:45:03.738 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:45:03.739 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2024-02-10T21:45:04.021 DEBUG:teuthology.orchestra.run.smithi121:> sudo yum -y install ceph-test 2024-02-10T21:45:04.594 INFO:teuthology.orchestra.run.smithi121.stdout:Last metadata expiration check: 0:00:28 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:45:04.756 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-10T21:45:04.756 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /sys 2024-02-10T21:45:04.756 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /proc 2024-02-10T21:45:04.757 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /mnt 2024-02-10T21:45:04.757 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /var/tmp 2024-02-10T21:45:04.757 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /home 2024-02-10T21:45:04.757 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /root 2024-02-10T21:45:04.757 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /tmp 2024-02-10T21:45:04.757 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:45:04.759 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2024-02-10T21:45:04.760 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:45:04.760 INFO:teuthology.orchestra.run.smithi121.stdout: Package Arch Version Repository Size 2024-02-10T21:45:04.760 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:45:04.760 INFO:teuthology.orchestra.run.smithi121.stdout:Installing: 2024-02-10T21:45:04.760 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-test x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 47 M 2024-02-10T21:45:04.760 INFO:teuthology.orchestra.run.smithi121.stdout:Installing dependencies: 2024-02-10T21:45:04.760 INFO:teuthology.orchestra.run.smithi121.stdout: jq x86_64 1.6-16.el9 CentOS-BaseOS 186 k 2024-02-10T21:45:04.760 INFO:teuthology.orchestra.run.smithi121.stdout: libcephsqlite x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 163 k 2024-02-10T21:45:04.760 INFO:teuthology.orchestra.run.smithi121.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-BaseOS 217 k 2024-02-10T21:45:04.760 INFO:teuthology.orchestra.run.smithi121.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-02-10T21:45:04.760 INFO:teuthology.orchestra.run.smithi121.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-02-10T21:45:04.761 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:45:04.761 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction Summary 2024-02-10T21:45:04.761 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:45:04.761 INFO:teuthology.orchestra.run.smithi121.stdout:Install 6 Packages 2024-02-10T21:45:04.761 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:45:04.761 INFO:teuthology.orchestra.run.smithi121.stdout:Total download size: 48 M 2024-02-10T21:45:04.761 INFO:teuthology.orchestra.run.smithi121.stdout:Installed size: 204 M 2024-02-10T21:45:04.761 INFO:teuthology.orchestra.run.smithi121.stdout:Downloading Packages: 2024-02-10T21:45:04.861 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-02-10T21:45:04.861 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/34 2024-02-10T21:45:04.861 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/34 2024-02-10T21:45:04.861 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 3/34 2024-02-10T21:45:04.861 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 4/34 2024-02-10T21:45:04.861 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/34 2024-02-10T21:45:04.861 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 6/34 2024-02-10T21:45:04.861 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-10T21:45:04.861 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9. 8/34 2024-02-10T21:45:04.861 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x8 9/34 2024-02-10T21:45:04.862 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 10/34 2024-02-10T21:45:04.862 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 11/34 2024-02-10T21:45:04.862 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 12/34 2024-02-10T21:45:04.862 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 13/34 2024-02-10T21:45:04.862 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-02-10T21:45:04.862 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-02-10T21:45:04.862 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-02-10T21:45:04.862 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-02-10T21:45:04.862 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-02-10T21:45:04.862 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-02-10T21:45:04.862 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-02-10T21:45:04.862 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-02-10T21:45:04.862 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-02-10T21:45:04.862 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-02-10T21:45:04.862 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-02-10T21:45:04.862 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-02-10T21:45:04.863 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-02-10T21:45:04.863 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-02-10T21:45:04.863 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-02-10T21:45:04.863 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-02-10T21:45:04.863 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-02-10T21:45:04.863 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-10T21:45:04.863 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-02-10T21:45:04.863 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/34 2024-02-10T21:45:04.923 INFO:teuthology.orchestra.run.smithi121.stdout:(1/6): socat-1.7.4.1-5.el9.x86_64.rpm 1.8 MB/s | 300 kB 00:00 2024-02-10T21:45:04.948 INFO:teuthology.orchestra.run.smithi121.stdout:(2/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 2.5 MB/s | 63 kB 00:00 2024-02-10T21:45:04.990 INFO:teuthology.orchestra.run.smithi121.stdout:(3/6): jq-1.6-16.el9.x86_64.rpm 4.4 MB/s | 186 kB 00:00 2024-02-10T21:45:05.032 INFO:teuthology.orchestra.run.smithi121.stdout:(4/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 5.1 MB/s | 217 kB 00:00 2024-02-10T21:45:05.132 INFO:teuthology.orchestra.run.smithi121.stdout:(5/6): libcephsqlite-19.0.0-1367.g14aa01b9.el9. 441 kB/s | 163 kB 00:00 2024-02-10T21:45:05.727 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/34 2024-02-10T21:45:05.752 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/34 2024-02-10T21:45:05.752 INFO:teuthology.orchestra.run.smithi079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T21:45:05.752 INFO:teuthology.orchestra.run.smithi079.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-02-10T21:45:05.752 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-10T21:45:05.752 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-10T21:45:05.752 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:45:05.755 INFO:teuthology.orchestra.run.smithi079.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-02-10T21:45:05.820 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-02-10T21:45:05.820 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:45:05.820 INFO:teuthology.orchestra.run.smithi026.stdout:Upgraded: 2024-02-10T21:45:05.820 INFO:teuthology.orchestra.run.smithi026.stdout: librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:05.820 INFO:teuthology.orchestra.run.smithi026.stdout: librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:05.820 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-02-10T21:45:05.821 INFO:teuthology.orchestra.run.smithi026.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-02-10T21:45:05.821 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:05.821 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:05.821 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:05.821 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:05.821 INFO:teuthology.orchestra.run.smithi026.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-02-10T21:45:05.821 INFO:teuthology.orchestra.run.smithi026.stdout: libarrow-9.0.0-10.el9.x86_64 2024-02-10T21:45:05.821 INFO:teuthology.orchestra.run.smithi026.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-02-10T21:45:05.821 INFO:teuthology.orchestra.run.smithi026.stdout: libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:05.821 INFO:teuthology.orchestra.run.smithi026.stdout: liboath-2.6.7-2.el9.x86_64 2024-02-10T21:45:05.821 INFO:teuthology.orchestra.run.smithi026.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-02-10T21:45:05.821 INFO:teuthology.orchestra.run.smithi026.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-02-10T21:45:05.821 INFO:teuthology.orchestra.run.smithi026.stdout: libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:05.821 INFO:teuthology.orchestra.run.smithi026.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-02-10T21:45:05.821 INFO:teuthology.orchestra.run.smithi026.stdout: librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:05.821 INFO:teuthology.orchestra.run.smithi026.stdout: libunwind-1.6.2-1.el9.x86_64 2024-02-10T21:45:05.822 INFO:teuthology.orchestra.run.smithi026.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-02-10T21:45:05.822 INFO:teuthology.orchestra.run.smithi026.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-02-10T21:45:05.822 INFO:teuthology.orchestra.run.smithi026.stdout: python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:05.822 INFO:teuthology.orchestra.run.smithi026.stdout: python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:05.822 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:05.822 INFO:teuthology.orchestra.run.smithi026.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-02-10T21:45:05.822 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:05.822 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:05.822 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:05.822 INFO:teuthology.orchestra.run.smithi026.stdout: qatlib-23.11.0-1.el9.x86_64 2024-02-10T21:45:05.822 INFO:teuthology.orchestra.run.smithi026.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-02-10T21:45:05.822 INFO:teuthology.orchestra.run.smithi026.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-02-10T21:45:05.822 INFO:teuthology.orchestra.run.smithi026.stdout: re2-1:20211101-3.el9.x86_64 2024-02-10T21:45:05.822 INFO:teuthology.orchestra.run.smithi026.stdout: thrift-0.15.0-2.el9.x86_64 2024-02-10T21:45:05.823 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:45:05.823 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-02-10T21:45:05.846 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-02-10T21:45:05.847 INFO:teuthology.orchestra.run.smithi079.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-02-10T21:45:06.131 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-test 2024-02-10T21:45:06.716 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:30 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:45:06.886 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-02-10T21:45:06.887 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:45:06.887 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-02-10T21:45:06.887 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:45:06.887 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-02-10T21:45:06.887 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-test x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 47 M 2024-02-10T21:45:06.887 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-02-10T21:45:06.887 INFO:teuthology.orchestra.run.smithi026.stdout: jq x86_64 1.6-16.el9 CentOS-BaseOS 186 k 2024-02-10T21:45:06.887 INFO:teuthology.orchestra.run.smithi026.stdout: libcephsqlite x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 163 k 2024-02-10T21:45:06.887 INFO:teuthology.orchestra.run.smithi026.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-BaseOS 217 k 2024-02-10T21:45:06.888 INFO:teuthology.orchestra.run.smithi026.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-02-10T21:45:06.888 INFO:teuthology.orchestra.run.smithi026.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-02-10T21:45:06.888 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:45:06.888 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-02-10T21:45:06.888 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:45:06.888 INFO:teuthology.orchestra.run.smithi026.stdout:Install 6 Packages 2024-02-10T21:45:06.888 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:45:06.888 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 48 M 2024-02-10T21:45:06.888 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 204 M 2024-02-10T21:45:06.889 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-02-10T21:45:07.018 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-02-10T21:45:07.018 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/34 2024-02-10T21:45:07.019 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/34 2024-02-10T21:45:07.019 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 3/34 2024-02-10T21:45:07.019 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 4/34 2024-02-10T21:45:07.019 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/34 2024-02-10T21:45:07.019 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 6/34 2024-02-10T21:45:07.019 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-10T21:45:07.019 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9. 8/34 2024-02-10T21:45:07.019 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x8 9/34 2024-02-10T21:45:07.019 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 10/34 2024-02-10T21:45:07.019 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 11/34 2024-02-10T21:45:07.019 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 12/34 2024-02-10T21:45:07.019 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 13/34 2024-02-10T21:45:07.019 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-02-10T21:45:07.019 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-02-10T21:45:07.019 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-02-10T21:45:07.020 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-02-10T21:45:07.020 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-02-10T21:45:07.020 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-02-10T21:45:07.020 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-02-10T21:45:07.020 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-02-10T21:45:07.020 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-02-10T21:45:07.020 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-02-10T21:45:07.020 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-02-10T21:45:07.020 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-02-10T21:45:07.020 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-02-10T21:45:07.020 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-02-10T21:45:07.020 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-02-10T21:45:07.021 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-02-10T21:45:07.021 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-02-10T21:45:07.021 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-10T21:45:07.021 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-02-10T21:45:07.021 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/34 2024-02-10T21:45:07.056 INFO:teuthology.orchestra.run.smithi026.stdout:(1/6): socat-1.7.4.1-5.el9.x86_64.rpm 1.8 MB/s | 300 kB 00:00 2024-02-10T21:45:07.089 INFO:teuthology.orchestra.run.smithi026.stdout:(2/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-02-10T21:45:07.131 INFO:teuthology.orchestra.run.smithi026.stdout:(3/6): jq-1.6-16.el9.x86_64.rpm 4.4 MB/s | 186 kB 00:00 2024-02-10T21:45:07.173 INFO:teuthology.orchestra.run.smithi026.stdout:(4/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 5.1 MB/s | 217 kB 00:00 2024-02-10T21:45:07.274 INFO:teuthology.orchestra.run.smithi121.stdout:(6/6): ceph-test-19.0.0-1367.g14aa01b9.el9.x86_ 19 MB/s | 47 MB 00:02 2024-02-10T21:45:07.277 INFO:teuthology.orchestra.run.smithi121.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:45:07.277 INFO:teuthology.orchestra.run.smithi121.stdout:Total 19 MB/s | 48 MB 00:02 2024-02-10T21:45:07.278 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction check 2024-02-10T21:45:07.282 INFO:teuthology.orchestra.run.smithi026.stdout:(5/6): libcephsqlite-19.0.0-1367.g14aa01b9.el9. 416 kB/s | 163 kB 00:00 2024-02-10T21:45:07.297 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction check succeeded. 2024-02-10T21:45:07.298 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction test 2024-02-10T21:45:07.683 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction test succeeded. 2024-02-10T21:45:07.683 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction 2024-02-10T21:45:08.207 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-02-10T21:45:08.208 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:45:08.208 INFO:teuthology.orchestra.run.smithi079.stdout:Upgraded: 2024-02-10T21:45:08.208 INFO:teuthology.orchestra.run.smithi079.stdout: librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:08.208 INFO:teuthology.orchestra.run.smithi079.stdout: librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:08.208 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-02-10T21:45:08.208 INFO:teuthology.orchestra.run.smithi079.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-02-10T21:45:08.208 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:08.208 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:08.208 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:08.208 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:08.208 INFO:teuthology.orchestra.run.smithi079.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-02-10T21:45:08.208 INFO:teuthology.orchestra.run.smithi079.stdout: libarrow-9.0.0-10.el9.x86_64 2024-02-10T21:45:08.208 INFO:teuthology.orchestra.run.smithi079.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-02-10T21:45:08.208 INFO:teuthology.orchestra.run.smithi079.stdout: libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:08.209 INFO:teuthology.orchestra.run.smithi079.stdout: liboath-2.6.7-2.el9.x86_64 2024-02-10T21:45:08.209 INFO:teuthology.orchestra.run.smithi079.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-02-10T21:45:08.209 INFO:teuthology.orchestra.run.smithi079.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-02-10T21:45:08.209 INFO:teuthology.orchestra.run.smithi079.stdout: libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:08.209 INFO:teuthology.orchestra.run.smithi079.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-02-10T21:45:08.209 INFO:teuthology.orchestra.run.smithi079.stdout: librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:08.209 INFO:teuthology.orchestra.run.smithi079.stdout: libunwind-1.6.2-1.el9.x86_64 2024-02-10T21:45:08.209 INFO:teuthology.orchestra.run.smithi079.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-02-10T21:45:08.209 INFO:teuthology.orchestra.run.smithi079.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-02-10T21:45:08.209 INFO:teuthology.orchestra.run.smithi079.stdout: python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:08.209 INFO:teuthology.orchestra.run.smithi079.stdout: python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:08.209 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:08.209 INFO:teuthology.orchestra.run.smithi079.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-02-10T21:45:08.209 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:08.209 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:08.209 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:08.210 INFO:teuthology.orchestra.run.smithi079.stdout: qatlib-23.11.0-1.el9.x86_64 2024-02-10T21:45:08.210 INFO:teuthology.orchestra.run.smithi079.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-02-10T21:45:08.210 INFO:teuthology.orchestra.run.smithi079.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-02-10T21:45:08.210 INFO:teuthology.orchestra.run.smithi079.stdout: re2-1:20211101-3.el9.x86_64 2024-02-10T21:45:08.210 INFO:teuthology.orchestra.run.smithi079.stdout: thrift-0.15.0-2.el9.x86_64 2024-02-10T21:45:08.210 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:45:08.210 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-02-10T21:45:08.254 INFO:teuthology.orchestra.run.smithi121.stdout: Preparing : 1/1 2024-02-10T21:45:08.324 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 1/6 2024-02-10T21:45:08.356 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : jq-1.6-16.el9.x86_64 2/6 2024-02-10T21:45:08.400 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/6 2024-02-10T21:45:08.450 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 4/6 2024-02-10T21:45:08.477 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/6 2024-02-10T21:45:08.485 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-test 2024-02-10T21:45:09.057 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:00:29 ago on Sat 10 Feb 2024 09:44:40 PM UTC. 2024-02-10T21:45:09.215 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-02-10T21:45:09.216 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:45:09.216 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-02-10T21:45:09.216 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:45:09.216 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-02-10T21:45:09.216 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-test x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 47 M 2024-02-10T21:45:09.217 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-02-10T21:45:09.217 INFO:teuthology.orchestra.run.smithi079.stdout: jq x86_64 1.6-16.el9 CentOS-BaseOS 186 k 2024-02-10T21:45:09.217 INFO:teuthology.orchestra.run.smithi079.stdout: libcephsqlite x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 163 k 2024-02-10T21:45:09.217 INFO:teuthology.orchestra.run.smithi079.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-BaseOS 217 k 2024-02-10T21:45:09.217 INFO:teuthology.orchestra.run.smithi079.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-02-10T21:45:09.217 INFO:teuthology.orchestra.run.smithi079.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-02-10T21:45:09.217 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:45:09.217 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-02-10T21:45:09.217 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:45:09.217 INFO:teuthology.orchestra.run.smithi079.stdout:Install 6 Packages 2024-02-10T21:45:09.217 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:45:09.218 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 48 M 2024-02-10T21:45:09.218 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 204 M 2024-02-10T21:45:09.218 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-02-10T21:45:09.379 INFO:teuthology.orchestra.run.smithi079.stdout:(1/6): socat-1.7.4.1-5.el9.x86_64.rpm 1.8 MB/s | 300 kB 00:00 2024-02-10T21:45:09.413 INFO:teuthology.orchestra.run.smithi079.stdout:(2/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-02-10T21:45:09.455 INFO:teuthology.orchestra.run.smithi079.stdout:(3/6): jq-1.6-16.el9.x86_64.rpm 4.4 MB/s | 186 kB 00:00 2024-02-10T21:45:09.497 INFO:teuthology.orchestra.run.smithi079.stdout:(4/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 5.1 MB/s | 217 kB 00:00 2024-02-10T21:45:09.739 INFO:teuthology.orchestra.run.smithi079.stdout:(5/6): libcephsqlite-19.0.0-1367.g14aa01b9.el9. 314 kB/s | 163 kB 00:00 2024-02-10T21:45:10.482 INFO:teuthology.orchestra.run.smithi026.stdout:(6/6): ceph-test-19.0.0-1367.g14aa01b9.el9.x86_ 13 MB/s | 47 MB 00:03 2024-02-10T21:45:10.485 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:45:10.485 INFO:teuthology.orchestra.run.smithi026.stdout:Total 13 MB/s | 48 MB 00:03 2024-02-10T21:45:10.485 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-02-10T21:45:10.508 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-02-10T21:45:10.508 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-02-10T21:45:10.906 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-02-10T21:45:10.906 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-02-10T21:45:11.500 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-02-10T21:45:11.561 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 1/6 2024-02-10T21:45:11.597 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : jq-1.6-16.el9.x86_64 2/6 2024-02-10T21:45:11.643 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/6 2024-02-10T21:45:11.683 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 4/6 2024-02-10T21:45:11.702 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/6 2024-02-10T21:45:12.967 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/6 2024-02-10T21:45:13.054 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 6/6 2024-02-10T21:45:13.164 INFO:teuthology.orchestra.run.smithi079.stdout:(6/6): ceph-test-19.0.0-1367.g14aa01b9.el9.x86_ 12 MB/s | 47 MB 00:03 2024-02-10T21:45:13.166 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:45:13.167 INFO:teuthology.orchestra.run.smithi079.stdout:Total 12 MB/s | 48 MB 00:03 2024-02-10T21:45:13.167 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-02-10T21:45:13.187 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-02-10T21:45:13.188 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-02-10T21:45:13.573 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-02-10T21:45:13.573 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-02-10T21:45:14.153 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-02-10T21:45:14.215 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 1/6 2024-02-10T21:45:14.246 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : jq-1.6-16.el9.x86_64 2/6 2024-02-10T21:45:14.290 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/6 2024-02-10T21:45:14.331 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 4/6 2024-02-10T21:45:14.359 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/6 2024-02-10T21:45:15.492 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 6/6 2024-02-10T21:45:15.492 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/6 2024-02-10T21:45:15.492 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/6 2024-02-10T21:45:15.492 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/6 2024-02-10T21:45:15.492 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/6 2024-02-10T21:45:15.492 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : jq-1.6-16.el9.x86_64 5/6 2024-02-10T21:45:15.900 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 6/6 2024-02-10T21:45:15.900 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:45:15.900 INFO:teuthology.orchestra.run.smithi121.stdout:Installed: 2024-02-10T21:45:15.900 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:15.900 INFO:teuthology.orchestra.run.smithi121.stdout: jq-1.6-16.el9.x86_64 2024-02-10T21:45:15.900 INFO:teuthology.orchestra.run.smithi121.stdout: libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:15.900 INFO:teuthology.orchestra.run.smithi121.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-02-10T21:45:15.900 INFO:teuthology.orchestra.run.smithi121.stdout: socat-1.7.4.1-5.el9.x86_64 2024-02-10T21:45:15.900 INFO:teuthology.orchestra.run.smithi121.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-02-10T21:45:15.900 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:45:15.900 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2024-02-10T21:45:16.160 DEBUG:teuthology.orchestra.run.smithi121:> sudo yum -y install ceph 2024-02-10T21:45:16.437 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/6 2024-02-10T21:45:16.520 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 6/6 2024-02-10T21:45:16.761 INFO:teuthology.orchestra.run.smithi121.stdout:Last metadata expiration check: 0:00:40 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:45:16.935 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2024-02-10T21:45:16.937 INFO:teuthology.orchestra.run.smithi121.stdout:========================================================================================= 2024-02-10T21:45:16.937 INFO:teuthology.orchestra.run.smithi121.stdout: Package Arch Version Repository Size 2024-02-10T21:45:16.938 INFO:teuthology.orchestra.run.smithi121.stdout:========================================================================================= 2024-02-10T21:45:16.938 INFO:teuthology.orchestra.run.smithi121.stdout:Installing: 2024-02-10T21:45:16.938 INFO:teuthology.orchestra.run.smithi121.stdout: ceph x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 6.6 k 2024-02-10T21:45:16.938 INFO:teuthology.orchestra.run.smithi121.stdout:Installing dependencies: 2024-02-10T21:45:16.938 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-mds x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 2.1 M 2024-02-10T21:45:16.938 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-mgr x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 1.5 M 2024-02-10T21:45:16.938 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-mgr-modules-core noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 247 k 2024-02-10T21:45:16.938 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-mon x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 4.7 M 2024-02-10T21:45:16.938 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-osd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 17 M 2024-02-10T21:45:16.938 INFO:teuthology.orchestra.run.smithi121.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-02-10T21:45:16.938 INFO:teuthology.orchestra.run.smithi121.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-02-10T21:45:16.938 INFO:teuthology.orchestra.run.smithi121.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-02-10T21:45:16.938 INFO:teuthology.orchestra.run.smithi121.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-02-10T21:45:16.939 INFO:teuthology.orchestra.run.smithi121.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-02-10T21:45:16.939 INFO:teuthology.orchestra.run.smithi121.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-02-10T21:45:16.939 INFO:teuthology.orchestra.run.smithi121.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-02-10T21:45:16.939 INFO:teuthology.orchestra.run.smithi121.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-02-10T21:45:16.939 INFO:teuthology.orchestra.run.smithi121.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-02-10T21:45:16.939 INFO:teuthology.orchestra.run.smithi121.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-02-10T21:45:16.939 INFO:teuthology.orchestra.run.smithi121.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-02-10T21:45:16.939 INFO:teuthology.orchestra.run.smithi121.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-02-10T21:45:16.939 INFO:teuthology.orchestra.run.smithi121.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-02-10T21:45:16.939 INFO:teuthology.orchestra.run.smithi121.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-02-10T21:45:16.939 INFO:teuthology.orchestra.run.smithi121.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-02-10T21:45:16.939 INFO:teuthology.orchestra.run.smithi121.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-02-10T21:45:16.940 INFO:teuthology.orchestra.run.smithi121.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-02-10T21:45:16.940 INFO:teuthology.orchestra.run.smithi121.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-02-10T21:45:16.940 INFO:teuthology.orchestra.run.smithi121.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-02-10T21:45:16.940 INFO:teuthology.orchestra.run.smithi121.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-02-10T21:45:16.940 INFO:teuthology.orchestra.run.smithi121.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-02-10T21:45:16.940 INFO:teuthology.orchestra.run.smithi121.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-02-10T21:45:16.940 INFO:teuthology.orchestra.run.smithi121.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-02-10T21:45:16.940 INFO:teuthology.orchestra.run.smithi121.stdout: python3-requests noarch 2.25.1-8.el9 CentOS-BaseOS 113 k 2024-02-10T21:45:16.940 INFO:teuthology.orchestra.run.smithi121.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-02-10T21:45:16.940 INFO:teuthology.orchestra.run.smithi121.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-02-10T21:45:16.940 INFO:teuthology.orchestra.run.smithi121.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-02-10T21:45:16.940 INFO:teuthology.orchestra.run.smithi121.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-02-10T21:45:16.940 INFO:teuthology.orchestra.run.smithi121.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-02-10T21:45:16.940 INFO:teuthology.orchestra.run.smithi121.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-02-10T21:45:16.941 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:45:16.941 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction Summary 2024-02-10T21:45:16.941 INFO:teuthology.orchestra.run.smithi121.stdout:========================================================================================= 2024-02-10T21:45:16.941 INFO:teuthology.orchestra.run.smithi121.stdout:Install 36 Packages 2024-02-10T21:45:16.941 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:45:16.941 INFO:teuthology.orchestra.run.smithi121.stdout:Total download size: 30 M 2024-02-10T21:45:16.941 INFO:teuthology.orchestra.run.smithi121.stdout:Installed size: 107 M 2024-02-10T21:45:16.941 INFO:teuthology.orchestra.run.smithi121.stdout:Downloading Packages: 2024-02-10T21:45:17.604 INFO:teuthology.orchestra.run.smithi121.stdout:(1/36): ceph-19.0.0-1367.g14aa01b9.el9.x86_64.r 32 kB/s | 6.6 kB 00:00 2024-02-10T21:45:17.937 INFO:teuthology.orchestra.run.smithi121.stdout:(2/36): ceph-mgr-19.0.0-1367.g14aa01b9.el9.x86_ 2.8 MB/s | 1.5 MB 00:00 2024-02-10T21:45:17.988 INFO:teuthology.orchestra.run.smithi121.stdout:(3/36): ceph-mds-19.0.0-1367.g14aa01b9.el9.x86_ 3.6 MB/s | 2.1 MB 00:00 2024-02-10T21:45:18.096 INFO:teuthology.orchestra.run.smithi121.stdout:(4/36): ceph-mgr-modules-core-19.0.0-1367.g14aa 2.2 MB/s | 247 kB 00:00 2024-02-10T21:45:18.255 INFO:teuthology.orchestra.run.smithi121.stdout:(5/36): ceph-mon-19.0.0-1367.g14aa01b9.el9.x86_ 7.2 MB/s | 4.7 MB 00:00 2024-02-10T21:45:18.280 INFO:teuthology.orchestra.run.smithi121.stdout:(6/36): lua-5.4.4-4.el9.x86_64.rpm 1.0 MB/s | 187 kB 00:00 2024-02-10T21:45:18.305 INFO:teuthology.orchestra.run.smithi121.stdout:(7/36): python3-mako-1.1.4-6.el9.noarch.rpm 2.8 MB/s | 144 kB 00:00 2024-02-10T21:45:18.330 INFO:teuthology.orchestra.run.smithi121.stdout:(8/36): python3-markupsafe-1.1.1-12.el9.x86_64. 634 kB/s | 32 kB 00:00 2024-02-10T21:45:18.348 INFO:teuthology.orchestra.run.smithi121.stdout:(9/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.1 MB/s | 47 kB 00:00 2024-02-10T21:45:18.365 INFO:teuthology.orchestra.run.smithi121.stdout:(10/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.1 MB/s | 39 kB 00:00 2024-02-10T21:45:18.390 INFO:teuthology.orchestra.run.smithi121.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.7 MB/s | 241 kB 00:00 2024-02-10T21:45:18.449 INFO:teuthology.orchestra.run.smithi121.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 14 MB/s | 1.1 MB 00:00 2024-02-10T21:45:18.474 INFO:teuthology.orchestra.run.smithi121.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 1.2 MB/s | 103 kB 00:00 2024-02-10T21:45:18.524 INFO:teuthology.orchestra.run.smithi121.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 1.6 MB/s | 124 kB 00:00 2024-02-10T21:45:18.549 INFO:teuthology.orchestra.run.smithi121.stdout:(15/36): python3-requests-2.25.1-8.el9.noarch.r 1.5 MB/s | 113 kB 00:00 2024-02-10T21:45:18.583 INFO:teuthology.orchestra.run.smithi121.stdout:(16/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.1 MB/s | 187 kB 00:00 2024-02-10T21:45:18.742 INFO:teuthology.orchestra.run.smithi121.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 116 kB/s | 22 kB 00:00 2024-02-10T21:45:18.813 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/6 2024-02-10T21:45:18.900 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 6/6 2024-02-10T21:45:18.950 INFO:teuthology.orchestra.run.smithi121.stdout:(18/36): ceph-osd-19.0.0-1367.g14aa01b9.el9.x86 17 MB/s | 17 MB 00:01 2024-02-10T21:45:18.978 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 6/6 2024-02-10T21:45:18.978 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/6 2024-02-10T21:45:18.978 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/6 2024-02-10T21:45:18.978 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/6 2024-02-10T21:45:18.978 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/6 2024-02-10T21:45:18.978 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : jq-1.6-16.el9.x86_64 5/6 2024-02-10T21:45:19.084 INFO:teuthology.orchestra.run.smithi121.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 302 kB/s | 151 kB 00:00 2024-02-10T21:45:19.117 INFO:teuthology.orchestra.run.smithi121.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 116 kB/s | 43 kB 00:00 2024-02-10T21:45:19.243 INFO:teuthology.orchestra.run.smithi121.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 85 kB/s | 11 kB 00:00 2024-02-10T21:45:19.276 INFO:teuthology.orchestra.run.smithi121.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 528 kB/s | 172 kB 00:00 2024-02-10T21:45:19.301 INFO:teuthology.orchestra.run.smithi121.stdout:(23/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.6 MB/s | 358 kB 00:00 2024-02-10T21:45:19.343 INFO:teuthology.orchestra.run.smithi121.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 176 kB/s | 18 kB 00:00 2024-02-10T21:45:19.369 INFO:teuthology.orchestra.run.smithi121.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 251 kB/s | 23 kB 00:00 2024-02-10T21:45:19.394 INFO:teuthology.orchestra.run.smithi121.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 211 kB/s | 19 kB 00:00 2024-02-10T21:45:19.419 INFO:teuthology.orchestra.run.smithi121.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 260 kB/s | 20 kB 00:00 2024-02-10T21:45:19.453 INFO:teuthology.orchestra.run.smithi121.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 553 kB/s | 46 kB 00:00 2024-02-10T21:45:19.495 INFO:teuthology.orchestra.run.smithi121.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 786 kB/s | 79 kB 00:00 2024-02-10T21:45:19.562 INFO:teuthology.orchestra.run.smithi121.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 151 kB/s | 16 kB 00:00 2024-02-10T21:45:19.583 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 6/6 2024-02-10T21:45:19.583 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:45:19.583 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-02-10T21:45:19.583 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:19.584 INFO:teuthology.orchestra.run.smithi026.stdout: jq-1.6-16.el9.x86_64 2024-02-10T21:45:19.584 INFO:teuthology.orchestra.run.smithi026.stdout: libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:19.584 INFO:teuthology.orchestra.run.smithi026.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-02-10T21:45:19.584 INFO:teuthology.orchestra.run.smithi026.stdout: socat-1.7.4.1-5.el9.x86_64 2024-02-10T21:45:19.584 INFO:teuthology.orchestra.run.smithi026.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-02-10T21:45:19.584 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:45:19.584 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-02-10T21:45:19.587 INFO:teuthology.orchestra.run.smithi121.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 979 kB/s | 90 kB 00:00 2024-02-10T21:45:19.629 INFO:teuthology.orchestra.run.smithi121.stdout:(32/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.3 MB/s | 272 kB 00:00 2024-02-10T21:45:19.654 INFO:teuthology.orchestra.run.smithi121.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 388 kB/s | 36 kB 00:00 2024-02-10T21:45:19.738 INFO:teuthology.orchestra.run.smithi121.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.5 MB/s | 230 kB 00:00 2024-02-10T21:45:19.763 INFO:teuthology.orchestra.run.smithi121.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 184 kB/s | 20 kB 00:00 2024-02-10T21:45:19.789 INFO:teuthology.orchestra.run.smithi121.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.6 MB/s | 427 kB 00:00 2024-02-10T21:45:19.792 INFO:teuthology.orchestra.run.smithi121.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:45:19.792 INFO:teuthology.orchestra.run.smithi121.stdout:Total 10 MB/s | 30 MB 00:02 2024-02-10T21:45:19.812 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction check 2024-02-10T21:45:19.856 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction check succeeded. 2024-02-10T21:45:19.856 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction test 2024-02-10T21:45:19.864 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph 2024-02-10T21:45:20.274 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction test succeeded. 2024-02-10T21:45:20.274 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction 2024-02-10T21:45:20.470 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:44 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:45:20.642 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-02-10T21:45:20.645 INFO:teuthology.orchestra.run.smithi026.stdout:========================================================================================= 2024-02-10T21:45:20.645 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-02-10T21:45:20.645 INFO:teuthology.orchestra.run.smithi026.stdout:========================================================================================= 2024-02-10T21:45:20.645 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-02-10T21:45:20.645 INFO:teuthology.orchestra.run.smithi026.stdout: ceph x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 6.6 k 2024-02-10T21:45:20.645 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-02-10T21:45:20.645 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mds x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 2.1 M 2024-02-10T21:45:20.645 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 1.5 M 2024-02-10T21:45:20.645 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-modules-core noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 247 k 2024-02-10T21:45:20.645 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mon x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 4.7 M 2024-02-10T21:45:20.645 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-osd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 17 M 2024-02-10T21:45:20.646 INFO:teuthology.orchestra.run.smithi026.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-02-10T21:45:20.646 INFO:teuthology.orchestra.run.smithi026.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-02-10T21:45:20.646 INFO:teuthology.orchestra.run.smithi026.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-02-10T21:45:20.646 INFO:teuthology.orchestra.run.smithi026.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-02-10T21:45:20.646 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-02-10T21:45:20.646 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-02-10T21:45:20.646 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-02-10T21:45:20.646 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-02-10T21:45:20.646 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-02-10T21:45:20.646 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-02-10T21:45:20.646 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-02-10T21:45:20.646 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-02-10T21:45:20.647 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-02-10T21:45:20.647 INFO:teuthology.orchestra.run.smithi026.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-02-10T21:45:20.647 INFO:teuthology.orchestra.run.smithi026.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-02-10T21:45:20.647 INFO:teuthology.orchestra.run.smithi026.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-02-10T21:45:20.647 INFO:teuthology.orchestra.run.smithi026.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-02-10T21:45:20.647 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-02-10T21:45:20.647 INFO:teuthology.orchestra.run.smithi026.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-02-10T21:45:20.647 INFO:teuthology.orchestra.run.smithi026.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-02-10T21:45:20.647 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-02-10T21:45:20.647 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-02-10T21:45:20.647 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-02-10T21:45:20.647 INFO:teuthology.orchestra.run.smithi026.stdout: python3-requests noarch 2.25.1-8.el9 CentOS-BaseOS 113 k 2024-02-10T21:45:20.647 INFO:teuthology.orchestra.run.smithi026.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-02-10T21:45:20.648 INFO:teuthology.orchestra.run.smithi026.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-02-10T21:45:20.648 INFO:teuthology.orchestra.run.smithi026.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-02-10T21:45:20.648 INFO:teuthology.orchestra.run.smithi026.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-02-10T21:45:20.648 INFO:teuthology.orchestra.run.smithi026.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-02-10T21:45:20.648 INFO:teuthology.orchestra.run.smithi026.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-02-10T21:45:20.648 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:45:20.648 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-02-10T21:45:20.648 INFO:teuthology.orchestra.run.smithi026.stdout:========================================================================================= 2024-02-10T21:45:20.648 INFO:teuthology.orchestra.run.smithi026.stdout:Install 36 Packages 2024-02-10T21:45:20.648 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:45:20.649 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 30 M 2024-02-10T21:45:20.649 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 107 M 2024-02-10T21:45:20.649 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-02-10T21:45:21.184 INFO:teuthology.orchestra.run.smithi026.stdout:(1/36): ceph-19.0.0-1367.g14aa01b9.el9.x86_64.r 29 kB/s | 6.6 kB 00:00 2024-02-10T21:45:21.340 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 6/6 2024-02-10T21:45:21.340 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/6 2024-02-10T21:45:21.340 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/6 2024-02-10T21:45:21.340 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/6 2024-02-10T21:45:21.340 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/6 2024-02-10T21:45:21.340 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : jq-1.6-16.el9.x86_64 5/6 2024-02-10T21:45:21.578 INFO:teuthology.orchestra.run.smithi121.stdout: Preparing : 1/1 2024-02-10T21:45:21.632 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-02-10T21:45:21.651 INFO:teuthology.orchestra.run.smithi026.stdout:(2/36): ceph-mgr-19.0.0-1367.g14aa01b9.el9.x86_ 2.2 MB/s | 1.5 MB 00:00 2024-02-10T21:45:21.665 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-02-10T21:45:21.693 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-02-10T21:45:21.726 INFO:teuthology.orchestra.run.smithi026.stdout:(3/36): ceph-mds-19.0.0-1367.g14aa01b9.el9.x86_ 2.8 MB/s | 2.1 MB 00:00 2024-02-10T21:45:21.763 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-02-10T21:45:21.793 INFO:teuthology.orchestra.run.smithi026.stdout:(4/36): ceph-mgr-modules-core-19.0.0-1367.g14aa 3.6 MB/s | 247 kB 00:00 2024-02-10T21:45:21.809 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-02-10T21:45:21.841 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-02-10T21:45:21.842 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 6/6 2024-02-10T21:45:21.842 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:45:21.842 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-02-10T21:45:21.842 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:21.842 INFO:teuthology.orchestra.run.smithi079.stdout: jq-1.6-16.el9.x86_64 2024-02-10T21:45:21.842 INFO:teuthology.orchestra.run.smithi079.stdout: libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:21.842 INFO:teuthology.orchestra.run.smithi079.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-02-10T21:45:21.842 INFO:teuthology.orchestra.run.smithi079.stdout: socat-1.7.4.1-5.el9.x86_64 2024-02-10T21:45:21.842 INFO:teuthology.orchestra.run.smithi079.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-02-10T21:45:21.842 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:45:21.843 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-02-10T21:45:21.918 INFO:teuthology.orchestra.run.smithi026.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.5 MB/s | 187 kB 00:00 2024-02-10T21:45:21.933 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-02-10T21:45:21.960 INFO:teuthology.orchestra.run.smithi026.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 144 kB 00:00 2024-02-10T21:45:21.994 INFO:teuthology.orchestra.run.smithi026.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 946 kB/s | 32 kB 00:00 2024-02-10T21:45:22.011 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-02-10T21:45:22.036 INFO:teuthology.orchestra.run.smithi026.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.1 MB/s | 47 kB 00:00 2024-02-10T21:45:22.052 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-02-10T21:45:22.078 INFO:teuthology.orchestra.run.smithi026.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 926 kB/s | 39 kB 00:00 2024-02-10T21:45:22.091 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph 2024-02-10T21:45:22.124 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-02-10T21:45:22.128 INFO:teuthology.orchestra.run.smithi026.stdout:(10/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 4.7 MB/s | 241 kB 00:00 2024-02-10T21:45:22.178 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-02-10T21:45:22.195 INFO:teuthology.orchestra.run.smithi026.stdout:(11/36): python3-cryptography-36.0.1-4.el9.x86_ 17 MB/s | 1.1 MB 00:00 2024-02-10T21:45:22.225 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-02-10T21:45:22.229 INFO:teuthology.orchestra.run.smithi026.stdout:(12/36): python3-ply-3.11-14.el9.noarch.rpm 3.0 MB/s | 103 kB 00:00 2024-02-10T21:45:22.274 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-02-10T21:45:22.279 INFO:teuthology.orchestra.run.smithi026.stdout:(13/36): python3-pycparser-2.20-6.el9.noarch.rp 2.4 MB/s | 124 kB 00:00 2024-02-10T21:45:22.321 INFO:teuthology.orchestra.run.smithi026.stdout:(14/36): python3-requests-2.25.1-8.el9.noarch.r 2.6 MB/s | 113 kB 00:00 2024-02-10T21:45:22.335 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-02-10T21:45:22.388 INFO:teuthology.orchestra.run.smithi026.stdout:(15/36): ceph-mon-19.0.0-1367.g14aa01b9.el9.x86 3.9 MB/s | 4.7 MB 00:01 2024-02-10T21:45:22.413 INFO:teuthology.orchestra.run.smithi026.stdout:(16/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.0 MB/s | 187 kB 00:00 2024-02-10T21:45:22.497 INFO:teuthology.orchestra.run.smithi026.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 206 kB/s | 22 kB 00:00 2024-02-10T21:45:22.523 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-02-10T21:45:22.579 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-02-10T21:45:22.580 INFO:teuthology.orchestra.run.smithi026.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 905 kB/s | 151 kB 00:00 2024-02-10T21:45:22.606 INFO:teuthology.orchestra.run.smithi026.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 399 kB/s | 43 kB 00:00 2024-02-10T21:45:22.610 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-02-10T21:45:22.644 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-02-10T21:45:22.656 INFO:teuthology.orchestra.run.smithi026.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 2.2 MB/s | 172 kB 00:00 2024-02-10T21:45:22.683 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-02-10T21:45:22.687 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:00:42 ago on Sat 10 Feb 2024 09:44:40 PM UTC. 2024-02-10T21:45:22.690 INFO:teuthology.orchestra.run.smithi026.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 319 kB/s | 11 kB 00:00 2024-02-10T21:45:22.715 INFO:teuthology.orchestra.run.smithi026.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 3.2 MB/s | 358 kB 00:00 2024-02-10T21:45:22.732 INFO:teuthology.orchestra.run.smithi026.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 421 kB/s | 18 kB 00:00 2024-02-10T21:45:22.757 INFO:teuthology.orchestra.run.smithi026.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 552 kB/s | 23 kB 00:00 2024-02-10T21:45:22.759 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-02-10T21:45:22.783 INFO:teuthology.orchestra.run.smithi026.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 384 kB/s | 19 kB 00:00 2024-02-10T21:45:22.793 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-10T21:45:22.800 INFO:teuthology.orchestra.run.smithi026.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 465 kB/s | 20 kB 00:00 2024-02-10T21:45:22.827 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-02-10T21:45:22.833 INFO:teuthology.orchestra.run.smithi026.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 924 kB/s | 46 kB 00:00 2024-02-10T21:45:22.859 INFO:teuthology.orchestra.run.smithi026.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.3 MB/s | 79 kB 00:00 2024-02-10T21:45:22.859 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-02-10T21:45:22.861 INFO:teuthology.orchestra.run.smithi079.stdout:========================================================================================= 2024-02-10T21:45:22.861 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-02-10T21:45:22.861 INFO:teuthology.orchestra.run.smithi079.stdout:========================================================================================= 2024-02-10T21:45:22.861 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-02-10T21:45:22.861 INFO:teuthology.orchestra.run.smithi079.stdout: ceph x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 6.6 k 2024-02-10T21:45:22.861 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-02-10T21:45:22.862 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mds x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 2.1 M 2024-02-10T21:45:22.862 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 1.5 M 2024-02-10T21:45:22.862 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-modules-core noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 247 k 2024-02-10T21:45:22.862 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mon x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 4.7 M 2024-02-10T21:45:22.862 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-osd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 17 M 2024-02-10T21:45:22.862 INFO:teuthology.orchestra.run.smithi079.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-02-10T21:45:22.862 INFO:teuthology.orchestra.run.smithi079.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-02-10T21:45:22.862 INFO:teuthology.orchestra.run.smithi079.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-02-10T21:45:22.862 INFO:teuthology.orchestra.run.smithi079.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-02-10T21:45:22.862 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-02-10T21:45:22.862 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-02-10T21:45:22.862 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-02-10T21:45:22.862 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-02-10T21:45:22.863 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-02-10T21:45:22.863 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-02-10T21:45:22.863 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-02-10T21:45:22.863 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-02-10T21:45:22.863 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-02-10T21:45:22.863 INFO:teuthology.orchestra.run.smithi079.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-02-10T21:45:22.863 INFO:teuthology.orchestra.run.smithi079.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-02-10T21:45:22.863 INFO:teuthology.orchestra.run.smithi079.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-02-10T21:45:22.863 INFO:teuthology.orchestra.run.smithi079.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-02-10T21:45:22.863 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-02-10T21:45:22.863 INFO:teuthology.orchestra.run.smithi079.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-02-10T21:45:22.863 INFO:teuthology.orchestra.run.smithi079.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-02-10T21:45:22.863 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-02-10T21:45:22.864 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-02-10T21:45:22.864 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-02-10T21:45:22.864 INFO:teuthology.orchestra.run.smithi079.stdout: python3-requests noarch 2.25.1-8.el9 CentOS-BaseOS 113 k 2024-02-10T21:45:22.864 INFO:teuthology.orchestra.run.smithi079.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-02-10T21:45:22.864 INFO:teuthology.orchestra.run.smithi079.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-02-10T21:45:22.864 INFO:teuthology.orchestra.run.smithi079.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-02-10T21:45:22.864 INFO:teuthology.orchestra.run.smithi079.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-02-10T21:45:22.864 INFO:teuthology.orchestra.run.smithi079.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-02-10T21:45:22.864 INFO:teuthology.orchestra.run.smithi079.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-02-10T21:45:22.864 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:45:22.864 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-02-10T21:45:22.864 INFO:teuthology.orchestra.run.smithi079.stdout:========================================================================================= 2024-02-10T21:45:22.864 INFO:teuthology.orchestra.run.smithi079.stdout:Install 36 Packages 2024-02-10T21:45:22.864 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:45:22.865 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 30 M 2024-02-10T21:45:22.865 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 107 M 2024-02-10T21:45:22.865 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-02-10T21:45:22.867 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-02-10T21:45:22.892 INFO:teuthology.orchestra.run.smithi026.stdout:(29/36): python3-pecan-1.4.2-3.el9.noarch.rpm 4.5 MB/s | 272 kB 00:00 2024-02-10T21:45:22.902 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-02-10T21:45:22.918 INFO:teuthology.orchestra.run.smithi026.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 280 kB/s | 16 kB 00:00 2024-02-10T21:45:22.943 INFO:teuthology.orchestra.run.smithi026.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.7 MB/s | 90 kB 00:00 2024-02-10T21:45:22.945 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-02-10T21:45:22.976 INFO:teuthology.orchestra.run.smithi026.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 612 kB/s | 36 kB 00:00 2024-02-10T21:45:23.002 INFO:teuthology.orchestra.run.smithi026.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.8 MB/s | 230 kB 00:00 2024-02-10T21:45:23.033 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-02-10T21:45:23.035 INFO:teuthology.orchestra.run.smithi026.stdout:(34/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 7.1 MB/s | 427 kB 00:00 2024-02-10T21:45:23.060 INFO:teuthology.orchestra.run.smithi026.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 341 kB/s | 20 kB 00:00 2024-02-10T21:45:23.068 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-02-10T21:45:23.139 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-02-10T21:45:23.277 INFO:teuthology.orchestra.run.smithi026.stdout:(36/36): ceph-osd-19.0.0-1367.g14aa01b9.el9.x86 10 MB/s | 17 MB 00:01 2024-02-10T21:45:23.281 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:45:23.281 INFO:teuthology.orchestra.run.smithi026.stdout:Total 11 MB/s | 30 MB 00:02 2024-02-10T21:45:23.292 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-02-10T21:45:23.300 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-02-10T21:45:23.344 INFO:teuthology.orchestra.run.smithi079.stdout:(1/36): ceph-19.0.0-1367.g14aa01b9.el9.x86_64.r 30 kB/s | 6.6 kB 00:00 2024-02-10T21:45:23.345 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-02-10T21:45:23.345 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-02-10T21:45:23.410 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-10T21:45:23.570 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9. 31/36 2024-02-10T21:45:23.598 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/36 2024-02-10T21:45:23.623 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/36 2024-02-10T21:45:23.624 INFO:teuthology.orchestra.run.smithi121.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T21:45:23.624 INFO:teuthology.orchestra.run.smithi121.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-02-10T21:45:23.624 INFO:teuthology.orchestra.run.smithi121.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-10T21:45:23.624 INFO:teuthology.orchestra.run.smithi121.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-10T21:45:23.624 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:45:23.761 INFO:teuthology.orchestra.run.smithi079.stdout:(2/36): ceph-mgr-19.0.0-1367.g14aa01b9.el9.x86_ 2.4 MB/s | 1.5 MB 00:00 2024-02-10T21:45:23.784 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-02-10T21:45:23.784 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-02-10T21:45:23.845 INFO:teuthology.orchestra.run.smithi079.stdout:(3/36): ceph-mds-19.0.0-1367.g14aa01b9.el9.x86_ 3.0 MB/s | 2.1 MB 00:00 2024-02-10T21:45:23.912 INFO:teuthology.orchestra.run.smithi079.stdout:(4/36): ceph-mgr-modules-core-19.0.0-1367.g14aa 3.6 MB/s | 247 kB 00:00 2024-02-10T21:45:24.029 INFO:teuthology.orchestra.run.smithi079.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.6 MB/s | 187 kB 00:00 2024-02-10T21:45:24.070 INFO:teuthology.orchestra.run.smithi079.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 144 kB 00:00 2024-02-10T21:45:24.096 INFO:teuthology.orchestra.run.smithi079.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 1.2 MB/s | 32 kB 00:00 2024-02-10T21:45:24.121 INFO:teuthology.orchestra.run.smithi079.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.8 MB/s | 47 kB 00:00 2024-02-10T21:45:24.147 INFO:teuthology.orchestra.run.smithi079.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.5 MB/s | 39 kB 00:00 2024-02-10T21:45:24.230 INFO:teuthology.orchestra.run.smithi079.stdout:(10/36): ceph-mon-19.0.0-1367.g14aa01b9.el9.x86 5.3 MB/s | 4.7 MB 00:00 2024-02-10T21:45:24.256 INFO:teuthology.orchestra.run.smithi079.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 2.2 MB/s | 241 kB 00:00 2024-02-10T21:45:24.314 INFO:teuthology.orchestra.run.smithi079.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 14 MB/s | 1.1 MB 00:00 2024-02-10T21:45:24.339 INFO:teuthology.orchestra.run.smithi079.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 1.2 MB/s | 103 kB 00:00 2024-02-10T21:45:24.365 INFO:teuthology.orchestra.run.smithi079.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.4 MB/s | 124 kB 00:00 2024-02-10T21:45:24.390 INFO:teuthology.orchestra.run.smithi079.stdout:(15/36): python3-requests-2.25.1-8.el9.noarch.r 2.2 MB/s | 113 kB 00:00 2024-02-10T21:45:24.415 INFO:teuthology.orchestra.run.smithi079.stdout:(16/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.6 MB/s | 187 kB 00:00 2024-02-10T21:45:24.716 INFO:teuthology.orchestra.run.smithi079.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 68 kB/s | 22 kB 00:00 2024-02-10T21:45:24.966 INFO:teuthology.orchestra.run.smithi079.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 274 kB/s | 151 kB 00:00 2024-02-10T21:45:25.057 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/36 2024-02-10T21:45:25.083 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/36 2024-02-10T21:45:25.083 INFO:teuthology.orchestra.run.smithi121.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T21:45:25.083 INFO:teuthology.orchestra.run.smithi121.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-02-10T21:45:25.083 INFO:teuthology.orchestra.run.smithi121.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-10T21:45:25.083 INFO:teuthology.orchestra.run.smithi121.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-10T21:45:25.084 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:45:25.111 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-02-10T21:45:25.180 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-02-10T21:45:25.233 INFO:teuthology.orchestra.run.smithi079.stdout:(19/36): ceph-osd-19.0.0-1367.g14aa01b9.el9.x86 11 MB/s | 17 MB 00:01 2024-02-10T21:45:25.238 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-02-10T21:45:25.258 INFO:teuthology.orchestra.run.smithi079.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 80 kB/s | 43 kB 00:00 2024-02-10T21:45:25.266 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-02-10T21:45:25.284 INFO:teuthology.orchestra.run.smithi079.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 541 kB/s | 172 kB 00:00 2024-02-10T21:45:25.339 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-02-10T21:45:25.390 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-02-10T21:45:25.423 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-02-10T21:45:25.484 INFO:teuthology.orchestra.run.smithi079.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 88 kB/s | 18 kB 00:00 2024-02-10T21:45:25.516 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 34/36 2024-02-10T21:45:25.517 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-02-10T21:45:25.539 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 34/36 2024-02-10T21:45:25.539 INFO:teuthology.orchestra.run.smithi121.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T21:45:25.539 INFO:teuthology.orchestra.run.smithi121.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-02-10T21:45:25.539 INFO:teuthology.orchestra.run.smithi121.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-10T21:45:25.539 INFO:teuthology.orchestra.run.smithi121.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-10T21:45:25.539 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:45:25.585 INFO:teuthology.orchestra.run.smithi079.stdout:(23/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 33 kB/s | 11 kB 00:00 2024-02-10T21:45:25.597 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-02-10T21:45:25.645 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-02-10T21:45:25.660 INFO:teuthology.orchestra.run.smithi079.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 132 kB/s | 23 kB 00:00 2024-02-10T21:45:25.694 INFO:teuthology.orchestra.run.smithi079.stdout:(25/36): python3-cherrypy-18.6.1-2.el9.noarch.r 779 kB/s | 358 kB 00:00 2024-02-10T21:45:25.719 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-02-10T21:45:25.758 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 35/36 2024-02-10T21:45:25.760 INFO:teuthology.orchestra.run.smithi079.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 111 kB/s | 19 kB 00:00 2024-02-10T21:45:25.771 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-02-10T21:45:25.782 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 35/36 2024-02-10T21:45:25.782 INFO:teuthology.orchestra.run.smithi121.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T21:45:25.782 INFO:teuthology.orchestra.run.smithi121.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-02-10T21:45:25.782 INFO:teuthology.orchestra.run.smithi121.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-10T21:45:25.782 INFO:teuthology.orchestra.run.smithi121.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-10T21:45:25.782 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:45:25.808 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-02-10T21:45:25.847 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 36/36 2024-02-10T21:45:25.852 INFO:teuthology.orchestra.run.smithi079.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 102 kB/s | 20 kB 00:00 2024-02-10T21:45:25.866 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-02-10T21:45:25.894 INFO:teuthology.orchestra.run.smithi079.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 231 kB/s | 46 kB 00:00 2024-02-10T21:45:25.929 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-02-10T21:45:26.036 INFO:teuthology.orchestra.run.smithi079.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 286 kB/s | 79 kB 00:00 2024-02-10T21:45:26.078 INFO:teuthology.orchestra.run.smithi079.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 89 kB/s | 16 kB 00:00 2024-02-10T21:45:26.128 INFO:teuthology.orchestra.run.smithi079.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 987 kB/s | 272 kB 00:00 2024-02-10T21:45:26.130 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-02-10T21:45:26.179 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-02-10T21:45:26.196 INFO:teuthology.orchestra.run.smithi079.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 565 kB/s | 90 kB 00:00 2024-02-10T21:45:26.218 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-02-10T21:45:26.237 INFO:teuthology.orchestra.run.smithi079.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 225 kB/s | 36 kB 00:00 2024-02-10T21:45:26.252 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-02-10T21:45:26.282 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-02-10T21:45:26.362 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-02-10T21:45:26.379 INFO:teuthology.orchestra.run.smithi079.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 916 kB/s | 230 kB 00:00 2024-02-10T21:45:26.392 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-10T21:45:26.426 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-02-10T21:45:26.447 INFO:teuthology.orchestra.run.smithi079.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 96 kB/s | 20 kB 00:00 2024-02-10T21:45:26.466 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-02-10T21:45:26.502 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-02-10T21:45:26.536 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-02-10T21:45:26.547 INFO:teuthology.orchestra.run.smithi079.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.2 MB/s | 427 kB 00:00 2024-02-10T21:45:26.551 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:45:26.551 INFO:teuthology.orchestra.run.smithi079.stdout:Total 8.0 MB/s | 30 MB 00:03 2024-02-10T21:45:26.573 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-02-10T21:45:26.618 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-02-10T21:45:26.618 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-02-10T21:45:26.620 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-02-10T21:45:26.658 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-02-10T21:45:26.734 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-02-10T21:45:26.875 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-02-10T21:45:27.006 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-10T21:45:27.038 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-02-10T21:45:27.038 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-02-10T21:45:27.184 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9. 31/36 2024-02-10T21:45:27.213 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/36 2024-02-10T21:45:27.238 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/36 2024-02-10T21:45:27.238 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T21:45:27.238 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-02-10T21:45:27.238 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-10T21:45:27.238 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-10T21:45:27.238 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:45:27.559 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 36/36 2024-02-10T21:45:27.559 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/36 2024-02-10T21:45:27.559 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/36 2024-02-10T21:45:27.559 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 3/36 2024-02-10T21:45:27.559 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 4/36 2024-02-10T21:45:27.559 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/36 2024-02-10T21:45:27.559 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9. 6/36 2024-02-10T21:45:27.559 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-02-10T21:45:27.559 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-02-10T21:45:27.559 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-02-10T21:45:27.559 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-02-10T21:45:27.559 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-02-10T21:45:27.560 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-02-10T21:45:27.560 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-02-10T21:45:27.560 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-02-10T21:45:27.560 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-02-10T21:45:27.560 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 16/36 2024-02-10T21:45:27.560 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 17/36 2024-02-10T21:45:27.560 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-02-10T21:45:27.560 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-02-10T21:45:27.560 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-02-10T21:45:27.560 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-10T21:45:27.560 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-02-10T21:45:27.560 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-02-10T21:45:27.560 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-02-10T21:45:27.560 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-02-10T21:45:27.561 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-02-10T21:45:27.561 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-02-10T21:45:27.561 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-02-10T21:45:27.561 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-02-10T21:45:27.561 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-10T21:45:27.561 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-02-10T21:45:27.561 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-02-10T21:45:27.561 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-02-10T21:45:27.561 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-02-10T21:45:27.561 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-02-10T21:45:28.370 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-02-10T21:45:28.416 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-02-10T21:45:28.449 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-02-10T21:45:28.477 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-02-10T21:45:28.548 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-02-10T21:45:28.610 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-02-10T21:45:28.642 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-02-10T21:45:28.713 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-02-10T21:45:28.713 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:45:28.713 INFO:teuthology.orchestra.run.smithi121.stdout:Installed: 2024-02-10T21:45:28.713 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:28.713 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:28.713 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:28.713 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T21:45:28.713 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:28.713 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:28.714 INFO:teuthology.orchestra.run.smithi121.stdout: lua-5.4.4-4.el9.x86_64 2024-02-10T21:45:28.714 INFO:teuthology.orchestra.run.smithi121.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-02-10T21:45:28.714 INFO:teuthology.orchestra.run.smithi121.stdout: luarocks-3.9.2-1.el9.noarch 2024-02-10T21:45:28.714 INFO:teuthology.orchestra.run.smithi121.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-02-10T21:45:28.714 INFO:teuthology.orchestra.run.smithi121.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-02-10T21:45:28.714 INFO:teuthology.orchestra.run.smithi121.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-02-10T21:45:28.714 INFO:teuthology.orchestra.run.smithi121.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-02-10T21:45:28.714 INFO:teuthology.orchestra.run.smithi121.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-02-10T21:45:28.714 INFO:teuthology.orchestra.run.smithi121.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-02-10T21:45:28.714 INFO:teuthology.orchestra.run.smithi121.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-02-10T21:45:28.714 INFO:teuthology.orchestra.run.smithi121.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-02-10T21:45:28.714 INFO:teuthology.orchestra.run.smithi121.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-02-10T21:45:28.714 INFO:teuthology.orchestra.run.smithi121.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-02-10T21:45:28.714 INFO:teuthology.orchestra.run.smithi121.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-02-10T21:45:28.714 INFO:teuthology.orchestra.run.smithi121.stdout: python3-mako-1.1.4-6.el9.noarch 2024-02-10T21:45:28.714 INFO:teuthology.orchestra.run.smithi121.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-02-10T21:45:28.715 INFO:teuthology.orchestra.run.smithi121.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-02-10T21:45:28.715 INFO:teuthology.orchestra.run.smithi121.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-02-10T21:45:28.715 INFO:teuthology.orchestra.run.smithi121.stdout: python3-ply-3.11-14.el9.noarch 2024-02-10T21:45:28.715 INFO:teuthology.orchestra.run.smithi121.stdout: python3-portend-3.1.0-2.el9.noarch 2024-02-10T21:45:28.715 INFO:teuthology.orchestra.run.smithi121.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-02-10T21:45:28.715 INFO:teuthology.orchestra.run.smithi121.stdout: python3-pycparser-2.20-6.el9.noarch 2024-02-10T21:45:28.715 INFO:teuthology.orchestra.run.smithi121.stdout: python3-pytz-2021.1-5.el9.noarch 2024-02-10T21:45:28.715 INFO:teuthology.orchestra.run.smithi121.stdout: python3-requests-2.25.1-8.el9.noarch 2024-02-10T21:45:28.715 INFO:teuthology.orchestra.run.smithi121.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-02-10T21:45:28.715 INFO:teuthology.orchestra.run.smithi121.stdout: python3-toml-0.10.2-6.el9.noarch 2024-02-10T21:45:28.715 INFO:teuthology.orchestra.run.smithi121.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-02-10T21:45:28.715 INFO:teuthology.orchestra.run.smithi121.stdout: python3-webob-1.8.7-6.el9.noarch 2024-02-10T21:45:28.715 INFO:teuthology.orchestra.run.smithi121.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-02-10T21:45:28.715 INFO:teuthology.orchestra.run.smithi121.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-02-10T21:45:28.715 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:45:28.715 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2024-02-10T21:45:28.743 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-02-10T21:45:28.755 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/36 2024-02-10T21:45:28.781 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/36 2024-02-10T21:45:28.781 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T21:45:28.781 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-02-10T21:45:28.781 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-10T21:45:28.781 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-10T21:45:28.781 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:45:28.830 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-02-10T21:45:28.871 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-02-10T21:45:28.942 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-02-10T21:45:28.997 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-02-10T21:45:29.035 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-02-10T21:45:29.060 DEBUG:teuthology.orchestra.run.smithi121:> sudo yum -y install ceph-base 2024-02-10T21:45:29.083 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-02-10T21:45:29.152 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-02-10T21:45:29.247 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 34/36 2024-02-10T21:45:29.270 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 34/36 2024-02-10T21:45:29.270 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T21:45:29.270 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-02-10T21:45:29.270 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-10T21:45:29.270 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-10T21:45:29.270 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:45:29.342 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-02-10T21:45:29.389 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-02-10T21:45:29.428 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-02-10T21:45:29.463 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-02-10T21:45:29.490 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 35/36 2024-02-10T21:45:29.493 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-02-10T21:45:29.512 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 35/36 2024-02-10T21:45:29.512 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T21:45:29.512 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-02-10T21:45:29.512 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-10T21:45:29.513 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-10T21:45:29.513 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:45:29.569 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-02-10T21:45:29.590 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 36/36 2024-02-10T21:45:29.611 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-10T21:45:29.643 INFO:teuthology.orchestra.run.smithi121.stdout:Last metadata expiration check: 0:00:53 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:45:29.645 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-02-10T21:45:29.685 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-02-10T21:45:29.720 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-02-10T21:45:29.749 INFO:teuthology.orchestra.run.smithi121.stdout:Package ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T21:45:29.755 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-02-10T21:45:29.800 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2024-02-10T21:45:29.802 INFO:teuthology.orchestra.run.smithi121.stdout:Nothing to do. 2024-02-10T21:45:29.802 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2024-02-10T21:45:29.847 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-02-10T21:45:29.864 DEBUG:teuthology.orchestra.run.smithi121:> sudo yum -y install cephadm 2024-02-10T21:45:29.904 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-02-10T21:45:29.976 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-02-10T21:45:30.114 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-02-10T21:45:30.238 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-10T21:45:30.405 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9. 31/36 2024-02-10T21:45:30.433 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/36 2024-02-10T21:45:30.438 INFO:teuthology.orchestra.run.smithi121.stdout:Last metadata expiration check: 0:00:54 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:45:30.459 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/36 2024-02-10T21:45:30.459 INFO:teuthology.orchestra.run.smithi079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T21:45:30.459 INFO:teuthology.orchestra.run.smithi079.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-02-10T21:45:30.459 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-10T21:45:30.460 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-10T21:45:30.460 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:45:30.596 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2024-02-10T21:45:30.597 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:45:30.597 INFO:teuthology.orchestra.run.smithi121.stdout: Package Arch Version Repository Size 2024-02-10T21:45:30.597 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:45:30.597 INFO:teuthology.orchestra.run.smithi121.stdout:Installing: 2024-02-10T21:45:30.597 INFO:teuthology.orchestra.run.smithi121.stdout: cephadm noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 748 k 2024-02-10T21:45:30.597 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:45:30.597 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction Summary 2024-02-10T21:45:30.598 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:45:30.598 INFO:teuthology.orchestra.run.smithi121.stdout:Install 1 Package 2024-02-10T21:45:30.598 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:45:30.598 INFO:teuthology.orchestra.run.smithi121.stdout:Total download size: 748 k 2024-02-10T21:45:30.598 INFO:teuthology.orchestra.run.smithi121.stdout:Installed size: 754 k 2024-02-10T21:45:30.598 INFO:teuthology.orchestra.run.smithi121.stdout:Downloading Packages: 2024-02-10T21:45:31.027 INFO:teuthology.orchestra.run.smithi121.stdout:cephadm-19.0.0-1367.g14aa01b9.el9.noarch.rpm 1.7 MB/s | 748 kB 00:00 2024-02-10T21:45:31.027 INFO:teuthology.orchestra.run.smithi121.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:45:31.028 INFO:teuthology.orchestra.run.smithi121.stdout:Total 1.7 MB/s | 748 kB 00:00 2024-02-10T21:45:31.028 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction check 2024-02-10T21:45:31.033 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction check succeeded. 2024-02-10T21:45:31.033 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction test 2024-02-10T21:45:31.039 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction test succeeded. 2024-02-10T21:45:31.039 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction 2024-02-10T21:45:31.113 INFO:teuthology.orchestra.run.smithi121.stdout: Preparing : 1/1 2024-02-10T21:45:31.277 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 36/36 2024-02-10T21:45:31.277 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/36 2024-02-10T21:45:31.277 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/36 2024-02-10T21:45:31.277 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 3/36 2024-02-10T21:45:31.277 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 4/36 2024-02-10T21:45:31.277 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/36 2024-02-10T21:45:31.277 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9. 6/36 2024-02-10T21:45:31.277 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-02-10T21:45:31.277 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-02-10T21:45:31.277 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-02-10T21:45:31.277 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-02-10T21:45:31.277 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-02-10T21:45:31.278 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-02-10T21:45:31.278 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-02-10T21:45:31.278 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-02-10T21:45:31.278 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-02-10T21:45:31.278 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 16/36 2024-02-10T21:45:31.278 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 17/36 2024-02-10T21:45:31.278 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-02-10T21:45:31.278 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-02-10T21:45:31.278 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-02-10T21:45:31.278 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-10T21:45:31.278 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-02-10T21:45:31.278 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-02-10T21:45:31.278 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-02-10T21:45:31.278 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-02-10T21:45:31.279 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-02-10T21:45:31.279 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-02-10T21:45:31.279 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-02-10T21:45:31.279 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-02-10T21:45:31.279 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-10T21:45:31.279 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-02-10T21:45:31.279 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-02-10T21:45:31.279 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-02-10T21:45:31.279 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-02-10T21:45:31.279 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-02-10T21:45:31.510 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-10T21:45:31.617 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-10T21:45:31.884 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/36 2024-02-10T21:45:31.911 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/36 2024-02-10T21:45:31.911 INFO:teuthology.orchestra.run.smithi079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T21:45:31.911 INFO:teuthology.orchestra.run.smithi079.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-02-10T21:45:31.911 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-10T21:45:31.911 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-10T21:45:31.911 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:45:31.986 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-10T21:45:32.275 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-10T21:45:32.275 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:45:32.275 INFO:teuthology.orchestra.run.smithi121.stdout:Installed: 2024-02-10T21:45:32.275 INFO:teuthology.orchestra.run.smithi121.stdout: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T21:45:32.275 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:45:32.275 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2024-02-10T21:45:32.352 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 34/36 2024-02-10T21:45:32.375 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 34/36 2024-02-10T21:45:32.375 INFO:teuthology.orchestra.run.smithi079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T21:45:32.376 INFO:teuthology.orchestra.run.smithi079.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-02-10T21:45:32.376 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-10T21:45:32.376 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-10T21:45:32.376 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:45:32.403 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-02-10T21:45:32.403 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:45:32.403 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-02-10T21:45:32.403 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:32.403 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:32.403 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:32.403 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T21:45:32.403 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:32.403 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:32.403 INFO:teuthology.orchestra.run.smithi026.stdout: lua-5.4.4-4.el9.x86_64 2024-02-10T21:45:32.403 INFO:teuthology.orchestra.run.smithi026.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-02-10T21:45:32.403 INFO:teuthology.orchestra.run.smithi026.stdout: luarocks-3.9.2-1.el9.noarch 2024-02-10T21:45:32.404 INFO:teuthology.orchestra.run.smithi026.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-02-10T21:45:32.404 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-02-10T21:45:32.404 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-02-10T21:45:32.404 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-02-10T21:45:32.404 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-02-10T21:45:32.404 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-02-10T21:45:32.404 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-02-10T21:45:32.404 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-02-10T21:45:32.404 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-02-10T21:45:32.404 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-02-10T21:45:32.404 INFO:teuthology.orchestra.run.smithi026.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-02-10T21:45:32.404 INFO:teuthology.orchestra.run.smithi026.stdout: python3-mako-1.1.4-6.el9.noarch 2024-02-10T21:45:32.404 INFO:teuthology.orchestra.run.smithi026.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-02-10T21:45:32.404 INFO:teuthology.orchestra.run.smithi026.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-02-10T21:45:32.405 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-02-10T21:45:32.405 INFO:teuthology.orchestra.run.smithi026.stdout: python3-ply-3.11-14.el9.noarch 2024-02-10T21:45:32.405 INFO:teuthology.orchestra.run.smithi026.stdout: python3-portend-3.1.0-2.el9.noarch 2024-02-10T21:45:32.405 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-02-10T21:45:32.405 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pycparser-2.20-6.el9.noarch 2024-02-10T21:45:32.405 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pytz-2021.1-5.el9.noarch 2024-02-10T21:45:32.405 INFO:teuthology.orchestra.run.smithi026.stdout: python3-requests-2.25.1-8.el9.noarch 2024-02-10T21:45:32.405 INFO:teuthology.orchestra.run.smithi026.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-02-10T21:45:32.405 INFO:teuthology.orchestra.run.smithi026.stdout: python3-toml-0.10.2-6.el9.noarch 2024-02-10T21:45:32.405 INFO:teuthology.orchestra.run.smithi026.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-02-10T21:45:32.405 INFO:teuthology.orchestra.run.smithi026.stdout: python3-webob-1.8.7-6.el9.noarch 2024-02-10T21:45:32.405 INFO:teuthology.orchestra.run.smithi026.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-02-10T21:45:32.405 INFO:teuthology.orchestra.run.smithi026.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-02-10T21:45:32.405 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:45:32.406 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-02-10T21:45:32.472 DEBUG:teuthology.orchestra.run.smithi121:> sudo yum -y install ceph-immutable-object-cache 2024-02-10T21:45:32.586 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 35/36 2024-02-10T21:45:32.609 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 35/36 2024-02-10T21:45:32.609 INFO:teuthology.orchestra.run.smithi079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T21:45:32.609 INFO:teuthology.orchestra.run.smithi079.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-02-10T21:45:32.609 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-10T21:45:32.609 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-10T21:45:32.609 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:45:32.675 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 36/36 2024-02-10T21:45:32.741 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-base 2024-02-10T21:45:33.056 INFO:teuthology.orchestra.run.smithi121.stdout:Last metadata expiration check: 0:00:57 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:45:33.218 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2024-02-10T21:45:33.219 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:45:33.219 INFO:teuthology.orchestra.run.smithi121.stdout: Package Arch Version Repo Size 2024-02-10T21:45:33.219 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:45:33.219 INFO:teuthology.orchestra.run.smithi121.stdout:Installing: 2024-02-10T21:45:33.219 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 145 k 2024-02-10T21:45:33.219 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:45:33.219 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction Summary 2024-02-10T21:45:33.219 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:45:33.219 INFO:teuthology.orchestra.run.smithi121.stdout:Install 1 Package 2024-02-10T21:45:33.219 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:45:33.220 INFO:teuthology.orchestra.run.smithi121.stdout:Total download size: 145 k 2024-02-10T21:45:33.220 INFO:teuthology.orchestra.run.smithi121.stdout:Installed size: 436 k 2024-02-10T21:45:33.220 INFO:teuthology.orchestra.run.smithi121.stdout:Downloading Packages: 2024-02-10T21:45:33.329 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:57 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:45:33.440 INFO:teuthology.orchestra.run.smithi026.stdout:Package ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T21:45:33.496 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-02-10T21:45:33.497 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-02-10T21:45:33.497 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-02-10T21:45:33.567 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install cephadm 2024-02-10T21:45:33.701 INFO:teuthology.orchestra.run.smithi121.stdout:ceph-immutable-object-cache-19.0.0-1367.g14aa01 302 kB/s | 145 kB 00:00 2024-02-10T21:45:33.701 INFO:teuthology.orchestra.run.smithi121.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:45:33.701 INFO:teuthology.orchestra.run.smithi121.stdout:Total 301 kB/s | 145 kB 00:00 2024-02-10T21:45:33.701 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction check 2024-02-10T21:45:33.709 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction check succeeded. 2024-02-10T21:45:33.709 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction test 2024-02-10T21:45:33.760 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction test succeeded. 2024-02-10T21:45:33.761 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction 2024-02-10T21:45:33.900 INFO:teuthology.orchestra.run.smithi121.stdout: Preparing : 1/1 2024-02-10T21:45:33.968 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-10T21:45:33.992 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-10T21:45:33.992 INFO:teuthology.orchestra.run.smithi121.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T21:45:33.992 INFO:teuthology.orchestra.run.smithi121.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-02-10T21:45:33.993 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:45:34.174 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:58 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:45:34.339 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-02-10T21:45:34.340 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:45:34.340 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-02-10T21:45:34.340 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:45:34.340 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-02-10T21:45:34.340 INFO:teuthology.orchestra.run.smithi026.stdout: cephadm noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 748 k 2024-02-10T21:45:34.340 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:45:34.341 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-02-10T21:45:34.341 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:45:34.341 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-02-10T21:45:34.341 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:45:34.341 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 748 k 2024-02-10T21:45:34.341 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 754 k 2024-02-10T21:45:34.341 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-02-10T21:45:34.532 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 36/36 2024-02-10T21:45:34.532 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/36 2024-02-10T21:45:34.532 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/36 2024-02-10T21:45:34.532 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 3/36 2024-02-10T21:45:34.532 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 4/36 2024-02-10T21:45:34.532 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/36 2024-02-10T21:45:34.532 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9. 6/36 2024-02-10T21:45:34.532 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-02-10T21:45:34.532 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-02-10T21:45:34.533 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-02-10T21:45:34.533 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-02-10T21:45:34.533 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-02-10T21:45:34.533 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-02-10T21:45:34.533 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-02-10T21:45:34.533 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-02-10T21:45:34.533 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-02-10T21:45:34.533 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 16/36 2024-02-10T21:45:34.533 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 17/36 2024-02-10T21:45:34.533 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-02-10T21:45:34.533 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-02-10T21:45:34.533 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-02-10T21:45:34.534 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-10T21:45:34.534 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-02-10T21:45:34.534 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-02-10T21:45:34.534 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-02-10T21:45:34.534 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-02-10T21:45:34.535 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-02-10T21:45:34.536 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-02-10T21:45:34.536 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-02-10T21:45:34.536 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-02-10T21:45:34.536 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-10T21:45:34.536 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-02-10T21:45:34.536 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-02-10T21:45:34.536 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-02-10T21:45:34.536 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-02-10T21:45:34.536 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-02-10T21:45:35.015 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-10T21:45:35.015 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:45:35.015 INFO:teuthology.orchestra.run.smithi121.stdout:Installed: 2024-02-10T21:45:35.015 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:35.015 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:45:35.015 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2024-02-10T21:45:35.287 DEBUG:teuthology.orchestra.run.smithi121:> sudo yum -y install ceph-mgr 2024-02-10T21:45:35.472 INFO:teuthology.orchestra.run.smithi026.stdout:cephadm-19.0.0-1367.g14aa01b9.el9.noarch.rpm 661 kB/s | 748 kB 00:01 2024-02-10T21:45:35.473 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:45:35.473 INFO:teuthology.orchestra.run.smithi026.stdout:Total 660 kB/s | 748 kB 00:01 2024-02-10T21:45:35.473 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-02-10T21:45:35.475 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-02-10T21:45:35.475 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:45:35.475 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-02-10T21:45:35.475 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:35.475 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:35.475 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:35.475 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T21:45:35.475 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:35.475 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:35.475 INFO:teuthology.orchestra.run.smithi079.stdout: lua-5.4.4-4.el9.x86_64 2024-02-10T21:45:35.476 INFO:teuthology.orchestra.run.smithi079.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-02-10T21:45:35.476 INFO:teuthology.orchestra.run.smithi079.stdout: luarocks-3.9.2-1.el9.noarch 2024-02-10T21:45:35.476 INFO:teuthology.orchestra.run.smithi079.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-02-10T21:45:35.476 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-02-10T21:45:35.476 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-02-10T21:45:35.476 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-02-10T21:45:35.476 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-02-10T21:45:35.476 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-02-10T21:45:35.476 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-02-10T21:45:35.476 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-02-10T21:45:35.476 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-02-10T21:45:35.476 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-02-10T21:45:35.476 INFO:teuthology.orchestra.run.smithi079.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-02-10T21:45:35.477 INFO:teuthology.orchestra.run.smithi079.stdout: python3-mako-1.1.4-6.el9.noarch 2024-02-10T21:45:35.477 INFO:teuthology.orchestra.run.smithi079.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-02-10T21:45:35.477 INFO:teuthology.orchestra.run.smithi079.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-02-10T21:45:35.477 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-02-10T21:45:35.477 INFO:teuthology.orchestra.run.smithi079.stdout: python3-ply-3.11-14.el9.noarch 2024-02-10T21:45:35.477 INFO:teuthology.orchestra.run.smithi079.stdout: python3-portend-3.1.0-2.el9.noarch 2024-02-10T21:45:35.477 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-02-10T21:45:35.477 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pycparser-2.20-6.el9.noarch 2024-02-10T21:45:35.477 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pytz-2021.1-5.el9.noarch 2024-02-10T21:45:35.477 INFO:teuthology.orchestra.run.smithi079.stdout: python3-requests-2.25.1-8.el9.noarch 2024-02-10T21:45:35.477 INFO:teuthology.orchestra.run.smithi079.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-02-10T21:45:35.477 INFO:teuthology.orchestra.run.smithi079.stdout: python3-toml-0.10.2-6.el9.noarch 2024-02-10T21:45:35.477 INFO:teuthology.orchestra.run.smithi079.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-02-10T21:45:35.477 INFO:teuthology.orchestra.run.smithi079.stdout: python3-webob-1.8.7-6.el9.noarch 2024-02-10T21:45:35.478 INFO:teuthology.orchestra.run.smithi079.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-02-10T21:45:35.478 INFO:teuthology.orchestra.run.smithi079.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-02-10T21:45:35.478 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:45:35.478 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-02-10T21:45:35.480 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-02-10T21:45:35.480 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-02-10T21:45:35.486 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-02-10T21:45:35.487 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-02-10T21:45:35.564 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-02-10T21:45:35.839 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-base 2024-02-10T21:45:35.881 INFO:teuthology.orchestra.run.smithi121.stdout:Last metadata expiration check: 0:00:59 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:45:35.951 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-10T21:45:35.987 INFO:teuthology.orchestra.run.smithi121.stdout:Package ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T21:45:36.039 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-10T21:45:36.039 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2024-02-10T21:45:36.040 INFO:teuthology.orchestra.run.smithi121.stdout:Nothing to do. 2024-02-10T21:45:36.040 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2024-02-10T21:45:36.105 DEBUG:teuthology.orchestra.run.smithi121:> sudo yum -y install ceph-mgr-dashboard 2024-02-10T21:45:36.431 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:00:56 ago on Sat 10 Feb 2024 09:44:40 PM UTC. 2024-02-10T21:45:36.446 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-10T21:45:36.539 INFO:teuthology.orchestra.run.smithi079.stdout:Package ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T21:45:36.590 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-02-10T21:45:36.591 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-02-10T21:45:36.591 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-02-10T21:45:36.658 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install cephadm 2024-02-10T21:45:36.683 INFO:teuthology.orchestra.run.smithi121.stdout:Last metadata expiration check: 0:01:00 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:45:36.746 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-10T21:45:36.746 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:45:36.746 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-02-10T21:45:36.746 INFO:teuthology.orchestra.run.smithi026.stdout: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T21:45:36.746 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:45:36.746 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-02-10T21:45:36.844 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2024-02-10T21:45:36.845 INFO:teuthology.orchestra.run.smithi121.stdout:====================================================================================== 2024-02-10T21:45:36.845 INFO:teuthology.orchestra.run.smithi121.stdout: Package Arch Version Repository Size 2024-02-10T21:45:36.845 INFO:teuthology.orchestra.run.smithi121.stdout:====================================================================================== 2024-02-10T21:45:36.845 INFO:teuthology.orchestra.run.smithi121.stdout:Installing: 2024-02-10T21:45:36.845 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-mgr-dashboard noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 1.8 M 2024-02-10T21:45:36.845 INFO:teuthology.orchestra.run.smithi121.stdout:Installing dependencies: 2024-02-10T21:45:36.845 INFO:teuthology.orchestra.run.smithi121.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-02-10T21:45:36.846 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-grafana-dashboards noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 28 k 2024-02-10T21:45:36.846 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-prometheus-alerts noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 15 k 2024-02-10T21:45:36.846 INFO:teuthology.orchestra.run.smithi121.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-02-10T21:45:36.846 INFO:teuthology.orchestra.run.smithi121.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-02-10T21:45:36.846 INFO:teuthology.orchestra.run.smithi121.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-02-10T21:45:36.846 INFO:teuthology.orchestra.run.smithi121.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-02-10T21:45:36.846 INFO:teuthology.orchestra.run.smithi121.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-02-10T21:45:36.846 INFO:teuthology.orchestra.run.smithi121.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-02-10T21:45:36.846 INFO:teuthology.orchestra.run.smithi121.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-02-10T21:45:36.846 INFO:teuthology.orchestra.run.smithi121.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-02-10T21:45:36.846 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:45:36.846 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction Summary 2024-02-10T21:45:36.846 INFO:teuthology.orchestra.run.smithi121.stdout:====================================================================================== 2024-02-10T21:45:36.847 INFO:teuthology.orchestra.run.smithi121.stdout:Install 12 Packages 2024-02-10T21:45:36.847 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:45:36.847 INFO:teuthology.orchestra.run.smithi121.stdout:Total download size: 6.8 M 2024-02-10T21:45:36.848 INFO:teuthology.orchestra.run.smithi121.stdout:Installed size: 26 M 2024-02-10T21:45:36.848 INFO:teuthology.orchestra.run.smithi121.stdout:Downloading Packages: 2024-02-10T21:45:37.000 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-immutable-object-cache 2024-02-10T21:45:37.237 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:00:57 ago on Sat 10 Feb 2024 09:44:40 PM UTC. 2024-02-10T21:45:37.395 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-02-10T21:45:37.396 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:45:37.396 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-02-10T21:45:37.396 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:45:37.396 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-02-10T21:45:37.396 INFO:teuthology.orchestra.run.smithi079.stdout: cephadm noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 748 k 2024-02-10T21:45:37.396 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:45:37.396 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-02-10T21:45:37.396 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:45:37.396 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2024-02-10T21:45:37.396 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:45:37.397 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 748 k 2024-02-10T21:45:37.397 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 754 k 2024-02-10T21:45:37.397 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-02-10T21:45:37.538 INFO:teuthology.orchestra.run.smithi121.stdout:(1/12): ceph-grafana-dashboards-19.0.0-1367.g14 57 kB/s | 28 kB 00:00 2024-02-10T21:45:37.564 INFO:teuthology.orchestra.run.smithi121.stdout:(2/12): ceph-prometheus-alerts-19.0.0-1367.g14a 29 kB/s | 15 kB 00:00 2024-02-10T21:45:37.591 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:01 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:45:37.697 INFO:teuthology.orchestra.run.smithi121.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.1 MB/s | 238 kB 00:00 2024-02-10T21:45:37.731 INFO:teuthology.orchestra.run.smithi121.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.2 MB/s | 1.0 MB 00:00 2024-02-10T21:45:37.756 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-02-10T21:45:37.756 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:45:37.756 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repo Size 2024-02-10T21:45:37.756 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:45:37.756 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-02-10T21:45:37.756 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 145 k 2024-02-10T21:45:37.757 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:45:37.757 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-02-10T21:45:37.757 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:45:37.757 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-02-10T21:45:37.757 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:45:37.757 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 145 k 2024-02-10T21:45:37.757 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 436 k 2024-02-10T21:45:37.757 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-02-10T21:45:37.939 INFO:teuthology.orchestra.run.smithi121.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.5 MB/s | 863 kB 00:00 2024-02-10T21:45:38.040 INFO:teuthology.orchestra.run.smithi121.stdout:(6/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.7 MB/s | 548 kB 00:00 2024-02-10T21:45:38.115 INFO:teuthology.orchestra.run.smithi121.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 111 kB/s | 19 kB 00:00 2024-02-10T21:45:38.215 INFO:teuthology.orchestra.run.smithi121.stdout:(8/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 12 MB/s | 2.0 MB 00:00 2024-02-10T21:45:38.257 INFO:teuthology.orchestra.run.smithi121.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.0 MB/s | 144 kB 00:00 2024-02-10T21:45:38.282 INFO:teuthology.orchestra.run.smithi121.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 459 kB/s | 31 kB 00:00 2024-02-10T21:45:38.341 INFO:teuthology.orchestra.run.smithi121.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.2 MB/s | 188 kB 00:00 2024-02-10T21:45:38.453 INFO:teuthology.orchestra.run.smithi026.stdout:ceph-immutable-object-cache-19.0.0-1367.g14aa01 209 kB/s | 145 kB 00:00 2024-02-10T21:45:38.453 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:45:38.454 INFO:teuthology.orchestra.run.smithi026.stdout:Total 208 kB/s | 145 kB 00:00 2024-02-10T21:45:38.454 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-02-10T21:45:38.463 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-02-10T21:45:38.463 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-02-10T21:45:38.519 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-02-10T21:45:38.519 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-02-10T21:45:38.599 INFO:teuthology.orchestra.run.smithi079.stdout:cephadm-19.0.0-1367.g14aa01b9.el9.noarch.rpm 622 kB/s | 748 kB 00:01 2024-02-10T21:45:38.600 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:45:38.600 INFO:teuthology.orchestra.run.smithi079.stdout:Total 621 kB/s | 748 kB 00:01 2024-02-10T21:45:38.600 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-02-10T21:45:38.606 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-02-10T21:45:38.606 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-02-10T21:45:38.612 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-02-10T21:45:38.612 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-02-10T21:45:38.663 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-02-10T21:45:38.692 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-02-10T21:45:38.712 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-10T21:45:38.736 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-10T21:45:38.736 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T21:45:38.736 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-02-10T21:45:38.737 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:45:38.991 INFO:teuthology.orchestra.run.smithi121.stdout:(12/12): ceph-mgr-dashboard-19.0.0-1367.g14aa01 924 kB/s | 1.8 MB 00:01 2024-02-10T21:45:38.997 INFO:teuthology.orchestra.run.smithi121.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:45:38.997 INFO:teuthology.orchestra.run.smithi121.stdout:Total 3.2 MB/s | 6.8 MB 00:02 2024-02-10T21:45:39.015 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction check 2024-02-10T21:45:39.033 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction check succeeded. 2024-02-10T21:45:39.033 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction test 2024-02-10T21:45:39.128 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-10T21:45:39.209 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction test succeeded. 2024-02-10T21:45:39.209 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction 2024-02-10T21:45:39.215 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-10T21:45:39.628 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-10T21:45:39.720 INFO:teuthology.orchestra.run.smithi121.stdout: Preparing : 1/1 2024-02-10T21:45:39.728 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-10T21:45:39.729 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:45:39.729 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-02-10T21:45:39.729 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:39.729 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:45:39.729 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-02-10T21:45:39.791 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-02-10T21:45:39.826 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-02-10T21:45:39.872 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-02-10T21:45:39.904 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-02-10T21:45:39.916 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-10T21:45:39.916 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:45:39.916 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-02-10T21:45:39.916 INFO:teuthology.orchestra.run.smithi079.stdout: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T21:45:39.916 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:45:39.917 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-02-10T21:45:39.982 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-mgr 2024-02-10T21:45:40.018 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-02-10T21:45:40.137 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-immutable-object-cache 2024-02-10T21:45:40.144 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-02-10T21:45:40.230 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-02-10T21:45:40.283 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-02-10T21:45:40.312 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-02-10T21:45:40.342 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9 10/12 2024-02-10T21:45:40.576 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:04 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:45:40.587 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el 11/12 2024-02-10T21:45:40.627 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 12/12 2024-02-10T21:45:40.687 INFO:teuthology.orchestra.run.smithi026.stdout:Package ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T21:45:40.722 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:00 ago on Sat 10 Feb 2024 09:44:40 PM UTC. 2024-02-10T21:45:40.742 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-02-10T21:45:40.743 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-02-10T21:45:40.743 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-02-10T21:45:40.808 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-mgr-dashboard 2024-02-10T21:45:40.886 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-02-10T21:45:40.886 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:45:40.886 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repo Size 2024-02-10T21:45:40.886 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:45:40.886 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-02-10T21:45:40.886 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 145 k 2024-02-10T21:45:40.887 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:45:40.887 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-02-10T21:45:40.887 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:45:40.887 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2024-02-10T21:45:40.887 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:45:40.887 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 145 k 2024-02-10T21:45:40.887 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 436 k 2024-02-10T21:45:40.888 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-02-10T21:45:41.398 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:05 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:45:41.478 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 12/12 2024-02-10T21:45:41.478 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el 1/12 2024-02-10T21:45:41.478 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 2/12 2024-02-10T21:45:41.478 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9 3/12 2024-02-10T21:45:41.479 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-02-10T21:45:41.479 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-02-10T21:45:41.479 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-02-10T21:45:41.479 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-02-10T21:45:41.479 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-02-10T21:45:41.479 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-02-10T21:45:41.479 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-02-10T21:45:41.479 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-02-10T21:45:41.491 INFO:teuthology.orchestra.run.smithi079.stdout:ceph-immutable-object-cache-19.0.0-1367.g14aa01 240 kB/s | 145 kB 00:00 2024-02-10T21:45:41.491 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:45:41.492 INFO:teuthology.orchestra.run.smithi079.stdout:Total 240 kB/s | 145 kB 00:00 2024-02-10T21:45:41.492 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-02-10T21:45:41.499 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-02-10T21:45:41.500 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-02-10T21:45:41.552 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-02-10T21:45:41.552 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-02-10T21:45:41.566 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-02-10T21:45:41.567 INFO:teuthology.orchestra.run.smithi026.stdout:====================================================================================== 2024-02-10T21:45:41.567 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-02-10T21:45:41.567 INFO:teuthology.orchestra.run.smithi026.stdout:====================================================================================== 2024-02-10T21:45:41.567 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-02-10T21:45:41.567 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-dashboard noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 1.8 M 2024-02-10T21:45:41.567 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-02-10T21:45:41.567 INFO:teuthology.orchestra.run.smithi026.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-02-10T21:45:41.567 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-grafana-dashboards noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 28 k 2024-02-10T21:45:41.567 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-prometheus-alerts noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 15 k 2024-02-10T21:45:41.567 INFO:teuthology.orchestra.run.smithi026.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-02-10T21:45:41.567 INFO:teuthology.orchestra.run.smithi026.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-02-10T21:45:41.567 INFO:teuthology.orchestra.run.smithi026.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-02-10T21:45:41.568 INFO:teuthology.orchestra.run.smithi026.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-02-10T21:45:41.568 INFO:teuthology.orchestra.run.smithi026.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-02-10T21:45:41.568 INFO:teuthology.orchestra.run.smithi026.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-02-10T21:45:41.568 INFO:teuthology.orchestra.run.smithi026.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-02-10T21:45:41.568 INFO:teuthology.orchestra.run.smithi026.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-02-10T21:45:41.568 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:45:41.568 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-02-10T21:45:41.568 INFO:teuthology.orchestra.run.smithi026.stdout:====================================================================================== 2024-02-10T21:45:41.568 INFO:teuthology.orchestra.run.smithi026.stdout:Install 12 Packages 2024-02-10T21:45:41.568 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:45:41.569 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 6.8 M 2024-02-10T21:45:41.569 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 26 M 2024-02-10T21:45:41.569 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-02-10T21:45:41.687 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-02-10T21:45:41.750 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-10T21:45:41.775 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-10T21:45:41.775 INFO:teuthology.orchestra.run.smithi079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T21:45:41.775 INFO:teuthology.orchestra.run.smithi079.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-02-10T21:45:41.775 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:45:41.840 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-02-10T21:45:41.840 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:45:41.841 INFO:teuthology.orchestra.run.smithi121.stdout:Installed: 2024-02-10T21:45:41.841 INFO:teuthology.orchestra.run.smithi121.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-02-10T21:45:41.841 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T21:45:41.841 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T21:45:41.841 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T21:45:41.841 INFO:teuthology.orchestra.run.smithi121.stdout: grpc-data-1.46.7-10.el9.noarch 2024-02-10T21:45:41.841 INFO:teuthology.orchestra.run.smithi121.stdout: protobuf-3.14.0-13.el9.x86_64 2024-02-10T21:45:41.841 INFO:teuthology.orchestra.run.smithi121.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-02-10T21:45:41.841 INFO:teuthology.orchestra.run.smithi121.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-02-10T21:45:41.841 INFO:teuthology.orchestra.run.smithi121.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-02-10T21:45:41.841 INFO:teuthology.orchestra.run.smithi121.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-02-10T21:45:41.841 INFO:teuthology.orchestra.run.smithi121.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-02-10T21:45:41.841 INFO:teuthology.orchestra.run.smithi121.stdout: python3-routes-2.5.1-5.el9.noarch 2024-02-10T21:45:41.841 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:45:41.841 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2024-02-10T21:45:42.076 DEBUG:teuthology.orchestra.run.smithi121:> sudo yum -y install ceph-mgr-diskprediction-local 2024-02-10T21:45:42.356 INFO:teuthology.orchestra.run.smithi026.stdout:(1/12): ceph-prometheus-alerts-19.0.0-1367.g14a 35 kB/s | 15 kB 00:00 2024-02-10T21:45:42.381 INFO:teuthology.orchestra.run.smithi026.stdout:(2/12): ceph-grafana-dashboards-19.0.0-1367.g14 61 kB/s | 28 kB 00:00 2024-02-10T21:45:42.523 INFO:teuthology.orchestra.run.smithi026.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.6 MB/s | 238 kB 00:00 2024-02-10T21:45:42.559 INFO:teuthology.orchestra.run.smithi026.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.0 MB/s | 1.0 MB 00:00 2024-02-10T21:45:42.657 INFO:teuthology.orchestra.run.smithi121.stdout:Last metadata expiration check: 0:01:06 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:45:42.757 INFO:teuthology.orchestra.run.smithi026.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.6 MB/s | 863 kB 00:00 2024-02-10T21:45:42.771 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-10T21:45:42.771 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:45:42.771 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-02-10T21:45:42.771 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:45:42.771 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:45:42.771 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-02-10T21:45:42.817 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2024-02-10T21:45:42.818 INFO:teuthology.orchestra.run.smithi121.stdout:============================================================================================ 2024-02-10T21:45:42.818 INFO:teuthology.orchestra.run.smithi121.stdout: Package Arch Version Repository Size 2024-02-10T21:45:42.818 INFO:teuthology.orchestra.run.smithi121.stdout:============================================================================================ 2024-02-10T21:45:42.819 INFO:teuthology.orchestra.run.smithi121.stdout:Installing: 2024-02-10T21:45:42.819 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 7.4 M 2024-02-10T21:45:42.819 INFO:teuthology.orchestra.run.smithi121.stdout:Installing dependencies: 2024-02-10T21:45:42.819 INFO:teuthology.orchestra.run.smithi121.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-02-10T21:45:42.819 INFO:teuthology.orchestra.run.smithi121.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-02-10T21:45:42.819 INFO:teuthology.orchestra.run.smithi121.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-02-10T21:45:42.819 INFO:teuthology.orchestra.run.smithi121.stdout: libgfortran x86_64 11.4.1-3.el9 CentOS-BaseOS 802 k 2024-02-10T21:45:42.819 INFO:teuthology.orchestra.run.smithi121.stdout: libquadmath x86_64 11.4.1-3.el9 CentOS-BaseOS 194 k 2024-02-10T21:45:42.819 INFO:teuthology.orchestra.run.smithi121.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-02-10T21:45:42.819 INFO:teuthology.orchestra.run.smithi121.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-02-10T21:45:42.819 INFO:teuthology.orchestra.run.smithi121.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-02-10T21:45:42.819 INFO:teuthology.orchestra.run.smithi121.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-02-10T21:45:42.819 INFO:teuthology.orchestra.run.smithi121.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-02-10T21:45:42.820 INFO:teuthology.orchestra.run.smithi121.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-02-10T21:45:42.820 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:45:42.820 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction Summary 2024-02-10T21:45:42.820 INFO:teuthology.orchestra.run.smithi121.stdout:============================================================================================ 2024-02-10T21:45:42.820 INFO:teuthology.orchestra.run.smithi121.stdout:Install 12 Packages 2024-02-10T21:45:42.820 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:45:42.820 INFO:teuthology.orchestra.run.smithi121.stdout:Total download size: 37 M 2024-02-10T21:45:42.821 INFO:teuthology.orchestra.run.smithi121.stdout:Installed size: 209 M 2024-02-10T21:45:42.821 INFO:teuthology.orchestra.run.smithi121.stdout:Downloading Packages: 2024-02-10T21:45:42.981 INFO:teuthology.orchestra.run.smithi121.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 325 kB/s | 32 kB 00:00 2024-02-10T21:45:43.024 INFO:teuthology.orchestra.run.smithi026.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 73 kB/s | 19 kB 00:00 2024-02-10T21:45:43.032 INFO:teuthology.orchestra.run.smithi121.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 628 kB/s | 17 kB 00:00 2024-02-10T21:45:43.057 INFO:teuthology.orchestra.run.smithi121.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 1.3 MB/s | 34 kB 00:00 2024-02-10T21:45:43.063 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-mgr 2024-02-10T21:45:43.133 INFO:teuthology.orchestra.run.smithi026.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 952 kB/s | 548 kB 00:00 2024-02-10T21:45:43.232 INFO:teuthology.orchestra.run.smithi121.stdout:(4/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 27 MB/s | 4.7 MB 00:00 2024-02-10T21:45:43.250 INFO:teuthology.orchestra.run.smithi026.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.2 MB/s | 144 kB 00:00 2024-02-10T21:45:43.349 INFO:teuthology.orchestra.run.smithi121.stdout:(5/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 6.4 MB/s | 3.0 MB 00:00 2024-02-10T21:45:43.350 INFO:teuthology.orchestra.run.smithi026.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 308 kB/s | 31 kB 00:00 2024-02-10T21:45:43.416 INFO:teuthology.orchestra.run.smithi121.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 26 MB/s | 4.8 MB 00:00 2024-02-10T21:45:43.441 INFO:teuthology.orchestra.run.smithi121.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.4 MB/s | 217 kB 00:00 2024-02-10T21:45:43.500 INFO:teuthology.orchestra.run.smithi026.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.2 MB/s | 188 kB 00:00 2024-02-10T21:45:43.617 INFO:teuthology.orchestra.run.smithi121.stdout:(8/12): libgfortran-11.4.1-3.el9.x86_64.rpm 4.5 MB/s | 802 kB 00:00 2024-02-10T21:45:43.655 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:03 ago on Sat 10 Feb 2024 09:44:40 PM UTC. 2024-02-10T21:45:43.762 INFO:teuthology.orchestra.run.smithi079.stdout:Package ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T21:45:43.800 INFO:teuthology.orchestra.run.smithi121.stdout:(9/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 41 MB/s | 16 MB 00:00 2024-02-10T21:45:43.814 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-02-10T21:45:43.815 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-02-10T21:45:43.815 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-02-10T21:45:43.825 INFO:teuthology.orchestra.run.smithi121.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 942 kB/s | 194 kB 00:00 2024-02-10T21:45:43.858 INFO:teuthology.orchestra.run.smithi026.stdout:(11/12): ceph-mgr-dashboard-19.0.0-1367.g14aa01 927 kB/s | 1.8 MB 00:01 2024-02-10T21:45:43.896 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-mgr-dashboard 2024-02-10T21:45:44.084 INFO:teuthology.orchestra.run.smithi121.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 867 kB/s | 245 kB 00:00 2024-02-10T21:45:44.117 INFO:teuthology.orchestra.run.smithi026.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 1.9 MB/s | 2.0 MB 00:01 2024-02-10T21:45:44.122 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:45:44.122 INFO:teuthology.orchestra.run.smithi026.stdout:Total 2.7 MB/s | 6.8 MB 00:02 2024-02-10T21:45:44.141 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-02-10T21:45:44.162 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-02-10T21:45:44.162 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-02-10T21:45:44.353 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-02-10T21:45:44.353 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-02-10T21:45:44.476 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:04 ago on Sat 10 Feb 2024 09:44:40 PM UTC. 2024-02-10T21:45:44.635 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-02-10T21:45:44.636 INFO:teuthology.orchestra.run.smithi079.stdout:====================================================================================== 2024-02-10T21:45:44.636 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-02-10T21:45:44.636 INFO:teuthology.orchestra.run.smithi079.stdout:====================================================================================== 2024-02-10T21:45:44.636 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-02-10T21:45:44.636 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-dashboard noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 1.8 M 2024-02-10T21:45:44.636 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-02-10T21:45:44.636 INFO:teuthology.orchestra.run.smithi079.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-02-10T21:45:44.637 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-grafana-dashboards noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 28 k 2024-02-10T21:45:44.637 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-prometheus-alerts noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 15 k 2024-02-10T21:45:44.637 INFO:teuthology.orchestra.run.smithi079.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-02-10T21:45:44.637 INFO:teuthology.orchestra.run.smithi079.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-02-10T21:45:44.637 INFO:teuthology.orchestra.run.smithi079.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-02-10T21:45:44.637 INFO:teuthology.orchestra.run.smithi079.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-02-10T21:45:44.637 INFO:teuthology.orchestra.run.smithi079.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-02-10T21:45:44.637 INFO:teuthology.orchestra.run.smithi079.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-02-10T21:45:44.637 INFO:teuthology.orchestra.run.smithi079.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-02-10T21:45:44.637 INFO:teuthology.orchestra.run.smithi079.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-02-10T21:45:44.637 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:45:44.637 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-02-10T21:45:44.638 INFO:teuthology.orchestra.run.smithi079.stdout:====================================================================================== 2024-02-10T21:45:44.638 INFO:teuthology.orchestra.run.smithi079.stdout:Install 12 Packages 2024-02-10T21:45:44.638 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:45:44.638 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 6.8 M 2024-02-10T21:45:44.638 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 26 M 2024-02-10T21:45:44.638 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-02-10T21:45:44.884 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-02-10T21:45:44.960 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-02-10T21:45:45.020 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-02-10T21:45:45.067 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-02-10T21:45:45.105 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-02-10T21:45:45.224 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-02-10T21:45:45.239 INFO:teuthology.orchestra.run.smithi079.stdout:(1/12): ceph-grafana-dashboards-19.0.0-1367.g14 61 kB/s | 28 kB 00:00 2024-02-10T21:45:45.297 INFO:teuthology.orchestra.run.smithi079.stdout:(2/12): ceph-prometheus-alerts-19.0.0-1367.g14a 29 kB/s | 15 kB 00:00 2024-02-10T21:45:45.362 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-02-10T21:45:45.373 INFO:teuthology.orchestra.run.smithi079.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 3.1 MB/s | 238 kB 00:00 2024-02-10T21:45:45.423 INFO:teuthology.orchestra.run.smithi079.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.5 MB/s | 1.0 MB 00:00 2024-02-10T21:45:45.452 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-02-10T21:45:45.502 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-02-10T21:45:45.538 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-02-10T21:45:45.568 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9 10/12 2024-02-10T21:45:45.824 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el 11/12 2024-02-10T21:45:45.853 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 12/12 2024-02-10T21:45:45.907 INFO:teuthology.orchestra.run.smithi079.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.1 MB/s | 548 kB 00:00 2024-02-10T21:45:46.007 INFO:teuthology.orchestra.run.smithi079.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 194 kB/s | 19 kB 00:00 2024-02-10T21:45:46.133 INFO:teuthology.orchestra.run.smithi079.stdout:(7/12): protobuf-compiler-3.14.0-13.el9.x86_64. 1.1 MB/s | 863 kB 00:00 2024-02-10T21:45:46.249 INFO:teuthology.orchestra.run.smithi079.stdout:(8/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 8.4 MB/s | 2.0 MB 00:00 2024-02-10T21:45:46.333 INFO:teuthology.orchestra.run.smithi079.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 368 kB/s | 31 kB 00:00 2024-02-10T21:45:46.425 INFO:teuthology.orchestra.run.smithi079.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.0 MB/s | 188 kB 00:00 2024-02-10T21:45:46.500 INFO:teuthology.orchestra.run.smithi079.stdout:(11/12): python3-grpcio-tools-1.46.7-10.el9.x86 393 kB/s | 144 kB 00:00 2024-02-10T21:45:46.584 INFO:teuthology.orchestra.run.smithi079.stdout:(12/12): ceph-mgr-dashboard-19.0.0-1367.g14aa01 997 kB/s | 1.8 MB 00:01 2024-02-10T21:45:46.589 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:45:46.589 INFO:teuthology.orchestra.run.smithi079.stdout:Total 3.5 MB/s | 6.8 MB 00:01 2024-02-10T21:45:46.608 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-02-10T21:45:46.626 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-02-10T21:45:46.626 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-02-10T21:45:46.634 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 12/12 2024-02-10T21:45:46.634 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el 1/12 2024-02-10T21:45:46.634 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 2/12 2024-02-10T21:45:46.634 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9 3/12 2024-02-10T21:45:46.635 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-02-10T21:45:46.635 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-02-10T21:45:46.635 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-02-10T21:45:46.635 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-02-10T21:45:46.635 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-02-10T21:45:46.635 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-02-10T21:45:46.635 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-02-10T21:45:46.635 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-02-10T21:45:46.800 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-02-10T21:45:46.801 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-02-10T21:45:47.009 INFO:teuthology.orchestra.run.smithi121.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-1 1.8 MB/s | 7.4 MB 00:04 2024-02-10T21:45:47.012 INFO:teuthology.orchestra.run.smithi121.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:45:47.012 INFO:teuthology.orchestra.run.smithi121.stdout:Total 8.8 MB/s | 37 MB 00:04 2024-02-10T21:45:47.026 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction check 2024-02-10T21:45:47.038 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-02-10T21:45:47.038 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:45:47.038 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-02-10T21:45:47.038 INFO:teuthology.orchestra.run.smithi026.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-02-10T21:45:47.038 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T21:45:47.038 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T21:45:47.038 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T21:45:47.038 INFO:teuthology.orchestra.run.smithi026.stdout: grpc-data-1.46.7-10.el9.noarch 2024-02-10T21:45:47.038 INFO:teuthology.orchestra.run.smithi026.stdout: protobuf-3.14.0-13.el9.x86_64 2024-02-10T21:45:47.038 INFO:teuthology.orchestra.run.smithi026.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-02-10T21:45:47.038 INFO:teuthology.orchestra.run.smithi026.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-02-10T21:45:47.038 INFO:teuthology.orchestra.run.smithi026.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-02-10T21:45:47.038 INFO:teuthology.orchestra.run.smithi026.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-02-10T21:45:47.038 INFO:teuthology.orchestra.run.smithi026.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-02-10T21:45:47.038 INFO:teuthology.orchestra.run.smithi026.stdout: python3-routes-2.5.1-5.el9.noarch 2024-02-10T21:45:47.039 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:45:47.039 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-02-10T21:45:47.053 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction check succeeded. 2024-02-10T21:45:47.053 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction test 2024-02-10T21:45:47.288 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-mgr-diskprediction-local 2024-02-10T21:45:47.313 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-02-10T21:45:47.393 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-02-10T21:45:47.408 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction test succeeded. 2024-02-10T21:45:47.408 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction 2024-02-10T21:45:47.428 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-02-10T21:45:47.502 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-02-10T21:45:47.530 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-02-10T21:45:47.643 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-02-10T21:45:47.772 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-02-10T21:45:47.875 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-02-10T21:45:47.880 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:11 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:45:47.936 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-02-10T21:45:47.964 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-02-10T21:45:47.995 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9 10/12 2024-02-10T21:45:48.049 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-02-10T21:45:48.050 INFO:teuthology.orchestra.run.smithi026.stdout:============================================================================================ 2024-02-10T21:45:48.050 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-02-10T21:45:48.050 INFO:teuthology.orchestra.run.smithi026.stdout:============================================================================================ 2024-02-10T21:45:48.050 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-02-10T21:45:48.050 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 7.4 M 2024-02-10T21:45:48.051 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-02-10T21:45:48.051 INFO:teuthology.orchestra.run.smithi026.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-02-10T21:45:48.051 INFO:teuthology.orchestra.run.smithi026.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-02-10T21:45:48.051 INFO:teuthology.orchestra.run.smithi026.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-02-10T21:45:48.051 INFO:teuthology.orchestra.run.smithi026.stdout: libgfortran x86_64 11.4.1-3.el9 CentOS-BaseOS 802 k 2024-02-10T21:45:48.051 INFO:teuthology.orchestra.run.smithi026.stdout: libquadmath x86_64 11.4.1-3.el9 CentOS-BaseOS 194 k 2024-02-10T21:45:48.051 INFO:teuthology.orchestra.run.smithi026.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-02-10T21:45:48.051 INFO:teuthology.orchestra.run.smithi026.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-02-10T21:45:48.051 INFO:teuthology.orchestra.run.smithi026.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-02-10T21:45:48.051 INFO:teuthology.orchestra.run.smithi026.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-02-10T21:45:48.051 INFO:teuthology.orchestra.run.smithi026.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-02-10T21:45:48.051 INFO:teuthology.orchestra.run.smithi026.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-02-10T21:45:48.051 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:45:48.052 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-02-10T21:45:48.052 INFO:teuthology.orchestra.run.smithi026.stdout:============================================================================================ 2024-02-10T21:45:48.052 INFO:teuthology.orchestra.run.smithi026.stdout:Install 12 Packages 2024-02-10T21:45:48.052 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:45:48.052 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 37 M 2024-02-10T21:45:48.053 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 209 M 2024-02-10T21:45:48.053 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-02-10T21:45:48.111 INFO:teuthology.orchestra.run.smithi121.stdout: Preparing : 1/1 2024-02-10T21:45:48.190 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-02-10T21:45:48.229 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-02-10T21:45:48.235 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el 11/12 2024-02-10T21:45:48.271 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 12/12 2024-02-10T21:45:48.332 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-02-10T21:45:48.383 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-02-10T21:45:48.457 INFO:teuthology.orchestra.run.smithi026.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 225 kB/s | 32 kB 00:00 2024-02-10T21:45:48.490 INFO:teuthology.orchestra.run.smithi026.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 563 kB/s | 17 kB 00:00 2024-02-10T21:45:48.541 INFO:teuthology.orchestra.run.smithi026.stdout:(3/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 13 MB/s | 3.0 MB 00:00 2024-02-10T21:45:48.558 INFO:teuthology.orchestra.run.smithi026.stdout:(4/12): openblas-0.3.21-2.el9.x86_64.rpm 516 kB/s | 34 kB 00:00 2024-02-10T21:45:48.559 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-10T21:45:48.582 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-10T21:45:48.662 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-02-10T21:45:48.725 INFO:teuthology.orchestra.run.smithi026.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 26 MB/s | 4.7 MB 00:00 2024-02-10T21:45:48.791 INFO:teuthology.orchestra.run.smithi026.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 20 MB/s | 4.8 MB 00:00 2024-02-10T21:45:48.817 INFO:teuthology.orchestra.run.smithi026.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.4 MB/s | 217 kB 00:00 2024-02-10T21:45:48.984 INFO:teuthology.orchestra.run.smithi026.stdout:(8/12): libgfortran-11.4.1-3.el9.x86_64.rpm 4.8 MB/s | 802 kB 00:00 2024-02-10T21:45:49.101 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 12/12 2024-02-10T21:45:49.101 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el 1/12 2024-02-10T21:45:49.101 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 2/12 2024-02-10T21:45:49.101 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9 3/12 2024-02-10T21:45:49.101 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-02-10T21:45:49.101 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-02-10T21:45:49.101 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-02-10T21:45:49.101 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-02-10T21:45:49.101 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-02-10T21:45:49.101 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-02-10T21:45:49.101 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-02-10T21:45:49.101 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-02-10T21:45:49.142 INFO:teuthology.orchestra.run.smithi026.stdout:(9/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 45 MB/s | 16 MB 00:00 2024-02-10T21:45:49.168 INFO:teuthology.orchestra.run.smithi026.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.0 MB/s | 194 kB 00:00 2024-02-10T21:45:49.297 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-02-10T21:45:49.411 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-02-10T21:45:49.477 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-02-10T21:45:49.477 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:45:49.477 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-02-10T21:45:49.477 INFO:teuthology.orchestra.run.smithi079.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-02-10T21:45:49.477 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T21:45:49.477 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T21:45:49.477 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T21:45:49.478 INFO:teuthology.orchestra.run.smithi079.stdout: grpc-data-1.46.7-10.el9.noarch 2024-02-10T21:45:49.478 INFO:teuthology.orchestra.run.smithi079.stdout: protobuf-3.14.0-13.el9.x86_64 2024-02-10T21:45:49.478 INFO:teuthology.orchestra.run.smithi079.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-02-10T21:45:49.478 INFO:teuthology.orchestra.run.smithi079.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-02-10T21:45:49.478 INFO:teuthology.orchestra.run.smithi079.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-02-10T21:45:49.478 INFO:teuthology.orchestra.run.smithi079.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-02-10T21:45:49.478 INFO:teuthology.orchestra.run.smithi079.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-02-10T21:45:49.478 INFO:teuthology.orchestra.run.smithi079.stdout: python3-routes-2.5.1-5.el9.noarch 2024-02-10T21:45:49.478 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:45:49.478 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-02-10T21:45:49.733 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-mgr-diskprediction-local 2024-02-10T21:45:49.751 INFO:teuthology.orchestra.run.smithi026.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 404 kB/s | 245 kB 00:00 2024-02-10T21:45:50.316 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:10 ago on Sat 10 Feb 2024 09:44:40 PM UTC. 2024-02-10T21:45:50.460 INFO:teuthology.orchestra.run.smithi026.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-1 3.4 MB/s | 7.4 MB 00:02 2024-02-10T21:45:50.463 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:45:50.463 INFO:teuthology.orchestra.run.smithi026.stdout:Total 15 MB/s | 37 MB 00:02 2024-02-10T21:45:50.477 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-02-10T21:45:50.478 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-02-10T21:45:50.478 INFO:teuthology.orchestra.run.smithi079.stdout:============================================================================================ 2024-02-10T21:45:50.478 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-02-10T21:45:50.478 INFO:teuthology.orchestra.run.smithi079.stdout:============================================================================================ 2024-02-10T21:45:50.479 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-02-10T21:45:50.479 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 7.4 M 2024-02-10T21:45:50.479 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-02-10T21:45:50.479 INFO:teuthology.orchestra.run.smithi079.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-02-10T21:45:50.479 INFO:teuthology.orchestra.run.smithi079.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-02-10T21:45:50.479 INFO:teuthology.orchestra.run.smithi079.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-02-10T21:45:50.479 INFO:teuthology.orchestra.run.smithi079.stdout: libgfortran x86_64 11.4.1-3.el9 CentOS-BaseOS 802 k 2024-02-10T21:45:50.479 INFO:teuthology.orchestra.run.smithi079.stdout: libquadmath x86_64 11.4.1-3.el9 CentOS-BaseOS 194 k 2024-02-10T21:45:50.479 INFO:teuthology.orchestra.run.smithi079.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-02-10T21:45:50.479 INFO:teuthology.orchestra.run.smithi079.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-02-10T21:45:50.479 INFO:teuthology.orchestra.run.smithi079.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-02-10T21:45:50.480 INFO:teuthology.orchestra.run.smithi079.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-02-10T21:45:50.480 INFO:teuthology.orchestra.run.smithi079.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-02-10T21:45:50.480 INFO:teuthology.orchestra.run.smithi079.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-02-10T21:45:50.480 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:45:50.480 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-02-10T21:45:50.480 INFO:teuthology.orchestra.run.smithi079.stdout:============================================================================================ 2024-02-10T21:45:50.480 INFO:teuthology.orchestra.run.smithi079.stdout:Install 12 Packages 2024-02-10T21:45:50.480 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:45:50.481 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 37 M 2024-02-10T21:45:50.481 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 209 M 2024-02-10T21:45:50.481 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-02-10T21:45:50.505 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-02-10T21:45:50.505 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-02-10T21:45:50.623 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-02-10T21:45:50.868 INFO:teuthology.orchestra.run.smithi079.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 250 kB/s | 32 kB 00:00 2024-02-10T21:45:50.889 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-02-10T21:45:50.890 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-02-10T21:45:50.902 INFO:teuthology.orchestra.run.smithi079.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 535 kB/s | 17 kB 00:00 2024-02-10T21:45:50.977 INFO:teuthology.orchestra.run.smithi079.stdout:(3/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 13 MB/s | 3.0 MB 00:00 2024-02-10T21:45:51.002 INFO:teuthology.orchestra.run.smithi079.stdout:(4/12): openblas-0.3.21-2.el9.x86_64.rpm 348 kB/s | 34 kB 00:00 2024-02-10T21:45:51.145 INFO:teuthology.orchestra.run.smithi079.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 28 MB/s | 4.7 MB 00:00 2024-02-10T21:45:51.211 INFO:teuthology.orchestra.run.smithi079.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 23 MB/s | 4.8 MB 00:00 2024-02-10T21:45:51.237 INFO:teuthology.orchestra.run.smithi079.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.4 MB/s | 217 kB 00:00 2024-02-10T21:45:51.423 INFO:teuthology.orchestra.run.smithi079.stdout:(8/12): libgfortran-11.4.1-3.el9.x86_64.rpm 4.3 MB/s | 802 kB 00:00 2024-02-10T21:45:51.571 INFO:teuthology.orchestra.run.smithi079.stdout:(9/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 44 MB/s | 16 MB 00:00 2024-02-10T21:45:51.596 INFO:teuthology.orchestra.run.smithi079.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.1 MB/s | 194 kB 00:00 2024-02-10T21:45:51.622 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-02-10T21:45:51.640 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-02-10T21:45:51.674 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 12/12 2024-02-10T21:45:51.692 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-02-10T21:45:51.723 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-02-10T21:45:51.823 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-02-10T21:45:51.860 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-02-10T21:45:51.930 INFO:teuthology.orchestra.run.smithi079.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 685 kB/s | 245 kB 00:00 2024-02-10T21:45:52.043 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-10T21:45:52.075 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-10T21:45:52.161 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-02-10T21:45:52.455 INFO:teuthology.orchestra.run.smithi079.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-1 4.3 MB/s | 7.4 MB 00:01 2024-02-10T21:45:52.457 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:45:52.458 INFO:teuthology.orchestra.run.smithi079.stdout:Total 19 MB/s | 37 MB 00:01 2024-02-10T21:45:52.471 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-02-10T21:45:52.495 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-02-10T21:45:52.495 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-02-10T21:45:52.836 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-02-10T21:45:52.847 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-02-10T21:45:52.848 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-02-10T21:45:52.951 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-02-10T21:45:53.555 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-02-10T21:45:53.628 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-02-10T21:45:53.659 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-02-10T21:45:53.753 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-02-10T21:45:53.804 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-02-10T21:45:53.981 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-10T21:45:54.012 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-10T21:45:54.093 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-02-10T21:45:54.256 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-02-10T21:45:54.268 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 12/12 2024-02-10T21:45:54.268 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 1/12 2024-02-10T21:45:54.268 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-02-10T21:45:54.268 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-02-10T21:45:54.268 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-02-10T21:45:54.269 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-10T21:45:54.269 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-10T21:45:54.269 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-02-10T21:45:54.269 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-02-10T21:45:54.269 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-02-10T21:45:54.269 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-02-10T21:45:54.269 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-02-10T21:45:54.712 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-02-10T21:45:54.712 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:45:54.713 INFO:teuthology.orchestra.run.smithi121.stdout:Installed: 2024-02-10T21:45:54.713 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T21:45:54.713 INFO:teuthology.orchestra.run.smithi121.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-02-10T21:45:54.713 INFO:teuthology.orchestra.run.smithi121.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-02-10T21:45:54.713 INFO:teuthology.orchestra.run.smithi121.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-02-10T21:45:54.713 INFO:teuthology.orchestra.run.smithi121.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-02-10T21:45:54.713 INFO:teuthology.orchestra.run.smithi121.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-02-10T21:45:54.713 INFO:teuthology.orchestra.run.smithi121.stdout: openblas-0.3.21-2.el9.x86_64 2024-02-10T21:45:54.713 INFO:teuthology.orchestra.run.smithi121.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-02-10T21:45:54.713 INFO:teuthology.orchestra.run.smithi121.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-02-10T21:45:54.713 INFO:teuthology.orchestra.run.smithi121.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-02-10T21:45:54.713 INFO:teuthology.orchestra.run.smithi121.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-02-10T21:45:54.714 INFO:teuthology.orchestra.run.smithi121.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-02-10T21:45:54.714 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:45:54.714 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2024-02-10T21:45:54.741 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-02-10T21:45:54.858 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-02-10T21:45:55.083 DEBUG:teuthology.orchestra.run.smithi121:> sudo yum -y install ceph-mgr-rook 2024-02-10T21:45:55.340 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-02-10T21:45:55.366 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 12/12 2024-02-10T21:45:55.676 INFO:teuthology.orchestra.run.smithi121.stdout:Last metadata expiration check: 0:01:19 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:45:55.838 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2024-02-10T21:45:55.839 INFO:teuthology.orchestra.run.smithi121.stdout:======================================================================================== 2024-02-10T21:45:55.839 INFO:teuthology.orchestra.run.smithi121.stdout: Package Arch Version Repository Size 2024-02-10T21:45:55.839 INFO:teuthology.orchestra.run.smithi121.stdout:======================================================================================== 2024-02-10T21:45:55.839 INFO:teuthology.orchestra.run.smithi121.stdout:Installing: 2024-02-10T21:45:55.840 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-mgr-rook noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 52 k 2024-02-10T21:45:55.840 INFO:teuthology.orchestra.run.smithi121.stdout:Installing dependencies: 2024-02-10T21:45:55.840 INFO:teuthology.orchestra.run.smithi121.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-02-10T21:45:55.840 INFO:teuthology.orchestra.run.smithi121.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-02-10T21:45:55.840 INFO:teuthology.orchestra.run.smithi121.stdout: python3-google-auth noarch 1:2.27.0-1.el9 epel 203 k 2024-02-10T21:45:55.840 INFO:teuthology.orchestra.run.smithi121.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-02-10T21:45:55.840 INFO:teuthology.orchestra.run.smithi121.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-02-10T21:45:55.840 INFO:teuthology.orchestra.run.smithi121.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-02-10T21:45:55.840 INFO:teuthology.orchestra.run.smithi121.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-02-10T21:45:55.840 INFO:teuthology.orchestra.run.smithi121.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-02-10T21:45:55.840 INFO:teuthology.orchestra.run.smithi121.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-02-10T21:45:55.840 INFO:teuthology.orchestra.run.smithi121.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-02-10T21:45:55.841 INFO:teuthology.orchestra.run.smithi121.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-02-10T21:45:55.841 INFO:teuthology.orchestra.run.smithi121.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-02-10T21:45:55.841 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:45:55.841 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction Summary 2024-02-10T21:45:55.841 INFO:teuthology.orchestra.run.smithi121.stdout:======================================================================================== 2024-02-10T21:45:55.841 INFO:teuthology.orchestra.run.smithi121.stdout:Install 13 Packages 2024-02-10T21:45:55.841 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:45:55.841 INFO:teuthology.orchestra.run.smithi121.stdout:Total download size: 2.0 M 2024-02-10T21:45:55.842 INFO:teuthology.orchestra.run.smithi121.stdout:Installed size: 26 M 2024-02-10T21:45:55.842 INFO:teuthology.orchestra.run.smithi121.stdout:Downloading Packages: 2024-02-10T21:45:56.093 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-02-10T21:45:56.309 INFO:teuthology.orchestra.run.smithi121.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 161 kB/s | 18 kB 00:00 2024-02-10T21:45:56.325 INFO:teuthology.orchestra.run.smithi121.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 188 kB/s | 24 kB 00:00 2024-02-10T21:45:56.376 INFO:teuthology.orchestra.run.smithi121.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.6 MB/s | 174 kB 00:00 2024-02-10T21:45:56.401 INFO:teuthology.orchestra.run.smithi121.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-02-10T21:45:56.426 INFO:teuthology.orchestra.run.smithi121.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-02-10T21:45:56.451 INFO:teuthology.orchestra.run.smithi121.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 856 kB/s | 43 kB 00:00 2024-02-10T21:45:56.510 INFO:teuthology.orchestra.run.smithi121.stdout:(7/13): ceph-mgr-rook-19.0.0-1367.g14aa01b9.el9 166 kB/s | 52 kB 00:00 2024-02-10T21:45:56.719 INFO:teuthology.orchestra.run.smithi121.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 56 kB/s | 15 kB 00:00 2024-02-10T21:45:56.744 INFO:teuthology.orchestra.run.smithi121.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 101 kB/s | 32 kB 00:00 2024-02-10T21:45:56.894 INFO:teuthology.orchestra.run.smithi121.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 393 kB/s | 59 kB 00:00 2024-02-10T21:45:56.937 INFO:teuthology.orchestra.run.smithi121.stdout:(11/13): python3-google-auth-2.27.0-1.el9.noarc 536 kB/s | 203 kB 00:00 2024-02-10T21:45:56.995 INFO:teuthology.orchestra.run.smithi121.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 894 kB/s | 90 kB 00:00 2024-02-10T21:45:57.103 INFO:teuthology.orchestra.run.smithi121.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.7 MB/s | 1.0 MB 00:00 2024-02-10T21:45:57.107 INFO:teuthology.orchestra.run.smithi121.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:45:57.108 INFO:teuthology.orchestra.run.smithi121.stdout:Total 1.6 MB/s | 2.0 MB 00:01 2024-02-10T21:45:57.108 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction check 2024-02-10T21:45:57.120 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction check succeeded. 2024-02-10T21:45:57.120 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction test 2024-02-10T21:45:57.127 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-02-10T21:45:57.150 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 12/12 2024-02-10T21:45:57.218 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction test succeeded. 2024-02-10T21:45:57.218 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction 2024-02-10T21:45:57.735 INFO:teuthology.orchestra.run.smithi121.stdout: Preparing : 1/1 2024-02-10T21:45:57.889 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 12/12 2024-02-10T21:45:57.889 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 1/12 2024-02-10T21:45:57.889 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-02-10T21:45:57.889 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-02-10T21:45:57.889 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-02-10T21:45:57.889 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-10T21:45:57.889 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-10T21:45:57.889 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-02-10T21:45:57.889 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-02-10T21:45:57.890 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-02-10T21:45:57.890 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-02-10T21:45:57.890 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-02-10T21:45:57.909 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-02-10T21:45:57.962 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-02-10T21:45:58.027 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-02-10T21:45:58.064 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-02-10T21:45:58.105 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-02-10T21:45:58.199 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-02-10T21:45:58.326 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-google-auth-1:2.27.0-1.el9.noarch 7/13 2024-02-10T21:45:58.382 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-02-10T21:45:58.472 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-02-10T21:45:58.472 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:45:58.472 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-02-10T21:45:58.472 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T21:45:58.472 INFO:teuthology.orchestra.run.smithi026.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-02-10T21:45:58.472 INFO:teuthology.orchestra.run.smithi026.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-02-10T21:45:58.472 INFO:teuthology.orchestra.run.smithi026.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-02-10T21:45:58.472 INFO:teuthology.orchestra.run.smithi026.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-02-10T21:45:58.473 INFO:teuthology.orchestra.run.smithi026.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-02-10T21:45:58.473 INFO:teuthology.orchestra.run.smithi026.stdout: openblas-0.3.21-2.el9.x86_64 2024-02-10T21:45:58.473 INFO:teuthology.orchestra.run.smithi026.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-02-10T21:45:58.473 INFO:teuthology.orchestra.run.smithi026.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-02-10T21:45:58.473 INFO:teuthology.orchestra.run.smithi026.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-02-10T21:45:58.473 INFO:teuthology.orchestra.run.smithi026.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-02-10T21:45:58.473 INFO:teuthology.orchestra.run.smithi026.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-02-10T21:45:58.473 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:45:58.473 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-02-10T21:45:58.869 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-mgr-rook 2024-02-10T21:45:59.098 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-02-10T21:45:59.154 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-02-10T21:45:59.188 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-02-10T21:45:59.236 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-02-10T21:45:59.258 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 13/13 2024-02-10T21:45:59.467 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:23 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:45:59.634 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-02-10T21:45:59.635 INFO:teuthology.orchestra.run.smithi026.stdout:======================================================================================== 2024-02-10T21:45:59.636 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-02-10T21:45:59.636 INFO:teuthology.orchestra.run.smithi026.stdout:======================================================================================== 2024-02-10T21:45:59.636 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-02-10T21:45:59.636 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-rook noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 52 k 2024-02-10T21:45:59.636 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-02-10T21:45:59.636 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-02-10T21:45:59.636 INFO:teuthology.orchestra.run.smithi026.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-02-10T21:45:59.636 INFO:teuthology.orchestra.run.smithi026.stdout: python3-google-auth noarch 1:2.27.0-1.el9 epel 203 k 2024-02-10T21:45:59.636 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-02-10T21:45:59.636 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-02-10T21:45:59.636 INFO:teuthology.orchestra.run.smithi026.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-02-10T21:45:59.636 INFO:teuthology.orchestra.run.smithi026.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-02-10T21:45:59.636 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-02-10T21:45:59.637 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-02-10T21:45:59.637 INFO:teuthology.orchestra.run.smithi026.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-02-10T21:45:59.637 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-02-10T21:45:59.637 INFO:teuthology.orchestra.run.smithi026.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-02-10T21:45:59.637 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:45:59.637 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-02-10T21:45:59.637 INFO:teuthology.orchestra.run.smithi026.stdout:======================================================================================== 2024-02-10T21:45:59.637 INFO:teuthology.orchestra.run.smithi026.stdout:Install 13 Packages 2024-02-10T21:45:59.637 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:45:59.638 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 2.0 M 2024-02-10T21:45:59.638 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 26 M 2024-02-10T21:45:59.638 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-02-10T21:45:59.773 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 12/12 2024-02-10T21:45:59.773 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 1/12 2024-02-10T21:45:59.773 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-02-10T21:45:59.774 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-02-10T21:45:59.774 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-02-10T21:45:59.774 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-10T21:45:59.774 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-10T21:45:59.774 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-02-10T21:45:59.774 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-02-10T21:45:59.774 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-02-10T21:45:59.774 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-02-10T21:45:59.774 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-02-10T21:45:59.849 INFO:teuthology.orchestra.run.smithi026.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 180 kB/s | 24 kB 00:00 2024-02-10T21:45:59.875 INFO:teuthology.orchestra.run.smithi026.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 112 kB/s | 18 kB 00:00 2024-02-10T21:45:59.925 INFO:teuthology.orchestra.run.smithi026.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.3 MB/s | 174 kB 00:00 2024-02-10T21:45:59.950 INFO:teuthology.orchestra.run.smithi026.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-02-10T21:45:59.976 INFO:teuthology.orchestra.run.smithi026.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-02-10T21:46:00.000 INFO:teuthology.orchestra.run.smithi026.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 857 kB/s | 43 kB 00:00 2024-02-10T21:46:00.027 INFO:teuthology.orchestra.run.smithi026.stdout:(7/13): ceph-mgr-rook-19.0.0-1367.g14aa01b9.el9 167 kB/s | 52 kB 00:00 2024-02-10T21:46:00.084 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 13/13 2024-02-10T21:46:00.084 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 1/13 2024-02-10T21:46:00.085 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-02-10T21:46:00.085 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-02-10T21:46:00.085 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-02-10T21:46:00.085 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-02-10T21:46:00.085 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-02-10T21:46:00.085 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-02-10T21:46:00.085 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-02-10T21:46:00.085 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-02-10T21:46:00.085 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-google-auth-1:2.27.0-1.el9.noarch 10/13 2024-02-10T21:46:00.085 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-02-10T21:46:00.085 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-02-10T21:46:00.152 INFO:teuthology.orchestra.run.smithi026.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 99 kB/s | 15 kB 00:00 2024-02-10T21:46:00.177 INFO:teuthology.orchestra.run.smithi026.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 160 kB/s | 32 kB 00:00 2024-02-10T21:46:00.262 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-02-10T21:46:00.262 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:00.262 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-02-10T21:46:00.262 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T21:46:00.262 INFO:teuthology.orchestra.run.smithi079.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-02-10T21:46:00.263 INFO:teuthology.orchestra.run.smithi079.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-02-10T21:46:00.263 INFO:teuthology.orchestra.run.smithi079.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-02-10T21:46:00.263 INFO:teuthology.orchestra.run.smithi079.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-02-10T21:46:00.263 INFO:teuthology.orchestra.run.smithi079.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-02-10T21:46:00.263 INFO:teuthology.orchestra.run.smithi079.stdout: openblas-0.3.21-2.el9.x86_64 2024-02-10T21:46:00.263 INFO:teuthology.orchestra.run.smithi079.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-02-10T21:46:00.263 INFO:teuthology.orchestra.run.smithi079.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-02-10T21:46:00.263 INFO:teuthology.orchestra.run.smithi079.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-02-10T21:46:00.263 INFO:teuthology.orchestra.run.smithi079.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-02-10T21:46:00.263 INFO:teuthology.orchestra.run.smithi079.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-02-10T21:46:00.263 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:00.263 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-02-10T21:46:00.269 INFO:teuthology.orchestra.run.smithi026.stdout:(10/13): python3-google-auth-2.27.0-1.el9.noarc 837 kB/s | 203 kB 00:00 2024-02-10T21:46:00.294 INFO:teuthology.orchestra.run.smithi026.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 506 kB/s | 59 kB 00:00 2024-02-10T21:46:00.344 INFO:teuthology.orchestra.run.smithi026.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.2 MB/s | 90 kB 00:00 2024-02-10T21:46:00.420 INFO:teuthology.orchestra.run.smithi026.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.8 MB/s | 1.0 MB 00:00 2024-02-10T21:46:00.421 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:46:00.422 INFO:teuthology.orchestra.run.smithi026.stdout:Total 2.6 MB/s | 2.0 MB 00:00 2024-02-10T21:46:00.422 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-02-10T21:46:00.436 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-02-10T21:46:00.437 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-02-10T21:46:00.445 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-02-10T21:46:00.445 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:00.445 INFO:teuthology.orchestra.run.smithi121.stdout:Installed: 2024-02-10T21:46:00.445 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T21:46:00.446 INFO:teuthology.orchestra.run.smithi121.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-02-10T21:46:00.446 INFO:teuthology.orchestra.run.smithi121.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-02-10T21:46:00.446 INFO:teuthology.orchestra.run.smithi121.stdout: python3-google-auth-1:2.27.0-1.el9.noarch 2024-02-10T21:46:00.446 INFO:teuthology.orchestra.run.smithi121.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-02-10T21:46:00.446 INFO:teuthology.orchestra.run.smithi121.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-02-10T21:46:00.446 INFO:teuthology.orchestra.run.smithi121.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-02-10T21:46:00.446 INFO:teuthology.orchestra.run.smithi121.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-02-10T21:46:00.446 INFO:teuthology.orchestra.run.smithi121.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-02-10T21:46:00.446 INFO:teuthology.orchestra.run.smithi121.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-02-10T21:46:00.446 INFO:teuthology.orchestra.run.smithi121.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-02-10T21:46:00.446 INFO:teuthology.orchestra.run.smithi121.stdout: python3-rsa-4.9-2.el9.noarch 2024-02-10T21:46:00.446 INFO:teuthology.orchestra.run.smithi121.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-02-10T21:46:00.446 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:00.446 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2024-02-10T21:46:00.545 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-02-10T21:46:00.545 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-02-10T21:46:00.647 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-mgr-rook 2024-02-10T21:46:00.666 DEBUG:teuthology.orchestra.run.smithi121:> sudo yum -y install ceph-mgr-cephadm 2024-02-10T21:46:01.087 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-02-10T21:46:01.235 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:21 ago on Sat 10 Feb 2024 09:44:40 PM UTC. 2024-02-10T21:46:01.251 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-02-10T21:46:01.251 INFO:teuthology.orchestra.run.smithi121.stdout:Last metadata expiration check: 0:01:25 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:46:01.307 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-02-10T21:46:01.371 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-02-10T21:46:01.393 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-02-10T21:46:01.395 INFO:teuthology.orchestra.run.smithi079.stdout:======================================================================================== 2024-02-10T21:46:01.395 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-02-10T21:46:01.395 INFO:teuthology.orchestra.run.smithi079.stdout:======================================================================================== 2024-02-10T21:46:01.395 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-02-10T21:46:01.395 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-rook noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 52 k 2024-02-10T21:46:01.396 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-02-10T21:46:01.396 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-02-10T21:46:01.396 INFO:teuthology.orchestra.run.smithi079.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-02-10T21:46:01.396 INFO:teuthology.orchestra.run.smithi079.stdout: python3-google-auth noarch 1:2.27.0-1.el9 epel 203 k 2024-02-10T21:46:01.396 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-02-10T21:46:01.397 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-02-10T21:46:01.397 INFO:teuthology.orchestra.run.smithi079.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-02-10T21:46:01.397 INFO:teuthology.orchestra.run.smithi079.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-02-10T21:46:01.397 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-02-10T21:46:01.397 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-02-10T21:46:01.397 INFO:teuthology.orchestra.run.smithi079.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-02-10T21:46:01.398 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-02-10T21:46:01.398 INFO:teuthology.orchestra.run.smithi079.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-02-10T21:46:01.398 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:01.398 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-02-10T21:46:01.398 INFO:teuthology.orchestra.run.smithi079.stdout:======================================================================================== 2024-02-10T21:46:01.398 INFO:teuthology.orchestra.run.smithi079.stdout:Install 13 Packages 2024-02-10T21:46:01.399 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:01.400 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 2.0 M 2024-02-10T21:46:01.400 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 26 M 2024-02-10T21:46:01.400 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-02-10T21:46:01.406 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-02-10T21:46:01.409 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2024-02-10T21:46:01.410 INFO:teuthology.orchestra.run.smithi121.stdout:======================================================================================== 2024-02-10T21:46:01.410 INFO:teuthology.orchestra.run.smithi121.stdout: Package Arch Version Repository Size 2024-02-10T21:46:01.411 INFO:teuthology.orchestra.run.smithi121.stdout:======================================================================================== 2024-02-10T21:46:01.411 INFO:teuthology.orchestra.run.smithi121.stdout:Installing: 2024-02-10T21:46:01.411 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-mgr-cephadm noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 138 k 2024-02-10T21:46:01.411 INFO:teuthology.orchestra.run.smithi121.stdout:Installing dependencies: 2024-02-10T21:46:01.411 INFO:teuthology.orchestra.run.smithi121.stdout: python3-asyncssh noarch 2.13.2-3.el9 epel 548 k 2024-02-10T21:46:01.411 INFO:teuthology.orchestra.run.smithi121.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-02-10T21:46:01.412 INFO:teuthology.orchestra.run.smithi121.stdout: python3-jinja2 noarch 2.11.3-5.el9 CentOS-AppStream 227 k 2024-02-10T21:46:01.412 INFO:teuthology.orchestra.run.smithi121.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-02-10T21:46:01.412 INFO:teuthology.orchestra.run.smithi121.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-02-10T21:46:01.412 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:01.412 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction Summary 2024-02-10T21:46:01.412 INFO:teuthology.orchestra.run.smithi121.stdout:======================================================================================== 2024-02-10T21:46:01.413 INFO:teuthology.orchestra.run.smithi121.stdout:Install 6 Packages 2024-02-10T21:46:01.413 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:01.414 INFO:teuthology.orchestra.run.smithi121.stdout:Total download size: 6.8 M 2024-02-10T21:46:01.414 INFO:teuthology.orchestra.run.smithi121.stdout:Installed size: 33 M 2024-02-10T21:46:01.414 INFO:teuthology.orchestra.run.smithi121.stdout:Downloading Packages: 2024-02-10T21:46:01.447 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-02-10T21:46:01.546 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-02-10T21:46:01.614 INFO:teuthology.orchestra.run.smithi121.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.4 MB/s | 227 kB 00:00 2024-02-10T21:46:01.656 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-google-auth-1:2.27.0-1.el9.noarch 7/13 2024-02-10T21:46:01.670 INFO:teuthology.orchestra.run.smithi079.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 184 kB/s | 24 kB 00:00 2024-02-10T21:46:01.695 INFO:teuthology.orchestra.run.smithi079.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 115 kB/s | 18 kB 00:00 2024-02-10T21:46:01.717 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-02-10T21:46:01.746 INFO:teuthology.orchestra.run.smithi079.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.3 MB/s | 174 kB 00:00 2024-02-10T21:46:01.764 INFO:teuthology.orchestra.run.smithi121.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 19 MB/s | 5.8 MB 00:00 2024-02-10T21:46:01.771 INFO:teuthology.orchestra.run.smithi079.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-02-10T21:46:01.796 INFO:teuthology.orchestra.run.smithi079.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-02-10T21:46:01.822 INFO:teuthology.orchestra.run.smithi079.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 853 kB/s | 43 kB 00:00 2024-02-10T21:46:01.847 INFO:teuthology.orchestra.run.smithi079.stdout:(7/13): ceph-mgr-rook-19.0.0-1367.g14aa01b9.el9 169 kB/s | 52 kB 00:00 2024-02-10T21:46:01.864 INFO:teuthology.orchestra.run.smithi121.stdout:(3/6): ceph-mgr-cephadm-19.0.0-1367.g14aa01b9.e 337 kB/s | 138 kB 00:00 2024-02-10T21:46:01.923 INFO:teuthology.orchestra.run.smithi121.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 364 kB/s | 58 kB 00:00 2024-02-10T21:46:02.023 INFO:teuthology.orchestra.run.smithi121.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 321 kB/s | 51 kB 00:00 2024-02-10T21:46:02.048 INFO:teuthology.orchestra.run.smithi121.stdout:(6/6): python3-asyncssh-2.13.2-3.el9.noarch.rpm 1.2 MB/s | 548 kB 00:00 2024-02-10T21:46:02.050 INFO:teuthology.orchestra.run.smithi121.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:46:02.051 INFO:teuthology.orchestra.run.smithi121.stdout:Total 11 MB/s | 6.8 MB 00:00 2024-02-10T21:46:02.051 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction check 2024-02-10T21:46:02.056 INFO:teuthology.orchestra.run.smithi079.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 124 kB/s | 32 kB 00:00 2024-02-10T21:46:02.060 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction check succeeded. 2024-02-10T21:46:02.060 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction test 2024-02-10T21:46:02.081 INFO:teuthology.orchestra.run.smithi079.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 58 kB/s | 15 kB 00:00 2024-02-10T21:46:02.150 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction test succeeded. 2024-02-10T21:46:02.150 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction 2024-02-10T21:46:02.290 INFO:teuthology.orchestra.run.smithi079.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 284 kB/s | 59 kB 00:00 2024-02-10T21:46:02.315 INFO:teuthology.orchestra.run.smithi079.stdout:(11/13): python3-google-auth-2.27.0-1.el9.noarc 433 kB/s | 203 kB 00:00 2024-02-10T21:46:02.441 INFO:teuthology.orchestra.run.smithi121.stdout: Preparing : 1/1 2024-02-10T21:46:02.465 INFO:teuthology.orchestra.run.smithi079.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 512 kB/s | 90 kB 00:00 2024-02-10T21:46:02.485 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-02-10T21:46:02.498 INFO:teuthology.orchestra.run.smithi079.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.4 MB/s | 1.0 MB 00:00 2024-02-10T21:46:02.500 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:46:02.500 INFO:teuthology.orchestra.run.smithi079.stdout:Total 1.9 MB/s | 2.0 MB 00:01 2024-02-10T21:46:02.501 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-02-10T21:46:02.514 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-02-10T21:46:02.514 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-02-10T21:46:02.537 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-02-10T21:46:02.571 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-02-10T21:46:02.613 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-02-10T21:46:02.613 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-02-10T21:46:02.614 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-02-10T21:46:02.620 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-02-10T21:46:02.649 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 13/13 2024-02-10T21:46:02.658 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-asyncssh-2.13.2-3.el9.noarch 2/6 2024-02-10T21:46:03.138 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-02-10T21:46:03.174 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-02-10T21:46:03.260 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-02-10T21:46:03.311 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-02-10T21:46:03.322 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-02-10T21:46:03.354 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 6/6 2024-02-10T21:46:03.374 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-02-10T21:46:03.430 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-02-10T21:46:03.440 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 13/13 2024-02-10T21:46:03.441 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 1/13 2024-02-10T21:46:03.441 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-02-10T21:46:03.441 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-02-10T21:46:03.441 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-02-10T21:46:03.441 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-02-10T21:46:03.441 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-02-10T21:46:03.441 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-02-10T21:46:03.441 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-02-10T21:46:03.441 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-02-10T21:46:03.441 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-google-auth-1:2.27.0-1.el9.noarch 10/13 2024-02-10T21:46:03.441 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-02-10T21:46:03.441 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-02-10T21:46:03.459 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-02-10T21:46:03.504 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-02-10T21:46:03.594 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-02-10T21:46:03.703 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-google-auth-1:2.27.0-1.el9.noarch 7/13 2024-02-10T21:46:03.753 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-02-10T21:46:03.810 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-02-10T21:46:03.810 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:03.810 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-02-10T21:46:03.810 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T21:46:03.810 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-02-10T21:46:03.810 INFO:teuthology.orchestra.run.smithi026.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-02-10T21:46:03.810 INFO:teuthology.orchestra.run.smithi026.stdout: python3-google-auth-1:2.27.0-1.el9.noarch 2024-02-10T21:46:03.810 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-02-10T21:46:03.810 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-02-10T21:46:03.810 INFO:teuthology.orchestra.run.smithi026.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-02-10T21:46:03.810 INFO:teuthology.orchestra.run.smithi026.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-02-10T21:46:03.811 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-02-10T21:46:03.811 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-02-10T21:46:03.811 INFO:teuthology.orchestra.run.smithi026.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-02-10T21:46:03.811 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rsa-4.9-2.el9.noarch 2024-02-10T21:46:03.811 INFO:teuthology.orchestra.run.smithi026.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-02-10T21:46:03.811 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:03.811 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-02-10T21:46:04.043 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-mgr-cephadm 2024-02-10T21:46:04.202 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 6/6 2024-02-10T21:46:04.203 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/6 2024-02-10T21:46:04.203 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-02-10T21:46:04.203 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-02-10T21:46:04.203 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-asyncssh-2.13.2-3.el9.noarch 4/6 2024-02-10T21:46:04.203 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-02-10T21:46:04.464 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-02-10T21:46:04.509 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-02-10T21:46:04.517 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-02-10T21:46:04.517 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:04.517 INFO:teuthology.orchestra.run.smithi121.stdout:Installed: 2024-02-10T21:46:04.517 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T21:46:04.517 INFO:teuthology.orchestra.run.smithi121.stdout: python3-asyncssh-2.13.2-3.el9.noarch 2024-02-10T21:46:04.518 INFO:teuthology.orchestra.run.smithi121.stdout: python3-babel-2.9.1-2.el9.noarch 2024-02-10T21:46:04.518 INFO:teuthology.orchestra.run.smithi121.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-02-10T21:46:04.518 INFO:teuthology.orchestra.run.smithi121.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-02-10T21:46:04.518 INFO:teuthology.orchestra.run.smithi121.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-02-10T21:46:04.518 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:04.518 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2024-02-10T21:46:04.543 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-02-10T21:46:04.591 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-02-10T21:46:04.614 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 13/13 2024-02-10T21:46:04.641 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:28 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:46:04.771 DEBUG:teuthology.orchestra.run.smithi121:> sudo yum -y install ceph-fuse 2024-02-10T21:46:04.808 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-02-10T21:46:04.809 INFO:teuthology.orchestra.run.smithi026.stdout:======================================================================================== 2024-02-10T21:46:04.809 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-02-10T21:46:04.809 INFO:teuthology.orchestra.run.smithi026.stdout:======================================================================================== 2024-02-10T21:46:04.809 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-02-10T21:46:04.809 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-cephadm noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 138 k 2024-02-10T21:46:04.809 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-02-10T21:46:04.809 INFO:teuthology.orchestra.run.smithi026.stdout: python3-asyncssh noarch 2.13.2-3.el9 epel 548 k 2024-02-10T21:46:04.809 INFO:teuthology.orchestra.run.smithi026.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-02-10T21:46:04.809 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jinja2 noarch 2.11.3-5.el9 CentOS-AppStream 227 k 2024-02-10T21:46:04.809 INFO:teuthology.orchestra.run.smithi026.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-02-10T21:46:04.809 INFO:teuthology.orchestra.run.smithi026.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-02-10T21:46:04.810 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:04.810 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-02-10T21:46:04.810 INFO:teuthology.orchestra.run.smithi026.stdout:======================================================================================== 2024-02-10T21:46:04.810 INFO:teuthology.orchestra.run.smithi026.stdout:Install 6 Packages 2024-02-10T21:46:04.810 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:04.810 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 6.8 M 2024-02-10T21:46:04.810 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 33 M 2024-02-10T21:46:04.810 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-02-10T21:46:05.330 INFO:teuthology.orchestra.run.smithi026.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.4 MB/s | 227 kB 00:00 2024-02-10T21:46:05.353 INFO:teuthology.orchestra.run.smithi121.stdout:Last metadata expiration check: 0:01:29 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:46:05.437 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 13/13 2024-02-10T21:46:05.437 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 1/13 2024-02-10T21:46:05.437 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-02-10T21:46:05.437 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-02-10T21:46:05.437 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-02-10T21:46:05.437 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-02-10T21:46:05.438 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-02-10T21:46:05.438 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-02-10T21:46:05.438 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-02-10T21:46:05.438 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-02-10T21:46:05.438 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-google-auth-1:2.27.0-1.el9.noarch 10/13 2024-02-10T21:46:05.438 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-02-10T21:46:05.438 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-02-10T21:46:05.480 INFO:teuthology.orchestra.run.smithi026.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 19 MB/s | 5.8 MB 00:00 2024-02-10T21:46:05.514 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2024-02-10T21:46:05.514 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:46:05.514 INFO:teuthology.orchestra.run.smithi121.stdout: Package Arch Version Repository Size 2024-02-10T21:46:05.514 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:46:05.514 INFO:teuthology.orchestra.run.smithi121.stdout:Installing: 2024-02-10T21:46:05.514 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-fuse x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 886 k 2024-02-10T21:46:05.514 INFO:teuthology.orchestra.run.smithi121.stdout:Installing dependencies: 2024-02-10T21:46:05.514 INFO:teuthology.orchestra.run.smithi121.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-02-10T21:46:05.515 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:05.515 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction Summary 2024-02-10T21:46:05.515 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:46:05.515 INFO:teuthology.orchestra.run.smithi121.stdout:Install 2 Packages 2024-02-10T21:46:05.515 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:05.515 INFO:teuthology.orchestra.run.smithi121.stdout:Total download size: 965 k 2024-02-10T21:46:05.515 INFO:teuthology.orchestra.run.smithi121.stdout:Installed size: 2.8 M 2024-02-10T21:46:05.516 INFO:teuthology.orchestra.run.smithi121.stdout:Downloading Packages: 2024-02-10T21:46:05.597 INFO:teuthology.orchestra.run.smithi026.stdout:(3/6): ceph-mgr-cephadm-19.0.0-1367.g14aa01b9.e 323 kB/s | 138 kB 00:00 2024-02-10T21:46:05.614 INFO:teuthology.orchestra.run.smithi026.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 530 kB/s | 58 kB 00:00 2024-02-10T21:46:05.650 INFO:teuthology.orchestra.run.smithi121.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 586 kB/s | 79 kB 00:00 2024-02-10T21:46:05.689 INFO:teuthology.orchestra.run.smithi026.stdout:(5/6): python3-asyncssh-2.13.2-3.el9.noarch.rpm 1.5 MB/s | 548 kB 00:00 2024-02-10T21:46:05.706 INFO:teuthology.orchestra.run.smithi026.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 469 kB/s | 51 kB 00:00 2024-02-10T21:46:05.709 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:46:05.709 INFO:teuthology.orchestra.run.smithi026.stdout:Total 7.5 MB/s | 6.8 MB 00:00 2024-02-10T21:46:05.709 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-02-10T21:46:05.718 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-02-10T21:46:05.718 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-02-10T21:46:05.807 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-02-10T21:46:05.807 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:05.807 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-02-10T21:46:05.807 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T21:46:05.807 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-02-10T21:46:05.808 INFO:teuthology.orchestra.run.smithi079.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-02-10T21:46:05.808 INFO:teuthology.orchestra.run.smithi079.stdout: python3-google-auth-1:2.27.0-1.el9.noarch 2024-02-10T21:46:05.808 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-02-10T21:46:05.808 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-02-10T21:46:05.808 INFO:teuthology.orchestra.run.smithi079.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-02-10T21:46:05.808 INFO:teuthology.orchestra.run.smithi079.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-02-10T21:46:05.808 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-02-10T21:46:05.808 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-02-10T21:46:05.808 INFO:teuthology.orchestra.run.smithi079.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-02-10T21:46:05.808 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rsa-4.9-2.el9.noarch 2024-02-10T21:46:05.808 INFO:teuthology.orchestra.run.smithi079.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-02-10T21:46:05.808 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:05.808 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-02-10T21:46:05.812 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-02-10T21:46:05.812 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-02-10T21:46:06.000 INFO:teuthology.orchestra.run.smithi121.stdout:(2/2): ceph-fuse-19.0.0-1367.g14aa01b9.el9.x86_ 1.8 MB/s | 886 kB 00:00 2024-02-10T21:46:06.002 INFO:teuthology.orchestra.run.smithi121.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:46:06.002 INFO:teuthology.orchestra.run.smithi121.stdout:Total 1.9 MB/s | 965 kB 00:00 2024-02-10T21:46:06.002 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction check 2024-02-10T21:46:06.023 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction check succeeded. 2024-02-10T21:46:06.023 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction test 2024-02-10T21:46:06.049 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-mgr-cephadm 2024-02-10T21:46:06.100 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction test succeeded. 2024-02-10T21:46:06.100 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction 2024-02-10T21:46:06.112 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-02-10T21:46:06.271 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-02-10T21:46:06.291 INFO:teuthology.orchestra.run.smithi121.stdout: Preparing : 1/1 2024-02-10T21:46:06.325 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-asyncssh-2.13.2-3.el9.noarch 2/6 2024-02-10T21:46:06.417 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-02-10T21:46:06.492 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/2 2024-02-10T21:46:06.636 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:26 ago on Sat 10 Feb 2024 09:44:40 PM UTC. 2024-02-10T21:46:06.794 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-02-10T21:46:06.796 INFO:teuthology.orchestra.run.smithi079.stdout:======================================================================================== 2024-02-10T21:46:06.796 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-02-10T21:46:06.796 INFO:teuthology.orchestra.run.smithi079.stdout:======================================================================================== 2024-02-10T21:46:06.796 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-02-10T21:46:06.796 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-cephadm noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 138 k 2024-02-10T21:46:06.796 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-02-10T21:46:06.796 INFO:teuthology.orchestra.run.smithi079.stdout: python3-asyncssh noarch 2.13.2-3.el9 epel 548 k 2024-02-10T21:46:06.796 INFO:teuthology.orchestra.run.smithi079.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-02-10T21:46:06.796 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jinja2 noarch 2.11.3-5.el9 CentOS-AppStream 227 k 2024-02-10T21:46:06.796 INFO:teuthology.orchestra.run.smithi079.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-02-10T21:46:06.796 INFO:teuthology.orchestra.run.smithi079.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-02-10T21:46:06.796 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:06.797 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-02-10T21:46:06.797 INFO:teuthology.orchestra.run.smithi079.stdout:======================================================================================== 2024-02-10T21:46:06.797 INFO:teuthology.orchestra.run.smithi079.stdout:Install 6 Packages 2024-02-10T21:46:06.797 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:06.797 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 6.8 M 2024-02-10T21:46:06.797 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 33 M 2024-02-10T21:46:06.797 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-02-10T21:46:06.881 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-02-10T21:46:06.963 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-02-10T21:46:07.032 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-02-10T21:46:07.061 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 6/6 2024-02-10T21:46:07.137 INFO:teuthology.orchestra.run.smithi079.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.4 MB/s | 227 kB 00:00 2024-02-10T21:46:07.164 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/2 2024-02-10T21:46:07.164 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/2 2024-02-10T21:46:07.287 INFO:teuthology.orchestra.run.smithi079.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 19 MB/s | 5.8 MB 00:00 2024-02-10T21:46:07.388 INFO:teuthology.orchestra.run.smithi079.stdout:(3/6): python3-asyncssh-2.13.2-3.el9.noarch.rpm 2.1 MB/s | 548 kB 00:00 2024-02-10T21:46:07.413 INFO:teuthology.orchestra.run.smithi079.stdout:(4/6): ceph-mgr-cephadm-19.0.0-1367.g14aa01b9.e 317 kB/s | 138 kB 00:00 2024-02-10T21:46:07.438 INFO:teuthology.orchestra.run.smithi079.stdout:(5/6): python3-natsort-7.1.1-5.el9.noarch.rpm 383 kB/s | 58 kB 00:00 2024-02-10T21:46:07.463 INFO:teuthology.orchestra.run.smithi079.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 677 kB/s | 51 kB 00:00 2024-02-10T21:46:07.465 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:46:07.465 INFO:teuthology.orchestra.run.smithi079.stdout:Total 10 MB/s | 6.8 MB 00:00 2024-02-10T21:46:07.466 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-02-10T21:46:07.474 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-02-10T21:46:07.475 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-02-10T21:46:07.502 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-02-10T21:46:07.502 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:07.502 INFO:teuthology.orchestra.run.smithi121.stdout:Installed: 2024-02-10T21:46:07.502 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-02-10T21:46:07.502 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:07.502 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2024-02-10T21:46:07.564 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-02-10T21:46:07.564 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-02-10T21:46:07.821 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 6/6 2024-02-10T21:46:07.821 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/6 2024-02-10T21:46:07.821 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-02-10T21:46:07.821 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-02-10T21:46:07.821 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-asyncssh-2.13.2-3.el9.noarch 4/6 2024-02-10T21:46:07.821 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-02-10T21:46:07.832 DEBUG:teuthology.orchestra.run.smithi121:> sudo yum -y install ceph-volume 2024-02-10T21:46:07.861 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-02-10T21:46:08.025 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-02-10T21:46:08.082 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-asyncssh-2.13.2-3.el9.noarch 2/6 2024-02-10T21:46:08.127 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-02-10T21:46:08.127 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:08.127 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-02-10T21:46:08.127 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T21:46:08.127 INFO:teuthology.orchestra.run.smithi026.stdout: python3-asyncssh-2.13.2-3.el9.noarch 2024-02-10T21:46:08.128 INFO:teuthology.orchestra.run.smithi026.stdout: python3-babel-2.9.1-2.el9.noarch 2024-02-10T21:46:08.128 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-02-10T21:46:08.128 INFO:teuthology.orchestra.run.smithi026.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-02-10T21:46:08.128 INFO:teuthology.orchestra.run.smithi026.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-02-10T21:46:08.128 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:08.128 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-02-10T21:46:08.389 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-fuse 2024-02-10T21:46:08.430 INFO:teuthology.orchestra.run.smithi121.stdout:Last metadata expiration check: 0:01:32 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:46:08.591 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2024-02-10T21:46:08.592 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:46:08.592 INFO:teuthology.orchestra.run.smithi121.stdout: Package Arch Version Repository Size 2024-02-10T21:46:08.592 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:46:08.592 INFO:teuthology.orchestra.run.smithi121.stdout:Installing: 2024-02-10T21:46:08.592 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-volume noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 264 k 2024-02-10T21:46:08.592 INFO:teuthology.orchestra.run.smithi121.stdout:Installing dependencies: 2024-02-10T21:46:08.592 INFO:teuthology.orchestra.run.smithi121.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-02-10T21:46:08.592 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:08.593 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction Summary 2024-02-10T21:46:08.593 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:46:08.593 INFO:teuthology.orchestra.run.smithi121.stdout:Install 2 Packages 2024-02-10T21:46:08.593 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:08.593 INFO:teuthology.orchestra.run.smithi121.stdout:Total download size: 332 k 2024-02-10T21:46:08.593 INFO:teuthology.orchestra.run.smithi121.stdout:Installed size: 1.5 M 2024-02-10T21:46:08.593 INFO:teuthology.orchestra.run.smithi121.stdout:Downloading Packages: 2024-02-10T21:46:08.608 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-02-10T21:46:08.692 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-02-10T21:46:08.715 INFO:teuthology.orchestra.run.smithi121.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 564 kB/s | 69 kB 00:00 2024-02-10T21:46:08.755 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-02-10T21:46:08.787 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 6/6 2024-02-10T21:46:08.957 INFO:teuthology.orchestra.run.smithi121.stdout:(2/2): ceph-volume-19.0.0-1367.g14aa01b9.el9.no 725 kB/s | 264 kB 00:00 2024-02-10T21:46:08.958 INFO:teuthology.orchestra.run.smithi121.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:46:08.959 INFO:teuthology.orchestra.run.smithi121.stdout:Total 908 kB/s | 332 kB 00:00 2024-02-10T21:46:08.959 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction check 2024-02-10T21:46:08.967 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction check succeeded. 2024-02-10T21:46:08.967 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction test 2024-02-10T21:46:08.984 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:32 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:46:09.007 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction test succeeded. 2024-02-10T21:46:09.008 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction 2024-02-10T21:46:09.153 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-02-10T21:46:09.154 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:46:09.154 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-02-10T21:46:09.154 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:46:09.154 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-02-10T21:46:09.154 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-fuse x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 886 k 2024-02-10T21:46:09.154 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-02-10T21:46:09.154 INFO:teuthology.orchestra.run.smithi026.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-02-10T21:46:09.154 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:09.154 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-02-10T21:46:09.154 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:46:09.154 INFO:teuthology.orchestra.run.smithi026.stdout:Install 2 Packages 2024-02-10T21:46:09.154 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:09.155 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 965 k 2024-02-10T21:46:09.155 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 2.8 M 2024-02-10T21:46:09.155 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-02-10T21:46:09.159 INFO:teuthology.orchestra.run.smithi121.stdout: Preparing : 1/1 2024-02-10T21:46:09.299 INFO:teuthology.orchestra.run.smithi026.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 547 kB/s | 79 kB 00:00 2024-02-10T21:46:09.338 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-02-10T21:46:09.385 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2/2 2024-02-10T21:46:09.400 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2/2 2024-02-10T21:46:09.400 INFO:teuthology.orchestra.run.smithi121.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T21:46:09.401 INFO:teuthology.orchestra.run.smithi121.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-02-10T21:46:09.401 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:09.542 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 6/6 2024-02-10T21:46:09.542 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/6 2024-02-10T21:46:09.542 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-02-10T21:46:09.542 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-02-10T21:46:09.542 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-asyncssh-2.13.2-3.el9.noarch 4/6 2024-02-10T21:46:09.542 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-02-10T21:46:09.649 INFO:teuthology.orchestra.run.smithi026.stdout:(2/2): ceph-fuse-19.0.0-1367.g14aa01b9.el9.x86_ 1.8 MB/s | 886 kB 00:00 2024-02-10T21:46:09.650 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:46:09.650 INFO:teuthology.orchestra.run.smithi026.stdout:Total 1.9 MB/s | 965 kB 00:00 2024-02-10T21:46:09.651 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-02-10T21:46:09.672 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-02-10T21:46:09.672 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-02-10T21:46:09.751 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-02-10T21:46:09.751 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-02-10T21:46:09.841 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-02-10T21:46:09.842 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:09.842 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-02-10T21:46:09.842 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T21:46:09.842 INFO:teuthology.orchestra.run.smithi079.stdout: python3-asyncssh-2.13.2-3.el9.noarch 2024-02-10T21:46:09.842 INFO:teuthology.orchestra.run.smithi079.stdout: python3-babel-2.9.1-2.el9.noarch 2024-02-10T21:46:09.842 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-02-10T21:46:09.842 INFO:teuthology.orchestra.run.smithi079.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-02-10T21:46:09.842 INFO:teuthology.orchestra.run.smithi079.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-02-10T21:46:09.842 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:09.842 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-02-10T21:46:09.941 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-02-10T21:46:10.088 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-02-10T21:46:10.094 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-fuse 2024-02-10T21:46:10.160 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/2 2024-02-10T21:46:10.161 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 1/2 2024-02-10T21:46:10.518 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-02-10T21:46:10.519 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:10.519 INFO:teuthology.orchestra.run.smithi121.stdout:Installed: 2024-02-10T21:46:10.519 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T21:46:10.519 INFO:teuthology.orchestra.run.smithi121.stdout: python3-packaging-20.9-5.el9.noarch 2024-02-10T21:46:10.519 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:10.519 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2024-02-10T21:46:10.677 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:30 ago on Sat 10 Feb 2024 09:44:40 PM UTC. 2024-02-10T21:46:10.812 DEBUG:teuthology.orchestra.run.smithi121:> sudo yum -y install librados-devel 2024-02-10T21:46:10.836 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-02-10T21:46:10.836 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:46:10.836 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-02-10T21:46:10.837 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:46:10.837 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-02-10T21:46:10.837 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-fuse x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 886 k 2024-02-10T21:46:10.837 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-02-10T21:46:10.837 INFO:teuthology.orchestra.run.smithi079.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-02-10T21:46:10.837 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:10.837 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-02-10T21:46:10.837 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:46:10.837 INFO:teuthology.orchestra.run.smithi079.stdout:Install 2 Packages 2024-02-10T21:46:10.837 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:10.838 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 965 k 2024-02-10T21:46:10.838 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 2.8 M 2024-02-10T21:46:10.838 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-02-10T21:46:10.868 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/2 2024-02-10T21:46:10.868 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/2 2024-02-10T21:46:10.966 INFO:teuthology.orchestra.run.smithi079.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 612 kB/s | 79 kB 00:00 2024-02-10T21:46:11.201 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-02-10T21:46:11.201 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:11.201 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-02-10T21:46:11.201 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-02-10T21:46:11.202 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:11.202 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-02-10T21:46:11.350 INFO:teuthology.orchestra.run.smithi079.stdout:(2/2): ceph-fuse-19.0.0-1367.g14aa01b9.el9.x86_ 1.7 MB/s | 886 kB 00:00 2024-02-10T21:46:11.351 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:46:11.352 INFO:teuthology.orchestra.run.smithi079.stdout:Total 1.8 MB/s | 965 kB 00:00 2024-02-10T21:46:11.352 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-02-10T21:46:11.372 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-02-10T21:46:11.372 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-02-10T21:46:11.403 INFO:teuthology.orchestra.run.smithi121.stdout:Last metadata expiration check: 0:01:35 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:46:11.447 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-02-10T21:46:11.448 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-02-10T21:46:11.505 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-volume 2024-02-10T21:46:11.564 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2024-02-10T21:46:11.565 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:46:11.565 INFO:teuthology.orchestra.run.smithi121.stdout: Package Arch Version Repo Size 2024-02-10T21:46:11.565 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:46:11.565 INFO:teuthology.orchestra.run.smithi121.stdout:Installing: 2024-02-10T21:46:11.565 INFO:teuthology.orchestra.run.smithi121.stdout: librados-devel x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 127 k 2024-02-10T21:46:11.565 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:11.565 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction Summary 2024-02-10T21:46:11.565 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:46:11.565 INFO:teuthology.orchestra.run.smithi121.stdout:Install 1 Package 2024-02-10T21:46:11.565 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:11.565 INFO:teuthology.orchestra.run.smithi121.stdout:Total download size: 127 k 2024-02-10T21:46:11.565 INFO:teuthology.orchestra.run.smithi121.stdout:Installed size: 456 k 2024-02-10T21:46:11.566 INFO:teuthology.orchestra.run.smithi121.stdout:Downloading Packages: 2024-02-10T21:46:11.634 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-02-10T21:46:11.801 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-02-10T21:46:11.866 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/2 2024-02-10T21:46:11.922 INFO:teuthology.orchestra.run.smithi121.stdout:librados-devel-19.0.0-1367.g14aa01b9.el9.x86_64 356 kB/s | 127 kB 00:00 2024-02-10T21:46:11.922 INFO:teuthology.orchestra.run.smithi121.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:46:11.922 INFO:teuthology.orchestra.run.smithi121.stdout:Total 355 kB/s | 127 kB 00:00 2024-02-10T21:46:11.923 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction check 2024-02-10T21:46:11.928 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction check succeeded. 2024-02-10T21:46:11.928 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction test 2024-02-10T21:46:11.983 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction test succeeded. 2024-02-10T21:46:11.984 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction 2024-02-10T21:46:12.104 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:36 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:46:12.169 INFO:teuthology.orchestra.run.smithi121.stdout: Preparing : 1/1 2024-02-10T21:46:12.272 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-02-10T21:46:12.272 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:46:12.272 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-02-10T21:46:12.272 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:46:12.273 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-02-10T21:46:12.273 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-volume noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 264 k 2024-02-10T21:46:12.273 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-02-10T21:46:12.273 INFO:teuthology.orchestra.run.smithi026.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-02-10T21:46:12.273 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:12.273 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-02-10T21:46:12.273 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:46:12.273 INFO:teuthology.orchestra.run.smithi026.stdout:Install 2 Packages 2024-02-10T21:46:12.273 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:12.274 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 332 k 2024-02-10T21:46:12.274 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 1.5 M 2024-02-10T21:46:12.274 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-02-10T21:46:12.278 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:12.403 INFO:teuthology.orchestra.run.smithi026.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 532 kB/s | 69 kB 00:00 2024-02-10T21:46:12.576 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/2 2024-02-10T21:46:12.576 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/2 2024-02-10T21:46:12.687 INFO:teuthology.orchestra.run.smithi026.stdout:(2/2): ceph-volume-19.0.0-1367.g14aa01b9.el9.no 639 kB/s | 264 kB 00:00 2024-02-10T21:46:12.688 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:46:12.689 INFO:teuthology.orchestra.run.smithi026.stdout:Total 800 kB/s | 332 kB 00:00 2024-02-10T21:46:12.689 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-02-10T21:46:12.698 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-02-10T21:46:12.698 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-02-10T21:46:12.734 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:12.739 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-02-10T21:46:12.740 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-02-10T21:46:12.885 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-02-10T21:46:12.885 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:12.885 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-02-10T21:46:12.885 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-02-10T21:46:12.885 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:12.886 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-02-10T21:46:12.895 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-02-10T21:46:13.037 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:13.037 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:13.038 INFO:teuthology.orchestra.run.smithi121.stdout:Installed: 2024-02-10T21:46:13.038 INFO:teuthology.orchestra.run.smithi121.stdout: librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:46:13.038 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:13.038 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2024-02-10T21:46:13.069 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-02-10T21:46:13.098 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2/2 2024-02-10T21:46:13.113 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2/2 2024-02-10T21:46:13.113 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T21:46:13.113 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-02-10T21:46:13.113 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:13.179 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-volume 2024-02-10T21:46:13.256 DEBUG:teuthology.orchestra.run.smithi121:> sudo yum -y install libcephfs2 2024-02-10T21:46:13.779 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:33 ago on Sat 10 Feb 2024 09:44:40 PM UTC. 2024-02-10T21:46:13.832 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 1/2 2024-02-10T21:46:13.845 INFO:teuthology.orchestra.run.smithi121.stdout:Last metadata expiration check: 0:01:37 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:46:13.940 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-02-10T21:46:13.940 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:46:13.940 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-02-10T21:46:13.941 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:46:13.941 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-02-10T21:46:13.941 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-volume noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 264 k 2024-02-10T21:46:13.941 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-02-10T21:46:13.941 INFO:teuthology.orchestra.run.smithi079.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-02-10T21:46:13.941 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:13.941 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-02-10T21:46:13.941 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:46:13.941 INFO:teuthology.orchestra.run.smithi079.stdout:Install 2 Packages 2024-02-10T21:46:13.941 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:13.942 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 332 k 2024-02-10T21:46:13.942 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 1.5 M 2024-02-10T21:46:13.942 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-02-10T21:46:13.952 INFO:teuthology.orchestra.run.smithi121.stdout:Package libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T21:46:14.005 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2024-02-10T21:46:14.006 INFO:teuthology.orchestra.run.smithi121.stdout:Nothing to do. 2024-02-10T21:46:14.006 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2024-02-10T21:46:14.063 DEBUG:teuthology.orchestra.run.smithi121:> sudo yum -y install libcephfs-devel 2024-02-10T21:46:14.065 INFO:teuthology.orchestra.run.smithi079.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 561 kB/s | 69 kB 00:00 2024-02-10T21:46:14.203 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-02-10T21:46:14.204 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:14.204 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-02-10T21:46:14.204 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T21:46:14.204 INFO:teuthology.orchestra.run.smithi026.stdout: python3-packaging-20.9-5.el9.noarch 2024-02-10T21:46:14.204 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:14.204 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-02-10T21:46:14.307 INFO:teuthology.orchestra.run.smithi079.stdout:(2/2): ceph-volume-19.0.0-1367.g14aa01b9.el9.no 724 kB/s | 264 kB 00:00 2024-02-10T21:46:14.308 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:46:14.308 INFO:teuthology.orchestra.run.smithi079.stdout:Total 906 kB/s | 332 kB 00:00 2024-02-10T21:46:14.309 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-02-10T21:46:14.317 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-02-10T21:46:14.317 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-02-10T21:46:14.357 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-02-10T21:46:14.357 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-02-10T21:46:14.505 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-02-10T21:46:14.535 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install librados-devel 2024-02-10T21:46:14.642 INFO:teuthology.orchestra.run.smithi121.stdout:Last metadata expiration check: 0:01:38 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:46:14.698 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-02-10T21:46:14.743 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2/2 2024-02-10T21:46:14.759 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2/2 2024-02-10T21:46:14.759 INFO:teuthology.orchestra.run.smithi079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T21:46:14.759 INFO:teuthology.orchestra.run.smithi079.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-02-10T21:46:14.759 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:14.800 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2024-02-10T21:46:14.800 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:46:14.800 INFO:teuthology.orchestra.run.smithi121.stdout: Package Arch Version Repo Size 2024-02-10T21:46:14.800 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:46:14.800 INFO:teuthology.orchestra.run.smithi121.stdout:Installing: 2024-02-10T21:46:14.801 INFO:teuthology.orchestra.run.smithi121.stdout: libcephfs-devel x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 31 k 2024-02-10T21:46:14.801 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:14.801 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction Summary 2024-02-10T21:46:14.801 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:46:14.801 INFO:teuthology.orchestra.run.smithi121.stdout:Install 1 Package 2024-02-10T21:46:14.801 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:14.801 INFO:teuthology.orchestra.run.smithi121.stdout:Total download size: 31 k 2024-02-10T21:46:14.801 INFO:teuthology.orchestra.run.smithi121.stdout:Installed size: 140 k 2024-02-10T21:46:14.802 INFO:teuthology.orchestra.run.smithi121.stdout:Downloading Packages: 2024-02-10T21:46:15.042 INFO:teuthology.orchestra.run.smithi121.stdout:libcephfs-devel-19.0.0-1367.g14aa01b9.el9.x86_6 130 kB/s | 31 kB 00:00 2024-02-10T21:46:15.042 INFO:teuthology.orchestra.run.smithi121.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:46:15.043 INFO:teuthology.orchestra.run.smithi121.stdout:Total 129 kB/s | 31 kB 00:00 2024-02-10T21:46:15.043 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction check 2024-02-10T21:46:15.046 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction check succeeded. 2024-02-10T21:46:15.046 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction test 2024-02-10T21:46:15.078 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction test succeeded. 2024-02-10T21:46:15.078 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction 2024-02-10T21:46:15.133 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:39 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:46:15.179 INFO:teuthology.orchestra.run.smithi121.stdout: Preparing : 1/1 2024-02-10T21:46:15.274 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:15.301 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-02-10T21:46:15.303 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:46:15.303 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repo Size 2024-02-10T21:46:15.303 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:46:15.303 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-02-10T21:46:15.303 INFO:teuthology.orchestra.run.smithi026.stdout: librados-devel x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 127 k 2024-02-10T21:46:15.304 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:15.304 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-02-10T21:46:15.304 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:46:15.304 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-02-10T21:46:15.304 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:15.304 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 127 k 2024-02-10T21:46:15.305 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 456 k 2024-02-10T21:46:15.305 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-02-10T21:46:15.559 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 1/2 2024-02-10T21:46:15.659 INFO:teuthology.orchestra.run.smithi026.stdout:librados-devel-19.0.0-1367.g14aa01b9.el9.x86_64 356 kB/s | 127 kB 00:00 2024-02-10T21:46:15.659 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:46:15.660 INFO:teuthology.orchestra.run.smithi026.stdout:Total 355 kB/s | 127 kB 00:00 2024-02-10T21:46:15.660 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-02-10T21:46:15.665 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:15.666 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-02-10T21:46:15.666 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-02-10T21:46:15.724 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-02-10T21:46:15.724 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-02-10T21:46:15.929 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:15.929 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:15.930 INFO:teuthology.orchestra.run.smithi121.stdout:Installed: 2024-02-10T21:46:15.930 INFO:teuthology.orchestra.run.smithi121.stdout: libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:46:15.930 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:15.930 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2024-02-10T21:46:15.931 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-02-10T21:46:15.946 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-02-10T21:46:15.946 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:15.947 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-02-10T21:46:15.947 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T21:46:15.947 INFO:teuthology.orchestra.run.smithi079.stdout: python3-packaging-20.9-5.el9.noarch 2024-02-10T21:46:15.947 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:15.947 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-02-10T21:46:16.028 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:16.093 DEBUG:teuthology.orchestra.run.smithi121:> sudo yum -y install librados2 2024-02-10T21:46:16.266 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install librados-devel 2024-02-10T21:46:16.461 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:16.682 INFO:teuthology.orchestra.run.smithi121.stdout:Last metadata expiration check: 0:01:40 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:46:16.789 INFO:teuthology.orchestra.run.smithi121.stdout:Package librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T21:46:16.790 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:16.790 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:16.791 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-02-10T21:46:16.791 INFO:teuthology.orchestra.run.smithi026.stdout: librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:46:16.791 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:16.791 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-02-10T21:46:16.841 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2024-02-10T21:46:16.842 INFO:teuthology.orchestra.run.smithi121.stdout:Nothing to do. 2024-02-10T21:46:16.842 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2024-02-10T21:46:16.860 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:36 ago on Sat 10 Feb 2024 09:44:40 PM UTC. 2024-02-10T21:46:16.903 DEBUG:teuthology.orchestra.run.smithi121:> sudo yum -y install librbd1 2024-02-10T21:46:17.019 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-02-10T21:46:17.020 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:46:17.020 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repo Size 2024-02-10T21:46:17.020 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:46:17.020 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-02-10T21:46:17.021 INFO:teuthology.orchestra.run.smithi079.stdout: librados-devel x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 127 k 2024-02-10T21:46:17.021 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:17.021 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-02-10T21:46:17.021 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:46:17.021 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2024-02-10T21:46:17.021 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:17.021 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 127 k 2024-02-10T21:46:17.021 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 456 k 2024-02-10T21:46:17.021 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-02-10T21:46:17.031 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install libcephfs2 2024-02-10T21:46:17.340 INFO:teuthology.orchestra.run.smithi079.stdout:librados-devel-19.0.0-1367.g14aa01b9.el9.x86_64 399 kB/s | 127 kB 00:00 2024-02-10T21:46:17.340 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:46:17.341 INFO:teuthology.orchestra.run.smithi079.stdout:Total 396 kB/s | 127 kB 00:00 2024-02-10T21:46:17.341 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-02-10T21:46:17.346 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-02-10T21:46:17.346 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-02-10T21:46:17.401 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-02-10T21:46:17.401 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-02-10T21:46:17.490 INFO:teuthology.orchestra.run.smithi121.stdout:Last metadata expiration check: 0:01:41 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:46:17.595 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-02-10T21:46:17.597 INFO:teuthology.orchestra.run.smithi121.stdout:Package librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T21:46:17.633 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:41 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:46:17.649 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2024-02-10T21:46:17.650 INFO:teuthology.orchestra.run.smithi121.stdout:Nothing to do. 2024-02-10T21:46:17.650 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2024-02-10T21:46:17.713 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:17.713 DEBUG:teuthology.orchestra.run.smithi121:> sudo yum -y install python3-rados 2024-02-10T21:46:17.745 INFO:teuthology.orchestra.run.smithi026.stdout:Package libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T21:46:17.799 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-02-10T21:46:17.800 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-02-10T21:46:17.800 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-02-10T21:46:17.873 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install libcephfs-devel 2024-02-10T21:46:18.203 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:18.294 INFO:teuthology.orchestra.run.smithi121.stdout:Last metadata expiration check: 0:01:42 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:46:18.400 INFO:teuthology.orchestra.run.smithi121.stdout:Package python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T21:46:18.452 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2024-02-10T21:46:18.453 INFO:teuthology.orchestra.run.smithi121.stdout:Nothing to do. 2024-02-10T21:46:18.453 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2024-02-10T21:46:18.467 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:42 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:46:18.514 DEBUG:teuthology.orchestra.run.smithi121:> sudo yum -y install python3-rgw 2024-02-10T21:46:18.530 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:18.530 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:18.530 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-02-10T21:46:18.530 INFO:teuthology.orchestra.run.smithi079.stdout: librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:46:18.530 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:18.530 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-02-10T21:46:18.632 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-02-10T21:46:18.632 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:46:18.632 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repo Size 2024-02-10T21:46:18.633 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:46:18.633 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-02-10T21:46:18.633 INFO:teuthology.orchestra.run.smithi026.stdout: libcephfs-devel x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 31 k 2024-02-10T21:46:18.633 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:18.633 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-02-10T21:46:18.633 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:46:18.633 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-02-10T21:46:18.633 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:18.634 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 31 k 2024-02-10T21:46:18.634 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 140 k 2024-02-10T21:46:18.634 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-02-10T21:46:18.757 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install libcephfs2 2024-02-10T21:46:18.871 INFO:teuthology.orchestra.run.smithi026.stdout:libcephfs-devel-19.0.0-1367.g14aa01b9.el9.x86_6 132 kB/s | 31 kB 00:00 2024-02-10T21:46:18.871 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:46:18.871 INFO:teuthology.orchestra.run.smithi026.stdout:Total 131 kB/s | 31 kB 00:00 2024-02-10T21:46:18.871 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-02-10T21:46:18.875 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-02-10T21:46:18.875 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-02-10T21:46:18.903 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-02-10T21:46:18.903 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-02-10T21:46:19.031 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-02-10T21:46:19.099 INFO:teuthology.orchestra.run.smithi121.stdout:Last metadata expiration check: 0:01:43 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:46:19.146 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:19.206 INFO:teuthology.orchestra.run.smithi121.stdout:Package python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T21:46:19.258 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2024-02-10T21:46:19.259 INFO:teuthology.orchestra.run.smithi121.stdout:Nothing to do. 2024-02-10T21:46:19.259 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2024-02-10T21:46:19.319 DEBUG:teuthology.orchestra.run.smithi121:> sudo yum -y install python3-cephfs 2024-02-10T21:46:19.352 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:39 ago on Sat 10 Feb 2024 09:44:40 PM UTC. 2024-02-10T21:46:19.459 INFO:teuthology.orchestra.run.smithi079.stdout:Package libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T21:46:19.508 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:19.509 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-02-10T21:46:19.511 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-02-10T21:46:19.511 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-02-10T21:46:19.570 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install libcephfs-devel 2024-02-10T21:46:19.780 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:19.780 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:19.780 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-02-10T21:46:19.780 INFO:teuthology.orchestra.run.smithi026.stdout: libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:46:19.780 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:19.781 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-02-10T21:46:19.902 INFO:teuthology.orchestra.run.smithi121.stdout:Last metadata expiration check: 0:01:43 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:46:19.952 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install librados2 2024-02-10T21:46:20.009 INFO:teuthology.orchestra.run.smithi121.stdout:Package python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T21:46:20.060 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2024-02-10T21:46:20.061 INFO:teuthology.orchestra.run.smithi121.stdout:Nothing to do. 2024-02-10T21:46:20.061 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2024-02-10T21:46:20.122 DEBUG:teuthology.orchestra.run.smithi121:> sudo yum -y install python3-rbd 2024-02-10T21:46:20.150 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:40 ago on Sat 10 Feb 2024 09:44:40 PM UTC. 2024-02-10T21:46:20.309 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-02-10T21:46:20.309 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:46:20.309 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repo Size 2024-02-10T21:46:20.310 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:46:20.310 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-02-10T21:46:20.310 INFO:teuthology.orchestra.run.smithi079.stdout: libcephfs-devel x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 31 k 2024-02-10T21:46:20.310 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:20.310 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-02-10T21:46:20.310 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:46:20.310 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2024-02-10T21:46:20.310 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:20.311 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 31 k 2024-02-10T21:46:20.311 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 140 k 2024-02-10T21:46:20.311 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-02-10T21:46:20.549 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:44 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:46:20.553 INFO:teuthology.orchestra.run.smithi079.stdout:libcephfs-devel-19.0.0-1367.g14aa01b9.el9.x86_6 128 kB/s | 31 kB 00:00 2024-02-10T21:46:20.553 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:46:20.554 INFO:teuthology.orchestra.run.smithi079.stdout:Total 128 kB/s | 31 kB 00:00 2024-02-10T21:46:20.554 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-02-10T21:46:20.557 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-02-10T21:46:20.557 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-02-10T21:46:20.578 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-02-10T21:46:20.579 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-02-10T21:46:20.660 INFO:teuthology.orchestra.run.smithi026.stdout:Package librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T21:46:20.672 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-02-10T21:46:20.709 INFO:teuthology.orchestra.run.smithi121.stdout:Last metadata expiration check: 0:01:44 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:46:20.715 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-02-10T21:46:20.716 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-02-10T21:46:20.717 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-02-10T21:46:20.777 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:20.786 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install librbd1 2024-02-10T21:46:20.816 INFO:teuthology.orchestra.run.smithi121.stdout:Package python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T21:46:20.866 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2024-02-10T21:46:20.867 INFO:teuthology.orchestra.run.smithi121.stdout:Nothing to do. 2024-02-10T21:46:20.867 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2024-02-10T21:46:20.929 DEBUG:teuthology.orchestra.run.smithi121:> sudo yum -y install rbd-fuse 2024-02-10T21:46:21.174 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:21.388 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:45 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:46:21.452 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:21.452 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:21.452 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-02-10T21:46:21.452 INFO:teuthology.orchestra.run.smithi079.stdout: libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:46:21.452 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:21.453 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-02-10T21:46:21.502 INFO:teuthology.orchestra.run.smithi026.stdout:Package librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T21:46:21.514 INFO:teuthology.orchestra.run.smithi121.stdout:Last metadata expiration check: 0:01:45 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:46:21.559 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-02-10T21:46:21.560 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-02-10T21:46:21.560 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-02-10T21:46:21.630 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install python3-rados 2024-02-10T21:46:21.642 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install librados2 2024-02-10T21:46:21.673 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2024-02-10T21:46:21.673 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:46:21.673 INFO:teuthology.orchestra.run.smithi121.stdout: Package Architecture Version Repository Size 2024-02-10T21:46:21.674 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:46:21.674 INFO:teuthology.orchestra.run.smithi121.stdout:Installing: 2024-02-10T21:46:21.674 INFO:teuthology.orchestra.run.smithi121.stdout: rbd-fuse x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 85 k 2024-02-10T21:46:21.674 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:21.674 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction Summary 2024-02-10T21:46:21.674 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:46:21.674 INFO:teuthology.orchestra.run.smithi121.stdout:Install 1 Package 2024-02-10T21:46:21.674 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:21.675 INFO:teuthology.orchestra.run.smithi121.stdout:Total download size: 85 k 2024-02-10T21:46:21.675 INFO:teuthology.orchestra.run.smithi121.stdout:Installed size: 231 k 2024-02-10T21:46:21.675 INFO:teuthology.orchestra.run.smithi121.stdout:Downloading Packages: 2024-02-10T21:46:21.994 INFO:teuthology.orchestra.run.smithi121.stdout:rbd-fuse-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 267 kB/s | 85 kB 00:00 2024-02-10T21:46:21.996 INFO:teuthology.orchestra.run.smithi121.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:46:21.996 INFO:teuthology.orchestra.run.smithi121.stdout:Total 265 kB/s | 85 kB 00:00 2024-02-10T21:46:21.996 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction check 2024-02-10T21:46:22.002 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction check succeeded. 2024-02-10T21:46:22.002 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction test 2024-02-10T21:46:22.060 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction test succeeded. 2024-02-10T21:46:22.060 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction 2024-02-10T21:46:22.214 INFO:teuthology.orchestra.run.smithi121.stdout: Preparing : 1/1 2024-02-10T21:46:22.225 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:42 ago on Sat 10 Feb 2024 09:44:40 PM UTC. 2024-02-10T21:46:22.233 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:46 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:46:22.319 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:22.332 INFO:teuthology.orchestra.run.smithi079.stdout:Package librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T21:46:22.344 INFO:teuthology.orchestra.run.smithi026.stdout:Package python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T21:46:22.384 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-02-10T21:46:22.386 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-02-10T21:46:22.386 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-02-10T21:46:22.398 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-02-10T21:46:22.400 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-02-10T21:46:22.400 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-02-10T21:46:22.455 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install librbd1 2024-02-10T21:46:22.467 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install python3-rgw 2024-02-10T21:46:22.711 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:23.038 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:43 ago on Sat 10 Feb 2024 09:44:40 PM UTC. 2024-02-10T21:46:23.059 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:47 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:46:23.105 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:23.105 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:23.105 INFO:teuthology.orchestra.run.smithi121.stdout:Installed: 2024-02-10T21:46:23.105 INFO:teuthology.orchestra.run.smithi121.stdout: rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:46:23.105 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:23.105 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2024-02-10T21:46:23.144 INFO:teuthology.orchestra.run.smithi079.stdout:Package librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T21:46:23.170 INFO:teuthology.orchestra.run.smithi026.stdout:Package python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T21:46:23.197 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-02-10T21:46:23.198 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-02-10T21:46:23.198 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-02-10T21:46:23.224 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-02-10T21:46:23.226 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-02-10T21:46:23.226 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-02-10T21:46:23.270 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install python3-rados 2024-02-10T21:46:23.296 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install python3-cephfs 2024-02-10T21:46:23.343 DEBUG:teuthology.orchestra.run.smithi121:> sudo yum -y install rbd-mirror 2024-02-10T21:46:23.851 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:43 ago on Sat 10 Feb 2024 09:44:40 PM UTC. 2024-02-10T21:46:23.888 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:47 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:46:23.958 INFO:teuthology.orchestra.run.smithi079.stdout:Package python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T21:46:23.959 INFO:teuthology.orchestra.run.smithi121.stdout:Last metadata expiration check: 0:01:47 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:46:23.998 INFO:teuthology.orchestra.run.smithi026.stdout:Package python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T21:46:24.009 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-02-10T21:46:24.010 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-02-10T21:46:24.010 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-02-10T21:46:24.052 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-02-10T21:46:24.054 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-02-10T21:46:24.054 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-02-10T21:46:24.087 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install python3-rgw 2024-02-10T21:46:24.124 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2024-02-10T21:46:24.125 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:46:24.125 INFO:teuthology.orchestra.run.smithi121.stdout: Package Arch Version Repo Size 2024-02-10T21:46:24.125 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:46:24.125 INFO:teuthology.orchestra.run.smithi121.stdout:Installing: 2024-02-10T21:46:24.125 INFO:teuthology.orchestra.run.smithi121.stdout: rbd-mirror x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.1 M 2024-02-10T21:46:24.125 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:24.125 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction Summary 2024-02-10T21:46:24.126 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:46:24.126 INFO:teuthology.orchestra.run.smithi121.stdout:Install 1 Package 2024-02-10T21:46:24.126 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:24.127 INFO:teuthology.orchestra.run.smithi121.stdout:Total download size: 3.1 M 2024-02-10T21:46:24.127 INFO:teuthology.orchestra.run.smithi121.stdout:Installed size: 13 M 2024-02-10T21:46:24.127 INFO:teuthology.orchestra.run.smithi121.stdout:Downloading Packages: 2024-02-10T21:46:24.127 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install python3-rbd 2024-02-10T21:46:24.665 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:44 ago on Sat 10 Feb 2024 09:44:40 PM UTC. 2024-02-10T21:46:24.723 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:48 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:46:24.770 INFO:teuthology.orchestra.run.smithi079.stdout:Package python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T21:46:24.821 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-02-10T21:46:24.822 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-02-10T21:46:24.822 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-02-10T21:46:24.833 INFO:teuthology.orchestra.run.smithi026.stdout:Package python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T21:46:24.864 INFO:teuthology.orchestra.run.smithi121.stdout:rbd-mirror-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 4.2 MB/s | 3.1 MB 00:00 2024-02-10T21:46:24.865 INFO:teuthology.orchestra.run.smithi121.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:46:24.866 INFO:teuthology.orchestra.run.smithi121.stdout:Total 4.2 MB/s | 3.1 MB 00:00 2024-02-10T21:46:24.866 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction check 2024-02-10T21:46:24.875 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction check succeeded. 2024-02-10T21:46:24.875 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction test 2024-02-10T21:46:24.887 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install python3-cephfs 2024-02-10T21:46:24.888 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-02-10T21:46:24.890 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-02-10T21:46:24.890 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-02-10T21:46:24.948 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction test succeeded. 2024-02-10T21:46:24.949 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction 2024-02-10T21:46:24.953 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install rbd-fuse 2024-02-10T21:46:25.381 INFO:teuthology.orchestra.run.smithi121.stdout: Preparing : 1/1 2024-02-10T21:46:25.449 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:25.471 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:45 ago on Sat 10 Feb 2024 09:44:40 PM UTC. 2024-02-10T21:46:25.473 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:25.473 INFO:teuthology.orchestra.run.smithi121.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T21:46:25.474 INFO:teuthology.orchestra.run.smithi121.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-02-10T21:46:25.474 INFO:teuthology.orchestra.run.smithi121.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-10T21:46:25.474 INFO:teuthology.orchestra.run.smithi121.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-10T21:46:25.474 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:25.548 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:49 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:46:25.578 INFO:teuthology.orchestra.run.smithi079.stdout:Package python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T21:46:25.629 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-02-10T21:46:25.630 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-02-10T21:46:25.630 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-02-10T21:46:25.694 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install python3-rbd 2024-02-10T21:46:25.714 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-02-10T21:46:25.715 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:46:25.715 INFO:teuthology.orchestra.run.smithi026.stdout: Package Architecture Version Repository Size 2024-02-10T21:46:25.715 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:46:25.715 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-02-10T21:46:25.715 INFO:teuthology.orchestra.run.smithi026.stdout: rbd-fuse x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 85 k 2024-02-10T21:46:25.715 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:25.715 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-02-10T21:46:25.715 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:46:25.715 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-02-10T21:46:25.715 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:25.716 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 85 k 2024-02-10T21:46:25.716 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 231 k 2024-02-10T21:46:25.716 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-02-10T21:46:26.041 INFO:teuthology.orchestra.run.smithi026.stdout:rbd-fuse-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 263 kB/s | 85 kB 00:00 2024-02-10T21:46:26.041 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:46:26.041 INFO:teuthology.orchestra.run.smithi026.stdout:Total 262 kB/s | 85 kB 00:00 2024-02-10T21:46:26.041 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-02-10T21:46:26.049 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-02-10T21:46:26.049 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-02-10T21:46:26.107 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-02-10T21:46:26.108 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-02-10T21:46:26.255 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-02-10T21:46:26.277 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:46 ago on Sat 10 Feb 2024 09:44:40 PM UTC. 2024-02-10T21:46:26.369 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:26.383 INFO:teuthology.orchestra.run.smithi079.stdout:Package python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T21:46:26.435 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-02-10T21:46:26.436 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-02-10T21:46:26.436 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-02-10T21:46:26.512 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install rbd-fuse 2024-02-10T21:46:26.663 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:26.663 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:26.663 INFO:teuthology.orchestra.run.smithi121.stdout:Installed: 2024-02-10T21:46:26.663 INFO:teuthology.orchestra.run.smithi121.stdout: rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:46:26.664 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:26.664 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2024-02-10T21:46:26.791 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:26.927 DEBUG:teuthology.orchestra.run.smithi121:> sudo yum -y install rbd-nbd 2024-02-10T21:46:27.072 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:27.072 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:27.072 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-02-10T21:46:27.072 INFO:teuthology.orchestra.run.smithi026.stdout: rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:46:27.072 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:27.072 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-02-10T21:46:27.098 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:47 ago on Sat 10 Feb 2024 09:44:40 PM UTC. 2024-02-10T21:46:27.257 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-02-10T21:46:27.258 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:46:27.258 INFO:teuthology.orchestra.run.smithi079.stdout: Package Architecture Version Repository Size 2024-02-10T21:46:27.258 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:46:27.258 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-02-10T21:46:27.258 INFO:teuthology.orchestra.run.smithi079.stdout: rbd-fuse x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 85 k 2024-02-10T21:46:27.258 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:27.258 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-02-10T21:46:27.258 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:46:27.258 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2024-02-10T21:46:27.258 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:27.259 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 85 k 2024-02-10T21:46:27.259 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 231 k 2024-02-10T21:46:27.259 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-02-10T21:46:27.292 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install rbd-mirror 2024-02-10T21:46:27.528 INFO:teuthology.orchestra.run.smithi121.stdout:Last metadata expiration check: 0:01:51 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:46:27.583 INFO:teuthology.orchestra.run.smithi079.stdout:rbd-fuse-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 265 kB/s | 85 kB 00:00 2024-02-10T21:46:27.583 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:46:27.583 INFO:teuthology.orchestra.run.smithi079.stdout:Total 264 kB/s | 85 kB 00:00 2024-02-10T21:46:27.584 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-02-10T21:46:27.589 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-02-10T21:46:27.589 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-02-10T21:46:27.643 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-02-10T21:46:27.643 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-02-10T21:46:27.687 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2024-02-10T21:46:27.688 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:46:27.688 INFO:teuthology.orchestra.run.smithi121.stdout: Package Architecture Version Repository Size 2024-02-10T21:46:27.688 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:46:27.688 INFO:teuthology.orchestra.run.smithi121.stdout:Installing: 2024-02-10T21:46:27.688 INFO:teuthology.orchestra.run.smithi121.stdout: rbd-nbd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 171 k 2024-02-10T21:46:27.688 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:27.688 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction Summary 2024-02-10T21:46:27.688 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-10T21:46:27.688 INFO:teuthology.orchestra.run.smithi121.stdout:Install 1 Package 2024-02-10T21:46:27.688 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:27.689 INFO:teuthology.orchestra.run.smithi121.stdout:Total download size: 171 k 2024-02-10T21:46:27.689 INFO:teuthology.orchestra.run.smithi121.stdout:Installed size: 494 k 2024-02-10T21:46:27.689 INFO:teuthology.orchestra.run.smithi121.stdout:Downloading Packages: 2024-02-10T21:46:27.796 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-02-10T21:46:27.890 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:51 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:46:27.904 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:28.026 INFO:teuthology.orchestra.run.smithi121.stdout:rbd-nbd-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 506 kB/s | 171 kB 00:00 2024-02-10T21:46:28.027 INFO:teuthology.orchestra.run.smithi121.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:46:28.027 INFO:teuthology.orchestra.run.smithi121.stdout:Total 504 kB/s | 171 kB 00:00 2024-02-10T21:46:28.027 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction check 2024-02-10T21:46:28.035 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction check succeeded. 2024-02-10T21:46:28.035 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction test 2024-02-10T21:46:28.057 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-02-10T21:46:28.058 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:46:28.058 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repo Size 2024-02-10T21:46:28.058 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:46:28.058 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-02-10T21:46:28.058 INFO:teuthology.orchestra.run.smithi026.stdout: rbd-mirror x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.1 M 2024-02-10T21:46:28.058 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:28.058 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-02-10T21:46:28.058 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:46:28.058 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-02-10T21:46:28.058 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:28.058 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 3.1 M 2024-02-10T21:46:28.058 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 13 M 2024-02-10T21:46:28.058 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-02-10T21:46:28.095 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction test succeeded. 2024-02-10T21:46:28.095 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction 2024-02-10T21:46:28.241 INFO:teuthology.orchestra.run.smithi121.stdout: Preparing : 1/1 2024-02-10T21:46:28.335 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:28.350 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:28.619 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:28.619 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:28.619 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-02-10T21:46:28.619 INFO:teuthology.orchestra.run.smithi079.stdout: rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:46:28.619 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:28.619 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-02-10T21:46:28.786 INFO:teuthology.orchestra.run.smithi026.stdout:rbd-mirror-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 4.2 MB/s | 3.1 MB 00:00 2024-02-10T21:46:28.787 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:46:28.788 INFO:teuthology.orchestra.run.smithi026.stdout:Total 4.2 MB/s | 3.1 MB 00:00 2024-02-10T21:46:28.788 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-02-10T21:46:28.798 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-02-10T21:46:28.798 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-02-10T21:46:28.814 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:28.847 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install rbd-mirror 2024-02-10T21:46:28.875 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-02-10T21:46:28.875 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-02-10T21:46:29.102 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:29.102 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:29.102 INFO:teuthology.orchestra.run.smithi121.stdout:Installed: 2024-02-10T21:46:29.102 INFO:teuthology.orchestra.run.smithi121.stdout: rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:46:29.102 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-10T21:46:29.102 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2024-02-10T21:46:29.327 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-02-10T21:46:29.380 DEBUG:teuthology.parallel:result is None 2024-02-10T21:46:29.396 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:29.420 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:29.420 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T21:46:29.420 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-02-10T21:46:29.420 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-10T21:46:29.420 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-10T21:46:29.420 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:29.471 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:49 ago on Sat 10 Feb 2024 09:44:40 PM UTC. 2024-02-10T21:46:29.635 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-02-10T21:46:29.635 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:46:29.636 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repo Size 2024-02-10T21:46:29.636 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:46:29.636 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-02-10T21:46:29.636 INFO:teuthology.orchestra.run.smithi079.stdout: rbd-mirror x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.1 M 2024-02-10T21:46:29.636 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:29.636 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-02-10T21:46:29.636 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:46:29.636 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2024-02-10T21:46:29.636 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:29.636 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 3.1 M 2024-02-10T21:46:29.636 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 13 M 2024-02-10T21:46:29.636 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-02-10T21:46:30.378 INFO:teuthology.orchestra.run.smithi079.stdout:rbd-mirror-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 4.2 MB/s | 3.1 MB 00:00 2024-02-10T21:46:30.379 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:46:30.379 INFO:teuthology.orchestra.run.smithi079.stdout:Total 4.2 MB/s | 3.1 MB 00:00 2024-02-10T21:46:30.379 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-02-10T21:46:30.388 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-02-10T21:46:30.388 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-02-10T21:46:30.460 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-02-10T21:46:30.461 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-02-10T21:46:30.630 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:30.630 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:30.630 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-02-10T21:46:30.630 INFO:teuthology.orchestra.run.smithi026.stdout: rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:46:30.630 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:30.630 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-02-10T21:46:30.872 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install rbd-nbd 2024-02-10T21:46:30.878 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-02-10T21:46:30.946 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:30.970 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:30.971 INFO:teuthology.orchestra.run.smithi079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T21:46:30.971 INFO:teuthology.orchestra.run.smithi079.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-02-10T21:46:30.971 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-10T21:46:30.971 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-10T21:46:30.971 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:31.476 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:55 ago on Sat 10 Feb 2024 09:44:36 PM UTC. 2024-02-10T21:46:31.643 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-02-10T21:46:31.644 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:46:31.644 INFO:teuthology.orchestra.run.smithi026.stdout: Package Architecture Version Repository Size 2024-02-10T21:46:31.644 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:46:31.644 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-02-10T21:46:31.644 INFO:teuthology.orchestra.run.smithi026.stdout: rbd-nbd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 171 k 2024-02-10T21:46:31.644 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:31.645 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-02-10T21:46:31.645 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-10T21:46:31.645 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-02-10T21:46:31.645 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:31.645 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 171 k 2024-02-10T21:46:31.645 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 494 k 2024-02-10T21:46:31.645 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-02-10T21:46:31.998 INFO:teuthology.orchestra.run.smithi026.stdout:rbd-nbd-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 484 kB/s | 171 kB 00:00 2024-02-10T21:46:31.998 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:46:31.999 INFO:teuthology.orchestra.run.smithi026.stdout:Total 482 kB/s | 171 kB 00:00 2024-02-10T21:46:31.999 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-02-10T21:46:32.007 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-02-10T21:46:32.008 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-02-10T21:46:32.070 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-02-10T21:46:32.070 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-02-10T21:46:32.128 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:32.128 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:32.128 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-02-10T21:46:32.128 INFO:teuthology.orchestra.run.smithi079.stdout: rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:46:32.128 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:32.128 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-02-10T21:46:32.231 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-02-10T21:46:32.341 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:32.414 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install rbd-nbd 2024-02-10T21:46:32.772 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:33.019 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:53 ago on Sat 10 Feb 2024 09:44:40 PM UTC. 2024-02-10T21:46:33.089 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:33.090 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:33.090 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-02-10T21:46:33.090 INFO:teuthology.orchestra.run.smithi026.stdout: rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:46:33.090 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:46:33.090 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-02-10T21:46:33.179 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-02-10T21:46:33.179 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:46:33.179 INFO:teuthology.orchestra.run.smithi079.stdout: Package Architecture Version Repository Size 2024-02-10T21:46:33.179 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:46:33.179 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-02-10T21:46:33.179 INFO:teuthology.orchestra.run.smithi079.stdout: rbd-nbd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 171 k 2024-02-10T21:46:33.180 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:33.180 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-02-10T21:46:33.180 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-02-10T21:46:33.180 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2024-02-10T21:46:33.180 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:33.180 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 171 k 2024-02-10T21:46:33.180 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 494 k 2024-02-10T21:46:33.181 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-02-10T21:46:33.355 DEBUG:teuthology.parallel:result is None 2024-02-10T21:46:33.534 INFO:teuthology.orchestra.run.smithi079.stdout:rbd-nbd-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 484 kB/s | 171 kB 00:00 2024-02-10T21:46:33.534 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:46:33.535 INFO:teuthology.orchestra.run.smithi079.stdout:Total 482 kB/s | 171 kB 00:00 2024-02-10T21:46:33.535 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-02-10T21:46:33.542 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-02-10T21:46:33.542 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-02-10T21:46:33.602 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-02-10T21:46:33.602 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-02-10T21:46:33.750 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-02-10T21:46:33.857 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:34.293 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:34.601 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T21:46:34.601 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:34.601 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-02-10T21:46:34.601 INFO:teuthology.orchestra.run.smithi079.stdout: rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T21:46:34.601 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-02-10T21:46:34.601 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-02-10T21:46:34.863 DEBUG:teuthology.parallel:result is None 2024-02-10T21:46:34.864 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T21:46:35.083 DEBUG:teuthology.orchestra.run.smithi026:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-02-10T21:46:35.107 INFO:teuthology.orchestra.run.smithi026.stdout:19.0.0-1367.g14aa01b9.el9 2024-02-10T21:46:35.107 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1367.g14aa01b9.el9 2024-02-10T21:46:35.107 INFO:teuthology.task.install:The correct ceph version 19.0.0-1367.g14aa01b9 is installed. 2024-02-10T21:46:35.109 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T21:46:35.325 DEBUG:teuthology.orchestra.run.smithi079:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-02-10T21:46:35.347 INFO:teuthology.orchestra.run.smithi079.stdout:19.0.0-1367.g14aa01b9.el9 2024-02-10T21:46:35.347 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1367.g14aa01b9.el9 2024-02-10T21:46:35.347 INFO:teuthology.task.install:The correct ceph version 19.0.0-1367.g14aa01b9 is installed. 2024-02-10T21:46:35.349 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T21:46:35.558 DEBUG:teuthology.orchestra.run.smithi121:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-02-10T21:46:35.582 INFO:teuthology.orchestra.run.smithi121.stdout:19.0.0-1367.g14aa01b9.el9 2024-02-10T21:46:35.582 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1367.g14aa01b9.el9 2024-02-10T21:46:35.582 INFO:teuthology.task.install:The correct ceph version 19.0.0-1367.g14aa01b9 is installed. 2024-02-10T21:46:35.584 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-02-10T21:46:35.584 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-02-10T21:46:35.585 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-10T21:46:35.617 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-02-10T21:46:35.617 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-10T21:46:35.648 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2024-02-10T21:46:35.648 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-10T21:46:35.679 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-02-10T21:46:35.680 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-02-10T21:46:35.680 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/usr/bin/daemon-helper 2024-02-10T21:46:35.710 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-10T21:46:35.782 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-02-10T21:46:35.782 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/usr/bin/daemon-helper 2024-02-10T21:46:35.811 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-10T21:46:35.880 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2024-02-10T21:46:35.880 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd of=/usr/bin/daemon-helper 2024-02-10T21:46:35.911 DEBUG:teuthology.orchestra.run.smithi121:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-10T21:46:35.981 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-02-10T21:46:35.981 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-02-10T21:46:35.981 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-10T21:46:36.012 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-10T21:46:36.082 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-02-10T21:46:36.082 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-10T21:46:36.111 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-10T21:46:36.180 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2024-02-10T21:46:36.180 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-10T21:46:36.211 DEBUG:teuthology.orchestra.run.smithi121:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-10T21:46:36.281 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-02-10T21:46:36.281 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-02-10T21:46:36.281 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/usr/bin/stdin-killer 2024-02-10T21:46:36.312 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-10T21:46:36.381 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-02-10T21:46:36.382 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/usr/bin/stdin-killer 2024-02-10T21:46:36.411 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-10T21:46:36.480 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2024-02-10T21:46:36.480 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd of=/usr/bin/stdin-killer 2024-02-10T21:46:36.511 DEBUG:teuthology.orchestra.run.smithi121:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-10T21:46:36.581 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-10T21:46:36.683 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '14aa01b918f09661ae41e4c41d1de99d6ac08228'} 2024-02-10T21:46:36.683 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T21:46:36.683 INFO:tasks.cephadm:Cluster fsid is dd631d9a-c85d-11ee-95b9-87774f69a715 2024-02-10T21:46:36.684 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-10T21:46:36.684 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.26', 'mon.b': '172.21.15.79', 'mon.c': '172.21.15.121'} 2024-02-10T21:46:36.684 INFO:tasks.cephadm:First mon is mon.a on smithi026 2024-02-10T21:46:36.684 INFO:tasks.cephadm:First mgr is a 2024-02-10T21:46:36.684 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-10T21:46:36.684 DEBUG:teuthology.orchestra.run.smithi026:> sudo hostname $(hostname -s) 2024-02-10T21:46:36.716 DEBUG:teuthology.orchestra.run.smithi079:> sudo hostname $(hostname -s) 2024-02-10T21:46:36.747 DEBUG:teuthology.orchestra.run.smithi121:> sudo hostname $(hostname -s) 2024-02-10T21:46:36.778 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-02-10T21:46:36.779 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T21:46:36.992 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '14aa01b918f09661ae41e4c41d1de99d6ac08228', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/76648/', 'root_build_cause': 'MANUALTRIGGER', 'version': '19.0.0-1367-g14aa01b9', 'node_name': '172.21.5.36+adami06', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-1367.g14aa01b9'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-02-10 17:03:58.858994', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri6-testing-2024-02-09-1422', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-02-10T21:46:37.206 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-yuri6-testing-2024-02-09-1422, sha1 14aa01b918f09661ae41e4c41d1de99d6ac08228 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T21:46:37.208 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/x86_64/flavors/default/cephadm 2024-02-10T21:46:37.208 DEBUG:teuthology.orchestra.run.smithi026:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-10T21:46:37.820 INFO:teuthology.orchestra.run.smithi026.stdout:-rw-r--r--. 1 ubuntu ubuntu 766965 Feb 10 21:46 /home/ubuntu/cephtest/cephadm 2024-02-10T21:46:37.821 DEBUG:teuthology.orchestra.run.smithi079:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-10T21:46:38.431 INFO:teuthology.orchestra.run.smithi079.stdout:-rw-r--r--. 1 ubuntu ubuntu 766965 Feb 10 21:46 /home/ubuntu/cephtest/cephadm 2024-02-10T21:46:38.432 DEBUG:teuthology.orchestra.run.smithi121:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-10T21:46:39.029 INFO:teuthology.orchestra.run.smithi121.stdout:-rw-r--r--. 1 ubuntu ubuntu 766965 Feb 10 21:46 /home/ubuntu/cephtest/cephadm 2024-02-10T21:46:39.030 DEBUG:teuthology.orchestra.run.smithi026:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-10T21:46:39.048 DEBUG:teuthology.orchestra.run.smithi079:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-10T21:46:39.068 DEBUG:teuthology.orchestra.run.smithi121:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-10T21:46:39.105 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 on all hosts... 2024-02-10T21:46:39.105 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 pull 2024-02-10T21:46:39.107 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 pull 2024-02-10T21:46:39.110 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 pull 2024-02-10T21:46:39.936 INFO:teuthology.orchestra.run.smithi121.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-10T21:46:39.992 INFO:teuthology.orchestra.run.smithi026.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-10T21:46:40.013 INFO:teuthology.orchestra.run.smithi079.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-10T21:47:06.650 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2024-02-10T21:47:06.650 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph_version": "ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev)", 2024-02-10T21:47:06.650 INFO:teuthology.orchestra.run.smithi121.stdout: "image_id": "e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af", 2024-02-10T21:47:06.651 INFO:teuthology.orchestra.run.smithi121.stdout: "repo_digests": [ 2024-02-10T21:47:06.651 INFO:teuthology.orchestra.run.smithi121.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9905a40bafa6e8691504067e6cf6ca63ffb6159ca45f1b6ea1d2b1b7987b1927" 2024-02-10T21:47:06.651 INFO:teuthology.orchestra.run.smithi121.stdout: ] 2024-02-10T21:47:06.651 INFO:teuthology.orchestra.run.smithi121.stdout:} 2024-02-10T21:47:13.057 INFO:teuthology.orchestra.run.smithi079.stdout:{ 2024-02-10T21:47:13.057 INFO:teuthology.orchestra.run.smithi079.stdout: "ceph_version": "ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev)", 2024-02-10T21:47:13.057 INFO:teuthology.orchestra.run.smithi079.stdout: "image_id": "e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af", 2024-02-10T21:47:13.057 INFO:teuthology.orchestra.run.smithi079.stdout: "repo_digests": [ 2024-02-10T21:47:13.057 INFO:teuthology.orchestra.run.smithi079.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9905a40bafa6e8691504067e6cf6ca63ffb6159ca45f1b6ea1d2b1b7987b1927" 2024-02-10T21:47:13.057 INFO:teuthology.orchestra.run.smithi079.stdout: ] 2024-02-10T21:47:13.057 INFO:teuthology.orchestra.run.smithi079.stdout:} 2024-02-10T21:47:13.122 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-10T21:47:13.123 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph_version": "ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev)", 2024-02-10T21:47:13.123 INFO:teuthology.orchestra.run.smithi026.stdout: "image_id": "e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af", 2024-02-10T21:47:13.123 INFO:teuthology.orchestra.run.smithi026.stdout: "repo_digests": [ 2024-02-10T21:47:13.123 INFO:teuthology.orchestra.run.smithi026.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9905a40bafa6e8691504067e6cf6ca63ffb6159ca45f1b6ea1d2b1b7987b1927" 2024-02-10T21:47:13.123 INFO:teuthology.orchestra.run.smithi026.stdout: ] 2024-02-10T21:47:13.123 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-10T21:47:13.148 DEBUG:teuthology.orchestra.run.smithi026:> sudo mkdir -p /etc/ceph 2024-02-10T21:47:13.194 DEBUG:teuthology.orchestra.run.smithi079:> sudo mkdir -p /etc/ceph 2024-02-10T21:47:13.224 DEBUG:teuthology.orchestra.run.smithi121:> sudo mkdir -p /etc/ceph 2024-02-10T21:47:13.259 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod 777 /etc/ceph 2024-02-10T21:47:13.286 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 777 /etc/ceph 2024-02-10T21:47:13.312 DEBUG:teuthology.orchestra.run.smithi121:> sudo chmod 777 /etc/ceph 2024-02-10T21:47:13.343 INFO:tasks.cephadm:Writing seed config... 2024-02-10T21:47:13.344 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-02-10T21:47:13.344 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-10T21:47:13.344 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-10T21:47:13.344 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-02-10T21:47:13.345 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-10T21:47:13.345 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-10T21:47:13.345 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-10T21:47:13.345 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-10T21:47:13.345 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-10T21:47:13.345 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-02-10T21:47:13.346 DEBUG:teuthology.orchestra.run.smithi026:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-10T21:47:13.360 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = dd631d9a-c85d-11ee-95b9-87774f69a715 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-02-10T21:47:13.360 DEBUG:teuthology.orchestra.run.smithi026:mon.a> sudo journalctl -f -n 0 -u ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mon.a.service 2024-02-10T21:47:13.402 DEBUG:teuthology.orchestra.run.smithi026:mgr.a> sudo journalctl -f -n 0 -u ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mgr.a.service 2024-02-10T21:47:13.445 INFO:tasks.cephadm:Bootstrapping... 2024-02-10T21:47:13.445 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 -v bootstrap --fsid dd631d9a-c85d-11ee-95b9-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.26 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-10T21:47:13.641 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-02-10T21:47:13.641 INFO:teuthology.orchestra.run.smithi026.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228', '-v', 'bootstrap', '--fsid', 'dd631d9a-c85d-11ee-95b9-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.26', '--skip-admin-label'] 2024-02-10T21:47:13.665 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stdout 4.9.3-dev 2024-02-10T21:47:13.665 INFO:teuthology.orchestra.run.smithi026.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-02-10T21:47:13.666 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying podman|docker is present... 2024-02-10T21:47:13.689 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stdout 4.9.3-dev 2024-02-10T21:47:13.689 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying lvm2 is present... 2024-02-10T21:47:13.689 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying time synchronization is in place... 2024-02-10T21:47:13.696 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-02-10T21:47:13.696 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-10T21:47:13.702 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-02-10T21:47:13.702 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout inactive 2024-02-10T21:47:13.708 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout enabled 2024-02-10T21:47:13.714 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout active 2024-02-10T21:47:13.714 INFO:teuthology.orchestra.run.smithi026.stdout:Unit chronyd.service is enabled and running 2024-02-10T21:47:13.714 INFO:teuthology.orchestra.run.smithi026.stdout:Repeating the final host check... 2024-02-10T21:47:13.737 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stdout 4.9.3-dev 2024-02-10T21:47:13.738 INFO:teuthology.orchestra.run.smithi026.stdout:podman (/bin/podman) version 4.9.3 is present 2024-02-10T21:47:13.738 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl is present 2024-02-10T21:47:13.738 INFO:teuthology.orchestra.run.smithi026.stdout:lvcreate is present 2024-02-10T21:47:13.744 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-02-10T21:47:13.744 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-10T21:47:13.749 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-02-10T21:47:13.749 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout inactive 2024-02-10T21:47:13.755 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout enabled 2024-02-10T21:47:13.762 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout active 2024-02-10T21:47:13.762 INFO:teuthology.orchestra.run.smithi026.stdout:Unit chronyd.service is enabled and running 2024-02-10T21:47:13.762 INFO:teuthology.orchestra.run.smithi026.stdout:Host looks OK 2024-02-10T21:47:13.762 INFO:teuthology.orchestra.run.smithi026.stdout:Cluster fsid: dd631d9a-c85d-11ee-95b9-87774f69a715 2024-02-10T21:47:13.762 INFO:teuthology.orchestra.run.smithi026.stdout:Acquiring lock 139889370845136 on /run/cephadm/dd631d9a-c85d-11ee-95b9-87774f69a715.lock 2024-02-10T21:47:13.762 INFO:teuthology.orchestra.run.smithi026.stdout:Lock 139889370845136 acquired on /run/cephadm/dd631d9a-c85d-11ee-95b9-87774f69a715.lock 2024-02-10T21:47:13.762 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying IP 172.21.15.26 port 3300 ... 2024-02-10T21:47:13.763 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying IP 172.21.15.26 port 6789 ... 2024-02-10T21:47:13.763 INFO:teuthology.orchestra.run.smithi026.stdout:Base mon IP(s) is [172.21.15.26:3300, 172.21.15.26:6789], mon addrv is [v2:172.21.15.26:3300,v1:172.21.15.26:6789] 2024-02-10T21:47:13.765 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.26 metric 100 2024-02-10T21:47:13.765 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.26 metric 100 2024-02-10T21:47:13.768 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-02-10T21:47:13.768 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2024-02-10T21:47:13.768 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2024-02-10T21:47:13.770 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-10T21:47:13.770 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-02-10T21:47:13.770 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-10T21:47:13.770 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-02-10T21:47:13.771 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout inet6 fe80::ae1f:6bff:fea5:cac0/64 scope link noprefixroute 2024-02-10T21:47:13.771 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-10T21:47:13.771 INFO:teuthology.orchestra.run.smithi026.stdout:Mon IP `172.21.15.26` is in CIDR network `172.21.0.0/20` 2024-02-10T21:47:13.771 INFO:teuthology.orchestra.run.smithi026.stdout:Mon IP `172.21.15.26` is in CIDR network `172.21.0.0/20` 2024-02-10T21:47:13.771 INFO:teuthology.orchestra.run.smithi026.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-02-10T21:47:13.772 INFO:teuthology.orchestra.run.smithi026.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-10T21:47:13.772 INFO:teuthology.orchestra.run.smithi026.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-10T21:47:14.216 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stdout e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af 2024-02-10T21:47:14.216 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-10T21:47:14.216 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stderr Getting image source signatures 2024-02-10T21:47:14.217 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stderr Copying blob sha256:2b15a9adfde249d431bc7c06cfdb8b2d442acb2cd7bcfbcbecc9baa734633e5f 2024-02-10T21:47:14.217 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stderr Copying blob sha256:58df4e03ba066accf3a7e07426bab5f1c867e27a139801c642bdafb42b9a2d9a 2024-02-10T21:47:14.217 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stderr Copying config sha256:e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af 2024-02-10T21:47:14.217 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stderr Writing manifest to image destination 2024-02-10T21:47:15.196 INFO:teuthology.orchestra.run.smithi026.stdout:ceph: stdout ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T21:47:15.196 INFO:teuthology.orchestra.run.smithi026.stdout:Ceph version: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T21:47:15.196 INFO:teuthology.orchestra.run.smithi026.stdout:Extracting ceph user uid/gid from container image... 2024-02-10T21:47:16.093 INFO:teuthology.orchestra.run.smithi026.stdout:stat: stdout 167 167 2024-02-10T21:47:16.093 INFO:teuthology.orchestra.run.smithi026.stdout:Creating initial keys... 2024-02-10T21:47:17.131 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph-authtool: stdout AQDk7sdlG8GEGxAANyJpG6uOozEWF+cSmdqy0A== 2024-02-10T21:47:18.178 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph-authtool: stdout AQDl7sdlIDNJHBAAonVOLJ06hxs3yPjkeZcI7g== 2024-02-10T21:47:19.083 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph-authtool: stdout AQDm7sdl2swgIBAA0d1GgGJJDY9XBVJoE2Lbmw== 2024-02-10T21:47:19.084 INFO:teuthology.orchestra.run.smithi026.stdout:Creating initial monmap... 2024-02-10T21:47:19.998 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-10T21:47:19.998 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-02-10T21:47:19.998 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to dd631d9a-c85d-11ee-95b9-87774f69a715 2024-02-10T21:47:19.998 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-10T21:47:19.998 INFO:teuthology.orchestra.run.smithi026.stdout:monmaptool for a [v2:172.21.15.26:3300,v1:172.21.15.26:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-10T21:47:19.998 INFO:teuthology.orchestra.run.smithi026.stdout:setting min_mon_release = quincy 2024-02-10T21:47:19.998 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/monmaptool: set fsid to dd631d9a-c85d-11ee-95b9-87774f69a715 2024-02-10T21:47:19.998 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-10T21:47:19.998 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-10T21:47:19.999 INFO:teuthology.orchestra.run.smithi026.stdout:Creating mon... 2024-02-10T21:47:20.903 INFO:teuthology.orchestra.run.smithi026.stdout:create mon.a on 2024-02-10T21:47:21.119 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-02-10T21:47:21.259 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-10T21:47:21.445 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-dd631d9a-c85d-11ee-95b9-87774f69a715.target → /etc/systemd/system/ceph-dd631d9a-c85d-11ee-95b9-87774f69a715.target. 2024-02-10T21:47:21.445 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-dd631d9a-c85d-11ee-95b9-87774f69a715.target → /etc/systemd/system/ceph-dd631d9a-c85d-11ee-95b9-87774f69a715.target. 2024-02-10T21:47:21.670 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mon.a 2024-02-10T21:47:21.671 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Failed to reset failed state of unit ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mon.a.service: Unit ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mon.a.service not loaded. 2024-02-10T21:47:21.829 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-dd631d9a-c85d-11ee-95b9-87774f69a715.target.wants/ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mon.a.service → /etc/systemd/system/ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@.service. 2024-02-10T21:47:22.312 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:22 smithi026 ceph-mon[29519]: mon.a is new leader, mons a in quorum (ranks 0) 2024-02-10T21:47:22.326 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-02-10T21:47:22.327 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout disabled 2024-02-10T21:47:22.333 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-02-10T21:47:22.333 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout inactive 2024-02-10T21:47:22.334 INFO:teuthology.orchestra.run.smithi026.stdout:firewalld.service is not enabled 2024-02-10T21:47:22.334 INFO:teuthology.orchestra.run.smithi026.stdout:Not possible to enable service . firewalld.service is not available 2024-02-10T21:47:22.334 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for mon to start... 2024-02-10T21:47:22.334 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for mon... 2024-02-10T21:47:22.582 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:22 smithi026 bash[29482]: 97b05170867beb56b8f6e06a5114656420678782924fdcf33816835430a71d35 2024-02-10T21:47:22.583 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:22 smithi026 systemd[1]: Started Ceph mon.a for dd631d9a-c85d-11ee-95b9-87774f69a715. 2024-02-10T21:47:23.644 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:23 smithi026 ceph-mon[29519]: mon.a is new leader, mons a in quorum (ranks 0) 2024-02-10T21:47:23.644 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:23 smithi026 ceph-mon[29519]: monmap e1: 1 mons at {a=[v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T21:47:23.644 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:23 smithi026 ceph-mon[29519]: fsmap 2024-02-10T21:47:23.644 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:23 smithi026 ceph-mon[29519]: osdmap e1: 0 total, 0 up, 0 in 2024-02-10T21:47:23.644 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:23 smithi026 ceph-mon[29519]: mgrmap e1: no daemons active 2024-02-10T21:47:23.644 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:23 smithi026 ceph-mon[29519]: from='client.? 172.21.15.26:0/3606900607' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-10T21:47:28.089 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout cluster: 2024-02-10T21:47:28.089 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout id: dd631d9a-c85d-11ee-95b9-87774f69a715 2024-02-10T21:47:28.089 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-02-10T21:47:28.090 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-02-10T21:47:28.090 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout services: 2024-02-10T21:47:28.090 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.600832s) 2024-02-10T21:47:28.090 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-02-10T21:47:28.090 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-02-10T21:47:28.090 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-02-10T21:47:28.090 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout data: 2024-02-10T21:47:28.090 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-02-10T21:47:28.090 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-02-10T21:47:28.090 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-02-10T21:47:28.090 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout pgs: 2024-02-10T21:47:28.090 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-02-10T21:47:28.090 INFO:teuthology.orchestra.run.smithi026.stdout:mon is available 2024-02-10T21:47:28.090 INFO:teuthology.orchestra.run.smithi026.stdout:Assimilating anything we can from ceph.conf... 2024-02-10T21:47:31.144 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:31 smithi026 ceph-mon[29519]: from='client.? 172.21.15.26:0/3051866253' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-10T21:47:31.144 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:31 smithi026 ceph-mon[29519]: from='client.? 172.21.15.26:0/3051866253' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-10T21:47:36.156 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-02-10T21:47:36.156 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout [global] 2024-02-10T21:47:36.156 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout fsid = dd631d9a-c85d-11ee-95b9-87774f69a715 2024-02-10T21:47:36.156 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.26:3300,v1:172.21.15.26:6789] 2024-02-10T21:47:36.157 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-02-10T21:47:36.157 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-02-10T21:47:36.157 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-02-10T21:47:36.157 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-02-10T21:47:36.157 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-02-10T21:47:36.157 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout [mgr] 2024-02-10T21:47:36.157 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-02-10T21:47:36.157 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-02-10T21:47:36.157 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-02-10T21:47:36.157 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout [osd] 2024-02-10T21:47:36.157 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-02-10T21:47:36.157 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-02-10T21:47:36.157 INFO:teuthology.orchestra.run.smithi026.stdout:Generating new minimal ceph.conf... 2024-02-10T21:47:37.006 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:36 smithi026 ceph-mon[29519]: from='client.? 172.21.15.26:0/2088494379' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T21:47:37.260 INFO:teuthology.orchestra.run.smithi026.stdout:Restarting the monitor... 2024-02-10T21:47:37.572 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:37 smithi026 systemd[1]: Stopping Ceph mon.a for dd631d9a-c85d-11ee-95b9-87774f69a715... 2024-02-10T21:47:37.893 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:37 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mon-a[29496]: 2024-02-10T21:47:37.570+0000 7f0e9547c700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-02-10T21:47:37.894 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:37 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mon-a[29496]: 2024-02-10T21:47:37.570+0000 7f0e9547c700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-02-10T21:47:37.894 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:37 smithi026 podman[29853]: 2024-02-10 21:47:37.724139176 +0000 UTC m=+0.299286453 container died 97b05170867beb56b8f6e06a5114656420678782924fdcf33816835430a71d35 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mon-a, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, io.buildah.version=1.33.2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.build-date=20240131, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-02-10T21:47:38.352 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 podman[29853]: 2024-02-10 21:47:38.075597382 +0000 UTC m=+0.650744667 container cleanup 97b05170867beb56b8f6e06a5114656420678782924fdcf33816835430a71d35 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mon-a, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240131, CEPH_POINT_RELEASE=, io.buildah.version=1.33.2, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD) 2024-02-10T21:47:38.352 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 bash[29853]: ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mon-a 2024-02-10T21:47:38.643 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 podman[29872]: 2024-02-10 21:47:38.351812507 +0000 UTC m=+0.625709479 container remove 97b05170867beb56b8f6e06a5114656420678782924fdcf33816835430a71d35 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mon-a, io.buildah.version=1.33.2, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275) 2024-02-10T21:47:38.644 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 systemd[1]: ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mon.a.service: Deactivated successfully. 2024-02-10T21:47:38.644 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 systemd[1]: Stopped Ceph mon.a for dd631d9a-c85d-11ee-95b9-87774f69a715. 2024-02-10T21:47:38.644 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 systemd[1]: Starting Ceph mon.a for dd631d9a-c85d-11ee-95b9-87774f69a715... 2024-02-10T21:47:38.960 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 podman[29966]: 2024-02-10 21:47:38.608997833 +0000 UTC m=+0.017767836 image pull e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T21:47:38.960 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 podman[29966]: 2024-02-10 21:47:38.736094684 +0000 UTC m=+0.144864681 container create b34290acecf255824573eca32038b10faa98a88723d93129e0781391d6f0cf61 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mon-a, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240131, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, io.buildah.version=1.33.2) 2024-02-10T21:47:38.960 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 podman[29966]: 2024-02-10 21:47:38.930134851 +0000 UTC m=+0.338904849 container init b34290acecf255824573eca32038b10faa98a88723d93129e0781391d6f0cf61 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mon-a, io.buildah.version=1.33.2, maintainer=Guillaume Abrioux , GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, ceph=True, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.vendor=CentOS) 2024-02-10T21:47:38.960 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 podman[29966]: 2024-02-10 21:47:38.935830255 +0000 UTC m=+0.344600252 container start b34290acecf255824573eca32038b10faa98a88723d93129e0781391d6f0cf61 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mon-a, CEPH_POINT_RELEASE=, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, io.buildah.version=1.33.2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240131, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, maintainer=Guillaume Abrioux ) 2024-02-10T21:47:39.051 INFO:teuthology.orchestra.run.smithi026.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-02-10T21:47:39.249 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: set uid:gid to 167:167 (ceph:ceph) 2024-02-10T21:47:39.249 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev), process ceph-mon, pid 7 2024-02-10T21:47:39.249 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: pidfile_write: ignore empty --pid-file 2024-02-10T21:47:39.249 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: load: jerasure load: lrc 2024-02-10T21:47:39.249 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: RocksDB version: 7.9.2 2024-02-10T21:47:39.250 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Git sha 0 2024-02-10T21:47:39.250 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Compile date 2024-02-10 16:03:39 2024-02-10T21:47:39.250 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: DB SUMMARY 2024-02-10T21:47:39.250 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: DB Session ID: 3JS937Z63TQH838Z4WDQ 2024-02-10T21:47:39.250 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: CURRENT file: CURRENT 2024-02-10T21:47:39.250 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: IDENTITY file: IDENTITY 2024-02-10T21:47:39.250 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-02-10T21:47:39.250 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-02-10T21:47:39.250 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 86130 ; 2024-02-10T21:47:39.250 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.error_if_exists: 0 2024-02-10T21:47:39.250 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.create_if_missing: 0 2024-02-10T21:47:39.250 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.paranoid_checks: 1 2024-02-10T21:47:39.250 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.flush_verify_memtable_count: 1 2024-02-10T21:47:39.251 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-02-10T21:47:39.251 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-02-10T21:47:39.251 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.env: 0x559ce5c9cae0 2024-02-10T21:47:39.251 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.fs: PosixFileSystem 2024-02-10T21:47:39.251 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.info_log: 0x559ce73b79c0 2024-02-10T21:47:39.251 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.max_file_opening_threads: 16 2024-02-10T21:47:39.251 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.statistics: (nil) 2024-02-10T21:47:39.251 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.use_fsync: 0 2024-02-10T21:47:39.251 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.max_log_file_size: 0 2024-02-10T21:47:39.251 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-10T21:47:39.251 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.log_file_time_to_roll: 0 2024-02-10T21:47:39.251 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.keep_log_file_num: 1000 2024-02-10T21:47:39.251 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.recycle_log_file_num: 0 2024-02-10T21:47:39.251 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.allow_fallocate: 1 2024-02-10T21:47:39.252 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.allow_mmap_reads: 0 2024-02-10T21:47:39.252 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.allow_mmap_writes: 0 2024-02-10T21:47:39.252 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.use_direct_reads: 0 2024-02-10T21:47:39.252 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-10T21:47:39.252 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.create_missing_column_families: 0 2024-02-10T21:47:39.252 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.db_log_dir: 2024-02-10T21:47:39.252 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.wal_dir: 2024-02-10T21:47:39.252 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.table_cache_numshardbits: 6 2024-02-10T21:47:39.253 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.WAL_ttl_seconds: 0 2024-02-10T21:47:39.253 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.WAL_size_limit_MB: 0 2024-02-10T21:47:39.253 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-10T21:47:39.254 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-10T21:47:39.254 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.is_fd_close_on_exec: 1 2024-02-10T21:47:39.254 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.advise_random_on_open: 1 2024-02-10T21:47:39.254 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.db_write_buffer_size: 0 2024-02-10T21:47:39.254 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.write_buffer_manager: 0x559ce738b400 2024-02-10T21:47:39.254 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-10T21:47:39.254 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-10T21:47:39.254 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.use_adaptive_mutex: 0 2024-02-10T21:47:39.254 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.rate_limiter: (nil) 2024-02-10T21:47:39.254 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-10T21:47:39.254 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.wal_recovery_mode: 2 2024-02-10T21:47:39.254 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.enable_thread_tracking: 0 2024-02-10T21:47:39.254 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.enable_pipelined_write: 0 2024-02-10T21:47:39.254 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.unordered_write: 0 2024-02-10T21:47:39.255 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-10T21:47:39.255 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-10T21:47:39.255 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-10T21:47:39.255 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-10T21:47:39.255 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.row_cache: None 2024-02-10T21:47:39.255 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.wal_filter: None 2024-02-10T21:47:39.255 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-10T21:47:39.255 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.allow_ingest_behind: 0 2024-02-10T21:47:39.255 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.two_write_queues: 0 2024-02-10T21:47:39.255 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.manual_wal_flush: 0 2024-02-10T21:47:39.255 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.wal_compression: 0 2024-02-10T21:47:39.255 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.atomic_flush: 0 2024-02-10T21:47:39.255 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-10T21:47:39.256 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.persist_stats_to_disk: 0 2024-02-10T21:47:39.256 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.write_dbid_to_manifest: 0 2024-02-10T21:47:39.256 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.log_readahead_size: 0 2024-02-10T21:47:39.256 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-02-10T21:47:39.256 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.best_efforts_recovery: 0 2024-02-10T21:47:39.256 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-02-10T21:47:39.256 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-02-10T21:47:39.256 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.allow_data_in_errors: 0 2024-02-10T21:47:39.256 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.db_host_id: __hostname__ 2024-02-10T21:47:39.256 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.enforce_single_del_contracts: true 2024-02-10T21:47:39.256 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.max_background_jobs: 2 2024-02-10T21:47:39.256 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.max_background_compactions: -1 2024-02-10T21:47:39.256 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.max_subcompactions: 1 2024-02-10T21:47:39.257 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-10T21:47:39.257 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-10T21:47:39.257 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.delayed_write_rate : 16777216 2024-02-10T21:47:39.257 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.max_total_wal_size: 0 2024-02-10T21:47:39.257 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-10T21:47:39.257 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.stats_dump_period_sec: 600 2024-02-10T21:47:39.257 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.stats_persist_period_sec: 600 2024-02-10T21:47:39.257 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-10T21:47:39.257 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.max_open_files: -1 2024-02-10T21:47:39.257 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.bytes_per_sync: 0 2024-02-10T21:47:39.257 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.wal_bytes_per_sync: 0 2024-02-10T21:47:39.257 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.strict_bytes_per_sync: 0 2024-02-10T21:47:39.257 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.compaction_readahead_size: 0 2024-02-10T21:47:39.257 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.max_background_flushes: -1 2024-02-10T21:47:39.258 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Compression algorithms supported: 2024-02-10T21:47:39.258 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-10T21:47:39.258 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: kZSTD supported: 0 2024-02-10T21:47:39.258 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: kXpressCompression supported: 0 2024-02-10T21:47:39.258 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: kLZ4HCCompression supported: 1 2024-02-10T21:47:39.258 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: kZlibCompression supported: 1 2024-02-10T21:47:39.258 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: kSnappyCompression supported: 1 2024-02-10T21:47:39.258 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: kLZ4Compression supported: 1 2024-02-10T21:47:39.258 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: kBZip2Compression supported: 0 2024-02-10T21:47:39.258 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Fast CRC32 supported: Supported on x86 2024-02-10T21:47:39.258 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: DMutex implementation: pthread_mutex_t 2024-02-10T21:47:39.258 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-02-10T21:47:39.258 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-02-10T21:47:39.258 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-10T21:47:39.259 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.merge_operator: 2024-02-10T21:47:39.259 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.compaction_filter: None 2024-02-10T21:47:39.259 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.compaction_filter_factory: None 2024-02-10T21:47:39.259 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.sst_partitioner_factory: None 2024-02-10T21:47:39.259 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.memtable_factory: SkipListFactory 2024-02-10T21:47:39.259 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.table_factory: BlockBasedTable 2024-02-10T21:47:39.259 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559ce73b7ac0) 2024-02-10T21:47:39.259 INFO:journalctl@ceph.mon.a.smithi026.stdout: cache_index_and_filter_blocks: 1 2024-02-10T21:47:39.259 INFO:journalctl@ceph.mon.a.smithi026.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-10T21:47:39.259 INFO:journalctl@ceph.mon.a.smithi026.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-10T21:47:39.259 INFO:journalctl@ceph.mon.a.smithi026.stdout: pin_top_level_index_and_filter: 1 2024-02-10T21:47:39.259 INFO:journalctl@ceph.mon.a.smithi026.stdout: index_type: 0 2024-02-10T21:47:39.259 INFO:journalctl@ceph.mon.a.smithi026.stdout: data_block_index_type: 0 2024-02-10T21:47:39.259 INFO:journalctl@ceph.mon.a.smithi026.stdout: index_shortening: 1 2024-02-10T21:47:39.260 INFO:journalctl@ceph.mon.a.smithi026.stdout: data_block_hash_table_util_ratio: 0.750000 2024-02-10T21:47:39.260 INFO:journalctl@ceph.mon.a.smithi026.stdout: checksum: 4 2024-02-10T21:47:39.260 INFO:journalctl@ceph.mon.a.smithi026.stdout: no_block_cache: 0 2024-02-10T21:47:39.260 INFO:journalctl@ceph.mon.a.smithi026.stdout: block_cache: 0x559ce73bd1f0 2024-02-10T21:47:39.260 INFO:journalctl@ceph.mon.a.smithi026.stdout: block_cache_name: BinnedLRUCache 2024-02-10T21:47:39.260 INFO:journalctl@ceph.mon.a.smithi026.stdout: block_cache_options: 2024-02-10T21:47:39.260 INFO:journalctl@ceph.mon.a.smithi026.stdout: capacity : 536870912 2024-02-10T21:47:39.260 INFO:journalctl@ceph.mon.a.smithi026.stdout: num_shard_bits : 4 2024-02-10T21:47:39.260 INFO:journalctl@ceph.mon.a.smithi026.stdout: strict_capacity_limit : 0 2024-02-10T21:47:39.260 INFO:journalctl@ceph.mon.a.smithi026.stdout: high_pri_pool_ratio: 0.000 2024-02-10T21:47:39.260 INFO:journalctl@ceph.mon.a.smithi026.stdout: block_cache_compressed: (nil) 2024-02-10T21:47:39.260 INFO:journalctl@ceph.mon.a.smithi026.stdout: persistent_cache: (nil) 2024-02-10T21:47:39.260 INFO:journalctl@ceph.mon.a.smithi026.stdout: block_size: 4096 2024-02-10T21:47:39.260 INFO:journalctl@ceph.mon.a.smithi026.stdout: block_size_deviation: 10 2024-02-10T21:47:39.261 INFO:journalctl@ceph.mon.a.smithi026.stdout: block_restart_interval: 16 2024-02-10T21:47:39.261 INFO:journalctl@ceph.mon.a.smithi026.stdout: index_block_restart_interval: 1 2024-02-10T21:47:39.261 INFO:journalctl@ceph.mon.a.smithi026.stdout: metadata_block_size: 4096 2024-02-10T21:47:39.261 INFO:journalctl@ceph.mon.a.smithi026.stdout: partition_filters: 0 2024-02-10T21:47:39.261 INFO:journalctl@ceph.mon.a.smithi026.stdout: use_delta_encoding: 1 2024-02-10T21:47:39.261 INFO:journalctl@ceph.mon.a.smithi026.stdout: filter_policy: bloomfilter 2024-02-10T21:47:39.261 INFO:journalctl@ceph.mon.a.smithi026.stdout: whole_key_filtering: 1 2024-02-10T21:47:39.261 INFO:journalctl@ceph.mon.a.smithi026.stdout: verify_compression: 0 2024-02-10T21:47:39.261 INFO:journalctl@ceph.mon.a.smithi026.stdout: read_amp_bytes_per_bit: 0 2024-02-10T21:47:39.261 INFO:journalctl@ceph.mon.a.smithi026.stdout: format_version: 5 2024-02-10T21:47:39.261 INFO:journalctl@ceph.mon.a.smithi026.stdout: enable_index_compression: 1 2024-02-10T21:47:39.261 INFO:journalctl@ceph.mon.a.smithi026.stdout: block_align: 0 2024-02-10T21:47:39.261 INFO:journalctl@ceph.mon.a.smithi026.stdout: max_auto_readahead_size: 262144 2024-02-10T21:47:39.261 INFO:journalctl@ceph.mon.a.smithi026.stdout: prepopulate_block_cache: 0 2024-02-10T21:47:39.261 INFO:journalctl@ceph.mon.a.smithi026.stdout: initial_auto_readahead_size: 8192 2024-02-10T21:47:39.262 INFO:journalctl@ceph.mon.a.smithi026.stdout: num_file_reads_for_auto_readahead: 2 2024-02-10T21:47:39.262 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.write_buffer_size: 33554432 2024-02-10T21:47:39.262 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.max_write_buffer_number: 2 2024-02-10T21:47:39.262 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.compression: NoCompression 2024-02-10T21:47:39.262 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.bottommost_compression: Disabled 2024-02-10T21:47:39.262 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.prefix_extractor: nullptr 2024-02-10T21:47:39.262 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-10T21:47:39.262 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.num_levels: 7 2024-02-10T21:47:39.262 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-10T21:47:39.262 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-10T21:47:39.262 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-10T21:47:39.262 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-10T21:47:39.262 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-10T21:47:39.262 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-10T21:47:39.262 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-10T21:47:39.263 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-10T21:47:39.263 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-02-10T21:47:39.263 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-10T21:47:39.263 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-02-10T21:47:39.263 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-02-10T21:47:39.263 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.compression_opts.window_bits: -14 2024-02-10T21:47:39.263 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.compression_opts.level: 32767 2024-02-10T21:47:39.263 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.compression_opts.strategy: 0 2024-02-10T21:47:39.263 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-10T21:47:39.263 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-10T21:47:39.263 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-02-10T21:47:39.263 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-02-10T21:47:39.263 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.compression_opts.enabled: false 2024-02-10T21:47:39.264 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-02-10T21:47:39.264 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-10T21:47:39.264 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-10T21:47:39.264 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-10T21:47:39.264 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.target_file_size_base: 67108864 2024-02-10T21:47:39.264 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.target_file_size_multiplier: 1 2024-02-10T21:47:39.264 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-10T21:47:39.264 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-10T21:47:39.264 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-10T21:47:39.264 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-10T21:47:39.264 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-10T21:47:39.264 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-10T21:47:39.264 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-10T21:47:39.264 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-10T21:47:39.264 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-10T21:47:39.265 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-10T21:47:39.265 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-10T21:47:39.265 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-10T21:47:39.265 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-02-10T21:47:39.265 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.arena_block_size: 1048576 2024-02-10T21:47:39.265 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-10T21:47:39.265 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-10T21:47:39.265 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.disable_auto_compactions: 0 2024-02-10T21:47:39.265 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-10T21:47:39.265 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-10T21:47:39.265 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-10T21:47:39.265 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-10T21:47:39.265 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-10T21:47:39.265 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-10T21:47:39.266 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-10T21:47:39.266 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-10T21:47:39.266 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-10T21:47:39.266 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-10T21:47:39.266 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.table_properties_collectors: 2024-02-10T21:47:39.266 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.inplace_update_support: 0 2024-02-10T21:47:39.266 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.inplace_update_num_locks: 10000 2024-02-10T21:47:39.266 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-10T21:47:39.266 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-10T21:47:39.266 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.memtable_huge_page_size: 0 2024-02-10T21:47:39.266 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.bloom_locality: 0 2024-02-10T21:47:39.266 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.max_successive_merges: 0 2024-02-10T21:47:39.266 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.optimize_filters_for_hits: 0 2024-02-10T21:47:39.266 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.paranoid_file_checks: 0 2024-02-10T21:47:39.266 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.force_consistency_checks: 1 2024-02-10T21:47:39.266 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.report_bg_io_stats: 0 2024-02-10T21:47:39.267 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.ttl: 2592000 2024-02-10T21:47:39.267 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.periodic_compaction_seconds: 0 2024-02-10T21:47:39.267 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-02-10T21:47:39.267 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-02-10T21:47:39.267 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.enable_blob_files: false 2024-02-10T21:47:39.267 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.min_blob_size: 0 2024-02-10T21:47:39.267 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.blob_file_size: 268435456 2024-02-10T21:47:39.267 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.blob_compression_type: NoCompression 2024-02-10T21:47:39.267 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.enable_blob_garbage_collection: false 2024-02-10T21:47:39.267 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-02-10T21:47:39.267 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-02-10T21:47:39.267 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-02-10T21:47:39.267 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.blob_file_starting_level: 0 2024-02-10T21:47:39.267 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-02-10T21:47:39.267 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-02-10T21:47:39.268 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-02-10T21:47:39.268 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: de313618-a10a-4ec7-82b1-bfa1fe85a4a0 2024-02-10T21:47:39.268 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707601658965336, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-02-10T21:47:39.268 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-02-10T21:47:39.268 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707601658966221, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 82061, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 279, "table_properties": {"data_size": 80229, "index_size": 242, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10075, "raw_average_key_size": 47, "raw_value_size": 74480, "raw_average_value_size": 348, "num_data_blocks": 11, "num_entries": 214, "num_filter_entries": 214, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1707601658, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "de313618-a10a-4ec7-82b1-bfa1fe85a4a0", "db_session_id": "3JS937Z63TQH838Z4WDQ", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-02-10T21:47:39.268 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707601658966288, "job": 1, "event": "recovery_finished"} 2024-02-10T21:47:39.268 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-02-10T21:47:39.268 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-02-10T21:47:39.268 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x559ce74b0000 2024-02-10T21:47:39.268 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: DB pointer 0x559ce749a000 2024-02-10T21:47:39.268 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-02-10T21:47:39.268 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-02-10T21:47:39.268 INFO:journalctl@ceph.mon.a.smithi026.stdout: ** DB Stats ** 2024-02-10T21:47:39.268 INFO:journalctl@ceph.mon.a.smithi026.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T21:47:39.268 INFO:journalctl@ceph.mon.a.smithi026.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-10T21:47:39.269 INFO:journalctl@ceph.mon.a.smithi026.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T21:47:39.269 INFO:journalctl@ceph.mon.a.smithi026.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T21:47:39.269 INFO:journalctl@ceph.mon.a.smithi026.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-10T21:47:39.269 INFO:journalctl@ceph.mon.a.smithi026.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T21:47:39.269 INFO:journalctl@ceph.mon.a.smithi026.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T21:47:39.269 INFO:journalctl@ceph.mon.a.smithi026.stdout: 2024-02-10T21:47:39.269 INFO:journalctl@ceph.mon.a.smithi026.stdout: ** Compaction Stats [default] ** 2024-02-10T21:47:39.269 INFO:journalctl@ceph.mon.a.smithi026.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-02-10T21:47:39.269 INFO:journalctl@ceph.mon.a.smithi026.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-02-10T21:47:39.269 INFO:journalctl@ceph.mon.a.smithi026.stdout: L0 2/0 81.97 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 138.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-10T21:47:39.269 INFO:journalctl@ceph.mon.a.smithi026.stdout: Sum 2/0 81.97 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 138.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-10T21:47:39.269 INFO:journalctl@ceph.mon.a.smithi026.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 138.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-10T21:47:39.269 INFO:journalctl@ceph.mon.a.smithi026.stdout: 2024-02-10T21:47:39.269 INFO:journalctl@ceph.mon.a.smithi026.stdout: ** Compaction Stats [default] ** 2024-02-10T21:47:39.269 INFO:journalctl@ceph.mon.a.smithi026.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-02-10T21:47:39.269 INFO:journalctl@ceph.mon.a.smithi026.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T21:47:39.270 INFO:journalctl@ceph.mon.a.smithi026.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 138.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-10T21:47:39.270 INFO:journalctl@ceph.mon.a.smithi026.stdout: 2024-02-10T21:47:39.270 INFO:journalctl@ceph.mon.a.smithi026.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-02-10T21:47:39.270 INFO:journalctl@ceph.mon.a.smithi026.stdout: 2024-02-10T21:47:39.270 INFO:journalctl@ceph.mon.a.smithi026.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T21:47:39.270 INFO:journalctl@ceph.mon.a.smithi026.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T21:47:39.270 INFO:journalctl@ceph.mon.a.smithi026.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T21:47:39.270 INFO:journalctl@ceph.mon.a.smithi026.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T21:47:39.270 INFO:journalctl@ceph.mon.a.smithi026.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T21:47:39.270 INFO:journalctl@ceph.mon.a.smithi026.stdout: AddFile(Keys): cumulative 0, interval 0 2024-02-10T21:47:39.270 INFO:journalctl@ceph.mon.a.smithi026.stdout: Cumulative compaction: 0.00 GB write, 26.45 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T21:47:39.270 INFO:journalctl@ceph.mon.a.smithi026.stdout: Interval compaction: 0.00 GB write, 26.45 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T21:47:39.270 INFO:journalctl@ceph.mon.a.smithi026.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-10T21:47:39.271 INFO:journalctl@ceph.mon.a.smithi026.stdout: Block cache BinnedLRUCache@0x559ce73bd1f0#7 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-02-10T21:47:39.271 INFO:journalctl@ceph.mon.a.smithi026.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.44 KB,8.34465e-05%) Misc(1,0.00 KB,0%) 2024-02-10T21:47:39.271 INFO:journalctl@ceph.mon.a.smithi026.stdout: 2024-02-10T21:47:39.271 INFO:journalctl@ceph.mon.a.smithi026.stdout: ** File Read Latency Histogram By Level [default] ** 2024-02-10T21:47:39.271 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: starting mon.a rank 0 at public addrs [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] at bind addrs [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid dd631d9a-c85d-11ee-95b9-87774f69a715 2024-02-10T21:47:39.271 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: mon.a@-1(???) e1 preinit fsid dd631d9a-c85d-11ee-95b9-87774f69a715 2024-02-10T21:47:39.271 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: mon.a@-1(???).mds e1 new map 2024-02-10T21:47:39.271 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: mon.a@-1(???).mds e1 print_map 2024-02-10T21:47:39.271 INFO:journalctl@ceph.mon.a.smithi026.stdout: e1 2024-02-10T21:47:39.271 INFO:journalctl@ceph.mon.a.smithi026.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-02-10T21:47:39.271 INFO:journalctl@ceph.mon.a.smithi026.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2024-02-10T21:47:39.271 INFO:journalctl@ceph.mon.a.smithi026.stdout: legacy client fscid: -1 2024-02-10T21:47:39.271 INFO:journalctl@ceph.mon.a.smithi026.stdout: 2024-02-10T21:47:39.271 INFO:journalctl@ceph.mon.a.smithi026.stdout: No filesystems configured 2024-02-10T21:47:39.272 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-10T21:47:39.272 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T21:47:39.272 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T21:47:39.272 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T21:47:39.272 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:38 smithi026 ceph-mon[30004]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-10T21:47:39.272 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:39 smithi026 ceph-mon[30004]: mon.a is new leader, mons a in quorum (ranks 0) 2024-02-10T21:47:39.272 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:39 smithi026 ceph-mon[30004]: monmap e1: 1 mons at {a=[v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T21:47:39.272 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:39 smithi026 ceph-mon[30004]: fsmap 2024-02-10T21:47:39.272 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:39 smithi026 ceph-mon[30004]: osdmap e1: 0 total, 0 up, 0 in 2024-02-10T21:47:39.272 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:39 smithi026 ceph-mon[30004]: mgrmap e1: no daemons active 2024-02-10T21:47:39.272 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:39 smithi026 bash[29966]: b34290acecf255824573eca32038b10faa98a88723d93129e0781391d6f0cf61 2024-02-10T21:47:39.272 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:39 smithi026 systemd[1]: Started Ceph mon.a for dd631d9a-c85d-11ee-95b9-87774f69a715. 2024-02-10T21:47:40.073 INFO:teuthology.orchestra.run.smithi026.stdout:Wrote config to /etc/ceph/ceph.conf 2024-02-10T21:47:40.095 INFO:teuthology.orchestra.run.smithi026.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-10T21:47:40.095 INFO:teuthology.orchestra.run.smithi026.stdout:Creating mgr... 2024-02-10T21:47:40.095 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying port 0.0.0.0:9283 ... 2024-02-10T21:47:40.096 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying port 0.0.0.0:8765 ... 2024-02-10T21:47:40.343 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mgr.a 2024-02-10T21:47:40.343 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Failed to reset failed state of unit ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mgr.a.service: Unit ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mgr.a.service not loaded. 2024-02-10T21:47:40.485 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-dd631d9a-c85d-11ee-95b9-87774f69a715.target.wants/ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mgr.a.service → /etc/systemd/system/ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@.service. 2024-02-10T21:47:40.645 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:40 smithi026 ceph-mon[30004]: from='client.? 172.21.15.26:0/1731028280' entity='client.admin' 2024-02-10T21:47:41.042 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:40 smithi026 podman[30245]: 2024-02-10 21:47:40.945761772 +0000 UTC m=+0.342326629 container start 90fdce19918dc285fe5feb5848339f1f696788cf5a01870c31b27db1ed575d08 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a, maintainer=Guillaume Abrioux , io.buildah.version=1.33.2, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240131) 2024-02-10T21:47:41.042 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:41 smithi026 bash[30245]: 90fdce19918dc285fe5feb5848339f1f696788cf5a01870c31b27db1ed575d08 2024-02-10T21:47:41.054 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-02-10T21:47:41.054 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout disabled 2024-02-10T21:47:41.061 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-02-10T21:47:41.061 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout inactive 2024-02-10T21:47:41.061 INFO:teuthology.orchestra.run.smithi026.stdout:firewalld.service is not enabled 2024-02-10T21:47:41.061 INFO:teuthology.orchestra.run.smithi026.stdout:Not possible to enable service . firewalld.service is not available 2024-02-10T21:47:41.069 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-02-10T21:47:41.070 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout disabled 2024-02-10T21:47:41.077 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-02-10T21:47:41.077 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout inactive 2024-02-10T21:47:41.077 INFO:teuthology.orchestra.run.smithi026.stdout:firewalld.service is not enabled 2024-02-10T21:47:41.077 INFO:teuthology.orchestra.run.smithi026.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-02-10T21:47:41.077 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for mgr to start... 2024-02-10T21:47:41.077 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for mgr... 2024-02-10T21:47:41.327 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:41 smithi026 systemd[1]: Started Ceph mgr.a for dd631d9a-c85d-11ee-95b9-87774f69a715. 2024-02-10T21:47:41.607 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:41 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:41.509+0000 7f8b0e5fe200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T21:47:41.608 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:41 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:41.606+0000 7f8b0e5fe200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T21:47:42.565 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:42 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:42.272+0000 7f8b0e5fe200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T21:47:42.565 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:42 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:42.367+0000 7f8b0e5fe200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T21:47:42.565 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:42 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:42.511+0000 7f8b0e5fe200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T21:47:42.894 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:42 smithi026 ceph-mon[30004]: from='client.? 172.21.15.26:0/260025956' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T21:47:42.894 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:42 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:42.614+0000 7f8b0e5fe200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T21:47:42.894 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:42 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:42.702+0000 7f8b0e5fe200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T21:47:43.271 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:42 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:42.971+0000 7f8b0e5fe200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T21:47:43.271 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:43 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:43.084+0000 7f8b0e5fe200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T21:47:43.271 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:43 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:43.172+0000 7f8b0e5fe200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T21:47:43.271 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:43 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:43.269+0000 7f8b0e5fe200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T21:47:43.596 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:43 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:43.448+0000 7f8b0e5fe200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T21:47:43.602 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-02-10T21:47:43.602 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout { 2024-02-10T21:47:43.602 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "fsid": "dd631d9a-c85d-11ee-95b9-87774f69a715", 2024-02-10T21:47:43.602 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "health": { 2024-02-10T21:47:43.602 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-10T21:47:43.602 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-10T21:47:43.603 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-10T21:47:43.603 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-02-10T21:47:43.603 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-10T21:47:43.603 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-10T21:47:43.603 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 0 2024-02-10T21:47:43.603 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2024-02-10T21:47:43.603 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-10T21:47:43.603 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "a" 2024-02-10T21:47:43.603 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2024-02-10T21:47:43.603 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-02-10T21:47:43.603 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-10T21:47:43.603 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T21:47:43.603 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-10T21:47:43.603 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-10T21:47:43.604 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-02-10T21:47:43.604 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-10T21:47:43.604 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T21:47:43.604 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-10T21:47:43.604 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-10T21:47:43.604 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-10T21:47:43.604 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-10T21:47:43.604 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-10T21:47:43.604 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-10T21:47:43.608 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-02-10T21:47:43.608 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-10T21:47:43.608 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-10T21:47:43.608 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-10T21:47:43.608 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-10T21:47:43.608 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-10T21:47:43.608 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-10T21:47:43.608 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-10T21:47:43.608 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-10T21:47:43.609 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-10T21:47:43.609 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-02-10T21:47:43.609 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-10T21:47:43.609 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T21:47:43.609 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-10T21:47:43.609 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-10T21:47:43.609 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-02-10T21:47:43.609 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-10T21:47:43.609 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-10T21:47:43.609 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-10T21:47:43.609 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-10T21:47:43.609 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-10T21:47:43.609 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-10T21:47:43.609 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "restful" 2024-02-10T21:47:43.610 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2024-02-10T21:47:43.610 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T21:47:43.610 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-02-10T21:47:43.610 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-10T21:47:43.610 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T21:47:43.610 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "modified": "2024-02-10T21:47:22.273647+0000", 2024-02-10T21:47:43.610 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T21:47:43.610 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-02-10T21:47:43.610 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-10T21:47:43.610 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout } 2024-02-10T21:47:43.610 INFO:teuthology.orchestra.run.smithi026.stdout:mgr not available, waiting (1/15)... 2024-02-10T21:47:44.893 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:44 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:44.450+0000 7f8b0e5fe200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T21:47:44.894 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:44 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:44.586+0000 7f8b0e5fe200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T21:47:45.238 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:44 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:44.945+0000 7f8b0e5fe200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T21:47:45.238 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:45 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:45.037+0000 7f8b0e5fe200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T21:47:45.238 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:45 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:45.236+0000 7f8b0e5fe200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T21:47:45.644 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:45 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:45.425+0000 7f8b0e5fe200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T21:47:45.982 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:45 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:45.724+0000 7f8b0e5fe200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T21:47:46.240 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:46 smithi026 ceph-mon[30004]: from='client.? 172.21.15.26:0/2168134426' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T21:47:46.240 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:45 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:45.990+0000 7f8b0e5fe200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T21:47:46.553 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:46 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:46.238+0000 7f8b0e5fe200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T21:47:46.800 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-02-10T21:47:46.800 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout { 2024-02-10T21:47:46.800 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "fsid": "dd631d9a-c85d-11ee-95b9-87774f69a715", 2024-02-10T21:47:46.800 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "health": { 2024-02-10T21:47:46.800 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-10T21:47:46.800 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-10T21:47:46.800 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-10T21:47:46.800 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-02-10T21:47:46.800 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-10T21:47:46.800 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-10T21:47:46.801 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 0 2024-02-10T21:47:46.801 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2024-02-10T21:47:46.801 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-10T21:47:46.801 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "a" 2024-02-10T21:47:46.801 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2024-02-10T21:47:46.801 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2024-02-10T21:47:46.801 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-10T21:47:46.801 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T21:47:46.801 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-10T21:47:46.801 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-10T21:47:46.801 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-02-10T21:47:46.801 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-10T21:47:46.801 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T21:47:46.801 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-10T21:47:46.802 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-10T21:47:46.802 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-10T21:47:46.802 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-10T21:47:46.802 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-10T21:47:46.802 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-10T21:47:46.806 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-02-10T21:47:46.806 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-10T21:47:46.806 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-10T21:47:46.806 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-10T21:47:46.806 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-10T21:47:46.806 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-10T21:47:46.806 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-10T21:47:46.806 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-10T21:47:46.806 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-10T21:47:46.806 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-10T21:47:46.806 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-02-10T21:47:46.807 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-10T21:47:46.807 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T21:47:46.807 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-10T21:47:46.807 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-10T21:47:46.807 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-02-10T21:47:46.807 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-10T21:47:46.807 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-10T21:47:46.807 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-10T21:47:46.807 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-10T21:47:46.807 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-10T21:47:46.807 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-10T21:47:46.807 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "restful" 2024-02-10T21:47:46.807 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2024-02-10T21:47:46.807 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T21:47:46.808 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-02-10T21:47:46.808 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-10T21:47:46.808 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T21:47:46.808 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "modified": "2024-02-10T21:47:22.273647+0000", 2024-02-10T21:47:46.808 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T21:47:46.809 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-02-10T21:47:46.809 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-10T21:47:46.809 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout } 2024-02-10T21:47:46.809 INFO:teuthology.orchestra.run.smithi026.stdout:mgr not available, waiting (2/15)... 2024-02-10T21:47:47.393 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:47 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:47.067+0000 7f8b0e5fe200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T21:47:47.977 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:47 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:47.650+0000 7f8b0e5fe200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T21:47:47.977 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:47 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:47.752+0000 7f8b0e5fe200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T21:47:47.977 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:47 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:47.975+0000 7f8b0e5fe200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T21:47:48.394 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:48 smithi026 ceph-mon[30004]: Activating manager daemon a 2024-02-10T21:47:48.394 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:48 smithi026 ceph-mon[30004]: mgrmap e2: a(active, starting, since 0.00285587s) 2024-02-10T21:47:48.394 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:48 smithi026 ceph-mon[30004]: from='mgr.14100 172.21.15.26:0/478231299' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T21:47:48.394 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:48 smithi026 ceph-mon[30004]: from='mgr.14100 172.21.15.26:0/478231299' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T21:47:48.394 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:48 smithi026 ceph-mon[30004]: from='mgr.14100 172.21.15.26:0/478231299' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T21:47:48.394 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:48 smithi026 ceph-mon[30004]: from='mgr.14100 172.21.15.26:0/478231299' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T21:47:48.394 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:48 smithi026 ceph-mon[30004]: from='mgr.14100 172.21.15.26:0/478231299' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T21:47:48.394 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:48 smithi026 ceph-mon[30004]: Manager daemon a is now available 2024-02-10T21:47:48.394 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:48 smithi026 ceph-mon[30004]: from='mgr.14100 172.21.15.26:0/478231299' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T21:47:48.395 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:48 smithi026 ceph-mon[30004]: from='mgr.14100 172.21.15.26:0/478231299' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T21:47:48.395 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:48 smithi026 ceph-mon[30004]: from='mgr.14100 172.21.15.26:0/478231299' entity='mgr.a' 2024-02-10T21:47:48.395 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:48 smithi026 ceph-mon[30004]: from='mgr.14100 172.21.15.26:0/478231299' entity='mgr.a' 2024-02-10T21:47:48.395 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:48 smithi026 ceph-mon[30004]: from='mgr.14100 172.21.15.26:0/478231299' entity='mgr.a' 2024-02-10T21:47:50.117 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:49 smithi026 ceph-mon[30004]: mgrmap e3: a(active, since 1.006s) 2024-02-10T21:47:50.117 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:49 smithi026 ceph-mon[30004]: from='client.? 172.21.15.26:0/1127922283' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T21:47:50.126 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-02-10T21:47:50.127 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout { 2024-02-10T21:47:50.127 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "fsid": "dd631d9a-c85d-11ee-95b9-87774f69a715", 2024-02-10T21:47:50.127 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "health": { 2024-02-10T21:47:50.127 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-10T21:47:50.127 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-10T21:47:50.127 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-10T21:47:50.127 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-02-10T21:47:50.127 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-10T21:47:50.127 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-10T21:47:50.127 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 0 2024-02-10T21:47:50.127 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2024-02-10T21:47:50.127 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-10T21:47:50.127 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "a" 2024-02-10T21:47:50.127 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2024-02-10T21:47:50.128 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-02-10T21:47:50.128 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-10T21:47:50.128 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T21:47:50.128 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-10T21:47:50.128 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-10T21:47:50.128 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-02-10T21:47:50.128 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-10T21:47:50.128 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T21:47:50.128 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-10T21:47:50.128 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-10T21:47:50.128 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-10T21:47:50.128 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-10T21:47:50.128 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-10T21:47:50.128 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-10T21:47:50.129 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-02-10T21:47:50.129 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-10T21:47:50.129 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-10T21:47:50.129 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-10T21:47:50.129 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-10T21:47:50.129 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-10T21:47:50.129 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-10T21:47:50.129 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-10T21:47:50.129 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-10T21:47:50.129 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-10T21:47:50.129 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-02-10T21:47:50.130 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-10T21:47:50.130 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T21:47:50.130 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-10T21:47:50.130 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-10T21:47:50.130 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-02-10T21:47:50.130 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-10T21:47:50.130 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-10T21:47:50.130 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-10T21:47:50.130 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-10T21:47:50.130 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-10T21:47:50.130 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-10T21:47:50.130 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "restful" 2024-02-10T21:47:50.131 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2024-02-10T21:47:50.131 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T21:47:50.131 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-02-10T21:47:50.131 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-10T21:47:50.131 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T21:47:50.131 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "modified": "2024-02-10T21:47:22.273647+0000", 2024-02-10T21:47:50.131 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T21:47:50.131 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-02-10T21:47:50.131 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-10T21:47:50.131 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout } 2024-02-10T21:47:50.131 INFO:teuthology.orchestra.run.smithi026.stdout:mgr is available 2024-02-10T21:47:51.090 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:50 smithi026 ceph-mon[30004]: from='client.? 172.21.15.26:0/3235785119' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-10T21:47:51.090 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:50 smithi026 ceph-mon[30004]: from='client.? 172.21.15.26:0/3235785119' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-10T21:47:51.394 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-02-10T21:47:51.394 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout [global] 2024-02-10T21:47:51.394 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout fsid = dd631d9a-c85d-11ee-95b9-87774f69a715 2024-02-10T21:47:51.395 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-02-10T21:47:51.395 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-02-10T21:47:51.395 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-02-10T21:47:51.395 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-02-10T21:47:51.395 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-02-10T21:47:51.395 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout [mgr] 2024-02-10T21:47:51.395 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-02-10T21:47:51.395 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-02-10T21:47:51.395 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout [osd] 2024-02-10T21:47:51.395 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-02-10T21:47:51.395 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-02-10T21:47:51.395 INFO:teuthology.orchestra.run.smithi026.stdout:Enabling cephadm module... 2024-02-10T21:47:52.393 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:51 smithi026 ceph-mon[30004]: mgrmap e4: a(active, since 3s) 2024-02-10T21:47:53.315 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:52 smithi026 ceph-mon[30004]: from='client.? 172.21.15.26:0/3402043584' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-10T21:47:53.315 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:53 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: ignoring --setuser ceph since I am not root 2024-02-10T21:47:53.315 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:53 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: ignoring --setgroup ceph since I am not root 2024-02-10T21:47:53.860 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:53 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:53.594+0000 7fd5f5b59200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T21:47:53.860 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:53 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:53.699+0000 7fd5f5b59200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T21:47:54.143 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:53 smithi026 ceph-mon[30004]: from='client.? 172.21.15.26:0/3402043584' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-10T21:47:54.144 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:53 smithi026 ceph-mon[30004]: mgrmap e5: a(active, since 5s) 2024-02-10T21:47:54.643 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:54 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:54.376+0000 7fd5f5b59200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T21:47:54.644 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:54 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:54.477+0000 7fd5f5b59200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T21:47:54.644 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:54 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:54.621+0000 7fd5f5b59200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T21:47:54.986 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:54 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:54.720+0000 7fd5f5b59200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T21:47:54.986 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:54 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:54.805+0000 7fd5f5b59200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T21:47:54.990 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout { 2024-02-10T21:47:54.990 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-02-10T21:47:54.990 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-10T21:47:54.990 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-02-10T21:47:54.990 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-02-10T21:47:54.990 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout } 2024-02-10T21:47:54.990 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for the mgr to restart... 2024-02-10T21:47:54.990 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for mgr epoch 5... 2024-02-10T21:47:55.291 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:47:54 smithi026 ceph-mon[30004]: from='client.? 172.21.15.26:0/2794026880' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-10T21:47:55.291 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:55 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:55.082+0000 7fd5f5b59200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T21:47:55.292 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:55 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:55.196+0000 7fd5f5b59200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T21:47:55.292 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:55 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:55.288+0000 7fd5f5b59200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T21:47:55.571 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:55 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:55.389+0000 7fd5f5b59200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T21:47:55.571 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:55 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:55.568+0000 7fd5f5b59200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T21:47:56.893 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:56 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:56.558+0000 7fd5f5b59200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T21:47:56.894 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:56 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:56.692+0000 7fd5f5b59200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T21:47:57.326 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:57 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:57.031+0000 7fd5f5b59200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T21:47:57.326 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:57 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:57.124+0000 7fd5f5b59200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T21:47:57.326 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:57 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:57.323+0000 7fd5f5b59200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T21:47:57.643 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:57 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:57.511+0000 7fd5f5b59200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T21:47:58.066 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:57 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:57.802+0000 7fd5f5b59200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T21:47:58.067 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:58 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:58.064+0000 7fd5f5b59200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T21:47:58.393 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:58 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:58.307+0000 7fd5f5b59200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T21:47:59.393 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:59.133+0000 7fd5f5b59200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T21:48:00.039 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:59.715+0000 7fd5f5b59200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T21:48:00.039 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:47:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:47:59.816+0000 7fd5f5b59200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T21:48:00.039 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:00 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:48:00.036+0000 7fd5f5b59200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T21:48:00.393 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:00 smithi026 ceph-mon[30004]: Active manager daemon a restarted 2024-02-10T21:48:00.394 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:00 smithi026 ceph-mon[30004]: Activating manager daemon a 2024-02-10T21:48:00.394 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:00 smithi026 ceph-mon[30004]: osdmap e2: 0 total, 0 up, 0 in 2024-02-10T21:48:00.394 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:00 smithi026 ceph-mon[30004]: mgrmap e6: a(active, starting, since 0.00314957s) 2024-02-10T21:48:00.394 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:00 smithi026 ceph-mon[30004]: from='mgr.14118 172.21.15.26:0/3294955529' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T21:48:00.394 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:00 smithi026 ceph-mon[30004]: from='mgr.14118 172.21.15.26:0/3294955529' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T21:48:00.394 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:00 smithi026 ceph-mon[30004]: from='mgr.14118 172.21.15.26:0/3294955529' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T21:48:00.394 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:00 smithi026 ceph-mon[30004]: from='mgr.14118 172.21.15.26:0/3294955529' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T21:48:00.394 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:00 smithi026 ceph-mon[30004]: from='mgr.14118 172.21.15.26:0/3294955529' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T21:48:00.394 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:00 smithi026 ceph-mon[30004]: Manager daemon a is now available 2024-02-10T21:48:00.394 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:00 smithi026 ceph-mon[30004]: from='mgr.14118 172.21.15.26:0/3294955529' entity='mgr.a' 2024-02-10T21:48:00.394 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:00 smithi026 ceph-mon[30004]: from='mgr.14118 172.21.15.26:0/3294955529' entity='mgr.a' 2024-02-10T21:48:00.395 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:00 smithi026 ceph-mon[30004]: from='mgr.14118 172.21.15.26:0/3294955529' entity='mgr.a' 2024-02-10T21:48:00.395 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:00 smithi026 ceph-mon[30004]: from='mgr.14118 172.21.15.26:0/3294955529' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T21:48:00.395 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:00 smithi026 ceph-mon[30004]: from='mgr.14118 172.21.15.26:0/3294955529' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T21:48:01.394 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-mon[30004]: Found migration_current of "None". Setting to last migration. 2024-02-10T21:48:01.394 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-mon[30004]: from='mgr.14118 172.21.15.26:0/3294955529' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T21:48:01.394 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-mon[30004]: from='mgr.14118 172.21.15.26:0/3294955529' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T21:48:01.394 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-mon[30004]: from='mgr.14118 172.21.15.26:0/3294955529' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T21:48:01.394 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-mon[30004]: from='mgr.14118 172.21.15.26:0/3294955529' entity='mgr.a' 2024-02-10T21:48:01.394 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-mon[30004]: from='mgr.14118 172.21.15.26:0/3294955529' entity='mgr.a' 2024-02-10T21:48:01.394 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-mon[30004]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-10T21:48:01.394 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-mon[30004]: mgrmap e7: a(active, since 1.00492s) 2024-02-10T21:48:01.395 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: ceph-mgr: /home/jenkins-build/build/workspace/ceph-dev-new-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/19.0.0-1367-g14aa01b9/rpm/el8/BUILD/ceph-19.0.0-1367-g14aa01b9/x86_64-redhat-linux-gnu/boost/include/boost/smart_ptr/intrusive_ptr.hpp:201: T* boost::intrusive_ptr::operator->() const [with T = Connection]: Assertion `px != 0' failed. 2024-02-10T21:48:01.395 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: *** Caught signal (Aborted) ** 2024-02-10T21:48:01.395 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: in thread 7fd5ebd7b700 thread_name:admin_socket 2024-02-10T21:48:01.395 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T21:48:01.396 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fd5f3117d20] 2024-02-10T21:48:01.396 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2: gsignal() 2024-02-10T21:48:01.396 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 3: abort() 2024-02-10T21:48:01.396 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 4: /lib64/libc.so.6(+0x21d39) [0x7fd5f15f2d39] 2024-02-10T21:48:01.396 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 5: /lib64/libc.so.6(+0x46e86) [0x7fd5f1617e86] 2024-02-10T21:48:01.396 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fd5f4263785] 2024-02-10T21:48:01.396 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fd5f4264f75] 2024-02-10T21:48:01.396 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fd5f4263baf] 2024-02-10T21:48:01.396 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7fd5f426fb6d] 2024-02-10T21:48:01.396 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7fd5f4269f69] 2024-02-10T21:48:01.396 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fd5f426ba4b] 2024-02-10T21:48:01.396 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 12: (AdminSocket::entry()+0x4de) [0x7fd5f426c2ae] 2024-02-10T21:48:01.396 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fd5f2003b23] 2024-02-10T21:48:01.397 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fd5f310d1ca] 2024-02-10T21:48:01.397 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 15: clone() 2024-02-10T21:48:01.397 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:48:01.056+0000 7fd5ebd7b700 -1 *** Caught signal (Aborted) ** 2024-02-10T21:48:01.397 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: in thread 7fd5ebd7b700 thread_name:admin_socket 2024-02-10T21:48:01.397 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:48:01.397 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T21:48:01.397 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fd5f3117d20] 2024-02-10T21:48:01.397 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2: gsignal() 2024-02-10T21:48:01.397 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 3: abort() 2024-02-10T21:48:01.397 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 4: /lib64/libc.so.6(+0x21d39) [0x7fd5f15f2d39] 2024-02-10T21:48:01.397 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 5: /lib64/libc.so.6(+0x46e86) [0x7fd5f1617e86] 2024-02-10T21:48:01.397 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fd5f4263785] 2024-02-10T21:48:01.397 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fd5f4264f75] 2024-02-10T21:48:01.398 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fd5f4263baf] 2024-02-10T21:48:01.398 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7fd5f426fb6d] 2024-02-10T21:48:01.398 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7fd5f4269f69] 2024-02-10T21:48:01.398 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fd5f426ba4b] 2024-02-10T21:48:01.398 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 12: (AdminSocket::entry()+0x4de) [0x7fd5f426c2ae] 2024-02-10T21:48:01.398 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fd5f2003b23] 2024-02-10T21:48:01.398 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fd5f310d1ca] 2024-02-10T21:48:01.398 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 15: clone() 2024-02-10T21:48:01.398 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T21:48:01.398 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:48:01.398 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -3248> 2024-02-10T21:47:53.594+0000 7fd5f5b59200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T21:48:01.398 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -3227> 2024-02-10T21:47:53.699+0000 7fd5f5b59200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T21:48:01.398 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2985> 2024-02-10T21:47:54.376+0000 7fd5f5b59200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T21:48:01.399 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2943> 2024-02-10T21:47:54.477+0000 7fd5f5b59200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T21:48:01.399 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2916> 2024-02-10T21:47:54.621+0000 7fd5f5b59200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T21:48:01.399 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2894> 2024-02-10T21:47:54.720+0000 7fd5f5b59200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T21:48:01.399 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2882> 2024-02-10T21:47:54.805+0000 7fd5f5b59200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T21:48:01.399 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2863> 2024-02-10T21:47:55.082+0000 7fd5f5b59200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T21:48:01.399 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2831> 2024-02-10T21:47:55.196+0000 7fd5f5b59200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T21:48:01.399 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2811> 2024-02-10T21:47:55.288+0000 7fd5f5b59200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T21:48:01.399 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2793> 2024-02-10T21:47:55.389+0000 7fd5f5b59200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T21:48:01.399 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2766> 2024-02-10T21:47:55.568+0000 7fd5f5b59200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T21:48:01.399 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2713> 2024-02-10T21:47:56.558+0000 7fd5f5b59200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T21:48:01.399 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2699> 2024-02-10T21:47:56.692+0000 7fd5f5b59200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T21:48:01.399 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2640> 2024-02-10T21:47:57.031+0000 7fd5f5b59200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T21:48:01.399 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2619> 2024-02-10T21:47:57.124+0000 7fd5f5b59200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T21:48:01.399 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2607> 2024-02-10T21:47:57.323+0000 7fd5f5b59200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T21:48:01.400 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2567> 2024-02-10T21:47:57.511+0000 7fd5f5b59200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T21:48:01.400 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2472> 2024-02-10T21:47:57.802+0000 7fd5f5b59200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T21:48:01.400 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2456> 2024-02-10T21:47:58.064+0000 7fd5f5b59200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T21:48:01.400 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2397> 2024-02-10T21:47:58.307+0000 7fd5f5b59200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T21:48:01.400 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2244> 2024-02-10T21:47:59.133+0000 7fd5f5b59200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T21:48:01.400 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2220> 2024-02-10T21:47:59.715+0000 7fd5f5b59200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T21:48:01.400 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2206> 2024-02-10T21:47:59.816+0000 7fd5f5b59200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T21:48:01.400 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2179> 2024-02-10T21:48:00.036+0000 7fd5f5b59200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T21:48:01.400 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 0> 2024-02-10T21:48:01.056+0000 7fd5ebd7b700 -1 *** Caught signal (Aborted) ** 2024-02-10T21:48:01.400 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: in thread 7fd5ebd7b700 thread_name:admin_socket 2024-02-10T21:48:01.400 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:48:01.400 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T21:48:01.400 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fd5f3117d20] 2024-02-10T21:48:01.400 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2: gsignal() 2024-02-10T21:48:01.401 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 3: abort() 2024-02-10T21:48:01.401 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 4: /lib64/libc.so.6(+0x21d39) [0x7fd5f15f2d39] 2024-02-10T21:48:01.401 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 5: /lib64/libc.so.6(+0x46e86) [0x7fd5f1617e86] 2024-02-10T21:48:01.401 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fd5f4263785] 2024-02-10T21:48:01.401 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fd5f4264f75] 2024-02-10T21:48:01.401 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fd5f4263baf] 2024-02-10T21:48:01.401 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7fd5f426fb6d] 2024-02-10T21:48:01.401 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7fd5f4269f69] 2024-02-10T21:48:01.401 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fd5f426ba4b] 2024-02-10T21:48:01.401 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 12: (AdminSocket::entry()+0x4de) [0x7fd5f426c2ae] 2024-02-10T21:48:01.401 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fd5f2003b23] 2024-02-10T21:48:01.401 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fd5f310d1ca] 2024-02-10T21:48:01.401 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 15: clone() 2024-02-10T21:48:01.401 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T21:48:01.401 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:48:01.402 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -3248> 2024-02-10T21:47:53.594+0000 7fd5f5b59200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T21:48:01.402 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -3227> 2024-02-10T21:47:53.699+0000 7fd5f5b59200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T21:48:01.402 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2985> 2024-02-10T21:47:54.376+0000 7fd5f5b59200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T21:48:01.402 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2943> 2024-02-10T21:47:54.477+0000 7fd5f5b59200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T21:48:01.402 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2916> 2024-02-10T21:47:54.621+0000 7fd5f5b59200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T21:48:01.402 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2894> 2024-02-10T21:47:54.720+0000 7fd5f5b59200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T21:48:01.402 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2882> 2024-02-10T21:47:54.805+0000 7fd5f5b59200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T21:48:01.402 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2863> 2024-02-10T21:47:55.082+0000 7fd5f5b59200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T21:48:01.402 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2831> 2024-02-10T21:47:55.196+0000 7fd5f5b59200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T21:48:01.402 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2811> 2024-02-10T21:47:55.288+0000 7fd5f5b59200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T21:48:01.402 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2793> 2024-02-10T21:47:55.389+0000 7fd5f5b59200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T21:48:01.403 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2766> 2024-02-10T21:47:55.568+0000 7fd5f5b59200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T21:48:01.403 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2713> 2024-02-10T21:47:56.558+0000 7fd5f5b59200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T21:48:01.403 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2699> 2024-02-10T21:47:56.692+0000 7fd5f5b59200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T21:48:01.403 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2640> 2024-02-10T21:47:57.031+0000 7fd5f5b59200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T21:48:01.403 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2619> 2024-02-10T21:47:57.124+0000 7fd5f5b59200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T21:48:01.403 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2607> 2024-02-10T21:47:57.323+0000 7fd5f5b59200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T21:48:01.403 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2567> 2024-02-10T21:47:57.511+0000 7fd5f5b59200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T21:48:01.403 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2472> 2024-02-10T21:47:57.802+0000 7fd5f5b59200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T21:48:01.403 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2456> 2024-02-10T21:47:58.064+0000 7fd5f5b59200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T21:48:01.403 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2397> 2024-02-10T21:47:58.307+0000 7fd5f5b59200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T21:48:01.403 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2244> 2024-02-10T21:47:59.133+0000 7fd5f5b59200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T21:48:01.404 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2220> 2024-02-10T21:47:59.715+0000 7fd5f5b59200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T21:48:01.404 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2206> 2024-02-10T21:47:59.816+0000 7fd5f5b59200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T21:48:01.404 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: -2179> 2024-02-10T21:48:00.036+0000 7fd5f5b59200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T21:48:01.404 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 0> 2024-02-10T21:48:01.056+0000 7fd5ebd7b700 -1 *** Caught signal (Aborted) ** 2024-02-10T21:48:01.404 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: in thread 7fd5ebd7b700 thread_name:admin_socket 2024-02-10T21:48:01.404 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:48:01.404 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T21:48:01.404 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fd5f3117d20] 2024-02-10T21:48:01.404 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2: gsignal() 2024-02-10T21:48:01.404 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 3: abort() 2024-02-10T21:48:01.404 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 4: /lib64/libc.so.6(+0x21d39) [0x7fd5f15f2d39] 2024-02-10T21:48:01.404 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 5: /lib64/libc.so.6(+0x46e86) [0x7fd5f1617e86] 2024-02-10T21:48:01.404 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fd5f4263785] 2024-02-10T21:48:01.405 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fd5f4264f75] 2024-02-10T21:48:01.405 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fd5f4263baf] 2024-02-10T21:48:01.405 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7fd5f426fb6d] 2024-02-10T21:48:01.405 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7fd5f4269f69] 2024-02-10T21:48:01.405 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fd5f426ba4b] 2024-02-10T21:48:01.405 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 12: (AdminSocket::entry()+0x4de) [0x7fd5f426c2ae] 2024-02-10T21:48:01.405 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fd5f2003b23] 2024-02-10T21:48:01.405 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fd5f310d1ca] 2024-02-10T21:48:01.405 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 15: clone() 2024-02-10T21:48:01.405 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T21:48:01.405 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[30261]: 2024-02-10T21:48:01.405 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 podman[31235]: 2024-02-10 21:48:01.120181116 +0000 UTC m=+0.019609454 container died 90fdce19918dc285fe5feb5848339f1f696788cf5a01870c31b27db1ed575d08 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, io.buildah.version=1.33.2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240131, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-02-10T21:48:01.859 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 podman[31235]: 2024-02-10 21:48:01.634918513 +0000 UTC m=+0.534346899 container remove 90fdce19918dc285fe5feb5848339f1f696788cf5a01870c31b27db1ed575d08 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240131, io.buildah.version=1.33.2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, ceph=True, GIT_CLEAN=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-02-10T21:48:01.859 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 systemd[1]: ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-10T21:48:02.143 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 systemd[1]: ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-10T21:48:02.144 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:01 smithi026 systemd[1]: ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mgr.a.service: Consumed 16.874s CPU time. 2024-02-10T21:48:12.235 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:11 smithi026 systemd[1]: ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 1. 2024-02-10T21:48:12.235 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:11 smithi026 systemd[1]: Stopped Ceph mgr.a for dd631d9a-c85d-11ee-95b9-87774f69a715. 2024-02-10T21:48:12.235 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:11 smithi026 systemd[1]: ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mgr.a.service: Consumed 16.874s CPU time. 2024-02-10T21:48:12.235 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:11 smithi026 systemd[1]: Starting Ceph mgr.a for dd631d9a-c85d-11ee-95b9-87774f69a715... 2024-02-10T21:48:12.235 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:12 smithi026 podman[31334]: 2024-02-10 21:48:12.030237927 +0000 UTC m=+0.018286638 image pull e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T21:48:12.235 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:12 smithi026 podman[31334]: 2024-02-10 21:48:12.13461173 +0000 UTC m=+0.122660470 container create 58f6e664305602fa0a7bf7e792fd726ab8bcadf92e1c338bca761773baaf098b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240131, CEPH_POINT_RELEASE=, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.2) 2024-02-10T21:48:12.644 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:12 smithi026 podman[31334]: 2024-02-10 21:48:12.320172638 +0000 UTC m=+0.308221334 container init 58f6e664305602fa0a7bf7e792fd726ab8bcadf92e1c338bca761773baaf098b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a, org.label-schema.license=GPLv2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.33.2, org.label-schema.schema-version=1.0, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b) 2024-02-10T21:48:12.644 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:12 smithi026 podman[31334]: 2024-02-10 21:48:12.325722601 +0000 UTC m=+0.313771296 container start 58f6e664305602fa0a7bf7e792fd726ab8bcadf92e1c338bca761773baaf098b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_BRANCH=HEAD, org.label-schema.build-date=20240131, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , ceph=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.schema-version=1.0, io.buildah.version=1.33.2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-02-10T21:48:12.644 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:12 smithi026 bash[31334]: 58f6e664305602fa0a7bf7e792fd726ab8bcadf92e1c338bca761773baaf098b 2024-02-10T21:48:12.644 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:12 smithi026 systemd[1]: Started Ceph mgr.a for dd631d9a-c85d-11ee-95b9-87774f69a715. 2024-02-10T21:48:13.144 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:12 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2024-02-10T21:48:12.883+0000 7f860e975200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T21:48:13.144 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:12 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2024-02-10T21:48:12.979+0000 7f860e975200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T21:48:13.987 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:13 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2024-02-10T21:48:13.646+0000 7f860e975200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T21:48:13.987 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:13 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2024-02-10T21:48:13.743+0000 7f860e975200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T21:48:13.987 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:13 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2024-02-10T21:48:13.886+0000 7f860e975200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T21:48:13.987 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:13 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2024-02-10T21:48:13.985+0000 7f860e975200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T21:48:14.342 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:14 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2024-02-10T21:48:14.071+0000 7f860e975200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T21:48:14.342 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:14 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2024-02-10T21:48:14.340+0000 7f860e975200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T21:48:14.643 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:14 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2024-02-10T21:48:14.454+0000 7f860e975200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T21:48:14.644 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:14 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2024-02-10T21:48:14.544+0000 7f860e975200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T21:48:14.644 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:14 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2024-02-10T21:48:14.642+0000 7f860e975200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T21:48:14.893 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:14 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2024-02-10T21:48:14.821+0000 7f860e975200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T21:48:16.143 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:15 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2024-02-10T21:48:15.830+0000 7f860e975200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T21:48:16.144 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:15 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2024-02-10T21:48:15.965+0000 7f860e975200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T21:48:16.605 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:16 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2024-02-10T21:48:16.308+0000 7f860e975200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T21:48:16.605 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:16 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2024-02-10T21:48:16.401+0000 7f860e975200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T21:48:16.606 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:16 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2024-02-10T21:48:16.603+0000 7f860e975200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T21:48:16.893 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:16 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2024-02-10T21:48:16.793+0000 7f860e975200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T21:48:17.350 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:17 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2024-02-10T21:48:17.086+0000 7f860e975200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T21:48:17.350 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:17 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2024-02-10T21:48:17.348+0000 7f860e975200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T21:48:17.643 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:17 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2024-02-10T21:48:17.592+0000 7f860e975200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T21:48:18.893 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2024-02-10T21:48:18.424+0000 7f860e975200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T21:48:19.338 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:19 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2024-02-10T21:48:19.012+0000 7f860e975200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T21:48:19.338 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:19 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2024-02-10T21:48:19.114+0000 7f860e975200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T21:48:19.338 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:19 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2024-02-10T21:48:19.336+0000 7f860e975200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T21:48:20.356 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:19 smithi026 ceph-mon[30004]: Active manager daemon a restarted 2024-02-10T21:48:20.356 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:19 smithi026 ceph-mon[30004]: Activating manager daemon a 2024-02-10T21:48:20.356 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:19 smithi026 ceph-mon[30004]: osdmap e3: 0 total, 0 up, 0 in 2024-02-10T21:48:20.356 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:19 smithi026 ceph-mon[30004]: mgrmap e8: a(active, starting, since 0.00311708s) 2024-02-10T21:48:20.356 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:19 smithi026 ceph-mon[30004]: from='mgr.14130 172.21.15.26:0/3059859765' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T21:48:20.356 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:19 smithi026 ceph-mon[30004]: from='mgr.14130 172.21.15.26:0/3059859765' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T21:48:20.356 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:19 smithi026 ceph-mon[30004]: from='mgr.14130 172.21.15.26:0/3059859765' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T21:48:20.356 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:19 smithi026 ceph-mon[30004]: from='mgr.14130 172.21.15.26:0/3059859765' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T21:48:20.356 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:19 smithi026 ceph-mon[30004]: from='mgr.14130 172.21.15.26:0/3059859765' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T21:48:20.356 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:19 smithi026 ceph-mon[30004]: Manager daemon a is now available 2024-02-10T21:48:20.357 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:19 smithi026 ceph-mon[30004]: from='mgr.14130 172.21.15.26:0/3059859765' entity='mgr.a' 2024-02-10T21:48:20.357 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:19 smithi026 ceph-mon[30004]: from='mgr.14130 172.21.15.26:0/3059859765' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T21:48:20.357 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:19 smithi026 ceph-mon[30004]: from='mgr.14130 172.21.15.26:0/3059859765' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T21:48:20.357 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:19 smithi026 ceph-mon[30004]: from='mgr.14130 172.21.15.26:0/3059859765' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T21:48:20.357 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:19 smithi026 ceph-mon[30004]: from='mgr.14130 172.21.15.26:0/3059859765' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T21:48:20.357 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:19 smithi026 ceph-mon[30004]: from='mgr.14130 172.21.15.26:0/3059859765' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T21:48:20.644 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: ceph-mgr: /home/jenkins-build/build/workspace/ceph-dev-new-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/19.0.0-1367-g14aa01b9/rpm/el8/BUILD/ceph-19.0.0-1367-g14aa01b9/x86_64-redhat-linux-gnu/boost/include/boost/smart_ptr/intrusive_ptr.hpp:201: T* boost::intrusive_ptr::operator->() const [with T = Connection]: Assertion `px != 0' failed. 2024-02-10T21:48:20.644 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: *** Caught signal (Aborted) ** 2024-02-10T21:48:20.644 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: in thread 7f8604779700 thread_name:admin_socket 2024-02-10T21:48:20.645 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T21:48:20.645 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f860bf33d20] 2024-02-10T21:48:20.645 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2: gsignal() 2024-02-10T21:48:20.645 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 3: abort() 2024-02-10T21:48:20.645 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 4: /lib64/libc.so.6(+0x21d39) [0x7f860a40ed39] 2024-02-10T21:48:20.645 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 5: /lib64/libc.so.6(+0x46e86) [0x7f860a433e86] 2024-02-10T21:48:20.645 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f860d07f785] 2024-02-10T21:48:20.645 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f860d080f75] 2024-02-10T21:48:20.645 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f860d07fbaf] 2024-02-10T21:48:20.645 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f860d08bb6d] 2024-02-10T21:48:20.645 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f860d085f69] 2024-02-10T21:48:20.645 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f860d087a4b] 2024-02-10T21:48:20.645 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 12: (AdminSocket::entry()+0x4de) [0x7f860d0882ae] 2024-02-10T21:48:20.646 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f860ae1fb23] 2024-02-10T21:48:20.646 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f860bf291ca] 2024-02-10T21:48:20.646 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 15: clone() 2024-02-10T21:48:20.646 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2024-02-10T21:48:20.355+0000 7f8604779700 -1 *** Caught signal (Aborted) ** 2024-02-10T21:48:20.646 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: in thread 7f8604779700 thread_name:admin_socket 2024-02-10T21:48:20.646 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2024-02-10T21:48:20.646 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T21:48:20.646 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f860bf33d20] 2024-02-10T21:48:20.646 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2: gsignal() 2024-02-10T21:48:20.646 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 3: abort() 2024-02-10T21:48:20.646 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 4: /lib64/libc.so.6(+0x21d39) [0x7f860a40ed39] 2024-02-10T21:48:20.646 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 5: /lib64/libc.so.6(+0x46e86) [0x7f860a433e86] 2024-02-10T21:48:20.646 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f860d07f785] 2024-02-10T21:48:20.646 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f860d080f75] 2024-02-10T21:48:20.647 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f860d07fbaf] 2024-02-10T21:48:20.647 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f860d08bb6d] 2024-02-10T21:48:20.647 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f860d085f69] 2024-02-10T21:48:20.647 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f860d087a4b] 2024-02-10T21:48:20.648 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 12: (AdminSocket::entry()+0x4de) [0x7f860d0882ae] 2024-02-10T21:48:20.648 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f860ae1fb23] 2024-02-10T21:48:20.648 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f860bf291ca] 2024-02-10T21:48:20.648 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 15: clone() 2024-02-10T21:48:20.648 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T21:48:20.648 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2024-02-10T21:48:20.648 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -3143> 2024-02-10T21:48:12.883+0000 7f860e975200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T21:48:20.649 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -3122> 2024-02-10T21:48:12.979+0000 7f860e975200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T21:48:20.649 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2880> 2024-02-10T21:48:13.646+0000 7f860e975200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T21:48:20.649 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2838> 2024-02-10T21:48:13.743+0000 7f860e975200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T21:48:20.649 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2811> 2024-02-10T21:48:13.886+0000 7f860e975200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T21:48:20.649 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2789> 2024-02-10T21:48:13.985+0000 7f860e975200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T21:48:20.649 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2777> 2024-02-10T21:48:14.071+0000 7f860e975200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T21:48:20.649 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2758> 2024-02-10T21:48:14.340+0000 7f860e975200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T21:48:20.649 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2726> 2024-02-10T21:48:14.454+0000 7f860e975200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T21:48:20.649 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2706> 2024-02-10T21:48:14.544+0000 7f860e975200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T21:48:20.649 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2688> 2024-02-10T21:48:14.642+0000 7f860e975200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T21:48:20.649 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2661> 2024-02-10T21:48:14.821+0000 7f860e975200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T21:48:20.649 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2608> 2024-02-10T21:48:15.830+0000 7f860e975200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T21:48:20.649 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2594> 2024-02-10T21:48:15.965+0000 7f860e975200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T21:48:20.650 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2535> 2024-02-10T21:48:16.308+0000 7f860e975200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T21:48:20.650 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2514> 2024-02-10T21:48:16.401+0000 7f860e975200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T21:48:20.650 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2502> 2024-02-10T21:48:16.603+0000 7f860e975200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T21:48:20.650 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2462> 2024-02-10T21:48:16.793+0000 7f860e975200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T21:48:20.650 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2367> 2024-02-10T21:48:17.086+0000 7f860e975200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T21:48:20.650 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2356> 2024-02-10T21:48:17.348+0000 7f860e975200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T21:48:20.650 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2292> 2024-02-10T21:48:17.592+0000 7f860e975200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T21:48:20.650 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2139> 2024-02-10T21:48:18.424+0000 7f860e975200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T21:48:20.650 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2115> 2024-02-10T21:48:19.012+0000 7f860e975200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T21:48:20.650 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2101> 2024-02-10T21:48:19.114+0000 7f860e975200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T21:48:20.650 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2074> 2024-02-10T21:48:19.336+0000 7f860e975200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T21:48:20.650 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 0> 2024-02-10T21:48:20.355+0000 7f8604779700 -1 *** Caught signal (Aborted) ** 2024-02-10T21:48:20.650 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: in thread 7f8604779700 thread_name:admin_socket 2024-02-10T21:48:20.650 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2024-02-10T21:48:20.651 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T21:48:20.651 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f860bf33d20] 2024-02-10T21:48:20.651 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2: gsignal() 2024-02-10T21:48:20.651 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 3: abort() 2024-02-10T21:48:20.651 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 4: /lib64/libc.so.6(+0x21d39) [0x7f860a40ed39] 2024-02-10T21:48:20.651 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 5: /lib64/libc.so.6(+0x46e86) [0x7f860a433e86] 2024-02-10T21:48:20.651 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f860d07f785] 2024-02-10T21:48:20.651 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f860d080f75] 2024-02-10T21:48:20.651 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f860d07fbaf] 2024-02-10T21:48:20.651 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f860d08bb6d] 2024-02-10T21:48:20.651 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f860d085f69] 2024-02-10T21:48:20.651 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f860d087a4b] 2024-02-10T21:48:20.651 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 12: (AdminSocket::entry()+0x4de) [0x7f860d0882ae] 2024-02-10T21:48:20.651 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f860ae1fb23] 2024-02-10T21:48:20.652 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f860bf291ca] 2024-02-10T21:48:20.652 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 15: clone() 2024-02-10T21:48:20.652 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T21:48:20.652 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2024-02-10T21:48:20.652 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -3149> 2024-02-10T21:48:12.883+0000 7f860e975200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T21:48:20.652 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -3128> 2024-02-10T21:48:12.979+0000 7f860e975200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T21:48:20.652 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2886> 2024-02-10T21:48:13.646+0000 7f860e975200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T21:48:20.652 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2844> 2024-02-10T21:48:13.743+0000 7f860e975200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T21:48:20.652 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2817> 2024-02-10T21:48:13.886+0000 7f860e975200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T21:48:20.652 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2795> 2024-02-10T21:48:13.985+0000 7f860e975200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T21:48:20.653 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2783> 2024-02-10T21:48:14.071+0000 7f860e975200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T21:48:20.653 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2764> 2024-02-10T21:48:14.340+0000 7f860e975200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T21:48:20.653 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2732> 2024-02-10T21:48:14.454+0000 7f860e975200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T21:48:20.653 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2712> 2024-02-10T21:48:14.544+0000 7f860e975200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T21:48:20.653 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2694> 2024-02-10T21:48:14.642+0000 7f860e975200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T21:48:20.653 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2667> 2024-02-10T21:48:14.821+0000 7f860e975200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T21:48:20.653 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2614> 2024-02-10T21:48:15.830+0000 7f860e975200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T21:48:20.653 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2600> 2024-02-10T21:48:15.965+0000 7f860e975200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T21:48:20.653 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2541> 2024-02-10T21:48:16.308+0000 7f860e975200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T21:48:20.653 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2520> 2024-02-10T21:48:16.401+0000 7f860e975200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T21:48:20.653 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2508> 2024-02-10T21:48:16.603+0000 7f860e975200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T21:48:20.653 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2468> 2024-02-10T21:48:16.793+0000 7f860e975200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T21:48:20.653 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2373> 2024-02-10T21:48:17.086+0000 7f860e975200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T21:48:20.654 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2362> 2024-02-10T21:48:17.348+0000 7f860e975200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T21:48:20.654 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2298> 2024-02-10T21:48:17.592+0000 7f860e975200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T21:48:20.654 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2145> 2024-02-10T21:48:18.424+0000 7f860e975200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T21:48:20.654 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2121> 2024-02-10T21:48:19.012+0000 7f860e975200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T21:48:20.654 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2107> 2024-02-10T21:48:19.114+0000 7f860e975200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T21:48:20.654 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -2080> 2024-02-10T21:48:19.336+0000 7f860e975200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T21:48:20.654 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: -6> 2024-02-10T21:48:20.355+0000 7f8604779700 -1 *** Caught signal (Aborted) ** 2024-02-10T21:48:20.654 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: in thread 7f8604779700 thread_name:admin_socket 2024-02-10T21:48:20.654 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2024-02-10T21:48:20.654 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T21:48:20.654 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f860bf33d20] 2024-02-10T21:48:20.654 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2: gsignal() 2024-02-10T21:48:20.655 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 3: abort() 2024-02-10T21:48:20.655 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 4: /lib64/libc.so.6(+0x21d39) [0x7f860a40ed39] 2024-02-10T21:48:20.655 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 5: /lib64/libc.so.6(+0x46e86) [0x7f860a433e86] 2024-02-10T21:48:20.655 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f860d07f785] 2024-02-10T21:48:20.655 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f860d080f75] 2024-02-10T21:48:20.655 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f860d07fbaf] 2024-02-10T21:48:20.655 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f860d08bb6d] 2024-02-10T21:48:20.655 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f860d085f69] 2024-02-10T21:48:20.655 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f860d087a4b] 2024-02-10T21:48:20.655 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 12: (AdminSocket::entry()+0x4de) [0x7f860d0882ae] 2024-02-10T21:48:20.655 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f860ae1fb23] 2024-02-10T21:48:20.655 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f860bf291ca] 2024-02-10T21:48:20.655 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 15: clone() 2024-02-10T21:48:20.655 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T21:48:20.655 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31350]: 2024-02-10T21:48:20.656 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 podman[31597]: 2024-02-10 21:48:20.421498865 +0000 UTC m=+0.019465590 container died 58f6e664305602fa0a7bf7e792fd726ab8bcadf92e1c338bca761773baaf098b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, io.buildah.version=1.33.2, org.label-schema.vendor=CentOS, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.build-date=20240131, org.label-schema.schema-version=1.0) 2024-02-10T21:48:21.220 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 podman[31597]: 2024-02-10 21:48:20.964817109 +0000 UTC m=+0.562783833 container remove 58f6e664305602fa0a7bf7e792fd726ab8bcadf92e1c338bca761773baaf098b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, io.buildah.version=1.33.2, org.label-schema.build-date=20240131) 2024-02-10T21:48:21.221 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:20 smithi026 systemd[1]: ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-10T21:48:21.221 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-mon[30004]: [10/Feb/2024:21:48:19] ENGINE Bus STARTING 2024-02-10T21:48:21.221 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-mon[30004]: [10/Feb/2024:21:48:20] ENGINE Serving on https://172.21.15.26:7150 2024-02-10T21:48:21.221 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-mon[30004]: [10/Feb/2024:21:48:20] ENGINE Serving on http://172.21.15.26:8765 2024-02-10T21:48:21.221 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-mon[30004]: [10/Feb/2024:21:48:20] ENGINE Bus STARTED 2024-02-10T21:48:21.221 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-mon[30004]: from='mgr.14130 172.21.15.26:0/3059859765' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T21:48:21.221 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:20 smithi026 ceph-mon[30004]: mgrmap e9: a(active, since 1.00584s) 2024-02-10T21:48:21.643 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:21 smithi026 systemd[1]: ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-10T21:48:21.644 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:21 smithi026 systemd[1]: ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mgr.a.service: Consumed 8.829s CPU time. 2024-02-10T21:48:31.731 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:31 smithi026 systemd[1]: ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 2. 2024-02-10T21:48:31.731 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:31 smithi026 systemd[1]: Stopped Ceph mgr.a for dd631d9a-c85d-11ee-95b9-87774f69a715. 2024-02-10T21:48:31.731 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:31 smithi026 systemd[1]: ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mgr.a.service: Consumed 8.829s CPU time. 2024-02-10T21:48:31.731 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:31 smithi026 systemd[1]: Starting Ceph mgr.a for dd631d9a-c85d-11ee-95b9-87774f69a715... 2024-02-10T21:48:31.732 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:31 smithi026 podman[31706]: 2024-02-10 21:48:31.623019404 +0000 UTC m=+0.113451259 container create c3e1d72e8af7999980ccde6d72405ff6d3ada28a9cd6a62586966700e43034a1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a, io.buildah.version=1.33.2, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, ceph=True, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, CEPH_POINT_RELEASE=) 2024-02-10T21:48:31.732 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:31 smithi026 podman[31706]: 2024-02-10 21:48:31.527653236 +0000 UTC m=+0.018085072 image pull e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T21:48:32.143 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:31 smithi026 podman[31706]: 2024-02-10 21:48:31.816689327 +0000 UTC m=+0.307121154 container init c3e1d72e8af7999980ccde6d72405ff6d3ada28a9cd6a62586966700e43034a1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.2, org.label-schema.vendor=CentOS, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_CLEAN=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.license=GPLv2, org.label-schema.build-date=20240131, org.label-schema.schema-version=1.0) 2024-02-10T21:48:32.144 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:31 smithi026 podman[31706]: 2024-02-10 21:48:31.821934618 +0000 UTC m=+0.312366439 container start c3e1d72e8af7999980ccde6d72405ff6d3ada28a9cd6a62586966700e43034a1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240131, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-02-10T21:48:32.144 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:31 smithi026 bash[31706]: c3e1d72e8af7999980ccde6d72405ff6d3ada28a9cd6a62586966700e43034a1 2024-02-10T21:48:32.144 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:31 smithi026 systemd[1]: Started Ceph mgr.a for dd631d9a-c85d-11ee-95b9-87774f69a715. 2024-02-10T21:48:32.643 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:32 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2024-02-10T21:48:32.377+0000 7fc36cf97200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T21:48:32.644 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:32 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2024-02-10T21:48:32.474+0000 7fc36cf97200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T21:48:33.241 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:33 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2024-02-10T21:48:33.144+0000 7fc36cf97200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T21:48:33.519 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:33 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2024-02-10T21:48:33.239+0000 7fc36cf97200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T21:48:33.520 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:33 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2024-02-10T21:48:33.383+0000 7fc36cf97200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T21:48:33.520 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:33 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2024-02-10T21:48:33.482+0000 7fc36cf97200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T21:48:33.842 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:33 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2024-02-10T21:48:33.571+0000 7fc36cf97200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T21:48:34.142 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:33 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2024-02-10T21:48:33.840+0000 7fc36cf97200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T21:48:34.142 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:33 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2024-02-10T21:48:33.954+0000 7fc36cf97200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T21:48:34.142 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:34 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2024-02-10T21:48:34.042+0000 7fc36cf97200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T21:48:34.142 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:34 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2024-02-10T21:48:34.140+0000 7fc36cf97200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T21:48:34.393 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:34 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2024-02-10T21:48:34.319+0000 7fc36cf97200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T21:48:35.643 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:35 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2024-02-10T21:48:35.329+0000 7fc36cf97200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T21:48:35.647 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:35 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2024-02-10T21:48:35.464+0000 7fc36cf97200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T21:48:36.102 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:35 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2024-02-10T21:48:35.805+0000 7fc36cf97200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T21:48:36.102 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:35 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2024-02-10T21:48:35.898+0000 7fc36cf97200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T21:48:36.102 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:36 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2024-02-10T21:48:36.100+0000 7fc36cf97200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T21:48:36.393 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:36 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2024-02-10T21:48:36.290+0000 7fc36cf97200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T21:48:36.850 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:36 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2024-02-10T21:48:36.585+0000 7fc36cf97200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T21:48:37.143 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:36 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2024-02-10T21:48:36.849+0000 7fc36cf97200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T21:48:37.143 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:37 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2024-02-10T21:48:37.093+0000 7fc36cf97200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T21:48:38.393 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:37 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2024-02-10T21:48:37.930+0000 7fc36cf97200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T21:48:38.853 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:38 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2024-02-10T21:48:38.526+0000 7fc36cf97200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T21:48:38.853 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:38 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2024-02-10T21:48:38.626+0000 7fc36cf97200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T21:48:38.854 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:38 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2024-02-10T21:48:38.852+0000 7fc36cf97200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T21:48:39.143 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:38 smithi026 ceph-mon[30004]: Active manager daemon a restarted 2024-02-10T21:48:39.144 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:38 smithi026 ceph-mon[30004]: Activating manager daemon a 2024-02-10T21:48:39.144 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:38 smithi026 ceph-mon[30004]: osdmap e4: 0 total, 0 up, 0 in 2024-02-10T21:48:39.144 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:38 smithi026 ceph-mon[30004]: mgrmap e10: a(active, starting, since 0.00323151s) 2024-02-10T21:48:39.144 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:38 smithi026 ceph-mon[30004]: from='mgr.14138 172.21.15.26:0/1882783169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T21:48:39.144 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:38 smithi026 ceph-mon[30004]: from='mgr.14138 172.21.15.26:0/1882783169' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T21:48:39.144 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:38 smithi026 ceph-mon[30004]: from='mgr.14138 172.21.15.26:0/1882783169' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T21:48:39.144 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:38 smithi026 ceph-mon[30004]: from='mgr.14138 172.21.15.26:0/1882783169' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T21:48:39.144 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:38 smithi026 ceph-mon[30004]: from='mgr.14138 172.21.15.26:0/1882783169' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T21:48:39.144 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:38 smithi026 ceph-mon[30004]: Manager daemon a is now available 2024-02-10T21:48:39.144 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:38 smithi026 ceph-mon[30004]: from='mgr.14138 172.21.15.26:0/1882783169' entity='mgr.a' 2024-02-10T21:48:39.144 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:38 smithi026 ceph-mon[30004]: from='mgr.14138 172.21.15.26:0/1882783169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T21:48:39.144 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:38 smithi026 ceph-mon[30004]: from='mgr.14138 172.21.15.26:0/1882783169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T21:48:40.143 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-mon[30004]: from='mgr.14138 172.21.15.26:0/1882783169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T21:48:40.144 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-mon[30004]: from='mgr.14138 172.21.15.26:0/1882783169' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T21:48:40.144 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-mon[30004]: from='mgr.14138 172.21.15.26:0/1882783169' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T21:48:40.144 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-mon[30004]: [10/Feb/2024:21:48:39] ENGINE Bus STARTING 2024-02-10T21:48:40.144 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-mon[30004]: [10/Feb/2024:21:48:39] ENGINE Serving on https://172.21.15.26:7150 2024-02-10T21:48:40.144 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-mon[30004]: mgrmap e11: a(active, since 1.0057s) 2024-02-10T21:48:40.145 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: ceph-mgr: /home/jenkins-build/build/workspace/ceph-dev-new-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/19.0.0-1367-g14aa01b9/rpm/el8/BUILD/ceph-19.0.0-1367-g14aa01b9/x86_64-redhat-linux-gnu/boost/include/boost/smart_ptr/intrusive_ptr.hpp:201: T* boost::intrusive_ptr::operator->() const [with T = Connection]: Assertion `px != 0' failed. 2024-02-10T21:48:40.145 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: *** Caught signal (Aborted) ** 2024-02-10T21:48:40.145 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: in thread 7fc362d9b700 thread_name:admin_socket 2024-02-10T21:48:40.145 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T21:48:40.145 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fc36a555d20] 2024-02-10T21:48:40.146 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2: gsignal() 2024-02-10T21:48:40.146 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 3: abort() 2024-02-10T21:48:40.146 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 4: /lib64/libc.so.6(+0x21d39) [0x7fc368a30d39] 2024-02-10T21:48:40.146 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 5: /lib64/libc.so.6(+0x46e86) [0x7fc368a55e86] 2024-02-10T21:48:40.146 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fc36b6a1785] 2024-02-10T21:48:40.146 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fc36b6a2f75] 2024-02-10T21:48:40.146 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fc36b6a1baf] 2024-02-10T21:48:40.146 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7fc36b6adb6d] 2024-02-10T21:48:40.146 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7fc36b6a7f69] 2024-02-10T21:48:40.146 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fc36b6a9a4b] 2024-02-10T21:48:40.146 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 12: (AdminSocket::entry()+0x4de) [0x7fc36b6aa2ae] 2024-02-10T21:48:40.146 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fc369441b23] 2024-02-10T21:48:40.147 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fc36a54b1ca] 2024-02-10T21:48:40.147 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 15: clone() 2024-02-10T21:48:40.147 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2024-02-10T21:48:39.871+0000 7fc362d9b700 -1 *** Caught signal (Aborted) ** 2024-02-10T21:48:40.147 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: in thread 7fc362d9b700 thread_name:admin_socket 2024-02-10T21:48:40.147 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2024-02-10T21:48:40.147 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T21:48:40.147 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fc36a555d20] 2024-02-10T21:48:40.147 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2: gsignal() 2024-02-10T21:48:40.147 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 3: abort() 2024-02-10T21:48:40.147 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 4: /lib64/libc.so.6(+0x21d39) [0x7fc368a30d39] 2024-02-10T21:48:40.147 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 5: /lib64/libc.so.6(+0x46e86) [0x7fc368a55e86] 2024-02-10T21:48:40.147 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fc36b6a1785] 2024-02-10T21:48:40.148 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fc36b6a2f75] 2024-02-10T21:48:40.148 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fc36b6a1baf] 2024-02-10T21:48:40.148 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7fc36b6adb6d] 2024-02-10T21:48:40.148 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7fc36b6a7f69] 2024-02-10T21:48:40.148 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fc36b6a9a4b] 2024-02-10T21:48:40.148 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 12: (AdminSocket::entry()+0x4de) [0x7fc36b6aa2ae] 2024-02-10T21:48:40.148 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fc369441b23] 2024-02-10T21:48:40.148 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fc36a54b1ca] 2024-02-10T21:48:40.148 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 15: clone() 2024-02-10T21:48:40.148 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T21:48:40.148 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2024-02-10T21:48:40.148 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -3120> 2024-02-10T21:48:32.377+0000 7fc36cf97200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T21:48:40.148 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -3099> 2024-02-10T21:48:32.474+0000 7fc36cf97200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T21:48:40.148 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2857> 2024-02-10T21:48:33.144+0000 7fc36cf97200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T21:48:40.149 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2815> 2024-02-10T21:48:33.239+0000 7fc36cf97200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T21:48:40.149 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2788> 2024-02-10T21:48:33.383+0000 7fc36cf97200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T21:48:40.149 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2766> 2024-02-10T21:48:33.482+0000 7fc36cf97200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T21:48:40.149 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2754> 2024-02-10T21:48:33.571+0000 7fc36cf97200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T21:48:40.149 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2735> 2024-02-10T21:48:33.840+0000 7fc36cf97200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T21:48:40.149 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2703> 2024-02-10T21:48:33.954+0000 7fc36cf97200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T21:48:40.149 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2683> 2024-02-10T21:48:34.042+0000 7fc36cf97200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T21:48:40.149 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2665> 2024-02-10T21:48:34.140+0000 7fc36cf97200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T21:48:40.149 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2638> 2024-02-10T21:48:34.319+0000 7fc36cf97200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T21:48:40.149 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2585> 2024-02-10T21:48:35.329+0000 7fc36cf97200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T21:48:40.149 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2571> 2024-02-10T21:48:35.464+0000 7fc36cf97200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T21:48:40.149 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2512> 2024-02-10T21:48:35.805+0000 7fc36cf97200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T21:48:40.150 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2491> 2024-02-10T21:48:35.898+0000 7fc36cf97200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T21:48:40.150 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2479> 2024-02-10T21:48:36.100+0000 7fc36cf97200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T21:48:40.150 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2439> 2024-02-10T21:48:36.290+0000 7fc36cf97200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T21:48:40.150 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2344> 2024-02-10T21:48:36.585+0000 7fc36cf97200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T21:48:40.150 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2328> 2024-02-10T21:48:36.849+0000 7fc36cf97200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T21:48:40.150 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2269> 2024-02-10T21:48:37.093+0000 7fc36cf97200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T21:48:40.150 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2116> 2024-02-10T21:48:37.930+0000 7fc36cf97200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T21:48:40.150 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2092> 2024-02-10T21:48:38.526+0000 7fc36cf97200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T21:48:40.150 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2078> 2024-02-10T21:48:38.626+0000 7fc36cf97200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T21:48:40.151 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2046> 2024-02-10T21:48:38.852+0000 7fc36cf97200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T21:48:40.151 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 0> 2024-02-10T21:48:39.871+0000 7fc362d9b700 -1 *** Caught signal (Aborted) ** 2024-02-10T21:48:40.151 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: in thread 7fc362d9b700 thread_name:admin_socket 2024-02-10T21:48:40.151 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2024-02-10T21:48:40.151 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T21:48:40.151 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fc36a555d20] 2024-02-10T21:48:40.151 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2: gsignal() 2024-02-10T21:48:40.151 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 3: abort() 2024-02-10T21:48:40.151 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 4: /lib64/libc.so.6(+0x21d39) [0x7fc368a30d39] 2024-02-10T21:48:40.151 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 5: /lib64/libc.so.6(+0x46e86) [0x7fc368a55e86] 2024-02-10T21:48:40.151 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fc36b6a1785] 2024-02-10T21:48:40.152 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fc36b6a2f75] 2024-02-10T21:48:40.152 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fc36b6a1baf] 2024-02-10T21:48:40.153 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7fc36b6adb6d] 2024-02-10T21:48:40.154 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7fc36b6a7f69] 2024-02-10T21:48:40.155 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fc36b6a9a4b] 2024-02-10T21:48:40.155 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 12: (AdminSocket::entry()+0x4de) [0x7fc36b6aa2ae] 2024-02-10T21:48:40.155 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fc369441b23] 2024-02-10T21:48:40.155 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fc36a54b1ca] 2024-02-10T21:48:40.155 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 15: clone() 2024-02-10T21:48:40.155 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T21:48:40.155 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2024-02-10T21:48:40.155 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -3120> 2024-02-10T21:48:32.377+0000 7fc36cf97200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T21:48:40.155 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -3099> 2024-02-10T21:48:32.474+0000 7fc36cf97200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T21:48:40.155 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2857> 2024-02-10T21:48:33.144+0000 7fc36cf97200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T21:48:40.155 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2815> 2024-02-10T21:48:33.239+0000 7fc36cf97200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T21:48:40.155 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2788> 2024-02-10T21:48:33.383+0000 7fc36cf97200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T21:48:40.155 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2766> 2024-02-10T21:48:33.482+0000 7fc36cf97200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T21:48:40.155 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2754> 2024-02-10T21:48:33.571+0000 7fc36cf97200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T21:48:40.156 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2735> 2024-02-10T21:48:33.840+0000 7fc36cf97200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T21:48:40.156 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2703> 2024-02-10T21:48:33.954+0000 7fc36cf97200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T21:48:40.156 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2683> 2024-02-10T21:48:34.042+0000 7fc36cf97200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T21:48:40.156 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2665> 2024-02-10T21:48:34.140+0000 7fc36cf97200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T21:48:40.156 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2638> 2024-02-10T21:48:34.319+0000 7fc36cf97200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T21:48:40.157 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2585> 2024-02-10T21:48:35.329+0000 7fc36cf97200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T21:48:40.157 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2571> 2024-02-10T21:48:35.464+0000 7fc36cf97200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T21:48:40.157 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2512> 2024-02-10T21:48:35.805+0000 7fc36cf97200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T21:48:40.157 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2491> 2024-02-10T21:48:35.898+0000 7fc36cf97200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T21:48:40.157 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2479> 2024-02-10T21:48:36.100+0000 7fc36cf97200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T21:48:40.157 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2439> 2024-02-10T21:48:36.290+0000 7fc36cf97200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T21:48:40.157 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2344> 2024-02-10T21:48:36.585+0000 7fc36cf97200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T21:48:40.157 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2328> 2024-02-10T21:48:36.849+0000 7fc36cf97200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T21:48:40.157 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2269> 2024-02-10T21:48:37.093+0000 7fc36cf97200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T21:48:40.157 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2116> 2024-02-10T21:48:37.930+0000 7fc36cf97200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T21:48:40.157 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2092> 2024-02-10T21:48:38.526+0000 7fc36cf97200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T21:48:40.157 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2078> 2024-02-10T21:48:38.626+0000 7fc36cf97200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T21:48:40.157 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: -2046> 2024-02-10T21:48:38.852+0000 7fc36cf97200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T21:48:40.157 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 0> 2024-02-10T21:48:39.871+0000 7fc362d9b700 -1 *** Caught signal (Aborted) ** 2024-02-10T21:48:40.158 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: in thread 7fc362d9b700 thread_name:admin_socket 2024-02-10T21:48:40.158 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2024-02-10T21:48:40.158 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T21:48:40.158 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fc36a555d20] 2024-02-10T21:48:40.158 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2: gsignal() 2024-02-10T21:48:40.158 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 3: abort() 2024-02-10T21:48:40.158 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 4: /lib64/libc.so.6(+0x21d39) [0x7fc368a30d39] 2024-02-10T21:48:40.158 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 5: /lib64/libc.so.6(+0x46e86) [0x7fc368a55e86] 2024-02-10T21:48:40.158 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fc36b6a1785] 2024-02-10T21:48:40.158 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fc36b6a2f75] 2024-02-10T21:48:40.158 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fc36b6a1baf] 2024-02-10T21:48:40.158 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7fc36b6adb6d] 2024-02-10T21:48:40.158 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7fc36b6a7f69] 2024-02-10T21:48:40.158 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fc36b6a9a4b] 2024-02-10T21:48:40.159 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 12: (AdminSocket::entry()+0x4de) [0x7fc36b6aa2ae] 2024-02-10T21:48:40.159 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fc369441b23] 2024-02-10T21:48:40.159 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fc36a54b1ca] 2024-02-10T21:48:40.159 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 15: clone() 2024-02-10T21:48:40.159 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T21:48:40.159 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[31720]: 2024-02-10T21:48:40.159 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:39 smithi026 podman[31967]: 2024-02-10 21:48:39.930650174 +0000 UTC m=+0.018002306 container died c3e1d72e8af7999980ccde6d72405ff6d3ada28a9cd6a62586966700e43034a1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, io.buildah.version=1.33.2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275) 2024-02-10T21:48:40.643 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:40 smithi026 podman[31967]: 2024-02-10 21:48:40.453149252 +0000 UTC m=+0.540501433 container remove c3e1d72e8af7999980ccde6d72405ff6d3ada28a9cd6a62586966700e43034a1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a, org.label-schema.schema-version=1.0, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240131, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, io.buildah.version=1.33.2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-02-10T21:48:40.643 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:40 smithi026 systemd[1]: ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-10T21:48:41.143 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:40 smithi026 systemd[1]: ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-10T21:48:41.143 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:40 smithi026 systemd[1]: ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mgr.a.service: Consumed 9.063s CPU time. 2024-02-10T21:48:51.145 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:50 smithi026 systemd[1]: ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 3. 2024-02-10T21:48:51.145 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:50 smithi026 systemd[1]: Stopped Ceph mgr.a for dd631d9a-c85d-11ee-95b9-87774f69a715. 2024-02-10T21:48:51.145 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:50 smithi026 systemd[1]: ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mgr.a.service: Consumed 9.063s CPU time. 2024-02-10T21:48:51.146 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:50 smithi026 systemd[1]: Starting Ceph mgr.a for dd631d9a-c85d-11ee-95b9-87774f69a715... 2024-02-10T21:48:51.146 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:51 smithi026 podman[32066]: 2024-02-10 21:48:51.026246546 +0000 UTC m=+0.018633129 image pull e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T21:48:51.146 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:51 smithi026 podman[32066]: 2024-02-10 21:48:51.14448839 +0000 UTC m=+0.136874958 container create eac3523b52596c18d1153b46c1319fd2019627a65f4e63ebe388f549d2cc2701 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a, org.label-schema.vendor=CentOS, io.buildah.version=1.33.2, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240131) 2024-02-10T21:48:51.464 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:51 smithi026 podman[32066]: 2024-02-10 21:48:51.354907436 +0000 UTC m=+0.347294004 container init eac3523b52596c18d1153b46c1319fd2019627a65f4e63ebe388f549d2cc2701 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a, org.label-schema.build-date=20240131, io.buildah.version=1.33.2, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, maintainer=Guillaume Abrioux , GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-02-10T21:48:51.464 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:51 smithi026 podman[32066]: 2024-02-10 21:48:51.360200702 +0000 UTC m=+0.352587278 container start eac3523b52596c18d1153b46c1319fd2019627a65f4e63ebe388f549d2cc2701 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , io.buildah.version=1.33.2, org.label-schema.license=GPLv2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240131, ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0) 2024-02-10T21:48:51.893 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:51 smithi026 bash[32066]: eac3523b52596c18d1153b46c1319fd2019627a65f4e63ebe388f549d2cc2701 2024-02-10T21:48:51.894 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:51 smithi026 systemd[1]: Started Ceph mgr.a for dd631d9a-c85d-11ee-95b9-87774f69a715. 2024-02-10T21:48:52.292 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:51 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2024-02-10T21:48:51.919+0000 7f275d1c8200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T21:48:52.292 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:52 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2024-02-10T21:48:52.014+0000 7f275d1c8200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T21:48:53.010 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:52 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2024-02-10T21:48:52.675+0000 7f275d1c8200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T21:48:53.010 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:52 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2024-02-10T21:48:52.769+0000 7f275d1c8200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T21:48:53.010 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:52 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2024-02-10T21:48:52.911+0000 7f275d1c8200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T21:48:53.359 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:53 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2024-02-10T21:48:53.008+0000 7f275d1c8200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T21:48:53.359 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:53 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2024-02-10T21:48:53.092+0000 7f275d1c8200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T21:48:53.359 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:53 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2024-02-10T21:48:53.357+0000 7f275d1c8200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T21:48:53.643 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:53 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2024-02-10T21:48:53.469+0000 7f275d1c8200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T21:48:53.643 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:53 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2024-02-10T21:48:53.556+0000 7f275d1c8200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T21:48:54.143 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:53 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2024-02-10T21:48:53.652+0000 7f275d1c8200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T21:48:54.144 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:53 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2024-02-10T21:48:53.828+0000 7f275d1c8200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T21:48:55.143 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:54 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2024-02-10T21:48:54.821+0000 7f275d1c8200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T21:48:55.144 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:54 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2024-02-10T21:48:54.954+0000 7f275d1c8200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T21:48:55.580 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:55 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2024-02-10T21:48:55.289+0000 7f275d1c8200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T21:48:55.581 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:55 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2024-02-10T21:48:55.380+0000 7f275d1c8200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T21:48:55.581 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:55 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2024-02-10T21:48:55.579+0000 7f275d1c8200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T21:48:55.893 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:55 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2024-02-10T21:48:55.765+0000 7f275d1c8200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T21:48:56.314 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:56 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2024-02-10T21:48:56.053+0000 7f275d1c8200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T21:48:56.315 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:56 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2024-02-10T21:48:56.313+0000 7f275d1c8200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T21:48:56.643 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:56 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2024-02-10T21:48:56.552+0000 7f275d1c8200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T21:48:57.643 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:57 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2024-02-10T21:48:57.370+0000 7f275d1c8200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T21:48:58.268 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:57 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2024-02-10T21:48:57.949+0000 7f275d1c8200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T21:48:58.268 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:58 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2024-02-10T21:48:58.048+0000 7f275d1c8200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T21:48:58.268 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:58 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2024-02-10T21:48:58.266+0000 7f275d1c8200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T21:48:58.644 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:58 smithi026 ceph-mon[30004]: Active manager daemon a restarted 2024-02-10T21:48:58.644 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:58 smithi026 ceph-mon[30004]: Activating manager daemon a 2024-02-10T21:48:58.644 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:58 smithi026 ceph-mon[30004]: osdmap e5: 0 total, 0 up, 0 in 2024-02-10T21:48:58.644 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:58 smithi026 ceph-mon[30004]: mgrmap e12: a(active, starting, since 0.00306363s) 2024-02-10T21:48:58.644 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:58 smithi026 ceph-mon[30004]: from='mgr.14146 172.21.15.26:0/3189842068' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T21:48:58.644 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:58 smithi026 ceph-mon[30004]: from='mgr.14146 172.21.15.26:0/3189842068' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T21:48:58.644 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:58 smithi026 ceph-mon[30004]: from='mgr.14146 172.21.15.26:0/3189842068' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T21:48:58.644 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:58 smithi026 ceph-mon[30004]: from='mgr.14146 172.21.15.26:0/3189842068' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T21:48:58.644 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:58 smithi026 ceph-mon[30004]: from='mgr.14146 172.21.15.26:0/3189842068' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T21:48:58.644 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:58 smithi026 ceph-mon[30004]: Manager daemon a is now available 2024-02-10T21:48:58.644 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:58 smithi026 ceph-mon[30004]: from='mgr.14146 172.21.15.26:0/3189842068' entity='mgr.a' 2024-02-10T21:48:58.645 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:58 smithi026 ceph-mon[30004]: from='mgr.14146 172.21.15.26:0/3189842068' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T21:48:58.645 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:58 smithi026 ceph-mon[30004]: from='mgr.14146 172.21.15.26:0/3189842068' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T21:48:58.645 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:58 smithi026 ceph-mon[30004]: from='mgr.14146 172.21.15.26:0/3189842068' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T21:48:59.644 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-mon[30004]: from='mgr.14146 172.21.15.26:0/3189842068' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T21:48:59.644 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-mon[30004]: from='mgr.14146 172.21.15.26:0/3189842068' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T21:48:59.644 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-mon[30004]: from='mgr.14146 172.21.15.26:0/3189842068' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T21:48:59.644 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-mon[30004]: mgrmap e13: a(active, since 1.00598s) 2024-02-10T21:48:59.646 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: ceph-mgr: /home/jenkins-build/build/workspace/ceph-dev-new-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/19.0.0-1367-g14aa01b9/rpm/el8/BUILD/ceph-19.0.0-1367-g14aa01b9/x86_64-redhat-linux-gnu/boost/include/boost/smart_ptr/intrusive_ptr.hpp:201: T* boost::intrusive_ptr::operator->() const [with T = Connection]: Assertion `px != 0' failed. 2024-02-10T21:48:59.646 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: *** Caught signal (Aborted) ** 2024-02-10T21:48:59.646 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: in thread 7f2752fcc700 thread_name:admin_socket 2024-02-10T21:48:59.646 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T21:48:59.647 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f275a786d20] 2024-02-10T21:48:59.647 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2: gsignal() 2024-02-10T21:48:59.647 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 3: abort() 2024-02-10T21:48:59.647 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 4: /lib64/libc.so.6(+0x21d39) [0x7f2758c61d39] 2024-02-10T21:48:59.647 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 5: /lib64/libc.so.6(+0x46e86) [0x7f2758c86e86] 2024-02-10T21:48:59.647 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f275b8d2785] 2024-02-10T21:48:59.647 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f275b8d3f75] 2024-02-10T21:48:59.648 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f275b8d2baf] 2024-02-10T21:48:59.648 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f275b8deb6d] 2024-02-10T21:48:59.648 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f275b8d8f69] 2024-02-10T21:48:59.648 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f275b8daa4b] 2024-02-10T21:48:59.648 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 12: (AdminSocket::entry()+0x4de) [0x7f275b8db2ae] 2024-02-10T21:48:59.649 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f2759672b23] 2024-02-10T21:48:59.649 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f275a77c1ca] 2024-02-10T21:48:59.649 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 15: clone() 2024-02-10T21:48:59.649 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2024-02-10T21:48:59.284+0000 7f2752fcc700 -1 *** Caught signal (Aborted) ** 2024-02-10T21:48:59.649 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: in thread 7f2752fcc700 thread_name:admin_socket 2024-02-10T21:48:59.649 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2024-02-10T21:48:59.650 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T21:48:59.650 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f275a786d20] 2024-02-10T21:48:59.650 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2: gsignal() 2024-02-10T21:48:59.650 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 3: abort() 2024-02-10T21:48:59.650 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 4: /lib64/libc.so.6(+0x21d39) [0x7f2758c61d39] 2024-02-10T21:48:59.650 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 5: /lib64/libc.so.6(+0x46e86) [0x7f2758c86e86] 2024-02-10T21:48:59.651 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f275b8d2785] 2024-02-10T21:48:59.651 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f275b8d3f75] 2024-02-10T21:48:59.651 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f275b8d2baf] 2024-02-10T21:48:59.651 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f275b8deb6d] 2024-02-10T21:48:59.651 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f275b8d8f69] 2024-02-10T21:48:59.651 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f275b8daa4b] 2024-02-10T21:48:59.651 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 12: (AdminSocket::entry()+0x4de) [0x7f275b8db2ae] 2024-02-10T21:48:59.651 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f2759672b23] 2024-02-10T21:48:59.651 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f275a77c1ca] 2024-02-10T21:48:59.651 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 15: clone() 2024-02-10T21:48:59.652 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T21:48:59.652 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2024-02-10T21:48:59.652 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -3137> 2024-02-10T21:48:51.919+0000 7f275d1c8200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T21:48:59.652 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -3116> 2024-02-10T21:48:52.014+0000 7f275d1c8200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T21:48:59.652 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2874> 2024-02-10T21:48:52.675+0000 7f275d1c8200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T21:48:59.652 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2832> 2024-02-10T21:48:52.769+0000 7f275d1c8200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T21:48:59.652 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2805> 2024-02-10T21:48:52.911+0000 7f275d1c8200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T21:48:59.652 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2783> 2024-02-10T21:48:53.008+0000 7f275d1c8200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T21:48:59.652 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2771> 2024-02-10T21:48:53.092+0000 7f275d1c8200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T21:48:59.652 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2752> 2024-02-10T21:48:53.357+0000 7f275d1c8200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T21:48:59.652 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2720> 2024-02-10T21:48:53.469+0000 7f275d1c8200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T21:48:59.653 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2700> 2024-02-10T21:48:53.556+0000 7f275d1c8200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T21:48:59.653 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2682> 2024-02-10T21:48:53.652+0000 7f275d1c8200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T21:48:59.653 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2655> 2024-02-10T21:48:53.828+0000 7f275d1c8200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T21:48:59.653 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2602> 2024-02-10T21:48:54.821+0000 7f275d1c8200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T21:48:59.653 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2588> 2024-02-10T21:48:54.954+0000 7f275d1c8200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T21:48:59.653 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2529> 2024-02-10T21:48:55.289+0000 7f275d1c8200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T21:48:59.653 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2513> 2024-02-10T21:48:55.380+0000 7f275d1c8200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T21:48:59.653 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2496> 2024-02-10T21:48:55.579+0000 7f275d1c8200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T21:48:59.653 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2456> 2024-02-10T21:48:55.765+0000 7f275d1c8200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T21:48:59.653 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2361> 2024-02-10T21:48:56.053+0000 7f275d1c8200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T21:48:59.653 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2350> 2024-02-10T21:48:56.313+0000 7f275d1c8200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T21:48:59.653 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2286> 2024-02-10T21:48:56.552+0000 7f275d1c8200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T21:48:59.653 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2138> 2024-02-10T21:48:57.370+0000 7f275d1c8200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T21:48:59.654 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2109> 2024-02-10T21:48:57.949+0000 7f275d1c8200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T21:48:59.654 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2095> 2024-02-10T21:48:58.048+0000 7f275d1c8200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T21:48:59.654 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2068> 2024-02-10T21:48:58.266+0000 7f275d1c8200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T21:48:59.654 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 0> 2024-02-10T21:48:59.284+0000 7f2752fcc700 -1 *** Caught signal (Aborted) ** 2024-02-10T21:48:59.654 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: in thread 7f2752fcc700 thread_name:admin_socket 2024-02-10T21:48:59.654 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2024-02-10T21:48:59.654 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T21:48:59.654 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f275a786d20] 2024-02-10T21:48:59.654 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2: gsignal() 2024-02-10T21:48:59.654 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 3: abort() 2024-02-10T21:48:59.654 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 4: /lib64/libc.so.6(+0x21d39) [0x7f2758c61d39] 2024-02-10T21:48:59.654 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 5: /lib64/libc.so.6(+0x46e86) [0x7f2758c86e86] 2024-02-10T21:48:59.654 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f275b8d2785] 2024-02-10T21:48:59.655 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f275b8d3f75] 2024-02-10T21:48:59.655 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f275b8d2baf] 2024-02-10T21:48:59.655 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f275b8deb6d] 2024-02-10T21:48:59.655 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f275b8d8f69] 2024-02-10T21:48:59.655 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f275b8daa4b] 2024-02-10T21:48:59.655 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 12: (AdminSocket::entry()+0x4de) [0x7f275b8db2ae] 2024-02-10T21:48:59.656 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f2759672b23] 2024-02-10T21:48:59.656 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f275a77c1ca] 2024-02-10T21:48:59.656 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 15: clone() 2024-02-10T21:48:59.656 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T21:48:59.656 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2024-02-10T21:48:59.656 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -3137> 2024-02-10T21:48:51.919+0000 7f275d1c8200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T21:48:59.657 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -3116> 2024-02-10T21:48:52.014+0000 7f275d1c8200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T21:48:59.657 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2874> 2024-02-10T21:48:52.675+0000 7f275d1c8200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T21:48:59.657 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2832> 2024-02-10T21:48:52.769+0000 7f275d1c8200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T21:48:59.657 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2805> 2024-02-10T21:48:52.911+0000 7f275d1c8200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T21:48:59.657 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2783> 2024-02-10T21:48:53.008+0000 7f275d1c8200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T21:48:59.657 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2771> 2024-02-10T21:48:53.092+0000 7f275d1c8200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T21:48:59.657 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2752> 2024-02-10T21:48:53.357+0000 7f275d1c8200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T21:48:59.658 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2720> 2024-02-10T21:48:53.469+0000 7f275d1c8200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T21:48:59.658 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2700> 2024-02-10T21:48:53.556+0000 7f275d1c8200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T21:48:59.658 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2682> 2024-02-10T21:48:53.652+0000 7f275d1c8200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T21:48:59.658 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2655> 2024-02-10T21:48:53.828+0000 7f275d1c8200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T21:48:59.658 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2602> 2024-02-10T21:48:54.821+0000 7f275d1c8200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T21:48:59.658 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2588> 2024-02-10T21:48:54.954+0000 7f275d1c8200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T21:48:59.659 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2529> 2024-02-10T21:48:55.289+0000 7f275d1c8200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T21:48:59.659 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2513> 2024-02-10T21:48:55.380+0000 7f275d1c8200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T21:48:59.659 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2496> 2024-02-10T21:48:55.579+0000 7f275d1c8200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T21:48:59.659 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2456> 2024-02-10T21:48:55.765+0000 7f275d1c8200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T21:48:59.659 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2361> 2024-02-10T21:48:56.053+0000 7f275d1c8200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T21:48:59.659 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2350> 2024-02-10T21:48:56.313+0000 7f275d1c8200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T21:48:59.660 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2286> 2024-02-10T21:48:56.552+0000 7f275d1c8200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T21:48:59.660 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2138> 2024-02-10T21:48:57.370+0000 7f275d1c8200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T21:48:59.660 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2109> 2024-02-10T21:48:57.949+0000 7f275d1c8200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T21:48:59.660 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2095> 2024-02-10T21:48:58.048+0000 7f275d1c8200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T21:48:59.660 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: -2068> 2024-02-10T21:48:58.266+0000 7f275d1c8200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T21:48:59.661 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 0> 2024-02-10T21:48:59.284+0000 7f2752fcc700 -1 *** Caught signal (Aborted) ** 2024-02-10T21:48:59.661 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: in thread 7f2752fcc700 thread_name:admin_socket 2024-02-10T21:48:59.661 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2024-02-10T21:48:59.661 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T21:48:59.661 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f275a786d20] 2024-02-10T21:48:59.661 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2: gsignal() 2024-02-10T21:48:59.662 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 3: abort() 2024-02-10T21:48:59.662 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 4: /lib64/libc.so.6(+0x21d39) [0x7f2758c61d39] 2024-02-10T21:48:59.662 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 5: /lib64/libc.so.6(+0x46e86) [0x7f2758c86e86] 2024-02-10T21:48:59.662 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f275b8d2785] 2024-02-10T21:48:59.662 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f275b8d3f75] 2024-02-10T21:48:59.662 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f275b8d2baf] 2024-02-10T21:48:59.663 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f275b8deb6d] 2024-02-10T21:48:59.663 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f275b8d8f69] 2024-02-10T21:48:59.663 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f275b8daa4b] 2024-02-10T21:48:59.663 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 12: (AdminSocket::entry()+0x4de) [0x7f275b8db2ae] 2024-02-10T21:48:59.663 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f2759672b23] 2024-02-10T21:48:59.663 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f275a77c1ca] 2024-02-10T21:48:59.663 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 15: clone() 2024-02-10T21:48:59.664 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T21:48:59.664 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32082]: 2024-02-10T21:48:59.664 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 podman[32340]: 2024-02-10 21:48:59.353014729 +0000 UTC m=+0.019663144 container died eac3523b52596c18d1153b46c1319fd2019627a65f4e63ebe388f549d2cc2701 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.build-date=20240131, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-02-10T21:48:59.911 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 podman[32340]: 2024-02-10 21:48:59.900229392 +0000 UTC m=+0.566877855 container remove eac3523b52596c18d1153b46c1319fd2019627a65f4e63ebe388f549d2cc2701 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a, ceph=True, io.buildah.version=1.33.2, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.build-date=20240131, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, CEPH_POINT_RELEASE=) 2024-02-10T21:48:59.912 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:48:59 smithi026 systemd[1]: ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-10T21:49:00.393 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:00 smithi026 systemd[1]: ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-10T21:49:00.394 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:00 smithi026 systemd[1]: ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mgr.a.service: Consumed 8.536s CPU time. 2024-02-10T21:49:10.490 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:10 smithi026 systemd[1]: ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 4. 2024-02-10T21:49:10.490 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:10 smithi026 systemd[1]: Stopped Ceph mgr.a for dd631d9a-c85d-11ee-95b9-87774f69a715. 2024-02-10T21:49:10.490 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:10 smithi026 systemd[1]: ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mgr.a.service: Consumed 8.536s CPU time. 2024-02-10T21:49:10.490 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:10 smithi026 systemd[1]: Starting Ceph mgr.a for dd631d9a-c85d-11ee-95b9-87774f69a715... 2024-02-10T21:49:10.490 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:10 smithi026 podman[32445]: 2024-02-10 21:49:10.281944779 +0000 UTC m=+0.017960520 image pull e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T21:49:10.490 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:10 smithi026 podman[32445]: 2024-02-10 21:49:10.383090891 +0000 UTC m=+0.119106659 container create faad20244d00cf563f735ac3c039fbb381e8cb71f837c4c2d0ebc1b403b56507 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_CLEAN=True, io.buildah.version=1.33.2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240131, ceph=True, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b) 2024-02-10T21:49:10.893 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:10 smithi026 podman[32445]: 2024-02-10 21:49:10.58530839 +0000 UTC m=+0.321324119 container init faad20244d00cf563f735ac3c039fbb381e8cb71f837c4c2d0ebc1b403b56507 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_BRANCH=HEAD, ceph=True, CEPH_POINT_RELEASE=, io.buildah.version=1.33.2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True) 2024-02-10T21:49:10.894 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:10 smithi026 podman[32445]: 2024-02-10 21:49:10.59096969 +0000 UTC m=+0.326985416 container start faad20244d00cf563f735ac3c039fbb381e8cb71f837c4c2d0ebc1b403b56507 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.build-date=20240131, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-02-10T21:49:10.894 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:10 smithi026 bash[32445]: faad20244d00cf563f735ac3c039fbb381e8cb71f837c4c2d0ebc1b403b56507 2024-02-10T21:49:10.894 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:10 smithi026 systemd[1]: Started Ceph mgr.a for dd631d9a-c85d-11ee-95b9-87774f69a715. 2024-02-10T21:49:11.393 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:11 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2024-02-10T21:49:11.141+0000 7fd0b5648200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T21:49:11.394 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:11 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2024-02-10T21:49:11.236+0000 7fd0b5648200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T21:49:12.232 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:11 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2024-02-10T21:49:11.896+0000 7fd0b5648200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T21:49:12.233 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:11 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2024-02-10T21:49:11.990+0000 7fd0b5648200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T21:49:12.233 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:12 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2024-02-10T21:49:12.133+0000 7fd0b5648200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T21:49:12.584 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:12 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2024-02-10T21:49:12.231+0000 7fd0b5648200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T21:49:12.584 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:12 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2024-02-10T21:49:12.315+0000 7fd0b5648200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T21:49:12.584 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:12 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2024-02-10T21:49:12.582+0000 7fd0b5648200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T21:49:12.880 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:12 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2024-02-10T21:49:12.694+0000 7fd0b5648200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T21:49:12.880 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:12 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2024-02-10T21:49:12.781+0000 7fd0b5648200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T21:49:12.880 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:12 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2024-02-10T21:49:12.878+0000 7fd0b5648200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T21:49:13.143 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:13 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2024-02-10T21:49:13.056+0000 7fd0b5648200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T21:49:14.394 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:14 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2024-02-10T21:49:14.054+0000 7fd0b5648200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T21:49:14.394 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:14 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2024-02-10T21:49:14.189+0000 7fd0b5648200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T21:49:14.818 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:14 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2024-02-10T21:49:14.525+0000 7fd0b5648200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T21:49:14.819 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:14 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2024-02-10T21:49:14.617+0000 7fd0b5648200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T21:49:14.819 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:14 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2024-02-10T21:49:14.817+0000 7fd0b5648200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T21:49:15.143 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:15 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2024-02-10T21:49:15.005+0000 7fd0b5648200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T21:49:15.557 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:15 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2024-02-10T21:49:15.295+0000 7fd0b5648200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T21:49:15.557 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:15 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2024-02-10T21:49:15.556+0000 7fd0b5648200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T21:49:15.893 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:15 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2024-02-10T21:49:15.797+0000 7fd0b5648200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T21:49:16.893 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:16 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2024-02-10T21:49:16.621+0000 7fd0b5648200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T21:49:17.524 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:17 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2024-02-10T21:49:17.201+0000 7fd0b5648200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T21:49:17.524 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:17 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2024-02-10T21:49:17.302+0000 7fd0b5648200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T21:49:17.524 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:17 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2024-02-10T21:49:17.522+0000 7fd0b5648200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T21:49:17.894 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:49:17 smithi026 ceph-mon[30004]: Active manager daemon a restarted 2024-02-10T21:49:17.894 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:49:17 smithi026 ceph-mon[30004]: Activating manager daemon a 2024-02-10T21:49:17.894 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:49:17 smithi026 ceph-mon[30004]: osdmap e6: 0 total, 0 up, 0 in 2024-02-10T21:49:17.894 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:49:17 smithi026 ceph-mon[30004]: mgrmap e14: a(active, starting, since 0.0031485s) 2024-02-10T21:49:17.894 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:49:17 smithi026 ceph-mon[30004]: from='mgr.14154 172.21.15.26:0/631661683' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T21:49:17.894 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:49:17 smithi026 ceph-mon[30004]: from='mgr.14154 172.21.15.26:0/631661683' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T21:49:17.894 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:49:17 smithi026 ceph-mon[30004]: from='mgr.14154 172.21.15.26:0/631661683' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T21:49:17.894 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:49:17 smithi026 ceph-mon[30004]: from='mgr.14154 172.21.15.26:0/631661683' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T21:49:17.894 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:49:17 smithi026 ceph-mon[30004]: from='mgr.14154 172.21.15.26:0/631661683' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T21:49:17.894 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:49:17 smithi026 ceph-mon[30004]: Manager daemon a is now available 2024-02-10T21:49:17.894 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:49:17 smithi026 ceph-mon[30004]: from='mgr.14154 172.21.15.26:0/631661683' entity='mgr.a' 2024-02-10T21:49:17.894 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:49:17 smithi026 ceph-mon[30004]: from='mgr.14154 172.21.15.26:0/631661683' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T21:49:17.895 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:49:17 smithi026 ceph-mon[30004]: from='mgr.14154 172.21.15.26:0/631661683' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T21:49:18.894 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-mon[30004]: from='mgr.14154 172.21.15.26:0/631661683' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T21:49:18.894 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-mon[30004]: from='mgr.14154 172.21.15.26:0/631661683' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T21:49:18.894 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-mon[30004]: from='mgr.14154 172.21.15.26:0/631661683' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T21:49:18.894 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-mon[30004]: mgrmap e15: a(active, since 1.00588s) 2024-02-10T21:49:18.894 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: ceph-mgr: /home/jenkins-build/build/workspace/ceph-dev-new-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/19.0.0-1367-g14aa01b9/rpm/el8/BUILD/ceph-19.0.0-1367-g14aa01b9/x86_64-redhat-linux-gnu/boost/include/boost/smart_ptr/intrusive_ptr.hpp:201: T* boost::intrusive_ptr::operator->() const [with T = Connection]: Assertion `px != 0' failed. 2024-02-10T21:49:18.895 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: *** Caught signal (Aborted) ** 2024-02-10T21:49:18.895 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: in thread 7fd0ab44c700 thread_name:admin_socket 2024-02-10T21:49:18.895 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T21:49:18.895 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fd0b2c06d20] 2024-02-10T21:49:18.895 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2: gsignal() 2024-02-10T21:49:18.895 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 3: abort() 2024-02-10T21:49:18.895 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 4: /lib64/libc.so.6(+0x21d39) [0x7fd0b10e1d39] 2024-02-10T21:49:18.895 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 5: /lib64/libc.so.6(+0x46e86) [0x7fd0b1106e86] 2024-02-10T21:49:18.895 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fd0b3d52785] 2024-02-10T21:49:18.895 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fd0b3d53f75] 2024-02-10T21:49:18.895 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fd0b3d52baf] 2024-02-10T21:49:18.895 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7fd0b3d5eb6d] 2024-02-10T21:49:18.895 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7fd0b3d58f69] 2024-02-10T21:49:18.896 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fd0b3d5aa4b] 2024-02-10T21:49:18.896 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 12: (AdminSocket::entry()+0x4de) [0x7fd0b3d5b2ae] 2024-02-10T21:49:18.896 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fd0b1af2b23] 2024-02-10T21:49:18.896 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fd0b2bfc1ca] 2024-02-10T21:49:18.896 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 15: clone() 2024-02-10T21:49:18.896 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2024-02-10T21:49:18.542+0000 7fd0ab44c700 -1 *** Caught signal (Aborted) ** 2024-02-10T21:49:18.896 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: in thread 7fd0ab44c700 thread_name:admin_socket 2024-02-10T21:49:18.896 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2024-02-10T21:49:18.896 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T21:49:18.896 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fd0b2c06d20] 2024-02-10T21:49:18.896 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2: gsignal() 2024-02-10T21:49:18.896 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 3: abort() 2024-02-10T21:49:18.897 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 4: /lib64/libc.so.6(+0x21d39) [0x7fd0b10e1d39] 2024-02-10T21:49:18.897 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 5: /lib64/libc.so.6(+0x46e86) [0x7fd0b1106e86] 2024-02-10T21:49:18.897 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fd0b3d52785] 2024-02-10T21:49:18.897 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fd0b3d53f75] 2024-02-10T21:49:18.897 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fd0b3d52baf] 2024-02-10T21:49:18.897 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7fd0b3d5eb6d] 2024-02-10T21:49:18.897 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7fd0b3d58f69] 2024-02-10T21:49:18.897 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fd0b3d5aa4b] 2024-02-10T21:49:18.897 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 12: (AdminSocket::entry()+0x4de) [0x7fd0b3d5b2ae] 2024-02-10T21:49:18.897 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fd0b1af2b23] 2024-02-10T21:49:18.897 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fd0b2bfc1ca] 2024-02-10T21:49:18.897 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 15: clone() 2024-02-10T21:49:18.898 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T21:49:18.898 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2024-02-10T21:49:18.898 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -3114> 2024-02-10T21:49:11.141+0000 7fd0b5648200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T21:49:18.898 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -3093> 2024-02-10T21:49:11.236+0000 7fd0b5648200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T21:49:18.898 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2851> 2024-02-10T21:49:11.896+0000 7fd0b5648200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T21:49:18.898 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2809> 2024-02-10T21:49:11.990+0000 7fd0b5648200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T21:49:18.898 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2782> 2024-02-10T21:49:12.133+0000 7fd0b5648200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T21:49:18.898 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2760> 2024-02-10T21:49:12.231+0000 7fd0b5648200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T21:49:18.898 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2748> 2024-02-10T21:49:12.315+0000 7fd0b5648200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T21:49:18.898 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2729> 2024-02-10T21:49:12.582+0000 7fd0b5648200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T21:49:18.899 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2697> 2024-02-10T21:49:12.694+0000 7fd0b5648200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T21:49:18.899 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2677> 2024-02-10T21:49:12.781+0000 7fd0b5648200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T21:49:18.899 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2659> 2024-02-10T21:49:12.878+0000 7fd0b5648200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T21:49:18.899 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2632> 2024-02-10T21:49:13.056+0000 7fd0b5648200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T21:49:18.899 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2579> 2024-02-10T21:49:14.054+0000 7fd0b5648200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T21:49:18.899 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2565> 2024-02-10T21:49:14.189+0000 7fd0b5648200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T21:49:18.899 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2506> 2024-02-10T21:49:14.525+0000 7fd0b5648200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T21:49:18.899 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2485> 2024-02-10T21:49:14.617+0000 7fd0b5648200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T21:49:18.899 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2473> 2024-02-10T21:49:14.817+0000 7fd0b5648200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T21:49:18.900 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2433> 2024-02-10T21:49:15.005+0000 7fd0b5648200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T21:49:18.900 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2338> 2024-02-10T21:49:15.295+0000 7fd0b5648200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T21:49:18.900 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2327> 2024-02-10T21:49:15.556+0000 7fd0b5648200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T21:49:18.901 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2263> 2024-02-10T21:49:15.797+0000 7fd0b5648200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T21:49:18.901 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2110> 2024-02-10T21:49:16.621+0000 7fd0b5648200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T21:49:18.901 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2086> 2024-02-10T21:49:17.201+0000 7fd0b5648200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T21:49:18.901 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2072> 2024-02-10T21:49:17.302+0000 7fd0b5648200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T21:49:18.901 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2045> 2024-02-10T21:49:17.522+0000 7fd0b5648200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T21:49:18.901 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 0> 2024-02-10T21:49:18.542+0000 7fd0ab44c700 -1 *** Caught signal (Aborted) ** 2024-02-10T21:49:18.901 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: in thread 7fd0ab44c700 thread_name:admin_socket 2024-02-10T21:49:18.901 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2024-02-10T21:49:18.901 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T21:49:18.901 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fd0b2c06d20] 2024-02-10T21:49:18.901 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2: gsignal() 2024-02-10T21:49:18.901 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 3: abort() 2024-02-10T21:49:18.901 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 4: /lib64/libc.so.6(+0x21d39) [0x7fd0b10e1d39] 2024-02-10T21:49:18.902 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 5: /lib64/libc.so.6(+0x46e86) [0x7fd0b1106e86] 2024-02-10T21:49:18.902 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fd0b3d52785] 2024-02-10T21:49:18.902 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fd0b3d53f75] 2024-02-10T21:49:18.902 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fd0b3d52baf] 2024-02-10T21:49:18.902 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7fd0b3d5eb6d] 2024-02-10T21:49:18.902 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7fd0b3d58f69] 2024-02-10T21:49:18.902 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fd0b3d5aa4b] 2024-02-10T21:49:18.902 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 12: (AdminSocket::entry()+0x4de) [0x7fd0b3d5b2ae] 2024-02-10T21:49:18.902 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fd0b1af2b23] 2024-02-10T21:49:18.902 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fd0b2bfc1ca] 2024-02-10T21:49:18.902 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 15: clone() 2024-02-10T21:49:18.902 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T21:49:18.903 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2024-02-10T21:49:18.904 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -3114> 2024-02-10T21:49:11.141+0000 7fd0b5648200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T21:49:18.904 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -3093> 2024-02-10T21:49:11.236+0000 7fd0b5648200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T21:49:18.904 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2851> 2024-02-10T21:49:11.896+0000 7fd0b5648200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T21:49:18.904 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2809> 2024-02-10T21:49:11.990+0000 7fd0b5648200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T21:49:18.904 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2782> 2024-02-10T21:49:12.133+0000 7fd0b5648200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T21:49:18.904 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2760> 2024-02-10T21:49:12.231+0000 7fd0b5648200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T21:49:18.904 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2748> 2024-02-10T21:49:12.315+0000 7fd0b5648200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T21:49:18.904 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2729> 2024-02-10T21:49:12.582+0000 7fd0b5648200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T21:49:18.904 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2697> 2024-02-10T21:49:12.694+0000 7fd0b5648200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T21:49:18.904 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2677> 2024-02-10T21:49:12.781+0000 7fd0b5648200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T21:49:18.904 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2659> 2024-02-10T21:49:12.878+0000 7fd0b5648200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T21:49:18.905 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2632> 2024-02-10T21:49:13.056+0000 7fd0b5648200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T21:49:18.905 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2579> 2024-02-10T21:49:14.054+0000 7fd0b5648200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T21:49:18.905 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2565> 2024-02-10T21:49:14.189+0000 7fd0b5648200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T21:49:18.905 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2506> 2024-02-10T21:49:14.525+0000 7fd0b5648200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T21:49:18.905 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2485> 2024-02-10T21:49:14.617+0000 7fd0b5648200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T21:49:18.905 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2473> 2024-02-10T21:49:14.817+0000 7fd0b5648200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T21:49:18.905 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2433> 2024-02-10T21:49:15.005+0000 7fd0b5648200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T21:49:18.905 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2338> 2024-02-10T21:49:15.295+0000 7fd0b5648200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T21:49:18.905 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2327> 2024-02-10T21:49:15.556+0000 7fd0b5648200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T21:49:18.905 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2263> 2024-02-10T21:49:15.797+0000 7fd0b5648200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T21:49:18.906 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2110> 2024-02-10T21:49:16.621+0000 7fd0b5648200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T21:49:18.906 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2086> 2024-02-10T21:49:17.201+0000 7fd0b5648200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T21:49:18.906 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2072> 2024-02-10T21:49:17.302+0000 7fd0b5648200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T21:49:18.906 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: -2045> 2024-02-10T21:49:17.522+0000 7fd0b5648200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T21:49:18.906 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 0> 2024-02-10T21:49:18.542+0000 7fd0ab44c700 -1 *** Caught signal (Aborted) ** 2024-02-10T21:49:18.906 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: in thread 7fd0ab44c700 thread_name:admin_socket 2024-02-10T21:49:18.906 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2024-02-10T21:49:18.906 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T21:49:18.906 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fd0b2c06d20] 2024-02-10T21:49:18.906 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2: gsignal() 2024-02-10T21:49:18.906 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 3: abort() 2024-02-10T21:49:18.906 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 4: /lib64/libc.so.6(+0x21d39) [0x7fd0b10e1d39] 2024-02-10T21:49:18.907 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 5: /lib64/libc.so.6(+0x46e86) [0x7fd0b1106e86] 2024-02-10T21:49:18.907 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fd0b3d52785] 2024-02-10T21:49:18.907 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fd0b3d53f75] 2024-02-10T21:49:18.907 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fd0b3d52baf] 2024-02-10T21:49:18.907 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7fd0b3d5eb6d] 2024-02-10T21:49:18.907 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7fd0b3d58f69] 2024-02-10T21:49:18.907 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fd0b3d5aa4b] 2024-02-10T21:49:18.907 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 12: (AdminSocket::entry()+0x4de) [0x7fd0b3d5b2ae] 2024-02-10T21:49:18.907 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fd0b1af2b23] 2024-02-10T21:49:18.907 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fd0b2bfc1ca] 2024-02-10T21:49:18.907 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 15: clone() 2024-02-10T21:49:18.907 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T21:49:18.907 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a[32460]: 2024-02-10T21:49:18.908 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:18 smithi026 podman[32707]: 2024-02-10 21:49:18.603238731 +0000 UTC m=+0.019458253 container died faad20244d00cf563f735ac3c039fbb381e8cb71f837c4c2d0ebc1b403b56507 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, io.buildah.version=1.33.2, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, CEPH_POINT_RELEASE=, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-02-10T21:49:19.393 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:19 smithi026 podman[32707]: 2024-02-10 21:49:19.180188874 +0000 UTC m=+0.596408408 container remove faad20244d00cf563f735ac3c039fbb381e8cb71f837c4c2d0ebc1b403b56507 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-dd631d9a-c85d-11ee-95b9-87774f69a715-mgr-a, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.schema-version=1.0, io.buildah.version=1.33.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240131, ceph=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=) 2024-02-10T21:49:19.394 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:19 smithi026 systemd[1]: ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-10T21:49:19.893 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:19 smithi026 systemd[1]: ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-10T21:49:19.894 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:19 smithi026 systemd[1]: ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mgr.a.service: Consumed 8.893s CPU time. 2024-02-10T21:49:30.144 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:29 smithi026 systemd[1]: ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 5. 2024-02-10T21:49:30.144 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:29 smithi026 systemd[1]: Stopped Ceph mgr.a for dd631d9a-c85d-11ee-95b9-87774f69a715. 2024-02-10T21:49:30.144 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:29 smithi026 systemd[1]: ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mgr.a.service: Consumed 8.893s CPU time. 2024-02-10T21:49:30.144 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:29 smithi026 systemd[1]: ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mgr.a.service: Start request repeated too quickly. 2024-02-10T21:49:30.144 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:29 smithi026 systemd[1]: ceph-dd631d9a-c85d-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-10T21:49:30.144 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Feb 10 21:49:29 smithi026 systemd[1]: Failed to start Ceph mgr.a for dd631d9a-c85d-11ee-95b9-87774f69a715. 2024-02-10T21:49:49.394 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:49:49 smithi026 ceph-mon[30004]: Manager daemon a is unresponsive. No standby daemons available. 2024-02-10T21:49:49.394 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:49:49 smithi026 ceph-mon[30004]: osdmap e7: 0 total, 0 up, 0 in 2024-02-10T21:49:49.394 INFO:journalctl@ceph.mon.a.smithi026.stdout:Feb 10 21:49:49 smithi026 ceph-mon[30004]: mgrmap e16: no daemons active (since 0.00328009s) 2024-02-11T09:37:21.701 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2024-02-11T09:37:21.724 DEBUG:teuthology.task.console_log:Killing console logger for smithi026 2024-02-11T09:37:21.724 DEBUG:teuthology.task.console_log:Killing console logger for smithi079 2024-02-11T09:37:21.725 DEBUG:teuthology.task.console_log:Killing console logger for smithi121 2024-02-11T09:37:21.725 DEBUG:teuthology.exit:Finished running handlers