2024-02-10T20:39:40.722 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-10T20:39:40.722 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_monitoring_stack_basic} --owner scheduled_yuriw@teuthology --name yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi/7555854 --verbose -- /home/teuthworker/archive/yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi/7555854/orig.config.yaml 2024-02-10T20:39:40.753 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-10T20:39:40.836 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/7555854 branch: wip-yuri6-testing-2024-02-09-1422 description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_monitoring_stack_basic} email: yweinste@redhat.com first_in_suite: false job_id: '7555854' 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: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 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: smithi007.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHaJ64O9TlCyzlo4ersGlkpZAbqCxMdh091S1IKXOW34lSRqYYotExFdxY7ZwtmJqdVnsvB60JHj25uPLC2ESYk= smithi096.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGX7qtAKoe5sti/nQdnEvnO7Z7WasuRDkaZgitLA8KDuNRGHzKNMu8kvWV5FkJkvntSBYb0iMdkI6gyH73eHTKY= smithi193.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCF8ogXbf8GX6zVAJLjnb1RLPo+SRvKJBqJaP1gMunKxWiePG7PQYlh7vCHInJPLgulgM0qw92uPYGZ7q95+oJY= 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: - "set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph\ \ orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch\ \ ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type\ \ mon -f json | jq -r 'last | .daemon_name')\nGRAFANA_HOST=$(ceph orch ps --daemon-type\ \ grafana -f json | jq -e '.[]' | jq -r '.hostname')\nPROM_HOST=$(ceph orch\ \ ps --daemon-type prometheus -f json | jq -e '.[]' | jq -r '.hostname')\nALERTM_HOST=$(ceph\ \ orch ps --daemon-type alertmanager -f json | jq -e '.[]' | jq -r '.hostname')\n\ GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST \"$GRAFANA_HOST\"\ \ '.[] | select(.hostname==$GRAFANA_HOST) | .addr')\nPROM_IP=$(ceph orch host\ \ ls -f json | jq -r --arg PROM_HOST \"$PROM_HOST\" '.[] | select(.hostname==$PROM_HOST)\ \ | .addr')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST\ \ \"$ALERTM_HOST\" '.[] | select(.hostname==$ALERTM_HOST) | .addr')\n# check\ \ each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph\ \ orch host ls -f json | jq -r '.[] | .addr')\nfor ip in $ALL_HOST_IPS; do\n\ \ curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive\ \ and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\n\ curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '.database == \"ok\"\ '\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\n\ sleep 120\n# check prometheus endpoints are responsive and mon down alert is\ \ firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ \ | jq -e '.status == \"success\"'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\n\ curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '.data | .alerts | .[]\ \ | select(.labels | .alertname == \"CephMonDown\") | .state == \"firing\"'\n\ # check alertmanager endpoints are responsive and mon down alert is active\n\ curl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '.data | .[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\n" 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-10T20:39:40.836 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-10T20:39:40.837 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_14aa01b918f09661ae41e4c41d1de99d6ac08228/qa/tasks 2024-02-10T20:39:40.837 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-10T20:39:40.839 INFO:teuthology.task.internal:Checking packages... 2024-02-10T20:39:40.863 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '14aa01b918f09661ae41e4c41d1de99d6ac08228' 2024-02-10T20:39:40.863 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-10T20:39:40.863 INFO:teuthology.packaging:ref: None 2024-02-10T20:39:40.863 INFO:teuthology.packaging:tag: None 2024-02-10T20:39:40.863 INFO:teuthology.packaging:branch: wip-yuri6-testing-2024-02-09-1422 2024-02-10T20:39:40.863 INFO:teuthology.packaging:sha1: 14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T20:39:40.864 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-10T20:39:41.131 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-1367.g14aa01b9 2024-02-10T20:39:41.133 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-10T20:39:41.139 INFO:teuthology.task.internal:no buildpackages task found 2024-02-10T20:39:41.139 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-10T20:39:41.151 INFO:teuthology.task.internal:Saving configuration 2024-02-10T20:39:41.164 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-10T20:39:41.169 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-10T20:39:41.196 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi007.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/7555854', '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 20:34:42.442374', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHaJ64O9TlCyzlo4ersGlkpZAbqCxMdh091S1IKXOW34lSRqYYotExFdxY7ZwtmJqdVnsvB60JHj25uPLC2ESYk='} 2024-02-10T20:39:41.217 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi096.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/7555854', '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 20:34:42.439412', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGX7qtAKoe5sti/nQdnEvnO7Z7WasuRDkaZgitLA8KDuNRGHzKNMu8kvWV5FkJkvntSBYb0iMdkI6gyH73eHTKY='} 2024-02-10T20:39:41.240 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi193.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/7555854', '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 20:34:42.441202', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCF8ogXbf8GX6zVAJLjnb1RLPo+SRvKJBqJaP1gMunKxWiePG7PQYlh7vCHInJPLgulgM0qw92uPYGZ7q95+oJY='} 2024-02-10T20:39:41.240 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-10T20:39:41.246 INFO:teuthology.task.internal:roles: ubuntu@smithi007.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-02-10T20:39:41.246 INFO:teuthology.task.internal:roles: ubuntu@smithi096.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-02-10T20:39:41.246 INFO:teuthology.task.internal:roles: ubuntu@smithi193.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-02-10T20:39:41.246 INFO:teuthology.run_tasks:Running task console_log... 2024-02-10T20:39:41.380 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f9ced9d8160>, signals=[15]) 2024-02-10T20:39:41.380 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-10T20:39:41.386 INFO:teuthology.task.internal:Opening connections... 2024-02-10T20:39:41.386 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi007.front.sepia.ceph.com 2024-02-10T20:39:41.388 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:39:41.494 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi096.front.sepia.ceph.com 2024-02-10T20:39:41.495 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:39:41.581 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi193.front.sepia.ceph.com 2024-02-10T20:39:41.582 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi193.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:39:41.671 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-10T20:39:41.677 DEBUG:teuthology.orchestra.run.smithi007:> uname -m 2024-02-10T20:39:41.695 INFO:teuthology.orchestra.run.smithi007.stdout:x86_64 2024-02-10T20:39:41.696 DEBUG:teuthology.orchestra.run.smithi007:> cat /etc/os-release 2024-02-10T20:39:41.753 INFO:teuthology.orchestra.run.smithi007.stdout:NAME="CentOS Stream" 2024-02-10T20:39:41.753 INFO:teuthology.orchestra.run.smithi007.stdout:VERSION="9" 2024-02-10T20:39:41.753 INFO:teuthology.orchestra.run.smithi007.stdout:ID="centos" 2024-02-10T20:39:41.754 INFO:teuthology.orchestra.run.smithi007.stdout:ID_LIKE="rhel fedora" 2024-02-10T20:39:41.754 INFO:teuthology.orchestra.run.smithi007.stdout:VERSION_ID="9" 2024-02-10T20:39:41.754 INFO:teuthology.orchestra.run.smithi007.stdout:PLATFORM_ID="platform:el9" 2024-02-10T20:39:41.754 INFO:teuthology.orchestra.run.smithi007.stdout:PRETTY_NAME="CentOS Stream 9" 2024-02-10T20:39:41.754 INFO:teuthology.orchestra.run.smithi007.stdout:ANSI_COLOR="0;31" 2024-02-10T20:39:41.754 INFO:teuthology.orchestra.run.smithi007.stdout:LOGO="fedora-logo-icon" 2024-02-10T20:39:41.754 INFO:teuthology.orchestra.run.smithi007.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-02-10T20:39:41.754 INFO:teuthology.orchestra.run.smithi007.stdout:HOME_URL="https://centos.org/" 2024-02-10T20:39:41.754 INFO:teuthology.orchestra.run.smithi007.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-10T20:39:41.754 INFO:teuthology.orchestra.run.smithi007.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-02-10T20:39:41.754 INFO:teuthology.orchestra.run.smithi007.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-10T20:39:41.755 INFO:teuthology.lock.ops:Updating smithi007.front.sepia.ceph.com on lock server 2024-02-10T20:39:41.781 DEBUG:teuthology.orchestra.run.smithi096:> uname -m 2024-02-10T20:39:41.798 INFO:teuthology.orchestra.run.smithi096.stdout:x86_64 2024-02-10T20:39:41.798 DEBUG:teuthology.orchestra.run.smithi096:> cat /etc/os-release 2024-02-10T20:39:41.855 INFO:teuthology.orchestra.run.smithi096.stdout:NAME="CentOS Stream" 2024-02-10T20:39:41.855 INFO:teuthology.orchestra.run.smithi096.stdout:VERSION="9" 2024-02-10T20:39:41.855 INFO:teuthology.orchestra.run.smithi096.stdout:ID="centos" 2024-02-10T20:39:41.855 INFO:teuthology.orchestra.run.smithi096.stdout:ID_LIKE="rhel fedora" 2024-02-10T20:39:41.855 INFO:teuthology.orchestra.run.smithi096.stdout:VERSION_ID="9" 2024-02-10T20:39:41.856 INFO:teuthology.orchestra.run.smithi096.stdout:PLATFORM_ID="platform:el9" 2024-02-10T20:39:41.856 INFO:teuthology.orchestra.run.smithi096.stdout:PRETTY_NAME="CentOS Stream 9" 2024-02-10T20:39:41.856 INFO:teuthology.orchestra.run.smithi096.stdout:ANSI_COLOR="0;31" 2024-02-10T20:39:41.856 INFO:teuthology.orchestra.run.smithi096.stdout:LOGO="fedora-logo-icon" 2024-02-10T20:39:41.856 INFO:teuthology.orchestra.run.smithi096.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-02-10T20:39:41.856 INFO:teuthology.orchestra.run.smithi096.stdout:HOME_URL="https://centos.org/" 2024-02-10T20:39:41.856 INFO:teuthology.orchestra.run.smithi096.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-10T20:39:41.856 INFO:teuthology.orchestra.run.smithi096.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-02-10T20:39:41.856 INFO:teuthology.orchestra.run.smithi096.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-10T20:39:41.856 INFO:teuthology.lock.ops:Updating smithi096.front.sepia.ceph.com on lock server 2024-02-10T20:39:41.880 DEBUG:teuthology.orchestra.run.smithi193:> uname -m 2024-02-10T20:39:41.898 INFO:teuthology.orchestra.run.smithi193.stdout:x86_64 2024-02-10T20:39:41.898 DEBUG:teuthology.orchestra.run.smithi193:> cat /etc/os-release 2024-02-10T20:39:41.953 INFO:teuthology.orchestra.run.smithi193.stdout:NAME="CentOS Stream" 2024-02-10T20:39:41.953 INFO:teuthology.orchestra.run.smithi193.stdout:VERSION="9" 2024-02-10T20:39:41.953 INFO:teuthology.orchestra.run.smithi193.stdout:ID="centos" 2024-02-10T20:39:41.953 INFO:teuthology.orchestra.run.smithi193.stdout:ID_LIKE="rhel fedora" 2024-02-10T20:39:41.953 INFO:teuthology.orchestra.run.smithi193.stdout:VERSION_ID="9" 2024-02-10T20:39:41.953 INFO:teuthology.orchestra.run.smithi193.stdout:PLATFORM_ID="platform:el9" 2024-02-10T20:39:41.954 INFO:teuthology.orchestra.run.smithi193.stdout:PRETTY_NAME="CentOS Stream 9" 2024-02-10T20:39:41.954 INFO:teuthology.orchestra.run.smithi193.stdout:ANSI_COLOR="0;31" 2024-02-10T20:39:41.954 INFO:teuthology.orchestra.run.smithi193.stdout:LOGO="fedora-logo-icon" 2024-02-10T20:39:41.954 INFO:teuthology.orchestra.run.smithi193.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-02-10T20:39:41.954 INFO:teuthology.orchestra.run.smithi193.stdout:HOME_URL="https://centos.org/" 2024-02-10T20:39:41.954 INFO:teuthology.orchestra.run.smithi193.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-10T20:39:41.954 INFO:teuthology.orchestra.run.smithi193.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-02-10T20:39:41.954 INFO:teuthology.orchestra.run.smithi193.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-10T20:39:41.954 INFO:teuthology.lock.ops:Updating smithi193.front.sepia.ceph.com on lock server 2024-02-10T20:39:41.972 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-10T20:39:41.981 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-10T20:39:42.050 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-10T20:39:42.050 DEBUG:teuthology.orchestra.run.smithi007:> test '!' -e /home/ubuntu/cephtest 2024-02-10T20:39:42.053 DEBUG:teuthology.orchestra.run.smithi096:> test '!' -e /home/ubuntu/cephtest 2024-02-10T20:39:42.055 DEBUG:teuthology.orchestra.run.smithi193:> test '!' -e /home/ubuntu/cephtest 2024-02-10T20:39:42.071 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-10T20:39:42.092 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-10T20:39:42.092 DEBUG:teuthology.orchestra.run.smithi007:> test -z $(ls -A /var/lib/ceph) 2024-02-10T20:39:42.110 DEBUG:teuthology.orchestra.run.smithi096:> test -z $(ls -A /var/lib/ceph) 2024-02-10T20:39:42.113 DEBUG:teuthology.orchestra.run.smithi193:> test -z $(ls -A /var/lib/ceph) 2024-02-10T20:39:42.328 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-10T20:39:42.404 INFO:teuthology.run_tasks:Running task kernel... 2024-02-10T20:39:42.420 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-10T20:39:42.420 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-10T20:39:42.420 DEBUG:teuthology.orchestra.run.smithi007:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-10T20:39:42.421 DEBUG:teuthology.orchestra.run.smithi096:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-10T20:39:42.421 DEBUG:teuthology.orchestra.run.smithi193:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-10T20:39:42.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T20:39:42.438 DEBUG:teuthology.orchestra.run.smithi096:> uname -r 2024-02-10T20:39:42.439 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T20:39:42.439 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T20:39:42.439 DEBUG:teuthology.orchestra.run.smithi193:> uname -r 2024-02-10T20:39:42.440 DEBUG:teuthology.orchestra.run.smithi007:> uname -r 2024-02-10T20:39:42.495 INFO:teuthology.orchestra.run.smithi096.stdout:5.14.0-361.el9.x86_64 2024-02-10T20:39:42.495 INFO:teuthology.task.kernel:Running kernel on smithi096: 5.14.0-361.el9.x86_64 2024-02-10T20:39:42.495 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum install -y kernel 2024-02-10T20:39:42.496 INFO:teuthology.orchestra.run.smithi193.stdout:5.14.0-361.el9.x86_64 2024-02-10T20:39:42.496 INFO:teuthology.task.kernel:Running kernel on smithi193: 5.14.0-361.el9.x86_64 2024-02-10T20:39:42.496 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum install -y kernel 2024-02-10T20:39:42.497 INFO:teuthology.orchestra.run.smithi007.stdout:5.14.0-361.el9.x86_64 2024-02-10T20:39:42.497 INFO:teuthology.task.kernel:Running kernel on smithi007: 5.14.0-361.el9.x86_64 2024-02-10T20:39:42.498 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum install -y kernel 2024-02-10T20:39:44.833 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS-9 - AppStream 10 MB/s | 6.7 MB 00:00 2024-02-10T20:39:44.952 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS-9 - AppStream 8.4 MB/s | 6.7 MB 00:00 2024-02-10T20:39:45.288 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS-9 - AppStream 5.9 MB/s | 6.7 MB 00:01 2024-02-10T20:39:46.233 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS-9 - BaseOS 6.7 MB/s | 2.0 MB 00:00 2024-02-10T20:39:46.326 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS-9 - BaseOS 7.6 MB/s | 2.0 MB 00:00 2024-02-10T20:39:46.713 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS-9 - BaseOS 7.6 MB/s | 2.0 MB 00:00 2024-02-10T20:39:47.183 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.0 MB 00:00 2024-02-10T20:39:47.965 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS Stream 9 - BaseOS 5.7 MB/s | 8.0 MB 00:01 2024-02-10T20:39:56.969 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS Stream 9 - BaseOS 828 kB/s | 8.0 MB 00:09 2024-02-10T20:39:59.820 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS Stream 9 - AppStream 11 MB/s | 19 MB 00:01 2024-02-10T20:40:00.332 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS Stream 9 - AppStream 1.6 MB/s | 19 MB 00:12 2024-02-10T20:40:04.199 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS Stream 9 - CRB 15 MB/s | 5.9 MB 00:00 2024-02-10T20:40:04.264 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS Stream 9 - CRB 6.9 MB/s | 5.9 MB 00:00 2024-02-10T20:40:05.580 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS Stream 9 - AppStream 1.1 MB/s | 19 MB 00:16 2024-02-10T20:40:05.696 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS Stream 9 - Extras packages 54 kB/s | 15 kB 00:00 2024-02-10T20:40:05.717 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS Stream 9 - Extras packages 37 kB/s | 15 kB 00:00 2024-02-10T20:40:06.510 INFO:teuthology.orchestra.run.smithi096.stdout:Extra Packages for Enterprise Linux 31 MB/s | 20 MB 00:00 2024-02-10T20:40:08.290 INFO:teuthology.orchestra.run.smithi007.stdout:Extra Packages for Enterprise Linux 8.3 MB/s | 20 MB 00:02 2024-02-10T20:40:10.414 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS Stream 9 - CRB 4.6 MB/s | 5.9 MB 00:01 2024-02-10T20:40:11.451 INFO:teuthology.orchestra.run.smithi096.stdout:lab-extras 7.8 kB/s | 1.7 kB 00:00 2024-02-10T20:40:11.823 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS Stream 9 - Extras packages 49 kB/s | 15 kB 00:00 2024-02-10T20:40:13.389 INFO:teuthology.orchestra.run.smithi007.stdout:lab-extras 48 kB/s | 1.7 kB 00:00 2024-02-10T20:40:13.732 INFO:teuthology.orchestra.run.smithi096.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-02-10T20:40:13.733 INFO:teuthology.orchestra.run.smithi096.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-02-10T20:40:13.832 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-02-10T20:40:13.843 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:40:13.843 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repository Size 2024-02-10T20:40:13.843 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:40:13.843 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-02-10T20:40:13.844 INFO:teuthology.orchestra.run.smithi096.stdout: kernel x86_64 5.14.0-419.el9 CentOS-BaseOS 6.0 M 2024-02-10T20:40:13.844 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2024-02-10T20:40:13.844 INFO:teuthology.orchestra.run.smithi096.stdout: kernel-core x86_64 5.14.0-419.el9 CentOS-BaseOS 21 M 2024-02-10T20:40:13.844 INFO:teuthology.orchestra.run.smithi096.stdout: kernel-modules x86_64 5.14.0-419.el9 CentOS-BaseOS 39 M 2024-02-10T20:40:13.844 INFO:teuthology.orchestra.run.smithi096.stdout: kernel-modules-core x86_64 5.14.0-419.el9 CentOS-BaseOS 33 M 2024-02-10T20:40:13.844 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:40:13.844 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-02-10T20:40:13.844 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:40:13.844 INFO:teuthology.orchestra.run.smithi096.stdout:Install 4 Packages 2024-02-10T20:40:13.844 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:40:13.845 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 99 M 2024-02-10T20:40:13.845 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 122 M 2024-02-10T20:40:13.845 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-02-10T20:40:14.160 INFO:teuthology.orchestra.run.smithi096.stdout:(1/4): kernel-5.14.0-419.el9.x86_64.rpm 19 MB/s | 6.0 MB 00:00 2024-02-10T20:40:14.969 INFO:teuthology.orchestra.run.smithi096.stdout:(2/4): kernel-core-5.14.0-419.el9.x86_64.rpm 19 MB/s | 21 MB 00:01 2024-02-10T20:40:15.294 INFO:teuthology.orchestra.run.smithi096.stdout:(3/4): kernel-modules-core-5.14.0-419.el9.x86_6 30 MB/s | 33 MB 00:01 2024-02-10T20:40:15.761 INFO:teuthology.orchestra.run.smithi096.stdout:(4/4): kernel-modules-5.14.0-419.el9.x86_64.rpm 20 MB/s | 39 MB 00:01 2024-02-10T20:40:15.764 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:40:15.764 INFO:teuthology.orchestra.run.smithi096.stdout:Total 52 MB/s | 99 MB 00:01 2024-02-10T20:40:15.764 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-02-10T20:40:15.838 INFO:teuthology.orchestra.run.smithi007.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-02-10T20:40:15.838 INFO:teuthology.orchestra.run.smithi007.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-02-10T20:40:15.849 INFO:teuthology.orchestra.run.smithi193.stdout:Extra Packages for Enterprise Linux 5.2 MB/s | 20 MB 00:03 2024-02-10T20:40:15.933 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-02-10T20:40:15.949 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:40:15.949 INFO:teuthology.orchestra.run.smithi007.stdout: Package Arch Version Repository Size 2024-02-10T20:40:15.949 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:40:15.949 INFO:teuthology.orchestra.run.smithi007.stdout:Installing: 2024-02-10T20:40:15.950 INFO:teuthology.orchestra.run.smithi007.stdout: kernel x86_64 5.14.0-419.el9 CentOS-BaseOS 6.0 M 2024-02-10T20:40:15.950 INFO:teuthology.orchestra.run.smithi007.stdout:Installing dependencies: 2024-02-10T20:40:15.950 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-core x86_64 5.14.0-419.el9 CentOS-BaseOS 21 M 2024-02-10T20:40:15.950 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-modules x86_64 5.14.0-419.el9 CentOS-BaseOS 39 M 2024-02-10T20:40:15.950 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-modules-core x86_64 5.14.0-419.el9 CentOS-BaseOS 33 M 2024-02-10T20:40:15.950 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:40:15.950 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction Summary 2024-02-10T20:40:15.950 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:40:15.950 INFO:teuthology.orchestra.run.smithi007.stdout:Install 4 Packages 2024-02-10T20:40:15.950 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:40:15.951 INFO:teuthology.orchestra.run.smithi007.stdout:Total download size: 99 M 2024-02-10T20:40:15.951 INFO:teuthology.orchestra.run.smithi007.stdout:Installed size: 122 M 2024-02-10T20:40:15.951 INFO:teuthology.orchestra.run.smithi007.stdout:Downloading Packages: 2024-02-10T20:40:16.151 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-02-10T20:40:16.151 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-02-10T20:40:16.357 INFO:teuthology.orchestra.run.smithi007.stdout:(1/4): kernel-5.14.0-419.el9.x86_64.rpm 15 MB/s | 6.0 MB 00:00 2024-02-10T20:40:16.833 INFO:teuthology.orchestra.run.smithi007.stdout:(2/4): kernel-core-5.14.0-419.el9.x86_64.rpm 24 MB/s | 21 MB 00:00 2024-02-10T20:40:17.194 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-02-10T20:40:17.195 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-02-10T20:40:17.441 INFO:teuthology.orchestra.run.smithi007.stdout:(3/4): kernel-modules-core-5.14.0-419.el9.x86_6 31 MB/s | 33 MB 00:01 2024-02-10T20:40:17.816 INFO:teuthology.orchestra.run.smithi007.stdout:(4/4): kernel-modules-5.14.0-419.el9.x86_64.rpm 21 MB/s | 39 MB 00:01 2024-02-10T20:40:17.819 INFO:teuthology.orchestra.run.smithi007.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:40:17.819 INFO:teuthology.orchestra.run.smithi007.stdout:Total 53 MB/s | 99 MB 00:01 2024-02-10T20:40:17.820 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction check 2024-02-10T20:40:18.254 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction check succeeded. 2024-02-10T20:40:18.254 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction test 2024-02-10T20:40:19.390 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction test succeeded. 2024-02-10T20:40:19.390 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction 2024-02-10T20:40:19.593 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-02-10T20:40:20.363 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : kernel-modules-core-5.14.0-419.el9.x86_64 1/4 2024-02-10T20:40:20.487 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-10T20:40:20.732 INFO:teuthology.orchestra.run.smithi193.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-02-10T20:40:21.924 INFO:teuthology.orchestra.run.smithi007.stdout: Preparing : 1/1 2024-02-10T20:40:22.622 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : kernel-modules-core-5.14.0-419.el9.x86_64 1/4 2024-02-10T20:40:22.744 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-10T20:40:23.014 INFO:teuthology.orchestra.run.smithi193.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-02-10T20:40:23.014 INFO:teuthology.orchestra.run.smithi193.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-02-10T20:40:23.111 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-02-10T20:40:23.123 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:40:23.123 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-02-10T20:40:23.123 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:40:23.123 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-02-10T20:40:23.123 INFO:teuthology.orchestra.run.smithi193.stdout: kernel x86_64 5.14.0-419.el9 CentOS-BaseOS 6.0 M 2024-02-10T20:40:23.123 INFO:teuthology.orchestra.run.smithi193.stdout:Installing dependencies: 2024-02-10T20:40:23.123 INFO:teuthology.orchestra.run.smithi193.stdout: kernel-core x86_64 5.14.0-419.el9 CentOS-BaseOS 21 M 2024-02-10T20:40:23.123 INFO:teuthology.orchestra.run.smithi193.stdout: kernel-modules x86_64 5.14.0-419.el9 CentOS-BaseOS 39 M 2024-02-10T20:40:23.123 INFO:teuthology.orchestra.run.smithi193.stdout: kernel-modules-core x86_64 5.14.0-419.el9 CentOS-BaseOS 33 M 2024-02-10T20:40:23.123 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:40:23.124 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-02-10T20:40:23.124 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:40:23.124 INFO:teuthology.orchestra.run.smithi193.stdout:Install 4 Packages 2024-02-10T20:40:23.124 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:40:23.124 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 99 M 2024-02-10T20:40:23.124 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 122 M 2024-02-10T20:40:23.125 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-02-10T20:40:23.226 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-10T20:40:23.397 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-10T20:40:23.583 INFO:teuthology.orchestra.run.smithi193.stdout:(1/4): kernel-5.14.0-419.el9.x86_64.rpm 13 MB/s | 6.0 MB 00:00 2024-02-10T20:40:23.942 INFO:teuthology.orchestra.run.smithi193.stdout:(2/4): kernel-core-5.14.0-419.el9.x86_64.rpm 25 MB/s | 21 MB 00:00 2024-02-10T20:40:24.509 INFO:teuthology.orchestra.run.smithi193.stdout:(3/4): kernel-modules-5.14.0-419.el9.x86_64.rpm 28 MB/s | 39 MB 00:01 2024-02-10T20:40:25.092 INFO:teuthology.orchestra.run.smithi193.stdout:(4/4): kernel-modules-core-5.14.0-419.el9.x86_6 22 MB/s | 33 MB 00:01 2024-02-10T20:40:25.095 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:40:25.095 INFO:teuthology.orchestra.run.smithi193.stdout:Total 50 MB/s | 99 MB 00:01 2024-02-10T20:40:25.095 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-02-10T20:40:25.458 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-02-10T20:40:25.458 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-02-10T20:40:25.621 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-10T20:40:25.814 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-10T20:40:26.519 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-02-10T20:40:26.519 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-02-10T20:40:28.102 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-10T20:40:28.217 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : kernel-5.14.0-419.el9.x86_64 4/4 2024-02-10T20:40:28.919 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-02-10T20:40:29.670 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : kernel-modules-core-5.14.0-419.el9.x86_64 1/4 2024-02-10T20:40:29.817 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-10T20:40:30.874 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-10T20:40:30.986 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : kernel-5.14.0-419.el9.x86_64 4/4 2024-02-10T20:40:32.611 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-10T20:40:32.786 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-10T20:40:32.906 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: kernel-modules-core-5.14.0-419.el9.x86_64 4/4 2024-02-10T20:40:36.068 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-modules-core-5.14.0-419.el9.x86_64 4/4 2024-02-10T20:40:37.465 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-10T20:40:37.706 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : kernel-5.14.0-419.el9.x86_64 4/4 2024-02-10T20:40:42.413 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: kernel-modules-core-5.14.0-419.el9.x86_64 4/4 2024-02-10T20:41:02.725 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: kernel-core-5.14.0-419.el9.x86_64 4/4 2024-02-10T20:41:02.726 INFO:teuthology.orchestra.run.smithi096.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-02-10T20:41:02.726 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:41:02.796 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: kernel-modules-5.14.0-419.el9.x86_64 4/4 2024-02-10T20:41:03.196 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: kernel-5.14.0-419.el9.x86_64 4/4 2024-02-10T20:41:03.197 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : kernel-5.14.0-419.el9.x86_64 1/4 2024-02-10T20:41:03.197 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-10T20:41:03.197 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-10T20:41:03.651 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : kernel-modules-core-5.14.0-419.el9.x86_64 4/4 2024-02-10T20:41:03.652 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:41:03.652 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-02-10T20:41:03.652 INFO:teuthology.orchestra.run.smithi096.stdout: kernel-5.14.0-419.el9.x86_64 2024-02-10T20:41:03.652 INFO:teuthology.orchestra.run.smithi096.stdout: kernel-core-5.14.0-419.el9.x86_64 2024-02-10T20:41:03.652 INFO:teuthology.orchestra.run.smithi096.stdout: kernel-modules-5.14.0-419.el9.x86_64 2024-02-10T20:41:03.652 INFO:teuthology.orchestra.run.smithi096.stdout: kernel-modules-core-5.14.0-419.el9.x86_64 2024-02-10T20:41:03.652 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:41:03.652 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-02-10T20:41:04.144 DEBUG:teuthology.orchestra.run.smithi096:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T20:41:04.280 INFO:teuthology.orchestra.run.smithi096.stdout:kernel-5.14.0-419.el9.x86_64 2024-02-10T20:41:04.281 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-419.el9.x86_64 2024-02-10T20:41:04.281 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-10T20:41:04.281 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-10T20:41:04.282 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-10T20:41:04.282 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-10T20:41:04.282 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi096.front.sepia.ceph.com, path=None, version=distro) 2024-02-10T20:41:04.282 DEBUG:teuthology.orchestra.run.smithi096:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T20:41:04.391 INFO:teuthology.orchestra.run.smithi096.stdout:kernel-5.14.0-419.el9.x86_64 2024-02-10T20:41:04.391 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-419.el9.x86_64 2024-02-10T20:41:04.391 DEBUG:teuthology.orchestra.run.smithi096:> sudo rpm -qi grub2-tools 2024-02-10T20:41:04.424 INFO:teuthology.orchestra.run.smithi096.stdout:Name : grub2-tools 2024-02-10T20:41:04.425 INFO:teuthology.orchestra.run.smithi096.stdout:Epoch : 1 2024-02-10T20:41:04.425 INFO:teuthology.orchestra.run.smithi096.stdout:Version : 2.06 2024-02-10T20:41:04.425 INFO:teuthology.orchestra.run.smithi096.stdout:Release : 68.el9 2024-02-10T20:41:04.425 INFO:teuthology.orchestra.run.smithi096.stdout:Architecture: x86_64 2024-02-10T20:41:04.425 INFO:teuthology.orchestra.run.smithi096.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-02-10T20:41:04.425 INFO:teuthology.orchestra.run.smithi096.stdout:Group : Unspecified 2024-02-10T20:41:04.425 INFO:teuthology.orchestra.run.smithi096.stdout:Size : 8264254 2024-02-10T20:41:04.425 INFO:teuthology.orchestra.run.smithi096.stdout:License : GPLv3+ 2024-02-10T20:41:04.425 INFO:teuthology.orchestra.run.smithi096.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-02-10T20:41:04.425 INFO:teuthology.orchestra.run.smithi096.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-02-10T20:41:04.425 INFO:teuthology.orchestra.run.smithi096.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-02-10T20:41:04.425 INFO:teuthology.orchestra.run.smithi096.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-02-10T20:41:04.425 INFO:teuthology.orchestra.run.smithi096.stdout:Packager : builder@centos.org 2024-02-10T20:41:04.426 INFO:teuthology.orchestra.run.smithi096.stdout:Vendor : CentOS 2024-02-10T20:41:04.426 INFO:teuthology.orchestra.run.smithi096.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-10T20:41:04.426 INFO:teuthology.orchestra.run.smithi096.stdout:Summary : Support tools for GRUB. 2024-02-10T20:41:04.426 INFO:teuthology.orchestra.run.smithi096.stdout:Description : 2024-02-10T20:41:04.426 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:41:04.426 INFO:teuthology.orchestra.run.smithi096.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-10T20:41:04.426 INFO:teuthology.orchestra.run.smithi096.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-10T20:41:04.426 INFO:teuthology.orchestra.run.smithi096.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-10T20:41:04.426 INFO:teuthology.orchestra.run.smithi096.stdout:hardware devices. 2024-02-10T20:41:04.426 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:41:04.426 INFO:teuthology.orchestra.run.smithi096.stdout:This subpackage provides tools for support of all platforms. 2024-02-10T20:41:04.427 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-10T20:41:04.427 INFO:teuthology.task.kernel:Updating grub on smithi096 to boot 5.14.0-419.el9.x86_64 2024-02-10T20:41:04.427 DEBUG:teuthology.orchestra.run.smithi096:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-10T20:41:05.183 INFO:teuthology.orchestra.run.smithi096.stderr:Generating grub configuration file ... 2024-02-10T20:41:06.648 INFO:teuthology.orchestra.run.smithi096.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-02-10T20:41:06.658 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-core-5.14.0-419.el9.x86_64 4/4 2024-02-10T20:41:06.658 INFO:teuthology.orchestra.run.smithi007.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-02-10T20:41:06.658 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:41:06.690 INFO:teuthology.orchestra.run.smithi096.stderr:done 2024-02-10T20:41:06.692 DEBUG:teuthology.orchestra.run.smithi096:> mktemp 2024-02-10T20:41:06.707 INFO:teuthology.orchestra.run.smithi096.stdout:/tmp/tmp.M8zy0kA546 2024-02-10T20:41:06.707 DEBUG:teuthology.orchestra.run.smithi096:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.M8zy0kA546 2024-02-10T20:41:06.731 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-modules-5.14.0-419.el9.x86_64 4/4 2024-02-10T20:41:06.776 DEBUG:teuthology.orchestra.run.smithi096:> sudo chmod 0666 /tmp/tmp.M8zy0kA546 2024-02-10T20:41:06.920 DEBUG:teuthology.orchestra.remote:smithi096:/tmp/tmp.M8zy0kA546 is 6KB 2024-02-10T20:41:06.971 DEBUG:teuthology.orchestra.run.smithi096:> rm -fr /tmp/tmp.M8zy0kA546 2024-02-10T20:41:06.985 DEBUG:teuthology.orchestra.run.smithi096:> sudo /bin/ls /boot/loader/entries || true 2024-02-10T20:41:07.052 INFO:teuthology.orchestra.run.smithi096.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-02-10T20:41:07.052 INFO:teuthology.orchestra.run.smithi096.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-02-10T20:41:07.052 INFO:teuthology.orchestra.run.smithi096.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-02-10T20:41:07.052 INFO:teuthology.orchestra.run.smithi096.stdout:15949e3c88704300882482eddfd7baae-5.14.0-419.el9.x86_64.conf 2024-02-10T20:41:07.054 DEBUG:teuthology.orchestra.run.smithi096:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-419.el9.x86_64 2024-02-10T20:41:07.200 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-5.14.0-419.el9.x86_64 4/4 2024-02-10T20:41:07.200 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : kernel-5.14.0-419.el9.x86_64 1/4 2024-02-10T20:41:07.200 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-10T20:41:07.200 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-10T20:41:07.207 DEBUG:teuthology.orchestra.run.smithi096:> sudo shutdown -r now 2024-02-10T20:41:07.636 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : kernel-modules-core-5.14.0-419.el9.x86_64 4/4 2024-02-10T20:41:07.636 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:41:07.636 INFO:teuthology.orchestra.run.smithi007.stdout:Installed: 2024-02-10T20:41:07.636 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-5.14.0-419.el9.x86_64 2024-02-10T20:41:07.636 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-core-5.14.0-419.el9.x86_64 2024-02-10T20:41:07.636 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-modules-5.14.0-419.el9.x86_64 2024-02-10T20:41:07.636 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-modules-core-5.14.0-419.el9.x86_64 2024-02-10T20:41:07.636 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:41:07.636 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-02-10T20:41:08.147 DEBUG:teuthology.orchestra.run.smithi007:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T20:41:08.285 INFO:teuthology.orchestra.run.smithi007.stdout:kernel-5.14.0-419.el9.x86_64 2024-02-10T20:41:08.285 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-419.el9.x86_64 2024-02-10T20:41:08.285 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-10T20:41:08.285 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-10T20:41:08.285 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-10T20:41:08.285 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-10T20:41:08.286 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi007.front.sepia.ceph.com, path=None, version=distro) 2024-02-10T20:41:08.286 DEBUG:teuthology.orchestra.run.smithi007:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T20:41:08.399 INFO:teuthology.orchestra.run.smithi007.stdout:kernel-5.14.0-419.el9.x86_64 2024-02-10T20:41:08.399 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-419.el9.x86_64 2024-02-10T20:41:08.399 DEBUG:teuthology.orchestra.run.smithi007:> sudo rpm -qi grub2-tools 2024-02-10T20:41:08.437 INFO:teuthology.orchestra.run.smithi007.stdout:Name : grub2-tools 2024-02-10T20:41:08.437 INFO:teuthology.orchestra.run.smithi007.stdout:Epoch : 1 2024-02-10T20:41:08.437 INFO:teuthology.orchestra.run.smithi007.stdout:Version : 2.06 2024-02-10T20:41:08.437 INFO:teuthology.orchestra.run.smithi007.stdout:Release : 68.el9 2024-02-10T20:41:08.437 INFO:teuthology.orchestra.run.smithi007.stdout:Architecture: x86_64 2024-02-10T20:41:08.437 INFO:teuthology.orchestra.run.smithi007.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-02-10T20:41:08.438 INFO:teuthology.orchestra.run.smithi007.stdout:Group : Unspecified 2024-02-10T20:41:08.438 INFO:teuthology.orchestra.run.smithi007.stdout:Size : 8264254 2024-02-10T20:41:08.438 INFO:teuthology.orchestra.run.smithi007.stdout:License : GPLv3+ 2024-02-10T20:41:08.438 INFO:teuthology.orchestra.run.smithi007.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-02-10T20:41:08.438 INFO:teuthology.orchestra.run.smithi007.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-02-10T20:41:08.438 INFO:teuthology.orchestra.run.smithi007.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-02-10T20:41:08.438 INFO:teuthology.orchestra.run.smithi007.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-02-10T20:41:08.438 INFO:teuthology.orchestra.run.smithi007.stdout:Packager : builder@centos.org 2024-02-10T20:41:08.438 INFO:teuthology.orchestra.run.smithi007.stdout:Vendor : CentOS 2024-02-10T20:41:08.438 INFO:teuthology.orchestra.run.smithi007.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-10T20:41:08.438 INFO:teuthology.orchestra.run.smithi007.stdout:Summary : Support tools for GRUB. 2024-02-10T20:41:08.438 INFO:teuthology.orchestra.run.smithi007.stdout:Description : 2024-02-10T20:41:08.438 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:41:08.438 INFO:teuthology.orchestra.run.smithi007.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-10T20:41:08.439 INFO:teuthology.orchestra.run.smithi007.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-10T20:41:08.439 INFO:teuthology.orchestra.run.smithi007.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-10T20:41:08.439 INFO:teuthology.orchestra.run.smithi007.stdout:hardware devices. 2024-02-10T20:41:08.439 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:41:08.439 INFO:teuthology.orchestra.run.smithi007.stdout:This subpackage provides tools for support of all platforms. 2024-02-10T20:41:08.440 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-10T20:41:08.440 INFO:teuthology.task.kernel:Updating grub on smithi007 to boot 5.14.0-419.el9.x86_64 2024-02-10T20:41:08.440 DEBUG:teuthology.orchestra.run.smithi007:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-10T20:41:09.099 INFO:teuthology.orchestra.run.smithi007.stderr:Generating grub configuration file ... 2024-02-10T20:41:10.510 INFO:teuthology.orchestra.run.smithi007.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-02-10T20:41:10.542 INFO:teuthology.orchestra.run.smithi007.stderr:done 2024-02-10T20:41:10.550 DEBUG:teuthology.orchestra.run.smithi007:> mktemp 2024-02-10T20:41:10.605 INFO:teuthology.orchestra.run.smithi007.stdout:/tmp/tmp.hXCF1wMFAf 2024-02-10T20:41:10.605 DEBUG:teuthology.orchestra.run.smithi007:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.hXCF1wMFAf 2024-02-10T20:41:10.684 DEBUG:teuthology.orchestra.run.smithi007:> sudo chmod 0666 /tmp/tmp.hXCF1wMFAf 2024-02-10T20:41:10.832 DEBUG:teuthology.orchestra.remote:smithi007:/tmp/tmp.hXCF1wMFAf is 6KB 2024-02-10T20:41:10.880 DEBUG:teuthology.orchestra.run.smithi007:> rm -fr /tmp/tmp.hXCF1wMFAf 2024-02-10T20:41:10.895 DEBUG:teuthology.orchestra.run.smithi007:> sudo /bin/ls /boot/loader/entries || true 2024-02-10T20:41:10.963 INFO:teuthology.orchestra.run.smithi007.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-02-10T20:41:10.964 INFO:teuthology.orchestra.run.smithi007.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-02-10T20:41:10.964 INFO:teuthology.orchestra.run.smithi007.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-02-10T20:41:10.964 INFO:teuthology.orchestra.run.smithi007.stdout:15949e3c88704300882482eddfd7baae-5.14.0-419.el9.x86_64.conf 2024-02-10T20:41:10.965 DEBUG:teuthology.orchestra.run.smithi007:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-419.el9.x86_64 2024-02-10T20:41:11.122 DEBUG:teuthology.orchestra.run.smithi007:> sudo shutdown -r now 2024-02-10T20:41:11.738 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: kernel-core-5.14.0-419.el9.x86_64 4/4 2024-02-10T20:41:11.738 INFO:teuthology.orchestra.run.smithi193.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-02-10T20:41:11.738 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:41:11.808 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: kernel-modules-5.14.0-419.el9.x86_64 4/4 2024-02-10T20:41:12.239 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: kernel-5.14.0-419.el9.x86_64 4/4 2024-02-10T20:41:12.239 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : kernel-5.14.0-419.el9.x86_64 1/4 2024-02-10T20:41:12.239 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-10T20:41:12.239 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-10T20:41:12.675 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : kernel-modules-core-5.14.0-419.el9.x86_64 4/4 2024-02-10T20:41:12.675 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:41:12.675 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-02-10T20:41:12.676 INFO:teuthology.orchestra.run.smithi193.stdout: kernel-5.14.0-419.el9.x86_64 2024-02-10T20:41:12.676 INFO:teuthology.orchestra.run.smithi193.stdout: kernel-core-5.14.0-419.el9.x86_64 2024-02-10T20:41:12.676 INFO:teuthology.orchestra.run.smithi193.stdout: kernel-modules-5.14.0-419.el9.x86_64 2024-02-10T20:41:12.676 INFO:teuthology.orchestra.run.smithi193.stdout: kernel-modules-core-5.14.0-419.el9.x86_64 2024-02-10T20:41:12.676 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:41:12.676 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-02-10T20:41:13.189 DEBUG:teuthology.orchestra.run.smithi193:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T20:41:13.321 INFO:teuthology.orchestra.run.smithi193.stdout:kernel-5.14.0-419.el9.x86_64 2024-02-10T20:41:13.321 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-419.el9.x86_64 2024-02-10T20:41:13.321 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-10T20:41:13.321 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-10T20:41:13.321 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-10T20:41:13.321 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-02-10T20:41:13.321 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi193.front.sepia.ceph.com, path=None, version=distro) 2024-02-10T20:41:13.322 DEBUG:teuthology.orchestra.run.smithi193:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T20:41:13.429 INFO:teuthology.orchestra.run.smithi193.stdout:kernel-5.14.0-419.el9.x86_64 2024-02-10T20:41:13.429 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-419.el9.x86_64 2024-02-10T20:41:13.429 DEBUG:teuthology.orchestra.run.smithi193:> sudo rpm -qi grub2-tools 2024-02-10T20:41:13.462 INFO:teuthology.orchestra.run.smithi193.stdout:Name : grub2-tools 2024-02-10T20:41:13.463 INFO:teuthology.orchestra.run.smithi193.stdout:Epoch : 1 2024-02-10T20:41:13.463 INFO:teuthology.orchestra.run.smithi193.stdout:Version : 2.06 2024-02-10T20:41:13.463 INFO:teuthology.orchestra.run.smithi193.stdout:Release : 68.el9 2024-02-10T20:41:13.463 INFO:teuthology.orchestra.run.smithi193.stdout:Architecture: x86_64 2024-02-10T20:41:13.463 INFO:teuthology.orchestra.run.smithi193.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-02-10T20:41:13.463 INFO:teuthology.orchestra.run.smithi193.stdout:Group : Unspecified 2024-02-10T20:41:13.463 INFO:teuthology.orchestra.run.smithi193.stdout:Size : 8264254 2024-02-10T20:41:13.463 INFO:teuthology.orchestra.run.smithi193.stdout:License : GPLv3+ 2024-02-10T20:41:13.463 INFO:teuthology.orchestra.run.smithi193.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-02-10T20:41:13.463 INFO:teuthology.orchestra.run.smithi193.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-02-10T20:41:13.463 INFO:teuthology.orchestra.run.smithi193.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-02-10T20:41:13.463 INFO:teuthology.orchestra.run.smithi193.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-02-10T20:41:13.464 INFO:teuthology.orchestra.run.smithi193.stdout:Packager : builder@centos.org 2024-02-10T20:41:13.464 INFO:teuthology.orchestra.run.smithi193.stdout:Vendor : CentOS 2024-02-10T20:41:13.464 INFO:teuthology.orchestra.run.smithi193.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-10T20:41:13.464 INFO:teuthology.orchestra.run.smithi193.stdout:Summary : Support tools for GRUB. 2024-02-10T20:41:13.464 INFO:teuthology.orchestra.run.smithi193.stdout:Description : 2024-02-10T20:41:13.464 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:41:13.464 INFO:teuthology.orchestra.run.smithi193.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-10T20:41:13.464 INFO:teuthology.orchestra.run.smithi193.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-10T20:41:13.464 INFO:teuthology.orchestra.run.smithi193.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-10T20:41:13.464 INFO:teuthology.orchestra.run.smithi193.stdout:hardware devices. 2024-02-10T20:41:13.464 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:41:13.464 INFO:teuthology.orchestra.run.smithi193.stdout:This subpackage provides tools for support of all platforms. 2024-02-10T20:41:13.465 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-10T20:41:13.465 INFO:teuthology.task.kernel:Updating grub on smithi193 to boot 5.14.0-419.el9.x86_64 2024-02-10T20:41:13.465 DEBUG:teuthology.orchestra.run.smithi193:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-10T20:41:14.094 INFO:teuthology.orchestra.run.smithi193.stderr:Generating grub configuration file ... 2024-02-10T20:41:15.496 INFO:teuthology.orchestra.run.smithi193.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-02-10T20:41:15.529 INFO:teuthology.orchestra.run.smithi193.stderr:done 2024-02-10T20:41:15.531 DEBUG:teuthology.orchestra.run.smithi193:> mktemp 2024-02-10T20:41:15.546 INFO:teuthology.orchestra.run.smithi193.stdout:/tmp/tmp.kSRQLmieer 2024-02-10T20:41:15.547 DEBUG:teuthology.orchestra.run.smithi193:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.kSRQLmieer 2024-02-10T20:41:15.616 DEBUG:teuthology.orchestra.run.smithi193:> sudo chmod 0666 /tmp/tmp.kSRQLmieer 2024-02-10T20:41:15.755 DEBUG:teuthology.orchestra.remote:smithi193:/tmp/tmp.kSRQLmieer is 6KB 2024-02-10T20:41:15.804 DEBUG:teuthology.orchestra.run.smithi193:> rm -fr /tmp/tmp.kSRQLmieer 2024-02-10T20:41:15.819 DEBUG:teuthology.orchestra.run.smithi193:> sudo /bin/ls /boot/loader/entries || true 2024-02-10T20:41:15.890 INFO:teuthology.orchestra.run.smithi193.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-02-10T20:41:15.890 INFO:teuthology.orchestra.run.smithi193.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-02-10T20:41:15.890 INFO:teuthology.orchestra.run.smithi193.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-02-10T20:41:15.890 INFO:teuthology.orchestra.run.smithi193.stdout:15949e3c88704300882482eddfd7baae-5.14.0-419.el9.x86_64.conf 2024-02-10T20:41:15.892 DEBUG:teuthology.orchestra.run.smithi193:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-419.el9.x86_64 2024-02-10T20:41:16.040 DEBUG:teuthology.orchestra.run.smithi193:> sudo shutdown -r now 2024-02-10T20:41:37.230 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-10T20:41:37.231 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi096.front.sepia.ceph.com' 2024-02-10T20:41:37.232 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:41:41.128 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-10T20:41:41.128 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi007.front.sepia.ceph.com' 2024-02-10T20:41:41.129 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:41:46.048 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-02-10T20:41:46.048 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-02-10T20:41:46.049 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi193.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:41:55.772 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.96 2024-02-10T20:41:59.612 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.7 2024-02-10T20:42:04.476 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.193 2024-02-10T20:42:04.774 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi096.front.sepia.ceph.com' 2024-02-10T20:42:04.775 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:42:07.836 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.96 2024-02-10T20:42:08.613 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi007.front.sepia.ceph.com' 2024-02-10T20:42:08.614 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:42:13.480 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-02-10T20:42:13.481 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi193.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:42:16.544 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.193 2024-02-10T20:42:19.840 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi096.front.sepia.ceph.com' 2024-02-10T20:42:19.841 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:42:28.552 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-02-10T20:42:28.553 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi193.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:42:51.704 DEBUG:teuthology.orchestra.run.smithi096:> true 2024-02-10T20:42:52.088 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi096.front.sepia.ceph.com' 2024-02-10T20:42:52.089 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-419.el9.x86_64"... 2024-02-10T20:42:52.089 DEBUG:teuthology.orchestra.run.smithi096:> uname -r 2024-02-10T20:42:52.103 INFO:teuthology.orchestra.run.smithi096.stdout:5.14.0-419.el9.x86_64 2024-02-10T20:42:52.104 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-10T20:42:52.104 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-10T20:42:52.104 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-10T20:42:53.105 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-10T20:42:53.105 DEBUG:teuthology.orchestra.run.smithi096:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-10T20:42:53.195 INFO:teuthology.orchestra.run.smithi096.stdout:ttyS1 2024-02-10T20:42:53.233 DEBUG:teuthology.parallel:result is None 2024-02-10T20:43:00.417 DEBUG:teuthology.orchestra.run.smithi193:> true 2024-02-10T20:43:00.968 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-02-10T20:43:00.968 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-419.el9.x86_64"... 2024-02-10T20:43:00.969 DEBUG:teuthology.orchestra.run.smithi193:> uname -r 2024-02-10T20:43:00.991 INFO:teuthology.orchestra.run.smithi193.stdout:5.14.0-419.el9.x86_64 2024-02-10T20:43:00.991 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-10T20:43:00.991 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-10T20:43:00.991 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-10T20:43:01.992 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-02-10T20:43:01.992 DEBUG:teuthology.orchestra.run.smithi193:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-10T20:43:02.295 INFO:teuthology.orchestra.run.smithi193.stdout:ttyS1 2024-02-10T20:43:02.324 DEBUG:teuthology.parallel:result is None 2024-02-10T20:43:08.617 DEBUG:teuthology.orchestra.remote:timed out 2024-02-10T20:43:20.618 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi007.front.sepia.ceph.com' 2024-02-10T20:43:20.619 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:43:20.905 DEBUG:teuthology.orchestra.run.smithi007:> true 2024-02-10T20:43:21.308 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi007.front.sepia.ceph.com' 2024-02-10T20:43:21.308 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-419.el9.x86_64"... 2024-02-10T20:43:21.309 DEBUG:teuthology.orchestra.run.smithi007:> uname -r 2024-02-10T20:43:21.324 INFO:teuthology.orchestra.run.smithi007.stdout:5.14.0-419.el9.x86_64 2024-02-10T20:43:21.324 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-10T20:43:21.324 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-10T20:43:21.324 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-10T20:43:22.325 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-10T20:43:22.325 DEBUG:teuthology.orchestra.run.smithi007:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-10T20:43:22.387 INFO:teuthology.orchestra.run.smithi007.stdout:ttyS1 2024-02-10T20:43:22.420 DEBUG:teuthology.parallel:result is None 2024-02-10T20:43:22.420 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-10T20:43:22.427 INFO:teuthology.task.internal:Creating test directory... 2024-02-10T20:43:22.428 DEBUG:teuthology.orchestra.run.smithi007:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-10T20:43:22.430 DEBUG:teuthology.orchestra.run.smithi096:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-10T20:43:22.433 DEBUG:teuthology.orchestra.run.smithi193:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-10T20:43:22.451 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-10T20:43:22.472 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-10T20:43:22.539 INFO:teuthology.task.internal:Creating archive directory... 2024-02-10T20:43:22.539 DEBUG:teuthology.orchestra.run.smithi007:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-10T20:43:22.542 DEBUG:teuthology.orchestra.run.smithi096:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-10T20:43:22.544 DEBUG:teuthology.orchestra.run.smithi193:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-10T20:43:22.717 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-10T20:43:22.729 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-10T20:43:22.729 DEBUG:teuthology.orchestra.run.smithi007:> 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-10T20:43:22.731 DEBUG:teuthology.orchestra.run.smithi096:> 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-10T20:43:22.734 DEBUG:teuthology.orchestra.run.smithi193:> 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-10T20:43:22.768 INFO:teuthology.orchestra.run.smithi007.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T20:43:22.770 INFO:teuthology.orchestra.run.smithi096.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T20:43:22.782 INFO:teuthology.orchestra.run.smithi007.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T20:43:22.784 INFO:teuthology.orchestra.run.smithi096.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T20:43:22.789 INFO:teuthology.orchestra.run.smithi193.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T20:43:22.804 INFO:teuthology.orchestra.run.smithi193.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T20:43:22.806 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-10T20:43:22.818 INFO:teuthology.task.internal:Configuring sudo... 2024-02-10T20:43:22.818 DEBUG:teuthology.orchestra.run.smithi007:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-10T20:43:22.827 DEBUG:teuthology.orchestra.run.smithi096:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-10T20:43:22.830 DEBUG:teuthology.orchestra.run.smithi193:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-10T20:43:22.860 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-10T20:43:22.875 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-10T20:43:22.875 DEBUG:teuthology.orchestra.run.smithi007:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-10T20:43:22.896 DEBUG:teuthology.orchestra.run.smithi096:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-10T20:43:22.901 DEBUG:teuthology.orchestra.run.smithi193:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-10T20:43:22.917 DEBUG:teuthology.orchestra.run.smithi007:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T20:43:22.995 DEBUG:teuthology.orchestra.run.smithi007:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T20:43:23.047 DEBUG:teuthology.orchestra.run.smithi007:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T20:43:23.129 DEBUG:teuthology.orchestra.run.smithi007:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T20:43:23.174 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-02-10T20:43:23.174 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-10T20:43:23.241 DEBUG:teuthology.orchestra.run.smithi096:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T20:43:23.287 DEBUG:teuthology.orchestra.run.smithi096:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T20:43:23.348 DEBUG:teuthology.orchestra.run.smithi096:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T20:43:23.391 DEBUG:teuthology.orchestra.run.smithi096:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T20:43:23.435 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-02-10T20:43:23.435 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-10T20:43:23.504 DEBUG:teuthology.orchestra.run.smithi193:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T20:43:23.550 DEBUG:teuthology.orchestra.run.smithi193:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T20:43:23.614 DEBUG:teuthology.orchestra.run.smithi193:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T20:43:23.657 DEBUG:teuthology.orchestra.run.smithi193:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T20:43:23.701 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-02-10T20:43:23.701 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-10T20:43:23.770 DEBUG:teuthology.orchestra.run.smithi007:> sudo service rsyslog restart 2024-02-10T20:43:23.772 DEBUG:teuthology.orchestra.run.smithi096:> sudo service rsyslog restart 2024-02-10T20:43:23.775 DEBUG:teuthology.orchestra.run.smithi193:> sudo service rsyslog restart 2024-02-10T20:43:23.816 INFO:teuthology.orchestra.run.smithi007.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-10T20:43:23.822 INFO:teuthology.orchestra.run.smithi096.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-10T20:43:23.851 INFO:teuthology.orchestra.run.smithi193.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-10T20:43:24.255 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-10T20:43:24.265 INFO:teuthology.task.internal:Starting timer... 2024-02-10T20:43:24.265 INFO:teuthology.run_tasks:Running task pcp... 2024-02-10T20:43:24.294 INFO:teuthology.run_tasks:Running task selinux... 2024-02-10T20:43:24.309 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-10T20:43:24.309 DEBUG:teuthology.orchestra.run.smithi007:> sudo service auditd rotate 2024-02-10T20:43:24.378 INFO:teuthology.orchestra.run.smithi007.stdout:Rotating logs: 2024-02-10T20:43:24.380 DEBUG:teuthology.orchestra.run.smithi096:> sudo service auditd rotate 2024-02-10T20:43:24.460 INFO:teuthology.orchestra.run.smithi096.stdout:Rotating logs: 2024-02-10T20:43:24.461 DEBUG:teuthology.orchestra.run.smithi193:> sudo service auditd rotate 2024-02-10T20:43:24.516 INFO:teuthology.orchestra.run.smithi193.stdout:Rotating logs: 2024-02-10T20:43:24.518 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-10T20:43:24.518 DEBUG:teuthology.orchestra.run.smithi007:> /usr/sbin/getenforce 2024-02-10T20:43:24.547 INFO:teuthology.orchestra.run.smithi007.stdout:Permissive 2024-02-10T20:43:24.548 DEBUG:teuthology.orchestra.run.smithi096:> /usr/sbin/getenforce 2024-02-10T20:43:24.572 INFO:teuthology.orchestra.run.smithi096.stdout:Permissive 2024-02-10T20:43:24.572 DEBUG:teuthology.orchestra.run.smithi193:> /usr/sbin/getenforce 2024-02-10T20:43:24.601 INFO:teuthology.orchestra.run.smithi193.stdout:Permissive 2024-02-10T20:43:24.601 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi007.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi096.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi193.front.sepia.ceph.com': 'permissive'} 2024-02-10T20:43:24.602 DEBUG:teuthology.orchestra.run.smithi007:> 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-10T20:43:24.630 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T20:43:24.630 DEBUG:teuthology.orchestra.run.smithi096:> 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-10T20:43:24.659 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T20:43:24.660 DEBUG:teuthology.orchestra.run.smithi193:> 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-10T20:43:24.687 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T20:43:24.687 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-10T20:43:24.687 DEBUG:teuthology.orchestra.run.smithi007:> sudo /usr/sbin/setenforce permissive 2024-02-10T20:43:24.724 DEBUG:teuthology.orchestra.run.smithi096:> sudo /usr/sbin/setenforce permissive 2024-02-10T20:43:24.758 DEBUG:teuthology.orchestra.run.smithi193:> sudo /usr/sbin/setenforce permissive 2024-02-10T20:43:24.795 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-10T20:43:24.805 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-10T20:43:24.821 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-10T20:43:24.822 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi007.front.sepia.ceph.com,smithi096.front.sepia.ceph.com,smithi193.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-10T20:47:38.132 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi007.front.sepia.ceph.com'), Remote(name='ubuntu@smithi096.front.sepia.ceph.com'), Remote(name='ubuntu@smithi193.front.sepia.ceph.com')] 2024-02-10T20:47:38.133 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi007.front.sepia.ceph.com' 2024-02-10T20:47:38.134 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:47:38.226 DEBUG:teuthology.orchestra.run.smithi007:> true 2024-02-10T20:47:38.315 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi007.front.sepia.ceph.com' 2024-02-10T20:47:38.315 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi096.front.sepia.ceph.com' 2024-02-10T20:47:38.316 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:47:38.404 DEBUG:teuthology.orchestra.run.smithi096:> true 2024-02-10T20:47:38.492 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi096.front.sepia.ceph.com' 2024-02-10T20:47:38.492 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-02-10T20:47:38.493 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi193.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:47:38.587 DEBUG:teuthology.orchestra.run.smithi193:> true 2024-02-10T20:47:38.663 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-02-10T20:47:38.664 INFO:teuthology.run_tasks:Running task clock... 2024-02-10T20:47:38.675 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-10T20:47:38.675 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-10T20:47:38.675 DEBUG:teuthology.orchestra.run.smithi007:> 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-10T20:47:38.678 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-10T20:47:38.678 DEBUG:teuthology.orchestra.run.smithi096:> 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-10T20:47:38.680 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-10T20:47:38.680 DEBUG:teuthology.orchestra.run.smithi193:> 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-10T20:47:38.711 INFO:teuthology.orchestra.run.smithi096.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-10T20:47:38.712 INFO:teuthology.orchestra.run.smithi007.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-10T20:47:38.728 INFO:teuthology.orchestra.run.smithi096.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-10T20:47:38.730 INFO:teuthology.orchestra.run.smithi007.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-10T20:47:38.735 INFO:teuthology.orchestra.run.smithi193.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-10T20:47:38.752 INFO:teuthology.orchestra.run.smithi193.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-10T20:47:38.758 INFO:teuthology.orchestra.run.smithi096.stderr:sudo: ntpd: command not found 2024-02-10T20:47:38.761 INFO:teuthology.orchestra.run.smithi007.stderr:sudo: ntpd: command not found 2024-02-10T20:47:38.772 INFO:teuthology.orchestra.run.smithi096.stdout:506 Cannot talk to daemon 2024-02-10T20:47:38.775 INFO:teuthology.orchestra.run.smithi007.stdout:506 Cannot talk to daemon 2024-02-10T20:47:38.781 INFO:teuthology.orchestra.run.smithi193.stderr:sudo: ntpd: command not found 2024-02-10T20:47:38.788 INFO:teuthology.orchestra.run.smithi096.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-10T20:47:38.792 INFO:teuthology.orchestra.run.smithi007.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-10T20:47:38.794 INFO:teuthology.orchestra.run.smithi193.stdout:506 Cannot talk to daemon 2024-02-10T20:47:38.805 INFO:teuthology.orchestra.run.smithi096.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-10T20:47:38.809 INFO:teuthology.orchestra.run.smithi007.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-10T20:47:38.811 INFO:teuthology.orchestra.run.smithi193.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-10T20:47:38.827 INFO:teuthology.orchestra.run.smithi193.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-10T20:47:38.862 INFO:teuthology.orchestra.run.smithi096.stderr:bash: line 1: ntpq: command not found 2024-02-10T20:47:38.865 INFO:teuthology.orchestra.run.smithi096.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-10T20:47:38.865 INFO:teuthology.orchestra.run.smithi096.stdout:=============================================================================== 2024-02-10T20:47:38.865 INFO:teuthology.orchestra.run.smithi096.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T20:47:38.866 INFO:teuthology.orchestra.run.smithi096.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T20:47:38.866 INFO:teuthology.orchestra.run.smithi096.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T20:47:38.866 INFO:teuthology.orchestra.run.smithi096.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T20:47:38.871 INFO:teuthology.orchestra.run.smithi007.stderr:bash: line 1: ntpq: command not found 2024-02-10T20:47:38.874 INFO:teuthology.orchestra.run.smithi007.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-10T20:47:38.874 INFO:teuthology.orchestra.run.smithi007.stdout:=============================================================================== 2024-02-10T20:47:38.874 INFO:teuthology.orchestra.run.smithi007.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T20:47:38.875 INFO:teuthology.orchestra.run.smithi007.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T20:47:38.875 INFO:teuthology.orchestra.run.smithi007.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T20:47:38.875 INFO:teuthology.orchestra.run.smithi007.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T20:47:38.876 INFO:teuthology.orchestra.run.smithi193.stderr:bash: line 1: ntpq: command not found 2024-02-10T20:47:38.879 INFO:teuthology.orchestra.run.smithi193.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-10T20:47:38.879 INFO:teuthology.orchestra.run.smithi193.stdout:=============================================================================== 2024-02-10T20:47:38.879 INFO:teuthology.orchestra.run.smithi193.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T20:47:38.879 INFO:teuthology.orchestra.run.smithi193.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T20:47:38.879 INFO:teuthology.orchestra.run.smithi193.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T20:47:38.879 INFO:teuthology.orchestra.run.smithi193.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T20:47:38.880 INFO:teuthology.run_tasks:Running task pexec... 2024-02-10T20:47:38.889 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-10T20:47:38.890 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi007.front.sepia.ceph.com 2024-02-10T20:47:38.890 DEBUG:teuthology.orchestra.run.smithi007:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-10T20:47:38.890 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi096.front.sepia.ceph.com 2024-02-10T20:47:38.891 DEBUG:teuthology.orchestra.run.smithi096:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-10T20:47:38.891 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi193.front.sepia.ceph.com 2024-02-10T20:47:38.891 DEBUG:teuthology.orchestra.run.smithi193:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-10T20:47:39.506 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:00:53 ago on Sat 10 Feb 2024 08:46:46 PM UTC. 2024-02-10T20:47:39.525 INFO:teuthology.orchestra.run.smithi007.stdout:Last metadata expiration check: 0:00:48 ago on Sat 10 Feb 2024 08:46:51 PM UTC. 2024-02-10T20:47:39.526 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:00:53 ago on Sat 10 Feb 2024 08:46:46 PM UTC. 2024-02-10T20:47:39.659 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-02-10T20:47:39.660 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:47:39.660 INFO:teuthology.orchestra.run.smithi096.stdout: Package Architecture Version Repository Size 2024-02-10T20:47:39.661 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:47:39.661 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-02-10T20:47:39.661 INFO:teuthology.orchestra.run.smithi096.stdout: runc x86_64 4:1.1.12-1.el9 CentOS-AppStream 3.1 M 2024-02-10T20:47:39.661 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:47:39.661 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-02-10T20:47:39.661 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:47:39.661 INFO:teuthology.orchestra.run.smithi096.stdout:Install 1 Package 2024-02-10T20:47:39.661 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:47:39.662 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 3.1 M 2024-02-10T20:47:39.662 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 9.8 M 2024-02-10T20:47:39.663 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-02-10T20:47:39.680 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-02-10T20:47:39.682 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:47:39.682 INFO:teuthology.orchestra.run.smithi193.stdout: Package Architecture Version Repository Size 2024-02-10T20:47:39.682 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:47:39.682 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-02-10T20:47:39.683 INFO:teuthology.orchestra.run.smithi193.stdout: runc x86_64 4:1.1.12-1.el9 CentOS-AppStream 3.1 M 2024-02-10T20:47:39.683 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:47:39.683 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-02-10T20:47:39.683 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:47:39.683 INFO:teuthology.orchestra.run.smithi193.stdout:Install 1 Package 2024-02-10T20:47:39.683 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:47:39.683 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 3.1 M 2024-02-10T20:47:39.683 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 9.8 M 2024-02-10T20:47:39.683 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-02-10T20:47:39.684 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-02-10T20:47:39.685 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:47:39.685 INFO:teuthology.orchestra.run.smithi007.stdout: Package Architecture Version Repository Size 2024-02-10T20:47:39.685 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:47:39.685 INFO:teuthology.orchestra.run.smithi007.stdout:Installing: 2024-02-10T20:47:39.685 INFO:teuthology.orchestra.run.smithi007.stdout: runc x86_64 4:1.1.12-1.el9 CentOS-AppStream 3.1 M 2024-02-10T20:47:39.686 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:47:39.686 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction Summary 2024-02-10T20:47:39.686 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:47:39.686 INFO:teuthology.orchestra.run.smithi007.stdout:Install 1 Package 2024-02-10T20:47:39.686 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:47:39.686 INFO:teuthology.orchestra.run.smithi007.stdout:Total download size: 3.1 M 2024-02-10T20:47:39.686 INFO:teuthology.orchestra.run.smithi007.stdout:Installed size: 9.8 M 2024-02-10T20:47:39.686 INFO:teuthology.orchestra.run.smithi007.stdout:Downloading Packages: 2024-02-10T20:47:39.879 INFO:teuthology.orchestra.run.smithi096.stdout:runc-1.1.12-1.el9.x86_64.rpm 14 MB/s | 3.1 MB 00:00 2024-02-10T20:47:39.880 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:47:39.880 INFO:teuthology.orchestra.run.smithi096.stdout:Total 14 MB/s | 3.1 MB 00:00 2024-02-10T20:47:39.880 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-02-10T20:47:39.885 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-02-10T20:47:39.886 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-02-10T20:47:39.934 INFO:teuthology.orchestra.run.smithi193.stdout:runc-1.1.12-1.el9.x86_64.rpm 12 MB/s | 3.1 MB 00:00 2024-02-10T20:47:39.934 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:47:39.935 INFO:teuthology.orchestra.run.smithi193.stdout:Total 12 MB/s | 3.1 MB 00:00 2024-02-10T20:47:39.935 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-02-10T20:47:39.940 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-02-10T20:47:39.940 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-02-10T20:47:39.956 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-02-10T20:47:39.957 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-02-10T20:47:39.961 INFO:teuthology.orchestra.run.smithi007.stdout:runc-1.1.12-1.el9.x86_64.rpm 11 MB/s | 3.1 MB 00:00 2024-02-10T20:47:39.962 INFO:teuthology.orchestra.run.smithi007.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:47:39.963 INFO:teuthology.orchestra.run.smithi007.stdout:Total 11 MB/s | 3.1 MB 00:00 2024-02-10T20:47:39.963 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction check 2024-02-10T20:47:39.968 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction check succeeded. 2024-02-10T20:47:39.968 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction test 2024-02-10T20:47:40.011 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-02-10T20:47:40.011 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-02-10T20:47:40.043 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction test succeeded. 2024-02-10T20:47:40.043 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction 2024-02-10T20:47:40.151 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-02-10T20:47:40.208 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-02-10T20:47:40.232 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-10T20:47:40.248 INFO:teuthology.orchestra.run.smithi007.stdout: Preparing : 1/1 2024-02-10T20:47:40.304 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-10T20:47:40.351 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-10T20:47:40.769 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-10T20:47:40.893 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-10T20:47:40.927 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-10T20:47:41.097 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-10T20:47:41.097 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:47:41.097 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-02-10T20:47:41.097 INFO:teuthology.orchestra.run.smithi096.stdout: runc-4:1.1.12-1.el9.x86_64 2024-02-10T20:47:41.098 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:47:41.098 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-02-10T20:47:41.212 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-10T20:47:41.213 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:47:41.213 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-02-10T20:47:41.213 INFO:teuthology.orchestra.run.smithi193.stdout: runc-4:1.1.12-1.el9.x86_64 2024-02-10T20:47:41.213 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:47:41.213 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-02-10T20:47:41.263 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-10T20:47:41.263 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:47:41.263 INFO:teuthology.orchestra.run.smithi007.stdout:Installed: 2024-02-10T20:47:41.263 INFO:teuthology.orchestra.run.smithi007.stdout: runc-4:1.1.12-1.el9.x86_64 2024-02-10T20:47:41.264 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:47:41.264 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-02-10T20:47:41.355 DEBUG:teuthology.parallel:result is None 2024-02-10T20:47:41.449 DEBUG:teuthology.parallel:result is None 2024-02-10T20:47:41.534 DEBUG:teuthology.parallel:result is None 2024-02-10T20:47:41.534 INFO:teuthology.run_tasks:Running task install... 2024-02-10T20:47:41.544 DEBUG:teuthology.task.install:project ceph 2024-02-10T20:47:41.544 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '14aa01b918f09661ae41e4c41d1de99d6ac08228'}} 2024-02-10T20:47:41.544 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '14aa01b918f09661ae41e4c41d1de99d6ac08228'} 2024-02-10T20:47:41.544 INFO:teuthology.task.install:Using flavor: default 2024-02-10T20:47:41.550 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-10T20:47:41.550 INFO:teuthology.task.install:extra packages: [] 2024-02-10T20:47:41.550 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-10T20:47:41.551 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-10T20:47:41.553 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-10T20:47:41.553 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-10T20:47:41.554 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-10T20:47:41.554 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-10T20:47:41.780 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-10T20:47:41.781 INFO:teuthology.task.install.rpm:Package version is 19.0.0-1367.g14aa01b9 2024-02-10T20:47:41.793 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-10T20:47:41.793 INFO:teuthology.task.install.rpm:Package version is 19.0.0-1367.g14aa01b9 2024-02-10T20:47:41.794 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-10T20:47:41.794 INFO:teuthology.task.install.rpm:Package version is 19.0.0-1367.g14aa01b9 2024-02-10T20:47:41.981 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-10T20:47:41.982 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-02-10T20:47:41.982 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-02-10T20:47:41.984 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-10T20:47:41.984 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-02-10T20:47:41.984 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-02-10T20:47:41.996 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-10T20:47:41.996 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-02-10T20:47:41.996 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-02-10T20:47:42.013 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-10T20:47:42.013 DEBUG:teuthology.orchestra.run.smithi193:> 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-10T20:47:42.018 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-10T20:47:42.018 DEBUG:teuthology.orchestra.run.smithi007:> 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-10T20:47:42.025 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-10T20:47:42.025 DEBUG:teuthology.orchestra.run.smithi096:> 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-10T20:47:42.083 DEBUG:teuthology.orchestra.run.smithi193:> 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-10T20:47:42.086 DEBUG:teuthology.orchestra.run.smithi007:> 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-10T20:47:42.094 DEBUG:teuthology.orchestra.run.smithi096:> 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-10T20:47:42.163 DEBUG:teuthology.orchestra.run.smithi193:> 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-10T20:47:42.165 DEBUG:teuthology.orchestra.run.smithi007:> 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-10T20:47:42.173 DEBUG:teuthology.orchestra.run.smithi096:> 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-10T20:47:42.230 INFO:teuthology.orchestra.run.smithi193.stdout:check_obsoletes = 1 2024-02-10T20:47:42.230 INFO:teuthology.orchestra.run.smithi007.stdout:check_obsoletes = 1 2024-02-10T20:47:42.231 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum clean all 2024-02-10T20:47:42.232 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum clean all 2024-02-10T20:47:42.240 INFO:teuthology.orchestra.run.smithi096.stdout:check_obsoletes = 1 2024-02-10T20:47:42.241 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum clean all 2024-02-10T20:47:42.469 INFO:teuthology.orchestra.run.smithi193.stdout:74 files removed 2024-02-10T20:47:42.477 INFO:teuthology.orchestra.run.smithi007.stdout:74 files removed 2024-02-10T20:47:42.477 INFO:teuthology.orchestra.run.smithi096.stdout:74 files removed 2024-02-10T20:47:42.496 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-radosgw 2024-02-10T20:47:42.504 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum -y install ceph-radosgw 2024-02-10T20:47:42.505 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph-radosgw 2024-02-10T20:47:43.275 INFO:teuthology.orchestra.run.smithi193.stdout:ceph packages for x86_64 179 kB/s | 82 kB 00:00 2024-02-10T20:47:43.275 INFO:teuthology.orchestra.run.smithi096.stdout:ceph packages for x86_64 181 kB/s | 82 kB 00:00 2024-02-10T20:47:43.285 INFO:teuthology.orchestra.run.smithi007.stdout:ceph packages for x86_64 181 kB/s | 82 kB 00:00 2024-02-10T20:47:43.734 INFO:teuthology.orchestra.run.smithi096.stdout:ceph noarch packages 24 kB/s | 10 kB 00:00 2024-02-10T20:47:43.743 INFO:teuthology.orchestra.run.smithi007.stdout:ceph noarch packages 25 kB/s | 10 kB 00:00 2024-02-10T20:47:43.750 INFO:teuthology.orchestra.run.smithi193.stdout:ceph noarch packages 23 kB/s | 10 kB 00:00 2024-02-10T20:47:44.160 INFO:teuthology.orchestra.run.smithi096.stdout:ceph source packages 4.9 kB/s | 1.9 kB 00:00 2024-02-10T20:47:44.176 INFO:teuthology.orchestra.run.smithi193.stdout:ceph source packages 4.9 kB/s | 1.9 kB 00:00 2024-02-10T20:47:44.185 INFO:teuthology.orchestra.run.smithi007.stdout:ceph source packages 4.7 kB/s | 1.9 kB 00:00 2024-02-10T20:47:44.838 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS-9 - AppStream 11 MB/s | 6.7 MB 00:00 2024-02-10T20:47:44.870 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS-9 - AppStream 10 MB/s | 6.7 MB 00:00 2024-02-10T20:47:44.888 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS-9 - AppStream 9.7 MB/s | 6.7 MB 00:00 2024-02-10T20:47:46.353 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS-9 - BaseOS 5.8 MB/s | 2.0 MB 00:00 2024-02-10T20:47:46.380 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS-9 - BaseOS 5.3 MB/s | 2.0 MB 00:00 2024-02-10T20:47:46.396 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS-9 - BaseOS 5.4 MB/s | 2.0 MB 00:00 2024-02-10T20:47:49.120 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS Stream 9 - BaseOS 3.3 MB/s | 8.0 MB 00:02 2024-02-10T20:47:49.229 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS Stream 9 - BaseOS 3.2 MB/s | 8.0 MB 00:02 2024-02-10T20:47:49.780 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS Stream 9 - BaseOS 2.6 MB/s | 8.0 MB 00:03 2024-02-10T20:47:52.163 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS Stream 9 - AppStream 10 MB/s | 19 MB 00:01 2024-02-10T20:47:52.320 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS Stream 9 - AppStream 13 MB/s | 19 MB 00:01 2024-02-10T20:47:54.187 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS Stream 9 - AppStream 4.7 MB/s | 19 MB 00:03 2024-02-10T20:47:56.482 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS Stream 9 - CRB 8.4 MB/s | 5.9 MB 00:00 2024-02-10T20:47:57.804 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS Stream 9 - CRB 3.0 MB/s | 5.9 MB 00:02 2024-02-10T20:47:58.164 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS Stream 9 - Extras packages 28 kB/s | 15 kB 00:00 2024-02-10T20:47:58.870 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS Stream 9 - CRB 5.2 MB/s | 5.9 MB 00:01 2024-02-10T20:47:59.357 INFO:teuthology.orchestra.run.smithi007.stdout:Extra Packages for Enterprise Linux 19 MB/s | 20 MB 00:01 2024-02-10T20:47:59.454 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS Stream 9 - Extras packages 29 kB/s | 15 kB 00:00 2024-02-10T20:48:00.180 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS Stream 9 - Extras packages 96 kB/s | 15 kB 00:00 2024-02-10T20:48:01.064 INFO:teuthology.orchestra.run.smithi096.stdout:Extra Packages for Enterprise Linux 27 MB/s | 20 MB 00:00 2024-02-10T20:48:04.425 INFO:teuthology.orchestra.run.smithi193.stdout:Extra Packages for Enterprise Linux 4.2 MB/s | 20 MB 00:04 2024-02-10T20:48:04.507 INFO:teuthology.orchestra.run.smithi007.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-02-10T20:48:05.981 INFO:teuthology.orchestra.run.smithi096.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-02-10T20:48:07.319 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-02-10T20:48:07.321 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:48:07.321 INFO:teuthology.orchestra.run.smithi007.stdout: Package Arch Version Repository Size 2024-02-10T20:48:07.322 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:48:07.322 INFO:teuthology.orchestra.run.smithi007.stdout:Installing: 2024-02-10T20:48:07.322 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-radosgw x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 9.7 M 2024-02-10T20:48:07.322 INFO:teuthology.orchestra.run.smithi007.stdout:Upgrading: 2024-02-10T20:48:07.322 INFO:teuthology.orchestra.run.smithi007.stdout: librados2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.4 M 2024-02-10T20:48:07.322 INFO:teuthology.orchestra.run.smithi007.stdout: librbd1 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.1 M 2024-02-10T20:48:07.322 INFO:teuthology.orchestra.run.smithi007.stdout:Installing dependencies: 2024-02-10T20:48:07.322 INFO:teuthology.orchestra.run.smithi007.stdout: boost-program-options 2024-02-10T20:48:07.322 INFO:teuthology.orchestra.run.smithi007.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-02-10T20:48:07.322 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-base x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 5.3 M 2024-02-10T20:48:07.322 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-common x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 20 M 2024-02-10T20:48:07.322 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-selinux x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 25 k 2024-02-10T20:48:07.323 INFO:teuthology.orchestra.run.smithi007.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-02-10T20:48:07.323 INFO:teuthology.orchestra.run.smithi007.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-02-10T20:48:07.323 INFO:teuthology.orchestra.run.smithi007.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-02-10T20:48:07.323 INFO:teuthology.orchestra.run.smithi007.stdout: libcephfs2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 742 k 2024-02-10T20:48:07.323 INFO:teuthology.orchestra.run.smithi007.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-02-10T20:48:07.323 INFO:teuthology.orchestra.run.smithi007.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-02-10T20:48:07.323 INFO:teuthology.orchestra.run.smithi007.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-02-10T20:48:07.323 INFO:teuthology.orchestra.run.smithi007.stdout: libradosstriper1 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 499 k 2024-02-10T20:48:07.323 INFO:teuthology.orchestra.run.smithi007.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-02-10T20:48:07.323 INFO:teuthology.orchestra.run.smithi007.stdout: librgw2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 5.1 M 2024-02-10T20:48:07.323 INFO:teuthology.orchestra.run.smithi007.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-02-10T20:48:07.323 INFO:teuthology.orchestra.run.smithi007.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-02-10T20:48:07.323 INFO:teuthology.orchestra.run.smithi007.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-02-10T20:48:07.324 INFO:teuthology.orchestra.run.smithi007.stdout: python3-ceph-argparse 2024-02-10T20:48:07.324 INFO:teuthology.orchestra.run.smithi007.stdout: x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 45 k 2024-02-10T20:48:07.324 INFO:teuthology.orchestra.run.smithi007.stdout: python3-ceph-common x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 131 k 2024-02-10T20:48:07.324 INFO:teuthology.orchestra.run.smithi007.stdout: python3-cephfs x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 161 k 2024-02-10T20:48:07.324 INFO:teuthology.orchestra.run.smithi007.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-02-10T20:48:07.324 INFO:teuthology.orchestra.run.smithi007.stdout: python3-rados x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 320 k 2024-02-10T20:48:07.324 INFO:teuthology.orchestra.run.smithi007.stdout: python3-rbd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 297 k 2024-02-10T20:48:07.324 INFO:teuthology.orchestra.run.smithi007.stdout: python3-rgw x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 99 k 2024-02-10T20:48:07.324 INFO:teuthology.orchestra.run.smithi007.stdout: qatlib x86_64 23.11.0-1.el9 CentOS-AppStream 215 k 2024-02-10T20:48:07.324 INFO:teuthology.orchestra.run.smithi007.stdout: qatzip-libs x86_64 1.1.2-2.el9 CentOS-AppStream 43 k 2024-02-10T20:48:07.324 INFO:teuthology.orchestra.run.smithi007.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-02-10T20:48:07.324 INFO:teuthology.orchestra.run.smithi007.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-02-10T20:48:07.325 INFO:teuthology.orchestra.run.smithi007.stdout:Installing weak dependencies: 2024-02-10T20:48:07.325 INFO:teuthology.orchestra.run.smithi007.stdout: qatlib-service x86_64 23.11.0-1.el9 CentOS-AppStream 34 k 2024-02-10T20:48:07.325 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:48:07.325 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction Summary 2024-02-10T20:48:07.325 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:48:07.325 INFO:teuthology.orchestra.run.smithi007.stdout:Install 30 Packages 2024-02-10T20:48:07.325 INFO:teuthology.orchestra.run.smithi007.stdout:Upgrade 2 Packages 2024-02-10T20:48:07.325 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:48:07.326 INFO:teuthology.orchestra.run.smithi007.stdout:Total download size: 58 M 2024-02-10T20:48:07.326 INFO:teuthology.orchestra.run.smithi007.stdout:Downloading Packages: 2024-02-10T20:48:08.645 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-02-10T20:48:08.648 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:48:08.648 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repository Size 2024-02-10T20:48:08.648 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:48:08.648 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-02-10T20:48:08.648 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-radosgw x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 9.7 M 2024-02-10T20:48:08.648 INFO:teuthology.orchestra.run.smithi096.stdout:Upgrading: 2024-02-10T20:48:08.648 INFO:teuthology.orchestra.run.smithi096.stdout: librados2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.4 M 2024-02-10T20:48:08.648 INFO:teuthology.orchestra.run.smithi096.stdout: librbd1 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.1 M 2024-02-10T20:48:08.648 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2024-02-10T20:48:08.648 INFO:teuthology.orchestra.run.smithi096.stdout: boost-program-options 2024-02-10T20:48:08.649 INFO:teuthology.orchestra.run.smithi096.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-02-10T20:48:08.649 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-base x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 5.3 M 2024-02-10T20:48:08.649 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-common x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 20 M 2024-02-10T20:48:08.649 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-selinux x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 25 k 2024-02-10T20:48:08.649 INFO:teuthology.orchestra.run.smithi096.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-02-10T20:48:08.649 INFO:teuthology.orchestra.run.smithi096.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-02-10T20:48:08.649 INFO:teuthology.orchestra.run.smithi096.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-02-10T20:48:08.649 INFO:teuthology.orchestra.run.smithi096.stdout: libcephfs2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 742 k 2024-02-10T20:48:08.649 INFO:teuthology.orchestra.run.smithi096.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-02-10T20:48:08.649 INFO:teuthology.orchestra.run.smithi096.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-02-10T20:48:08.649 INFO:teuthology.orchestra.run.smithi096.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-02-10T20:48:08.649 INFO:teuthology.orchestra.run.smithi096.stdout: libradosstriper1 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 499 k 2024-02-10T20:48:08.649 INFO:teuthology.orchestra.run.smithi096.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-02-10T20:48:08.650 INFO:teuthology.orchestra.run.smithi096.stdout: librgw2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 5.1 M 2024-02-10T20:48:08.650 INFO:teuthology.orchestra.run.smithi096.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-02-10T20:48:08.650 INFO:teuthology.orchestra.run.smithi096.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-02-10T20:48:08.650 INFO:teuthology.orchestra.run.smithi096.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-02-10T20:48:08.650 INFO:teuthology.orchestra.run.smithi096.stdout: python3-ceph-argparse 2024-02-10T20:48:08.650 INFO:teuthology.orchestra.run.smithi096.stdout: x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 45 k 2024-02-10T20:48:08.650 INFO:teuthology.orchestra.run.smithi096.stdout: python3-ceph-common x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 131 k 2024-02-10T20:48:08.650 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cephfs x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 161 k 2024-02-10T20:48:08.650 INFO:teuthology.orchestra.run.smithi096.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-02-10T20:48:08.650 INFO:teuthology.orchestra.run.smithi096.stdout: python3-rados x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 320 k 2024-02-10T20:48:08.650 INFO:teuthology.orchestra.run.smithi096.stdout: python3-rbd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 297 k 2024-02-10T20:48:08.650 INFO:teuthology.orchestra.run.smithi096.stdout: python3-rgw x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 99 k 2024-02-10T20:48:08.650 INFO:teuthology.orchestra.run.smithi096.stdout: qatlib x86_64 23.11.0-1.el9 CentOS-AppStream 215 k 2024-02-10T20:48:08.650 INFO:teuthology.orchestra.run.smithi096.stdout: qatzip-libs x86_64 1.1.2-2.el9 CentOS-AppStream 43 k 2024-02-10T20:48:08.650 INFO:teuthology.orchestra.run.smithi096.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-02-10T20:48:08.651 INFO:teuthology.orchestra.run.smithi096.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-02-10T20:48:08.651 INFO:teuthology.orchestra.run.smithi096.stdout:Installing weak dependencies: 2024-02-10T20:48:08.651 INFO:teuthology.orchestra.run.smithi096.stdout: qatlib-service x86_64 23.11.0-1.el9 CentOS-AppStream 34 k 2024-02-10T20:48:08.651 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:48:08.651 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-02-10T20:48:08.651 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:48:08.651 INFO:teuthology.orchestra.run.smithi096.stdout:Install 30 Packages 2024-02-10T20:48:08.651 INFO:teuthology.orchestra.run.smithi096.stdout:Upgrade 2 Packages 2024-02-10T20:48:08.651 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:48:08.652 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 58 M 2024-02-10T20:48:08.652 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-02-10T20:48:09.417 INFO:teuthology.orchestra.run.smithi007.stdout:(1/32): ceph-base-19.0.0-1367.g14aa01b9.el9.x86 2.8 MB/s | 5.3 MB 00:01 2024-02-10T20:48:09.447 INFO:teuthology.orchestra.run.smithi193.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-02-10T20:48:09.491 INFO:teuthology.orchestra.run.smithi007.stdout:(2/32): ceph-selinux-19.0.0-1367.g14aa01b9.el9. 337 kB/s | 25 kB 00:00 2024-02-10T20:48:09.667 INFO:teuthology.orchestra.run.smithi007.stdout:(3/32): libcephfs2-19.0.0-1367.g14aa01b9.el9.x8 4.1 MB/s | 742 kB 00:00 2024-02-10T20:48:09.851 INFO:teuthology.orchestra.run.smithi007.stdout:(4/32): libradosstriper1-19.0.0-1367.g14aa01b9. 2.7 MB/s | 499 kB 00:00 2024-02-10T20:48:10.634 INFO:teuthology.orchestra.run.smithi007.stdout:(5/32): librgw2-19.0.0-1367.g14aa01b9.el9.x86_6 6.5 MB/s | 5.1 MB 00:00 2024-02-10T20:48:10.735 INFO:teuthology.orchestra.run.smithi007.stdout:(6/32): ceph-radosgw-19.0.0-1367.g14aa01b9.el9. 3.0 MB/s | 9.7 MB 00:03 2024-02-10T20:48:10.751 INFO:teuthology.orchestra.run.smithi007.stdout:(7/32): python3-ceph-argparse-19.0.0-1367.g14aa 386 kB/s | 45 kB 00:00 2024-02-10T20:48:10.810 INFO:teuthology.orchestra.run.smithi007.stdout:(8/32): python3-ceph-common-19.0.0-1367.g14aa01 1.7 MB/s | 131 kB 00:00 2024-02-10T20:48:10.835 INFO:teuthology.orchestra.run.smithi007.stdout:(9/32): python3-cephfs-19.0.0-1367.g14aa01b9.el 1.9 MB/s | 161 kB 00:00 2024-02-10T20:48:10.894 INFO:teuthology.orchestra.run.smithi007.stdout:(10/32): python3-rados-19.0.0-1367.g14aa01b9.el 3.8 MB/s | 320 kB 00:00 2024-02-10T20:48:10.944 INFO:teuthology.orchestra.run.smithi007.stdout:(11/32): python3-rbd-19.0.0-1367.g14aa01b9.el9. 2.7 MB/s | 297 kB 00:00 2024-02-10T20:48:11.003 INFO:teuthology.orchestra.run.smithi007.stdout:(12/32): python3-rgw-19.0.0-1367.g14aa01b9.el9. 915 kB/s | 99 kB 00:00 2024-02-10T20:48:11.195 INFO:teuthology.orchestra.run.smithi007.stdout:(13/32): ceph-common-19.0.0-1367.g14aa01b9.el9. 5.4 MB/s | 20 MB 00:03 2024-02-10T20:48:11.229 INFO:teuthology.orchestra.run.smithi007.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 372 kB/s | 106 kB 00:00 2024-02-10T20:48:11.256 INFO:teuthology.orchestra.run.smithi096.stdout:(1/32): ceph-base-19.0.0-1367.g14aa01b9.el9.x86 2.3 MB/s | 5.3 MB 00:02 2024-02-10T20:48:11.279 INFO:teuthology.orchestra.run.smithi007.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 580 kB/s | 159 kB 00:00 2024-02-10T20:48:11.296 INFO:teuthology.orchestra.run.smithi007.stdout:(16/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 440 kB/s | 44 kB 00:00 2024-02-10T20:48:11.315 INFO:teuthology.orchestra.run.smithi096.stdout:(2/32): ceph-selinux-19.0.0-1367.g14aa01b9.el9. 433 kB/s | 25 kB 00:00 2024-02-10T20:48:11.387 INFO:teuthology.orchestra.run.smithi007.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.1 MB/s | 661 kB 00:00 2024-02-10T20:48:11.429 INFO:teuthology.orchestra.run.smithi007.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.8 MB/s | 282 kB 00:00 2024-02-10T20:48:11.447 INFO:teuthology.orchestra.run.smithi007.stdout:(19/32): python3-prettytable-0.7.2-27.el9.noarc 274 kB/s | 41 kB 00:00 2024-02-10T20:48:11.457 INFO:teuthology.orchestra.run.smithi096.stdout:(3/32): libcephfs2-19.0.0-1367.g14aa01b9.el9.x8 5.1 MB/s | 742 kB 00:00 2024-02-10T20:48:11.472 INFO:teuthology.orchestra.run.smithi007.stdout:(20/32): qatlib-23.11.0-1.el9.x86_64.rpm 2.5 MB/s | 215 kB 00:00 2024-02-10T20:48:11.488 INFO:teuthology.orchestra.run.smithi007.stdout:(21/32): qatlib-service-23.11.0-1.el9.x86_64.rp 580 kB/s | 34 kB 00:00 2024-02-10T20:48:11.506 INFO:teuthology.orchestra.run.smithi007.stdout:(22/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 1.3 MB/s | 43 kB 00:00 2024-02-10T20:48:11.573 INFO:teuthology.orchestra.run.smithi096.stdout:(4/32): libradosstriper1-19.0.0-1367.g14aa01b9. 4.2 MB/s | 499 kB 00:00 2024-02-10T20:48:11.682 INFO:teuthology.orchestra.run.smithi096.stdout:(5/32): ceph-radosgw-19.0.0-1367.g14aa01b9.el9. 3.5 MB/s | 9.7 MB 00:02 2024-02-10T20:48:11.741 INFO:teuthology.orchestra.run.smithi096.stdout:(6/32): python3-ceph-argparse-19.0.0-1367.g14aa 775 kB/s | 45 kB 00:00 2024-02-10T20:48:11.789 INFO:teuthology.orchestra.run.smithi007.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 92 kB/s | 26 kB 00:00 2024-02-10T20:48:11.816 INFO:teuthology.orchestra.run.smithi096.stdout:(7/32): python3-ceph-common-19.0.0-1367.g14aa01 1.7 MB/s | 131 kB 00:00 2024-02-10T20:48:11.883 INFO:teuthology.orchestra.run.smithi096.stdout:(8/32): python3-cephfs-19.0.0-1367.g14aa01b9.el 2.4 MB/s | 161 kB 00:00 2024-02-10T20:48:11.967 INFO:teuthology.orchestra.run.smithi096.stdout:(9/32): python3-rados-19.0.0-1367.g14aa01b9.el9 3.8 MB/s | 320 kB 00:00 2024-02-10T20:48:12.048 INFO:teuthology.orchestra.run.smithi007.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 188 kB/s | 49 kB 00:00 2024-02-10T20:48:12.075 INFO:teuthology.orchestra.run.smithi096.stdout:(10/32): python3-rbd-19.0.0-1367.g14aa01b9.el9. 2.7 MB/s | 297 kB 00:00 2024-02-10T20:48:12.098 INFO:teuthology.orchestra.run.smithi007.stdout:(25/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 494 kB/s | 309 kB 00:00 2024-02-10T20:48:12.110 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-02-10T20:48:12.113 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:48:12.113 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-02-10T20:48:12.113 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:48:12.113 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-02-10T20:48:12.113 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-radosgw x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 9.7 M 2024-02-10T20:48:12.113 INFO:teuthology.orchestra.run.smithi193.stdout:Upgrading: 2024-02-10T20:48:12.113 INFO:teuthology.orchestra.run.smithi193.stdout: librados2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.4 M 2024-02-10T20:48:12.113 INFO:teuthology.orchestra.run.smithi193.stdout: librbd1 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.1 M 2024-02-10T20:48:12.113 INFO:teuthology.orchestra.run.smithi193.stdout:Installing dependencies: 2024-02-10T20:48:12.113 INFO:teuthology.orchestra.run.smithi193.stdout: boost-program-options 2024-02-10T20:48:12.113 INFO:teuthology.orchestra.run.smithi193.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-02-10T20:48:12.114 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-base x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 5.3 M 2024-02-10T20:48:12.114 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-common x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 20 M 2024-02-10T20:48:12.114 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-selinux x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 25 k 2024-02-10T20:48:12.114 INFO:teuthology.orchestra.run.smithi193.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-02-10T20:48:12.114 INFO:teuthology.orchestra.run.smithi193.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-02-10T20:48:12.114 INFO:teuthology.orchestra.run.smithi193.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-02-10T20:48:12.114 INFO:teuthology.orchestra.run.smithi193.stdout: libcephfs2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 742 k 2024-02-10T20:48:12.114 INFO:teuthology.orchestra.run.smithi193.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-02-10T20:48:12.114 INFO:teuthology.orchestra.run.smithi193.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-02-10T20:48:12.114 INFO:teuthology.orchestra.run.smithi193.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-02-10T20:48:12.114 INFO:teuthology.orchestra.run.smithi193.stdout: libradosstriper1 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 499 k 2024-02-10T20:48:12.114 INFO:teuthology.orchestra.run.smithi193.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-02-10T20:48:12.114 INFO:teuthology.orchestra.run.smithi193.stdout: librgw2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 5.1 M 2024-02-10T20:48:12.114 INFO:teuthology.orchestra.run.smithi193.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-02-10T20:48:12.114 INFO:teuthology.orchestra.run.smithi193.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-02-10T20:48:12.115 INFO:teuthology.orchestra.run.smithi193.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-02-10T20:48:12.115 INFO:teuthology.orchestra.run.smithi193.stdout: python3-ceph-argparse 2024-02-10T20:48:12.115 INFO:teuthology.orchestra.run.smithi193.stdout: x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 45 k 2024-02-10T20:48:12.115 INFO:teuthology.orchestra.run.smithi193.stdout: python3-ceph-common x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 131 k 2024-02-10T20:48:12.115 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cephfs x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 161 k 2024-02-10T20:48:12.115 INFO:teuthology.orchestra.run.smithi193.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-02-10T20:48:12.115 INFO:teuthology.orchestra.run.smithi193.stdout: python3-rados x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 320 k 2024-02-10T20:48:12.115 INFO:teuthology.orchestra.run.smithi193.stdout: python3-rbd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 297 k 2024-02-10T20:48:12.115 INFO:teuthology.orchestra.run.smithi193.stdout: python3-rgw x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 99 k 2024-02-10T20:48:12.115 INFO:teuthology.orchestra.run.smithi193.stdout: qatlib x86_64 23.11.0-1.el9 CentOS-AppStream 215 k 2024-02-10T20:48:12.115 INFO:teuthology.orchestra.run.smithi193.stdout: qatzip-libs x86_64 1.1.2-2.el9 CentOS-AppStream 43 k 2024-02-10T20:48:12.115 INFO:teuthology.orchestra.run.smithi193.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-02-10T20:48:12.115 INFO:teuthology.orchestra.run.smithi193.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-02-10T20:48:12.115 INFO:teuthology.orchestra.run.smithi193.stdout:Installing weak dependencies: 2024-02-10T20:48:12.115 INFO:teuthology.orchestra.run.smithi193.stdout: qatlib-service x86_64 23.11.0-1.el9 CentOS-AppStream 34 k 2024-02-10T20:48:12.115 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:48:12.116 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-02-10T20:48:12.116 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:48:12.116 INFO:teuthology.orchestra.run.smithi193.stdout:Install 30 Packages 2024-02-10T20:48:12.116 INFO:teuthology.orchestra.run.smithi193.stdout:Upgrade 2 Packages 2024-02-10T20:48:12.116 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:48:12.116 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 58 M 2024-02-10T20:48:12.116 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-02-10T20:48:12.176 INFO:teuthology.orchestra.run.smithi096.stdout:(11/32): python3-rgw-19.0.0-1367.g14aa01b9.el9. 995 kB/s | 99 kB 00:00 2024-02-10T20:48:12.273 INFO:teuthology.orchestra.run.smithi007.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 299 kB/s | 67 kB 00:00 2024-02-10T20:48:12.284 INFO:teuthology.orchestra.run.smithi096.stdout:(12/32): librgw2-19.0.0-1367.g14aa01b9.el9.x86_ 7.2 MB/s | 5.1 MB 00:00 2024-02-10T20:48:12.551 INFO:teuthology.orchestra.run.smithi096.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 282 kB/s | 106 kB 00:00 2024-02-10T20:48:12.599 INFO:teuthology.orchestra.run.smithi007.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 1.6 MB/s | 838 kB 00:00 2024-02-10T20:48:12.626 INFO:teuthology.orchestra.run.smithi096.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 590 kB/s | 44 kB 00:00 2024-02-10T20:48:12.651 INFO:teuthology.orchestra.run.smithi096.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 463 kB/s | 159 kB 00:00 2024-02-10T20:48:12.665 INFO:teuthology.orchestra.run.smithi007.stdout:(28/32): libarrow-9.0.0-10.el9.x86_64.rpm 3.8 MB/s | 4.4 MB 00:01 2024-02-10T20:48:12.691 INFO:teuthology.orchestra.run.smithi007.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 459 kB/s | 192 kB 00:00 2024-02-10T20:48:12.943 INFO:teuthology.orchestra.run.smithi096.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 2.0 MB/s | 661 kB 00:00 2024-02-10T20:48:12.969 INFO:teuthology.orchestra.run.smithi096.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 891 kB/s | 282 kB 00:00 2024-02-10T20:48:12.985 INFO:teuthology.orchestra.run.smithi096.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 990 kB/s | 41 kB 00:00 2024-02-10T20:48:13.025 INFO:teuthology.orchestra.run.smithi007.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 3.7 MB/s | 1.6 MB 00:00 2024-02-10T20:48:13.027 INFO:teuthology.orchestra.run.smithi096.stdout:(19/32): qatlib-23.11.0-1.el9.x86_64.rpm 3.6 MB/s | 215 kB 00:00 2024-02-10T20:48:13.044 INFO:teuthology.orchestra.run.smithi096.stdout:(20/32): qatlib-service-23.11.0-1.el9.x86_64.rp 575 kB/s | 34 kB 00:00 2024-02-10T20:48:13.070 INFO:teuthology.orchestra.run.smithi096.stdout:(21/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 1.0 MB/s | 43 kB 00:00 2024-02-10T20:48:13.441 INFO:teuthology.orchestra.run.smithi007.stdout:(31/32): librados2-19.0.0-1367.g14aa01b9.el9.x8 4.4 MB/s | 3.4 MB 00:00 2024-02-10T20:48:14.153 INFO:teuthology.orchestra.run.smithi096.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 279 kB/s | 309 kB 00:01 2024-02-10T20:48:14.212 INFO:teuthology.orchestra.run.smithi096.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 446 kB/s | 26 kB 00:00 2024-02-10T20:48:14.296 INFO:teuthology.orchestra.run.smithi096.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 580 kB/s | 49 kB 00:00 2024-02-10T20:48:14.679 INFO:teuthology.orchestra.run.smithi096.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 176 kB/s | 67 kB 00:00 2024-02-10T20:48:15.591 INFO:teuthology.orchestra.run.smithi007.stdout:(32/32): librbd1-19.0.0-1367.g14aa01b9.el9.x86_ 1.1 MB/s | 3.1 MB 00:02 2024-02-10T20:48:15.594 INFO:teuthology.orchestra.run.smithi007.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:48:15.595 INFO:teuthology.orchestra.run.smithi007.stdout:Total 7.0 MB/s | 58 MB 00:08 2024-02-10T20:48:15.595 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction check 2024-02-10T20:48:15.637 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction check succeeded. 2024-02-10T20:48:15.637 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction test 2024-02-10T20:48:16.126 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction test succeeded. 2024-02-10T20:48:16.127 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction 2024-02-10T20:48:16.163 INFO:teuthology.orchestra.run.smithi096.stdout:(26/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 565 kB/s | 838 kB 00:01 2024-02-10T20:48:16.913 INFO:teuthology.orchestra.run.smithi096.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 256 kB/s | 192 kB 00:00 2024-02-10T20:48:17.448 INFO:teuthology.orchestra.run.smithi193.stdout:(1/32): ceph-base-19.0.0-1367.g14aa01b9.el9.x86 1.0 MB/s | 5.3 MB 00:05 2024-02-10T20:48:17.506 INFO:teuthology.orchestra.run.smithi193.stdout:(2/32): ceph-selinux-19.0.0-1367.g14aa01b9.el9. 433 kB/s | 25 kB 00:00 2024-02-10T20:48:17.641 INFO:teuthology.orchestra.run.smithi007.stdout: Preparing : 1/1 2024-02-10T20:48:17.729 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-02-10T20:48:17.762 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-02-10T20:48:17.788 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-02-10T20:48:17.819 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-02-10T20:48:17.835 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-02-10T20:48:17.856 INFO:teuthology.orchestra.run.smithi193.stdout:(3/32): libcephfs2-19.0.0-1367.g14aa01b9.el9.x8 2.1 MB/s | 742 kB 00:00 2024-02-10T20:48:18.038 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-02-10T20:48:18.093 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-02-10T20:48:18.098 INFO:teuthology.orchestra.run.smithi193.stdout:(4/32): ceph-radosgw-19.0.0-1367.g14aa01b9.el9. 1.6 MB/s | 9.7 MB 00:05 2024-02-10T20:48:18.215 INFO:teuthology.orchestra.run.smithi193.stdout:(5/32): libradosstriper1-19.0.0-1367.g14aa01b9. 1.4 MB/s | 499 kB 00:00 2024-02-10T20:48:18.282 INFO:teuthology.orchestra.run.smithi193.stdout:(6/32): python3-ceph-argparse-19.0.0-1367.g14aa 676 kB/s | 45 kB 00:00 2024-02-10T20:48:18.383 INFO:teuthology.orchestra.run.smithi193.stdout:(7/32): python3-ceph-common-19.0.0-1367.g14aa01 1.3 MB/s | 131 kB 00:00 2024-02-10T20:48:18.438 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-02-10T20:48:18.491 INFO:teuthology.orchestra.run.smithi193.stdout:(8/32): python3-cephfs-19.0.0-1367.g14aa01b9.el 1.5 MB/s | 161 kB 00:00 2024-02-10T20:48:18.497 INFO:teuthology.orchestra.run.smithi007.stdout: Upgrading : librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-10T20:48:18.573 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-10T20:48:18.664 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 8/34 2024-02-10T20:48:18.683 INFO:teuthology.orchestra.run.smithi193.stdout:(9/32): ceph-common-19.0.0-1367.g14aa01b9.el9.x 3.1 MB/s | 20 MB 00:06 2024-02-10T20:48:18.691 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 9/34 2024-02-10T20:48:18.742 INFO:teuthology.orchestra.run.smithi193.stdout:(10/32): python3-rados-19.0.0-1367.g14aa01b9.el 1.3 MB/s | 320 kB 00:00 2024-02-10T20:48:18.756 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 9/34 2024-02-10T20:48:18.763 INFO:teuthology.orchestra.run.smithi096.stdout:(28/32): ceph-common-19.0.0-1367.g14aa01b9.el9. 2.0 MB/s | 20 MB 00:09 2024-02-10T20:48:18.791 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-02-10T20:48:18.801 INFO:teuthology.orchestra.run.smithi193.stdout:(11/32): python3-rbd-19.0.0-1367.g14aa01b9.el9. 2.5 MB/s | 297 kB 00:00 2024-02-10T20:48:18.845 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9. 11/34 2024-02-10T20:48:18.862 INFO:teuthology.orchestra.run.smithi193.stdout:(12/32): python3-rgw-19.0.0-1367.g14aa01b9.el9. 851 kB/s | 99 kB 00:00 2024-02-10T20:48:18.922 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 12/34 2024-02-10T20:48:18.926 INFO:teuthology.orchestra.run.smithi193.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 847 kB/s | 106 kB 00:00 2024-02-10T20:48:18.943 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 13/34 2024-02-10T20:48:18.951 INFO:teuthology.orchestra.run.smithi193.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.7 MB/s | 159 kB 00:00 2024-02-10T20:48:18.977 INFO:teuthology.orchestra.run.smithi193.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 884 kB/s | 44 kB 00:00 2024-02-10T20:48:19.006 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 13/34 2024-02-10T20:48:19.035 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-02-10T20:48:19.044 INFO:teuthology.orchestra.run.smithi193.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 7.0 MB/s | 661 kB 00:00 2024-02-10T20:48:19.077 INFO:teuthology.orchestra.run.smithi193.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.8 MB/s | 282 kB 00:00 2024-02-10T20:48:19.102 INFO:teuthology.orchestra.run.smithi193.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 711 kB/s | 41 kB 00:00 2024-02-10T20:48:19.144 INFO:teuthology.orchestra.run.smithi193.stdout:(19/32): qatlib-23.11.0-1.el9.x86_64.rpm 3.2 MB/s | 215 kB 00:00 2024-02-10T20:48:19.146 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-02-10T20:48:19.170 INFO:teuthology.orchestra.run.smithi193.stdout:(20/32): qatlib-service-23.11.0-1.el9.x86_64.rp 504 kB/s | 34 kB 00:00 2024-02-10T20:48:19.184 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-02-10T20:48:19.211 INFO:teuthology.orchestra.run.smithi193.stdout:(21/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 649 kB/s | 43 kB 00:00 2024-02-10T20:48:19.225 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-02-10T20:48:19.258 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-02-10T20:48:19.287 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-02-10T20:48:19.319 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-02-10T20:48:19.355 INFO:teuthology.orchestra.run.smithi096.stdout:(29/32): librados2-19.0.0-1367.g14aa01b9.el9.x8 5.7 MB/s | 3.4 MB 00:00 2024-02-10T20:48:19.412 INFO:teuthology.orchestra.run.smithi193.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.2 MB/s | 309 kB 00:00 2024-02-10T20:48:19.479 INFO:teuthology.orchestra.run.smithi193.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 396 kB/s | 26 kB 00:00 2024-02-10T20:48:19.546 INFO:teuthology.orchestra.run.smithi193.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 728 kB/s | 49 kB 00:00 2024-02-10T20:48:19.621 INFO:teuthology.orchestra.run.smithi193.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 895 kB/s | 67 kB 00:00 2024-02-10T20:48:19.648 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-02-10T20:48:19.683 INFO:teuthology.orchestra.run.smithi007.stdout: Upgrading : librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 22/34 2024-02-10T20:48:19.774 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 22/34 2024-02-10T20:48:19.788 INFO:teuthology.orchestra.run.smithi193.stdout:(26/32): libarrow-9.0.0-10.el9.x86_64.rpm 7.7 MB/s | 4.4 MB 00:00 2024-02-10T20:48:19.812 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 23/34 2024-02-10T20:48:19.838 INFO:teuthology.orchestra.run.smithi193.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 3.8 MB/s | 838 kB 00:00 2024-02-10T20:48:19.846 INFO:teuthology.orchestra.run.smithi096.stdout:(30/32): librbd1-19.0.0-1367.g14aa01b9.el9.x86_ 6.4 MB/s | 3.1 MB 00:00 2024-02-10T20:48:19.852 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-02-10T20:48:19.863 INFO:teuthology.orchestra.run.smithi193.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 2.5 MB/s | 192 kB 00:00 2024-02-10T20:48:19.939 INFO:teuthology.orchestra.run.smithi193.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 16 MB/s | 1.6 MB 00:00 2024-02-10T20:48:20.148 INFO:teuthology.orchestra.run.smithi193.stdout:(30/32): librgw2-19.0.0-1367.g14aa01b9.el9.x86_ 2.5 MB/s | 5.1 MB 00:02 2024-02-10T20:48:20.330 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-02-10T20:48:20.369 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 26/34 2024-02-10T20:48:20.432 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 26/34 2024-02-10T20:48:20.503 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 27/34 2024-02-10T20:48:20.538 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x8 28/34 2024-02-10T20:48:20.781 INFO:teuthology.orchestra.run.smithi193.stdout:(31/32): librbd1-19.0.0-1367.g14aa01b9.el9.x86_ 3.7 MB/s | 3.1 MB 00:00 2024-02-10T20:48:21.248 INFO:teuthology.orchestra.run.smithi096.stdout:(31/32): thrift-0.15.0-2.el9.x86_64.rpm 374 kB/s | 1.6 MB 00:04 2024-02-10T20:48:21.256 INFO:teuthology.orchestra.run.smithi193.stdout:(32/32): librados2-19.0.0-1367.g14aa01b9.el9.x8 2.4 MB/s | 3.4 MB 00:01 2024-02-10T20:48:21.260 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:48:21.261 INFO:teuthology.orchestra.run.smithi193.stdout:Total 6.3 MB/s | 58 MB 00:09 2024-02-10T20:48:21.261 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-02-10T20:48:21.293 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-02-10T20:48:21.293 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-02-10T20:48:21.774 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-02-10T20:48:21.775 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-02-10T20:48:22.730 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-10T20:48:22.767 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-10T20:48:23.259 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-02-10T20:48:23.339 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-02-10T20:48:23.348 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-10T20:48:23.369 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-02-10T20:48:23.379 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 30/34 2024-02-10T20:48:23.394 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-02-10T20:48:23.417 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-02-10T20:48:23.434 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-02-10T20:48:23.472 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 30/34 2024-02-10T20:48:23.472 INFO:teuthology.orchestra.run.smithi007.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-02-10T20:48:23.473 INFO:teuthology.orchestra.run.smithi007.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-02-10T20:48:23.473 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:48:23.506 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-10T20:48:23.576 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-02-10T20:48:23.631 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-02-10T20:48:23.948 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-02-10T20:48:23.988 INFO:teuthology.orchestra.run.smithi096.stdout:(32/32): libarrow-9.0.0-10.el9.x86_64.rpm 415 kB/s | 4.4 MB 00:10 2024-02-10T20:48:23.994 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:48:23.994 INFO:teuthology.orchestra.run.smithi096.stdout:Total 3.8 MB/s | 58 MB 00:15 2024-02-10T20:48:23.995 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-02-10T20:48:24.021 INFO:teuthology.orchestra.run.smithi193.stdout: Upgrading : librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-10T20:48:24.033 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-02-10T20:48:24.033 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-02-10T20:48:24.095 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-10T20:48:24.183 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 8/34 2024-02-10T20:48:24.214 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 9/34 2024-02-10T20:48:24.260 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 9/34 2024-02-10T20:48:24.289 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-02-10T20:48:24.332 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9. 11/34 2024-02-10T20:48:24.400 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 12/34 2024-02-10T20:48:24.425 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 13/34 2024-02-10T20:48:24.479 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 13/34 2024-02-10T20:48:24.507 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-02-10T20:48:24.507 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-02-10T20:48:24.508 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-02-10T20:48:24.613 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-02-10T20:48:24.652 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-02-10T20:48:24.699 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-02-10T20:48:24.731 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-02-10T20:48:24.760 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-02-10T20:48:24.793 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-02-10T20:48:25.100 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-02-10T20:48:25.131 INFO:teuthology.orchestra.run.smithi193.stdout: Upgrading : librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 22/34 2024-02-10T20:48:25.219 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 22/34 2024-02-10T20:48:25.252 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 23/34 2024-02-10T20:48:25.297 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-02-10T20:48:25.752 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-02-10T20:48:25.784 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 26/34 2024-02-10T20:48:25.854 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 26/34 2024-02-10T20:48:25.923 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 27/34 2024-02-10T20:48:25.934 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-02-10T20:48:25.952 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x8 28/34 2024-02-10T20:48:26.022 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-02-10T20:48:26.051 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-02-10T20:48:26.084 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-02-10T20:48:26.107 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-02-10T20:48:26.124 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-02-10T20:48:26.293 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-02-10T20:48:26.346 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-02-10T20:48:26.716 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-02-10T20:48:26.761 INFO:teuthology.orchestra.run.smithi096.stdout: Upgrading : librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-10T20:48:26.853 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-10T20:48:26.939 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 8/34 2024-02-10T20:48:26.971 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 9/34 2024-02-10T20:48:27.033 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 9/34 2024-02-10T20:48:27.062 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-02-10T20:48:27.105 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9. 11/34 2024-02-10T20:48:27.173 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 12/34 2024-02-10T20:48:27.198 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 13/34 2024-02-10T20:48:27.244 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 13/34 2024-02-10T20:48:27.271 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-02-10T20:48:27.378 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-02-10T20:48:27.414 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-02-10T20:48:27.455 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-02-10T20:48:27.488 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-02-10T20:48:27.516 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-02-10T20:48:27.549 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-02-10T20:48:27.857 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-02-10T20:48:27.887 INFO:teuthology.orchestra.run.smithi096.stdout: Upgrading : librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 22/34 2024-02-10T20:48:27.960 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 22/34 2024-02-10T20:48:27.992 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 23/34 2024-02-10T20:48:28.029 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-02-10T20:48:28.139 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-10T20:48:28.182 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-10T20:48:28.489 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-02-10T20:48:28.523 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 26/34 2024-02-10T20:48:28.594 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 26/34 2024-02-10T20:48:28.660 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 27/34 2024-02-10T20:48:28.692 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x8 28/34 2024-02-10T20:48:28.736 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-10T20:48:28.777 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 30/34 2024-02-10T20:48:28.868 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 30/34 2024-02-10T20:48:28.869 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-02-10T20:48:28.869 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-02-10T20:48:28.869 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:48:28.903 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-10T20:48:30.802 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-10T20:48:30.855 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-10T20:48:31.405 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-10T20:48:31.441 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 30/34 2024-02-10T20:48:31.535 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 30/34 2024-02-10T20:48:31.535 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-02-10T20:48:31.535 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-02-10T20:48:31.535 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:48:31.567 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-10T20:48:33.544 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-10T20:48:33.544 INFO:teuthology.orchestra.run.smithi007.stdout:skipping the directory /sys 2024-02-10T20:48:33.544 INFO:teuthology.orchestra.run.smithi007.stdout:skipping the directory /proc 2024-02-10T20:48:33.544 INFO:teuthology.orchestra.run.smithi007.stdout:skipping the directory /mnt 2024-02-10T20:48:33.544 INFO:teuthology.orchestra.run.smithi007.stdout:skipping the directory /var/tmp 2024-02-10T20:48:33.544 INFO:teuthology.orchestra.run.smithi007.stdout:skipping the directory /home 2024-02-10T20:48:33.544 INFO:teuthology.orchestra.run.smithi007.stdout:skipping the directory /root 2024-02-10T20:48:33.544 INFO:teuthology.orchestra.run.smithi007.stdout:skipping the directory /tmp 2024-02-10T20:48:33.544 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:48:34.486 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/34 2024-02-10T20:48:34.510 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/34 2024-02-10T20:48:34.511 INFO:teuthology.orchestra.run.smithi007.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:48:34.511 INFO:teuthology.orchestra.run.smithi007.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-02-10T20:48:34.511 INFO:teuthology.orchestra.run.smithi007.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-10T20:48:34.511 INFO:teuthology.orchestra.run.smithi007.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-10T20:48:34.511 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:48:34.513 INFO:teuthology.orchestra.run.smithi007.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-02-10T20:48:34.597 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-02-10T20:48:34.597 INFO:teuthology.orchestra.run.smithi007.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-02-10T20:48:35.811 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-02-10T20:48:35.812 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/34 2024-02-10T20:48:35.812 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/34 2024-02-10T20:48:35.812 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 3/34 2024-02-10T20:48:35.812 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 4/34 2024-02-10T20:48:35.812 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/34 2024-02-10T20:48:35.812 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 6/34 2024-02-10T20:48:35.812 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-10T20:48:35.812 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9. 8/34 2024-02-10T20:48:35.812 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x8 9/34 2024-02-10T20:48:35.812 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 10/34 2024-02-10T20:48:35.812 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 11/34 2024-02-10T20:48:35.812 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 12/34 2024-02-10T20:48:35.813 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 13/34 2024-02-10T20:48:35.813 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-02-10T20:48:35.813 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-02-10T20:48:35.813 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-02-10T20:48:35.813 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-02-10T20:48:35.813 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-02-10T20:48:35.813 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-02-10T20:48:35.813 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-02-10T20:48:35.813 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-02-10T20:48:35.813 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-02-10T20:48:35.813 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-02-10T20:48:35.813 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-02-10T20:48:35.813 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-02-10T20:48:35.813 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-02-10T20:48:35.814 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-02-10T20:48:35.815 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-02-10T20:48:35.815 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-02-10T20:48:35.815 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-02-10T20:48:35.815 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-10T20:48:35.815 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-02-10T20:48:35.815 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/34 2024-02-10T20:48:36.810 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-02-10T20:48:36.810 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:48:36.810 INFO:teuthology.orchestra.run.smithi007.stdout:Upgraded: 2024-02-10T20:48:36.810 INFO:teuthology.orchestra.run.smithi007.stdout: librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:36.810 INFO:teuthology.orchestra.run.smithi007.stdout: librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:36.810 INFO:teuthology.orchestra.run.smithi007.stdout:Installed: 2024-02-10T20:48:36.810 INFO:teuthology.orchestra.run.smithi007.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-02-10T20:48:36.810 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:36.810 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:36.810 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:36.810 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:36.810 INFO:teuthology.orchestra.run.smithi007.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-02-10T20:48:36.811 INFO:teuthology.orchestra.run.smithi007.stdout: libarrow-9.0.0-10.el9.x86_64 2024-02-10T20:48:36.811 INFO:teuthology.orchestra.run.smithi007.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-02-10T20:48:36.811 INFO:teuthology.orchestra.run.smithi007.stdout: libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:36.811 INFO:teuthology.orchestra.run.smithi007.stdout: liboath-2.6.7-2.el9.x86_64 2024-02-10T20:48:36.811 INFO:teuthology.orchestra.run.smithi007.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-02-10T20:48:36.811 INFO:teuthology.orchestra.run.smithi007.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-02-10T20:48:36.811 INFO:teuthology.orchestra.run.smithi007.stdout: libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:36.811 INFO:teuthology.orchestra.run.smithi007.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-02-10T20:48:36.811 INFO:teuthology.orchestra.run.smithi007.stdout: librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:36.811 INFO:teuthology.orchestra.run.smithi007.stdout: libunwind-1.6.2-1.el9.x86_64 2024-02-10T20:48:36.811 INFO:teuthology.orchestra.run.smithi007.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-02-10T20:48:36.811 INFO:teuthology.orchestra.run.smithi007.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-02-10T20:48:36.811 INFO:teuthology.orchestra.run.smithi007.stdout: python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:36.811 INFO:teuthology.orchestra.run.smithi007.stdout: python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:36.811 INFO:teuthology.orchestra.run.smithi007.stdout: python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:36.812 INFO:teuthology.orchestra.run.smithi007.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-02-10T20:48:36.812 INFO:teuthology.orchestra.run.smithi007.stdout: python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:36.812 INFO:teuthology.orchestra.run.smithi007.stdout: python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:36.812 INFO:teuthology.orchestra.run.smithi007.stdout: python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:36.812 INFO:teuthology.orchestra.run.smithi007.stdout: qatlib-23.11.0-1.el9.x86_64 2024-02-10T20:48:36.812 INFO:teuthology.orchestra.run.smithi007.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-02-10T20:48:36.812 INFO:teuthology.orchestra.run.smithi007.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-02-10T20:48:36.812 INFO:teuthology.orchestra.run.smithi007.stdout: re2-1:20211101-3.el9.x86_64 2024-02-10T20:48:36.812 INFO:teuthology.orchestra.run.smithi007.stdout: thrift-0.15.0-2.el9.x86_64 2024-02-10T20:48:36.812 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:48:36.812 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-02-10T20:48:37.124 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum -y install ceph-test 2024-02-10T20:48:37.713 INFO:teuthology.orchestra.run.smithi007.stdout:Last metadata expiration check: 0:00:33 ago on Sat 10 Feb 2024 08:48:04 PM UTC. 2024-02-10T20:48:37.880 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-02-10T20:48:37.881 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:48:37.881 INFO:teuthology.orchestra.run.smithi007.stdout: Package Arch Version Repository Size 2024-02-10T20:48:37.881 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:48:37.881 INFO:teuthology.orchestra.run.smithi007.stdout:Installing: 2024-02-10T20:48:37.881 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-test x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 47 M 2024-02-10T20:48:37.881 INFO:teuthology.orchestra.run.smithi007.stdout:Installing dependencies: 2024-02-10T20:48:37.881 INFO:teuthology.orchestra.run.smithi007.stdout: jq x86_64 1.6-16.el9 CentOS-BaseOS 186 k 2024-02-10T20:48:37.881 INFO:teuthology.orchestra.run.smithi007.stdout: libcephsqlite x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 163 k 2024-02-10T20:48:37.881 INFO:teuthology.orchestra.run.smithi007.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-BaseOS 217 k 2024-02-10T20:48:37.881 INFO:teuthology.orchestra.run.smithi007.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-02-10T20:48:37.881 INFO:teuthology.orchestra.run.smithi007.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-02-10T20:48:37.882 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:48:37.882 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction Summary 2024-02-10T20:48:37.882 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:48:37.882 INFO:teuthology.orchestra.run.smithi007.stdout:Install 6 Packages 2024-02-10T20:48:37.882 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:48:37.882 INFO:teuthology.orchestra.run.smithi007.stdout:Total download size: 48 M 2024-02-10T20:48:37.883 INFO:teuthology.orchestra.run.smithi007.stdout:Installed size: 204 M 2024-02-10T20:48:37.883 INFO:teuthology.orchestra.run.smithi007.stdout:Downloading Packages: 2024-02-10T20:48:38.060 INFO:teuthology.orchestra.run.smithi007.stdout:(1/6): socat-1.7.4.1-5.el9.x86_64.rpm 1.7 MB/s | 300 kB 00:00 2024-02-10T20:48:38.093 INFO:teuthology.orchestra.run.smithi007.stdout:(2/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.9 MB/s | 63 kB 00:00 2024-02-10T20:48:38.135 INFO:teuthology.orchestra.run.smithi007.stdout:(3/6): jq-1.6-16.el9.x86_64.rpm 4.4 MB/s | 186 kB 00:00 2024-02-10T20:48:38.180 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-10T20:48:38.180 INFO:teuthology.orchestra.run.smithi193.stdout:skipping the directory /sys 2024-02-10T20:48:38.181 INFO:teuthology.orchestra.run.smithi193.stdout:skipping the directory /proc 2024-02-10T20:48:38.181 INFO:teuthology.orchestra.run.smithi193.stdout:skipping the directory /mnt 2024-02-10T20:48:38.181 INFO:teuthology.orchestra.run.smithi193.stdout:skipping the directory /var/tmp 2024-02-10T20:48:38.181 INFO:teuthology.orchestra.run.smithi193.stdout:skipping the directory /home 2024-02-10T20:48:38.181 INFO:teuthology.orchestra.run.smithi193.stdout:skipping the directory /root 2024-02-10T20:48:38.181 INFO:teuthology.orchestra.run.smithi193.stdout:skipping the directory /tmp 2024-02-10T20:48:38.181 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:48:38.186 INFO:teuthology.orchestra.run.smithi007.stdout:(4/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 4.2 MB/s | 217 kB 00:00 2024-02-10T20:48:38.303 INFO:teuthology.orchestra.run.smithi007.stdout:(5/6): libcephsqlite-19.0.0-1367.g14aa01b9.el9. 389 kB/s | 163 kB 00:00 2024-02-10T20:48:39.065 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/34 2024-02-10T20:48:39.103 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/34 2024-02-10T20:48:39.103 INFO:teuthology.orchestra.run.smithi193.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:48:39.104 INFO:teuthology.orchestra.run.smithi193.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-02-10T20:48:39.104 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-10T20:48:39.104 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-10T20:48:39.104 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:48:39.105 INFO:teuthology.orchestra.run.smithi193.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-02-10T20:48:39.193 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-02-10T20:48:39.193 INFO:teuthology.orchestra.run.smithi193.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-02-10T20:48:40.309 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-02-10T20:48:40.309 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/34 2024-02-10T20:48:40.309 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/34 2024-02-10T20:48:40.309 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 3/34 2024-02-10T20:48:40.309 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 4/34 2024-02-10T20:48:40.309 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/34 2024-02-10T20:48:40.309 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 6/34 2024-02-10T20:48:40.309 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-10T20:48:40.310 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9. 8/34 2024-02-10T20:48:40.310 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x8 9/34 2024-02-10T20:48:40.310 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 10/34 2024-02-10T20:48:40.310 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 11/34 2024-02-10T20:48:40.310 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 12/34 2024-02-10T20:48:40.310 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 13/34 2024-02-10T20:48:40.310 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-02-10T20:48:40.310 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-02-10T20:48:40.310 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-02-10T20:48:40.310 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-02-10T20:48:40.310 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-02-10T20:48:40.310 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-02-10T20:48:40.310 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-02-10T20:48:40.310 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-02-10T20:48:40.311 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-02-10T20:48:40.311 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-02-10T20:48:40.311 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-02-10T20:48:40.311 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-02-10T20:48:40.311 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-02-10T20:48:40.311 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-02-10T20:48:40.311 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-02-10T20:48:40.312 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-02-10T20:48:40.312 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-02-10T20:48:40.312 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-10T20:48:40.312 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-02-10T20:48:40.312 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/34 2024-02-10T20:48:40.643 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-10T20:48:40.643 INFO:teuthology.orchestra.run.smithi096.stdout:skipping the directory /sys 2024-02-10T20:48:40.643 INFO:teuthology.orchestra.run.smithi096.stdout:skipping the directory /proc 2024-02-10T20:48:40.644 INFO:teuthology.orchestra.run.smithi096.stdout:skipping the directory /mnt 2024-02-10T20:48:40.644 INFO:teuthology.orchestra.run.smithi096.stdout:skipping the directory /var/tmp 2024-02-10T20:48:40.644 INFO:teuthology.orchestra.run.smithi096.stdout:skipping the directory /home 2024-02-10T20:48:40.644 INFO:teuthology.orchestra.run.smithi096.stdout:skipping the directory /root 2024-02-10T20:48:40.644 INFO:teuthology.orchestra.run.smithi096.stdout:skipping the directory /tmp 2024-02-10T20:48:40.644 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:48:41.519 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/34 2024-02-10T20:48:41.543 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/34 2024-02-10T20:48:41.544 INFO:teuthology.orchestra.run.smithi096.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:48:41.544 INFO:teuthology.orchestra.run.smithi096.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-02-10T20:48:41.544 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-10T20:48:41.544 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-10T20:48:41.544 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:48:41.546 INFO:teuthology.orchestra.run.smithi096.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-02-10T20:48:41.560 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-02-10T20:48:41.560 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:48:41.560 INFO:teuthology.orchestra.run.smithi193.stdout:Upgraded: 2024-02-10T20:48:41.560 INFO:teuthology.orchestra.run.smithi193.stdout: librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:41.560 INFO:teuthology.orchestra.run.smithi193.stdout: librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:41.561 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-02-10T20:48:41.561 INFO:teuthology.orchestra.run.smithi193.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-02-10T20:48:41.561 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:41.561 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:41.561 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:41.561 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:41.561 INFO:teuthology.orchestra.run.smithi193.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-02-10T20:48:41.561 INFO:teuthology.orchestra.run.smithi193.stdout: libarrow-9.0.0-10.el9.x86_64 2024-02-10T20:48:41.561 INFO:teuthology.orchestra.run.smithi193.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-02-10T20:48:41.561 INFO:teuthology.orchestra.run.smithi193.stdout: libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:41.561 INFO:teuthology.orchestra.run.smithi193.stdout: liboath-2.6.7-2.el9.x86_64 2024-02-10T20:48:41.561 INFO:teuthology.orchestra.run.smithi193.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-02-10T20:48:41.561 INFO:teuthology.orchestra.run.smithi193.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-02-10T20:48:41.561 INFO:teuthology.orchestra.run.smithi193.stdout: libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:41.562 INFO:teuthology.orchestra.run.smithi193.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-02-10T20:48:41.562 INFO:teuthology.orchestra.run.smithi193.stdout: librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:41.562 INFO:teuthology.orchestra.run.smithi193.stdout: libunwind-1.6.2-1.el9.x86_64 2024-02-10T20:48:41.562 INFO:teuthology.orchestra.run.smithi193.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-02-10T20:48:41.562 INFO:teuthology.orchestra.run.smithi193.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-02-10T20:48:41.562 INFO:teuthology.orchestra.run.smithi193.stdout: python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:41.562 INFO:teuthology.orchestra.run.smithi193.stdout: python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:41.562 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:41.562 INFO:teuthology.orchestra.run.smithi193.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-02-10T20:48:41.562 INFO:teuthology.orchestra.run.smithi193.stdout: python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:41.562 INFO:teuthology.orchestra.run.smithi193.stdout: python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:41.562 INFO:teuthology.orchestra.run.smithi193.stdout: python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:41.562 INFO:teuthology.orchestra.run.smithi193.stdout: qatlib-23.11.0-1.el9.x86_64 2024-02-10T20:48:41.562 INFO:teuthology.orchestra.run.smithi193.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-02-10T20:48:41.562 INFO:teuthology.orchestra.run.smithi193.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-02-10T20:48:41.563 INFO:teuthology.orchestra.run.smithi193.stdout: re2-1:20211101-3.el9.x86_64 2024-02-10T20:48:41.563 INFO:teuthology.orchestra.run.smithi193.stdout: thrift-0.15.0-2.el9.x86_64 2024-02-10T20:48:41.563 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:48:41.563 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-02-10T20:48:41.638 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-02-10T20:48:41.638 INFO:teuthology.orchestra.run.smithi096.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-02-10T20:48:41.893 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-test 2024-02-10T20:48:42.044 INFO:teuthology.orchestra.run.smithi007.stdout:(6/6): ceph-test-19.0.0-1367.g14aa01b9.el9.x86_ 11 MB/s | 47 MB 00:04 2024-02-10T20:48:42.047 INFO:teuthology.orchestra.run.smithi007.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:48:42.047 INFO:teuthology.orchestra.run.smithi007.stdout:Total 12 MB/s | 48 MB 00:04 2024-02-10T20:48:42.048 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction check 2024-02-10T20:48:42.071 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction check succeeded. 2024-02-10T20:48:42.071 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction test 2024-02-10T20:48:42.469 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction test succeeded. 2024-02-10T20:48:42.469 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction 2024-02-10T20:48:42.471 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:00:33 ago on Sat 10 Feb 2024 08:48:09 PM UTC. 2024-02-10T20:48:42.636 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-02-10T20:48:42.637 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:48:42.637 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-02-10T20:48:42.637 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:48:42.637 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-02-10T20:48:42.637 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-test x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 47 M 2024-02-10T20:48:42.637 INFO:teuthology.orchestra.run.smithi193.stdout:Installing dependencies: 2024-02-10T20:48:42.637 INFO:teuthology.orchestra.run.smithi193.stdout: jq x86_64 1.6-16.el9 CentOS-BaseOS 186 k 2024-02-10T20:48:42.637 INFO:teuthology.orchestra.run.smithi193.stdout: libcephsqlite x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 163 k 2024-02-10T20:48:42.637 INFO:teuthology.orchestra.run.smithi193.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-BaseOS 217 k 2024-02-10T20:48:42.637 INFO:teuthology.orchestra.run.smithi193.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-02-10T20:48:42.637 INFO:teuthology.orchestra.run.smithi193.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-02-10T20:48:42.637 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:48:42.637 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-02-10T20:48:42.638 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:48:42.638 INFO:teuthology.orchestra.run.smithi193.stdout:Install 6 Packages 2024-02-10T20:48:42.638 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:48:42.638 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 48 M 2024-02-10T20:48:42.638 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 204 M 2024-02-10T20:48:42.638 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-02-10T20:48:42.809 INFO:teuthology.orchestra.run.smithi193.stdout:(1/6): socat-1.7.4.1-5.el9.x86_64.rpm 1.7 MB/s | 300 kB 00:00 2024-02-10T20:48:42.816 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-02-10T20:48:42.816 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/34 2024-02-10T20:48:42.816 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/34 2024-02-10T20:48:42.816 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 3/34 2024-02-10T20:48:42.816 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 4/34 2024-02-10T20:48:42.816 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/34 2024-02-10T20:48:42.816 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 6/34 2024-02-10T20:48:42.816 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-10T20:48:42.816 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9. 8/34 2024-02-10T20:48:42.816 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x8 9/34 2024-02-10T20:48:42.816 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 10/34 2024-02-10T20:48:42.816 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 11/34 2024-02-10T20:48:42.817 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 12/34 2024-02-10T20:48:42.817 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 13/34 2024-02-10T20:48:42.817 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-02-10T20:48:42.817 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-02-10T20:48:42.817 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-02-10T20:48:42.817 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-02-10T20:48:42.817 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-02-10T20:48:42.817 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-02-10T20:48:42.817 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-02-10T20:48:42.817 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-02-10T20:48:42.817 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-02-10T20:48:42.817 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-02-10T20:48:42.817 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-02-10T20:48:42.817 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-02-10T20:48:42.817 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-02-10T20:48:42.818 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-02-10T20:48:42.818 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-02-10T20:48:42.819 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-02-10T20:48:42.819 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-02-10T20:48:42.819 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-10T20:48:42.819 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-02-10T20:48:42.819 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/34 2024-02-10T20:48:42.842 INFO:teuthology.orchestra.run.smithi193.stdout:(2/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-02-10T20:48:42.884 INFO:teuthology.orchestra.run.smithi193.stdout:(3/6): jq-1.6-16.el9.x86_64.rpm 4.4 MB/s | 186 kB 00:00 2024-02-10T20:48:42.926 INFO:teuthology.orchestra.run.smithi193.stdout:(4/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 5.1 MB/s | 217 kB 00:00 2024-02-10T20:48:43.018 INFO:teuthology.orchestra.run.smithi193.stdout:(5/6): libcephsqlite-19.0.0-1367.g14aa01b9.el9. 431 kB/s | 163 kB 00:00 2024-02-10T20:48:43.086 INFO:teuthology.orchestra.run.smithi007.stdout: Preparing : 1/1 2024-02-10T20:48:43.156 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 1/6 2024-02-10T20:48:43.202 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : jq-1.6-16.el9.x86_64 2/6 2024-02-10T20:48:43.247 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/6 2024-02-10T20:48:43.296 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 4/6 2024-02-10T20:48:43.332 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/6 2024-02-10T20:48:43.866 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-02-10T20:48:43.866 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:48:43.866 INFO:teuthology.orchestra.run.smithi096.stdout:Upgraded: 2024-02-10T20:48:43.866 INFO:teuthology.orchestra.run.smithi096.stdout: librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:43.866 INFO:teuthology.orchestra.run.smithi096.stdout: librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:43.866 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-02-10T20:48:43.866 INFO:teuthology.orchestra.run.smithi096.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-02-10T20:48:43.867 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:43.867 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:43.867 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:43.867 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:43.867 INFO:teuthology.orchestra.run.smithi096.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-02-10T20:48:43.867 INFO:teuthology.orchestra.run.smithi096.stdout: libarrow-9.0.0-10.el9.x86_64 2024-02-10T20:48:43.867 INFO:teuthology.orchestra.run.smithi096.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-02-10T20:48:43.867 INFO:teuthology.orchestra.run.smithi096.stdout: libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:43.867 INFO:teuthology.orchestra.run.smithi096.stdout: liboath-2.6.7-2.el9.x86_64 2024-02-10T20:48:43.867 INFO:teuthology.orchestra.run.smithi096.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-02-10T20:48:43.867 INFO:teuthology.orchestra.run.smithi096.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-02-10T20:48:43.867 INFO:teuthology.orchestra.run.smithi096.stdout: libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:43.868 INFO:teuthology.orchestra.run.smithi096.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-02-10T20:48:43.868 INFO:teuthology.orchestra.run.smithi096.stdout: librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:43.868 INFO:teuthology.orchestra.run.smithi096.stdout: libunwind-1.6.2-1.el9.x86_64 2024-02-10T20:48:43.868 INFO:teuthology.orchestra.run.smithi096.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-02-10T20:48:43.868 INFO:teuthology.orchestra.run.smithi096.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-02-10T20:48:43.868 INFO:teuthology.orchestra.run.smithi096.stdout: python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:43.868 INFO:teuthology.orchestra.run.smithi096.stdout: python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:43.868 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:43.868 INFO:teuthology.orchestra.run.smithi096.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-02-10T20:48:43.868 INFO:teuthology.orchestra.run.smithi096.stdout: python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:43.868 INFO:teuthology.orchestra.run.smithi096.stdout: python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:43.869 INFO:teuthology.orchestra.run.smithi096.stdout: python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:43.869 INFO:teuthology.orchestra.run.smithi096.stdout: qatlib-23.11.0-1.el9.x86_64 2024-02-10T20:48:43.869 INFO:teuthology.orchestra.run.smithi096.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-02-10T20:48:43.869 INFO:teuthology.orchestra.run.smithi096.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-02-10T20:48:43.869 INFO:teuthology.orchestra.run.smithi096.stdout: re2-1:20211101-3.el9.x86_64 2024-02-10T20:48:43.869 INFO:teuthology.orchestra.run.smithi096.stdout: thrift-0.15.0-2.el9.x86_64 2024-02-10T20:48:43.869 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:48:43.869 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-02-10T20:48:44.194 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph-test 2024-02-10T20:48:44.793 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:00:39 ago on Sat 10 Feb 2024 08:48:05 PM UTC. 2024-02-10T20:48:44.953 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-02-10T20:48:44.954 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:48:44.954 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repository Size 2024-02-10T20:48:44.954 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:48:44.954 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-02-10T20:48:44.954 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-test x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 47 M 2024-02-10T20:48:44.955 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2024-02-10T20:48:44.955 INFO:teuthology.orchestra.run.smithi096.stdout: jq x86_64 1.6-16.el9 CentOS-BaseOS 186 k 2024-02-10T20:48:44.955 INFO:teuthology.orchestra.run.smithi096.stdout: libcephsqlite x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 163 k 2024-02-10T20:48:44.955 INFO:teuthology.orchestra.run.smithi096.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-BaseOS 217 k 2024-02-10T20:48:44.955 INFO:teuthology.orchestra.run.smithi096.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-02-10T20:48:44.955 INFO:teuthology.orchestra.run.smithi096.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-02-10T20:48:44.955 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:48:44.955 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-02-10T20:48:44.955 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:48:44.955 INFO:teuthology.orchestra.run.smithi096.stdout:Install 6 Packages 2024-02-10T20:48:44.955 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:48:44.956 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 48 M 2024-02-10T20:48:44.956 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 204 M 2024-02-10T20:48:44.956 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-02-10T20:48:45.102 INFO:teuthology.orchestra.run.smithi096.stdout:(1/6): socat-1.7.4.1-5.el9.x86_64.rpm 2.0 MB/s | 300 kB 00:00 2024-02-10T20:48:45.136 INFO:teuthology.orchestra.run.smithi096.stdout:(2/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-02-10T20:48:45.178 INFO:teuthology.orchestra.run.smithi096.stdout:(3/6): jq-1.6-16.el9.x86_64.rpm 4.5 MB/s | 186 kB 00:00 2024-02-10T20:48:45.220 INFO:teuthology.orchestra.run.smithi096.stdout:(4/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 5.1 MB/s | 217 kB 00:00 2024-02-10T20:48:45.495 INFO:teuthology.orchestra.run.smithi096.stdout:(5/6): libcephsqlite-19.0.0-1367.g14aa01b9.el9. 303 kB/s | 163 kB 00:00 2024-02-10T20:48:45.785 INFO:teuthology.orchestra.run.smithi193.stdout:(6/6): ceph-test-19.0.0-1367.g14aa01b9.el9.x86_ 15 MB/s | 47 MB 00:03 2024-02-10T20:48:45.787 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:48:45.788 INFO:teuthology.orchestra.run.smithi193.stdout:Total 15 MB/s | 48 MB 00:03 2024-02-10T20:48:45.788 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-02-10T20:48:45.808 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-02-10T20:48:45.808 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-02-10T20:48:46.190 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-02-10T20:48:46.190 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-02-10T20:48:46.773 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-02-10T20:48:46.851 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 1/6 2024-02-10T20:48:46.884 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : jq-1.6-16.el9.x86_64 2/6 2024-02-10T20:48:46.928 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/6 2024-02-10T20:48:46.977 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 4/6 2024-02-10T20:48:47.005 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/6 2024-02-10T20:48:47.570 INFO:teuthology.orchestra.run.smithi096.stdout:(6/6): ceph-test-19.0.0-1367.g14aa01b9.el9.x86_ 18 MB/s | 47 MB 00:02 2024-02-10T20:48:47.573 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:48:47.573 INFO:teuthology.orchestra.run.smithi096.stdout:Total 18 MB/s | 48 MB 00:02 2024-02-10T20:48:47.573 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-02-10T20:48:47.594 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-02-10T20:48:47.594 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-02-10T20:48:47.975 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-02-10T20:48:47.976 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-02-10T20:48:48.084 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/6 2024-02-10T20:48:48.175 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 6/6 2024-02-10T20:48:48.555 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-02-10T20:48:48.627 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 1/6 2024-02-10T20:48:48.660 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : jq-1.6-16.el9.x86_64 2/6 2024-02-10T20:48:48.713 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/6 2024-02-10T20:48:48.754 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 4/6 2024-02-10T20:48:48.781 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/6 2024-02-10T20:48:50.653 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 6/6 2024-02-10T20:48:50.653 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/6 2024-02-10T20:48:50.653 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/6 2024-02-10T20:48:50.653 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/6 2024-02-10T20:48:50.654 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/6 2024-02-10T20:48:50.654 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : jq-1.6-16.el9.x86_64 5/6 2024-02-10T20:48:51.210 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 6/6 2024-02-10T20:48:51.210 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:48:51.210 INFO:teuthology.orchestra.run.smithi007.stdout:Installed: 2024-02-10T20:48:51.211 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:51.211 INFO:teuthology.orchestra.run.smithi007.stdout: jq-1.6-16.el9.x86_64 2024-02-10T20:48:51.211 INFO:teuthology.orchestra.run.smithi007.stdout: libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:51.211 INFO:teuthology.orchestra.run.smithi007.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-02-10T20:48:51.211 INFO:teuthology.orchestra.run.smithi007.stdout: socat-1.7.4.1-5.el9.x86_64 2024-02-10T20:48:51.211 INFO:teuthology.orchestra.run.smithi007.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-02-10T20:48:51.211 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:48:51.211 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-02-10T20:48:51.437 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum -y install ceph 2024-02-10T20:48:51.489 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/6 2024-02-10T20:48:51.562 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 6/6 2024-02-10T20:48:52.024 INFO:teuthology.orchestra.run.smithi007.stdout:Last metadata expiration check: 0:00:48 ago on Sat 10 Feb 2024 08:48:04 PM UTC. 2024-02-10T20:48:52.192 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-02-10T20:48:52.195 INFO:teuthology.orchestra.run.smithi007.stdout:========================================================================================= 2024-02-10T20:48:52.195 INFO:teuthology.orchestra.run.smithi007.stdout: Package Arch Version Repository Size 2024-02-10T20:48:52.195 INFO:teuthology.orchestra.run.smithi007.stdout:========================================================================================= 2024-02-10T20:48:52.195 INFO:teuthology.orchestra.run.smithi007.stdout:Installing: 2024-02-10T20:48:52.195 INFO:teuthology.orchestra.run.smithi007.stdout: ceph x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 6.6 k 2024-02-10T20:48:52.195 INFO:teuthology.orchestra.run.smithi007.stdout:Installing dependencies: 2024-02-10T20:48:52.195 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-mds x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 2.1 M 2024-02-10T20:48:52.196 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-mgr x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 1.5 M 2024-02-10T20:48:52.196 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-mgr-modules-core noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 247 k 2024-02-10T20:48:52.196 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-mon x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 4.7 M 2024-02-10T20:48:52.196 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-osd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 17 M 2024-02-10T20:48:52.196 INFO:teuthology.orchestra.run.smithi007.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-02-10T20:48:52.196 INFO:teuthology.orchestra.run.smithi007.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-02-10T20:48:52.196 INFO:teuthology.orchestra.run.smithi007.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-02-10T20:48:52.196 INFO:teuthology.orchestra.run.smithi007.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-02-10T20:48:52.196 INFO:teuthology.orchestra.run.smithi007.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-02-10T20:48:52.196 INFO:teuthology.orchestra.run.smithi007.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-02-10T20:48:52.196 INFO:teuthology.orchestra.run.smithi007.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-02-10T20:48:52.196 INFO:teuthology.orchestra.run.smithi007.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-02-10T20:48:52.196 INFO:teuthology.orchestra.run.smithi007.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-02-10T20:48:52.197 INFO:teuthology.orchestra.run.smithi007.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-02-10T20:48:52.197 INFO:teuthology.orchestra.run.smithi007.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-02-10T20:48:52.197 INFO:teuthology.orchestra.run.smithi007.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-02-10T20:48:52.197 INFO:teuthology.orchestra.run.smithi007.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-02-10T20:48:52.197 INFO:teuthology.orchestra.run.smithi007.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-02-10T20:48:52.197 INFO:teuthology.orchestra.run.smithi007.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-02-10T20:48:52.197 INFO:teuthology.orchestra.run.smithi007.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-02-10T20:48:52.197 INFO:teuthology.orchestra.run.smithi007.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-02-10T20:48:52.197 INFO:teuthology.orchestra.run.smithi007.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-02-10T20:48:52.197 INFO:teuthology.orchestra.run.smithi007.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-02-10T20:48:52.197 INFO:teuthology.orchestra.run.smithi007.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-02-10T20:48:52.197 INFO:teuthology.orchestra.run.smithi007.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-02-10T20:48:52.197 INFO:teuthology.orchestra.run.smithi007.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-02-10T20:48:52.197 INFO:teuthology.orchestra.run.smithi007.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-02-10T20:48:52.197 INFO:teuthology.orchestra.run.smithi007.stdout: python3-requests noarch 2.25.1-8.el9 CentOS-BaseOS 113 k 2024-02-10T20:48:52.198 INFO:teuthology.orchestra.run.smithi007.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-02-10T20:48:52.198 INFO:teuthology.orchestra.run.smithi007.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-02-10T20:48:52.198 INFO:teuthology.orchestra.run.smithi007.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-02-10T20:48:52.198 INFO:teuthology.orchestra.run.smithi007.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-02-10T20:48:52.198 INFO:teuthology.orchestra.run.smithi007.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-02-10T20:48:52.198 INFO:teuthology.orchestra.run.smithi007.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-02-10T20:48:52.198 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:48:52.198 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction Summary 2024-02-10T20:48:52.198 INFO:teuthology.orchestra.run.smithi007.stdout:========================================================================================= 2024-02-10T20:48:52.198 INFO:teuthology.orchestra.run.smithi007.stdout:Install 36 Packages 2024-02-10T20:48:52.198 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:48:52.199 INFO:teuthology.orchestra.run.smithi007.stdout:Total download size: 30 M 2024-02-10T20:48:52.199 INFO:teuthology.orchestra.run.smithi007.stdout:Installed size: 107 M 2024-02-10T20:48:52.199 INFO:teuthology.orchestra.run.smithi007.stdout:Downloading Packages: 2024-02-10T20:48:53.081 INFO:teuthology.orchestra.run.smithi007.stdout:(1/36): ceph-19.0.0-1367.g14aa01b9.el9.x86_64.r 28 kB/s | 6.6 kB 00:00 2024-02-10T20:48:53.295 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/6 2024-02-10T20:48:53.372 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 6/6 2024-02-10T20:48:53.807 INFO:teuthology.orchestra.run.smithi007.stdout:(2/36): ceph-mgr-19.0.0-1367.g14aa01b9.el9.x86_ 1.6 MB/s | 1.5 MB 00:00 2024-02-10T20:48:54.068 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 6/6 2024-02-10T20:48:54.068 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/6 2024-02-10T20:48:54.068 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/6 2024-02-10T20:48:54.068 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/6 2024-02-10T20:48:54.068 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/6 2024-02-10T20:48:54.068 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : jq-1.6-16.el9.x86_64 5/6 2024-02-10T20:48:54.382 INFO:teuthology.orchestra.run.smithi007.stdout:(3/36): ceph-mds-19.0.0-1367.g14aa01b9.el9.x86_ 1.4 MB/s | 2.1 MB 00:01 2024-02-10T20:48:54.539 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 6/6 2024-02-10T20:48:54.539 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:48:54.539 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-02-10T20:48:54.539 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:54.539 INFO:teuthology.orchestra.run.smithi193.stdout: jq-1.6-16.el9.x86_64 2024-02-10T20:48:54.539 INFO:teuthology.orchestra.run.smithi193.stdout: libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:54.539 INFO:teuthology.orchestra.run.smithi193.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-02-10T20:48:54.540 INFO:teuthology.orchestra.run.smithi193.stdout: socat-1.7.4.1-5.el9.x86_64 2024-02-10T20:48:54.540 INFO:teuthology.orchestra.run.smithi193.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-02-10T20:48:54.540 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:48:54.540 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-02-10T20:48:54.540 INFO:teuthology.orchestra.run.smithi007.stdout:(4/36): ceph-mgr-modules-core-19.0.0-1367.g14aa 1.5 MB/s | 247 kB 00:00 2024-02-10T20:48:54.764 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph 2024-02-10T20:48:54.874 INFO:teuthology.orchestra.run.smithi007.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 561 kB/s | 187 kB 00:00 2024-02-10T20:48:54.941 INFO:teuthology.orchestra.run.smithi007.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 2.1 MB/s | 144 kB 00:00 2024-02-10T20:48:55.017 INFO:teuthology.orchestra.run.smithi007.stdout:(7/36): ceph-mon-19.0.0-1367.g14aa01b9.el9.x86_ 2.4 MB/s | 4.7 MB 00:01 2024-02-10T20:48:55.042 INFO:teuthology.orchestra.run.smithi007.stdout:(8/36): python3-markupsafe-1.1.1-12.el9.x86_64. 314 kB/s | 32 kB 00:00 2024-02-10T20:48:55.067 INFO:teuthology.orchestra.run.smithi007.stdout:(9/36): python3-pytz-2021.1-5.el9.noarch.rpm 947 kB/s | 47 kB 00:00 2024-02-10T20:48:55.092 INFO:teuthology.orchestra.run.smithi007.stdout:(10/36): python3-toml-0.10.2-6.el9.noarch.rpm 771 kB/s | 39 kB 00:00 2024-02-10T20:48:55.134 INFO:teuthology.orchestra.run.smithi007.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 3.5 MB/s | 241 kB 00:00 2024-02-10T20:48:55.218 INFO:teuthology.orchestra.run.smithi007.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 9.2 MB/s | 1.1 MB 00:00 2024-02-10T20:48:55.243 INFO:teuthology.orchestra.run.smithi007.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 955 kB/s | 103 kB 00:00 2024-02-10T20:48:55.269 INFO:teuthology.orchestra.run.smithi007.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.4 MB/s | 124 kB 00:00 2024-02-10T20:48:55.294 INFO:teuthology.orchestra.run.smithi007.stdout:(15/36): python3-requests-2.25.1-8.el9.noarch.r 2.2 MB/s | 113 kB 00:00 2024-02-10T20:48:55.319 INFO:teuthology.orchestra.run.smithi007.stdout:(16/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.7 MB/s | 187 kB 00:00 2024-02-10T20:48:55.348 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:00:46 ago on Sat 10 Feb 2024 08:48:09 PM UTC. 2024-02-10T20:48:55.513 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-02-10T20:48:55.515 INFO:teuthology.orchestra.run.smithi193.stdout:========================================================================================= 2024-02-10T20:48:55.515 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-02-10T20:48:55.515 INFO:teuthology.orchestra.run.smithi193.stdout:========================================================================================= 2024-02-10T20:48:55.516 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-02-10T20:48:55.516 INFO:teuthology.orchestra.run.smithi193.stdout: ceph x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 6.6 k 2024-02-10T20:48:55.516 INFO:teuthology.orchestra.run.smithi193.stdout:Installing dependencies: 2024-02-10T20:48:55.516 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mds x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 2.1 M 2024-02-10T20:48:55.516 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 1.5 M 2024-02-10T20:48:55.516 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-modules-core noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 247 k 2024-02-10T20:48:55.516 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mon x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 4.7 M 2024-02-10T20:48:55.516 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-osd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 17 M 2024-02-10T20:48:55.516 INFO:teuthology.orchestra.run.smithi193.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-02-10T20:48:55.516 INFO:teuthology.orchestra.run.smithi193.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-02-10T20:48:55.516 INFO:teuthology.orchestra.run.smithi193.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-02-10T20:48:55.516 INFO:teuthology.orchestra.run.smithi193.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-02-10T20:48:55.516 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-02-10T20:48:55.517 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-02-10T20:48:55.517 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-02-10T20:48:55.517 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-02-10T20:48:55.517 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-02-10T20:48:55.517 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-02-10T20:48:55.517 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-02-10T20:48:55.517 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-02-10T20:48:55.517 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-02-10T20:48:55.517 INFO:teuthology.orchestra.run.smithi193.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-02-10T20:48:55.517 INFO:teuthology.orchestra.run.smithi193.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-02-10T20:48:55.517 INFO:teuthology.orchestra.run.smithi193.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-02-10T20:48:55.517 INFO:teuthology.orchestra.run.smithi193.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-02-10T20:48:55.517 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-02-10T20:48:55.518 INFO:teuthology.orchestra.run.smithi193.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-02-10T20:48:55.518 INFO:teuthology.orchestra.run.smithi193.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-02-10T20:48:55.518 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-02-10T20:48:55.518 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-02-10T20:48:55.518 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-02-10T20:48:55.518 INFO:teuthology.orchestra.run.smithi193.stdout: python3-requests noarch 2.25.1-8.el9 CentOS-BaseOS 113 k 2024-02-10T20:48:55.518 INFO:teuthology.orchestra.run.smithi193.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-02-10T20:48:55.518 INFO:teuthology.orchestra.run.smithi193.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-02-10T20:48:55.518 INFO:teuthology.orchestra.run.smithi193.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-02-10T20:48:55.518 INFO:teuthology.orchestra.run.smithi193.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-02-10T20:48:55.518 INFO:teuthology.orchestra.run.smithi193.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-02-10T20:48:55.518 INFO:teuthology.orchestra.run.smithi193.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-02-10T20:48:55.518 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:48:55.518 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-02-10T20:48:55.518 INFO:teuthology.orchestra.run.smithi193.stdout:========================================================================================= 2024-02-10T20:48:55.519 INFO:teuthology.orchestra.run.smithi193.stdout:Install 36 Packages 2024-02-10T20:48:55.519 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:48:55.519 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 30 M 2024-02-10T20:48:55.519 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 107 M 2024-02-10T20:48:55.519 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-02-10T20:48:55.724 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 6/6 2024-02-10T20:48:55.725 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/6 2024-02-10T20:48:55.725 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/6 2024-02-10T20:48:55.725 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/6 2024-02-10T20:48:55.725 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/6 2024-02-10T20:48:55.725 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : jq-1.6-16.el9.x86_64 5/6 2024-02-10T20:48:55.845 INFO:teuthology.orchestra.run.smithi007.stdout:(17/36): luarocks-3.9.2-1.el9.noarch.rpm 288 kB/s | 151 kB 00:00 2024-02-10T20:48:55.936 INFO:teuthology.orchestra.run.smithi007.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 35 kB/s | 22 kB 00:00 2024-02-10T20:48:56.095 INFO:teuthology.orchestra.run.smithi007.stdout:(19/36): ceph-osd-19.0.0-1367.g14aa01b9.el9.x86 7.3 MB/s | 17 MB 00:02 2024-02-10T20:48:56.120 INFO:teuthology.orchestra.run.smithi007.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 158 kB/s | 43 kB 00:00 2024-02-10T20:48:56.175 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 6/6 2024-02-10T20:48:56.175 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:48:56.175 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-02-10T20:48:56.175 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:56.175 INFO:teuthology.orchestra.run.smithi096.stdout: jq-1.6-16.el9.x86_64 2024-02-10T20:48:56.175 INFO:teuthology.orchestra.run.smithi096.stdout: libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:48:56.175 INFO:teuthology.orchestra.run.smithi096.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-02-10T20:48:56.176 INFO:teuthology.orchestra.run.smithi096.stdout: socat-1.7.4.1-5.el9.x86_64 2024-02-10T20:48:56.176 INFO:teuthology.orchestra.run.smithi096.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-02-10T20:48:56.176 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:48:56.176 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-02-10T20:48:56.190 INFO:teuthology.orchestra.run.smithi193.stdout:(1/36): ceph-19.0.0-1367.g14aa01b9.el9.x86_64.r 32 kB/s | 6.6 kB 00:00 2024-02-10T20:48:56.237 INFO:teuthology.orchestra.run.smithi007.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 92 kB/s | 11 kB 00:00 2024-02-10T20:48:56.346 INFO:teuthology.orchestra.run.smithi007.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 163 kB/s | 18 kB 00:00 2024-02-10T20:48:56.435 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph 2024-02-10T20:48:56.480 INFO:teuthology.orchestra.run.smithi007.stdout:(23/36): python3-jaraco-collections-3.0.0-8.el9 174 kB/s | 23 kB 00:00 2024-02-10T20:48:56.505 INFO:teuthology.orchestra.run.smithi007.stdout:(24/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 302 kB/s | 172 kB 00:00 2024-02-10T20:48:56.597 INFO:teuthology.orchestra.run.smithi007.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 166 kB/s | 19 kB 00:00 2024-02-10T20:48:56.607 INFO:teuthology.orchestra.run.smithi193.stdout:(2/36): ceph-mds-19.0.0-1367.g14aa01b9.el9.x86_ 3.4 MB/s | 2.1 MB 00:00 2024-02-10T20:48:56.622 INFO:teuthology.orchestra.run.smithi007.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 168 kB/s | 20 kB 00:00 2024-02-10T20:48:56.749 INFO:teuthology.orchestra.run.smithi193.stdout:(3/36): ceph-mgr-19.0.0-1367.g14aa01b9.el9.x86_ 2.0 MB/s | 1.5 MB 00:00 2024-02-10T20:48:56.756 INFO:teuthology.orchestra.run.smithi007.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 291 kB/s | 46 kB 00:00 2024-02-10T20:48:56.789 INFO:teuthology.orchestra.run.smithi007.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 472 kB/s | 79 kB 00:00 2024-02-10T20:48:56.873 INFO:teuthology.orchestra.run.smithi007.stdout:(29/36): python3-cherrypy-18.6.1-2.el9.noarch.r 461 kB/s | 358 kB 00:00 2024-02-10T20:48:56.941 INFO:teuthology.orchestra.run.smithi193.stdout:(4/36): ceph-mgr-modules-core-19.0.0-1367.g14aa 1.3 MB/s | 247 kB 00:00 2024-02-10T20:48:56.982 INFO:teuthology.orchestra.run.smithi007.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 85 kB/s | 16 kB 00:00 2024-02-10T20:48:57.005 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:00:52 ago on Sat 10 Feb 2024 08:48:05 PM UTC. 2024-02-10T20:48:57.049 INFO:teuthology.orchestra.run.smithi007.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 931 kB/s | 272 kB 00:00 2024-02-10T20:48:57.116 INFO:teuthology.orchestra.run.smithi007.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 371 kB/s | 90 kB 00:00 2024-02-10T20:48:57.141 INFO:teuthology.orchestra.run.smithi007.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 225 kB/s | 36 kB 00:00 2024-02-10T20:48:57.164 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-02-10T20:48:57.166 INFO:teuthology.orchestra.run.smithi096.stdout:========================================================================================= 2024-02-10T20:48:57.166 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repository Size 2024-02-10T20:48:57.166 INFO:teuthology.orchestra.run.smithi096.stdout:========================================================================================= 2024-02-10T20:48:57.167 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-02-10T20:48:57.167 INFO:teuthology.orchestra.run.smithi096.stdout: ceph x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 6.6 k 2024-02-10T20:48:57.167 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2024-02-10T20:48:57.167 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mds x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 2.1 M 2024-02-10T20:48:57.167 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 1.5 M 2024-02-10T20:48:57.167 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-modules-core noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 247 k 2024-02-10T20:48:57.167 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mon x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 4.7 M 2024-02-10T20:48:57.167 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-osd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 17 M 2024-02-10T20:48:57.167 INFO:teuthology.orchestra.run.smithi096.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-02-10T20:48:57.167 INFO:teuthology.orchestra.run.smithi096.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-02-10T20:48:57.167 INFO:teuthology.orchestra.run.smithi096.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-02-10T20:48:57.167 INFO:teuthology.orchestra.run.smithi096.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-02-10T20:48:57.167 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-02-10T20:48:57.167 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-02-10T20:48:57.168 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-02-10T20:48:57.168 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-02-10T20:48:57.168 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-02-10T20:48:57.168 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-02-10T20:48:57.168 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-02-10T20:48:57.168 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-02-10T20:48:57.168 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-02-10T20:48:57.168 INFO:teuthology.orchestra.run.smithi096.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-02-10T20:48:57.168 INFO:teuthology.orchestra.run.smithi096.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-02-10T20:48:57.168 INFO:teuthology.orchestra.run.smithi096.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-02-10T20:48:57.168 INFO:teuthology.orchestra.run.smithi096.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-02-10T20:48:57.168 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-02-10T20:48:57.168 INFO:teuthology.orchestra.run.smithi096.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-02-10T20:48:57.168 INFO:teuthology.orchestra.run.smithi096.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-02-10T20:48:57.169 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-02-10T20:48:57.169 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-02-10T20:48:57.169 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-02-10T20:48:57.169 INFO:teuthology.orchestra.run.smithi096.stdout: python3-requests noarch 2.25.1-8.el9 CentOS-BaseOS 113 k 2024-02-10T20:48:57.169 INFO:teuthology.orchestra.run.smithi096.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-02-10T20:48:57.169 INFO:teuthology.orchestra.run.smithi096.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-02-10T20:48:57.169 INFO:teuthology.orchestra.run.smithi096.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-02-10T20:48:57.169 INFO:teuthology.orchestra.run.smithi096.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-02-10T20:48:57.169 INFO:teuthology.orchestra.run.smithi096.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-02-10T20:48:57.169 INFO:teuthology.orchestra.run.smithi096.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-02-10T20:48:57.169 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:48:57.169 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-02-10T20:48:57.169 INFO:teuthology.orchestra.run.smithi096.stdout:========================================================================================= 2024-02-10T20:48:57.169 INFO:teuthology.orchestra.run.smithi096.stdout:Install 36 Packages 2024-02-10T20:48:57.169 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:48:57.170 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 30 M 2024-02-10T20:48:57.170 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 107 M 2024-02-10T20:48:57.170 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-02-10T20:48:57.225 INFO:teuthology.orchestra.run.smithi193.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 659 kB/s | 187 kB 00:00 2024-02-10T20:48:57.275 INFO:teuthology.orchestra.run.smithi007.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 150 kB/s | 20 kB 00:00 2024-02-10T20:48:57.275 INFO:teuthology.orchestra.run.smithi193.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 2.8 MB/s | 144 kB 00:00 2024-02-10T20:48:57.300 INFO:teuthology.orchestra.run.smithi007.stdout:(35/36): python3-webob-1.8.7-6.el9.noarch.rpm 916 kB/s | 230 kB 00:00 2024-02-10T20:48:57.309 INFO:teuthology.orchestra.run.smithi193.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 949 kB/s | 32 kB 00:00 2024-02-10T20:48:57.350 INFO:teuthology.orchestra.run.smithi193.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.1 MB/s | 47 kB 00:00 2024-02-10T20:48:57.384 INFO:teuthology.orchestra.run.smithi193.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.1 MB/s | 39 kB 00:00 2024-02-10T20:48:57.434 INFO:teuthology.orchestra.run.smithi193.stdout:(10/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 4.7 MB/s | 241 kB 00:00 2024-02-10T20:48:57.548 INFO:teuthology.orchestra.run.smithi096.stdout:(1/36): ceph-19.0.0-1367.g14aa01b9.el9.x86_64.r 22 kB/s | 6.6 kB 00:00 2024-02-10T20:48:57.551 INFO:teuthology.orchestra.run.smithi193.stdout:(11/36): python3-cryptography-36.0.1-4.el9.x86_ 9.8 MB/s | 1.1 MB 00:00 2024-02-10T20:48:57.567 INFO:teuthology.orchestra.run.smithi007.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 948 kB/s | 427 kB 00:00 2024-02-10T20:48:57.570 INFO:teuthology.orchestra.run.smithi007.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:48:57.571 INFO:teuthology.orchestra.run.smithi007.stdout:Total 5.5 MB/s | 30 MB 00:05 2024-02-10T20:48:57.592 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction check 2024-02-10T20:48:57.610 INFO:teuthology.orchestra.run.smithi193.stdout:(12/36): ceph-mon-19.0.0-1367.g14aa01b9.el9.x86 3.3 MB/s | 4.7 MB 00:01 2024-02-10T20:48:57.635 INFO:teuthology.orchestra.run.smithi193.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 1.2 MB/s | 103 kB 00:00 2024-02-10T20:48:57.639 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction check succeeded. 2024-02-10T20:48:57.639 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction test 2024-02-10T20:48:57.661 INFO:teuthology.orchestra.run.smithi193.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.4 MB/s | 124 kB 00:00 2024-02-10T20:48:57.694 INFO:teuthology.orchestra.run.smithi193.stdout:(15/36): python3-requests-2.25.1-8.el9.noarch.r 1.9 MB/s | 113 kB 00:00 2024-02-10T20:48:57.737 INFO:teuthology.orchestra.run.smithi193.stdout:(16/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.4 MB/s | 187 kB 00:00 2024-02-10T20:48:57.865 INFO:teuthology.orchestra.run.smithi096.stdout:(2/36): ceph-mds-19.0.0-1367.g14aa01b9.el9.x86_ 3.5 MB/s | 2.1 MB 00:00 2024-02-10T20:48:57.940 INFO:teuthology.orchestra.run.smithi096.stdout:(3/36): ceph-mgr-19.0.0-1367.g14aa01b9.el9.x86_ 2.2 MB/s | 1.5 MB 00:00 2024-02-10T20:48:58.048 INFO:teuthology.orchestra.run.smithi096.stdout:(4/36): ceph-mgr-modules-core-19.0.0-1367.g14aa 2.2 MB/s | 247 kB 00:00 2024-02-10T20:48:58.078 INFO:teuthology.orchestra.run.smithi193.stdout:(17/36): luarocks-3.9.2-1.el9.noarch.rpm 442 kB/s | 151 kB 00:00 2024-02-10T20:48:58.079 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction test succeeded. 2024-02-10T20:48:58.080 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction 2024-02-10T20:48:58.165 INFO:teuthology.orchestra.run.smithi096.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.6 MB/s | 187 kB 00:00 2024-02-10T20:48:58.179 INFO:teuthology.orchestra.run.smithi193.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 440 kB/s | 43 kB 00:00 2024-02-10T20:48:58.199 INFO:teuthology.orchestra.run.smithi096.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 4.2 MB/s | 144 kB 00:00 2024-02-10T20:48:58.232 INFO:teuthology.orchestra.run.smithi096.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 945 kB/s | 32 kB 00:00 2024-02-10T20:48:58.266 INFO:teuthology.orchestra.run.smithi096.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.4 MB/s | 47 kB 00:00 2024-02-10T20:48:58.300 INFO:teuthology.orchestra.run.smithi096.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.1 MB/s | 39 kB 00:00 2024-02-10T20:48:58.321 INFO:teuthology.orchestra.run.smithi193.stdout:(19/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.2 MB/s | 172 kB 00:00 2024-02-10T20:48:58.343 INFO:teuthology.orchestra.run.smithi096.stdout:(10/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.6 MB/s | 241 kB 00:00 2024-02-10T20:48:58.354 INFO:teuthology.orchestra.run.smithi193.stdout:(20/36): lua-devel-5.4.4-4.el9.x86_64.rpm 34 kB/s | 22 kB 00:00 2024-02-10T20:48:58.434 INFO:teuthology.orchestra.run.smithi096.stdout:(11/36): python3-cryptography-36.0.1-4.el9.x86_ 12 MB/s | 1.1 MB 00:00 2024-02-10T20:48:58.455 INFO:teuthology.orchestra.run.smithi193.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.6 MB/s | 358 kB 00:00 2024-02-10T20:48:58.476 INFO:teuthology.orchestra.run.smithi096.stdout:(12/36): python3-ply-3.11-14.el9.noarch.rpm 2.4 MB/s | 103 kB 00:00 2024-02-10T20:48:58.488 INFO:teuthology.orchestra.run.smithi193.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 80 kB/s | 11 kB 00:00 2024-02-10T20:48:58.509 INFO:teuthology.orchestra.run.smithi096.stdout:(13/36): python3-pycparser-2.20-6.el9.noarch.rp 3.6 MB/s | 124 kB 00:00 2024-02-10T20:48:58.530 INFO:teuthology.orchestra.run.smithi193.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 235 kB/s | 18 kB 00:00 2024-02-10T20:48:58.535 INFO:teuthology.orchestra.run.smithi096.stdout:(14/36): python3-requests-2.25.1-8.el9.noarch.r 4.4 MB/s | 113 kB 00:00 2024-02-10T20:48:58.577 INFO:teuthology.orchestra.run.smithi096.stdout:(15/36): python3-urllib3-1.26.5-5.el9.noarch.rp 4.4 MB/s | 187 kB 00:00 2024-02-10T20:48:58.614 INFO:teuthology.orchestra.run.smithi193.stdout:(24/36): python3-jaraco-functools-3.5.0-2.el9.n 233 kB/s | 19 kB 00:00 2024-02-10T20:48:58.639 INFO:teuthology.orchestra.run.smithi193.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 154 kB/s | 23 kB 00:00 2024-02-10T20:48:58.748 INFO:teuthology.orchestra.run.smithi193.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 147 kB/s | 20 kB 00:00 2024-02-10T20:48:58.823 INFO:teuthology.orchestra.run.smithi193.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 252 kB/s | 46 kB 00:00 2024-02-10T20:48:58.857 INFO:teuthology.orchestra.run.smithi193.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 726 kB/s | 79 kB 00:00 2024-02-10T20:48:58.969 INFO:teuthology.orchestra.run.smithi096.stdout:(16/36): ceph-osd-19.0.0-1367.g14aa01b9.el9.x86 15 MB/s | 17 MB 00:01 2024-02-10T20:48:59.041 INFO:teuthology.orchestra.run.smithi193.stdout:(29/36): ceph-osd-19.0.0-1367.g14aa01b9.el9.x86 6.9 MB/s | 17 MB 00:02 2024-02-10T20:48:59.066 INFO:teuthology.orchestra.run.smithi193.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 79 kB/s | 16 kB 00:00 2024-02-10T20:48:59.069 INFO:teuthology.orchestra.run.smithi096.stdout:(17/36): ceph-mon-19.0.0-1367.g14aa01b9.el9.x86 3.1 MB/s | 4.7 MB 00:01 2024-02-10T20:48:59.124 INFO:teuthology.orchestra.run.smithi193.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 905 kB/s | 272 kB 00:00 2024-02-10T20:48:59.149 INFO:teuthology.orchestra.run.smithi193.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 427 kB/s | 36 kB 00:00 2024-02-10T20:48:59.291 INFO:teuthology.orchestra.run.smithi193.stdout:(33/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.9 MB/s | 427 kB 00:00 2024-02-10T20:48:59.317 INFO:teuthology.orchestra.run.smithi193.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.2 MB/s | 230 kB 00:00 2024-02-10T20:48:59.319 INFO:teuthology.orchestra.run.smithi096.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 30 kB/s | 22 kB 00:00 2024-02-10T20:48:59.359 INFO:teuthology.orchestra.run.smithi193.stdout:(35/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 283 kB/s | 90 kB 00:00 2024-02-10T20:48:59.384 INFO:teuthology.orchestra.run.smithi193.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 217 kB/s | 20 kB 00:00 2024-02-10T20:48:59.388 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:48:59.388 INFO:teuthology.orchestra.run.smithi193.stdout:Total 7.7 MB/s | 30 MB 00:03 2024-02-10T20:48:59.410 INFO:teuthology.orchestra.run.smithi007.stdout: Preparing : 1/1 2024-02-10T20:48:59.411 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-02-10T20:48:59.455 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-02-10T20:48:59.455 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-02-10T20:48:59.486 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-02-10T20:48:59.519 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-02-10T20:48:59.544 INFO:teuthology.orchestra.run.smithi096.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 92 kB/s | 43 kB 00:00 2024-02-10T20:48:59.547 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-02-10T20:48:59.578 INFO:teuthology.orchestra.run.smithi096.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 258 kB/s | 151 kB 00:00 2024-02-10T20:48:59.619 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-02-10T20:48:59.654 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-02-10T20:48:59.687 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-02-10T20:48:59.774 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-02-10T20:48:59.829 INFO:teuthology.orchestra.run.smithi096.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 337 kB/s | 172 kB 00:00 2024-02-10T20:48:59.850 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-02-10T20:48:59.869 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-02-10T20:48:59.869 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-02-10T20:48:59.879 INFO:teuthology.orchestra.run.smithi096.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 36 kB/s | 11 kB 00:00 2024-02-10T20:48:59.908 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-02-10T20:48:59.980 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-02-10T20:49:00.033 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-02-10T20:49:00.054 INFO:teuthology.orchestra.run.smithi096.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 78 kB/s | 18 kB 00:00 2024-02-10T20:49:00.071 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-02-10T20:49:00.079 INFO:teuthology.orchestra.run.smithi096.stdout:(24/36): python3-cherrypy-18.6.1-2.el9.noarch.r 670 kB/s | 358 kB 00:00 2024-02-10T20:49:00.096 INFO:teuthology.orchestra.run.smithi096.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 106 kB/s | 23 kB 00:00 2024-02-10T20:49:00.129 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-02-10T20:49:00.201 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-02-10T20:49:00.238 INFO:teuthology.orchestra.run.smithi096.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 106 kB/s | 19 kB 00:00 2024-02-10T20:49:00.255 INFO:teuthology.orchestra.run.smithi096.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 112 kB/s | 20 kB 00:00 2024-02-10T20:49:00.272 INFO:teuthology.orchestra.run.smithi096.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 264 kB/s | 46 kB 00:00 2024-02-10T20:49:00.394 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-02-10T20:49:00.442 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-02-10T20:49:00.447 INFO:teuthology.orchestra.run.smithi096.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 377 kB/s | 79 kB 00:00 2024-02-10T20:49:00.480 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-02-10T20:49:00.506 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-02-10T20:49:00.545 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-02-10T20:49:00.589 INFO:teuthology.orchestra.run.smithi096.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 52 kB/s | 16 kB 00:00 2024-02-10T20:49:00.623 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-02-10T20:49:00.639 INFO:teuthology.orchestra.run.smithi096.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 469 kB/s | 90 kB 00:00 2024-02-10T20:49:00.663 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-10T20:49:00.697 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-02-10T20:49:00.731 INFO:teuthology.orchestra.run.smithi096.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 252 kB/s | 36 kB 00:00 2024-02-10T20:49:00.738 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-02-10T20:49:00.757 INFO:teuthology.orchestra.run.smithi096.stdout:(33/36): python3-pecan-1.4.2-3.el9.noarch.rpm 543 kB/s | 272 kB 00:00 2024-02-10T20:49:00.781 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-02-10T20:49:00.823 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-02-10T20:49:00.899 INFO:teuthology.orchestra.run.smithi096.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 887 kB/s | 230 kB 00:00 2024-02-10T20:49:00.928 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-02-10T20:49:00.966 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-02-10T20:49:00.982 INFO:teuthology.orchestra.run.smithi096.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 89 kB/s | 20 kB 00:00 2024-02-10T20:49:01.039 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-02-10T20:49:01.116 INFO:teuthology.orchestra.run.smithi096.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.1 MB/s | 427 kB 00:00 2024-02-10T20:49:01.120 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:49:01.120 INFO:teuthology.orchestra.run.smithi096.stdout:Total 7.5 MB/s | 30 MB 00:03 2024-02-10T20:49:01.142 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-02-10T20:49:01.186 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-02-10T20:49:01.187 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-02-10T20:49:01.188 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-02-10T20:49:01.193 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-02-10T20:49:01.245 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-02-10T20:49:01.277 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-02-10T20:49:01.306 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-02-10T20:49:01.319 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-10T20:49:01.377 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-02-10T20:49:01.438 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-02-10T20:49:01.471 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-02-10T20:49:01.490 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9. 31/36 2024-02-10T20:49:01.518 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/36 2024-02-10T20:49:01.542 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/36 2024-02-10T20:49:01.542 INFO:teuthology.orchestra.run.smithi007.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:49:01.542 INFO:teuthology.orchestra.run.smithi007.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-02-10T20:49:01.543 INFO:teuthology.orchestra.run.smithi007.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-10T20:49:01.543 INFO:teuthology.orchestra.run.smithi007.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-10T20:49:01.543 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:01.563 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-02-10T20:49:01.598 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-02-10T20:49:01.598 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-02-10T20:49:01.640 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-02-10T20:49:01.682 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-02-10T20:49:01.755 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-02-10T20:49:01.807 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-02-10T20:49:01.846 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-02-10T20:49:01.903 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-02-10T20:49:01.963 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-02-10T20:49:02.158 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-02-10T20:49:02.217 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-02-10T20:49:02.248 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-02-10T20:49:02.282 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-02-10T20:49:02.312 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-02-10T20:49:02.388 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-02-10T20:49:02.422 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-10T20:49:02.456 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-02-10T20:49:02.488 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-02-10T20:49:02.523 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-02-10T20:49:02.558 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-02-10T20:49:02.646 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-02-10T20:49:02.689 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-02-10T20:49:02.760 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-02-10T20:49:02.896 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-02-10T20:49:02.919 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-02-10T20:49:02.985 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-02-10T20:49:03.014 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-10T20:49:03.017 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-02-10T20:49:03.052 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/36 2024-02-10T20:49:03.054 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-02-10T20:49:03.078 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/36 2024-02-10T20:49:03.078 INFO:teuthology.orchestra.run.smithi007.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:49:03.078 INFO:teuthology.orchestra.run.smithi007.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-02-10T20:49:03.079 INFO:teuthology.orchestra.run.smithi007.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-10T20:49:03.079 INFO:teuthology.orchestra.run.smithi007.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-10T20:49:03.079 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:03.124 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-02-10T20:49:03.161 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-02-10T20:49:03.174 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9. 31/36 2024-02-10T20:49:03.194 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-02-10T20:49:03.211 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/36 2024-02-10T20:49:03.236 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/36 2024-02-10T20:49:03.236 INFO:teuthology.orchestra.run.smithi193.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:49:03.236 INFO:teuthology.orchestra.run.smithi193.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-02-10T20:49:03.236 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-10T20:49:03.236 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-10T20:49:03.236 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:03.285 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-02-10T20:49:03.364 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-02-10T20:49:03.406 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-02-10T20:49:03.476 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-02-10T20:49:03.536 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 34/36 2024-02-10T20:49:03.539 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-02-10T20:49:03.559 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 34/36 2024-02-10T20:49:03.560 INFO:teuthology.orchestra.run.smithi007.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:49:03.560 INFO:teuthology.orchestra.run.smithi007.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-02-10T20:49:03.560 INFO:teuthology.orchestra.run.smithi007.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-10T20:49:03.560 INFO:teuthology.orchestra.run.smithi007.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-10T20:49:03.560 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:03.577 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-02-10T20:49:03.626 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-02-10T20:49:03.686 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-02-10T20:49:03.770 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 35/36 2024-02-10T20:49:03.793 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 35/36 2024-02-10T20:49:03.793 INFO:teuthology.orchestra.run.smithi007.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:49:03.793 INFO:teuthology.orchestra.run.smithi007.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-02-10T20:49:03.793 INFO:teuthology.orchestra.run.smithi007.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-10T20:49:03.793 INFO:teuthology.orchestra.run.smithi007.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-10T20:49:03.793 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:03.853 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 36/36 2024-02-10T20:49:03.872 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-02-10T20:49:03.924 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-02-10T20:49:03.954 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-02-10T20:49:03.989 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-02-10T20:49:04.019 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-02-10T20:49:04.094 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-02-10T20:49:04.129 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-10T20:49:04.162 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-02-10T20:49:04.203 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-02-10T20:49:04.238 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-02-10T20:49:04.264 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-02-10T20:49:04.352 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-02-10T20:49:04.387 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-02-10T20:49:04.458 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-02-10T20:49:04.594 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-02-10T20:49:04.662 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/36 2024-02-10T20:49:04.688 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/36 2024-02-10T20:49:04.688 INFO:teuthology.orchestra.run.smithi193.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:49:04.689 INFO:teuthology.orchestra.run.smithi193.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-02-10T20:49:04.689 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-10T20:49:04.689 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-10T20:49:04.689 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:04.712 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-10T20:49:04.880 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9. 31/36 2024-02-10T20:49:04.909 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/36 2024-02-10T20:49:04.933 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/36 2024-02-10T20:49:04.933 INFO:teuthology.orchestra.run.smithi096.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:49:04.933 INFO:teuthology.orchestra.run.smithi096.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-02-10T20:49:04.933 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-10T20:49:04.933 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-10T20:49:04.933 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:05.129 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 34/36 2024-02-10T20:49:05.152 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 34/36 2024-02-10T20:49:05.153 INFO:teuthology.orchestra.run.smithi193.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:49:05.153 INFO:teuthology.orchestra.run.smithi193.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-02-10T20:49:05.153 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-10T20:49:05.153 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-10T20:49:05.153 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:05.363 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 35/36 2024-02-10T20:49:05.387 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 35/36 2024-02-10T20:49:05.387 INFO:teuthology.orchestra.run.smithi193.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:49:05.387 INFO:teuthology.orchestra.run.smithi193.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-02-10T20:49:05.387 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-10T20:49:05.387 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-10T20:49:05.387 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:05.452 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 36/36 2024-02-10T20:49:05.699 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 36/36 2024-02-10T20:49:05.699 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/36 2024-02-10T20:49:05.699 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/36 2024-02-10T20:49:05.699 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 3/36 2024-02-10T20:49:05.699 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 4/36 2024-02-10T20:49:05.699 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/36 2024-02-10T20:49:05.700 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9. 6/36 2024-02-10T20:49:05.700 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-02-10T20:49:05.700 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-02-10T20:49:05.700 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-02-10T20:49:05.700 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-02-10T20:49:05.700 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-02-10T20:49:05.700 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-02-10T20:49:05.700 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-02-10T20:49:05.700 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-02-10T20:49:05.700 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-02-10T20:49:05.700 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 16/36 2024-02-10T20:49:05.701 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 17/36 2024-02-10T20:49:05.701 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-02-10T20:49:05.701 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-02-10T20:49:05.701 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-02-10T20:49:05.701 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-10T20:49:05.701 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-02-10T20:49:05.701 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-02-10T20:49:05.701 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-02-10T20:49:05.701 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-02-10T20:49:05.703 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-02-10T20:49:05.703 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-02-10T20:49:05.703 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-02-10T20:49:05.703 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-02-10T20:49:05.703 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-10T20:49:05.703 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-02-10T20:49:05.703 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-02-10T20:49:05.703 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-02-10T20:49:05.703 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-02-10T20:49:05.703 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-02-10T20:49:06.360 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/36 2024-02-10T20:49:06.385 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/36 2024-02-10T20:49:06.386 INFO:teuthology.orchestra.run.smithi096.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:49:06.386 INFO:teuthology.orchestra.run.smithi096.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-02-10T20:49:06.386 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-10T20:49:06.386 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-10T20:49:06.386 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:06.819 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-02-10T20:49:06.820 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:06.820 INFO:teuthology.orchestra.run.smithi007.stdout:Installed: 2024-02-10T20:49:06.820 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:49:06.820 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:49:06.820 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:49:06.820 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:49:06.820 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:49:06.820 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:49:06.820 INFO:teuthology.orchestra.run.smithi007.stdout: lua-5.4.4-4.el9.x86_64 2024-02-10T20:49:06.820 INFO:teuthology.orchestra.run.smithi007.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-02-10T20:49:06.820 INFO:teuthology.orchestra.run.smithi007.stdout: luarocks-3.9.2-1.el9.noarch 2024-02-10T20:49:06.821 INFO:teuthology.orchestra.run.smithi007.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-02-10T20:49:06.821 INFO:teuthology.orchestra.run.smithi007.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-02-10T20:49:06.821 INFO:teuthology.orchestra.run.smithi007.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-02-10T20:49:06.821 INFO:teuthology.orchestra.run.smithi007.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-02-10T20:49:06.821 INFO:teuthology.orchestra.run.smithi007.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-02-10T20:49:06.821 INFO:teuthology.orchestra.run.smithi007.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-02-10T20:49:06.821 INFO:teuthology.orchestra.run.smithi007.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-02-10T20:49:06.821 INFO:teuthology.orchestra.run.smithi007.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-02-10T20:49:06.821 INFO:teuthology.orchestra.run.smithi007.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-02-10T20:49:06.821 INFO:teuthology.orchestra.run.smithi007.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-02-10T20:49:06.821 INFO:teuthology.orchestra.run.smithi007.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-02-10T20:49:06.821 INFO:teuthology.orchestra.run.smithi007.stdout: python3-mako-1.1.4-6.el9.noarch 2024-02-10T20:49:06.821 INFO:teuthology.orchestra.run.smithi007.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-02-10T20:49:06.822 INFO:teuthology.orchestra.run.smithi007.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-02-10T20:49:06.822 INFO:teuthology.orchestra.run.smithi007.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-02-10T20:49:06.822 INFO:teuthology.orchestra.run.smithi007.stdout: python3-ply-3.11-14.el9.noarch 2024-02-10T20:49:06.822 INFO:teuthology.orchestra.run.smithi007.stdout: python3-portend-3.1.0-2.el9.noarch 2024-02-10T20:49:06.822 INFO:teuthology.orchestra.run.smithi007.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-02-10T20:49:06.822 INFO:teuthology.orchestra.run.smithi007.stdout: python3-pycparser-2.20-6.el9.noarch 2024-02-10T20:49:06.822 INFO:teuthology.orchestra.run.smithi007.stdout: python3-pytz-2021.1-5.el9.noarch 2024-02-10T20:49:06.822 INFO:teuthology.orchestra.run.smithi007.stdout: python3-requests-2.25.1-8.el9.noarch 2024-02-10T20:49:06.822 INFO:teuthology.orchestra.run.smithi007.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-02-10T20:49:06.822 INFO:teuthology.orchestra.run.smithi007.stdout: python3-toml-0.10.2-6.el9.noarch 2024-02-10T20:49:06.822 INFO:teuthology.orchestra.run.smithi007.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-02-10T20:49:06.822 INFO:teuthology.orchestra.run.smithi007.stdout: python3-webob-1.8.7-6.el9.noarch 2024-02-10T20:49:06.823 INFO:teuthology.orchestra.run.smithi007.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-02-10T20:49:06.823 INFO:teuthology.orchestra.run.smithi007.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-02-10T20:49:06.823 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:06.823 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-02-10T20:49:06.827 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 34/36 2024-02-10T20:49:06.850 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 34/36 2024-02-10T20:49:06.850 INFO:teuthology.orchestra.run.smithi096.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:49:06.850 INFO:teuthology.orchestra.run.smithi096.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-02-10T20:49:06.850 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-10T20:49:06.850 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-10T20:49:06.850 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:07.061 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 35/36 2024-02-10T20:49:07.084 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 35/36 2024-02-10T20:49:07.084 INFO:teuthology.orchestra.run.smithi096.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:49:07.084 INFO:teuthology.orchestra.run.smithi096.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-02-10T20:49:07.084 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-10T20:49:07.084 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-10T20:49:07.085 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:07.158 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 36/36 2024-02-10T20:49:07.179 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum -y install ceph-base 2024-02-10T20:49:07.332 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 36/36 2024-02-10T20:49:07.332 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/36 2024-02-10T20:49:07.332 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/36 2024-02-10T20:49:07.332 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 3/36 2024-02-10T20:49:07.332 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 4/36 2024-02-10T20:49:07.332 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/36 2024-02-10T20:49:07.332 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9. 6/36 2024-02-10T20:49:07.332 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-02-10T20:49:07.332 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-02-10T20:49:07.333 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-02-10T20:49:07.333 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-02-10T20:49:07.333 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-02-10T20:49:07.333 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-02-10T20:49:07.333 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-02-10T20:49:07.333 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-02-10T20:49:07.333 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-02-10T20:49:07.333 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 16/36 2024-02-10T20:49:07.333 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 17/36 2024-02-10T20:49:07.333 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-02-10T20:49:07.333 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-02-10T20:49:07.333 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-02-10T20:49:07.333 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-10T20:49:07.333 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-02-10T20:49:07.334 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-02-10T20:49:07.334 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-02-10T20:49:07.334 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-02-10T20:49:07.334 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-02-10T20:49:07.334 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-02-10T20:49:07.334 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-02-10T20:49:07.334 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-02-10T20:49:07.334 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-10T20:49:07.334 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-02-10T20:49:07.334 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-02-10T20:49:07.334 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-02-10T20:49:07.334 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-02-10T20:49:07.334 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-02-10T20:49:07.772 INFO:teuthology.orchestra.run.smithi007.stdout:Last metadata expiration check: 0:01:03 ago on Sat 10 Feb 2024 08:48:04 PM UTC. 2024-02-10T20:49:07.883 INFO:teuthology.orchestra.run.smithi007.stdout:Package ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:49:07.938 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-02-10T20:49:07.939 INFO:teuthology.orchestra.run.smithi007.stdout:Nothing to do. 2024-02-10T20:49:07.939 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-02-10T20:49:08.009 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum -y install cephadm 2024-02-10T20:49:08.215 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-02-10T20:49:08.216 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:08.216 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-02-10T20:49:08.216 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:49:08.216 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:49:08.216 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:49:08.216 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:49:08.216 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:49:08.216 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:49:08.216 INFO:teuthology.orchestra.run.smithi193.stdout: lua-5.4.4-4.el9.x86_64 2024-02-10T20:49:08.216 INFO:teuthology.orchestra.run.smithi193.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-02-10T20:49:08.217 INFO:teuthology.orchestra.run.smithi193.stdout: luarocks-3.9.2-1.el9.noarch 2024-02-10T20:49:08.217 INFO:teuthology.orchestra.run.smithi193.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-02-10T20:49:08.217 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-02-10T20:49:08.217 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-02-10T20:49:08.217 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-02-10T20:49:08.217 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-02-10T20:49:08.217 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-02-10T20:49:08.217 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-02-10T20:49:08.217 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-02-10T20:49:08.217 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-02-10T20:49:08.217 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-02-10T20:49:08.217 INFO:teuthology.orchestra.run.smithi193.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-02-10T20:49:08.217 INFO:teuthology.orchestra.run.smithi193.stdout: python3-mako-1.1.4-6.el9.noarch 2024-02-10T20:49:08.217 INFO:teuthology.orchestra.run.smithi193.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-02-10T20:49:08.217 INFO:teuthology.orchestra.run.smithi193.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-02-10T20:49:08.218 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-02-10T20:49:08.218 INFO:teuthology.orchestra.run.smithi193.stdout: python3-ply-3.11-14.el9.noarch 2024-02-10T20:49:08.218 INFO:teuthology.orchestra.run.smithi193.stdout: python3-portend-3.1.0-2.el9.noarch 2024-02-10T20:49:08.218 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-02-10T20:49:08.218 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pycparser-2.20-6.el9.noarch 2024-02-10T20:49:08.218 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pytz-2021.1-5.el9.noarch 2024-02-10T20:49:08.218 INFO:teuthology.orchestra.run.smithi193.stdout: python3-requests-2.25.1-8.el9.noarch 2024-02-10T20:49:08.218 INFO:teuthology.orchestra.run.smithi193.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-02-10T20:49:08.218 INFO:teuthology.orchestra.run.smithi193.stdout: python3-toml-0.10.2-6.el9.noarch 2024-02-10T20:49:08.218 INFO:teuthology.orchestra.run.smithi193.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-02-10T20:49:08.218 INFO:teuthology.orchestra.run.smithi193.stdout: python3-webob-1.8.7-6.el9.noarch 2024-02-10T20:49:08.218 INFO:teuthology.orchestra.run.smithi193.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-02-10T20:49:08.218 INFO:teuthology.orchestra.run.smithi193.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-02-10T20:49:08.218 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:08.218 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-02-10T20:49:08.472 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-base 2024-02-10T20:49:08.600 INFO:teuthology.orchestra.run.smithi007.stdout:Last metadata expiration check: 0:01:04 ago on Sat 10 Feb 2024 08:48:04 PM UTC. 2024-02-10T20:49:08.767 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-02-10T20:49:08.767 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:49:08.768 INFO:teuthology.orchestra.run.smithi007.stdout: Package Arch Version Repository Size 2024-02-10T20:49:08.768 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:49:08.768 INFO:teuthology.orchestra.run.smithi007.stdout:Installing: 2024-02-10T20:49:08.768 INFO:teuthology.orchestra.run.smithi007.stdout: cephadm noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 748 k 2024-02-10T20:49:08.768 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:08.768 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction Summary 2024-02-10T20:49:08.768 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:49:08.768 INFO:teuthology.orchestra.run.smithi007.stdout:Install 1 Package 2024-02-10T20:49:08.768 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:08.768 INFO:teuthology.orchestra.run.smithi007.stdout:Total download size: 748 k 2024-02-10T20:49:08.768 INFO:teuthology.orchestra.run.smithi007.stdout:Installed size: 754 k 2024-02-10T20:49:08.769 INFO:teuthology.orchestra.run.smithi007.stdout:Downloading Packages: 2024-02-10T20:49:08.858 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 36/36 2024-02-10T20:49:08.858 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/36 2024-02-10T20:49:08.858 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/36 2024-02-10T20:49:08.858 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 3/36 2024-02-10T20:49:08.858 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 4/36 2024-02-10T20:49:08.859 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/36 2024-02-10T20:49:08.859 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9. 6/36 2024-02-10T20:49:08.859 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-02-10T20:49:08.859 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-02-10T20:49:08.859 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-02-10T20:49:08.859 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-02-10T20:49:08.859 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-02-10T20:49:08.859 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-02-10T20:49:08.859 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-02-10T20:49:08.859 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-02-10T20:49:08.859 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-02-10T20:49:08.859 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 16/36 2024-02-10T20:49:08.859 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 17/36 2024-02-10T20:49:08.860 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-02-10T20:49:08.860 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-02-10T20:49:08.860 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-02-10T20:49:08.860 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-10T20:49:08.860 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-02-10T20:49:08.860 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-02-10T20:49:08.860 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-02-10T20:49:08.860 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-02-10T20:49:08.860 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-02-10T20:49:08.861 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-02-10T20:49:08.861 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-02-10T20:49:08.861 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-02-10T20:49:08.861 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-10T20:49:08.861 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-02-10T20:49:08.862 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-02-10T20:49:08.862 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-02-10T20:49:08.862 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-02-10T20:49:08.862 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-02-10T20:49:09.091 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:00 ago on Sat 10 Feb 2024 08:48:09 PM UTC. 2024-02-10T20:49:09.204 INFO:teuthology.orchestra.run.smithi193.stdout:Package ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:49:09.207 INFO:teuthology.orchestra.run.smithi007.stdout:cephadm-19.0.0-1367.g14aa01b9.el9.noarch.rpm 1.7 MB/s | 748 kB 00:00 2024-02-10T20:49:09.208 INFO:teuthology.orchestra.run.smithi007.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:49:09.208 INFO:teuthology.orchestra.run.smithi007.stdout:Total 1.7 MB/s | 748 kB 00:00 2024-02-10T20:49:09.208 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction check 2024-02-10T20:49:09.214 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction check succeeded. 2024-02-10T20:49:09.214 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction test 2024-02-10T20:49:09.220 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction test succeeded. 2024-02-10T20:49:09.220 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction 2024-02-10T20:49:09.258 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-02-10T20:49:09.259 INFO:teuthology.orchestra.run.smithi193.stdout:Nothing to do. 2024-02-10T20:49:09.259 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-02-10T20:49:09.292 INFO:teuthology.orchestra.run.smithi007.stdout: Preparing : 1/1 2024-02-10T20:49:09.326 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install cephadm 2024-02-10T20:49:09.728 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-10T20:49:09.785 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-02-10T20:49:09.785 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:09.785 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-02-10T20:49:09.786 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:49:09.786 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:49:09.786 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:49:09.786 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:49:09.786 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:49:09.786 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:49:09.786 INFO:teuthology.orchestra.run.smithi096.stdout: lua-5.4.4-4.el9.x86_64 2024-02-10T20:49:09.786 INFO:teuthology.orchestra.run.smithi096.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-02-10T20:49:09.786 INFO:teuthology.orchestra.run.smithi096.stdout: luarocks-3.9.2-1.el9.noarch 2024-02-10T20:49:09.786 INFO:teuthology.orchestra.run.smithi096.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-02-10T20:49:09.786 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-02-10T20:49:09.786 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-02-10T20:49:09.786 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-02-10T20:49:09.787 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-02-10T20:49:09.787 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-02-10T20:49:09.787 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-02-10T20:49:09.787 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-02-10T20:49:09.787 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-02-10T20:49:09.787 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-02-10T20:49:09.787 INFO:teuthology.orchestra.run.smithi096.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-02-10T20:49:09.787 INFO:teuthology.orchestra.run.smithi096.stdout: python3-mako-1.1.4-6.el9.noarch 2024-02-10T20:49:09.787 INFO:teuthology.orchestra.run.smithi096.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-02-10T20:49:09.787 INFO:teuthology.orchestra.run.smithi096.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-02-10T20:49:09.787 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-02-10T20:49:09.787 INFO:teuthology.orchestra.run.smithi096.stdout: python3-ply-3.11-14.el9.noarch 2024-02-10T20:49:09.787 INFO:teuthology.orchestra.run.smithi096.stdout: python3-portend-3.1.0-2.el9.noarch 2024-02-10T20:49:09.787 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-02-10T20:49:09.788 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pycparser-2.20-6.el9.noarch 2024-02-10T20:49:09.788 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pytz-2021.1-5.el9.noarch 2024-02-10T20:49:09.788 INFO:teuthology.orchestra.run.smithi096.stdout: python3-requests-2.25.1-8.el9.noarch 2024-02-10T20:49:09.788 INFO:teuthology.orchestra.run.smithi096.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-02-10T20:49:09.788 INFO:teuthology.orchestra.run.smithi096.stdout: python3-toml-0.10.2-6.el9.noarch 2024-02-10T20:49:09.788 INFO:teuthology.orchestra.run.smithi096.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-02-10T20:49:09.788 INFO:teuthology.orchestra.run.smithi096.stdout: python3-webob-1.8.7-6.el9.noarch 2024-02-10T20:49:09.788 INFO:teuthology.orchestra.run.smithi096.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-02-10T20:49:09.788 INFO:teuthology.orchestra.run.smithi096.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-02-10T20:49:09.788 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:09.788 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-02-10T20:49:09.813 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-10T20:49:09.922 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:00 ago on Sat 10 Feb 2024 08:48:09 PM UTC. 2024-02-10T20:49:10.083 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-02-10T20:49:10.084 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:49:10.084 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-02-10T20:49:10.084 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:49:10.084 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-02-10T20:49:10.084 INFO:teuthology.orchestra.run.smithi193.stdout: cephadm noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 748 k 2024-02-10T20:49:10.084 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:10.084 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-02-10T20:49:10.084 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:49:10.084 INFO:teuthology.orchestra.run.smithi193.stdout:Install 1 Package 2024-02-10T20:49:10.084 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:10.085 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 748 k 2024-02-10T20:49:10.085 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 754 k 2024-02-10T20:49:10.085 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-02-10T20:49:10.191 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph-base 2024-02-10T20:49:10.236 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-10T20:49:10.519 INFO:teuthology.orchestra.run.smithi193.stdout:cephadm-19.0.0-1367.g14aa01b9.el9.noarch.rpm 1.7 MB/s | 748 kB 00:00 2024-02-10T20:49:10.520 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:49:10.520 INFO:teuthology.orchestra.run.smithi193.stdout:Total 1.7 MB/s | 748 kB 00:00 2024-02-10T20:49:10.520 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-02-10T20:49:10.525 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-02-10T20:49:10.525 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-02-10T20:49:10.531 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-02-10T20:49:10.531 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-02-10T20:49:10.575 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-10T20:49:10.575 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:10.575 INFO:teuthology.orchestra.run.smithi007.stdout:Installed: 2024-02-10T20:49:10.575 INFO:teuthology.orchestra.run.smithi007.stdout: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:49:10.575 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:10.575 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-02-10T20:49:10.609 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-02-10T20:49:10.804 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:05 ago on Sat 10 Feb 2024 08:48:05 PM UTC. 2024-02-10T20:49:10.854 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum -y install ceph-immutable-object-cache 2024-02-10T20:49:10.917 INFO:teuthology.orchestra.run.smithi096.stdout:Package ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:49:10.971 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-02-10T20:49:10.972 INFO:teuthology.orchestra.run.smithi096.stdout:Nothing to do. 2024-02-10T20:49:10.973 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-02-10T20:49:11.043 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install cephadm 2024-02-10T20:49:11.085 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-10T20:49:11.158 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-10T20:49:11.445 INFO:teuthology.orchestra.run.smithi007.stdout:Last metadata expiration check: 0:01:07 ago on Sat 10 Feb 2024 08:48:04 PM UTC. 2024-02-10T20:49:11.541 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-10T20:49:11.611 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-02-10T20:49:11.612 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:49:11.612 INFO:teuthology.orchestra.run.smithi007.stdout: Package Arch Version Repo Size 2024-02-10T20:49:11.612 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:49:11.612 INFO:teuthology.orchestra.run.smithi007.stdout:Installing: 2024-02-10T20:49:11.612 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 145 k 2024-02-10T20:49:11.613 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:11.613 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction Summary 2024-02-10T20:49:11.613 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:49:11.613 INFO:teuthology.orchestra.run.smithi007.stdout:Install 1 Package 2024-02-10T20:49:11.613 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:11.613 INFO:teuthology.orchestra.run.smithi007.stdout:Total download size: 145 k 2024-02-10T20:49:11.613 INFO:teuthology.orchestra.run.smithi007.stdout:Installed size: 436 k 2024-02-10T20:49:11.613 INFO:teuthology.orchestra.run.smithi007.stdout:Downloading Packages: 2024-02-10T20:49:11.633 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:06 ago on Sat 10 Feb 2024 08:48:05 PM UTC. 2024-02-10T20:49:11.792 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-02-10T20:49:11.792 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:49:11.792 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repository Size 2024-02-10T20:49:11.792 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:49:11.792 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-02-10T20:49:11.792 INFO:teuthology.orchestra.run.smithi096.stdout: cephadm noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 748 k 2024-02-10T20:49:11.792 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:11.793 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-02-10T20:49:11.793 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:49:11.793 INFO:teuthology.orchestra.run.smithi096.stdout:Install 1 Package 2024-02-10T20:49:11.793 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:11.793 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 748 k 2024-02-10T20:49:11.793 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 754 k 2024-02-10T20:49:11.793 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-02-10T20:49:11.833 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-10T20:49:11.833 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:11.834 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-02-10T20:49:11.834 INFO:teuthology.orchestra.run.smithi193.stdout: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:49:11.834 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:11.834 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-02-10T20:49:11.914 INFO:teuthology.orchestra.run.smithi007.stdout:ceph-immutable-object-cache-19.0.0-1367.g14aa01 483 kB/s | 145 kB 00:00 2024-02-10T20:49:11.914 INFO:teuthology.orchestra.run.smithi007.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:49:11.914 INFO:teuthology.orchestra.run.smithi007.stdout:Total 481 kB/s | 145 kB 00:00 2024-02-10T20:49:11.914 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction check 2024-02-10T20:49:11.923 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction check succeeded. 2024-02-10T20:49:11.923 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction test 2024-02-10T20:49:11.977 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction test succeeded. 2024-02-10T20:49:11.978 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction 2024-02-10T20:49:12.066 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-immutable-object-cache 2024-02-10T20:49:12.118 INFO:teuthology.orchestra.run.smithi007.stdout: Preparing : 1/1 2024-02-10T20:49:12.190 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-10T20:49:12.214 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-10T20:49:12.215 INFO:teuthology.orchestra.run.smithi007.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:49:12.215 INFO:teuthology.orchestra.run.smithi007.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-02-10T20:49:12.215 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:12.226 INFO:teuthology.orchestra.run.smithi096.stdout:cephadm-19.0.0-1367.g14aa01b9.el9.noarch.rpm 1.7 MB/s | 748 kB 00:00 2024-02-10T20:49:12.227 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:49:12.227 INFO:teuthology.orchestra.run.smithi096.stdout:Total 1.7 MB/s | 748 kB 00:00 2024-02-10T20:49:12.227 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-02-10T20:49:12.232 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-02-10T20:49:12.232 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-02-10T20:49:12.238 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-02-10T20:49:12.238 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-02-10T20:49:12.315 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-02-10T20:49:12.651 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:03 ago on Sat 10 Feb 2024 08:48:09 PM UTC. 2024-02-10T20:49:12.791 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-10T20:49:12.811 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-02-10T20:49:12.812 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:49:12.812 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repo Size 2024-02-10T20:49:12.812 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:49:12.813 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-02-10T20:49:12.813 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 145 k 2024-02-10T20:49:12.813 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:12.813 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-02-10T20:49:12.813 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:49:12.813 INFO:teuthology.orchestra.run.smithi193.stdout:Install 1 Package 2024-02-10T20:49:12.813 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:12.813 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 145 k 2024-02-10T20:49:12.813 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 436 k 2024-02-10T20:49:12.813 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-02-10T20:49:12.864 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-10T20:49:13.159 INFO:teuthology.orchestra.run.smithi193.stdout:ceph-immutable-object-cache-19.0.0-1367.g14aa01 419 kB/s | 145 kB 00:00 2024-02-10T20:49:13.160 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:49:13.160 INFO:teuthology.orchestra.run.smithi193.stdout:Total 417 kB/s | 145 kB 00:00 2024-02-10T20:49:13.160 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-02-10T20:49:13.168 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-02-10T20:49:13.168 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-02-10T20:49:13.219 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-02-10T20:49:13.220 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-02-10T20:49:13.240 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-10T20:49:13.240 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:13.240 INFO:teuthology.orchestra.run.smithi007.stdout:Installed: 2024-02-10T20:49:13.240 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:49:13.240 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:13.240 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-02-10T20:49:13.327 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-10T20:49:13.363 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-02-10T20:49:13.419 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-10T20:49:13.444 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-10T20:49:13.444 INFO:teuthology.orchestra.run.smithi193.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:49:13.444 INFO:teuthology.orchestra.run.smithi193.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-02-10T20:49:13.444 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:13.486 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum -y install ceph-mgr 2024-02-10T20:49:13.665 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-10T20:49:13.665 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:13.665 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-02-10T20:49:13.665 INFO:teuthology.orchestra.run.smithi096.stdout: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:49:13.665 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:13.665 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-02-10T20:49:13.893 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph-immutable-object-cache 2024-02-10T20:49:14.080 INFO:teuthology.orchestra.run.smithi007.stdout:Last metadata expiration check: 0:01:10 ago on Sat 10 Feb 2024 08:48:04 PM UTC. 2024-02-10T20:49:14.190 INFO:teuthology.orchestra.run.smithi007.stdout:Package ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:49:14.244 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-02-10T20:49:14.245 INFO:teuthology.orchestra.run.smithi007.stdout:Nothing to do. 2024-02-10T20:49:14.245 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-02-10T20:49:14.319 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum -y install ceph-mgr-dashboard 2024-02-10T20:49:14.483 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:09 ago on Sat 10 Feb 2024 08:48:05 PM UTC. 2024-02-10T20:49:14.502 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-10T20:49:14.502 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:14.502 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-02-10T20:49:14.502 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:49:14.502 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:14.502 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-02-10T20:49:14.644 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-02-10T20:49:14.645 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:49:14.645 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repo Size 2024-02-10T20:49:14.645 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:49:14.645 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-02-10T20:49:14.645 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 145 k 2024-02-10T20:49:14.645 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:14.645 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-02-10T20:49:14.645 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:49:14.645 INFO:teuthology.orchestra.run.smithi096.stdout:Install 1 Package 2024-02-10T20:49:14.646 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:14.646 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 145 k 2024-02-10T20:49:14.646 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 436 k 2024-02-10T20:49:14.646 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-02-10T20:49:14.747 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-mgr 2024-02-10T20:49:14.907 INFO:teuthology.orchestra.run.smithi007.stdout:Last metadata expiration check: 0:01:10 ago on Sat 10 Feb 2024 08:48:04 PM UTC. 2024-02-10T20:49:14.958 INFO:teuthology.orchestra.run.smithi096.stdout:ceph-immutable-object-cache-19.0.0-1367.g14aa01 464 kB/s | 145 kB 00:00 2024-02-10T20:49:14.959 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:49:14.959 INFO:teuthology.orchestra.run.smithi096.stdout:Total 462 kB/s | 145 kB 00:00 2024-02-10T20:49:14.959 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-02-10T20:49:14.967 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-02-10T20:49:14.967 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-02-10T20:49:15.019 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-02-10T20:49:15.019 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-02-10T20:49:15.075 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-02-10T20:49:15.077 INFO:teuthology.orchestra.run.smithi007.stdout:====================================================================================== 2024-02-10T20:49:15.077 INFO:teuthology.orchestra.run.smithi007.stdout: Package Arch Version Repository Size 2024-02-10T20:49:15.077 INFO:teuthology.orchestra.run.smithi007.stdout:====================================================================================== 2024-02-10T20:49:15.077 INFO:teuthology.orchestra.run.smithi007.stdout:Installing: 2024-02-10T20:49:15.077 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-mgr-dashboard noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 1.8 M 2024-02-10T20:49:15.077 INFO:teuthology.orchestra.run.smithi007.stdout:Installing dependencies: 2024-02-10T20:49:15.077 INFO:teuthology.orchestra.run.smithi007.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-02-10T20:49:15.077 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-grafana-dashboards noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 28 k 2024-02-10T20:49:15.077 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-prometheus-alerts noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 15 k 2024-02-10T20:49:15.077 INFO:teuthology.orchestra.run.smithi007.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-02-10T20:49:15.077 INFO:teuthology.orchestra.run.smithi007.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-02-10T20:49:15.077 INFO:teuthology.orchestra.run.smithi007.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-02-10T20:49:15.078 INFO:teuthology.orchestra.run.smithi007.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-02-10T20:49:15.078 INFO:teuthology.orchestra.run.smithi007.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-02-10T20:49:15.078 INFO:teuthology.orchestra.run.smithi007.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-02-10T20:49:15.078 INFO:teuthology.orchestra.run.smithi007.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-02-10T20:49:15.078 INFO:teuthology.orchestra.run.smithi007.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-02-10T20:49:15.078 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:15.078 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction Summary 2024-02-10T20:49:15.078 INFO:teuthology.orchestra.run.smithi007.stdout:====================================================================================== 2024-02-10T20:49:15.078 INFO:teuthology.orchestra.run.smithi007.stdout:Install 12 Packages 2024-02-10T20:49:15.078 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:15.079 INFO:teuthology.orchestra.run.smithi007.stdout:Total download size: 6.8 M 2024-02-10T20:49:15.079 INFO:teuthology.orchestra.run.smithi007.stdout:Installed size: 26 M 2024-02-10T20:49:15.079 INFO:teuthology.orchestra.run.smithi007.stdout:Downloading Packages: 2024-02-10T20:49:15.160 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-02-10T20:49:15.218 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-10T20:49:15.242 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-10T20:49:15.242 INFO:teuthology.orchestra.run.smithi096.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:49:15.242 INFO:teuthology.orchestra.run.smithi096.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-02-10T20:49:15.242 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:15.341 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:06 ago on Sat 10 Feb 2024 08:48:09 PM UTC. 2024-02-10T20:49:15.450 INFO:teuthology.orchestra.run.smithi193.stdout:Package ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:49:15.476 INFO:teuthology.orchestra.run.smithi007.stdout:(1/12): ceph-grafana-dashboards-19.0.0-1367.g14 111 kB/s | 28 kB 00:00 2024-02-10T20:49:15.493 INFO:teuthology.orchestra.run.smithi007.stdout:(2/12): ceph-prometheus-alerts-19.0.0-1367.g14a 56 kB/s | 15 kB 00:00 2024-02-10T20:49:15.501 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-02-10T20:49:15.503 INFO:teuthology.orchestra.run.smithi193.stdout:Nothing to do. 2024-02-10T20:49:15.503 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-02-10T20:49:15.576 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-mgr-dashboard 2024-02-10T20:49:15.635 INFO:teuthology.orchestra.run.smithi007.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.6 MB/s | 238 kB 00:00 2024-02-10T20:49:15.669 INFO:teuthology.orchestra.run.smithi007.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.2 MB/s | 1.0 MB 00:00 2024-02-10T20:49:15.778 INFO:teuthology.orchestra.run.smithi007.stdout:(5/12): ceph-mgr-dashboard-19.0.0-1367.g14aa01b 3.2 MB/s | 1.8 MB 00:00 2024-02-10T20:49:16.028 INFO:teuthology.orchestra.run.smithi007.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.2 MB/s | 863 kB 00:00 2024-02-10T20:49:16.070 INFO:teuthology.orchestra.run.smithi007.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 66 kB/s | 19 kB 00:00 2024-02-10T20:49:16.156 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:07 ago on Sat 10 Feb 2024 08:48:09 PM UTC. 2024-02-10T20:49:16.225 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-10T20:49:16.225 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:16.225 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-02-10T20:49:16.226 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:49:16.226 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:16.226 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-02-10T20:49:16.303 INFO:teuthology.orchestra.run.smithi007.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 864 kB/s | 548 kB 00:00 2024-02-10T20:49:16.319 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-02-10T20:49:16.320 INFO:teuthology.orchestra.run.smithi193.stdout:====================================================================================== 2024-02-10T20:49:16.320 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-02-10T20:49:16.320 INFO:teuthology.orchestra.run.smithi193.stdout:====================================================================================== 2024-02-10T20:49:16.320 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-02-10T20:49:16.320 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-dashboard noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 1.8 M 2024-02-10T20:49:16.321 INFO:teuthology.orchestra.run.smithi193.stdout:Installing dependencies: 2024-02-10T20:49:16.321 INFO:teuthology.orchestra.run.smithi193.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-02-10T20:49:16.321 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-grafana-dashboards noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 28 k 2024-02-10T20:49:16.321 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-prometheus-alerts noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 15 k 2024-02-10T20:49:16.321 INFO:teuthology.orchestra.run.smithi193.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-02-10T20:49:16.321 INFO:teuthology.orchestra.run.smithi193.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-02-10T20:49:16.321 INFO:teuthology.orchestra.run.smithi193.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-02-10T20:49:16.321 INFO:teuthology.orchestra.run.smithi193.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-02-10T20:49:16.321 INFO:teuthology.orchestra.run.smithi193.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-02-10T20:49:16.321 INFO:teuthology.orchestra.run.smithi193.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-02-10T20:49:16.321 INFO:teuthology.orchestra.run.smithi193.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-02-10T20:49:16.321 INFO:teuthology.orchestra.run.smithi193.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-02-10T20:49:16.322 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:16.322 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-02-10T20:49:16.322 INFO:teuthology.orchestra.run.smithi193.stdout:====================================================================================== 2024-02-10T20:49:16.322 INFO:teuthology.orchestra.run.smithi193.stdout:Install 12 Packages 2024-02-10T20:49:16.322 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:16.322 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 6.8 M 2024-02-10T20:49:16.322 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 26 M 2024-02-10T20:49:16.323 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-02-10T20:49:16.353 INFO:teuthology.orchestra.run.smithi007.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 509 kB/s | 144 kB 00:00 2024-02-10T20:49:16.412 INFO:teuthology.orchestra.run.smithi007.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 283 kB/s | 31 kB 00:00 2024-02-10T20:49:16.480 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph-mgr 2024-02-10T20:49:16.587 INFO:teuthology.orchestra.run.smithi007.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 807 kB/s | 188 kB 00:00 2024-02-10T20:49:16.829 INFO:teuthology.orchestra.run.smithi007.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 2.5 MB/s | 2.0 MB 00:00 2024-02-10T20:49:16.833 INFO:teuthology.orchestra.run.smithi007.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:49:16.833 INFO:teuthology.orchestra.run.smithi007.stdout:Total 3.9 MB/s | 6.8 MB 00:01 2024-02-10T20:49:16.852 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction check 2024-02-10T20:49:16.872 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction check succeeded. 2024-02-10T20:49:16.872 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction test 2024-02-10T20:49:17.064 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction test succeeded. 2024-02-10T20:49:17.064 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction 2024-02-10T20:49:17.070 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:12 ago on Sat 10 Feb 2024 08:48:05 PM UTC. 2024-02-10T20:49:17.177 INFO:teuthology.orchestra.run.smithi096.stdout:Package ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:49:17.189 INFO:teuthology.orchestra.run.smithi193.stdout:(1/12): ceph-grafana-dashboards-19.0.0-1367.g14 112 kB/s | 28 kB 00:00 2024-02-10T20:49:17.206 INFO:teuthology.orchestra.run.smithi193.stdout:(2/12): ceph-prometheus-alerts-19.0.0-1367.g14a 57 kB/s | 15 kB 00:00 2024-02-10T20:49:17.229 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-02-10T20:49:17.230 INFO:teuthology.orchestra.run.smithi096.stdout:Nothing to do. 2024-02-10T20:49:17.230 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-02-10T20:49:17.300 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph-mgr-dashboard 2024-02-10T20:49:17.348 INFO:teuthology.orchestra.run.smithi193.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.6 MB/s | 238 kB 00:00 2024-02-10T20:49:17.382 INFO:teuthology.orchestra.run.smithi193.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.2 MB/s | 1.0 MB 00:00 2024-02-10T20:49:17.515 INFO:teuthology.orchestra.run.smithi193.stdout:(5/12): ceph-mgr-dashboard-19.0.0-1367.g14aa01b 3.0 MB/s | 1.8 MB 00:00 2024-02-10T20:49:17.632 INFO:teuthology.orchestra.run.smithi193.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 166 kB/s | 19 kB 00:00 2024-02-10T20:49:17.657 INFO:teuthology.orchestra.run.smithi193.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.9 MB/s | 548 kB 00:00 2024-02-10T20:49:17.717 INFO:teuthology.orchestra.run.smithi007.stdout: Preparing : 1/1 2024-02-10T20:49:17.741 INFO:teuthology.orchestra.run.smithi193.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 2.3 MB/s | 144 kB 00:00 2024-02-10T20:49:17.799 INFO:teuthology.orchestra.run.smithi193.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 527 kB/s | 31 kB 00:00 2024-02-10T20:49:17.805 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-02-10T20:49:17.849 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-02-10T20:49:17.858 INFO:teuthology.orchestra.run.smithi193.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 3.2 MB/s | 188 kB 00:00 2024-02-10T20:49:17.879 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:12 ago on Sat 10 Feb 2024 08:48:05 PM UTC. 2024-02-10T20:49:17.897 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-02-10T20:49:17.935 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-02-10T20:49:17.942 INFO:teuthology.orchestra.run.smithi193.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 6.6 MB/s | 2.0 MB 00:00 2024-02-10T20:49:18.039 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-02-10T20:49:18.040 INFO:teuthology.orchestra.run.smithi096.stdout:====================================================================================== 2024-02-10T20:49:18.040 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repository Size 2024-02-10T20:49:18.040 INFO:teuthology.orchestra.run.smithi096.stdout:====================================================================================== 2024-02-10T20:49:18.040 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-02-10T20:49:18.040 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-dashboard noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 1.8 M 2024-02-10T20:49:18.040 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2024-02-10T20:49:18.041 INFO:teuthology.orchestra.run.smithi096.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-02-10T20:49:18.041 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-grafana-dashboards noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 28 k 2024-02-10T20:49:18.041 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-prometheus-alerts noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 15 k 2024-02-10T20:49:18.041 INFO:teuthology.orchestra.run.smithi096.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-02-10T20:49:18.041 INFO:teuthology.orchestra.run.smithi096.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-02-10T20:49:18.041 INFO:teuthology.orchestra.run.smithi096.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-02-10T20:49:18.041 INFO:teuthology.orchestra.run.smithi096.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-02-10T20:49:18.041 INFO:teuthology.orchestra.run.smithi096.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-02-10T20:49:18.041 INFO:teuthology.orchestra.run.smithi096.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-02-10T20:49:18.041 INFO:teuthology.orchestra.run.smithi096.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-02-10T20:49:18.041 INFO:teuthology.orchestra.run.smithi096.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-02-10T20:49:18.041 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:18.041 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-02-10T20:49:18.041 INFO:teuthology.orchestra.run.smithi096.stdout:====================================================================================== 2024-02-10T20:49:18.042 INFO:teuthology.orchestra.run.smithi096.stdout:Install 12 Packages 2024-02-10T20:49:18.042 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:18.042 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 6.8 M 2024-02-10T20:49:18.042 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 26 M 2024-02-10T20:49:18.042 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-02-10T20:49:18.043 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-02-10T20:49:18.176 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-02-10T20:49:18.268 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-02-10T20:49:18.315 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-02-10T20:49:18.342 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-02-10T20:49:18.373 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9 10/12 2024-02-10T20:49:18.388 INFO:teuthology.orchestra.run.smithi096.stdout:(1/12): ceph-grafana-dashboards-19.0.0-1367.g14 119 kB/s | 28 kB 00:00 2024-02-10T20:49:18.447 INFO:teuthology.orchestra.run.smithi096.stdout:(2/12): ceph-prometheus-alerts-19.0.0-1367.g14a 52 kB/s | 15 kB 00:00 2024-02-10T20:49:18.450 INFO:teuthology.orchestra.run.smithi193.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 784 kB/s | 863 kB 00:01 2024-02-10T20:49:18.455 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:49:18.455 INFO:teuthology.orchestra.run.smithi193.stdout:Total 3.2 MB/s | 6.8 MB 00:02 2024-02-10T20:49:18.473 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-02-10T20:49:18.491 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-02-10T20:49:18.491 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-02-10T20:49:18.522 INFO:teuthology.orchestra.run.smithi096.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 3.2 MB/s | 238 kB 00:00 2024-02-10T20:49:18.598 INFO:teuthology.orchestra.run.smithi096.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.8 MB/s | 1.0 MB 00:00 2024-02-10T20:49:18.632 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el 11/12 2024-02-10T20:49:18.663 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-02-10T20:49:18.663 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-02-10T20:49:18.666 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 12/12 2024-02-10T20:49:18.815 INFO:teuthology.orchestra.run.smithi096.stdout:(5/12): ceph-mgr-dashboard-19.0.0-1367.g14aa01b 2.6 MB/s | 1.8 MB 00:00 2024-02-10T20:49:19.065 INFO:teuthology.orchestra.run.smithi096.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 78 kB/s | 19 kB 00:00 2024-02-10T20:49:19.165 INFO:teuthology.orchestra.run.smithi096.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 966 kB/s | 548 kB 00:00 2024-02-10T20:49:19.185 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-02-10T20:49:19.257 INFO:teuthology.orchestra.run.smithi096.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.5 MB/s | 144 kB 00:00 2024-02-10T20:49:19.267 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-02-10T20:49:19.303 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-02-10T20:49:19.348 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-02-10T20:49:19.365 INFO:teuthology.orchestra.run.smithi096.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 284 kB/s | 31 kB 00:00 2024-02-10T20:49:19.380 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-02-10T20:49:19.485 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 12/12 2024-02-10T20:49:19.485 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el 1/12 2024-02-10T20:49:19.485 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 2/12 2024-02-10T20:49:19.485 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9 3/12 2024-02-10T20:49:19.485 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-02-10T20:49:19.485 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-02-10T20:49:19.485 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-02-10T20:49:19.485 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-02-10T20:49:19.485 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-02-10T20:49:19.486 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-02-10T20:49:19.486 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-02-10T20:49:19.486 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-02-10T20:49:19.499 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-02-10T20:49:19.508 INFO:teuthology.orchestra.run.smithi096.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.3 MB/s | 188 kB 00:00 2024-02-10T20:49:19.630 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-02-10T20:49:19.635 INFO:teuthology.orchestra.run.smithi096.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 3.6 MB/s | 2.0 MB 00:00 2024-02-10T20:49:19.716 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-02-10T20:49:19.760 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-02-10T20:49:19.797 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-02-10T20:49:19.827 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9 10/12 2024-02-10T20:49:19.840 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-02-10T20:49:19.840 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:19.843 INFO:teuthology.orchestra.run.smithi007.stdout:Installed: 2024-02-10T20:49:19.843 INFO:teuthology.orchestra.run.smithi007.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-02-10T20:49:19.844 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:49:19.844 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:49:19.844 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:49:19.844 INFO:teuthology.orchestra.run.smithi007.stdout: grpc-data-1.46.7-10.el9.noarch 2024-02-10T20:49:19.844 INFO:teuthology.orchestra.run.smithi007.stdout: protobuf-3.14.0-13.el9.x86_64 2024-02-10T20:49:19.844 INFO:teuthology.orchestra.run.smithi007.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-02-10T20:49:19.844 INFO:teuthology.orchestra.run.smithi007.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-02-10T20:49:19.844 INFO:teuthology.orchestra.run.smithi007.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-02-10T20:49:19.844 INFO:teuthology.orchestra.run.smithi007.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-02-10T20:49:19.844 INFO:teuthology.orchestra.run.smithi007.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-02-10T20:49:19.844 INFO:teuthology.orchestra.run.smithi007.stdout: python3-routes-2.5.1-5.el9.noarch 2024-02-10T20:49:19.844 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:19.844 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-02-10T20:49:20.069 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el 11/12 2024-02-10T20:49:20.074 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum -y install ceph-mgr-diskprediction-local 2024-02-10T20:49:20.104 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 12/12 2024-02-10T20:49:20.600 INFO:teuthology.orchestra.run.smithi096.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 416 kB/s | 863 kB 00:02 2024-02-10T20:49:20.603 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:49:20.603 INFO:teuthology.orchestra.run.smithi096.stdout:Total 2.7 MB/s | 6.8 MB 00:02 2024-02-10T20:49:20.623 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-02-10T20:49:20.642 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-02-10T20:49:20.642 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-02-10T20:49:20.670 INFO:teuthology.orchestra.run.smithi007.stdout:Last metadata expiration check: 0:01:16 ago on Sat 10 Feb 2024 08:48:04 PM UTC. 2024-02-10T20:49:20.824 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-02-10T20:49:20.825 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-02-10T20:49:20.837 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-02-10T20:49:20.838 INFO:teuthology.orchestra.run.smithi007.stdout:============================================================================================ 2024-02-10T20:49:20.838 INFO:teuthology.orchestra.run.smithi007.stdout: Package Arch Version Repository Size 2024-02-10T20:49:20.838 INFO:teuthology.orchestra.run.smithi007.stdout:============================================================================================ 2024-02-10T20:49:20.839 INFO:teuthology.orchestra.run.smithi007.stdout:Installing: 2024-02-10T20:49:20.839 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 7.4 M 2024-02-10T20:49:20.839 INFO:teuthology.orchestra.run.smithi007.stdout:Installing dependencies: 2024-02-10T20:49:20.839 INFO:teuthology.orchestra.run.smithi007.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-02-10T20:49:20.839 INFO:teuthology.orchestra.run.smithi007.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-02-10T20:49:20.839 INFO:teuthology.orchestra.run.smithi007.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-02-10T20:49:20.839 INFO:teuthology.orchestra.run.smithi007.stdout: libgfortran x86_64 11.4.1-3.el9 CentOS-BaseOS 802 k 2024-02-10T20:49:20.839 INFO:teuthology.orchestra.run.smithi007.stdout: libquadmath x86_64 11.4.1-3.el9 CentOS-BaseOS 194 k 2024-02-10T20:49:20.839 INFO:teuthology.orchestra.run.smithi007.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-02-10T20:49:20.839 INFO:teuthology.orchestra.run.smithi007.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-02-10T20:49:20.839 INFO:teuthology.orchestra.run.smithi007.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-02-10T20:49:20.839 INFO:teuthology.orchestra.run.smithi007.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-02-10T20:49:20.840 INFO:teuthology.orchestra.run.smithi007.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-02-10T20:49:20.840 INFO:teuthology.orchestra.run.smithi007.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-02-10T20:49:20.840 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:20.840 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction Summary 2024-02-10T20:49:20.840 INFO:teuthology.orchestra.run.smithi007.stdout:============================================================================================ 2024-02-10T20:49:20.840 INFO:teuthology.orchestra.run.smithi007.stdout:Install 12 Packages 2024-02-10T20:49:20.840 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:20.841 INFO:teuthology.orchestra.run.smithi007.stdout:Total download size: 37 M 2024-02-10T20:49:20.841 INFO:teuthology.orchestra.run.smithi007.stdout:Installed size: 209 M 2024-02-10T20:49:20.841 INFO:teuthology.orchestra.run.smithi007.stdout:Downloading Packages: 2024-02-10T20:49:20.880 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 12/12 2024-02-10T20:49:20.880 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el 1/12 2024-02-10T20:49:20.880 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 2/12 2024-02-10T20:49:20.880 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9 3/12 2024-02-10T20:49:20.880 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-02-10T20:49:20.880 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-02-10T20:49:20.881 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-02-10T20:49:20.881 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-02-10T20:49:20.881 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-02-10T20:49:20.881 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-02-10T20:49:20.881 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-02-10T20:49:20.881 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-02-10T20:49:21.246 INFO:teuthology.orchestra.run.smithi007.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 240 kB/s | 32 kB 00:00 2024-02-10T20:49:21.253 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-02-10T20:49:21.253 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:21.253 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-02-10T20:49:21.253 INFO:teuthology.orchestra.run.smithi193.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-02-10T20:49:21.253 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:49:21.253 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:49:21.253 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:49:21.253 INFO:teuthology.orchestra.run.smithi193.stdout: grpc-data-1.46.7-10.el9.noarch 2024-02-10T20:49:21.253 INFO:teuthology.orchestra.run.smithi193.stdout: protobuf-3.14.0-13.el9.x86_64 2024-02-10T20:49:21.254 INFO:teuthology.orchestra.run.smithi193.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-02-10T20:49:21.254 INFO:teuthology.orchestra.run.smithi193.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-02-10T20:49:21.254 INFO:teuthology.orchestra.run.smithi193.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-02-10T20:49:21.254 INFO:teuthology.orchestra.run.smithi193.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-02-10T20:49:21.254 INFO:teuthology.orchestra.run.smithi193.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-02-10T20:49:21.254 INFO:teuthology.orchestra.run.smithi193.stdout: python3-routes-2.5.1-5.el9.noarch 2024-02-10T20:49:21.254 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:21.254 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-02-10T20:49:21.280 INFO:teuthology.orchestra.run.smithi007.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 532 kB/s | 17 kB 00:00 2024-02-10T20:49:21.313 INFO:teuthology.orchestra.run.smithi007.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 1.0 MB/s | 34 kB 00:00 2024-02-10T20:49:21.339 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-02-10T20:49:21.408 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-02-10T20:49:21.431 INFO:teuthology.orchestra.run.smithi007.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 9.5 MB/s | 3.0 MB 00:00 2024-02-10T20:49:21.452 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-02-10T20:49:21.498 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-02-10T20:49:21.502 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-mgr-diskprediction-local 2024-02-10T20:49:21.537 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-02-10T20:49:21.597 INFO:teuthology.orchestra.run.smithi007.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 17 MB/s | 4.7 MB 00:00 2024-02-10T20:49:21.645 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-02-10T20:49:21.689 INFO:teuthology.orchestra.run.smithi007.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 19 MB/s | 4.8 MB 00:00 2024-02-10T20:49:21.723 INFO:teuthology.orchestra.run.smithi007.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 1.7 MB/s | 217 kB 00:00 2024-02-10T20:49:21.782 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-02-10T20:49:21.867 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-02-10T20:49:21.907 INFO:teuthology.orchestra.run.smithi007.stdout:(8/12): libgfortran-11.4.1-3.el9.x86_64.rpm 4.3 MB/s | 802 kB 00:00 2024-02-10T20:49:21.909 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-02-10T20:49:21.937 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-02-10T20:49:21.968 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9 10/12 2024-02-10T20:49:21.999 INFO:teuthology.orchestra.run.smithi007.stdout:(9/12): ceph-mgr-diskprediction-local-19.0.0-13 8.4 MB/s | 7.4 MB 00:00 2024-02-10T20:49:22.082 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:13 ago on Sat 10 Feb 2024 08:48:09 PM UTC. 2024-02-10T20:49:22.166 INFO:teuthology.orchestra.run.smithi007.stdout:(10/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 33 MB/s | 16 MB 00:00 2024-02-10T20:49:22.191 INFO:teuthology.orchestra.run.smithi007.stdout:(11/12): libquadmath-11.4.1-3.el9.x86_64.rpm 691 kB/s | 194 kB 00:00 2024-02-10T20:49:22.209 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el 11/12 2024-02-10T20:49:22.241 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-02-10T20:49:22.242 INFO:teuthology.orchestra.run.smithi193.stdout:============================================================================================ 2024-02-10T20:49:22.242 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-02-10T20:49:22.243 INFO:teuthology.orchestra.run.smithi193.stdout:============================================================================================ 2024-02-10T20:49:22.243 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-02-10T20:49:22.243 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 7.4 M 2024-02-10T20:49:22.243 INFO:teuthology.orchestra.run.smithi193.stdout:Installing dependencies: 2024-02-10T20:49:22.243 INFO:teuthology.orchestra.run.smithi193.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-02-10T20:49:22.243 INFO:teuthology.orchestra.run.smithi193.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-02-10T20:49:22.243 INFO:teuthology.orchestra.run.smithi193.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-02-10T20:49:22.243 INFO:teuthology.orchestra.run.smithi193.stdout: libgfortran x86_64 11.4.1-3.el9 CentOS-BaseOS 802 k 2024-02-10T20:49:22.243 INFO:teuthology.orchestra.run.smithi193.stdout: libquadmath x86_64 11.4.1-3.el9 CentOS-BaseOS 194 k 2024-02-10T20:49:22.243 INFO:teuthology.orchestra.run.smithi193.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-02-10T20:49:22.243 INFO:teuthology.orchestra.run.smithi193.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-02-10T20:49:22.243 INFO:teuthology.orchestra.run.smithi193.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-02-10T20:49:22.243 INFO:teuthology.orchestra.run.smithi193.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-02-10T20:49:22.243 INFO:teuthology.orchestra.run.smithi193.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-02-10T20:49:22.244 INFO:teuthology.orchestra.run.smithi193.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-02-10T20:49:22.244 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:22.244 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-02-10T20:49:22.244 INFO:teuthology.orchestra.run.smithi193.stdout:============================================================================================ 2024-02-10T20:49:22.244 INFO:teuthology.orchestra.run.smithi193.stdout:Install 12 Packages 2024-02-10T20:49:22.244 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:22.244 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 12/12 2024-02-10T20:49:22.245 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 37 M 2024-02-10T20:49:22.245 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 209 M 2024-02-10T20:49:22.245 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-02-10T20:49:22.308 INFO:teuthology.orchestra.run.smithi007.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 801 kB/s | 245 kB 00:00 2024-02-10T20:49:22.311 INFO:teuthology.orchestra.run.smithi007.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:49:22.311 INFO:teuthology.orchestra.run.smithi007.stdout:Total 25 MB/s | 37 MB 00:01 2024-02-10T20:49:22.324 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction check 2024-02-10T20:49:22.349 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction check succeeded. 2024-02-10T20:49:22.350 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction test 2024-02-10T20:49:22.525 INFO:teuthology.orchestra.run.smithi193.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 222 kB/s | 32 kB 00:00 2024-02-10T20:49:22.550 INFO:teuthology.orchestra.run.smithi193.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 734 kB/s | 17 kB 00:00 2024-02-10T20:49:22.575 INFO:teuthology.orchestra.run.smithi193.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 1.3 MB/s | 34 kB 00:00 2024-02-10T20:49:22.642 INFO:teuthology.orchestra.run.smithi193.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 12 MB/s | 3.0 MB 00:00 2024-02-10T20:49:22.725 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction test succeeded. 2024-02-10T20:49:22.725 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction 2024-02-10T20:49:22.826 INFO:teuthology.orchestra.run.smithi193.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 19 MB/s | 4.7 MB 00:00 2024-02-10T20:49:22.893 INFO:teuthology.orchestra.run.smithi193.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 19 MB/s | 4.8 MB 00:00 2024-02-10T20:49:23.037 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 12/12 2024-02-10T20:49:23.037 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el 1/12 2024-02-10T20:49:23.037 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 2/12 2024-02-10T20:49:23.037 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9 3/12 2024-02-10T20:49:23.037 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-02-10T20:49:23.037 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-02-10T20:49:23.037 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-02-10T20:49:23.037 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-02-10T20:49:23.038 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-02-10T20:49:23.038 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-02-10T20:49:23.038 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-02-10T20:49:23.038 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-02-10T20:49:23.268 INFO:teuthology.orchestra.run.smithi193.stdout:(7/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 42 MB/s | 16 MB 00:00 2024-02-10T20:49:23.310 INFO:teuthology.orchestra.run.smithi193.stdout:(8/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 451 kB/s | 217 kB 00:00 2024-02-10T20:49:23.336 INFO:teuthology.orchestra.run.smithi193.stdout:(9/12): libgfortran-11.4.1-3.el9.x86_64.rpm 12 MB/s | 802 kB 00:00 2024-02-10T20:49:23.361 INFO:teuthology.orchestra.run.smithi193.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 3.9 MB/s | 194 kB 00:00 2024-02-10T20:49:23.410 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-02-10T20:49:23.410 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:23.410 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-02-10T20:49:23.410 INFO:teuthology.orchestra.run.smithi096.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-02-10T20:49:23.410 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:49:23.410 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:49:23.410 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:49:23.410 INFO:teuthology.orchestra.run.smithi096.stdout: grpc-data-1.46.7-10.el9.noarch 2024-02-10T20:49:23.411 INFO:teuthology.orchestra.run.smithi096.stdout: protobuf-3.14.0-13.el9.x86_64 2024-02-10T20:49:23.411 INFO:teuthology.orchestra.run.smithi096.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-02-10T20:49:23.411 INFO:teuthology.orchestra.run.smithi096.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-02-10T20:49:23.411 INFO:teuthology.orchestra.run.smithi096.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-02-10T20:49:23.411 INFO:teuthology.orchestra.run.smithi096.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-02-10T20:49:23.411 INFO:teuthology.orchestra.run.smithi096.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-02-10T20:49:23.411 INFO:teuthology.orchestra.run.smithi096.stdout: python3-routes-2.5.1-5.el9.noarch 2024-02-10T20:49:23.411 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:23.411 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-02-10T20:49:23.450 INFO:teuthology.orchestra.run.smithi007.stdout: Preparing : 1/1 2024-02-10T20:49:23.486 INFO:teuthology.orchestra.run.smithi193.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 1.6 MB/s | 245 kB 00:00 2024-02-10T20:49:23.523 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-02-10T20:49:23.554 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-02-10T20:49:23.656 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-02-10T20:49:23.691 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-02-10T20:49:23.706 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph-mgr-diskprediction-local 2024-02-10T20:49:23.868 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-10T20:49:23.898 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-10T20:49:23.980 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-02-10T20:49:24.145 INFO:teuthology.orchestra.run.smithi193.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-1 4.2 MB/s | 7.4 MB 00:01 2024-02-10T20:49:24.147 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:49:24.147 INFO:teuthology.orchestra.run.smithi193.stdout:Total 19 MB/s | 37 MB 00:01 2024-02-10T20:49:24.160 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-02-10T20:49:24.184 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-02-10T20:49:24.184 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-02-10T20:49:24.287 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:19 ago on Sat 10 Feb 2024 08:48:05 PM UTC. 2024-02-10T20:49:24.448 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-02-10T20:49:24.449 INFO:teuthology.orchestra.run.smithi096.stdout:============================================================================================ 2024-02-10T20:49:24.449 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repository Size 2024-02-10T20:49:24.449 INFO:teuthology.orchestra.run.smithi096.stdout:============================================================================================ 2024-02-10T20:49:24.449 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-02-10T20:49:24.449 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 7.4 M 2024-02-10T20:49:24.449 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2024-02-10T20:49:24.449 INFO:teuthology.orchestra.run.smithi096.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-02-10T20:49:24.449 INFO:teuthology.orchestra.run.smithi096.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-02-10T20:49:24.449 INFO:teuthology.orchestra.run.smithi096.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-02-10T20:49:24.450 INFO:teuthology.orchestra.run.smithi096.stdout: libgfortran x86_64 11.4.1-3.el9 CentOS-BaseOS 802 k 2024-02-10T20:49:24.450 INFO:teuthology.orchestra.run.smithi096.stdout: libquadmath x86_64 11.4.1-3.el9 CentOS-BaseOS 194 k 2024-02-10T20:49:24.450 INFO:teuthology.orchestra.run.smithi096.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-02-10T20:49:24.450 INFO:teuthology.orchestra.run.smithi096.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-02-10T20:49:24.450 INFO:teuthology.orchestra.run.smithi096.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-02-10T20:49:24.450 INFO:teuthology.orchestra.run.smithi096.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-02-10T20:49:24.450 INFO:teuthology.orchestra.run.smithi096.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-02-10T20:49:24.450 INFO:teuthology.orchestra.run.smithi096.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-02-10T20:49:24.450 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:24.450 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-02-10T20:49:24.450 INFO:teuthology.orchestra.run.smithi096.stdout:============================================================================================ 2024-02-10T20:49:24.450 INFO:teuthology.orchestra.run.smithi096.stdout:Install 12 Packages 2024-02-10T20:49:24.450 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:24.451 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 37 M 2024-02-10T20:49:24.451 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 209 M 2024-02-10T20:49:24.451 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-02-10T20:49:24.545 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-02-10T20:49:24.546 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-02-10T20:49:24.624 INFO:teuthology.orchestra.run.smithi096.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 241 kB/s | 32 kB 00:00 2024-02-10T20:49:24.649 INFO:teuthology.orchestra.run.smithi096.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 724 kB/s | 17 kB 00:00 2024-02-10T20:49:24.674 INFO:teuthology.orchestra.run.smithi096.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 1.4 MB/s | 34 kB 00:00 2024-02-10T20:49:24.680 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-02-10T20:49:24.800 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-02-10T20:49:24.849 INFO:teuthology.orchestra.run.smithi096.stdout:(4/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 27 MB/s | 4.7 MB 00:00 2024-02-10T20:49:24.900 INFO:teuthology.orchestra.run.smithi096.stdout:(5/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 7.3 MB/s | 3.0 MB 00:00 2024-02-10T20:49:24.992 INFO:teuthology.orchestra.run.smithi096.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 34 MB/s | 4.8 MB 00:00 2024-02-10T20:49:25.017 INFO:teuthology.orchestra.run.smithi096.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 1.8 MB/s | 217 kB 00:00 2024-02-10T20:49:25.201 INFO:teuthology.orchestra.run.smithi096.stdout:(8/12): libgfortran-11.4.1-3.el9.x86_64.rpm 4.3 MB/s | 802 kB 00:00 2024-02-10T20:49:25.236 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-02-10T20:49:25.317 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-02-10T20:49:25.349 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-02-10T20:49:25.351 INFO:teuthology.orchestra.run.smithi096.stdout:(9/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 44 MB/s | 16 MB 00:00 2024-02-10T20:49:25.376 INFO:teuthology.orchestra.run.smithi096.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.1 MB/s | 194 kB 00:00 2024-02-10T20:49:25.433 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-02-10T20:49:25.477 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-02-10T20:49:25.654 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-10T20:49:25.685 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-10T20:49:25.765 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-02-10T20:49:25.918 INFO:teuthology.orchestra.run.smithi096.stdout:(11/12): ceph-mgr-diskprediction-local-19.0.0-1 5.2 MB/s | 7.4 MB 00:01 2024-02-10T20:49:25.960 INFO:teuthology.orchestra.run.smithi096.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 404 kB/s | 245 kB 00:00 2024-02-10T20:49:25.962 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:49:25.963 INFO:teuthology.orchestra.run.smithi096.stdout:Total 25 MB/s | 37 MB 00:01 2024-02-10T20:49:25.975 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-02-10T20:49:25.998 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-02-10T20:49:25.998 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-02-10T20:49:26.117 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-02-10T20:49:26.359 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-02-10T20:49:26.359 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-02-10T20:49:26.404 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-02-10T20:49:26.514 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-02-10T20:49:27.059 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-02-10T20:49:27.133 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-02-10T20:49:27.173 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-02-10T20:49:27.192 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-02-10T20:49:27.215 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 12/12 2024-02-10T20:49:27.267 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-02-10T20:49:27.301 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-02-10T20:49:27.478 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-10T20:49:27.508 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-10T20:49:27.589 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-02-10T20:49:27.745 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-02-10T20:49:28.248 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-02-10T20:49:28.355 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-02-10T20:49:28.781 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-02-10T20:49:28.819 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 12/12 2024-02-10T20:49:29.604 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-02-10T20:49:29.807 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 12/12 2024-02-10T20:49:29.807 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 1/12 2024-02-10T20:49:29.807 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-02-10T20:49:29.807 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-02-10T20:49:29.807 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-02-10T20:49:29.808 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-10T20:49:29.808 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-10T20:49:29.808 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-02-10T20:49:29.808 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-02-10T20:49:29.808 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-02-10T20:49:29.808 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-02-10T20:49:29.808 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-02-10T20:49:30.263 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-02-10T20:49:30.263 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:30.263 INFO:teuthology.orchestra.run.smithi007.stdout:Installed: 2024-02-10T20:49:30.263 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:49:30.263 INFO:teuthology.orchestra.run.smithi007.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-02-10T20:49:30.263 INFO:teuthology.orchestra.run.smithi007.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-02-10T20:49:30.263 INFO:teuthology.orchestra.run.smithi007.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-02-10T20:49:30.263 INFO:teuthology.orchestra.run.smithi007.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-02-10T20:49:30.263 INFO:teuthology.orchestra.run.smithi007.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-02-10T20:49:30.264 INFO:teuthology.orchestra.run.smithi007.stdout: openblas-0.3.21-2.el9.x86_64 2024-02-10T20:49:30.264 INFO:teuthology.orchestra.run.smithi007.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-02-10T20:49:30.264 INFO:teuthology.orchestra.run.smithi007.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-02-10T20:49:30.264 INFO:teuthology.orchestra.run.smithi007.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-02-10T20:49:30.264 INFO:teuthology.orchestra.run.smithi007.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-02-10T20:49:30.264 INFO:teuthology.orchestra.run.smithi007.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-02-10T20:49:30.264 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:30.264 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-02-10T20:49:30.621 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-02-10T20:49:30.651 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 12/12 2024-02-10T20:49:30.657 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum -y install ceph-mgr-rook 2024-02-10T20:49:31.255 INFO:teuthology.orchestra.run.smithi007.stdout:Last metadata expiration check: 0:01:27 ago on Sat 10 Feb 2024 08:48:04 PM UTC. 2024-02-10T20:49:31.367 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 12/12 2024-02-10T20:49:31.367 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 1/12 2024-02-10T20:49:31.367 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-02-10T20:49:31.367 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-02-10T20:49:31.367 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-02-10T20:49:31.367 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-10T20:49:31.367 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-10T20:49:31.368 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-02-10T20:49:31.368 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-02-10T20:49:31.368 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-02-10T20:49:31.368 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-02-10T20:49:31.368 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-02-10T20:49:31.425 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-02-10T20:49:31.426 INFO:teuthology.orchestra.run.smithi007.stdout:======================================================================================== 2024-02-10T20:49:31.426 INFO:teuthology.orchestra.run.smithi007.stdout: Package Arch Version Repository Size 2024-02-10T20:49:31.426 INFO:teuthology.orchestra.run.smithi007.stdout:======================================================================================== 2024-02-10T20:49:31.426 INFO:teuthology.orchestra.run.smithi007.stdout:Installing: 2024-02-10T20:49:31.426 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-mgr-rook noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 52 k 2024-02-10T20:49:31.427 INFO:teuthology.orchestra.run.smithi007.stdout:Installing dependencies: 2024-02-10T20:49:31.427 INFO:teuthology.orchestra.run.smithi007.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-02-10T20:49:31.427 INFO:teuthology.orchestra.run.smithi007.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-02-10T20:49:31.427 INFO:teuthology.orchestra.run.smithi007.stdout: python3-google-auth noarch 1:2.27.0-1.el9 epel 203 k 2024-02-10T20:49:31.427 INFO:teuthology.orchestra.run.smithi007.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-02-10T20:49:31.427 INFO:teuthology.orchestra.run.smithi007.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-02-10T20:49:31.427 INFO:teuthology.orchestra.run.smithi007.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-02-10T20:49:31.427 INFO:teuthology.orchestra.run.smithi007.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-02-10T20:49:31.427 INFO:teuthology.orchestra.run.smithi007.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-02-10T20:49:31.427 INFO:teuthology.orchestra.run.smithi007.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-02-10T20:49:31.427 INFO:teuthology.orchestra.run.smithi007.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-02-10T20:49:31.427 INFO:teuthology.orchestra.run.smithi007.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-02-10T20:49:31.427 INFO:teuthology.orchestra.run.smithi007.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-02-10T20:49:31.427 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:31.428 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction Summary 2024-02-10T20:49:31.428 INFO:teuthology.orchestra.run.smithi007.stdout:======================================================================================== 2024-02-10T20:49:31.428 INFO:teuthology.orchestra.run.smithi007.stdout:Install 13 Packages 2024-02-10T20:49:31.428 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:31.428 INFO:teuthology.orchestra.run.smithi007.stdout:Total download size: 2.0 M 2024-02-10T20:49:31.428 INFO:teuthology.orchestra.run.smithi007.stdout:Installed size: 26 M 2024-02-10T20:49:31.429 INFO:teuthology.orchestra.run.smithi007.stdout:Downloading Packages: 2024-02-10T20:49:31.658 INFO:teuthology.orchestra.run.smithi007.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 187 kB/s | 24 kB 00:00 2024-02-10T20:49:31.674 INFO:teuthology.orchestra.run.smithi007.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 123 kB/s | 18 kB 00:00 2024-02-10T20:49:31.725 INFO:teuthology.orchestra.run.smithi007.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.6 MB/s | 174 kB 00:00 2024-02-10T20:49:31.750 INFO:teuthology.orchestra.run.smithi007.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-02-10T20:49:31.775 INFO:teuthology.orchestra.run.smithi007.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-02-10T20:49:31.792 INFO:teuthology.orchestra.run.smithi007.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 43 kB 00:00 2024-02-10T20:49:31.817 INFO:teuthology.orchestra.run.smithi007.stdout:(7/13): ceph-mgr-rook-19.0.0-1367.g14aa01b9.el9 180 kB/s | 52 kB 00:00 2024-02-10T20:49:31.830 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-02-10T20:49:31.831 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:31.831 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-02-10T20:49:31.831 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:49:31.831 INFO:teuthology.orchestra.run.smithi193.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-02-10T20:49:31.831 INFO:teuthology.orchestra.run.smithi193.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-02-10T20:49:31.831 INFO:teuthology.orchestra.run.smithi193.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-02-10T20:49:31.831 INFO:teuthology.orchestra.run.smithi193.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-02-10T20:49:31.831 INFO:teuthology.orchestra.run.smithi193.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-02-10T20:49:31.831 INFO:teuthology.orchestra.run.smithi193.stdout: openblas-0.3.21-2.el9.x86_64 2024-02-10T20:49:31.831 INFO:teuthology.orchestra.run.smithi193.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-02-10T20:49:31.832 INFO:teuthology.orchestra.run.smithi193.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-02-10T20:49:31.832 INFO:teuthology.orchestra.run.smithi193.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-02-10T20:49:31.832 INFO:teuthology.orchestra.run.smithi193.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-02-10T20:49:31.832 INFO:teuthology.orchestra.run.smithi193.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-02-10T20:49:31.832 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:31.832 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-02-10T20:49:32.143 INFO:teuthology.orchestra.run.smithi007.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 88 kB/s | 32 kB 00:00 2024-02-10T20:49:32.168 INFO:teuthology.orchestra.run.smithi007.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 40 kB/s | 15 kB 00:00 2024-02-10T20:49:32.275 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-mgr-rook 2024-02-10T20:49:32.310 INFO:teuthology.orchestra.run.smithi007.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 417 kB/s | 59 kB 00:00 2024-02-10T20:49:32.335 INFO:teuthology.orchestra.run.smithi007.stdout:(11/13): python3-google-auth-2.27.0-1.el9.noarc 392 kB/s | 203 kB 00:00 2024-02-10T20:49:32.435 INFO:teuthology.orchestra.run.smithi007.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 716 kB/s | 90 kB 00:00 2024-02-10T20:49:32.469 INFO:teuthology.orchestra.run.smithi007.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.1 MB/s | 1.0 MB 00:00 2024-02-10T20:49:32.471 INFO:teuthology.orchestra.run.smithi007.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:49:32.471 INFO:teuthology.orchestra.run.smithi007.stdout:Total 2.0 MB/s | 2.0 MB 00:01 2024-02-10T20:49:32.472 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction check 2024-02-10T20:49:32.486 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction check succeeded. 2024-02-10T20:49:32.487 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction test 2024-02-10T20:49:32.597 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction test succeeded. 2024-02-10T20:49:32.597 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction 2024-02-10T20:49:32.872 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:23 ago on Sat 10 Feb 2024 08:48:09 PM UTC. 2024-02-10T20:49:33.033 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-02-10T20:49:33.034 INFO:teuthology.orchestra.run.smithi193.stdout:======================================================================================== 2024-02-10T20:49:33.034 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-02-10T20:49:33.034 INFO:teuthology.orchestra.run.smithi193.stdout:======================================================================================== 2024-02-10T20:49:33.034 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-02-10T20:49:33.034 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-rook noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 52 k 2024-02-10T20:49:33.035 INFO:teuthology.orchestra.run.smithi193.stdout:Installing dependencies: 2024-02-10T20:49:33.035 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-02-10T20:49:33.035 INFO:teuthology.orchestra.run.smithi193.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-02-10T20:49:33.035 INFO:teuthology.orchestra.run.smithi193.stdout: python3-google-auth noarch 1:2.27.0-1.el9 epel 203 k 2024-02-10T20:49:33.035 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-02-10T20:49:33.035 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-02-10T20:49:33.035 INFO:teuthology.orchestra.run.smithi193.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-02-10T20:49:33.035 INFO:teuthology.orchestra.run.smithi193.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-02-10T20:49:33.035 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-02-10T20:49:33.035 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-02-10T20:49:33.035 INFO:teuthology.orchestra.run.smithi193.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-02-10T20:49:33.035 INFO:teuthology.orchestra.run.smithi193.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-02-10T20:49:33.035 INFO:teuthology.orchestra.run.smithi193.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-02-10T20:49:33.035 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:33.036 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-02-10T20:49:33.036 INFO:teuthology.orchestra.run.smithi193.stdout:======================================================================================== 2024-02-10T20:49:33.036 INFO:teuthology.orchestra.run.smithi193.stdout:Install 13 Packages 2024-02-10T20:49:33.036 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:33.036 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 2.0 M 2024-02-10T20:49:33.036 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 26 M 2024-02-10T20:49:33.037 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-02-10T20:49:33.131 INFO:teuthology.orchestra.run.smithi007.stdout: Preparing : 1/1 2024-02-10T20:49:33.237 INFO:teuthology.orchestra.run.smithi193.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 191 kB/s | 24 kB 00:00 2024-02-10T20:49:33.262 INFO:teuthology.orchestra.run.smithi193.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 119 kB/s | 18 kB 00:00 2024-02-10T20:49:33.305 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 12/12 2024-02-10T20:49:33.305 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 1/12 2024-02-10T20:49:33.306 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-02-10T20:49:33.306 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-02-10T20:49:33.306 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-02-10T20:49:33.306 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-10T20:49:33.306 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-10T20:49:33.306 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-02-10T20:49:33.306 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-02-10T20:49:33.306 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-02-10T20:49:33.306 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-02-10T20:49:33.306 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-02-10T20:49:33.307 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-02-10T20:49:33.313 INFO:teuthology.orchestra.run.smithi193.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.3 MB/s | 174 kB 00:00 2024-02-10T20:49:33.338 INFO:teuthology.orchestra.run.smithi193.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-02-10T20:49:33.362 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-02-10T20:49:33.363 INFO:teuthology.orchestra.run.smithi193.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-02-10T20:49:33.389 INFO:teuthology.orchestra.run.smithi193.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 855 kB/s | 43 kB 00:00 2024-02-10T20:49:33.414 INFO:teuthology.orchestra.run.smithi193.stdout:(7/13): ceph-mgr-rook-19.0.0-1367.g14aa01b9.el9 172 kB/s | 52 kB 00:00 2024-02-10T20:49:33.426 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-02-10T20:49:33.466 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-02-10T20:49:33.507 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-02-10T20:49:33.605 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-02-10T20:49:33.639 INFO:teuthology.orchestra.run.smithi193.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 117 kB/s | 32 kB 00:00 2024-02-10T20:49:33.664 INFO:teuthology.orchestra.run.smithi193.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 54 kB/s | 15 kB 00:00 2024-02-10T20:49:33.722 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-google-auth-1:2.27.0-1.el9.noarch 7/13 2024-02-10T20:49:33.776 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-02-10T20:49:33.777 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:33.777 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-02-10T20:49:33.777 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:49:33.777 INFO:teuthology.orchestra.run.smithi096.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-02-10T20:49:33.777 INFO:teuthology.orchestra.run.smithi096.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-02-10T20:49:33.777 INFO:teuthology.orchestra.run.smithi096.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-02-10T20:49:33.777 INFO:teuthology.orchestra.run.smithi096.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-02-10T20:49:33.777 INFO:teuthology.orchestra.run.smithi096.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-02-10T20:49:33.777 INFO:teuthology.orchestra.run.smithi096.stdout: openblas-0.3.21-2.el9.x86_64 2024-02-10T20:49:33.777 INFO:teuthology.orchestra.run.smithi096.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-02-10T20:49:33.777 INFO:teuthology.orchestra.run.smithi096.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-02-10T20:49:33.777 INFO:teuthology.orchestra.run.smithi096.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-02-10T20:49:33.777 INFO:teuthology.orchestra.run.smithi096.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-02-10T20:49:33.778 INFO:teuthology.orchestra.run.smithi096.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-02-10T20:49:33.778 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:33.778 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-02-10T20:49:33.778 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-02-10T20:49:33.840 INFO:teuthology.orchestra.run.smithi193.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 337 kB/s | 59 kB 00:00 2024-02-10T20:49:33.898 INFO:teuthology.orchestra.run.smithi193.stdout:(11/13): python3-google-auth-2.27.0-1.el9.noarc 419 kB/s | 203 kB 00:00 2024-02-10T20:49:34.032 INFO:teuthology.orchestra.run.smithi193.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 467 kB/s | 90 kB 00:00 2024-02-10T20:49:34.074 INFO:teuthology.orchestra.run.smithi193.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.4 MB/s | 1.0 MB 00:00 2024-02-10T20:49:34.076 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:49:34.076 INFO:teuthology.orchestra.run.smithi193.stdout:Total 2.0 MB/s | 2.0 MB 00:01 2024-02-10T20:49:34.076 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-02-10T20:49:34.090 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-02-10T20:49:34.091 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-02-10T20:49:34.164 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph-mgr-rook 2024-02-10T20:49:34.194 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-02-10T20:49:34.195 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-02-10T20:49:34.538 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-02-10T20:49:34.589 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-02-10T20:49:34.623 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-02-10T20:49:34.672 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-02-10T20:49:34.701 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 13/13 2024-02-10T20:49:34.719 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-02-10T20:49:34.748 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:29 ago on Sat 10 Feb 2024 08:48:05 PM UTC. 2024-02-10T20:49:34.888 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-02-10T20:49:34.906 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-02-10T20:49:34.907 INFO:teuthology.orchestra.run.smithi096.stdout:======================================================================================== 2024-02-10T20:49:34.908 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repository Size 2024-02-10T20:49:34.908 INFO:teuthology.orchestra.run.smithi096.stdout:======================================================================================== 2024-02-10T20:49:34.908 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-02-10T20:49:34.908 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-rook noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 52 k 2024-02-10T20:49:34.908 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2024-02-10T20:49:34.908 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-02-10T20:49:34.908 INFO:teuthology.orchestra.run.smithi096.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-02-10T20:49:34.908 INFO:teuthology.orchestra.run.smithi096.stdout: python3-google-auth noarch 1:2.27.0-1.el9 epel 203 k 2024-02-10T20:49:34.908 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-02-10T20:49:34.908 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-02-10T20:49:34.908 INFO:teuthology.orchestra.run.smithi096.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-02-10T20:49:34.908 INFO:teuthology.orchestra.run.smithi096.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-02-10T20:49:34.908 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-02-10T20:49:34.909 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-02-10T20:49:34.909 INFO:teuthology.orchestra.run.smithi096.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-02-10T20:49:34.909 INFO:teuthology.orchestra.run.smithi096.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-02-10T20:49:34.909 INFO:teuthology.orchestra.run.smithi096.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-02-10T20:49:34.909 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:34.909 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-02-10T20:49:34.909 INFO:teuthology.orchestra.run.smithi096.stdout:======================================================================================== 2024-02-10T20:49:34.909 INFO:teuthology.orchestra.run.smithi096.stdout:Install 13 Packages 2024-02-10T20:49:34.909 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:34.910 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 2.0 M 2024-02-10T20:49:34.910 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 26 M 2024-02-10T20:49:34.910 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-02-10T20:49:34.941 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-02-10T20:49:34.997 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-02-10T20:49:35.035 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-02-10T20:49:35.076 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-02-10T20:49:35.093 INFO:teuthology.orchestra.run.smithi096.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 166 kB/s | 18 kB 00:00 2024-02-10T20:49:35.119 INFO:teuthology.orchestra.run.smithi096.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 182 kB/s | 24 kB 00:00 2024-02-10T20:49:35.169 INFO:teuthology.orchestra.run.smithi096.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.3 MB/s | 174 kB 00:00 2024-02-10T20:49:35.170 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-02-10T20:49:35.195 INFO:teuthology.orchestra.run.smithi096.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-02-10T20:49:35.220 INFO:teuthology.orchestra.run.smithi096.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-02-10T20:49:35.237 INFO:teuthology.orchestra.run.smithi096.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 43 kB 00:00 2024-02-10T20:49:35.287 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-google-auth-1:2.27.0-1.el9.noarch 7/13 2024-02-10T20:49:35.295 INFO:teuthology.orchestra.run.smithi096.stdout:(7/13): ceph-mgr-rook-19.0.0-1367.g14aa01b9.el9 168 kB/s | 52 kB 00:00 2024-02-10T20:49:35.336 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-02-10T20:49:35.496 INFO:teuthology.orchestra.run.smithi096.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 58 kB/s | 15 kB 00:00 2024-02-10T20:49:35.513 INFO:teuthology.orchestra.run.smithi096.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 110 kB/s | 32 kB 00:00 2024-02-10T20:49:35.557 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 13/13 2024-02-10T20:49:35.558 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 1/13 2024-02-10T20:49:35.558 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-02-10T20:49:35.558 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-02-10T20:49:35.558 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-02-10T20:49:35.558 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-02-10T20:49:35.558 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-02-10T20:49:35.558 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-02-10T20:49:35.558 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-02-10T20:49:35.558 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-02-10T20:49:35.558 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-google-auth-1:2.27.0-1.el9.noarch 10/13 2024-02-10T20:49:35.558 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-02-10T20:49:35.558 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-02-10T20:49:35.638 INFO:teuthology.orchestra.run.smithi096.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 473 kB/s | 59 kB 00:00 2024-02-10T20:49:35.738 INFO:teuthology.orchestra.run.smithi096.stdout:(11/13): python3-google-auth-2.27.0-1.el9.noarc 511 kB/s | 203 kB 00:00 2024-02-10T20:49:35.763 INFO:teuthology.orchestra.run.smithi096.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 718 kB/s | 90 kB 00:00 2024-02-10T20:49:35.864 INFO:teuthology.orchestra.run.smithi096.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.8 MB/s | 1.0 MB 00:00 2024-02-10T20:49:35.868 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:49:35.868 INFO:teuthology.orchestra.run.smithi096.stdout:Total 2.1 MB/s | 2.0 MB 00:00 2024-02-10T20:49:35.868 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-02-10T20:49:35.881 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-02-10T20:49:35.881 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-02-10T20:49:35.930 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-02-10T20:49:35.930 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:35.930 INFO:teuthology.orchestra.run.smithi007.stdout:Installed: 2024-02-10T20:49:35.930 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:49:35.930 INFO:teuthology.orchestra.run.smithi007.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-02-10T20:49:35.930 INFO:teuthology.orchestra.run.smithi007.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-02-10T20:49:35.930 INFO:teuthology.orchestra.run.smithi007.stdout: python3-google-auth-1:2.27.0-1.el9.noarch 2024-02-10T20:49:35.930 INFO:teuthology.orchestra.run.smithi007.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-02-10T20:49:35.930 INFO:teuthology.orchestra.run.smithi007.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-02-10T20:49:35.930 INFO:teuthology.orchestra.run.smithi007.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-02-10T20:49:35.930 INFO:teuthology.orchestra.run.smithi007.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-02-10T20:49:35.931 INFO:teuthology.orchestra.run.smithi007.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-02-10T20:49:35.931 INFO:teuthology.orchestra.run.smithi007.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-02-10T20:49:35.931 INFO:teuthology.orchestra.run.smithi007.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-02-10T20:49:35.931 INFO:teuthology.orchestra.run.smithi007.stdout: python3-rsa-4.9-2.el9.noarch 2024-02-10T20:49:35.931 INFO:teuthology.orchestra.run.smithi007.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-02-10T20:49:35.931 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:35.931 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-02-10T20:49:35.977 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-02-10T20:49:35.978 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-02-10T20:49:36.054 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-02-10T20:49:36.100 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-02-10T20:49:36.134 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-02-10T20:49:36.161 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum -y install ceph-mgr-cephadm 2024-02-10T20:49:36.183 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-02-10T20:49:36.204 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 13/13 2024-02-10T20:49:36.500 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-02-10T20:49:36.658 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-02-10T20:49:36.714 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-02-10T20:49:36.762 INFO:teuthology.orchestra.run.smithi007.stdout:Last metadata expiration check: 0:01:32 ago on Sat 10 Feb 2024 08:48:04 PM UTC. 2024-02-10T20:49:36.794 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-02-10T20:49:36.824 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-02-10T20:49:36.865 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-02-10T20:49:36.927 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-02-10T20:49:36.928 INFO:teuthology.orchestra.run.smithi007.stdout:======================================================================================== 2024-02-10T20:49:36.928 INFO:teuthology.orchestra.run.smithi007.stdout: Package Arch Version Repository Size 2024-02-10T20:49:36.928 INFO:teuthology.orchestra.run.smithi007.stdout:======================================================================================== 2024-02-10T20:49:36.928 INFO:teuthology.orchestra.run.smithi007.stdout:Installing: 2024-02-10T20:49:36.928 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-mgr-cephadm noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 138 k 2024-02-10T20:49:36.928 INFO:teuthology.orchestra.run.smithi007.stdout:Installing dependencies: 2024-02-10T20:49:36.928 INFO:teuthology.orchestra.run.smithi007.stdout: python3-asyncssh noarch 2.13.2-3.el9 epel 548 k 2024-02-10T20:49:36.928 INFO:teuthology.orchestra.run.smithi007.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-02-10T20:49:36.928 INFO:teuthology.orchestra.run.smithi007.stdout: python3-jinja2 noarch 2.11.3-5.el9 CentOS-AppStream 227 k 2024-02-10T20:49:36.929 INFO:teuthology.orchestra.run.smithi007.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-02-10T20:49:36.929 INFO:teuthology.orchestra.run.smithi007.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-02-10T20:49:36.929 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:36.929 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction Summary 2024-02-10T20:49:36.929 INFO:teuthology.orchestra.run.smithi007.stdout:======================================================================================== 2024-02-10T20:49:36.929 INFO:teuthology.orchestra.run.smithi007.stdout:Install 6 Packages 2024-02-10T20:49:36.929 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:36.930 INFO:teuthology.orchestra.run.smithi007.stdout:Total download size: 6.8 M 2024-02-10T20:49:36.930 INFO:teuthology.orchestra.run.smithi007.stdout:Installed size: 33 M 2024-02-10T20:49:36.930 INFO:teuthology.orchestra.run.smithi007.stdout:Downloading Packages: 2024-02-10T20:49:36.957 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-02-10T20:49:36.996 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 13/13 2024-02-10T20:49:36.997 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 1/13 2024-02-10T20:49:36.997 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-02-10T20:49:36.997 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-02-10T20:49:36.997 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-02-10T20:49:36.997 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-02-10T20:49:36.997 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-02-10T20:49:36.997 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-02-10T20:49:36.997 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-02-10T20:49:36.997 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-02-10T20:49:36.997 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-google-auth-1:2.27.0-1.el9.noarch 10/13 2024-02-10T20:49:36.997 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-02-10T20:49:36.997 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-02-10T20:49:37.075 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-google-auth-1:2.27.0-1.el9.noarch 7/13 2024-02-10T20:49:37.141 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-02-10T20:49:37.149 INFO:teuthology.orchestra.run.smithi007.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.3 MB/s | 227 kB 00:00 2024-02-10T20:49:37.283 INFO:teuthology.orchestra.run.smithi007.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 19 MB/s | 5.8 MB 00:00 2024-02-10T20:49:37.375 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-02-10T20:49:37.375 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:37.375 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-02-10T20:49:37.375 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:49:37.376 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-02-10T20:49:37.376 INFO:teuthology.orchestra.run.smithi193.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-02-10T20:49:37.376 INFO:teuthology.orchestra.run.smithi193.stdout: python3-google-auth-1:2.27.0-1.el9.noarch 2024-02-10T20:49:37.376 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-02-10T20:49:37.376 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-02-10T20:49:37.376 INFO:teuthology.orchestra.run.smithi193.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-02-10T20:49:37.376 INFO:teuthology.orchestra.run.smithi193.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-02-10T20:49:37.376 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-02-10T20:49:37.376 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-02-10T20:49:37.376 INFO:teuthology.orchestra.run.smithi193.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-02-10T20:49:37.376 INFO:teuthology.orchestra.run.smithi193.stdout: python3-rsa-4.9-2.el9.noarch 2024-02-10T20:49:37.376 INFO:teuthology.orchestra.run.smithi193.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-02-10T20:49:37.376 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:37.377 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-02-10T20:49:37.391 INFO:teuthology.orchestra.run.smithi007.stdout:(3/6): ceph-mgr-cephadm-19.0.0-1367.g14aa01b9.e 332 kB/s | 138 kB 00:00 2024-02-10T20:49:37.442 INFO:teuthology.orchestra.run.smithi007.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 364 kB/s | 58 kB 00:00 2024-02-10T20:49:37.467 INFO:teuthology.orchestra.run.smithi007.stdout:(5/6): python3-asyncssh-2.13.2-3.el9.noarch.rpm 1.7 MB/s | 548 kB 00:00 2024-02-10T20:49:37.576 INFO:teuthology.orchestra.run.smithi007.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 277 kB/s | 51 kB 00:00 2024-02-10T20:49:37.577 INFO:teuthology.orchestra.run.smithi007.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:49:37.578 INFO:teuthology.orchestra.run.smithi007.stdout:Total 10 MB/s | 6.8 MB 00:00 2024-02-10T20:49:37.578 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction check 2024-02-10T20:49:37.587 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction check succeeded. 2024-02-10T20:49:37.588 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction test 2024-02-10T20:49:37.630 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-mgr-cephadm 2024-02-10T20:49:37.681 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction test succeeded. 2024-02-10T20:49:37.682 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction 2024-02-10T20:49:37.850 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-02-10T20:49:37.898 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-02-10T20:49:37.931 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-02-10T20:49:37.986 INFO:teuthology.orchestra.run.smithi007.stdout: Preparing : 1/1 2024-02-10T20:49:37.988 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-02-10T20:49:38.010 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 13/13 2024-02-10T20:49:38.166 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-02-10T20:49:38.220 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-asyncssh-2.13.2-3.el9.noarch 2/6 2024-02-10T20:49:38.226 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:29 ago on Sat 10 Feb 2024 08:48:09 PM UTC. 2024-02-10T20:49:38.396 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-02-10T20:49:38.397 INFO:teuthology.orchestra.run.smithi193.stdout:======================================================================================== 2024-02-10T20:49:38.397 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-02-10T20:49:38.397 INFO:teuthology.orchestra.run.smithi193.stdout:======================================================================================== 2024-02-10T20:49:38.397 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-02-10T20:49:38.397 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-cephadm noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 138 k 2024-02-10T20:49:38.397 INFO:teuthology.orchestra.run.smithi193.stdout:Installing dependencies: 2024-02-10T20:49:38.397 INFO:teuthology.orchestra.run.smithi193.stdout: python3-asyncssh noarch 2.13.2-3.el9 epel 548 k 2024-02-10T20:49:38.397 INFO:teuthology.orchestra.run.smithi193.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-02-10T20:49:38.397 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jinja2 noarch 2.11.3-5.el9 CentOS-AppStream 227 k 2024-02-10T20:49:38.397 INFO:teuthology.orchestra.run.smithi193.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-02-10T20:49:38.397 INFO:teuthology.orchestra.run.smithi193.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-02-10T20:49:38.397 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:38.398 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-02-10T20:49:38.398 INFO:teuthology.orchestra.run.smithi193.stdout:======================================================================================== 2024-02-10T20:49:38.398 INFO:teuthology.orchestra.run.smithi193.stdout:Install 6 Packages 2024-02-10T20:49:38.398 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:38.398 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 6.8 M 2024-02-10T20:49:38.398 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 33 M 2024-02-10T20:49:38.398 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-02-10T20:49:38.778 INFO:teuthology.orchestra.run.smithi193.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.3 MB/s | 227 kB 00:00 2024-02-10T20:49:38.781 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-02-10T20:49:38.866 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 13/13 2024-02-10T20:49:38.867 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 1/13 2024-02-10T20:49:38.867 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-02-10T20:49:38.867 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-02-10T20:49:38.867 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-02-10T20:49:38.867 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-02-10T20:49:38.867 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-02-10T20:49:38.867 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-02-10T20:49:38.867 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-02-10T20:49:38.867 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-02-10T20:49:38.867 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-google-auth-1:2.27.0-1.el9.noarch 10/13 2024-02-10T20:49:38.867 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-02-10T20:49:38.868 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-02-10T20:49:38.882 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-02-10T20:49:38.937 INFO:teuthology.orchestra.run.smithi193.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 17 MB/s | 5.8 MB 00:00 2024-02-10T20:49:38.943 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-02-10T20:49:38.973 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 6/6 2024-02-10T20:49:39.028 INFO:teuthology.orchestra.run.smithi193.stdout:(3/6): ceph-mgr-cephadm-19.0.0-1367.g14aa01b9.e 326 kB/s | 138 kB 00:00 2024-02-10T20:49:39.054 INFO:teuthology.orchestra.run.smithi193.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 494 kB/s | 58 kB 00:00 2024-02-10T20:49:39.079 INFO:teuthology.orchestra.run.smithi193.stdout:(5/6): python3-asyncssh-2.13.2-3.el9.noarch.rpm 1.8 MB/s | 548 kB 00:00 2024-02-10T20:49:39.146 INFO:teuthology.orchestra.run.smithi193.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 436 kB/s | 51 kB 00:00 2024-02-10T20:49:39.148 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:49:39.149 INFO:teuthology.orchestra.run.smithi193.stdout:Total 9.0 MB/s | 6.8 MB 00:00 2024-02-10T20:49:39.149 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-02-10T20:49:39.163 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-02-10T20:49:39.163 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-02-10T20:49:39.249 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-02-10T20:49:39.249 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:39.249 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-02-10T20:49:39.249 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:49:39.249 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-02-10T20:49:39.249 INFO:teuthology.orchestra.run.smithi096.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-02-10T20:49:39.249 INFO:teuthology.orchestra.run.smithi096.stdout: python3-google-auth-1:2.27.0-1.el9.noarch 2024-02-10T20:49:39.249 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-02-10T20:49:39.250 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-02-10T20:49:39.250 INFO:teuthology.orchestra.run.smithi096.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-02-10T20:49:39.250 INFO:teuthology.orchestra.run.smithi096.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-02-10T20:49:39.250 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-02-10T20:49:39.250 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-02-10T20:49:39.250 INFO:teuthology.orchestra.run.smithi096.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-02-10T20:49:39.250 INFO:teuthology.orchestra.run.smithi096.stdout: python3-rsa-4.9-2.el9.noarch 2024-02-10T20:49:39.250 INFO:teuthology.orchestra.run.smithi096.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-02-10T20:49:39.250 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:39.250 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-02-10T20:49:39.267 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-02-10T20:49:39.268 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-02-10T20:49:39.495 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph-mgr-cephadm 2024-02-10T20:49:39.573 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-02-10T20:49:39.753 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-02-10T20:49:39.798 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-asyncssh-2.13.2-3.el9.noarch 2/6 2024-02-10T20:49:39.834 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 6/6 2024-02-10T20:49:39.834 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/6 2024-02-10T20:49:39.834 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-02-10T20:49:39.834 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-02-10T20:49:39.834 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-asyncssh-2.13.2-3.el9.noarch 4/6 2024-02-10T20:49:39.834 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-02-10T20:49:40.076 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:35 ago on Sat 10 Feb 2024 08:48:05 PM UTC. 2024-02-10T20:49:40.155 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-02-10T20:49:40.155 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:40.155 INFO:teuthology.orchestra.run.smithi007.stdout:Installed: 2024-02-10T20:49:40.155 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:49:40.155 INFO:teuthology.orchestra.run.smithi007.stdout: python3-asyncssh-2.13.2-3.el9.noarch 2024-02-10T20:49:40.155 INFO:teuthology.orchestra.run.smithi007.stdout: python3-babel-2.9.1-2.el9.noarch 2024-02-10T20:49:40.155 INFO:teuthology.orchestra.run.smithi007.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-02-10T20:49:40.155 INFO:teuthology.orchestra.run.smithi007.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-02-10T20:49:40.155 INFO:teuthology.orchestra.run.smithi007.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-02-10T20:49:40.155 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:40.155 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-02-10T20:49:40.237 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-02-10T20:49:40.237 INFO:teuthology.orchestra.run.smithi096.stdout:======================================================================================== 2024-02-10T20:49:40.238 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repository Size 2024-02-10T20:49:40.238 INFO:teuthology.orchestra.run.smithi096.stdout:======================================================================================== 2024-02-10T20:49:40.238 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-02-10T20:49:40.238 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-cephadm noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 138 k 2024-02-10T20:49:40.238 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2024-02-10T20:49:40.238 INFO:teuthology.orchestra.run.smithi096.stdout: python3-asyncssh noarch 2.13.2-3.el9 epel 548 k 2024-02-10T20:49:40.238 INFO:teuthology.orchestra.run.smithi096.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-02-10T20:49:40.238 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jinja2 noarch 2.11.3-5.el9 CentOS-AppStream 227 k 2024-02-10T20:49:40.238 INFO:teuthology.orchestra.run.smithi096.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-02-10T20:49:40.238 INFO:teuthology.orchestra.run.smithi096.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-02-10T20:49:40.238 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:40.238 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-02-10T20:49:40.238 INFO:teuthology.orchestra.run.smithi096.stdout:======================================================================================== 2024-02-10T20:49:40.239 INFO:teuthology.orchestra.run.smithi096.stdout:Install 6 Packages 2024-02-10T20:49:40.239 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:40.239 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 6.8 M 2024-02-10T20:49:40.239 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 33 M 2024-02-10T20:49:40.239 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-02-10T20:49:40.315 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-02-10T20:49:40.400 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-02-10T20:49:40.408 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum -y install ceph-fuse 2024-02-10T20:49:40.468 INFO:teuthology.orchestra.run.smithi096.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.2 MB/s | 227 kB 00:00 2024-02-10T20:49:40.470 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-02-10T20:49:40.493 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 6/6 2024-02-10T20:49:40.618 INFO:teuthology.orchestra.run.smithi096.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 17 MB/s | 5.8 MB 00:00 2024-02-10T20:49:40.727 INFO:teuthology.orchestra.run.smithi096.stdout:(3/6): ceph-mgr-cephadm-19.0.0-1367.g14aa01b9.e 310 kB/s | 138 kB 00:00 2024-02-10T20:49:40.777 INFO:teuthology.orchestra.run.smithi096.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 364 kB/s | 58 kB 00:00 2024-02-10T20:49:40.810 INFO:teuthology.orchestra.run.smithi096.stdout:(5/6): python3-asyncssh-2.13.2-3.el9.noarch.rpm 1.6 MB/s | 548 kB 00:00 2024-02-10T20:49:40.911 INFO:teuthology.orchestra.run.smithi096.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 277 kB/s | 51 kB 00:00 2024-02-10T20:49:40.913 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:49:40.913 INFO:teuthology.orchestra.run.smithi096.stdout:Total 10 MB/s | 6.8 MB 00:00 2024-02-10T20:49:40.913 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-02-10T20:49:40.923 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-02-10T20:49:40.923 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-02-10T20:49:41.003 INFO:teuthology.orchestra.run.smithi007.stdout:Last metadata expiration check: 0:01:37 ago on Sat 10 Feb 2024 08:48:04 PM UTC. 2024-02-10T20:49:41.011 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-02-10T20:49:41.012 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-02-10T20:49:41.171 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-02-10T20:49:41.172 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:49:41.172 INFO:teuthology.orchestra.run.smithi007.stdout: Package Arch Version Repository Size 2024-02-10T20:49:41.172 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:49:41.172 INFO:teuthology.orchestra.run.smithi007.stdout:Installing: 2024-02-10T20:49:41.172 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-fuse x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 886 k 2024-02-10T20:49:41.172 INFO:teuthology.orchestra.run.smithi007.stdout:Installing dependencies: 2024-02-10T20:49:41.172 INFO:teuthology.orchestra.run.smithi007.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-02-10T20:49:41.172 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:41.172 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction Summary 2024-02-10T20:49:41.173 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:49:41.173 INFO:teuthology.orchestra.run.smithi007.stdout:Install 2 Packages 2024-02-10T20:49:41.173 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:41.173 INFO:teuthology.orchestra.run.smithi007.stdout:Total download size: 965 k 2024-02-10T20:49:41.173 INFO:teuthology.orchestra.run.smithi007.stdout:Installed size: 2.8 M 2024-02-10T20:49:41.173 INFO:teuthology.orchestra.run.smithi007.stdout:Downloading Packages: 2024-02-10T20:49:41.294 INFO:teuthology.orchestra.run.smithi007.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 651 kB/s | 79 kB 00:00 2024-02-10T20:49:41.300 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-02-10T20:49:41.336 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 6/6 2024-02-10T20:49:41.337 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/6 2024-02-10T20:49:41.337 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-02-10T20:49:41.337 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-02-10T20:49:41.337 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-asyncssh-2.13.2-3.el9.noarch 4/6 2024-02-10T20:49:41.337 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-02-10T20:49:41.466 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-02-10T20:49:41.512 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-asyncssh-2.13.2-3.el9.noarch 2/6 2024-02-10T20:49:41.666 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-02-10T20:49:41.666 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:41.666 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-02-10T20:49:41.667 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:49:41.667 INFO:teuthology.orchestra.run.smithi193.stdout: python3-asyncssh-2.13.2-3.el9.noarch 2024-02-10T20:49:41.667 INFO:teuthology.orchestra.run.smithi193.stdout: python3-babel-2.9.1-2.el9.noarch 2024-02-10T20:49:41.667 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-02-10T20:49:41.667 INFO:teuthology.orchestra.run.smithi193.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-02-10T20:49:41.667 INFO:teuthology.orchestra.run.smithi193.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-02-10T20:49:41.667 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:41.667 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-02-10T20:49:41.669 INFO:teuthology.orchestra.run.smithi007.stdout:(2/2): ceph-fuse-19.0.0-1367.g14aa01b9.el9.x86_ 1.7 MB/s | 886 kB 00:00 2024-02-10T20:49:41.670 INFO:teuthology.orchestra.run.smithi007.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:49:41.671 INFO:teuthology.orchestra.run.smithi007.stdout:Total 1.9 MB/s | 965 kB 00:00 2024-02-10T20:49:41.671 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction check 2024-02-10T20:49:41.693 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction check succeeded. 2024-02-10T20:49:41.693 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction test 2024-02-10T20:49:41.774 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction test succeeded. 2024-02-10T20:49:41.774 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction 2024-02-10T20:49:41.911 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-fuse 2024-02-10T20:49:41.958 INFO:teuthology.orchestra.run.smithi007.stdout: Preparing : 1/1 2024-02-10T20:49:42.028 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-02-10T20:49:42.100 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-02-10T20:49:42.106 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-02-10T20:49:42.176 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-02-10T20:49:42.181 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/2 2024-02-10T20:49:42.200 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 6/6 2024-02-10T20:49:42.519 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:33 ago on Sat 10 Feb 2024 08:48:09 PM UTC. 2024-02-10T20:49:42.693 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-02-10T20:49:42.693 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:49:42.693 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-02-10T20:49:42.693 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:49:42.693 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-02-10T20:49:42.693 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-fuse x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 886 k 2024-02-10T20:49:42.693 INFO:teuthology.orchestra.run.smithi193.stdout:Installing dependencies: 2024-02-10T20:49:42.694 INFO:teuthology.orchestra.run.smithi193.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-02-10T20:49:42.694 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:42.694 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-02-10T20:49:42.694 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:49:42.694 INFO:teuthology.orchestra.run.smithi193.stdout:Install 2 Packages 2024-02-10T20:49:42.694 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:42.694 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 965 k 2024-02-10T20:49:42.694 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 2.8 M 2024-02-10T20:49:42.695 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-02-10T20:49:42.823 INFO:teuthology.orchestra.run.smithi193.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 613 kB/s | 79 kB 00:00 2024-02-10T20:49:42.890 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/2 2024-02-10T20:49:42.890 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/2 2024-02-10T20:49:42.969 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 6/6 2024-02-10T20:49:42.969 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/6 2024-02-10T20:49:42.969 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-02-10T20:49:42.969 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-02-10T20:49:42.969 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-asyncssh-2.13.2-3.el9.noarch 4/6 2024-02-10T20:49:42.969 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-02-10T20:49:43.181 INFO:teuthology.orchestra.run.smithi193.stdout:(2/2): ceph-fuse-19.0.0-1367.g14aa01b9.el9.x86_ 1.8 MB/s | 886 kB 00:00 2024-02-10T20:49:43.183 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:49:43.183 INFO:teuthology.orchestra.run.smithi193.stdout:Total 1.9 MB/s | 965 kB 00:00 2024-02-10T20:49:43.183 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-02-10T20:49:43.205 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-02-10T20:49:43.205 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-02-10T20:49:43.211 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-02-10T20:49:43.211 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:43.211 INFO:teuthology.orchestra.run.smithi007.stdout:Installed: 2024-02-10T20:49:43.211 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-02-10T20:49:43.211 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:43.211 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-02-10T20:49:43.281 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-02-10T20:49:43.281 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:43.281 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-02-10T20:49:43.281 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:49:43.281 INFO:teuthology.orchestra.run.smithi096.stdout: python3-asyncssh-2.13.2-3.el9.noarch 2024-02-10T20:49:43.281 INFO:teuthology.orchestra.run.smithi096.stdout: python3-babel-2.9.1-2.el9.noarch 2024-02-10T20:49:43.281 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-02-10T20:49:43.281 INFO:teuthology.orchestra.run.smithi096.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-02-10T20:49:43.281 INFO:teuthology.orchestra.run.smithi096.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-02-10T20:49:43.281 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:43.282 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-02-10T20:49:43.282 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-02-10T20:49:43.282 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-02-10T20:49:43.464 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-02-10T20:49:43.510 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum -y install ceph-volume 2024-02-10T20:49:43.542 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph-fuse 2024-02-10T20:49:43.608 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-02-10T20:49:43.683 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/2 2024-02-10T20:49:44.111 INFO:teuthology.orchestra.run.smithi007.stdout:Last metadata expiration check: 0:01:40 ago on Sat 10 Feb 2024 08:48:04 PM UTC. 2024-02-10T20:49:44.131 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:39 ago on Sat 10 Feb 2024 08:48:05 PM UTC. 2024-02-10T20:49:44.279 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-02-10T20:49:44.280 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:49:44.280 INFO:teuthology.orchestra.run.smithi007.stdout: Package Arch Version Repository Size 2024-02-10T20:49:44.280 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:49:44.280 INFO:teuthology.orchestra.run.smithi007.stdout:Installing: 2024-02-10T20:49:44.280 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-volume noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 264 k 2024-02-10T20:49:44.280 INFO:teuthology.orchestra.run.smithi007.stdout:Installing dependencies: 2024-02-10T20:49:44.280 INFO:teuthology.orchestra.run.smithi007.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-02-10T20:49:44.280 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:44.280 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction Summary 2024-02-10T20:49:44.280 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:49:44.280 INFO:teuthology.orchestra.run.smithi007.stdout:Install 2 Packages 2024-02-10T20:49:44.281 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:44.281 INFO:teuthology.orchestra.run.smithi007.stdout:Total download size: 332 k 2024-02-10T20:49:44.281 INFO:teuthology.orchestra.run.smithi007.stdout:Installed size: 1.5 M 2024-02-10T20:49:44.281 INFO:teuthology.orchestra.run.smithi007.stdout:Downloading Packages: 2024-02-10T20:49:44.292 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-02-10T20:49:44.293 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:49:44.293 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repository Size 2024-02-10T20:49:44.293 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:49:44.293 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-02-10T20:49:44.293 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-fuse x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 886 k 2024-02-10T20:49:44.293 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2024-02-10T20:49:44.293 INFO:teuthology.orchestra.run.smithi096.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-02-10T20:49:44.293 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:44.294 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-02-10T20:49:44.294 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:49:44.294 INFO:teuthology.orchestra.run.smithi096.stdout:Install 2 Packages 2024-02-10T20:49:44.294 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:44.294 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 965 k 2024-02-10T20:49:44.294 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 2.8 M 2024-02-10T20:49:44.295 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-02-10T20:49:44.400 INFO:teuthology.orchestra.run.smithi007.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 579 kB/s | 69 kB 00:00 2024-02-10T20:49:44.413 INFO:teuthology.orchestra.run.smithi096.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 663 kB/s | 79 kB 00:00 2024-02-10T20:49:44.422 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/2 2024-02-10T20:49:44.422 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/2 2024-02-10T20:49:44.650 INFO:teuthology.orchestra.run.smithi007.stdout:(2/2): ceph-volume-19.0.0-1367.g14aa01b9.el9.no 715 kB/s | 264 kB 00:00 2024-02-10T20:49:44.651 INFO:teuthology.orchestra.run.smithi007.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:49:44.652 INFO:teuthology.orchestra.run.smithi007.stdout:Total 895 kB/s | 332 kB 00:00 2024-02-10T20:49:44.652 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction check 2024-02-10T20:49:44.661 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction check succeeded. 2024-02-10T20:49:44.661 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction test 2024-02-10T20:49:44.700 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction test succeeded. 2024-02-10T20:49:44.700 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction 2024-02-10T20:49:44.732 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-02-10T20:49:44.732 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:44.732 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-02-10T20:49:44.732 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-02-10T20:49:44.732 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:44.732 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-02-10T20:49:44.763 INFO:teuthology.orchestra.run.smithi096.stdout:(2/2): ceph-fuse-19.0.0-1367.g14aa01b9.el9.x86_ 1.8 MB/s | 886 kB 00:00 2024-02-10T20:49:44.764 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:49:44.765 INFO:teuthology.orchestra.run.smithi096.stdout:Total 2.0 MB/s | 965 kB 00:00 2024-02-10T20:49:44.765 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-02-10T20:49:44.785 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-02-10T20:49:44.785 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-02-10T20:49:44.853 INFO:teuthology.orchestra.run.smithi007.stdout: Preparing : 1/1 2024-02-10T20:49:44.861 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-02-10T20:49:44.861 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-02-10T20:49:45.048 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-02-10T20:49:45.048 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-02-10T20:49:45.084 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-volume 2024-02-10T20:49:45.086 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2/2 2024-02-10T20:49:45.103 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2/2 2024-02-10T20:49:45.103 INFO:teuthology.orchestra.run.smithi007.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:49:45.103 INFO:teuthology.orchestra.run.smithi007.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-02-10T20:49:45.103 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:45.173 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-02-10T20:49:45.238 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/2 2024-02-10T20:49:45.685 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:36 ago on Sat 10 Feb 2024 08:48:09 PM UTC. 2024-02-10T20:49:45.844 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-02-10T20:49:45.845 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:49:45.845 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-02-10T20:49:45.845 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:49:45.845 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-02-10T20:49:45.845 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-volume noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 264 k 2024-02-10T20:49:45.846 INFO:teuthology.orchestra.run.smithi193.stdout:Installing dependencies: 2024-02-10T20:49:45.846 INFO:teuthology.orchestra.run.smithi193.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-02-10T20:49:45.846 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:45.846 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-02-10T20:49:45.846 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:49:45.846 INFO:teuthology.orchestra.run.smithi193.stdout:Install 2 Packages 2024-02-10T20:49:45.846 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:45.846 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 332 k 2024-02-10T20:49:45.846 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 1.5 M 2024-02-10T20:49:45.846 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-02-10T20:49:45.858 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 1/2 2024-02-10T20:49:45.964 INFO:teuthology.orchestra.run.smithi193.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 583 kB/s | 69 kB 00:00 2024-02-10T20:49:45.968 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/2 2024-02-10T20:49:45.968 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/2 2024-02-10T20:49:46.215 INFO:teuthology.orchestra.run.smithi193.stdout:(2/2): ceph-volume-19.0.0-1367.g14aa01b9.el9.no 716 kB/s | 264 kB 00:00 2024-02-10T20:49:46.215 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:49:46.216 INFO:teuthology.orchestra.run.smithi193.stdout:Total 897 kB/s | 332 kB 00:00 2024-02-10T20:49:46.216 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-02-10T20:49:46.225 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-02-10T20:49:46.225 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-02-10T20:49:46.244 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-02-10T20:49:46.244 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:46.245 INFO:teuthology.orchestra.run.smithi007.stdout:Installed: 2024-02-10T20:49:46.245 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:49:46.245 INFO:teuthology.orchestra.run.smithi007.stdout: python3-packaging-20.9-5.el9.noarch 2024-02-10T20:49:46.245 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:46.245 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-02-10T20:49:46.262 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-02-10T20:49:46.263 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-02-10T20:49:46.297 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-02-10T20:49:46.298 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:46.298 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-02-10T20:49:46.298 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-02-10T20:49:46.298 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:46.298 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-02-10T20:49:46.415 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-02-10T20:49:46.595 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph-volume 2024-02-10T20:49:46.600 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum -y install librados-devel 2024-02-10T20:49:46.604 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-02-10T20:49:46.642 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2/2 2024-02-10T20:49:46.658 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2/2 2024-02-10T20:49:46.658 INFO:teuthology.orchestra.run.smithi193.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:49:46.658 INFO:teuthology.orchestra.run.smithi193.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-02-10T20:49:46.658 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:47.194 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:42 ago on Sat 10 Feb 2024 08:48:05 PM UTC. 2024-02-10T20:49:47.199 INFO:teuthology.orchestra.run.smithi007.stdout:Last metadata expiration check: 0:01:43 ago on Sat 10 Feb 2024 08:48:04 PM UTC. 2024-02-10T20:49:47.353 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-02-10T20:49:47.353 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:49:47.354 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repository Size 2024-02-10T20:49:47.354 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:49:47.354 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-02-10T20:49:47.354 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-volume noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 264 k 2024-02-10T20:49:47.354 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2024-02-10T20:49:47.354 INFO:teuthology.orchestra.run.smithi096.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-02-10T20:49:47.354 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:47.354 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-02-10T20:49:47.354 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:49:47.354 INFO:teuthology.orchestra.run.smithi096.stdout:Install 2 Packages 2024-02-10T20:49:47.354 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:47.355 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 332 k 2024-02-10T20:49:47.355 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 1.5 M 2024-02-10T20:49:47.355 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-02-10T20:49:47.366 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-02-10T20:49:47.367 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:49:47.367 INFO:teuthology.orchestra.run.smithi007.stdout: Package Arch Version Repo Size 2024-02-10T20:49:47.367 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:49:47.367 INFO:teuthology.orchestra.run.smithi007.stdout:Installing: 2024-02-10T20:49:47.367 INFO:teuthology.orchestra.run.smithi007.stdout: librados-devel x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 127 k 2024-02-10T20:49:47.367 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:47.368 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction Summary 2024-02-10T20:49:47.368 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:49:47.368 INFO:teuthology.orchestra.run.smithi007.stdout:Install 1 Package 2024-02-10T20:49:47.368 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:47.368 INFO:teuthology.orchestra.run.smithi007.stdout:Total download size: 127 k 2024-02-10T20:49:47.368 INFO:teuthology.orchestra.run.smithi007.stdout:Installed size: 456 k 2024-02-10T20:49:47.369 INFO:teuthology.orchestra.run.smithi007.stdout:Downloading Packages: 2024-02-10T20:49:47.394 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 1/2 2024-02-10T20:49:47.486 INFO:teuthology.orchestra.run.smithi096.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 527 kB/s | 69 kB 00:00 2024-02-10T20:49:47.681 INFO:teuthology.orchestra.run.smithi007.stdout:librados-devel-19.0.0-1367.g14aa01b9.el9.x86_64 405 kB/s | 127 kB 00:00 2024-02-10T20:49:47.682 INFO:teuthology.orchestra.run.smithi007.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:49:47.682 INFO:teuthology.orchestra.run.smithi007.stdout:Total 403 kB/s | 127 kB 00:00 2024-02-10T20:49:47.682 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction check 2024-02-10T20:49:47.688 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction check succeeded. 2024-02-10T20:49:47.689 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction test 2024-02-10T20:49:47.746 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction test succeeded. 2024-02-10T20:49:47.746 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction 2024-02-10T20:49:47.752 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-02-10T20:49:47.752 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:47.752 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-02-10T20:49:47.752 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:49:47.752 INFO:teuthology.orchestra.run.smithi193.stdout: python3-packaging-20.9-5.el9.noarch 2024-02-10T20:49:47.752 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:47.752 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-02-10T20:49:47.769 INFO:teuthology.orchestra.run.smithi096.stdout:(2/2): ceph-volume-19.0.0-1367.g14aa01b9.el9.no 637 kB/s | 264 kB 00:00 2024-02-10T20:49:47.770 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:49:47.770 INFO:teuthology.orchestra.run.smithi096.stdout:Total 799 kB/s | 332 kB 00:00 2024-02-10T20:49:47.770 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-02-10T20:49:47.779 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-02-10T20:49:47.779 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-02-10T20:49:47.817 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-02-10T20:49:47.818 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-02-10T20:49:47.969 INFO:teuthology.orchestra.run.smithi007.stdout: Preparing : 1/1 2024-02-10T20:49:47.976 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-02-10T20:49:48.074 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:49:48.106 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install librados-devel 2024-02-10T20:49:48.159 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-02-10T20:49:48.188 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2/2 2024-02-10T20:49:48.204 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2/2 2024-02-10T20:49:48.204 INFO:teuthology.orchestra.run.smithi096.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:49:48.204 INFO:teuthology.orchestra.run.smithi096.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-02-10T20:49:48.204 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:48.640 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:49:48.702 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:39 ago on Sat 10 Feb 2024 08:48:09 PM UTC. 2024-02-10T20:49:48.880 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-02-10T20:49:48.881 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:49:48.881 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repo Size 2024-02-10T20:49:48.881 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:49:48.881 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-02-10T20:49:48.881 INFO:teuthology.orchestra.run.smithi193.stdout: librados-devel x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 127 k 2024-02-10T20:49:48.881 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:48.881 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-02-10T20:49:48.881 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:49:48.881 INFO:teuthology.orchestra.run.smithi193.stdout:Install 1 Package 2024-02-10T20:49:48.881 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:48.881 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 127 k 2024-02-10T20:49:48.881 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 456 k 2024-02-10T20:49:48.881 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-02-10T20:49:48.930 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 1/2 2024-02-10T20:49:48.968 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:49:48.968 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:48.968 INFO:teuthology.orchestra.run.smithi007.stdout:Installed: 2024-02-10T20:49:48.968 INFO:teuthology.orchestra.run.smithi007.stdout: librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:49:48.968 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:48.968 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-02-10T20:49:49.209 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum -y install libcephfs2 2024-02-10T20:49:49.228 INFO:teuthology.orchestra.run.smithi193.stdout:librados-devel-19.0.0-1367.g14aa01b9.el9.x86_64 366 kB/s | 127 kB 00:00 2024-02-10T20:49:49.229 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:49:49.229 INFO:teuthology.orchestra.run.smithi193.stdout:Total 364 kB/s | 127 kB 00:00 2024-02-10T20:49:49.230 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-02-10T20:49:49.236 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-02-10T20:49:49.236 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-02-10T20:49:49.274 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-02-10T20:49:49.274 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:49.274 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-02-10T20:49:49.274 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:49:49.275 INFO:teuthology.orchestra.run.smithi096.stdout: python3-packaging-20.9-5.el9.noarch 2024-02-10T20:49:49.275 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:49.275 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-02-10T20:49:49.290 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-02-10T20:49:49.291 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-02-10T20:49:49.496 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-02-10T20:49:49.594 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:49:49.597 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install librados-devel 2024-02-10T20:49:49.828 INFO:teuthology.orchestra.run.smithi007.stdout:Last metadata expiration check: 0:01:45 ago on Sat 10 Feb 2024 08:48:04 PM UTC. 2024-02-10T20:49:49.941 INFO:teuthology.orchestra.run.smithi007.stdout:Package libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:49:49.996 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-02-10T20:49:49.997 INFO:teuthology.orchestra.run.smithi007.stdout:Nothing to do. 2024-02-10T20:49:49.997 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-02-10T20:49:50.044 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:49:50.074 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum -y install libcephfs-devel 2024-02-10T20:49:50.193 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:45 ago on Sat 10 Feb 2024 08:48:05 PM UTC. 2024-02-10T20:49:50.332 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:49:50.332 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:50.332 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-02-10T20:49:50.332 INFO:teuthology.orchestra.run.smithi193.stdout: librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:49:50.332 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:50.332 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-02-10T20:49:50.353 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-02-10T20:49:50.354 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:49:50.354 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repo Size 2024-02-10T20:49:50.354 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:49:50.354 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-02-10T20:49:50.354 INFO:teuthology.orchestra.run.smithi096.stdout: librados-devel x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 127 k 2024-02-10T20:49:50.354 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:50.355 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-02-10T20:49:50.355 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:49:50.355 INFO:teuthology.orchestra.run.smithi096.stdout:Install 1 Package 2024-02-10T20:49:50.355 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:50.355 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 127 k 2024-02-10T20:49:50.355 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 456 k 2024-02-10T20:49:50.355 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-02-10T20:49:50.543 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install libcephfs2 2024-02-10T20:49:50.675 INFO:teuthology.orchestra.run.smithi007.stdout:Last metadata expiration check: 0:01:46 ago on Sat 10 Feb 2024 08:48:04 PM UTC. 2024-02-10T20:49:50.709 INFO:teuthology.orchestra.run.smithi096.stdout:librados-devel-19.0.0-1367.g14aa01b9.el9.x86_64 359 kB/s | 127 kB 00:00 2024-02-10T20:49:50.709 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:49:50.710 INFO:teuthology.orchestra.run.smithi096.stdout:Total 357 kB/s | 127 kB 00:00 2024-02-10T20:49:50.710 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-02-10T20:49:50.715 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-02-10T20:49:50.715 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-02-10T20:49:50.773 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-02-10T20:49:50.774 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-02-10T20:49:50.843 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-02-10T20:49:50.844 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:49:50.844 INFO:teuthology.orchestra.run.smithi007.stdout: Package Arch Version Repo Size 2024-02-10T20:49:50.844 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:49:50.844 INFO:teuthology.orchestra.run.smithi007.stdout:Installing: 2024-02-10T20:49:50.844 INFO:teuthology.orchestra.run.smithi007.stdout: libcephfs-devel x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 31 k 2024-02-10T20:49:50.844 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:50.844 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction Summary 2024-02-10T20:49:50.844 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:49:50.844 INFO:teuthology.orchestra.run.smithi007.stdout:Install 1 Package 2024-02-10T20:49:50.845 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:50.845 INFO:teuthology.orchestra.run.smithi007.stdout:Total download size: 31 k 2024-02-10T20:49:50.845 INFO:teuthology.orchestra.run.smithi007.stdout:Installed size: 140 k 2024-02-10T20:49:50.845 INFO:teuthology.orchestra.run.smithi007.stdout:Downloading Packages: 2024-02-10T20:49:50.966 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-02-10T20:49:51.082 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:49:51.095 INFO:teuthology.orchestra.run.smithi007.stdout:libcephfs-devel-19.0.0-1367.g14aa01b9.el9.x86_6 124 kB/s | 31 kB 00:00 2024-02-10T20:49:51.095 INFO:teuthology.orchestra.run.smithi007.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:49:51.096 INFO:teuthology.orchestra.run.smithi007.stdout:Total 124 kB/s | 31 kB 00:00 2024-02-10T20:49:51.096 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction check 2024-02-10T20:49:51.099 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction check succeeded. 2024-02-10T20:49:51.100 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction test 2024-02-10T20:49:51.124 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction test succeeded. 2024-02-10T20:49:51.125 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction 2024-02-10T20:49:51.128 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:42 ago on Sat 10 Feb 2024 08:48:09 PM UTC. 2024-02-10T20:49:51.221 INFO:teuthology.orchestra.run.smithi007.stdout: Preparing : 1/1 2024-02-10T20:49:51.239 INFO:teuthology.orchestra.run.smithi193.stdout:Package libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:49:51.289 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-02-10T20:49:51.290 INFO:teuthology.orchestra.run.smithi193.stdout:Nothing to do. 2024-02-10T20:49:51.290 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-02-10T20:49:51.345 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:49:51.350 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install libcephfs-devel 2024-02-10T20:49:51.522 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:49:51.792 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:49:51.832 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:49:51.832 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:51.832 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-02-10T20:49:51.832 INFO:teuthology.orchestra.run.smithi096.stdout: librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:49:51.832 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:51.832 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-02-10T20:49:51.932 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:42 ago on Sat 10 Feb 2024 08:48:09 PM UTC. 2024-02-10T20:49:52.054 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install libcephfs2 2024-02-10T20:49:52.062 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:49:52.062 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:52.063 INFO:teuthology.orchestra.run.smithi007.stdout:Installed: 2024-02-10T20:49:52.063 INFO:teuthology.orchestra.run.smithi007.stdout: libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:49:52.063 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:52.063 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-02-10T20:49:52.090 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-02-10T20:49:52.091 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:49:52.091 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repo Size 2024-02-10T20:49:52.091 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:49:52.091 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-02-10T20:49:52.091 INFO:teuthology.orchestra.run.smithi193.stdout: libcephfs-devel x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 31 k 2024-02-10T20:49:52.091 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:52.091 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-02-10T20:49:52.091 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:49:52.091 INFO:teuthology.orchestra.run.smithi193.stdout:Install 1 Package 2024-02-10T20:49:52.091 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:52.092 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 31 k 2024-02-10T20:49:52.092 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 140 k 2024-02-10T20:49:52.092 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-02-10T20:49:52.261 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum -y install librados2 2024-02-10T20:49:52.333 INFO:teuthology.orchestra.run.smithi193.stdout:libcephfs-devel-19.0.0-1367.g14aa01b9.el9.x86_6 129 kB/s | 31 kB 00:00 2024-02-10T20:49:52.333 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:49:52.333 INFO:teuthology.orchestra.run.smithi193.stdout:Total 129 kB/s | 31 kB 00:00 2024-02-10T20:49:52.334 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-02-10T20:49:52.337 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-02-10T20:49:52.337 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-02-10T20:49:52.360 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-02-10T20:49:52.361 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-02-10T20:49:52.454 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-02-10T20:49:52.582 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:49:52.653 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:47 ago on Sat 10 Feb 2024 08:48:05 PM UTC. 2024-02-10T20:49:52.761 INFO:teuthology.orchestra.run.smithi096.stdout:Package libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:49:52.815 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-02-10T20:49:52.816 INFO:teuthology.orchestra.run.smithi096.stdout:Nothing to do. 2024-02-10T20:49:52.816 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-02-10T20:49:52.860 INFO:teuthology.orchestra.run.smithi007.stdout:Last metadata expiration check: 0:01:48 ago on Sat 10 Feb 2024 08:48:04 PM UTC. 2024-02-10T20:49:52.879 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install libcephfs-devel 2024-02-10T20:49:52.963 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:49:52.970 INFO:teuthology.orchestra.run.smithi007.stdout:Package librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:49:53.026 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-02-10T20:49:53.027 INFO:teuthology.orchestra.run.smithi007.stdout:Nothing to do. 2024-02-10T20:49:53.027 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-02-10T20:49:53.104 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum -y install librbd1 2024-02-10T20:49:53.230 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:49:53.230 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:53.230 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-02-10T20:49:53.230 INFO:teuthology.orchestra.run.smithi193.stdout: libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:49:53.230 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:53.230 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-02-10T20:49:53.374 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install librados2 2024-02-10T20:49:53.464 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:48 ago on Sat 10 Feb 2024 08:48:05 PM UTC. 2024-02-10T20:49:53.623 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-02-10T20:49:53.624 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:49:53.624 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repo Size 2024-02-10T20:49:53.624 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:49:53.624 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-02-10T20:49:53.624 INFO:teuthology.orchestra.run.smithi096.stdout: libcephfs-devel x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 31 k 2024-02-10T20:49:53.624 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:53.625 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-02-10T20:49:53.625 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:49:53.625 INFO:teuthology.orchestra.run.smithi096.stdout:Install 1 Package 2024-02-10T20:49:53.625 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:53.625 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 31 k 2024-02-10T20:49:53.625 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 140 k 2024-02-10T20:49:53.625 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-02-10T20:49:53.699 INFO:teuthology.orchestra.run.smithi007.stdout:Last metadata expiration check: 0:01:49 ago on Sat 10 Feb 2024 08:48:04 PM UTC. 2024-02-10T20:49:53.809 INFO:teuthology.orchestra.run.smithi007.stdout:Package librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:49:53.865 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-02-10T20:49:53.866 INFO:teuthology.orchestra.run.smithi007.stdout:Nothing to do. 2024-02-10T20:49:53.866 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-02-10T20:49:53.871 INFO:teuthology.orchestra.run.smithi096.stdout:libcephfs-devel-19.0.0-1367.g14aa01b9.el9.x86_6 127 kB/s | 31 kB 00:00 2024-02-10T20:49:53.872 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:49:53.872 INFO:teuthology.orchestra.run.smithi096.stdout:Total 126 kB/s | 31 kB 00:00 2024-02-10T20:49:53.872 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-02-10T20:49:53.876 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-02-10T20:49:53.876 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-02-10T20:49:53.901 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-02-10T20:49:53.902 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-02-10T20:49:53.944 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum -y install python3-rados 2024-02-10T20:49:53.964 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:44 ago on Sat 10 Feb 2024 08:48:09 PM UTC. 2024-02-10T20:49:53.989 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-02-10T20:49:54.072 INFO:teuthology.orchestra.run.smithi193.stdout:Package librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:49:54.085 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:49:54.125 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-02-10T20:49:54.126 INFO:teuthology.orchestra.run.smithi193.stdout:Nothing to do. 2024-02-10T20:49:54.126 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-02-10T20:49:54.195 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install librbd1 2024-02-10T20:49:54.491 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:49:54.537 INFO:teuthology.orchestra.run.smithi007.stdout:Last metadata expiration check: 0:01:50 ago on Sat 10 Feb 2024 08:48:04 PM UTC. 2024-02-10T20:49:54.647 INFO:teuthology.orchestra.run.smithi007.stdout:Package python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:49:54.701 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-02-10T20:49:54.703 INFO:teuthology.orchestra.run.smithi007.stdout:Nothing to do. 2024-02-10T20:49:54.703 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-02-10T20:49:54.745 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:49:54.745 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:54.745 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-02-10T20:49:54.745 INFO:teuthology.orchestra.run.smithi096.stdout: libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:49:54.745 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:49:54.745 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-02-10T20:49:54.779 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum -y install python3-rgw 2024-02-10T20:49:54.780 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:45 ago on Sat 10 Feb 2024 08:48:09 PM UTC. 2024-02-10T20:49:54.891 INFO:teuthology.orchestra.run.smithi193.stdout:Package librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:49:54.927 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install librados2 2024-02-10T20:49:54.944 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-02-10T20:49:54.945 INFO:teuthology.orchestra.run.smithi193.stdout:Nothing to do. 2024-02-10T20:49:54.945 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-02-10T20:49:54.999 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install python3-rados 2024-02-10T20:49:55.370 INFO:teuthology.orchestra.run.smithi007.stdout:Last metadata expiration check: 0:01:51 ago on Sat 10 Feb 2024 08:48:04 PM UTC. 2024-02-10T20:49:55.480 INFO:teuthology.orchestra.run.smithi007.stdout:Package python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:49:55.506 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:50 ago on Sat 10 Feb 2024 08:48:05 PM UTC. 2024-02-10T20:49:55.535 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-02-10T20:49:55.537 INFO:teuthology.orchestra.run.smithi007.stdout:Nothing to do. 2024-02-10T20:49:55.537 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-02-10T20:49:55.586 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:46 ago on Sat 10 Feb 2024 08:48:09 PM UTC. 2024-02-10T20:49:55.612 INFO:teuthology.orchestra.run.smithi096.stdout:Package librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:49:55.621 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum -y install python3-cephfs 2024-02-10T20:49:55.667 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-02-10T20:49:55.668 INFO:teuthology.orchestra.run.smithi096.stdout:Nothing to do. 2024-02-10T20:49:55.668 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-02-10T20:49:55.692 INFO:teuthology.orchestra.run.smithi193.stdout:Package python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:49:55.739 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install librbd1 2024-02-10T20:49:55.743 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-02-10T20:49:55.745 INFO:teuthology.orchestra.run.smithi193.stdout:Nothing to do. 2024-02-10T20:49:55.745 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-02-10T20:49:55.799 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install python3-rgw 2024-02-10T20:49:56.215 INFO:teuthology.orchestra.run.smithi007.stdout:Last metadata expiration check: 0:01:52 ago on Sat 10 Feb 2024 08:48:04 PM UTC. 2024-02-10T20:49:56.320 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:51 ago on Sat 10 Feb 2024 08:48:05 PM UTC. 2024-02-10T20:49:56.326 INFO:teuthology.orchestra.run.smithi007.stdout:Package python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:49:56.382 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-02-10T20:49:56.383 INFO:teuthology.orchestra.run.smithi007.stdout:Nothing to do. 2024-02-10T20:49:56.383 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-02-10T20:49:56.386 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:47 ago on Sat 10 Feb 2024 08:48:09 PM UTC. 2024-02-10T20:49:56.427 INFO:teuthology.orchestra.run.smithi096.stdout:Package librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:49:56.459 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum -y install python3-rbd 2024-02-10T20:49:56.480 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-02-10T20:49:56.484 INFO:teuthology.orchestra.run.smithi096.stdout:Nothing to do. 2024-02-10T20:49:56.484 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-02-10T20:49:56.494 INFO:teuthology.orchestra.run.smithi193.stdout:Package python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:49:56.546 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-02-10T20:49:56.547 INFO:teuthology.orchestra.run.smithi193.stdout:Nothing to do. 2024-02-10T20:49:56.547 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-02-10T20:49:56.556 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install python3-rados 2024-02-10T20:49:56.599 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install python3-cephfs 2024-02-10T20:49:57.054 INFO:teuthology.orchestra.run.smithi007.stdout:Last metadata expiration check: 0:01:53 ago on Sat 10 Feb 2024 08:48:04 PM UTC. 2024-02-10T20:49:57.144 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:52 ago on Sat 10 Feb 2024 08:48:05 PM UTC. 2024-02-10T20:49:57.167 INFO:teuthology.orchestra.run.smithi007.stdout:Package python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:49:57.186 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:48 ago on Sat 10 Feb 2024 08:48:09 PM UTC. 2024-02-10T20:49:57.221 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-02-10T20:49:57.222 INFO:teuthology.orchestra.run.smithi007.stdout:Nothing to do. 2024-02-10T20:49:57.222 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-02-10T20:49:57.252 INFO:teuthology.orchestra.run.smithi096.stdout:Package python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:49:57.294 INFO:teuthology.orchestra.run.smithi193.stdout:Package python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:49:57.301 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum -y install rbd-fuse 2024-02-10T20:49:57.302 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-02-10T20:49:57.304 INFO:teuthology.orchestra.run.smithi096.stdout:Nothing to do. 2024-02-10T20:49:57.304 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-02-10T20:49:57.347 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-02-10T20:49:57.348 INFO:teuthology.orchestra.run.smithi193.stdout:Nothing to do. 2024-02-10T20:49:57.348 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-02-10T20:49:57.370 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install python3-rgw 2024-02-10T20:49:57.411 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install python3-rbd 2024-02-10T20:49:57.896 INFO:teuthology.orchestra.run.smithi007.stdout:Last metadata expiration check: 0:01:53 ago on Sat 10 Feb 2024 08:48:04 PM UTC. 2024-02-10T20:49:57.954 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:52 ago on Sat 10 Feb 2024 08:48:05 PM UTC. 2024-02-10T20:49:57.997 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:48 ago on Sat 10 Feb 2024 08:48:09 PM UTC. 2024-02-10T20:49:58.061 INFO:teuthology.orchestra.run.smithi096.stdout:Package python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:49:58.061 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-02-10T20:49:58.062 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:49:58.062 INFO:teuthology.orchestra.run.smithi007.stdout: Package Architecture Version Repository Size 2024-02-10T20:49:58.062 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:49:58.062 INFO:teuthology.orchestra.run.smithi007.stdout:Installing: 2024-02-10T20:49:58.062 INFO:teuthology.orchestra.run.smithi007.stdout: rbd-fuse x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 85 k 2024-02-10T20:49:58.062 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:58.062 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction Summary 2024-02-10T20:49:58.062 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:49:58.062 INFO:teuthology.orchestra.run.smithi007.stdout:Install 1 Package 2024-02-10T20:49:58.063 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:58.063 INFO:teuthology.orchestra.run.smithi007.stdout:Total download size: 85 k 2024-02-10T20:49:58.063 INFO:teuthology.orchestra.run.smithi007.stdout:Installed size: 231 k 2024-02-10T20:49:58.063 INFO:teuthology.orchestra.run.smithi007.stdout:Downloading Packages: 2024-02-10T20:49:58.107 INFO:teuthology.orchestra.run.smithi193.stdout:Package python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:49:58.111 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-02-10T20:49:58.112 INFO:teuthology.orchestra.run.smithi096.stdout:Nothing to do. 2024-02-10T20:49:58.112 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-02-10T20:49:58.157 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-02-10T20:49:58.158 INFO:teuthology.orchestra.run.smithi193.stdout:Nothing to do. 2024-02-10T20:49:58.158 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-02-10T20:49:58.178 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install python3-cephfs 2024-02-10T20:49:58.210 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install rbd-fuse 2024-02-10T20:49:58.398 INFO:teuthology.orchestra.run.smithi007.stdout:rbd-fuse-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 254 kB/s | 85 kB 00:00 2024-02-10T20:49:58.399 INFO:teuthology.orchestra.run.smithi007.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:49:58.399 INFO:teuthology.orchestra.run.smithi007.stdout:Total 253 kB/s | 85 kB 00:00 2024-02-10T20:49:58.399 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction check 2024-02-10T20:49:58.407 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction check succeeded. 2024-02-10T20:49:58.407 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction test 2024-02-10T20:49:58.464 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction test succeeded. 2024-02-10T20:49:58.464 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction 2024-02-10T20:49:58.616 INFO:teuthology.orchestra.run.smithi007.stdout: Preparing : 1/1 2024-02-10T20:49:58.725 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:49:58.761 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:53 ago on Sat 10 Feb 2024 08:48:05 PM UTC. 2024-02-10T20:49:58.795 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:49 ago on Sat 10 Feb 2024 08:48:09 PM UTC. 2024-02-10T20:49:58.869 INFO:teuthology.orchestra.run.smithi096.stdout:Package python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:49:58.921 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-02-10T20:49:58.922 INFO:teuthology.orchestra.run.smithi096.stdout:Nothing to do. 2024-02-10T20:49:58.922 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-02-10T20:49:58.957 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-02-10T20:49:58.959 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:49:58.959 INFO:teuthology.orchestra.run.smithi193.stdout: Package Architecture Version Repository Size 2024-02-10T20:49:58.959 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:49:58.959 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-02-10T20:49:58.959 INFO:teuthology.orchestra.run.smithi193.stdout: rbd-fuse x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 85 k 2024-02-10T20:49:58.960 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:58.960 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-02-10T20:49:58.960 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:49:58.960 INFO:teuthology.orchestra.run.smithi193.stdout:Install 1 Package 2024-02-10T20:49:58.960 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:49:58.961 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 85 k 2024-02-10T20:49:58.961 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 231 k 2024-02-10T20:49:58.961 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-02-10T20:49:58.995 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install python3-rbd 2024-02-10T20:49:59.146 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:49:59.269 INFO:teuthology.orchestra.run.smithi193.stdout:rbd-fuse-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 275 kB/s | 85 kB 00:00 2024-02-10T20:49:59.270 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:49:59.270 INFO:teuthology.orchestra.run.smithi193.stdout:Total 273 kB/s | 85 kB 00:00 2024-02-10T20:49:59.270 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-02-10T20:49:59.277 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-02-10T20:49:59.277 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-02-10T20:49:59.332 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-02-10T20:49:59.333 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-02-10T20:49:59.451 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:49:59.451 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:59.452 INFO:teuthology.orchestra.run.smithi007.stdout:Installed: 2024-02-10T20:49:59.452 INFO:teuthology.orchestra.run.smithi007.stdout: rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:49:59.452 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:49:59.452 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-02-10T20:49:59.495 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-02-10T20:49:59.585 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:54 ago on Sat 10 Feb 2024 08:48:05 PM UTC. 2024-02-10T20:49:59.600 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:49:59.691 INFO:teuthology.orchestra.run.smithi096.stdout:Package python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:49:59.742 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-02-10T20:49:59.743 INFO:teuthology.orchestra.run.smithi096.stdout:Nothing to do. 2024-02-10T20:49:59.743 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-02-10T20:49:59.810 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum -y install rbd-mirror 2024-02-10T20:49:59.820 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install rbd-fuse 2024-02-10T20:50:00.024 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:50:00.335 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:50:00.335 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:50:00.335 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-02-10T20:50:00.335 INFO:teuthology.orchestra.run.smithi193.stdout: rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:50:00.335 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:50:00.335 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-02-10T20:50:00.408 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:55 ago on Sat 10 Feb 2024 08:48:05 PM UTC. 2024-02-10T20:50:00.411 INFO:teuthology.orchestra.run.smithi007.stdout:Last metadata expiration check: 0:01:56 ago on Sat 10 Feb 2024 08:48:04 PM UTC. 2024-02-10T20:50:00.555 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install rbd-mirror 2024-02-10T20:50:00.569 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-02-10T20:50:00.570 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:50:00.570 INFO:teuthology.orchestra.run.smithi096.stdout: Package Architecture Version Repository Size 2024-02-10T20:50:00.570 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:50:00.570 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-02-10T20:50:00.570 INFO:teuthology.orchestra.run.smithi096.stdout: rbd-fuse x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 85 k 2024-02-10T20:50:00.570 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:50:00.570 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-02-10T20:50:00.570 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:50:00.570 INFO:teuthology.orchestra.run.smithi096.stdout:Install 1 Package 2024-02-10T20:50:00.570 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:50:00.570 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 85 k 2024-02-10T20:50:00.571 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 231 k 2024-02-10T20:50:00.571 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-02-10T20:50:00.578 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-02-10T20:50:00.579 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:50:00.579 INFO:teuthology.orchestra.run.smithi007.stdout: Package Arch Version Repo Size 2024-02-10T20:50:00.579 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:50:00.579 INFO:teuthology.orchestra.run.smithi007.stdout:Installing: 2024-02-10T20:50:00.579 INFO:teuthology.orchestra.run.smithi007.stdout: rbd-mirror x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.1 M 2024-02-10T20:50:00.579 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:50:00.579 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction Summary 2024-02-10T20:50:00.579 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:50:00.579 INFO:teuthology.orchestra.run.smithi007.stdout:Install 1 Package 2024-02-10T20:50:00.579 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:50:00.580 INFO:teuthology.orchestra.run.smithi007.stdout:Total download size: 3.1 M 2024-02-10T20:50:00.580 INFO:teuthology.orchestra.run.smithi007.stdout:Installed size: 13 M 2024-02-10T20:50:00.580 INFO:teuthology.orchestra.run.smithi007.stdout:Downloading Packages: 2024-02-10T20:50:00.882 INFO:teuthology.orchestra.run.smithi096.stdout:rbd-fuse-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 274 kB/s | 85 kB 00:00 2024-02-10T20:50:00.883 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:50:00.883 INFO:teuthology.orchestra.run.smithi096.stdout:Total 272 kB/s | 85 kB 00:00 2024-02-10T20:50:00.883 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-02-10T20:50:00.890 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-02-10T20:50:00.890 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-02-10T20:50:00.946 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-02-10T20:50:00.946 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-02-10T20:50:01.100 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-02-10T20:50:01.153 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:52 ago on Sat 10 Feb 2024 08:48:09 PM UTC. 2024-02-10T20:50:01.206 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:50:01.277 INFO:teuthology.orchestra.run.smithi007.stdout:rbd-mirror-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 4.4 MB/s | 3.1 MB 00:00 2024-02-10T20:50:01.277 INFO:teuthology.orchestra.run.smithi007.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:50:01.278 INFO:teuthology.orchestra.run.smithi007.stdout:Total 4.4 MB/s | 3.1 MB 00:00 2024-02-10T20:50:01.278 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction check 2024-02-10T20:50:01.288 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction check succeeded. 2024-02-10T20:50:01.288 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction test 2024-02-10T20:50:01.318 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-02-10T20:50:01.318 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:50:01.318 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repo Size 2024-02-10T20:50:01.318 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:50:01.318 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-02-10T20:50:01.319 INFO:teuthology.orchestra.run.smithi193.stdout: rbd-mirror x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.1 M 2024-02-10T20:50:01.319 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:50:01.319 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-02-10T20:50:01.319 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:50:01.319 INFO:teuthology.orchestra.run.smithi193.stdout:Install 1 Package 2024-02-10T20:50:01.319 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:50:01.319 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 3.1 M 2024-02-10T20:50:01.320 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 13 M 2024-02-10T20:50:01.320 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-02-10T20:50:01.365 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction test succeeded. 2024-02-10T20:50:01.365 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction 2024-02-10T20:50:01.612 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:50:01.886 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:50:01.887 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:50:01.887 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-02-10T20:50:01.887 INFO:teuthology.orchestra.run.smithi096.stdout: rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:50:01.887 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:50:01.887 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-02-10T20:50:01.924 INFO:teuthology.orchestra.run.smithi007.stdout: Preparing : 1/1 2024-02-10T20:50:02.003 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:50:02.023 INFO:teuthology.orchestra.run.smithi193.stdout:rbd-mirror-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 4.4 MB/s | 3.1 MB 00:00 2024-02-10T20:50:02.023 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:50:02.024 INFO:teuthology.orchestra.run.smithi193.stdout:Total 4.4 MB/s | 3.1 MB 00:00 2024-02-10T20:50:02.024 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-02-10T20:50:02.027 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:50:02.027 INFO:teuthology.orchestra.run.smithi007.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:50:02.028 INFO:teuthology.orchestra.run.smithi007.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-02-10T20:50:02.028 INFO:teuthology.orchestra.run.smithi007.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-10T20:50:02.028 INFO:teuthology.orchestra.run.smithi007.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-10T20:50:02.028 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:50:02.033 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-02-10T20:50:02.033 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-02-10T20:50:02.106 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-02-10T20:50:02.106 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-02-10T20:50:02.108 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install rbd-mirror 2024-02-10T20:50:02.528 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-02-10T20:50:02.590 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:50:02.615 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:50:02.615 INFO:teuthology.orchestra.run.smithi193.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:50:02.615 INFO:teuthology.orchestra.run.smithi193.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-02-10T20:50:02.615 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-10T20:50:02.615 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-10T20:50:02.615 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:50:02.697 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:57 ago on Sat 10 Feb 2024 08:48:05 PM UTC. 2024-02-10T20:50:02.860 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-02-10T20:50:02.860 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:50:02.861 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repo Size 2024-02-10T20:50:02.861 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:50:02.861 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-02-10T20:50:02.861 INFO:teuthology.orchestra.run.smithi096.stdout: rbd-mirror x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.1 M 2024-02-10T20:50:02.861 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:50:02.861 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-02-10T20:50:02.861 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:50:02.861 INFO:teuthology.orchestra.run.smithi096.stdout:Install 1 Package 2024-02-10T20:50:02.861 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:50:02.861 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 3.1 M 2024-02-10T20:50:02.861 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 13 M 2024-02-10T20:50:02.861 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-02-10T20:50:03.237 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:50:03.237 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:50:03.237 INFO:teuthology.orchestra.run.smithi007.stdout:Installed: 2024-02-10T20:50:03.237 INFO:teuthology.orchestra.run.smithi007.stdout: rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:50:03.237 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:50:03.237 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-02-10T20:50:03.549 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum -y install rbd-nbd 2024-02-10T20:50:03.561 INFO:teuthology.orchestra.run.smithi096.stdout:rbd-mirror-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 4.4 MB/s | 3.1 MB 00:00 2024-02-10T20:50:03.561 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:50:03.562 INFO:teuthology.orchestra.run.smithi096.stdout:Total 4.4 MB/s | 3.1 MB 00:00 2024-02-10T20:50:03.562 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-02-10T20:50:03.571 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-02-10T20:50:03.571 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-02-10T20:50:03.644 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-02-10T20:50:03.644 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-02-10T20:50:03.730 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:50:03.730 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:50:03.730 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-02-10T20:50:03.730 INFO:teuthology.orchestra.run.smithi193.stdout: rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:50:03.730 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:50:03.730 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-02-10T20:50:03.977 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install rbd-nbd 2024-02-10T20:50:04.070 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-02-10T20:50:04.145 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:50:04.150 INFO:teuthology.orchestra.run.smithi007.stdout:Last metadata expiration check: 0:02:00 ago on Sat 10 Feb 2024 08:48:04 PM UTC. 2024-02-10T20:50:04.169 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:50:04.169 INFO:teuthology.orchestra.run.smithi096.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:50:04.169 INFO:teuthology.orchestra.run.smithi096.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-02-10T20:50:04.169 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-10T20:50:04.169 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-10T20:50:04.169 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:50:04.316 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-02-10T20:50:04.317 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:50:04.317 INFO:teuthology.orchestra.run.smithi007.stdout: Package Architecture Version Repository Size 2024-02-10T20:50:04.317 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:50:04.317 INFO:teuthology.orchestra.run.smithi007.stdout:Installing: 2024-02-10T20:50:04.317 INFO:teuthology.orchestra.run.smithi007.stdout: rbd-nbd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 171 k 2024-02-10T20:50:04.317 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:50:04.318 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction Summary 2024-02-10T20:50:04.318 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-02-10T20:50:04.318 INFO:teuthology.orchestra.run.smithi007.stdout:Install 1 Package 2024-02-10T20:50:04.318 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:50:04.318 INFO:teuthology.orchestra.run.smithi007.stdout:Total download size: 171 k 2024-02-10T20:50:04.318 INFO:teuthology.orchestra.run.smithi007.stdout:Installed size: 494 k 2024-02-10T20:50:04.318 INFO:teuthology.orchestra.run.smithi007.stdout:Downloading Packages: 2024-02-10T20:50:04.572 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:55 ago on Sat 10 Feb 2024 08:48:09 PM UTC. 2024-02-10T20:50:04.656 INFO:teuthology.orchestra.run.smithi007.stdout:rbd-nbd-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 505 kB/s | 171 kB 00:00 2024-02-10T20:50:04.657 INFO:teuthology.orchestra.run.smithi007.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:50:04.657 INFO:teuthology.orchestra.run.smithi007.stdout:Total 503 kB/s | 171 kB 00:00 2024-02-10T20:50:04.657 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction check 2024-02-10T20:50:04.665 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction check succeeded. 2024-02-10T20:50:04.665 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction test 2024-02-10T20:50:04.728 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction test succeeded. 2024-02-10T20:50:04.729 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction 2024-02-10T20:50:04.733 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-02-10T20:50:04.733 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:50:04.733 INFO:teuthology.orchestra.run.smithi193.stdout: Package Architecture Version Repository Size 2024-02-10T20:50:04.733 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:50:04.733 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-02-10T20:50:04.734 INFO:teuthology.orchestra.run.smithi193.stdout: rbd-nbd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 171 k 2024-02-10T20:50:04.734 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:50:04.734 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-02-10T20:50:04.734 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-10T20:50:04.734 INFO:teuthology.orchestra.run.smithi193.stdout:Install 1 Package 2024-02-10T20:50:04.734 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:50:04.734 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 171 k 2024-02-10T20:50:04.734 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 494 k 2024-02-10T20:50:04.735 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-02-10T20:50:04.889 INFO:teuthology.orchestra.run.smithi007.stdout: Preparing : 1/1 2024-02-10T20:50:04.993 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:50:05.085 INFO:teuthology.orchestra.run.smithi193.stdout:rbd-nbd-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 488 kB/s | 171 kB 00:00 2024-02-10T20:50:05.086 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:50:05.086 INFO:teuthology.orchestra.run.smithi193.stdout:Total 486 kB/s | 171 kB 00:00 2024-02-10T20:50:05.086 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-02-10T20:50:05.093 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-02-10T20:50:05.093 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-02-10T20:50:05.153 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-02-10T20:50:05.153 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-02-10T20:50:05.306 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-02-10T20:50:05.343 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:50:05.344 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:50:05.344 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-02-10T20:50:05.344 INFO:teuthology.orchestra.run.smithi096.stdout: rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:50:05.344 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:50:05.344 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-02-10T20:50:05.408 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:50:05.462 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:50:05.600 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install rbd-nbd 2024-02-10T20:50:05.812 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:50:05.812 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:50:05.813 INFO:teuthology.orchestra.run.smithi007.stdout:Installed: 2024-02-10T20:50:05.813 INFO:teuthology.orchestra.run.smithi007.stdout: rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:50:05.813 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:50:05.813 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-02-10T20:50:05.854 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:50:06.074 DEBUG:teuthology.parallel:result is None 2024-02-10T20:50:06.202 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:02:01 ago on Sat 10 Feb 2024 08:48:05 PM UTC. 2024-02-10T20:50:06.203 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:50:06.204 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:50:06.204 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-02-10T20:50:06.204 INFO:teuthology.orchestra.run.smithi193.stdout: rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:50:06.204 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-10T20:50:06.204 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-02-10T20:50:06.361 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-02-10T20:50:06.362 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:50:06.362 INFO:teuthology.orchestra.run.smithi096.stdout: Package Architecture Version Repository Size 2024-02-10T20:50:06.362 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:50:06.362 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-02-10T20:50:06.362 INFO:teuthology.orchestra.run.smithi096.stdout: rbd-nbd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 171 k 2024-02-10T20:50:06.362 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:50:06.362 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-02-10T20:50:06.362 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-10T20:50:06.362 INFO:teuthology.orchestra.run.smithi096.stdout:Install 1 Package 2024-02-10T20:50:06.362 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:50:06.362 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 171 k 2024-02-10T20:50:06.362 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 494 k 2024-02-10T20:50:06.362 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-02-10T20:50:06.432 DEBUG:teuthology.parallel:result is None 2024-02-10T20:50:06.723 INFO:teuthology.orchestra.run.smithi096.stdout:rbd-nbd-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 474 kB/s | 171 kB 00:00 2024-02-10T20:50:06.724 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:50:06.724 INFO:teuthology.orchestra.run.smithi096.stdout:Total 472 kB/s | 171 kB 00:00 2024-02-10T20:50:06.725 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-02-10T20:50:06.732 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-02-10T20:50:06.732 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-02-10T20:50:06.793 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-02-10T20:50:06.793 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-02-10T20:50:06.942 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-02-10T20:50:07.046 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:50:07.491 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:50:07.811 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:50:07.812 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:50:07.812 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-02-10T20:50:07.812 INFO:teuthology.orchestra.run.smithi096.stdout: rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:50:07.812 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-10T20:50:07.812 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-02-10T20:50:08.038 DEBUG:teuthology.parallel:result is None 2024-02-10T20:50:08.039 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-10T20:50:08.278 DEBUG:teuthology.orchestra.run.smithi007:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-02-10T20:50:08.302 INFO:teuthology.orchestra.run.smithi007.stdout:19.0.0-1367.g14aa01b9.el9 2024-02-10T20:50:08.303 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1367.g14aa01b9.el9 2024-02-10T20:50:08.303 INFO:teuthology.task.install:The correct ceph version 19.0.0-1367.g14aa01b9 is installed. 2024-02-10T20:50:08.305 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-10T20:50:08.522 DEBUG:teuthology.orchestra.run.smithi096:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-02-10T20:50:08.543 INFO:teuthology.orchestra.run.smithi096.stdout:19.0.0-1367.g14aa01b9.el9 2024-02-10T20:50:08.543 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1367.g14aa01b9.el9 2024-02-10T20:50:08.543 INFO:teuthology.task.install:The correct ceph version 19.0.0-1367.g14aa01b9 is installed. 2024-02-10T20:50:08.545 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-10T20:50:08.761 DEBUG:teuthology.orchestra.run.smithi193:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-02-10T20:50:08.787 INFO:teuthology.orchestra.run.smithi193.stdout:19.0.0-1367.g14aa01b9.el9 2024-02-10T20:50:08.788 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1367.g14aa01b9.el9 2024-02-10T20:50:08.788 INFO:teuthology.task.install:The correct ceph version 19.0.0-1367.g14aa01b9 is installed. 2024-02-10T20:50:08.790 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-02-10T20:50:08.790 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-02-10T20:50:08.790 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-10T20:50:08.823 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-02-10T20:50:08.823 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-10T20:50:08.852 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-02-10T20:50:08.852 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-10T20:50:08.883 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-02-10T20:50:08.883 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-02-10T20:50:08.884 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/usr/bin/daemon-helper 2024-02-10T20:50:08.914 DEBUG:teuthology.orchestra.run.smithi007:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-10T20:50:08.984 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-02-10T20:50:08.984 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/usr/bin/daemon-helper 2024-02-10T20:50:09.012 DEBUG:teuthology.orchestra.run.smithi096:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-10T20:50:09.079 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-02-10T20:50:09.079 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd of=/usr/bin/daemon-helper 2024-02-10T20:50:09.110 DEBUG:teuthology.orchestra.run.smithi193:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-10T20:50:09.182 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-02-10T20:50:09.182 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-02-10T20:50:09.182 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-10T20:50:09.212 DEBUG:teuthology.orchestra.run.smithi007:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-10T20:50:09.281 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-02-10T20:50:09.281 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-10T20:50:09.309 DEBUG:teuthology.orchestra.run.smithi096:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-10T20:50:09.376 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-02-10T20:50:09.376 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-10T20:50:09.404 DEBUG:teuthology.orchestra.run.smithi193:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-10T20:50:09.472 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-02-10T20:50:09.472 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-02-10T20:50:09.472 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/usr/bin/stdin-killer 2024-02-10T20:50:09.501 DEBUG:teuthology.orchestra.run.smithi007:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-10T20:50:09.570 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-02-10T20:50:09.571 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/usr/bin/stdin-killer 2024-02-10T20:50:09.598 DEBUG:teuthology.orchestra.run.smithi096:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-10T20:50:09.667 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-02-10T20:50:09.667 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd of=/usr/bin/stdin-killer 2024-02-10T20:50:09.693 DEBUG:teuthology.orchestra.run.smithi193:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-10T20:50:09.760 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-10T20:50:09.861 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '14aa01b918f09661ae41e4c41d1de99d6ac08228'} 2024-02-10T20:50:09.862 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T20:50:09.862 INFO:tasks.cephadm:Cluster fsid is faaf359e-c855-11ee-95b9-87774f69a715 2024-02-10T20:50:09.862 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-10T20:50:09.863 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.7', 'mon.b': '172.21.15.96', 'mon.c': '172.21.15.193'} 2024-02-10T20:50:09.863 INFO:tasks.cephadm:First mon is mon.a on smithi007 2024-02-10T20:50:09.863 INFO:tasks.cephadm:First mgr is a 2024-02-10T20:50:09.863 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-10T20:50:09.863 DEBUG:teuthology.orchestra.run.smithi007:> sudo hostname $(hostname -s) 2024-02-10T20:50:09.894 DEBUG:teuthology.orchestra.run.smithi096:> sudo hostname $(hostname -s) 2024-02-10T20:50:09.922 DEBUG:teuthology.orchestra.run.smithi193:> sudo hostname $(hostname -s) 2024-02-10T20:50:09.949 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-02-10T20:50:09.949 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-10T20:50:10.168 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-10T20:50:10.390 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-10T20:50:10.391 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-10T20:50:10.392 DEBUG:teuthology.orchestra.run.smithi007:> 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-10T20:50:10.992 INFO:teuthology.orchestra.run.smithi007.stdout:-rw-r--r--. 1 ubuntu ubuntu 766965 Feb 10 20:50 /home/ubuntu/cephtest/cephadm 2024-02-10T20:50:10.993 DEBUG:teuthology.orchestra.run.smithi096:> 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-10T20:50:11.578 INFO:teuthology.orchestra.run.smithi096.stdout:-rw-r--r--. 1 ubuntu ubuntu 766965 Feb 10 20:50 /home/ubuntu/cephtest/cephadm 2024-02-10T20:50:11.578 DEBUG:teuthology.orchestra.run.smithi193:> 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-10T20:50:12.186 INFO:teuthology.orchestra.run.smithi193.stdout:-rw-r--r--. 1 ubuntu ubuntu 766965 Feb 10 20:50 /home/ubuntu/cephtest/cephadm 2024-02-10T20:50:12.186 DEBUG:teuthology.orchestra.run.smithi007:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-10T20:50:12.204 DEBUG:teuthology.orchestra.run.smithi096:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-10T20:50:12.223 DEBUG:teuthology.orchestra.run.smithi193:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-10T20:50:12.253 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 on all hosts... 2024-02-10T20:50:12.253 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 pull 2024-02-10T20:50:12.256 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 pull 2024-02-10T20:50:12.266 DEBUG:teuthology.orchestra.run.smithi193:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 pull 2024-02-10T20:50:13.152 INFO:teuthology.orchestra.run.smithi007.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-10T20:50:13.163 INFO:teuthology.orchestra.run.smithi193.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-10T20:50:13.218 INFO:teuthology.orchestra.run.smithi096.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-10T20:50:39.848 INFO:teuthology.orchestra.run.smithi096.stdout:{ 2024-02-10T20:50:39.848 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph_version": "ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev)", 2024-02-10T20:50:39.849 INFO:teuthology.orchestra.run.smithi096.stdout: "image_id": "e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af", 2024-02-10T20:50:39.849 INFO:teuthology.orchestra.run.smithi096.stdout: "repo_digests": [ 2024-02-10T20:50:39.849 INFO:teuthology.orchestra.run.smithi096.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9905a40bafa6e8691504067e6cf6ca63ffb6159ca45f1b6ea1d2b1b7987b1927" 2024-02-10T20:50:39.849 INFO:teuthology.orchestra.run.smithi096.stdout: ] 2024-02-10T20:50:39.849 INFO:teuthology.orchestra.run.smithi096.stdout:} 2024-02-10T20:50:43.542 INFO:teuthology.orchestra.run.smithi193.stdout:{ 2024-02-10T20:50:43.542 INFO:teuthology.orchestra.run.smithi193.stdout: "ceph_version": "ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev)", 2024-02-10T20:50:43.542 INFO:teuthology.orchestra.run.smithi193.stdout: "image_id": "e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af", 2024-02-10T20:50:43.542 INFO:teuthology.orchestra.run.smithi193.stdout: "repo_digests": [ 2024-02-10T20:50:43.542 INFO:teuthology.orchestra.run.smithi193.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9905a40bafa6e8691504067e6cf6ca63ffb6159ca45f1b6ea1d2b1b7987b1927" 2024-02-10T20:50:43.542 INFO:teuthology.orchestra.run.smithi193.stdout: ] 2024-02-10T20:50:43.543 INFO:teuthology.orchestra.run.smithi193.stdout:} 2024-02-10T20:50:52.360 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-02-10T20:50:52.361 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph_version": "ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev)", 2024-02-10T20:50:52.361 INFO:teuthology.orchestra.run.smithi007.stdout: "image_id": "e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af", 2024-02-10T20:50:52.361 INFO:teuthology.orchestra.run.smithi007.stdout: "repo_digests": [ 2024-02-10T20:50:52.361 INFO:teuthology.orchestra.run.smithi007.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9905a40bafa6e8691504067e6cf6ca63ffb6159ca45f1b6ea1d2b1b7987b1927" 2024-02-10T20:50:52.361 INFO:teuthology.orchestra.run.smithi007.stdout: ] 2024-02-10T20:50:52.361 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-02-10T20:50:52.385 DEBUG:teuthology.orchestra.run.smithi007:> sudo mkdir -p /etc/ceph 2024-02-10T20:50:52.438 DEBUG:teuthology.orchestra.run.smithi096:> sudo mkdir -p /etc/ceph 2024-02-10T20:50:52.473 DEBUG:teuthology.orchestra.run.smithi193:> sudo mkdir -p /etc/ceph 2024-02-10T20:50:52.510 DEBUG:teuthology.orchestra.run.smithi007:> sudo chmod 777 /etc/ceph 2024-02-10T20:50:52.537 DEBUG:teuthology.orchestra.run.smithi096:> sudo chmod 777 /etc/ceph 2024-02-10T20:50:52.567 DEBUG:teuthology.orchestra.run.smithi193:> sudo chmod 777 /etc/ceph 2024-02-10T20:50:52.597 INFO:tasks.cephadm:Writing seed config... 2024-02-10T20:50:52.598 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-02-10T20:50:52.598 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-10T20:50:52.599 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-10T20:50:52.599 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-02-10T20:50:52.599 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-10T20:50:52.599 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-10T20:50:52.599 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-10T20:50:52.599 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-10T20:50:52.599 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-10T20:50:52.599 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-02-10T20:50:52.600 DEBUG:teuthology.orchestra.run.smithi007:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-10T20:50:52.614 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 = faaf359e-c855-11ee-95b9-87774f69a715 mon election default strategy = 1 [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 = False [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-10T20:50:52.614 DEBUG:teuthology.orchestra.run.smithi007:mon.a> sudo journalctl -f -n 0 -u ceph-faaf359e-c855-11ee-95b9-87774f69a715@mon.a.service 2024-02-10T20:50:52.657 DEBUG:teuthology.orchestra.run.smithi007:mgr.a> sudo journalctl -f -n 0 -u ceph-faaf359e-c855-11ee-95b9-87774f69a715@mgr.a.service 2024-02-10T20:50:52.700 INFO:tasks.cephadm:Bootstrapping... 2024-02-10T20:50:52.700 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 -v bootstrap --fsid faaf359e-c855-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.7 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-10T20:50:52.895 INFO:teuthology.orchestra.run.smithi007.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:50:52.896 INFO:teuthology.orchestra.run.smithi007.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228', '-v', 'bootstrap', '--fsid', 'faaf359e-c855-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.7', '--skip-admin-label'] 2024-02-10T20:50:52.920 INFO:teuthology.orchestra.run.smithi007.stdout:/bin/podman: stdout 4.9.3-dev 2024-02-10T20:50:52.921 INFO:teuthology.orchestra.run.smithi007.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-02-10T20:50:52.921 INFO:teuthology.orchestra.run.smithi007.stdout:Verifying podman|docker is present... 2024-02-10T20:50:52.944 INFO:teuthology.orchestra.run.smithi007.stdout:/bin/podman: stdout 4.9.3-dev 2024-02-10T20:50:52.945 INFO:teuthology.orchestra.run.smithi007.stdout:Verifying lvm2 is present... 2024-02-10T20:50:52.945 INFO:teuthology.orchestra.run.smithi007.stdout:Verifying time synchronization is in place... 2024-02-10T20:50:52.952 INFO:teuthology.orchestra.run.smithi007.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-02-10T20:50:52.952 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-10T20:50:52.958 INFO:teuthology.orchestra.run.smithi007.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-02-10T20:50:52.958 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stdout inactive 2024-02-10T20:50:52.964 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stdout enabled 2024-02-10T20:50:52.970 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stdout active 2024-02-10T20:50:52.970 INFO:teuthology.orchestra.run.smithi007.stdout:Unit chronyd.service is enabled and running 2024-02-10T20:50:52.971 INFO:teuthology.orchestra.run.smithi007.stdout:Repeating the final host check... 2024-02-10T20:50:52.994 INFO:teuthology.orchestra.run.smithi007.stdout:/bin/podman: stdout 4.9.3-dev 2024-02-10T20:50:52.995 INFO:teuthology.orchestra.run.smithi007.stdout:podman (/bin/podman) version 4.9.3 is present 2024-02-10T20:50:52.995 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl is present 2024-02-10T20:50:52.995 INFO:teuthology.orchestra.run.smithi007.stdout:lvcreate is present 2024-02-10T20:50:53.001 INFO:teuthology.orchestra.run.smithi007.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-02-10T20:50:53.001 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-10T20:50:53.006 INFO:teuthology.orchestra.run.smithi007.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-02-10T20:50:53.006 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stdout inactive 2024-02-10T20:50:53.013 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stdout enabled 2024-02-10T20:50:53.018 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stdout active 2024-02-10T20:50:53.019 INFO:teuthology.orchestra.run.smithi007.stdout:Unit chronyd.service is enabled and running 2024-02-10T20:50:53.019 INFO:teuthology.orchestra.run.smithi007.stdout:Host looks OK 2024-02-10T20:50:53.019 INFO:teuthology.orchestra.run.smithi007.stdout:Cluster fsid: faaf359e-c855-11ee-95b9-87774f69a715 2024-02-10T20:50:53.019 INFO:teuthology.orchestra.run.smithi007.stdout:Acquiring lock 139717503098832 on /run/cephadm/faaf359e-c855-11ee-95b9-87774f69a715.lock 2024-02-10T20:50:53.019 INFO:teuthology.orchestra.run.smithi007.stdout:Lock 139717503098832 acquired on /run/cephadm/faaf359e-c855-11ee-95b9-87774f69a715.lock 2024-02-10T20:50:53.019 INFO:teuthology.orchestra.run.smithi007.stdout:Verifying IP 172.21.15.7 port 3300 ... 2024-02-10T20:50:53.019 INFO:teuthology.orchestra.run.smithi007.stdout:Verifying IP 172.21.15.7 port 6789 ... 2024-02-10T20:50:53.020 INFO:teuthology.orchestra.run.smithi007.stdout:Base mon IP(s) is [172.21.15.7:3300, 172.21.15.7:6789], mon addrv is [v2:172.21.15.7:3300,v1:172.21.15.7:6789] 2024-02-10T20:50:53.022 INFO:teuthology.orchestra.run.smithi007.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.7 metric 100 2024-02-10T20:50:53.023 INFO:teuthology.orchestra.run.smithi007.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.7 metric 100 2024-02-10T20:50:53.025 INFO:teuthology.orchestra.run.smithi007.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-02-10T20:50:53.025 INFO:teuthology.orchestra.run.smithi007.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2024-02-10T20:50:53.025 INFO:teuthology.orchestra.run.smithi007.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2024-02-10T20:50:53.027 INFO:teuthology.orchestra.run.smithi007.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-10T20:50:53.028 INFO:teuthology.orchestra.run.smithi007.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-02-10T20:50:53.028 INFO:teuthology.orchestra.run.smithi007.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-10T20:50:53.028 INFO:teuthology.orchestra.run.smithi007.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-02-10T20:50:53.028 INFO:teuthology.orchestra.run.smithi007.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:15ea/64 scope link noprefixroute 2024-02-10T20:50:53.028 INFO:teuthology.orchestra.run.smithi007.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-10T20:50:53.028 INFO:teuthology.orchestra.run.smithi007.stdout:Mon IP `172.21.15.7` is in CIDR network `172.21.0.0/20` 2024-02-10T20:50:53.028 INFO:teuthology.orchestra.run.smithi007.stdout:Mon IP `172.21.15.7` is in CIDR network `172.21.0.0/20` 2024-02-10T20:50:53.029 INFO:teuthology.orchestra.run.smithi007.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-02-10T20:50:53.029 INFO:teuthology.orchestra.run.smithi007.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-10T20:50:53.029 INFO:teuthology.orchestra.run.smithi007.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-10T20:50:54.839 INFO:teuthology.orchestra.run.smithi007.stdout:/bin/podman: stdout e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af 2024-02-10T20:50:54.839 INFO:teuthology.orchestra.run.smithi007.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-10T20:50:54.839 INFO:teuthology.orchestra.run.smithi007.stdout:/bin/podman: stderr Getting image source signatures 2024-02-10T20:50:54.839 INFO:teuthology.orchestra.run.smithi007.stdout:/bin/podman: stderr Copying blob sha256:2b15a9adfde249d431bc7c06cfdb8b2d442acb2cd7bcfbcbecc9baa734633e5f 2024-02-10T20:50:54.839 INFO:teuthology.orchestra.run.smithi007.stdout:/bin/podman: stderr Copying blob sha256:58df4e03ba066accf3a7e07426bab5f1c867e27a139801c642bdafb42b9a2d9a 2024-02-10T20:50:54.839 INFO:teuthology.orchestra.run.smithi007.stdout:/bin/podman: stderr Copying config sha256:e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af 2024-02-10T20:50:54.839 INFO:teuthology.orchestra.run.smithi007.stdout:/bin/podman: stderr Writing manifest to image destination 2024-02-10T20:50:56.847 INFO:teuthology.orchestra.run.smithi007.stdout:ceph: stdout ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:50:56.847 INFO:teuthology.orchestra.run.smithi007.stdout:Ceph version: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:50:56.847 INFO:teuthology.orchestra.run.smithi007.stdout:Extracting ceph user uid/gid from container image... 2024-02-10T20:51:06.574 INFO:teuthology.orchestra.run.smithi007.stdout:stat: stdout 167 167 2024-02-10T20:51:06.574 INFO:teuthology.orchestra.run.smithi007.stdout:Creating initial keys... 2024-02-10T20:51:08.571 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-authtool: stdout AQC74cdlCXHpOhAA5KSayuHKsKopRlD1QHQtvw== 2024-02-10T20:51:09.728 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-authtool: stdout AQC84cdlYI6WNxAAvH+64W75jm5mCEZ4VTmmOg== 2024-02-10T20:51:10.650 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-authtool: stdout AQC+4cdl2onSAxAAH9iHSybjktGcugV8Hb3HiQ== 2024-02-10T20:51:10.650 INFO:teuthology.orchestra.run.smithi007.stdout:Creating initial monmap... 2024-02-10T20:51:11.497 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-10T20:51:11.498 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-02-10T20:51:11.498 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to faaf359e-c855-11ee-95b9-87774f69a715 2024-02-10T20:51:11.498 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-10T20:51:11.498 INFO:teuthology.orchestra.run.smithi007.stdout:monmaptool for a [v2:172.21.15.7:3300,v1:172.21.15.7:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-10T20:51:11.498 INFO:teuthology.orchestra.run.smithi007.stdout:setting min_mon_release = quincy 2024-02-10T20:51:11.498 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/monmaptool: set fsid to faaf359e-c855-11ee-95b9-87774f69a715 2024-02-10T20:51:11.498 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-10T20:51:11.498 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-02-10T20:51:11.498 INFO:teuthology.orchestra.run.smithi007.stdout:Creating mon... 2024-02-10T20:51:12.436 INFO:teuthology.orchestra.run.smithi007.stdout:create mon.a on 2024-02-10T20:51:12.640 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-02-10T20:51:12.776 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-10T20:51:12.945 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-faaf359e-c855-11ee-95b9-87774f69a715.target → /etc/systemd/system/ceph-faaf359e-c855-11ee-95b9-87774f69a715.target. 2024-02-10T20:51:12.946 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-faaf359e-c855-11ee-95b9-87774f69a715.target → /etc/systemd/system/ceph-faaf359e-c855-11ee-95b9-87774f69a715.target. 2024-02-10T20:51:13.164 INFO:teuthology.orchestra.run.smithi007.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-faaf359e-c855-11ee-95b9-87774f69a715@mon.a 2024-02-10T20:51:13.164 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stderr Failed to reset failed state of unit ceph-faaf359e-c855-11ee-95b9-87774f69a715@mon.a.service: Unit ceph-faaf359e-c855-11ee-95b9-87774f69a715@mon.a.service not loaded. 2024-02-10T20:51:13.525 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-faaf359e-c855-11ee-95b9-87774f69a715.target.wants/ceph-faaf359e-c855-11ee-95b9-87774f69a715@mon.a.service → /etc/systemd/system/ceph-faaf359e-c855-11ee-95b9-87774f69a715@.service. 2024-02-10T20:51:13.917 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:13 smithi007 podman[29463]: 2024-02-10 20:51:13.673319352 +0000 UTC m=+0.018768129 image pull e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T20:51:15.064 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:14 smithi007 podman[29463]: 2024-02-10 20:51:14.785182822 +0000 UTC m=+1.130631630 container create 55c37f382e69f45cdf5b381831a8a2d75379cf198473a5e11217247638b22083 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-faaf359e-c855-11ee-95b9-87774f69a715-mon-a, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, io.buildah.version=1.33.2, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240131, GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-02-10T20:51:15.065 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:14 smithi007 podman[29463]: 2024-02-10 20:51:14.987512195 +0000 UTC m=+1.332960961 container init 55c37f382e69f45cdf5b381831a8a2d75379cf198473a5e11217247638b22083 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-faaf359e-c855-11ee-95b9-87774f69a715-mon-a, ceph=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.build-date=20240131, GIT_CLEAN=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.33.2, org.label-schema.schema-version=1.0) 2024-02-10T20:51:15.065 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:14 smithi007 podman[29463]: 2024-02-10 20:51:14.993534002 +0000 UTC m=+1.338982760 container start 55c37f382e69f45cdf5b381831a8a2d75379cf198473a5e11217247638b22083 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-faaf359e-c855-11ee-95b9-87774f69a715-mon-a, org.label-schema.build-date=20240131, GIT_BRANCH=HEAD, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.2, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b) 2024-02-10T20:51:15.101 INFO:teuthology.orchestra.run.smithi007.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-02-10T20:51:15.101 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stdout disabled 2024-02-10T20:51:15.108 INFO:teuthology.orchestra.run.smithi007.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-02-10T20:51:15.108 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stdout inactive 2024-02-10T20:51:15.108 INFO:teuthology.orchestra.run.smithi007.stdout:firewalld.service is not enabled 2024-02-10T20:51:15.108 INFO:teuthology.orchestra.run.smithi007.stdout:Not possible to enable service . firewalld.service is not available 2024-02-10T20:51:15.109 INFO:teuthology.orchestra.run.smithi007.stdout:Waiting for mon to start... 2024-02-10T20:51:15.109 INFO:teuthology.orchestra.run.smithi007.stdout:Waiting for mon... 2024-02-10T20:51:15.336 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:15 smithi007 ceph-mon[29500]: mkfs faaf359e-c855-11ee-95b9-87774f69a715 2024-02-10T20:51:15.336 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:15 smithi007 ceph-mon[29500]: mon.a is new leader, mons a in quorum (ranks 0) 2024-02-10T20:51:15.336 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:15 smithi007 bash[29463]: 55c37f382e69f45cdf5b381831a8a2d75379cf198473a5e11217247638b22083 2024-02-10T20:51:15.336 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:15 smithi007 systemd[1]: Started Ceph mon.a for faaf359e-c855-11ee-95b9-87774f69a715. 2024-02-10T20:51:16.156 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout cluster: 2024-02-10T20:51:16.156 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout id: faaf359e-c855-11ee-95b9-87774f69a715 2024-02-10T20:51:16.156 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-02-10T20:51:16.156 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout 2024-02-10T20:51:16.156 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout services: 2024-02-10T20:51:16.156 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.595096s) 2024-02-10T20:51:16.157 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-02-10T20:51:16.157 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-02-10T20:51:16.157 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout 2024-02-10T20:51:16.157 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout data: 2024-02-10T20:51:16.157 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-02-10T20:51:16.157 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-02-10T20:51:16.157 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-02-10T20:51:16.157 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout pgs: 2024-02-10T20:51:16.157 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout 2024-02-10T20:51:16.157 INFO:teuthology.orchestra.run.smithi007.stdout:mon is available 2024-02-10T20:51:16.157 INFO:teuthology.orchestra.run.smithi007.stdout:Assimilating anything we can from ceph.conf... 2024-02-10T20:51:16.343 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:16 smithi007 ceph-mon[29500]: mon.a is new leader, mons a in quorum (ranks 0) 2024-02-10T20:51:16.343 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:16 smithi007 ceph-mon[29500]: monmap e1: 1 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T20:51:16.343 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:16 smithi007 ceph-mon[29500]: fsmap 2024-02-10T20:51:16.343 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:16 smithi007 ceph-mon[29500]: osdmap e1: 0 total, 0 up, 0 in 2024-02-10T20:51:16.343 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:16 smithi007 ceph-mon[29500]: mgrmap e1: no daemons active 2024-02-10T20:51:16.343 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:16 smithi007 ceph-mon[29500]: from='client.? 172.21.15.7:0/841703320' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-10T20:51:17.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:17 smithi007 ceph-mon[29500]: from='client.? 172.21.15.7:0/1090075640' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-10T20:51:17.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:17 smithi007 ceph-mon[29500]: from='client.? 172.21.15.7:0/1090075640' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-10T20:51:17.304 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout 2024-02-10T20:51:17.304 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout [global] 2024-02-10T20:51:17.304 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout fsid = faaf359e-c855-11ee-95b9-87774f69a715 2024-02-10T20:51:17.304 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.7:3300,v1:172.21.15.7:6789] 2024-02-10T20:51:17.304 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-02-10T20:51:17.304 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-02-10T20:51:17.304 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-02-10T20:51:17.304 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-02-10T20:51:17.304 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout 2024-02-10T20:51:17.304 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout [mgr] 2024-02-10T20:51:17.304 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-02-10T20:51:17.304 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-02-10T20:51:17.304 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout 2024-02-10T20:51:17.305 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout [osd] 2024-02-10T20:51:17.305 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-02-10T20:51:17.305 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-02-10T20:51:17.305 INFO:teuthology.orchestra.run.smithi007.stdout:Generating new minimal ceph.conf... 2024-02-10T20:51:18.163 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:18 smithi007 ceph-mon[29500]: from='client.? 172.21.15.7:0/3608033057' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T20:51:18.425 INFO:teuthology.orchestra.run.smithi007.stdout:Restarting the monitor... 2024-02-10T20:51:18.703 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:18 smithi007 systemd[1]: Stopping Ceph mon.a for faaf359e-c855-11ee-95b9-87774f69a715... 2024-02-10T20:51:19.092 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:18 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mon-a[29477]: 2024-02-10T20:51:18.702+0000 7fc975f8d700 -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-10T20:51:19.092 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:18 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mon-a[29477]: 2024-02-10T20:51:18.702+0000 7fc975f8d700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-02-10T20:51:19.092 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:18 smithi007 podman[29819]: 2024-02-10 20:51:18.815541768 +0000 UTC m=+0.216019732 container died 55c37f382e69f45cdf5b381831a8a2d75379cf198473a5e11217247638b22083 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-faaf359e-c855-11ee-95b9-87774f69a715-mon-a, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_CLEAN=True, org.label-schema.build-date=20240131, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, io.buildah.version=1.33.2, ceph=True) 2024-02-10T20:51:19.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:19 smithi007 podman[29819]: 2024-02-10 20:51:19.191592307 +0000 UTC m=+0.592070271 container cleanup 55c37f382e69f45cdf5b381831a8a2d75379cf198473a5e11217247638b22083 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-faaf359e-c855-11ee-95b9-87774f69a715-mon-a, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, io.buildah.version=1.33.2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240131, org.label-schema.schema-version=1.0) 2024-02-10T20:51:19.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:19 smithi007 bash[29819]: ceph-faaf359e-c855-11ee-95b9-87774f69a715-mon-a 2024-02-10T20:51:19.783 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:19 smithi007 podman[29838]: 2024-02-10 20:51:19.425716458 +0000 UTC m=+0.605521953 container remove 55c37f382e69f45cdf5b381831a8a2d75379cf198473a5e11217247638b22083 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-faaf359e-c855-11ee-95b9-87774f69a715-mon-a, GIT_CLEAN=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.2, maintainer=Guillaume Abrioux , ceph=True, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.build-date=20240131, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2024-02-10T20:51:19.783 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:19 smithi007 systemd[1]: ceph-faaf359e-c855-11ee-95b9-87774f69a715@mon.a.service: Deactivated successfully. 2024-02-10T20:51:19.783 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:19 smithi007 systemd[1]: Stopped Ceph mon.a for faaf359e-c855-11ee-95b9-87774f69a715. 2024-02-10T20:51:19.783 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:19 smithi007 systemd[1]: Starting Ceph mon.a for faaf359e-c855-11ee-95b9-87774f69a715... 2024-02-10T20:51:20.079 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:19 smithi007 podman[29936]: 2024-02-10 20:51:19.685695803 +0000 UTC m=+0.018204345 image pull e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T20:51:20.079 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:19 smithi007 podman[29936]: 2024-02-10 20:51:19.784738882 +0000 UTC m=+0.117247421 container create 30834b937d721c2a061a5114d260c6f2ac50ee9b956d70748253c353d259e678 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-faaf359e-c855-11ee-95b9-87774f69a715-mon-a, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240131, GIT_CLEAN=True, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, io.buildah.version=1.33.2) 2024-02-10T20:51:20.079 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:19 smithi007 podman[29936]: 2024-02-10 20:51:19.987026711 +0000 UTC m=+0.319535251 container init 30834b937d721c2a061a5114d260c6f2ac50ee9b956d70748253c353d259e678 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-faaf359e-c855-11ee-95b9-87774f69a715-mon-a, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.build-date=20240131, CEPH_POINT_RELEASE=, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, maintainer=Guillaume Abrioux , ceph=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.2, org.label-schema.license=GPLv2) 2024-02-10T20:51:20.079 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:19 smithi007 podman[29936]: 2024-02-10 20:51:19.992207279 +0000 UTC m=+0.324715819 container start 30834b937d721c2a061a5114d260c6f2ac50ee9b956d70748253c353d259e678 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-faaf359e-c855-11ee-95b9-87774f69a715-mon-a, GIT_BRANCH=HEAD, org.label-schema.build-date=20240131, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.2, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, ceph=True) 2024-02-10T20:51:20.079 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: set uid:gid to 167:167 (ceph:ceph) 2024-02-10T20:51:20.079 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev), process ceph-mon, pid 7 2024-02-10T20:51:20.079 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: pidfile_write: ignore empty --pid-file 2024-02-10T20:51:20.079 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: load: jerasure load: lrc 2024-02-10T20:51:20.079 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: RocksDB version: 7.9.2 2024-02-10T20:51:20.079 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Git sha 0 2024-02-10T20:51:20.080 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Compile date 2024-02-10 16:03:39 2024-02-10T20:51:20.080 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: DB SUMMARY 2024-02-10T20:51:20.080 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: DB Session ID: XO7Y14GAP7UXP7M5UWUO 2024-02-10T20:51:20.080 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: CURRENT file: CURRENT 2024-02-10T20:51:20.080 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: IDENTITY file: IDENTITY 2024-02-10T20:51:20.080 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-02-10T20:51:20.080 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-02-10T20:51:20.080 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 84595 ; 2024-02-10T20:51:20.081 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.error_if_exists: 0 2024-02-10T20:51:20.081 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.create_if_missing: 0 2024-02-10T20:51:20.081 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.paranoid_checks: 1 2024-02-10T20:51:20.081 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.flush_verify_memtable_count: 1 2024-02-10T20:51:20.081 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-02-10T20:51:20.081 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-02-10T20:51:20.081 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.env: 0x55c76e14dae0 2024-02-10T20:51:20.081 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.fs: PosixFileSystem 2024-02-10T20:51:20.081 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.info_log: 0x55c76f3a39c0 2024-02-10T20:51:20.081 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.max_file_opening_threads: 16 2024-02-10T20:51:20.082 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.statistics: (nil) 2024-02-10T20:51:20.082 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.use_fsync: 0 2024-02-10T20:51:20.082 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.max_log_file_size: 0 2024-02-10T20:51:20.082 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-10T20:51:20.082 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.log_file_time_to_roll: 0 2024-02-10T20:51:20.082 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.keep_log_file_num: 1000 2024-02-10T20:51:20.082 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.recycle_log_file_num: 0 2024-02-10T20:51:20.082 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.allow_fallocate: 1 2024-02-10T20:51:20.082 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.allow_mmap_reads: 0 2024-02-10T20:51:20.082 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.allow_mmap_writes: 0 2024-02-10T20:51:20.082 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.use_direct_reads: 0 2024-02-10T20:51:20.082 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-10T20:51:20.082 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.create_missing_column_families: 0 2024-02-10T20:51:20.083 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.db_log_dir: 2024-02-10T20:51:20.083 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.wal_dir: 2024-02-10T20:51:20.083 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.table_cache_numshardbits: 6 2024-02-10T20:51:20.083 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.WAL_ttl_seconds: 0 2024-02-10T20:51:20.083 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.WAL_size_limit_MB: 0 2024-02-10T20:51:20.083 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-10T20:51:20.083 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-10T20:51:20.083 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.is_fd_close_on_exec: 1 2024-02-10T20:51:20.083 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.advise_random_on_open: 1 2024-02-10T20:51:20.083 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.db_write_buffer_size: 0 2024-02-10T20:51:20.083 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.write_buffer_manager: 0x55c76f377400 2024-02-10T20:51:20.083 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-10T20:51:20.083 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-10T20:51:20.084 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.use_adaptive_mutex: 0 2024-02-10T20:51:20.084 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.rate_limiter: (nil) 2024-02-10T20:51:20.084 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-10T20:51:20.084 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.wal_recovery_mode: 2 2024-02-10T20:51:20.084 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.enable_thread_tracking: 0 2024-02-10T20:51:20.084 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.enable_pipelined_write: 0 2024-02-10T20:51:20.084 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.unordered_write: 0 2024-02-10T20:51:20.084 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-10T20:51:20.084 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-10T20:51:20.084 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-10T20:51:20.084 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-10T20:51:20.084 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.row_cache: None 2024-02-10T20:51:20.085 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.wal_filter: None 2024-02-10T20:51:20.085 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-10T20:51:20.085 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.allow_ingest_behind: 0 2024-02-10T20:51:20.085 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.two_write_queues: 0 2024-02-10T20:51:20.085 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.manual_wal_flush: 0 2024-02-10T20:51:20.085 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.wal_compression: 0 2024-02-10T20:51:20.085 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.atomic_flush: 0 2024-02-10T20:51:20.085 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-10T20:51:20.085 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.persist_stats_to_disk: 0 2024-02-10T20:51:20.085 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.write_dbid_to_manifest: 0 2024-02-10T20:51:20.085 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.log_readahead_size: 0 2024-02-10T20:51:20.085 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-02-10T20:51:20.085 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.best_efforts_recovery: 0 2024-02-10T20:51:20.085 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-02-10T20:51:20.086 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-02-10T20:51:20.086 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.allow_data_in_errors: 0 2024-02-10T20:51:20.086 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.db_host_id: __hostname__ 2024-02-10T20:51:20.086 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.enforce_single_del_contracts: true 2024-02-10T20:51:20.086 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.max_background_jobs: 2 2024-02-10T20:51:20.086 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.max_background_compactions: -1 2024-02-10T20:51:20.086 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.max_subcompactions: 1 2024-02-10T20:51:20.086 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-10T20:51:20.086 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-10T20:51:20.086 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.delayed_write_rate : 16777216 2024-02-10T20:51:20.086 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.max_total_wal_size: 0 2024-02-10T20:51:20.086 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-10T20:51:20.086 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.stats_dump_period_sec: 600 2024-02-10T20:51:20.086 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.stats_persist_period_sec: 600 2024-02-10T20:51:20.086 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-10T20:51:20.086 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.max_open_files: -1 2024-02-10T20:51:20.087 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.bytes_per_sync: 0 2024-02-10T20:51:20.087 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.wal_bytes_per_sync: 0 2024-02-10T20:51:20.087 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.strict_bytes_per_sync: 0 2024-02-10T20:51:20.087 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.compaction_readahead_size: 0 2024-02-10T20:51:20.087 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.max_background_flushes: -1 2024-02-10T20:51:20.087 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Compression algorithms supported: 2024-02-10T20:51:20.087 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-10T20:51:20.087 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: kZSTD supported: 0 2024-02-10T20:51:20.087 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: kXpressCompression supported: 0 2024-02-10T20:51:20.087 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: kLZ4HCCompression supported: 1 2024-02-10T20:51:20.087 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: kZlibCompression supported: 1 2024-02-10T20:51:20.087 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: kSnappyCompression supported: 1 2024-02-10T20:51:20.087 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: kLZ4Compression supported: 1 2024-02-10T20:51:20.087 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: kBZip2Compression supported: 0 2024-02-10T20:51:20.087 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Fast CRC32 supported: Supported on x86 2024-02-10T20:51:20.087 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: DMutex implementation: pthread_mutex_t 2024-02-10T20:51:20.088 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-02-10T20:51:20.088 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-02-10T20:51:20.088 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-10T20:51:20.088 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.merge_operator: 2024-02-10T20:51:20.088 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.compaction_filter: None 2024-02-10T20:51:20.088 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.compaction_filter_factory: None 2024-02-10T20:51:20.088 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.sst_partitioner_factory: None 2024-02-10T20:51:20.088 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.memtable_factory: SkipListFactory 2024-02-10T20:51:20.088 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.table_factory: BlockBasedTable 2024-02-10T20:51:20.088 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c76f3a3ac0) 2024-02-10T20:51:20.088 INFO:journalctl@ceph.mon.a.smithi007.stdout: cache_index_and_filter_blocks: 1 2024-02-10T20:51:20.088 INFO:journalctl@ceph.mon.a.smithi007.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-10T20:51:20.088 INFO:journalctl@ceph.mon.a.smithi007.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-10T20:51:20.088 INFO:journalctl@ceph.mon.a.smithi007.stdout: pin_top_level_index_and_filter: 1 2024-02-10T20:51:20.088 INFO:journalctl@ceph.mon.a.smithi007.stdout: index_type: 0 2024-02-10T20:51:20.089 INFO:journalctl@ceph.mon.a.smithi007.stdout: data_block_index_type: 0 2024-02-10T20:51:20.089 INFO:journalctl@ceph.mon.a.smithi007.stdout: index_shortening: 1 2024-02-10T20:51:20.089 INFO:journalctl@ceph.mon.a.smithi007.stdout: data_block_hash_table_util_ratio: 0.750000 2024-02-10T20:51:20.089 INFO:journalctl@ceph.mon.a.smithi007.stdout: checksum: 4 2024-02-10T20:51:20.089 INFO:journalctl@ceph.mon.a.smithi007.stdout: no_block_cache: 0 2024-02-10T20:51:20.089 INFO:journalctl@ceph.mon.a.smithi007.stdout: block_cache: 0x55c76f3a91f0 2024-02-10T20:51:20.089 INFO:journalctl@ceph.mon.a.smithi007.stdout: block_cache_name: BinnedLRUCache 2024-02-10T20:51:20.089 INFO:journalctl@ceph.mon.a.smithi007.stdout: block_cache_options: 2024-02-10T20:51:20.089 INFO:journalctl@ceph.mon.a.smithi007.stdout: capacity : 536870912 2024-02-10T20:51:20.089 INFO:journalctl@ceph.mon.a.smithi007.stdout: num_shard_bits : 4 2024-02-10T20:51:20.089 INFO:journalctl@ceph.mon.a.smithi007.stdout: strict_capacity_limit : 0 2024-02-10T20:51:20.089 INFO:journalctl@ceph.mon.a.smithi007.stdout: high_pri_pool_ratio: 0.000 2024-02-10T20:51:20.089 INFO:journalctl@ceph.mon.a.smithi007.stdout: block_cache_compressed: (nil) 2024-02-10T20:51:20.089 INFO:journalctl@ceph.mon.a.smithi007.stdout: persistent_cache: (nil) 2024-02-10T20:51:20.089 INFO:journalctl@ceph.mon.a.smithi007.stdout: block_size: 4096 2024-02-10T20:51:20.089 INFO:journalctl@ceph.mon.a.smithi007.stdout: block_size_deviation: 10 2024-02-10T20:51:20.089 INFO:journalctl@ceph.mon.a.smithi007.stdout: block_restart_interval: 16 2024-02-10T20:51:20.090 INFO:journalctl@ceph.mon.a.smithi007.stdout: index_block_restart_interval: 1 2024-02-10T20:51:20.090 INFO:journalctl@ceph.mon.a.smithi007.stdout: metadata_block_size: 4096 2024-02-10T20:51:20.090 INFO:journalctl@ceph.mon.a.smithi007.stdout: partition_filters: 0 2024-02-10T20:51:20.090 INFO:journalctl@ceph.mon.a.smithi007.stdout: use_delta_encoding: 1 2024-02-10T20:51:20.090 INFO:journalctl@ceph.mon.a.smithi007.stdout: filter_policy: bloomfilter 2024-02-10T20:51:20.090 INFO:journalctl@ceph.mon.a.smithi007.stdout: whole_key_filtering: 1 2024-02-10T20:51:20.090 INFO:journalctl@ceph.mon.a.smithi007.stdout: verify_compression: 0 2024-02-10T20:51:20.090 INFO:journalctl@ceph.mon.a.smithi007.stdout: read_amp_bytes_per_bit: 0 2024-02-10T20:51:20.091 INFO:journalctl@ceph.mon.a.smithi007.stdout: format_version: 5 2024-02-10T20:51:20.091 INFO:journalctl@ceph.mon.a.smithi007.stdout: enable_index_compression: 1 2024-02-10T20:51:20.091 INFO:journalctl@ceph.mon.a.smithi007.stdout: block_align: 0 2024-02-10T20:51:20.091 INFO:journalctl@ceph.mon.a.smithi007.stdout: max_auto_readahead_size: 262144 2024-02-10T20:51:20.091 INFO:journalctl@ceph.mon.a.smithi007.stdout: prepopulate_block_cache: 0 2024-02-10T20:51:20.091 INFO:journalctl@ceph.mon.a.smithi007.stdout: initial_auto_readahead_size: 8192 2024-02-10T20:51:20.091 INFO:journalctl@ceph.mon.a.smithi007.stdout: num_file_reads_for_auto_readahead: 2 2024-02-10T20:51:20.091 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.write_buffer_size: 33554432 2024-02-10T20:51:20.091 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.max_write_buffer_number: 2 2024-02-10T20:51:20.091 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.compression: NoCompression 2024-02-10T20:51:20.091 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.bottommost_compression: Disabled 2024-02-10T20:51:20.091 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.prefix_extractor: nullptr 2024-02-10T20:51:20.091 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-10T20:51:20.091 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.num_levels: 7 2024-02-10T20:51:20.092 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-10T20:51:20.092 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-10T20:51:20.092 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-10T20:51:20.092 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-10T20:51:20.092 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-10T20:51:20.092 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-10T20:51:20.092 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-10T20:51:20.092 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-10T20:51:20.092 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-02-10T20:51:20.092 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-10T20:51:20.092 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-02-10T20:51:20.092 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-02-10T20:51:20.092 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.compression_opts.window_bits: -14 2024-02-10T20:51:20.092 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.compression_opts.level: 32767 2024-02-10T20:51:20.093 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.compression_opts.strategy: 0 2024-02-10T20:51:20.093 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-10T20:51:20.093 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-10T20:51:20.093 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-02-10T20:51:20.093 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-02-10T20:51:20.093 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.compression_opts.enabled: false 2024-02-10T20:51:20.093 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-02-10T20:51:20.093 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-10T20:51:20.093 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-10T20:51:20.093 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-10T20:51:20.093 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.target_file_size_base: 67108864 2024-02-10T20:51:20.093 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.target_file_size_multiplier: 1 2024-02-10T20:51:20.093 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-10T20:51:20.093 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-10T20:51:20.093 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-10T20:51:20.093 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-10T20:51:20.093 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-10T20:51:20.094 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-10T20:51:20.094 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-10T20:51:20.094 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-10T20:51:20.094 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-10T20:51:20.094 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-10T20:51:20.094 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-10T20:51:20.094 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-10T20:51:20.094 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-02-10T20:51:20.094 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.arena_block_size: 1048576 2024-02-10T20:51:20.094 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-10T20:51:20.094 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-10T20:51:20.094 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.disable_auto_compactions: 0 2024-02-10T20:51:20.094 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-10T20:51:20.094 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-10T20:51:20.095 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-10T20:51:20.095 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-10T20:51:20.095 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-10T20:51:20.095 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-10T20:51:20.095 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-10T20:51:20.095 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-10T20:51:20.095 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-10T20:51:20.095 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-10T20:51:20.095 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.table_properties_collectors: 2024-02-10T20:51:20.095 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.inplace_update_support: 0 2024-02-10T20:51:20.095 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.inplace_update_num_locks: 10000 2024-02-10T20:51:20.095 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-10T20:51:20.095 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-10T20:51:20.096 INFO:teuthology.orchestra.run.smithi007.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-02-10T20:51:20.096 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.memtable_huge_page_size: 0 2024-02-10T20:51:20.096 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.bloom_locality: 0 2024-02-10T20:51:20.096 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.max_successive_merges: 0 2024-02-10T20:51:20.096 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.optimize_filters_for_hits: 0 2024-02-10T20:51:20.097 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.paranoid_file_checks: 0 2024-02-10T20:51:20.097 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.force_consistency_checks: 1 2024-02-10T20:51:20.097 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.report_bg_io_stats: 0 2024-02-10T20:51:20.097 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.ttl: 2592000 2024-02-10T20:51:20.097 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.periodic_compaction_seconds: 0 2024-02-10T20:51:20.097 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-02-10T20:51:20.097 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-02-10T20:51:20.097 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.enable_blob_files: false 2024-02-10T20:51:20.097 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.min_blob_size: 0 2024-02-10T20:51:20.097 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.blob_file_size: 268435456 2024-02-10T20:51:20.097 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.blob_compression_type: NoCompression 2024-02-10T20:51:20.097 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.enable_blob_garbage_collection: false 2024-02-10T20:51:20.097 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-02-10T20:51:20.097 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-02-10T20:51:20.097 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-02-10T20:51:20.098 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.blob_file_starting_level: 0 2024-02-10T20:51:20.098 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-02-10T20:51:20.098 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: 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-10T20:51:20.098 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-02-10T20:51:20.098 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 4b7c913c-b331-435e-a647-78efe279b391 2024-02-10T20:51:20.098 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707598280021824, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-02-10T20:51:20.098 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-02-10T20:51:20.098 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707598280023095, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81220, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 252, "table_properties": {"data_size": 79407, "index_size": 223, "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": 10027, "raw_average_key_size": 47, "raw_value_size": 73716, "raw_average_value_size": 349, "num_data_blocks": 10, "num_entries": 211, "num_filter_entries": 211, "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": 1707598280, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "4b7c913c-b331-435e-a647-78efe279b391", "db_session_id": "XO7Y14GAP7UXP7M5UWUO", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-02-10T20:51:20.098 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707598280023205, "job": 1, "event": "recovery_finished"} 2024-02-10T20:51:20.098 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-02-10T20:51:20.098 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: 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-10T20:51:20.098 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55c76f49c000 2024-02-10T20:51:20.098 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: DB pointer 0x55c76f486000 2024-02-10T20:51:20.098 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-02-10T20:51:20.099 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-02-10T20:51:20.099 INFO:journalctl@ceph.mon.a.smithi007.stdout: ** DB Stats ** 2024-02-10T20:51:20.099 INFO:journalctl@ceph.mon.a.smithi007.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T20:51:20.099 INFO:journalctl@ceph.mon.a.smithi007.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-10T20:51:20.099 INFO:journalctl@ceph.mon.a.smithi007.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T20:51:20.099 INFO:journalctl@ceph.mon.a.smithi007.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T20:51:20.099 INFO:journalctl@ceph.mon.a.smithi007.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-10T20:51:20.099 INFO:journalctl@ceph.mon.a.smithi007.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T20:51:20.099 INFO:journalctl@ceph.mon.a.smithi007.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T20:51:20.099 INFO:journalctl@ceph.mon.a.smithi007.stdout: 2024-02-10T20:51:20.099 INFO:journalctl@ceph.mon.a.smithi007.stdout: ** Compaction Stats [default] ** 2024-02-10T20:51:20.099 INFO:journalctl@ceph.mon.a.smithi007.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-10T20:51:20.099 INFO:journalctl@ceph.mon.a.smithi007.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-02-10T20:51:20.099 INFO:journalctl@ceph.mon.a.smithi007.stdout: L0 2/0 81.15 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 103.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-10T20:51:20.099 INFO:journalctl@ceph.mon.a.smithi007.stdout: Sum 2/0 81.15 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 103.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-10T20:51:20.099 INFO:journalctl@ceph.mon.a.smithi007.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 103.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-10T20:51:20.099 INFO:journalctl@ceph.mon.a.smithi007.stdout: 2024-02-10T20:51:20.100 INFO:journalctl@ceph.mon.a.smithi007.stdout: ** Compaction Stats [default] ** 2024-02-10T20:51:20.100 INFO:journalctl@ceph.mon.a.smithi007.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-10T20:51:20.100 INFO:journalctl@ceph.mon.a.smithi007.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T20:51:20.100 INFO:journalctl@ceph.mon.a.smithi007.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 103.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-10T20:51:20.100 INFO:journalctl@ceph.mon.a.smithi007.stdout: 2024-02-10T20:51:20.100 INFO:journalctl@ceph.mon.a.smithi007.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-02-10T20:51:20.100 INFO:journalctl@ceph.mon.a.smithi007.stdout: 2024-02-10T20:51:20.100 INFO:journalctl@ceph.mon.a.smithi007.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T20:51:20.100 INFO:journalctl@ceph.mon.a.smithi007.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T20:51:20.100 INFO:journalctl@ceph.mon.a.smithi007.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T20:51:20.100 INFO:journalctl@ceph.mon.a.smithi007.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T20:51:20.100 INFO:journalctl@ceph.mon.a.smithi007.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T20:51:20.100 INFO:journalctl@ceph.mon.a.smithi007.stdout: AddFile(Keys): cumulative 0, interval 0 2024-02-10T20:51:20.100 INFO:journalctl@ceph.mon.a.smithi007.stdout: Cumulative compaction: 0.00 GB write, 19.24 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T20:51:20.100 INFO:journalctl@ceph.mon.a.smithi007.stdout: Interval compaction: 0.00 GB write, 19.24 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T20:51:20.101 INFO:journalctl@ceph.mon.a.smithi007.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-10T20:51:20.101 INFO:journalctl@ceph.mon.a.smithi007.stdout: Block cache BinnedLRUCache@0x55c76f3a91f0#7 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-02-10T20:51:20.101 INFO:journalctl@ceph.mon.a.smithi007.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2024-02-10T20:51:20.101 INFO:journalctl@ceph.mon.a.smithi007.stdout: 2024-02-10T20:51:20.101 INFO:journalctl@ceph.mon.a.smithi007.stdout: ** File Read Latency Histogram By Level [default] ** 2024-02-10T20:51:20.101 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: starting mon.a rank 0 at public addrs [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] at bind addrs [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid faaf359e-c855-11ee-95b9-87774f69a715 2024-02-10T20:51:20.101 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: mon.a@-1(???) e1 preinit fsid faaf359e-c855-11ee-95b9-87774f69a715 2024-02-10T20:51:20.101 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: mon.a@-1(???).mds e1 new map 2024-02-10T20:51:20.101 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: mon.a@-1(???).mds e1 print_map 2024-02-10T20:51:20.101 INFO:journalctl@ceph.mon.a.smithi007.stdout: e1 2024-02-10T20:51:20.101 INFO:journalctl@ceph.mon.a.smithi007.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-02-10T20:51:20.101 INFO:journalctl@ceph.mon.a.smithi007.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-10T20:51:20.101 INFO:journalctl@ceph.mon.a.smithi007.stdout: legacy client fscid: -1 2024-02-10T20:51:20.101 INFO:journalctl@ceph.mon.a.smithi007.stdout: 2024-02-10T20:51:20.102 INFO:journalctl@ceph.mon.a.smithi007.stdout: No filesystems configured 2024-02-10T20:51:20.102 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-10T20:51:20.102 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T20:51:20.102 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T20:51:20.102 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T20:51:20.102 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-10T20:51:20.102 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 bash[29936]: 30834b937d721c2a061a5114d260c6f2ac50ee9b956d70748253c353d259e678 2024-02-10T20:51:20.102 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 systemd[1]: Started Ceph mon.a for faaf359e-c855-11ee-95b9-87774f69a715. 2024-02-10T20:51:20.417 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: mon.a is new leader, mons a in quorum (ranks 0) 2024-02-10T20:51:20.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: monmap e1: 1 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T20:51:20.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: fsmap 2024-02-10T20:51:20.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: osdmap e1: 0 total, 0 up, 0 in 2024-02-10T20:51:20.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:20 smithi007 ceph-mon[29973]: mgrmap e1: no daemons active 2024-02-10T20:51:21.529 INFO:teuthology.orchestra.run.smithi007.stdout:Wrote config to /etc/ceph/ceph.conf 2024-02-10T20:51:21.551 INFO:teuthology.orchestra.run.smithi007.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-10T20:51:21.551 INFO:teuthology.orchestra.run.smithi007.stdout:Creating mgr... 2024-02-10T20:51:21.551 INFO:teuthology.orchestra.run.smithi007.stdout:Verifying port 0.0.0.0:9283 ... 2024-02-10T20:51:21.552 INFO:teuthology.orchestra.run.smithi007.stdout:Verifying port 0.0.0.0:8765 ... 2024-02-10T20:51:21.796 INFO:teuthology.orchestra.run.smithi007.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-faaf359e-c855-11ee-95b9-87774f69a715@mgr.a 2024-02-10T20:51:21.796 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stderr Failed to reset failed state of unit ceph-faaf359e-c855-11ee-95b9-87774f69a715@mgr.a.service: Unit ceph-faaf359e-c855-11ee-95b9-87774f69a715@mgr.a.service not loaded. 2024-02-10T20:51:21.941 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-faaf359e-c855-11ee-95b9-87774f69a715.target.wants/ceph-faaf359e-c855-11ee-95b9-87774f69a715@mgr.a.service → /etc/systemd/system/ceph-faaf359e-c855-11ee-95b9-87774f69a715@.service. 2024-02-10T20:51:22.153 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:21 smithi007 ceph-mon[29973]: from='client.? 172.21.15.7:0/4245474148' entity='client.admin' 2024-02-10T20:51:22.418 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:22 smithi007 podman[30211]: 2024-02-10 20:51:22.352655611 +0000 UTC m=+0.294982716 container start 6ab8814d828dfa577a8a5e8c51def76a188d37ac78a8b7de686511118efcb8a8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a, ceph=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.build-date=20240131, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, io.buildah.version=1.33.2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b) 2024-02-10T20:51:22.469 INFO:teuthology.orchestra.run.smithi007.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-02-10T20:51:22.470 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stdout disabled 2024-02-10T20:51:22.477 INFO:teuthology.orchestra.run.smithi007.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-02-10T20:51:22.477 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stdout inactive 2024-02-10T20:51:22.477 INFO:teuthology.orchestra.run.smithi007.stdout:firewalld.service is not enabled 2024-02-10T20:51:22.477 INFO:teuthology.orchestra.run.smithi007.stdout:Not possible to enable service . firewalld.service is not available 2024-02-10T20:51:22.486 INFO:teuthology.orchestra.run.smithi007.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-02-10T20:51:22.486 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stdout disabled 2024-02-10T20:51:22.494 INFO:teuthology.orchestra.run.smithi007.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-02-10T20:51:22.494 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stdout inactive 2024-02-10T20:51:22.494 INFO:teuthology.orchestra.run.smithi007.stdout:firewalld.service is not enabled 2024-02-10T20:51:22.494 INFO:teuthology.orchestra.run.smithi007.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-02-10T20:51:22.494 INFO:teuthology.orchestra.run.smithi007.stdout:Waiting for mgr to start... 2024-02-10T20:51:22.494 INFO:teuthology.orchestra.run.smithi007.stdout:Waiting for mgr... 2024-02-10T20:51:22.729 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:22 smithi007 bash[30211]: 6ab8814d828dfa577a8a5e8c51def76a188d37ac78a8b7de686511118efcb8a8 2024-02-10T20:51:22.729 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:22 smithi007 systemd[1]: Started Ceph mgr.a for faaf359e-c855-11ee-95b9-87774f69a715. 2024-02-10T20:51:23.026 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:22.928+0000 7f5902d19200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:51:23.026 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:23 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:23.025+0000 7f5902d19200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:51:23.361 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:23 smithi007 ceph-mon[29973]: from='client.? 172.21.15.7:0/1528791616' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T20:51:23.667 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout 2024-02-10T20:51:23.667 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout { 2024-02-10T20:51:23.667 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "fsid": "faaf359e-c855-11ee-95b9-87774f69a715", 2024-02-10T20:51:23.667 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "health": { 2024-02-10T20:51:23.667 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-10T20:51:23.667 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-10T20:51:23.667 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-10T20:51:23.667 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:51:23.667 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-10T20:51:23.667 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-10T20:51:23.668 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout 0 2024-02-10T20:51:23.668 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:51:23.668 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-10T20:51:23.668 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "a" 2024-02-10T20:51:23.668 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:51:23.668 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-02-10T20:51:23.668 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-10T20:51:23.668 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:51:23.668 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-10T20:51:23.668 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-10T20:51:23.668 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:51:23.668 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-10T20:51:23.668 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:51:23.668 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-10T20:51:23.668 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-10T20:51:23.669 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-10T20:51:23.669 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-10T20:51:23.669 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-10T20:51:23.669 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-10T20:51:23.672 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:51:23.672 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-10T20:51:23.672 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-10T20:51:23.672 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-10T20:51:23.672 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-10T20:51:23.672 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-10T20:51:23.672 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-10T20:51:23.673 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-10T20:51:23.673 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-10T20:51:23.673 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-10T20:51:23.673 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:51:23.673 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-10T20:51:23.673 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:51:23.673 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-10T20:51:23.673 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-10T20:51:23.673 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:51:23.673 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-10T20:51:23.673 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-10T20:51:23.673 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-10T20:51:23.673 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-10T20:51:23.673 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-10T20:51:23.674 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-10T20:51:23.674 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "restful" 2024-02-10T20:51:23.674 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:51:23.674 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T20:51:23.674 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:51:23.674 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-10T20:51:23.674 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:51:23.674 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "modified": "2024-02-10T20:51:15.062504+0000", 2024-02-10T20:51:23.674 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T20:51:23.674 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:51:23.674 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-10T20:51:23.674 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout } 2024-02-10T20:51:23.674 INFO:teuthology.orchestra.run.smithi007.stdout:mgr not available, waiting (1/15)... 2024-02-10T20:51:23.917 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:23 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:23.694+0000 7f5902d19200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:51:23.917 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:23 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:23.788+0000 7f5902d19200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:51:24.378 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:23 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:23.931+0000 7f5902d19200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:51:24.378 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:24 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:24.028+0000 7f5902d19200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:51:24.379 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:24 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:24.112+0000 7f5902d19200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:51:24.379 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:24 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:24.377+0000 7f5902d19200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:51:24.667 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:24 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:24.488+0000 7f5902d19200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:51:24.667 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:24 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:24.576+0000 7f5902d19200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:51:25.167 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:24 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:24.672+0000 7f5902d19200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:51:25.167 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:24 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:24.848+0000 7f5902d19200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:51:26.123 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:25 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:25.868+0000 7f5902d19200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:51:26.123 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:26 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:26.019+0000 7f5902d19200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:51:26.667 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:26 smithi007 ceph-mon[29973]: from='client.? 172.21.15.7:0/3073334092' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T20:51:26.668 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:26 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:26.377+0000 7f5902d19200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:51:26.668 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:26 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:26.482+0000 7f5902d19200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:51:26.985 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:26 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:26.681+0000 7f5902d19200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:51:26.985 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:26 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:26.868+0000 7f5902d19200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:51:26.988 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout 2024-02-10T20:51:26.991 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout { 2024-02-10T20:51:26.991 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "fsid": "faaf359e-c855-11ee-95b9-87774f69a715", 2024-02-10T20:51:26.991 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "health": { 2024-02-10T20:51:26.991 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-10T20:51:26.991 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-10T20:51:26.991 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-10T20:51:26.991 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:51:26.991 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-10T20:51:26.991 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-10T20:51:26.991 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout 0 2024-02-10T20:51:26.991 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:51:26.991 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-10T20:51:26.991 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "a" 2024-02-10T20:51:26.991 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:51:26.991 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-02-10T20:51:26.992 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-10T20:51:26.992 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:51:26.992 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-10T20:51:26.992 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-10T20:51:26.992 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:51:26.992 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-10T20:51:26.992 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:51:26.992 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-10T20:51:26.992 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-10T20:51:26.992 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-10T20:51:26.992 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-10T20:51:26.992 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-10T20:51:26.992 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-10T20:51:26.996 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:51:26.996 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-10T20:51:26.996 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-10T20:51:26.996 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-10T20:51:26.996 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-10T20:51:26.996 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-10T20:51:26.996 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-10T20:51:26.996 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-10T20:51:26.996 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-10T20:51:26.996 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-10T20:51:26.996 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:51:26.997 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-10T20:51:26.997 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:51:26.997 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-10T20:51:26.997 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-10T20:51:26.997 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:51:26.997 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-10T20:51:26.997 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-10T20:51:26.997 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-10T20:51:26.997 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-10T20:51:26.997 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-10T20:51:26.997 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-10T20:51:26.997 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "restful" 2024-02-10T20:51:26.997 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:51:26.997 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T20:51:26.998 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:51:26.998 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-10T20:51:26.998 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:51:26.998 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "modified": "2024-02-10T20:51:15.062504+0000", 2024-02-10T20:51:26.998 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T20:51:26.998 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:51:26.998 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-10T20:51:26.998 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout } 2024-02-10T20:51:26.998 INFO:teuthology.orchestra.run.smithi007.stdout:mgr not available, waiting (2/15)... 2024-02-10T20:51:27.417 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:27 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:27.159+0000 7f5902d19200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:51:27.917 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:27 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:27.419+0000 7f5902d19200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:51:27.917 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:27 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:27.658+0000 7f5902d19200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:51:28.917 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:28 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:28.478+0000 7f5902d19200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:51:29.379 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:29 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:29.060+0000 7f5902d19200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:51:29.379 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:29 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:29.160+0000 7f5902d19200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:51:29.667 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:29 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:29.384+0000 7f5902d19200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:51:29.668 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:29 smithi007 ceph-mon[29973]: Activating manager daemon a 2024-02-10T20:51:29.668 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:29 smithi007 ceph-mon[29973]: mgrmap e2: a(active, starting, since 0.00292528s) 2024-02-10T20:51:29.668 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:29 smithi007 ceph-mon[29973]: from='mgr.14100 172.21.15.7:0/501105360' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T20:51:29.668 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:29 smithi007 ceph-mon[29973]: from='mgr.14100 172.21.15.7:0/501105360' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T20:51:29.668 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:29 smithi007 ceph-mon[29973]: from='mgr.14100 172.21.15.7:0/501105360' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T20:51:29.668 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:29 smithi007 ceph-mon[29973]: from='mgr.14100 172.21.15.7:0/501105360' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T20:51:29.668 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:29 smithi007 ceph-mon[29973]: from='mgr.14100 172.21.15.7:0/501105360' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T20:51:29.668 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:29 smithi007 ceph-mon[29973]: Manager daemon a is now available 2024-02-10T20:51:29.668 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:29 smithi007 ceph-mon[29973]: from='mgr.14100 172.21.15.7:0/501105360' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T20:51:29.669 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:29 smithi007 ceph-mon[29973]: from='mgr.14100 172.21.15.7:0/501105360' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T20:51:29.669 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:29 smithi007 ceph-mon[29973]: from='mgr.14100 172.21.15.7:0/501105360' entity='mgr.a' 2024-02-10T20:51:29.669 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:29 smithi007 ceph-mon[29973]: from='mgr.14100 172.21.15.7:0/501105360' entity='mgr.a' 2024-02-10T20:51:29.669 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:29 smithi007 ceph-mon[29973]: from='mgr.14100 172.21.15.7:0/501105360' entity='mgr.a' 2024-02-10T20:51:30.338 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout 2024-02-10T20:51:30.338 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout { 2024-02-10T20:51:30.338 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "fsid": "faaf359e-c855-11ee-95b9-87774f69a715", 2024-02-10T20:51:30.338 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "health": { 2024-02-10T20:51:30.338 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-10T20:51:30.338 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-10T20:51:30.339 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-10T20:51:30.339 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:51:30.339 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-10T20:51:30.339 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-10T20:51:30.339 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout 0 2024-02-10T20:51:30.339 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:51:30.339 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-10T20:51:30.339 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "a" 2024-02-10T20:51:30.339 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:51:30.339 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-02-10T20:51:30.339 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-10T20:51:30.339 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:51:30.339 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-10T20:51:30.339 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-10T20:51:30.340 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:51:30.340 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-10T20:51:30.340 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:51:30.340 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-10T20:51:30.340 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-10T20:51:30.340 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-10T20:51:30.340 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-10T20:51:30.340 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-10T20:51:30.340 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-10T20:51:30.343 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:51:30.343 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-10T20:51:30.344 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-10T20:51:30.344 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-10T20:51:30.344 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-10T20:51:30.344 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-10T20:51:30.344 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-10T20:51:30.344 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-10T20:51:30.344 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-10T20:51:30.344 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-10T20:51:30.344 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:51:30.344 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-10T20:51:30.344 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:51:30.344 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-10T20:51:30.344 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-10T20:51:30.345 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:51:30.345 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-10T20:51:30.345 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-10T20:51:30.345 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-10T20:51:30.345 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-10T20:51:30.345 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-10T20:51:30.345 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-10T20:51:30.345 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "restful" 2024-02-10T20:51:30.345 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:51:30.345 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T20:51:30.345 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:51:30.345 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-10T20:51:30.345 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:51:30.345 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "modified": "2024-02-10T20:51:15.062504+0000", 2024-02-10T20:51:30.346 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T20:51:30.346 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:51:30.346 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-10T20:51:30.346 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout } 2024-02-10T20:51:30.346 INFO:teuthology.orchestra.run.smithi007.stdout:mgr not available, waiting (3/15)... 2024-02-10T20:51:30.667 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:30 smithi007 ceph-mon[29973]: from='client.? 172.21.15.7:0/2219287920' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T20:51:30.667 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:30 smithi007 ceph-mon[29973]: mgrmap e3: a(active, since 1.00727s) 2024-02-10T20:51:32.743 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:32 smithi007 ceph-mon[29973]: mgrmap e4: a(active, since 2s) 2024-02-10T20:51:33.755 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:33 smithi007 ceph-mon[29973]: from='client.? 172.21.15.7:0/2930005222' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T20:51:33.763 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout 2024-02-10T20:51:33.764 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout { 2024-02-10T20:51:33.764 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "fsid": "faaf359e-c855-11ee-95b9-87774f69a715", 2024-02-10T20:51:33.764 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "health": { 2024-02-10T20:51:33.764 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-10T20:51:33.764 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-10T20:51:33.764 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-10T20:51:33.764 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:51:33.764 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-10T20:51:33.764 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-10T20:51:33.764 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout 0 2024-02-10T20:51:33.764 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:51:33.764 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-10T20:51:33.765 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "a" 2024-02-10T20:51:33.765 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:51:33.765 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "quorum_age": 13, 2024-02-10T20:51:33.765 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-10T20:51:33.765 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:51:33.765 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-10T20:51:33.765 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-10T20:51:33.765 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:51:33.765 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-10T20:51:33.765 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:51:33.765 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-10T20:51:33.765 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-10T20:51:33.765 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-10T20:51:33.765 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-10T20:51:33.766 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-10T20:51:33.766 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-10T20:51:33.766 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:51:33.766 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-10T20:51:33.766 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-10T20:51:33.766 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-10T20:51:33.766 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-10T20:51:33.766 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-10T20:51:33.766 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-10T20:51:33.766 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-10T20:51:33.766 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-10T20:51:33.766 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-10T20:51:33.766 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:51:33.766 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-10T20:51:33.767 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:51:33.767 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-10T20:51:33.767 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-10T20:51:33.767 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:51:33.767 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-10T20:51:33.767 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-10T20:51:33.767 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-10T20:51:33.767 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-10T20:51:33.767 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-10T20:51:33.767 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-10T20:51:33.767 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "restful" 2024-02-10T20:51:33.767 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:51:33.767 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T20:51:33.767 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:51:33.768 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-10T20:51:33.768 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:51:33.768 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "modified": "2024-02-10T20:51:15.062504+0000", 2024-02-10T20:51:33.768 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T20:51:33.768 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:51:33.768 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-10T20:51:33.768 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout } 2024-02-10T20:51:33.768 INFO:teuthology.orchestra.run.smithi007.stdout:mgr is available 2024-02-10T20:51:34.710 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:34 smithi007 ceph-mon[29973]: from='client.? 172.21.15.7:0/3505889472' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-10T20:51:34.710 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:34 smithi007 ceph-mon[29973]: from='client.? 172.21.15.7:0/3505889472' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-10T20:51:34.965 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout 2024-02-10T20:51:34.965 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout [global] 2024-02-10T20:51:34.965 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout fsid = faaf359e-c855-11ee-95b9-87774f69a715 2024-02-10T20:51:34.965 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-02-10T20:51:34.965 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-02-10T20:51:34.965 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-02-10T20:51:34.965 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-02-10T20:51:34.965 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout 2024-02-10T20:51:34.965 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout [mgr] 2024-02-10T20:51:34.965 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-02-10T20:51:34.965 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout 2024-02-10T20:51:34.965 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout [osd] 2024-02-10T20:51:34.966 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-02-10T20:51:34.966 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-02-10T20:51:34.966 INFO:teuthology.orchestra.run.smithi007.stdout:Enabling cephadm module... 2024-02-10T20:51:36.167 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:36 smithi007 ceph-mon[29973]: from='client.? 172.21.15.7:0/750270796' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-10T20:51:36.168 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:36 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: ignoring --setuser ceph since I am not root 2024-02-10T20:51:36.168 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:36 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: ignoring --setgroup ceph since I am not root 2024-02-10T20:51:36.876 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:36 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:36.607+0000 7f32f98a2200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:51:36.876 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:36 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:36.710+0000 7f32f98a2200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:51:37.167 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:37 smithi007 ceph-mon[29973]: from='client.? 172.21.15.7:0/750270796' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-10T20:51:37.167 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:37 smithi007 ceph-mon[29973]: mgrmap e5: a(active, since 6s) 2024-02-10T20:51:37.667 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:37 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:37.380+0000 7f32f98a2200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:51:37.667 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:37 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:37.482+0000 7f32f98a2200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:51:37.667 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:37 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:37.627+0000 7f32f98a2200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:51:37.998 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:37 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:37.726+0000 7f32f98a2200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:51:37.999 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:37 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:37.812+0000 7f32f98a2200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:51:38.002 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout { 2024-02-10T20:51:38.002 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-02-10T20:51:38.002 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-10T20:51:38.002 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-02-10T20:51:38.002 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-02-10T20:51:38.002 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout } 2024-02-10T20:51:38.002 INFO:teuthology.orchestra.run.smithi007.stdout:Waiting for the mgr to restart... 2024-02-10T20:51:38.002 INFO:teuthology.orchestra.run.smithi007.stdout:Waiting for mgr epoch 5... 2024-02-10T20:51:38.251 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:38 smithi007 ceph-mon[29973]: from='client.? 172.21.15.7:0/1674345395' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-10T20:51:38.251 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:38 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:38.085+0000 7f32f98a2200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:51:38.251 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:38 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:38.199+0000 7f32f98a2200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:51:38.526 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:38 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:38.295+0000 7f32f98a2200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:51:38.526 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:38 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:38.392+0000 7f32f98a2200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:51:38.917 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:38 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:38.573+0000 7f32f98a2200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:51:39.917 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:39 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:39.561+0000 7f32f98a2200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:51:39.917 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:39 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:39.695+0000 7f32f98a2200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:51:40.328 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:40 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:40.034+0000 7f32f98a2200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:51:40.328 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:40 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:40.127+0000 7f32f98a2200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:51:40.328 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:40 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:40.326+0000 7f32f98a2200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:51:40.667 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:40 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:40.515+0000 7f32f98a2200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:51:41.068 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:40 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:40.806+0000 7f32f98a2200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:51:41.417 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:41 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:41.067+0000 7f32f98a2200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:51:41.417 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:41 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:41.309+0000 7f32f98a2200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:51:42.417 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:42.131+0000 7f32f98a2200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:51:43.034 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:42.712+0000 7f32f98a2200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:51:43.034 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:42.813+0000 7f32f98a2200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:51:43.035 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:43 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:43.033+0000 7f32f98a2200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:51:43.417 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:43 smithi007 ceph-mon[29973]: Active manager daemon a restarted 2024-02-10T20:51:43.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:43 smithi007 ceph-mon[29973]: Activating manager daemon a 2024-02-10T20:51:43.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:43 smithi007 ceph-mon[29973]: osdmap e2: 0 total, 0 up, 0 in 2024-02-10T20:51:43.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:43 smithi007 ceph-mon[29973]: mgrmap e6: a(active, starting, since 0.00328299s) 2024-02-10T20:51:43.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:43 smithi007 ceph-mon[29973]: from='mgr.14120 172.21.15.7:0/3630380444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T20:51:43.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:43 smithi007 ceph-mon[29973]: from='mgr.14120 172.21.15.7:0/3630380444' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T20:51:43.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:43 smithi007 ceph-mon[29973]: from='mgr.14120 172.21.15.7:0/3630380444' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T20:51:43.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:43 smithi007 ceph-mon[29973]: from='mgr.14120 172.21.15.7:0/3630380444' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T20:51:43.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:43 smithi007 ceph-mon[29973]: from='mgr.14120 172.21.15.7:0/3630380444' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T20:51:43.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:43 smithi007 ceph-mon[29973]: Manager daemon a is now available 2024-02-10T20:51:43.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:43 smithi007 ceph-mon[29973]: from='mgr.14120 172.21.15.7:0/3630380444' entity='mgr.a' 2024-02-10T20:51:43.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:43 smithi007 ceph-mon[29973]: from='mgr.14120 172.21.15.7:0/3630380444' entity='mgr.a' 2024-02-10T20:51:43.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:43 smithi007 ceph-mon[29973]: from='mgr.14120 172.21.15.7:0/3630380444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:51:43.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:43 smithi007 ceph-mon[29973]: from='mgr.14120 172.21.15.7:0/3630380444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:51:44.417 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-mon[29973]: from='mgr.14120 172.21.15.7:0/3630380444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:51:44.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-mon[29973]: from='mgr.14120 172.21.15.7:0/3630380444' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T20:51:44.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-mon[29973]: from='mgr.14120 172.21.15.7:0/3630380444' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T20:51:44.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-mon[29973]: from='mgr.14120 172.21.15.7:0/3630380444' entity='mgr.a' 2024-02-10T20:51:44.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-mon[29973]: from='mgr.14120 172.21.15.7:0/3630380444' entity='mgr.a' 2024-02-10T20:51:44.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-mon[29973]: mgrmap e7: a(active, since 1.00543s) 2024-02-10T20:51:44.419 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 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-10T20:51:44.419 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: *** Caught signal (Aborted) ** 2024-02-10T20:51:44.419 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: in thread 7f32efac4700 thread_name:admin_socket 2024-02-10T20:51:44.419 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:51:44.419 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f32f6e60d20] 2024-02-10T20:51:44.419 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2: gsignal() 2024-02-10T20:51:44.419 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 3: abort() 2024-02-10T20:51:44.419 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 4: /lib64/libc.so.6(+0x21d39) [0x7f32f533bd39] 2024-02-10T20:51:44.419 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 5: /lib64/libc.so.6(+0x46e86) [0x7f32f5360e86] 2024-02-10T20:51:44.419 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f32f7fac785] 2024-02-10T20:51:44.420 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f32f7fadf75] 2024-02-10T20:51:44.420 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f32f7facbaf] 2024-02-10T20:51:44.420 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 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) [0x7f32f7fb8b6d] 2024-02-10T20:51:44.420 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 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) [0x7f32f7fb2f69] 2024-02-10T20:51:44.420 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f32f7fb4a4b] 2024-02-10T20:51:44.420 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 12: (AdminSocket::entry()+0x4de) [0x7f32f7fb52ae] 2024-02-10T20:51:44.420 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f32f5d4cb23] 2024-02-10T20:51:44.420 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f32f6e561ca] 2024-02-10T20:51:44.420 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 15: clone() 2024-02-10T20:51:44.420 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:44.052+0000 7f32efac4700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:51:44.420 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: in thread 7f32efac4700 thread_name:admin_socket 2024-02-10T20:51:44.421 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:44.421 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:51:44.421 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f32f6e60d20] 2024-02-10T20:51:44.421 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2: gsignal() 2024-02-10T20:51:44.421 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 3: abort() 2024-02-10T20:51:44.421 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 4: /lib64/libc.so.6(+0x21d39) [0x7f32f533bd39] 2024-02-10T20:51:44.421 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 5: /lib64/libc.so.6(+0x46e86) [0x7f32f5360e86] 2024-02-10T20:51:44.421 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f32f7fac785] 2024-02-10T20:51:44.421 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f32f7fadf75] 2024-02-10T20:51:44.421 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f32f7facbaf] 2024-02-10T20:51:44.421 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 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) [0x7f32f7fb8b6d] 2024-02-10T20:51:44.421 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 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) [0x7f32f7fb2f69] 2024-02-10T20:51:44.421 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f32f7fb4a4b] 2024-02-10T20:51:44.422 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 12: (AdminSocket::entry()+0x4de) [0x7f32f7fb52ae] 2024-02-10T20:51:44.422 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f32f5d4cb23] 2024-02-10T20:51:44.422 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f32f6e561ca] 2024-02-10T20:51:44.422 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 15: clone() 2024-02-10T20:51:44.422 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:51:44.422 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:44.422 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -3221> 2024-02-10T20:51:36.607+0000 7f32f98a2200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:51:44.422 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -3200> 2024-02-10T20:51:36.710+0000 7f32f98a2200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:51:44.422 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2958> 2024-02-10T20:51:37.380+0000 7f32f98a2200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:51:44.422 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2916> 2024-02-10T20:51:37.482+0000 7f32f98a2200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:51:44.422 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2889> 2024-02-10T20:51:37.627+0000 7f32f98a2200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:51:44.422 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2867> 2024-02-10T20:51:37.726+0000 7f32f98a2200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:51:44.422 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2855> 2024-02-10T20:51:37.812+0000 7f32f98a2200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:51:44.422 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2836> 2024-02-10T20:51:38.085+0000 7f32f98a2200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:51:44.423 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2804> 2024-02-10T20:51:38.199+0000 7f32f98a2200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:51:44.423 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2784> 2024-02-10T20:51:38.295+0000 7f32f98a2200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:51:44.423 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2766> 2024-02-10T20:51:38.392+0000 7f32f98a2200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:51:44.423 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2739> 2024-02-10T20:51:38.573+0000 7f32f98a2200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:51:44.423 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2686> 2024-02-10T20:51:39.561+0000 7f32f98a2200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:51:44.423 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2672> 2024-02-10T20:51:39.695+0000 7f32f98a2200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:51:44.423 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2613> 2024-02-10T20:51:40.034+0000 7f32f98a2200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:51:44.423 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2592> 2024-02-10T20:51:40.127+0000 7f32f98a2200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:51:44.423 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2580> 2024-02-10T20:51:40.326+0000 7f32f98a2200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:51:44.423 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2540> 2024-02-10T20:51:40.515+0000 7f32f98a2200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:51:44.423 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2445> 2024-02-10T20:51:40.806+0000 7f32f98a2200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:51:44.423 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2434> 2024-02-10T20:51:41.067+0000 7f32f98a2200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:51:44.423 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2370> 2024-02-10T20:51:41.309+0000 7f32f98a2200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:51:44.423 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2217> 2024-02-10T20:51:42.131+0000 7f32f98a2200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:51:44.424 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2193> 2024-02-10T20:51:42.712+0000 7f32f98a2200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:51:44.424 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2179> 2024-02-10T20:51:42.813+0000 7f32f98a2200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:51:44.424 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2152> 2024-02-10T20:51:43.033+0000 7f32f98a2200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:51:44.424 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 0> 2024-02-10T20:51:44.052+0000 7f32efac4700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:51:44.424 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: in thread 7f32efac4700 thread_name:admin_socket 2024-02-10T20:51:44.424 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:44.424 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:51:44.424 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f32f6e60d20] 2024-02-10T20:51:44.424 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2: gsignal() 2024-02-10T20:51:44.424 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 3: abort() 2024-02-10T20:51:44.424 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 4: /lib64/libc.so.6(+0x21d39) [0x7f32f533bd39] 2024-02-10T20:51:44.424 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 5: /lib64/libc.so.6(+0x46e86) [0x7f32f5360e86] 2024-02-10T20:51:44.424 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f32f7fac785] 2024-02-10T20:51:44.424 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f32f7fadf75] 2024-02-10T20:51:44.425 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f32f7facbaf] 2024-02-10T20:51:44.425 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 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) [0x7f32f7fb8b6d] 2024-02-10T20:51:44.425 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 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) [0x7f32f7fb2f69] 2024-02-10T20:51:44.425 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f32f7fb4a4b] 2024-02-10T20:51:44.425 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 12: (AdminSocket::entry()+0x4de) [0x7f32f7fb52ae] 2024-02-10T20:51:44.426 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f32f5d4cb23] 2024-02-10T20:51:44.426 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f32f6e561ca] 2024-02-10T20:51:44.426 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 15: clone() 2024-02-10T20:51:44.426 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:51:44.426 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:44.426 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -3221> 2024-02-10T20:51:36.607+0000 7f32f98a2200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:51:44.426 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -3200> 2024-02-10T20:51:36.710+0000 7f32f98a2200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:51:44.426 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2958> 2024-02-10T20:51:37.380+0000 7f32f98a2200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:51:44.426 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2916> 2024-02-10T20:51:37.482+0000 7f32f98a2200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:51:44.426 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2889> 2024-02-10T20:51:37.627+0000 7f32f98a2200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:51:44.426 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2867> 2024-02-10T20:51:37.726+0000 7f32f98a2200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:51:44.426 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2855> 2024-02-10T20:51:37.812+0000 7f32f98a2200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:51:44.426 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2836> 2024-02-10T20:51:38.085+0000 7f32f98a2200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:51:44.426 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2804> 2024-02-10T20:51:38.199+0000 7f32f98a2200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:51:44.427 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2784> 2024-02-10T20:51:38.295+0000 7f32f98a2200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:51:44.427 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2766> 2024-02-10T20:51:38.392+0000 7f32f98a2200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:51:44.427 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2739> 2024-02-10T20:51:38.573+0000 7f32f98a2200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:51:44.427 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2686> 2024-02-10T20:51:39.561+0000 7f32f98a2200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:51:44.427 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2672> 2024-02-10T20:51:39.695+0000 7f32f98a2200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:51:44.427 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2613> 2024-02-10T20:51:40.034+0000 7f32f98a2200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:51:44.427 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2592> 2024-02-10T20:51:40.127+0000 7f32f98a2200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:51:44.427 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2580> 2024-02-10T20:51:40.326+0000 7f32f98a2200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:51:44.427 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2540> 2024-02-10T20:51:40.515+0000 7f32f98a2200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:51:44.427 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2445> 2024-02-10T20:51:40.806+0000 7f32f98a2200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:51:44.427 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2434> 2024-02-10T20:51:41.067+0000 7f32f98a2200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:51:44.427 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2370> 2024-02-10T20:51:41.309+0000 7f32f98a2200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:51:44.427 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2217> 2024-02-10T20:51:42.131+0000 7f32f98a2200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:51:44.427 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2193> 2024-02-10T20:51:42.712+0000 7f32f98a2200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:51:44.427 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2179> 2024-02-10T20:51:42.813+0000 7f32f98a2200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:51:44.428 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: -2152> 2024-02-10T20:51:43.033+0000 7f32f98a2200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:51:44.428 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 0> 2024-02-10T20:51:44.052+0000 7f32efac4700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:51:44.428 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: in thread 7f32efac4700 thread_name:admin_socket 2024-02-10T20:51:44.428 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:44.428 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:51:44.428 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f32f6e60d20] 2024-02-10T20:51:44.428 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2: gsignal() 2024-02-10T20:51:44.428 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 3: abort() 2024-02-10T20:51:44.428 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 4: /lib64/libc.so.6(+0x21d39) [0x7f32f533bd39] 2024-02-10T20:51:44.428 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 5: /lib64/libc.so.6(+0x46e86) [0x7f32f5360e86] 2024-02-10T20:51:44.428 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f32f7fac785] 2024-02-10T20:51:44.428 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f32f7fadf75] 2024-02-10T20:51:44.428 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f32f7facbaf] 2024-02-10T20:51:44.429 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 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) [0x7f32f7fb8b6d] 2024-02-10T20:51:44.429 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 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) [0x7f32f7fb2f69] 2024-02-10T20:51:44.429 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f32f7fb4a4b] 2024-02-10T20:51:44.429 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 12: (AdminSocket::entry()+0x4de) [0x7f32f7fb52ae] 2024-02-10T20:51:44.429 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f32f5d4cb23] 2024-02-10T20:51:44.429 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f32f6e561ca] 2024-02-10T20:51:44.429 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 15: clone() 2024-02-10T20:51:44.429 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:51:44.429 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[30226]: 2024-02-10T20:51:44.429 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 podman[31279]: 2024-02-10 20:51:44.120233151 +0000 UTC m=+0.019619857 container died 6ab8814d828dfa577a8a5e8c51def76a188d37ac78a8b7de686511118efcb8a8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.33.2, maintainer=Guillaume Abrioux , ceph=True, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-02-10T20:51:45.167 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 podman[31279]: 2024-02-10 20:51:44.679825992 +0000 UTC m=+0.579212755 container remove 6ab8814d828dfa577a8a5e8c51def76a188d37ac78a8b7de686511118efcb8a8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240131, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.33.2, ceph=True) 2024-02-10T20:51:45.168 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 systemd[1]: ceph-faaf359e-c855-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-10T20:51:45.168 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 systemd[1]: ceph-faaf359e-c855-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-10T20:51:45.168 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:44 smithi007 systemd[1]: ceph-faaf359e-c855-11ee-95b9-87774f69a715@mgr.a.service: Consumed 16.780s CPU time. 2024-02-10T20:51:55.180 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:54 smithi007 systemd[1]: ceph-faaf359e-c855-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 1. 2024-02-10T20:51:55.180 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:54 smithi007 systemd[1]: Stopped Ceph mgr.a for faaf359e-c855-11ee-95b9-87774f69a715. 2024-02-10T20:51:55.180 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:54 smithi007 systemd[1]: ceph-faaf359e-c855-11ee-95b9-87774f69a715@mgr.a.service: Consumed 16.780s CPU time. 2024-02-10T20:51:55.180 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:54 smithi007 systemd[1]: Starting Ceph mgr.a for faaf359e-c855-11ee-95b9-87774f69a715... 2024-02-10T20:51:55.180 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:55 smithi007 podman[31380]: 2024-02-10 20:51:55.053216378 +0000 UTC m=+0.019589960 image pull e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T20:51:55.181 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:55 smithi007 podman[31380]: 2024-02-10 20:51:55.17951158 +0000 UTC m=+0.145885159 container create b2fe218dc8a5728c6dc678654a31b1252fefd038de3db57ed13e5d30bc553acc (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a, org.label-schema.license=GPLv2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240131, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b) 2024-02-10T20:51:55.473 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:55 smithi007 podman[31380]: 2024-02-10 20:51:55.382033553 +0000 UTC m=+0.348407143 container init b2fe218dc8a5728c6dc678654a31b1252fefd038de3db57ed13e5d30bc553acc (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, io.buildah.version=1.33.2, org.label-schema.license=GPLv2, ceph=True, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240131, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0) 2024-02-10T20:51:55.473 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:55 smithi007 podman[31380]: 2024-02-10 20:51:55.387896654 +0000 UTC m=+0.354270233 container start b2fe218dc8a5728c6dc678654a31b1252fefd038de3db57ed13e5d30bc553acc (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a, GIT_CLEAN=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240131, GIT_BRANCH=HEAD, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b) 2024-02-10T20:51:55.917 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:55 smithi007 bash[31380]: b2fe218dc8a5728c6dc678654a31b1252fefd038de3db57ed13e5d30bc553acc 2024-02-10T20:51:55.917 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:55 smithi007 systemd[1]: Started Ceph mgr.a for faaf359e-c855-11ee-95b9-87774f69a715. 2024-02-10T20:51:56.313 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:55 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2024-02-10T20:51:55.953+0000 7f828b429200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:51:56.313 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:56 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2024-02-10T20:51:56.050+0000 7f828b429200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:51:57.055 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:56 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2024-02-10T20:51:56.717+0000 7f828b429200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:51:57.055 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:56 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2024-02-10T20:51:56.813+0000 7f828b429200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:51:57.055 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:56 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2024-02-10T20:51:56.955+0000 7f828b429200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:51:57.055 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:57 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2024-02-10T20:51:57.054+0000 7f828b429200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:51:57.408 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:57 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2024-02-10T20:51:57.140+0000 7f828b429200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:51:57.408 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:57 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2024-02-10T20:51:57.407+0000 7f828b429200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:51:57.667 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:57 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2024-02-10T20:51:57.519+0000 7f828b429200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:51:57.667 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:57 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2024-02-10T20:51:57.608+0000 7f828b429200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:51:58.167 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:57 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2024-02-10T20:51:57.705+0000 7f828b429200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:51:58.167 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:57 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2024-02-10T20:51:57.882+0000 7f828b429200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:51:59.167 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:58 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2024-02-10T20:51:58.885+0000 7f828b429200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:51:59.167 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:59 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2024-02-10T20:51:59.019+0000 7f828b429200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:51:59.648 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:59 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2024-02-10T20:51:59.356+0000 7f828b429200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:51:59.648 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:59 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2024-02-10T20:51:59.448+0000 7f828b429200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:51:59.648 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:59 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2024-02-10T20:51:59.647+0000 7f828b429200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:51:59.917 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:51:59 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2024-02-10T20:51:59.835+0000 7f828b429200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:52:00.386 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:00 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2024-02-10T20:52:00.125+0000 7f828b429200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:52:00.386 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:00 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2024-02-10T20:52:00.385+0000 7f828b429200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:52:00.667 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:00 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2024-02-10T20:52:00.627+0000 7f828b429200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:52:01.917 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2024-02-10T20:52:01.455+0000 7f828b429200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:52:02.356 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:02 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2024-02-10T20:52:02.035+0000 7f828b429200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:52:02.356 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:02 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2024-02-10T20:52:02.135+0000 7f828b429200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:52:02.356 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:02 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2024-02-10T20:52:02.355+0000 7f828b429200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:52:02.668 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:02 smithi007 ceph-mon[29973]: Active manager daemon a restarted 2024-02-10T20:52:02.668 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:02 smithi007 ceph-mon[29973]: Activating manager daemon a 2024-02-10T20:52:02.668 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:02 smithi007 ceph-mon[29973]: osdmap e3: 0 total, 0 up, 0 in 2024-02-10T20:52:02.668 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:02 smithi007 ceph-mon[29973]: mgrmap e8: a(active, starting, since 0.00326682s) 2024-02-10T20:52:02.668 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:02 smithi007 ceph-mon[29973]: from='mgr.14132 172.21.15.7:0/1319652910' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T20:52:02.668 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:02 smithi007 ceph-mon[29973]: from='mgr.14132 172.21.15.7:0/1319652910' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T20:52:02.668 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:02 smithi007 ceph-mon[29973]: from='mgr.14132 172.21.15.7:0/1319652910' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T20:52:02.668 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:02 smithi007 ceph-mon[29973]: from='mgr.14132 172.21.15.7:0/1319652910' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T20:52:02.668 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:02 smithi007 ceph-mon[29973]: from='mgr.14132 172.21.15.7:0/1319652910' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T20:52:02.668 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:02 smithi007 ceph-mon[29973]: Manager daemon a is now available 2024-02-10T20:52:02.668 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:02 smithi007 ceph-mon[29973]: from='mgr.14132 172.21.15.7:0/1319652910' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:52:02.669 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:02 smithi007 ceph-mon[29973]: from='mgr.14132 172.21.15.7:0/1319652910' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:52:02.669 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:02 smithi007 ceph-mon[29973]: from='mgr.14132 172.21.15.7:0/1319652910' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:52:03.668 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-mon[29973]: from='mgr.14132 172.21.15.7:0/1319652910' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T20:52:03.668 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-mon[29973]: from='mgr.14132 172.21.15.7:0/1319652910' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T20:52:03.668 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-mon[29973]: from='mgr.14132 172.21.15.7:0/1319652910' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:52:03.668 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-mon[29973]: mgrmap e9: a(active, since 1.00711s) 2024-02-10T20:52:03.668 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 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-10T20:52:03.669 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: *** Caught signal (Aborted) ** 2024-02-10T20:52:03.669 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: in thread 7f828122d700 thread_name:admin_socket 2024-02-10T20:52:03.669 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:52:03.669 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f82889e7d20] 2024-02-10T20:52:03.669 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2: gsignal() 2024-02-10T20:52:03.669 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 3: abort() 2024-02-10T20:52:03.669 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 4: /lib64/libc.so.6(+0x21d39) [0x7f8286ec2d39] 2024-02-10T20:52:03.669 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 5: /lib64/libc.so.6(+0x46e86) [0x7f8286ee7e86] 2024-02-10T20:52:03.669 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f8289b33785] 2024-02-10T20:52:03.669 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f8289b34f75] 2024-02-10T20:52:03.669 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f8289b33baf] 2024-02-10T20:52:03.669 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 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) [0x7f8289b3fb6d] 2024-02-10T20:52:03.669 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 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) [0x7f8289b39f69] 2024-02-10T20:52:03.670 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f8289b3ba4b] 2024-02-10T20:52:03.670 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 12: (AdminSocket::entry()+0x4de) [0x7f8289b3c2ae] 2024-02-10T20:52:03.670 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f82878d3b23] 2024-02-10T20:52:03.670 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f82889dd1ca] 2024-02-10T20:52:03.670 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 15: clone() 2024-02-10T20:52:03.670 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2024-02-10T20:52:03.376+0000 7f828122d700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:52:03.670 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: in thread 7f828122d700 thread_name:admin_socket 2024-02-10T20:52:03.670 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2024-02-10T20:52:03.670 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:52:03.670 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f82889e7d20] 2024-02-10T20:52:03.670 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2: gsignal() 2024-02-10T20:52:03.670 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 3: abort() 2024-02-10T20:52:03.670 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 4: /lib64/libc.so.6(+0x21d39) [0x7f8286ec2d39] 2024-02-10T20:52:03.670 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 5: /lib64/libc.so.6(+0x46e86) [0x7f8286ee7e86] 2024-02-10T20:52:03.671 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f8289b33785] 2024-02-10T20:52:03.671 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f8289b34f75] 2024-02-10T20:52:03.671 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f8289b33baf] 2024-02-10T20:52:03.671 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 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) [0x7f8289b3fb6d] 2024-02-10T20:52:03.671 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 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) [0x7f8289b39f69] 2024-02-10T20:52:03.671 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f8289b3ba4b] 2024-02-10T20:52:03.671 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 12: (AdminSocket::entry()+0x4de) [0x7f8289b3c2ae] 2024-02-10T20:52:03.671 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f82878d3b23] 2024-02-10T20:52:03.671 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f82889dd1ca] 2024-02-10T20:52:03.671 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 15: clone() 2024-02-10T20:52:03.671 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:52:03.671 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2024-02-10T20:52:03.671 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -3116> 2024-02-10T20:51:55.953+0000 7f828b429200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:52:03.671 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -3095> 2024-02-10T20:51:56.050+0000 7f828b429200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:52:03.671 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2853> 2024-02-10T20:51:56.717+0000 7f828b429200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:52:03.672 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2811> 2024-02-10T20:51:56.813+0000 7f828b429200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:52:03.672 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2784> 2024-02-10T20:51:56.955+0000 7f828b429200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:52:03.672 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2762> 2024-02-10T20:51:57.054+0000 7f828b429200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:52:03.672 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2750> 2024-02-10T20:51:57.140+0000 7f828b429200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:52:03.672 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2731> 2024-02-10T20:51:57.407+0000 7f828b429200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:52:03.672 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2699> 2024-02-10T20:51:57.519+0000 7f828b429200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:52:03.672 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2679> 2024-02-10T20:51:57.608+0000 7f828b429200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:52:03.672 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2661> 2024-02-10T20:51:57.705+0000 7f828b429200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:52:03.672 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2634> 2024-02-10T20:51:57.882+0000 7f828b429200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:52:03.672 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2581> 2024-02-10T20:51:58.885+0000 7f828b429200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:52:03.672 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2567> 2024-02-10T20:51:59.019+0000 7f828b429200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:52:03.672 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2508> 2024-02-10T20:51:59.356+0000 7f828b429200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:52:03.672 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2487> 2024-02-10T20:51:59.448+0000 7f828b429200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:52:03.672 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2475> 2024-02-10T20:51:59.647+0000 7f828b429200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:52:03.673 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2435> 2024-02-10T20:51:59.835+0000 7f828b429200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:52:03.673 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2340> 2024-02-10T20:52:00.125+0000 7f828b429200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:52:03.673 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2329> 2024-02-10T20:52:00.385+0000 7f828b429200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:52:03.673 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2265> 2024-02-10T20:52:00.627+0000 7f828b429200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:52:03.673 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2112> 2024-02-10T20:52:01.455+0000 7f828b429200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:52:03.674 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2088> 2024-02-10T20:52:02.035+0000 7f828b429200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:52:03.674 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2074> 2024-02-10T20:52:02.135+0000 7f828b429200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:52:03.674 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2047> 2024-02-10T20:52:02.355+0000 7f828b429200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:52:03.674 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 0> 2024-02-10T20:52:03.376+0000 7f828122d700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:52:03.674 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: in thread 7f828122d700 thread_name:admin_socket 2024-02-10T20:52:03.674 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2024-02-10T20:52:03.674 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:52:03.674 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f82889e7d20] 2024-02-10T20:52:03.674 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2: gsignal() 2024-02-10T20:52:03.674 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 3: abort() 2024-02-10T20:52:03.674 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 4: /lib64/libc.so.6(+0x21d39) [0x7f8286ec2d39] 2024-02-10T20:52:03.674 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 5: /lib64/libc.so.6(+0x46e86) [0x7f8286ee7e86] 2024-02-10T20:52:03.674 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f8289b33785] 2024-02-10T20:52:03.674 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f8289b34f75] 2024-02-10T20:52:03.675 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f8289b33baf] 2024-02-10T20:52:03.675 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 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) [0x7f8289b3fb6d] 2024-02-10T20:52:03.675 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 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) [0x7f8289b39f69] 2024-02-10T20:52:03.675 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f8289b3ba4b] 2024-02-10T20:52:03.675 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 12: (AdminSocket::entry()+0x4de) [0x7f8289b3c2ae] 2024-02-10T20:52:03.675 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f82878d3b23] 2024-02-10T20:52:03.675 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f82889dd1ca] 2024-02-10T20:52:03.675 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 15: clone() 2024-02-10T20:52:03.675 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:52:03.675 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2024-02-10T20:52:03.675 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -3116> 2024-02-10T20:51:55.953+0000 7f828b429200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:52:03.675 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -3095> 2024-02-10T20:51:56.050+0000 7f828b429200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:52:03.675 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2853> 2024-02-10T20:51:56.717+0000 7f828b429200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:52:03.675 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2811> 2024-02-10T20:51:56.813+0000 7f828b429200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:52:03.676 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2784> 2024-02-10T20:51:56.955+0000 7f828b429200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:52:03.676 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2762> 2024-02-10T20:51:57.054+0000 7f828b429200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:52:03.676 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2750> 2024-02-10T20:51:57.140+0000 7f828b429200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:52:03.676 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2731> 2024-02-10T20:51:57.407+0000 7f828b429200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:52:03.676 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2699> 2024-02-10T20:51:57.519+0000 7f828b429200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:52:03.676 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2679> 2024-02-10T20:51:57.608+0000 7f828b429200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:52:03.676 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2661> 2024-02-10T20:51:57.705+0000 7f828b429200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:52:03.676 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2634> 2024-02-10T20:51:57.882+0000 7f828b429200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:52:03.676 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2581> 2024-02-10T20:51:58.885+0000 7f828b429200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:52:03.676 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2567> 2024-02-10T20:51:59.019+0000 7f828b429200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:52:03.676 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2508> 2024-02-10T20:51:59.356+0000 7f828b429200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:52:03.676 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2487> 2024-02-10T20:51:59.448+0000 7f828b429200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:52:03.676 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2475> 2024-02-10T20:51:59.647+0000 7f828b429200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:52:03.676 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2435> 2024-02-10T20:51:59.835+0000 7f828b429200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:52:03.677 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2340> 2024-02-10T20:52:00.125+0000 7f828b429200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:52:03.677 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2329> 2024-02-10T20:52:00.385+0000 7f828b429200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:52:03.677 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2265> 2024-02-10T20:52:00.627+0000 7f828b429200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:52:03.677 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2112> 2024-02-10T20:52:01.455+0000 7f828b429200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:52:03.677 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2088> 2024-02-10T20:52:02.035+0000 7f828b429200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:52:03.677 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2074> 2024-02-10T20:52:02.135+0000 7f828b429200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:52:03.677 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: -2047> 2024-02-10T20:52:02.355+0000 7f828b429200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:52:03.677 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 0> 2024-02-10T20:52:03.376+0000 7f828122d700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:52:03.677 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: in thread 7f828122d700 thread_name:admin_socket 2024-02-10T20:52:03.677 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2024-02-10T20:52:03.677 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:52:03.677 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f82889e7d20] 2024-02-10T20:52:03.677 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2: gsignal() 2024-02-10T20:52:03.677 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 3: abort() 2024-02-10T20:52:03.677 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 4: /lib64/libc.so.6(+0x21d39) [0x7f8286ec2d39] 2024-02-10T20:52:03.678 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 5: /lib64/libc.so.6(+0x46e86) [0x7f8286ee7e86] 2024-02-10T20:52:03.678 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f8289b33785] 2024-02-10T20:52:03.678 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f8289b34f75] 2024-02-10T20:52:03.678 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f8289b33baf] 2024-02-10T20:52:03.678 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 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) [0x7f8289b3fb6d] 2024-02-10T20:52:03.678 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 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) [0x7f8289b39f69] 2024-02-10T20:52:03.678 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f8289b3ba4b] 2024-02-10T20:52:03.678 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 12: (AdminSocket::entry()+0x4de) [0x7f8289b3c2ae] 2024-02-10T20:52:03.678 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f82878d3b23] 2024-02-10T20:52:03.678 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f82889dd1ca] 2024-02-10T20:52:03.678 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 15: clone() 2024-02-10T20:52:03.678 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:52:03.678 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31396]: 2024-02-10T20:52:03.678 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 podman[31654]: 2024-02-10 20:52:03.442165268 +0000 UTC m=+0.021595286 container died b2fe218dc8a5728c6dc678654a31b1252fefd038de3db57ed13e5d30bc553acc (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.build-date=20240131, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , io.buildah.version=1.33.2, ceph=True) 2024-02-10T20:52:04.210 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 podman[31654]: 2024-02-10 20:52:03.959313011 +0000 UTC m=+0.538743029 container remove b2fe218dc8a5728c6dc678654a31b1252fefd038de3db57ed13e5d30bc553acc (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True) 2024-02-10T20:52:04.210 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:03 smithi007 systemd[1]: ceph-faaf359e-c855-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-10T20:52:04.667 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:04 smithi007 systemd[1]: ceph-faaf359e-c855-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-10T20:52:04.667 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:04 smithi007 systemd[1]: ceph-faaf359e-c855-11ee-95b9-87774f69a715@mgr.a.service: Consumed 8.378s CPU time. 2024-02-10T20:52:14.766 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:14 smithi007 systemd[1]: ceph-faaf359e-c855-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 2. 2024-02-10T20:52:14.766 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:14 smithi007 systemd[1]: Stopped Ceph mgr.a for faaf359e-c855-11ee-95b9-87774f69a715. 2024-02-10T20:52:14.766 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:14 smithi007 systemd[1]: ceph-faaf359e-c855-11ee-95b9-87774f69a715@mgr.a.service: Consumed 8.378s CPU time. 2024-02-10T20:52:14.766 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:14 smithi007 systemd[1]: Starting Ceph mgr.a for faaf359e-c855-11ee-95b9-87774f69a715... 2024-02-10T20:52:14.766 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:14 smithi007 podman[31752]: 2024-02-10 20:52:14.650507841 +0000 UTC m=+0.114040202 container create 4ddf63ba945f35f8e397fcaca39bddec2718611526f00bd064b690e0c3859649 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240131, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, io.buildah.version=1.33.2, GIT_BRANCH=HEAD, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, ceph=True, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux ) 2024-02-10T20:52:14.767 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:14 smithi007 podman[31752]: 2024-02-10 20:52:14.554415633 +0000 UTC m=+0.017948017 image pull e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T20:52:15.167 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:14 smithi007 podman[31752]: 2024-02-10 20:52:14.869698371 +0000 UTC m=+0.333230745 container init 4ddf63ba945f35f8e397fcaca39bddec2718611526f00bd064b690e0c3859649 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.build-date=20240131, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.2) 2024-02-10T20:52:15.167 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:14 smithi007 podman[31752]: 2024-02-10 20:52:14.874922001 +0000 UTC m=+0.338454362 container start 4ddf63ba945f35f8e397fcaca39bddec2718611526f00bd064b690e0c3859649 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240131, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b) 2024-02-10T20:52:15.168 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:14 smithi007 bash[31752]: 4ddf63ba945f35f8e397fcaca39bddec2718611526f00bd064b690e0c3859649 2024-02-10T20:52:15.168 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:14 smithi007 systemd[1]: Started Ceph mgr.a for faaf359e-c855-11ee-95b9-87774f69a715. 2024-02-10T20:52:15.917 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:15 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2024-02-10T20:52:15.431+0000 7f6c38ae7200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:52:15.917 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:15 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2024-02-10T20:52:15.527+0000 7f6c38ae7200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:52:16.527 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:16 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2024-02-10T20:52:16.189+0000 7f6c38ae7200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:52:16.527 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:16 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2024-02-10T20:52:16.284+0000 7f6c38ae7200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:52:16.527 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:16 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2024-02-10T20:52:16.427+0000 7f6c38ae7200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:52:16.890 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:16 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2024-02-10T20:52:16.526+0000 7f6c38ae7200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:52:16.890 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:16 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2024-02-10T20:52:16.611+0000 7f6c38ae7200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:52:16.890 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:16 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2024-02-10T20:52:16.889+0000 7f6c38ae7200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:52:17.167 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:17 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2024-02-10T20:52:17.002+0000 7f6c38ae7200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:52:17.167 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:17 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2024-02-10T20:52:17.090+0000 7f6c38ae7200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:52:17.667 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:17 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2024-02-10T20:52:17.188+0000 7f6c38ae7200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:52:17.667 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:17 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2024-02-10T20:52:17.366+0000 7f6c38ae7200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:52:18.667 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:18 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2024-02-10T20:52:18.372+0000 7f6c38ae7200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:52:18.667 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:18 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2024-02-10T20:52:18.508+0000 7f6c38ae7200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:52:19.141 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:18 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2024-02-10T20:52:18.846+0000 7f6c38ae7200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:52:19.141 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:18 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2024-02-10T20:52:18.939+0000 7f6c38ae7200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:52:19.141 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:19 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2024-02-10T20:52:19.139+0000 7f6c38ae7200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:52:19.417 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:19 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2024-02-10T20:52:19.330+0000 7f6c38ae7200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:52:19.884 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:19 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2024-02-10T20:52:19.622+0000 7f6c38ae7200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:52:20.167 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:19 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2024-02-10T20:52:19.883+0000 7f6c38ae7200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:52:20.167 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:20 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2024-02-10T20:52:20.127+0000 7f6c38ae7200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:52:21.417 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:20 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2024-02-10T20:52:20.957+0000 7f6c38ae7200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:52:21.863 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:21 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2024-02-10T20:52:21.538+0000 7f6c38ae7200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:52:21.863 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:21 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2024-02-10T20:52:21.640+0000 7f6c38ae7200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:52:21.863 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:21 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2024-02-10T20:52:21.862+0000 7f6c38ae7200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:52:22.167 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:21 smithi007 ceph-mon[29973]: Active manager daemon a restarted 2024-02-10T20:52:22.167 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:21 smithi007 ceph-mon[29973]: Activating manager daemon a 2024-02-10T20:52:22.167 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:21 smithi007 ceph-mon[29973]: osdmap e4: 0 total, 0 up, 0 in 2024-02-10T20:52:22.167 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:21 smithi007 ceph-mon[29973]: mgrmap e10: a(active, starting, since 0.00317026s) 2024-02-10T20:52:22.168 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:21 smithi007 ceph-mon[29973]: from='mgr.14140 172.21.15.7:0/140751728' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T20:52:22.168 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:21 smithi007 ceph-mon[29973]: from='mgr.14140 172.21.15.7:0/140751728' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T20:52:22.168 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:21 smithi007 ceph-mon[29973]: from='mgr.14140 172.21.15.7:0/140751728' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T20:52:22.168 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:21 smithi007 ceph-mon[29973]: from='mgr.14140 172.21.15.7:0/140751728' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T20:52:22.168 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:21 smithi007 ceph-mon[29973]: from='mgr.14140 172.21.15.7:0/140751728' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T20:52:22.168 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:21 smithi007 ceph-mon[29973]: Manager daemon a is now available 2024-02-10T20:52:22.168 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:21 smithi007 ceph-mon[29973]: from='mgr.14140 172.21.15.7:0/140751728' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:52:22.168 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:21 smithi007 ceph-mon[29973]: from='mgr.14140 172.21.15.7:0/140751728' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:52:22.168 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:21 smithi007 ceph-mon[29973]: from='mgr.14140 172.21.15.7:0/140751728' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:52:23.169 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-mon[29973]: from='mgr.14140 172.21.15.7:0/140751728' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T20:52:23.169 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-mon[29973]: from='mgr.14140 172.21.15.7:0/140751728' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T20:52:23.169 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-mon[29973]: from='mgr.14140 172.21.15.7:0/140751728' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:52:23.169 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-mon[29973]: mgrmap e11: a(active, since 1.00643s) 2024-02-10T20:52:23.170 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 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-10T20:52:23.170 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: *** Caught signal (Aborted) ** 2024-02-10T20:52:23.170 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: in thread 7f6c2e8eb700 thread_name:admin_socket 2024-02-10T20:52:23.170 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:52:23.171 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f6c360a5d20] 2024-02-10T20:52:23.171 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2: gsignal() 2024-02-10T20:52:23.171 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 3: abort() 2024-02-10T20:52:23.171 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 4: /lib64/libc.so.6(+0x21d39) [0x7f6c34580d39] 2024-02-10T20:52:23.171 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 5: /lib64/libc.so.6(+0x46e86) [0x7f6c345a5e86] 2024-02-10T20:52:23.171 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f6c371f1785] 2024-02-10T20:52:23.171 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f6c371f2f75] 2024-02-10T20:52:23.171 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f6c371f1baf] 2024-02-10T20:52:23.171 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 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) [0x7f6c371fdb6d] 2024-02-10T20:52:23.171 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 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) [0x7f6c371f7f69] 2024-02-10T20:52:23.171 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f6c371f9a4b] 2024-02-10T20:52:23.171 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 12: (AdminSocket::entry()+0x4de) [0x7f6c371fa2ae] 2024-02-10T20:52:23.172 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f6c34f91b23] 2024-02-10T20:52:23.172 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f6c3609b1ca] 2024-02-10T20:52:23.172 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 15: clone() 2024-02-10T20:52:23.172 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2024-02-10T20:52:22.882+0000 7f6c2e8eb700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:52:23.172 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: in thread 7f6c2e8eb700 thread_name:admin_socket 2024-02-10T20:52:23.172 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2024-02-10T20:52:23.172 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:52:23.172 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f6c360a5d20] 2024-02-10T20:52:23.172 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2: gsignal() 2024-02-10T20:52:23.172 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 3: abort() 2024-02-10T20:52:23.172 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 4: /lib64/libc.so.6(+0x21d39) [0x7f6c34580d39] 2024-02-10T20:52:23.172 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 5: /lib64/libc.so.6(+0x46e86) [0x7f6c345a5e86] 2024-02-10T20:52:23.173 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f6c371f1785] 2024-02-10T20:52:23.173 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f6c371f2f75] 2024-02-10T20:52:23.173 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f6c371f1baf] 2024-02-10T20:52:23.173 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 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) [0x7f6c371fdb6d] 2024-02-10T20:52:23.173 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 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) [0x7f6c371f7f69] 2024-02-10T20:52:23.173 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f6c371f9a4b] 2024-02-10T20:52:23.173 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 12: (AdminSocket::entry()+0x4de) [0x7f6c371fa2ae] 2024-02-10T20:52:23.173 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f6c34f91b23] 2024-02-10T20:52:23.173 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f6c3609b1ca] 2024-02-10T20:52:23.173 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 15: clone() 2024-02-10T20:52:23.173 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:52:23.173 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2024-02-10T20:52:23.173 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -3116> 2024-02-10T20:52:15.431+0000 7f6c38ae7200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:52:23.174 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -3095> 2024-02-10T20:52:15.527+0000 7f6c38ae7200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:52:23.174 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2853> 2024-02-10T20:52:16.189+0000 7f6c38ae7200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:52:23.174 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2811> 2024-02-10T20:52:16.284+0000 7f6c38ae7200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:52:23.174 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2784> 2024-02-10T20:52:16.427+0000 7f6c38ae7200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:52:23.174 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2762> 2024-02-10T20:52:16.526+0000 7f6c38ae7200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:52:23.174 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2750> 2024-02-10T20:52:16.611+0000 7f6c38ae7200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:52:23.174 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2731> 2024-02-10T20:52:16.889+0000 7f6c38ae7200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:52:23.174 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2699> 2024-02-10T20:52:17.002+0000 7f6c38ae7200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:52:23.174 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2679> 2024-02-10T20:52:17.090+0000 7f6c38ae7200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:52:23.174 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2661> 2024-02-10T20:52:17.188+0000 7f6c38ae7200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:52:23.174 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2634> 2024-02-10T20:52:17.366+0000 7f6c38ae7200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:52:23.174 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2581> 2024-02-10T20:52:18.372+0000 7f6c38ae7200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:52:23.174 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2567> 2024-02-10T20:52:18.508+0000 7f6c38ae7200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:52:23.175 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2508> 2024-02-10T20:52:18.846+0000 7f6c38ae7200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:52:23.175 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2487> 2024-02-10T20:52:18.939+0000 7f6c38ae7200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:52:23.175 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2475> 2024-02-10T20:52:19.139+0000 7f6c38ae7200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:52:23.175 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2435> 2024-02-10T20:52:19.330+0000 7f6c38ae7200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:52:23.175 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2340> 2024-02-10T20:52:19.622+0000 7f6c38ae7200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:52:23.175 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2329> 2024-02-10T20:52:19.883+0000 7f6c38ae7200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:52:23.175 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2265> 2024-02-10T20:52:20.127+0000 7f6c38ae7200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:52:23.175 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2112> 2024-02-10T20:52:20.957+0000 7f6c38ae7200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:52:23.175 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2088> 2024-02-10T20:52:21.538+0000 7f6c38ae7200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:52:23.175 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2074> 2024-02-10T20:52:21.640+0000 7f6c38ae7200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:52:23.175 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2047> 2024-02-10T20:52:21.862+0000 7f6c38ae7200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:52:23.175 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 0> 2024-02-10T20:52:22.882+0000 7f6c2e8eb700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:52:23.175 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: in thread 7f6c2e8eb700 thread_name:admin_socket 2024-02-10T20:52:23.175 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2024-02-10T20:52:23.176 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:52:23.176 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f6c360a5d20] 2024-02-10T20:52:23.176 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2: gsignal() 2024-02-10T20:52:23.176 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 3: abort() 2024-02-10T20:52:23.176 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 4: /lib64/libc.so.6(+0x21d39) [0x7f6c34580d39] 2024-02-10T20:52:23.176 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 5: /lib64/libc.so.6(+0x46e86) [0x7f6c345a5e86] 2024-02-10T20:52:23.176 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f6c371f1785] 2024-02-10T20:52:23.176 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f6c371f2f75] 2024-02-10T20:52:23.176 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f6c371f1baf] 2024-02-10T20:52:23.176 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 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) [0x7f6c371fdb6d] 2024-02-10T20:52:23.176 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 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) [0x7f6c371f7f69] 2024-02-10T20:52:23.176 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f6c371f9a4b] 2024-02-10T20:52:23.177 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 12: (AdminSocket::entry()+0x4de) [0x7f6c371fa2ae] 2024-02-10T20:52:23.177 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f6c34f91b23] 2024-02-10T20:52:23.177 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f6c3609b1ca] 2024-02-10T20:52:23.177 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 15: clone() 2024-02-10T20:52:23.177 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:52:23.177 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2024-02-10T20:52:23.177 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -3116> 2024-02-10T20:52:15.431+0000 7f6c38ae7200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:52:23.177 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -3095> 2024-02-10T20:52:15.527+0000 7f6c38ae7200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:52:23.177 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2853> 2024-02-10T20:52:16.189+0000 7f6c38ae7200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:52:23.177 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2811> 2024-02-10T20:52:16.284+0000 7f6c38ae7200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:52:23.177 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2784> 2024-02-10T20:52:16.427+0000 7f6c38ae7200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:52:23.177 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2762> 2024-02-10T20:52:16.526+0000 7f6c38ae7200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:52:23.178 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2750> 2024-02-10T20:52:16.611+0000 7f6c38ae7200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:52:23.178 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2731> 2024-02-10T20:52:16.889+0000 7f6c38ae7200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:52:23.178 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2699> 2024-02-10T20:52:17.002+0000 7f6c38ae7200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:52:23.178 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2679> 2024-02-10T20:52:17.090+0000 7f6c38ae7200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:52:23.178 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2661> 2024-02-10T20:52:17.188+0000 7f6c38ae7200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:52:23.178 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2634> 2024-02-10T20:52:17.366+0000 7f6c38ae7200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:52:23.178 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2581> 2024-02-10T20:52:18.372+0000 7f6c38ae7200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:52:23.178 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2567> 2024-02-10T20:52:18.508+0000 7f6c38ae7200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:52:23.178 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2508> 2024-02-10T20:52:18.846+0000 7f6c38ae7200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:52:23.178 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2487> 2024-02-10T20:52:18.939+0000 7f6c38ae7200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:52:23.178 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2475> 2024-02-10T20:52:19.139+0000 7f6c38ae7200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:52:23.178 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2435> 2024-02-10T20:52:19.330+0000 7f6c38ae7200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:52:23.178 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2340> 2024-02-10T20:52:19.622+0000 7f6c38ae7200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:52:23.178 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2329> 2024-02-10T20:52:19.883+0000 7f6c38ae7200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:52:23.179 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2265> 2024-02-10T20:52:20.127+0000 7f6c38ae7200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:52:23.179 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2112> 2024-02-10T20:52:20.957+0000 7f6c38ae7200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:52:23.179 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2088> 2024-02-10T20:52:21.538+0000 7f6c38ae7200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:52:23.179 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2074> 2024-02-10T20:52:21.640+0000 7f6c38ae7200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:52:23.179 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: -2047> 2024-02-10T20:52:21.862+0000 7f6c38ae7200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:52:23.179 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 0> 2024-02-10T20:52:22.882+0000 7f6c2e8eb700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:52:23.179 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: in thread 7f6c2e8eb700 thread_name:admin_socket 2024-02-10T20:52:23.179 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2024-02-10T20:52:23.179 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:52:23.179 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f6c360a5d20] 2024-02-10T20:52:23.179 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2: gsignal() 2024-02-10T20:52:23.179 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 3: abort() 2024-02-10T20:52:23.179 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 4: /lib64/libc.so.6(+0x21d39) [0x7f6c34580d39] 2024-02-10T20:52:23.180 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 5: /lib64/libc.so.6(+0x46e86) [0x7f6c345a5e86] 2024-02-10T20:52:23.180 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f6c371f1785] 2024-02-10T20:52:23.180 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f6c371f2f75] 2024-02-10T20:52:23.180 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f6c371f1baf] 2024-02-10T20:52:23.180 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 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) [0x7f6c371fdb6d] 2024-02-10T20:52:23.180 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 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) [0x7f6c371f7f69] 2024-02-10T20:52:23.180 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f6c371f9a4b] 2024-02-10T20:52:23.180 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 12: (AdminSocket::entry()+0x4de) [0x7f6c371fa2ae] 2024-02-10T20:52:23.180 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f6c34f91b23] 2024-02-10T20:52:23.180 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f6c3609b1ca] 2024-02-10T20:52:23.180 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 15: clone() 2024-02-10T20:52:23.180 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:52:23.180 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[31767]: 2024-02-10T20:52:23.181 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:22 smithi007 podman[32014]: 2024-02-10 20:52:22.949153922 +0000 UTC m=+0.019737665 container died 4ddf63ba945f35f8e397fcaca39bddec2718611526f00bd064b690e0c3859649 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240131, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, io.buildah.version=1.33.2, maintainer=Guillaume Abrioux , GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275) 2024-02-10T20:52:23.917 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:23 smithi007 podman[32014]: 2024-02-10 20:52:23.5303765 +0000 UTC m=+0.600960243 container remove 4ddf63ba945f35f8e397fcaca39bddec2718611526f00bd064b690e0c3859649 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , io.buildah.version=1.33.2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.build-date=20240131, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, CEPH_POINT_RELEASE=) 2024-02-10T20:52:23.917 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:23 smithi007 systemd[1]: ceph-faaf359e-c855-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-10T20:52:23.918 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:23 smithi007 systemd[1]: ceph-faaf359e-c855-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-10T20:52:23.918 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:23 smithi007 systemd[1]: ceph-faaf359e-c855-11ee-95b9-87774f69a715@mgr.a.service: Consumed 8.769s CPU time. 2024-02-10T20:52:34.264 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:33 smithi007 systemd[1]: ceph-faaf359e-c855-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 3. 2024-02-10T20:52:34.264 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:33 smithi007 systemd[1]: Stopped Ceph mgr.a for faaf359e-c855-11ee-95b9-87774f69a715. 2024-02-10T20:52:34.264 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:33 smithi007 systemd[1]: ceph-faaf359e-c855-11ee-95b9-87774f69a715@mgr.a.service: Consumed 8.769s CPU time. 2024-02-10T20:52:34.264 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:33 smithi007 systemd[1]: Starting Ceph mgr.a for faaf359e-c855-11ee-95b9-87774f69a715... 2024-02-10T20:52:34.265 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:34 smithi007 podman[32118]: 2024-02-10 20:52:34.146489647 +0000 UTC m=+0.112843859 container create b04a3c9215207943363e25fd45c73c2e64935dbb8416bc444be984fa693a1119 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a, GIT_BRANCH=HEAD, io.buildah.version=1.33.2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240131, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-02-10T20:52:34.265 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:34 smithi007 podman[32118]: 2024-02-10 20:52:34.052963577 +0000 UTC m=+0.019317717 image pull e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T20:52:34.667 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:34 smithi007 podman[32118]: 2024-02-10 20:52:34.373350668 +0000 UTC m=+0.339704810 container init b04a3c9215207943363e25fd45c73c2e64935dbb8416bc444be984fa693a1119 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.build-date=20240131, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.33.2, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image) 2024-02-10T20:52:34.667 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:34 smithi007 podman[32118]: 2024-02-10 20:52:34.378373041 +0000 UTC m=+0.344727181 container start b04a3c9215207943363e25fd45c73c2e64935dbb8416bc444be984fa693a1119 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, io.buildah.version=1.33.2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240131, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, ceph=True) 2024-02-10T20:52:34.667 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:34 smithi007 bash[32118]: b04a3c9215207943363e25fd45c73c2e64935dbb8416bc444be984fa693a1119 2024-02-10T20:52:34.668 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:34 smithi007 systemd[1]: Started Ceph mgr.a for faaf359e-c855-11ee-95b9-87774f69a715. 2024-02-10T20:52:35.417 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:34 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2024-02-10T20:52:34.929+0000 7fd33e7e2200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:52:35.417 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:35 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2024-02-10T20:52:35.024+0000 7fd33e7e2200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:52:36.022 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:35 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2024-02-10T20:52:35.686+0000 7fd33e7e2200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:52:36.022 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:35 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2024-02-10T20:52:35.780+0000 7fd33e7e2200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:52:36.023 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:35 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2024-02-10T20:52:35.924+0000 7fd33e7e2200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:52:36.374 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:36 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2024-02-10T20:52:36.021+0000 7fd33e7e2200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:52:36.375 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:36 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2024-02-10T20:52:36.106+0000 7fd33e7e2200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:52:36.375 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:36 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2024-02-10T20:52:36.373+0000 7fd33e7e2200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:52:36.667 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:36 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2024-02-10T20:52:36.485+0000 7fd33e7e2200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:52:36.667 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:36 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2024-02-10T20:52:36.574+0000 7fd33e7e2200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:52:37.167 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:36 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2024-02-10T20:52:36.671+0000 7fd33e7e2200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:52:37.167 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:36 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2024-02-10T20:52:36.849+0000 7fd33e7e2200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:52:38.167 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:37 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2024-02-10T20:52:37.852+0000 7fd33e7e2200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:52:38.167 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:37 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2024-02-10T20:52:37.986+0000 7fd33e7e2200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:52:38.617 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:38 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2024-02-10T20:52:38.323+0000 7fd33e7e2200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:52:38.617 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:38 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2024-02-10T20:52:38.416+0000 7fd33e7e2200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:52:38.617 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:38 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2024-02-10T20:52:38.616+0000 7fd33e7e2200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:52:38.917 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:38 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2024-02-10T20:52:38.803+0000 7fd33e7e2200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:52:39.356 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:39 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2024-02-10T20:52:39.094+0000 7fd33e7e2200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:52:39.356 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:39 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2024-02-10T20:52:39.354+0000 7fd33e7e2200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:52:39.667 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:39 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2024-02-10T20:52:39.596+0000 7fd33e7e2200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:52:40.917 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:40 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2024-02-10T20:52:40.424+0000 7fd33e7e2200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:52:41.328 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:41 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2024-02-10T20:52:41.004+0000 7fd33e7e2200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:52:41.328 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:41 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2024-02-10T20:52:41.105+0000 7fd33e7e2200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:52:41.328 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:41 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2024-02-10T20:52:41.326+0000 7fd33e7e2200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:52:41.668 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:41 smithi007 ceph-mon[29973]: Active manager daemon a restarted 2024-02-10T20:52:41.668 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:41 smithi007 ceph-mon[29973]: Activating manager daemon a 2024-02-10T20:52:41.668 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:41 smithi007 ceph-mon[29973]: osdmap e5: 0 total, 0 up, 0 in 2024-02-10T20:52:41.668 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:41 smithi007 ceph-mon[29973]: mgrmap e12: a(active, starting, since 0.00305103s) 2024-02-10T20:52:41.668 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:41 smithi007 ceph-mon[29973]: from='mgr.14148 172.21.15.7:0/3745306876' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T20:52:41.668 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:41 smithi007 ceph-mon[29973]: from='mgr.14148 172.21.15.7:0/3745306876' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T20:52:41.668 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:41 smithi007 ceph-mon[29973]: from='mgr.14148 172.21.15.7:0/3745306876' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T20:52:41.669 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:41 smithi007 ceph-mon[29973]: from='mgr.14148 172.21.15.7:0/3745306876' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T20:52:41.669 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:41 smithi007 ceph-mon[29973]: from='mgr.14148 172.21.15.7:0/3745306876' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T20:52:41.669 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:41 smithi007 ceph-mon[29973]: Manager daemon a is now available 2024-02-10T20:52:41.669 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:41 smithi007 ceph-mon[29973]: from='mgr.14148 172.21.15.7:0/3745306876' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:52:41.669 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:41 smithi007 ceph-mon[29973]: from='mgr.14148 172.21.15.7:0/3745306876' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:52:41.669 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:41 smithi007 ceph-mon[29973]: from='mgr.14148 172.21.15.7:0/3745306876' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:52:42.667 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-mon[29973]: from='mgr.14148 172.21.15.7:0/3745306876' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T20:52:42.668 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-mon[29973]: from='mgr.14148 172.21.15.7:0/3745306876' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T20:52:42.668 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-mon[29973]: mgrmap e13: a(active, since 1.00548s) 2024-02-10T20:52:42.668 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 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-10T20:52:42.668 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: *** Caught signal (Aborted) ** 2024-02-10T20:52:42.669 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: in thread 7fd3345e6700 thread_name:admin_socket 2024-02-10T20:52:42.669 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:52:42.669 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fd33bda0d20] 2024-02-10T20:52:42.669 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2: gsignal() 2024-02-10T20:52:42.669 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 3: abort() 2024-02-10T20:52:42.669 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 4: /lib64/libc.so.6(+0x21d39) [0x7fd33a27bd39] 2024-02-10T20:52:42.669 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 5: /lib64/libc.so.6(+0x46e86) [0x7fd33a2a0e86] 2024-02-10T20:52:42.669 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fd33ceec785] 2024-02-10T20:52:42.669 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fd33ceedf75] 2024-02-10T20:52:42.669 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fd33ceecbaf] 2024-02-10T20:52:42.669 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 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) [0x7fd33cef8b6d] 2024-02-10T20:52:42.669 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 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) [0x7fd33cef2f69] 2024-02-10T20:52:42.670 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fd33cef4a4b] 2024-02-10T20:52:42.670 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 12: (AdminSocket::entry()+0x4de) [0x7fd33cef52ae] 2024-02-10T20:52:42.670 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fd33ac8cb23] 2024-02-10T20:52:42.670 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fd33bd961ca] 2024-02-10T20:52:42.670 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 15: clone() 2024-02-10T20:52:42.670 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2024-02-10T20:52:42.346+0000 7fd3345e6700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:52:42.670 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: in thread 7fd3345e6700 thread_name:admin_socket 2024-02-10T20:52:42.670 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2024-02-10T20:52:42.670 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:52:42.670 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fd33bda0d20] 2024-02-10T20:52:42.670 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2: gsignal() 2024-02-10T20:52:42.670 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 3: abort() 2024-02-10T20:52:42.670 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 4: /lib64/libc.so.6(+0x21d39) [0x7fd33a27bd39] 2024-02-10T20:52:42.671 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 5: /lib64/libc.so.6(+0x46e86) [0x7fd33a2a0e86] 2024-02-10T20:52:42.671 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fd33ceec785] 2024-02-10T20:52:42.671 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fd33ceedf75] 2024-02-10T20:52:42.671 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fd33ceecbaf] 2024-02-10T20:52:42.671 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 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) [0x7fd33cef8b6d] 2024-02-10T20:52:42.671 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 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) [0x7fd33cef2f69] 2024-02-10T20:52:42.671 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fd33cef4a4b] 2024-02-10T20:52:42.671 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 12: (AdminSocket::entry()+0x4de) [0x7fd33cef52ae] 2024-02-10T20:52:42.671 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fd33ac8cb23] 2024-02-10T20:52:42.671 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fd33bd961ca] 2024-02-10T20:52:42.671 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 15: clone() 2024-02-10T20:52:42.671 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:52:42.671 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2024-02-10T20:52:42.672 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -3085> 2024-02-10T20:52:34.929+0000 7fd33e7e2200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:52:42.672 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -3064> 2024-02-10T20:52:35.024+0000 7fd33e7e2200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:52:42.672 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2822> 2024-02-10T20:52:35.686+0000 7fd33e7e2200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:52:42.672 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2780> 2024-02-10T20:52:35.780+0000 7fd33e7e2200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:52:42.672 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2753> 2024-02-10T20:52:35.924+0000 7fd33e7e2200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:52:42.672 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2731> 2024-02-10T20:52:36.021+0000 7fd33e7e2200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:52:42.672 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2719> 2024-02-10T20:52:36.106+0000 7fd33e7e2200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:52:42.672 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2700> 2024-02-10T20:52:36.373+0000 7fd33e7e2200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:52:42.672 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2668> 2024-02-10T20:52:36.485+0000 7fd33e7e2200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:52:42.672 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2648> 2024-02-10T20:52:36.574+0000 7fd33e7e2200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:52:42.672 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2630> 2024-02-10T20:52:36.671+0000 7fd33e7e2200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:52:42.672 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2603> 2024-02-10T20:52:36.849+0000 7fd33e7e2200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:52:42.672 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2550> 2024-02-10T20:52:37.852+0000 7fd33e7e2200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:52:42.672 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2536> 2024-02-10T20:52:37.986+0000 7fd33e7e2200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:52:42.673 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2477> 2024-02-10T20:52:38.323+0000 7fd33e7e2200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:52:42.673 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2456> 2024-02-10T20:52:38.416+0000 7fd33e7e2200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:52:42.673 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2444> 2024-02-10T20:52:38.616+0000 7fd33e7e2200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:52:42.673 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2404> 2024-02-10T20:52:38.803+0000 7fd33e7e2200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:52:42.673 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2309> 2024-02-10T20:52:39.094+0000 7fd33e7e2200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:52:42.674 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2298> 2024-02-10T20:52:39.354+0000 7fd33e7e2200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:52:42.674 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2234> 2024-02-10T20:52:39.596+0000 7fd33e7e2200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:52:42.674 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2081> 2024-02-10T20:52:40.424+0000 7fd33e7e2200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:52:42.674 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2057> 2024-02-10T20:52:41.004+0000 7fd33e7e2200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:52:42.674 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2043> 2024-02-10T20:52:41.105+0000 7fd33e7e2200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:52:42.674 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2016> 2024-02-10T20:52:41.326+0000 7fd33e7e2200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:52:42.674 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 0> 2024-02-10T20:52:42.346+0000 7fd3345e6700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:52:42.674 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: in thread 7fd3345e6700 thread_name:admin_socket 2024-02-10T20:52:42.674 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2024-02-10T20:52:42.674 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:52:42.674 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fd33bda0d20] 2024-02-10T20:52:42.674 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2: gsignal() 2024-02-10T20:52:42.674 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 3: abort() 2024-02-10T20:52:42.674 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 4: /lib64/libc.so.6(+0x21d39) [0x7fd33a27bd39] 2024-02-10T20:52:42.675 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 5: /lib64/libc.so.6(+0x46e86) [0x7fd33a2a0e86] 2024-02-10T20:52:42.675 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fd33ceec785] 2024-02-10T20:52:42.675 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fd33ceedf75] 2024-02-10T20:52:42.675 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fd33ceecbaf] 2024-02-10T20:52:42.675 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 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) [0x7fd33cef8b6d] 2024-02-10T20:52:42.675 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 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) [0x7fd33cef2f69] 2024-02-10T20:52:42.675 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fd33cef4a4b] 2024-02-10T20:52:42.675 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 12: (AdminSocket::entry()+0x4de) [0x7fd33cef52ae] 2024-02-10T20:52:42.675 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fd33ac8cb23] 2024-02-10T20:52:42.675 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fd33bd961ca] 2024-02-10T20:52:42.675 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 15: clone() 2024-02-10T20:52:42.675 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:52:42.675 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2024-02-10T20:52:42.675 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -3085> 2024-02-10T20:52:34.929+0000 7fd33e7e2200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:52:42.675 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -3064> 2024-02-10T20:52:35.024+0000 7fd33e7e2200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:52:42.675 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2822> 2024-02-10T20:52:35.686+0000 7fd33e7e2200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:52:42.676 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2780> 2024-02-10T20:52:35.780+0000 7fd33e7e2200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:52:42.676 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2753> 2024-02-10T20:52:35.924+0000 7fd33e7e2200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:52:42.676 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2731> 2024-02-10T20:52:36.021+0000 7fd33e7e2200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:52:42.676 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2719> 2024-02-10T20:52:36.106+0000 7fd33e7e2200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:52:42.676 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2700> 2024-02-10T20:52:36.373+0000 7fd33e7e2200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:52:42.676 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2668> 2024-02-10T20:52:36.485+0000 7fd33e7e2200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:52:42.676 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2648> 2024-02-10T20:52:36.574+0000 7fd33e7e2200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:52:42.676 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2630> 2024-02-10T20:52:36.671+0000 7fd33e7e2200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:52:42.676 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2603> 2024-02-10T20:52:36.849+0000 7fd33e7e2200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:52:42.676 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2550> 2024-02-10T20:52:37.852+0000 7fd33e7e2200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:52:42.676 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2536> 2024-02-10T20:52:37.986+0000 7fd33e7e2200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:52:42.676 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2477> 2024-02-10T20:52:38.323+0000 7fd33e7e2200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:52:42.676 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2456> 2024-02-10T20:52:38.416+0000 7fd33e7e2200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:52:42.677 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2444> 2024-02-10T20:52:38.616+0000 7fd33e7e2200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:52:42.677 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2404> 2024-02-10T20:52:38.803+0000 7fd33e7e2200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:52:42.677 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2309> 2024-02-10T20:52:39.094+0000 7fd33e7e2200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:52:42.677 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2298> 2024-02-10T20:52:39.354+0000 7fd33e7e2200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:52:42.677 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2234> 2024-02-10T20:52:39.596+0000 7fd33e7e2200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:52:42.677 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2081> 2024-02-10T20:52:40.424+0000 7fd33e7e2200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:52:42.677 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2057> 2024-02-10T20:52:41.004+0000 7fd33e7e2200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:52:42.677 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2043> 2024-02-10T20:52:41.105+0000 7fd33e7e2200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:52:42.677 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: -2016> 2024-02-10T20:52:41.326+0000 7fd33e7e2200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:52:42.677 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 0> 2024-02-10T20:52:42.346+0000 7fd3345e6700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:52:42.677 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: in thread 7fd3345e6700 thread_name:admin_socket 2024-02-10T20:52:42.677 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2024-02-10T20:52:42.677 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:52:42.677 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fd33bda0d20] 2024-02-10T20:52:42.677 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2: gsignal() 2024-02-10T20:52:42.677 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 3: abort() 2024-02-10T20:52:42.678 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 4: /lib64/libc.so.6(+0x21d39) [0x7fd33a27bd39] 2024-02-10T20:52:42.678 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 5: /lib64/libc.so.6(+0x46e86) [0x7fd33a2a0e86] 2024-02-10T20:52:42.678 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fd33ceec785] 2024-02-10T20:52:42.678 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fd33ceedf75] 2024-02-10T20:52:42.678 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fd33ceecbaf] 2024-02-10T20:52:42.678 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 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) [0x7fd33cef8b6d] 2024-02-10T20:52:42.678 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 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) [0x7fd33cef2f69] 2024-02-10T20:52:42.678 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fd33cef4a4b] 2024-02-10T20:52:42.678 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 12: (AdminSocket::entry()+0x4de) [0x7fd33cef52ae] 2024-02-10T20:52:42.678 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fd33ac8cb23] 2024-02-10T20:52:42.678 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fd33bd961ca] 2024-02-10T20:52:42.678 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 15: clone() 2024-02-10T20:52:42.678 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:52:42.678 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32133]: 2024-02-10T20:52:42.678 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 podman[32380]: 2024-02-10 20:52:42.406775269 +0000 UTC m=+0.018603321 container died b04a3c9215207943363e25fd45c73c2e64935dbb8416bc444be984fa693a1119 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a, ceph=True, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.vendor=CentOS, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, io.buildah.version=1.33.2, org.label-schema.license=GPLv2, org.label-schema.build-date=20240131) 2024-02-10T20:52:43.133 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 podman[32380]: 2024-02-10 20:52:42.909307922 +0000 UTC m=+0.521136022 container remove b04a3c9215207943363e25fd45c73c2e64935dbb8416bc444be984fa693a1119 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, io.buildah.version=1.33.2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240131) 2024-02-10T20:52:43.133 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:42 smithi007 systemd[1]: ceph-faaf359e-c855-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-10T20:52:43.417 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:43 smithi007 systemd[1]: ceph-faaf359e-c855-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-10T20:52:43.417 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:43 smithi007 systemd[1]: ceph-faaf359e-c855-11ee-95b9-87774f69a715@mgr.a.service: Consumed 8.987s CPU time. 2024-02-10T20:52:53.434 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:53 smithi007 systemd[1]: ceph-faaf359e-c855-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 4. 2024-02-10T20:52:53.434 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:53 smithi007 systemd[1]: Stopped Ceph mgr.a for faaf359e-c855-11ee-95b9-87774f69a715. 2024-02-10T20:52:53.435 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:53 smithi007 systemd[1]: ceph-faaf359e-c855-11ee-95b9-87774f69a715@mgr.a.service: Consumed 8.987s CPU time. 2024-02-10T20:52:53.435 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:53 smithi007 systemd[1]: Starting Ceph mgr.a for faaf359e-c855-11ee-95b9-87774f69a715... 2024-02-10T20:52:53.435 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:53 smithi007 podman[32482]: 2024-02-10 20:52:53.306061831 +0000 UTC m=+0.018340958 image pull e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T20:52:53.435 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:53 smithi007 podman[32482]: 2024-02-10 20:52:53.43422233 +0000 UTC m=+0.146501441 container create 01d01f067f9efd6617d9cc0bda13084e9024b69b6ea529f0f1f9eec9a2c89c68 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a, maintainer=Guillaume Abrioux , RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.2, org.label-schema.build-date=20240131, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True) 2024-02-10T20:52:53.770 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:53 smithi007 podman[32482]: 2024-02-10 20:52:53.661496357 +0000 UTC m=+0.373775468 container init 01d01f067f9efd6617d9cc0bda13084e9024b69b6ea529f0f1f9eec9a2c89c68 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.build-date=20240131, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True, io.buildah.version=1.33.2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-02-10T20:52:53.770 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:53 smithi007 podman[32482]: 2024-02-10 20:52:53.666789635 +0000 UTC m=+0.379068747 container start 01d01f067f9efd6617d9cc0bda13084e9024b69b6ea529f0f1f9eec9a2c89c68 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a, org.label-schema.license=GPLv2, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240131, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.33.2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275) 2024-02-10T20:52:54.167 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:53 smithi007 bash[32482]: 01d01f067f9efd6617d9cc0bda13084e9024b69b6ea529f0f1f9eec9a2c89c68 2024-02-10T20:52:54.167 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:53 smithi007 systemd[1]: Started Ceph mgr.a for faaf359e-c855-11ee-95b9-87774f69a715. 2024-02-10T20:52:54.667 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:54 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2024-02-10T20:52:54.218+0000 7fc8ab913200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:52:54.667 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:54 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2024-02-10T20:52:54.313+0000 7fc8ab913200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:52:55.313 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:54 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2024-02-10T20:52:54.975+0000 7fc8ab913200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:52:55.313 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:55 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2024-02-10T20:52:55.070+0000 7fc8ab913200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:52:55.313 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:55 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2024-02-10T20:52:55.214+0000 7fc8ab913200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:52:55.665 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:55 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2024-02-10T20:52:55.312+0000 7fc8ab913200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:52:55.666 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:55 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2024-02-10T20:52:55.397+0000 7fc8ab913200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:52:55.666 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:55 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2024-02-10T20:52:55.664+0000 7fc8ab913200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:52:55.917 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:55 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2024-02-10T20:52:55.776+0000 7fc8ab913200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:52:55.917 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:55 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2024-02-10T20:52:55.865+0000 7fc8ab913200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:52:56.417 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:55 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2024-02-10T20:52:55.961+0000 7fc8ab913200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:52:56.417 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:56 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2024-02-10T20:52:56.140+0000 7fc8ab913200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:52:57.417 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:57 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2024-02-10T20:52:57.142+0000 7fc8ab913200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:52:57.417 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:57 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2024-02-10T20:52:57.277+0000 7fc8ab913200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:52:57.907 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:57 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2024-02-10T20:52:57.615+0000 7fc8ab913200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:52:57.908 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:57 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2024-02-10T20:52:57.707+0000 7fc8ab913200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:52:57.908 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:57 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2024-02-10T20:52:57.906+0000 7fc8ab913200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:52:58.167 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:58 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2024-02-10T20:52:58.096+0000 7fc8ab913200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:52:58.650 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:58 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2024-02-10T20:52:58.387+0000 7fc8ab913200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:52:58.650 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:58 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2024-02-10T20:52:58.649+0000 7fc8ab913200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:52:58.917 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:58 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2024-02-10T20:52:58.891+0000 7fc8ab913200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:53:00.167 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:52:59 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2024-02-10T20:52:59.718+0000 7fc8ab913200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:53:00.624 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:00 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2024-02-10T20:53:00.300+0000 7fc8ab913200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:53:00.624 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:00 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2024-02-10T20:53:00.401+0000 7fc8ab913200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:53:00.624 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:00 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2024-02-10T20:53:00.623+0000 7fc8ab913200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:53:01.417 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-mon[29973]: Active manager daemon a restarted 2024-02-10T20:53:01.417 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-mon[29973]: Activating manager daemon a 2024-02-10T20:53:01.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-mon[29973]: osdmap e6: 0 total, 0 up, 0 in 2024-02-10T20:53:01.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-mon[29973]: mgrmap e14: a(active, starting, since 0.00308439s) 2024-02-10T20:53:01.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-mon[29973]: from='mgr.14156 172.21.15.7:0/2118666749' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T20:53:01.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-mon[29973]: from='mgr.14156 172.21.15.7:0/2118666749' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T20:53:01.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-mon[29973]: from='mgr.14156 172.21.15.7:0/2118666749' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T20:53:01.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-mon[29973]: from='mgr.14156 172.21.15.7:0/2118666749' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T20:53:01.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-mon[29973]: from='mgr.14156 172.21.15.7:0/2118666749' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T20:53:01.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-mon[29973]: Manager daemon a is now available 2024-02-10T20:53:01.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-mon[29973]: from='mgr.14156 172.21.15.7:0/2118666749' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:53:01.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-mon[29973]: from='mgr.14156 172.21.15.7:0/2118666749' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:53:01.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-mon[29973]: from='mgr.14156 172.21.15.7:0/2118666749' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:53:01.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-mon[29973]: from='mgr.14156 172.21.15.7:0/2118666749' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T20:53:01.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-mon[29973]: from='mgr.14156 172.21.15.7:0/2118666749' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T20:53:01.920 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 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-10T20:53:01.920 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: *** Caught signal (Aborted) ** 2024-02-10T20:53:01.921 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: in thread 7fc8a1717700 thread_name:admin_socket 2024-02-10T20:53:01.921 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:53:01.921 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fc8a8ed1d20] 2024-02-10T20:53:01.921 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2: gsignal() 2024-02-10T20:53:01.921 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 3: abort() 2024-02-10T20:53:01.921 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 4: /lib64/libc.so.6(+0x21d39) [0x7fc8a73acd39] 2024-02-10T20:53:01.921 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 5: /lib64/libc.so.6(+0x46e86) [0x7fc8a73d1e86] 2024-02-10T20:53:01.921 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fc8aa01d785] 2024-02-10T20:53:01.921 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fc8aa01ef75] 2024-02-10T20:53:01.921 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fc8aa01dbaf] 2024-02-10T20:53:01.921 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 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) [0x7fc8aa029b6d] 2024-02-10T20:53:01.921 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 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) [0x7fc8aa023f69] 2024-02-10T20:53:01.921 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fc8aa025a4b] 2024-02-10T20:53:01.922 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 12: (AdminSocket::entry()+0x4de) [0x7fc8aa0262ae] 2024-02-10T20:53:01.922 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fc8a7dbdb23] 2024-02-10T20:53:01.922 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fc8a8ec71ca] 2024-02-10T20:53:01.922 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 15: clone() 2024-02-10T20:53:01.922 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2024-02-10T20:53:01.643+0000 7fc8a1717700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:53:01.922 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: in thread 7fc8a1717700 thread_name:admin_socket 2024-02-10T20:53:01.922 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2024-02-10T20:53:01.922 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:53:01.922 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fc8a8ed1d20] 2024-02-10T20:53:01.922 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2: gsignal() 2024-02-10T20:53:01.922 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 3: abort() 2024-02-10T20:53:01.922 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 4: /lib64/libc.so.6(+0x21d39) [0x7fc8a73acd39] 2024-02-10T20:53:01.922 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 5: /lib64/libc.so.6(+0x46e86) [0x7fc8a73d1e86] 2024-02-10T20:53:01.923 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fc8aa01d785] 2024-02-10T20:53:01.923 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fc8aa01ef75] 2024-02-10T20:53:01.923 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fc8aa01dbaf] 2024-02-10T20:53:01.923 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 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) [0x7fc8aa029b6d] 2024-02-10T20:53:01.923 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 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) [0x7fc8aa023f69] 2024-02-10T20:53:01.923 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fc8aa025a4b] 2024-02-10T20:53:01.923 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 12: (AdminSocket::entry()+0x4de) [0x7fc8aa0262ae] 2024-02-10T20:53:01.923 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fc8a7dbdb23] 2024-02-10T20:53:01.923 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fc8a8ec71ca] 2024-02-10T20:53:01.923 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 15: clone() 2024-02-10T20:53:01.923 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:53:01.923 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2024-02-10T20:53:01.923 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -3080> 2024-02-10T20:52:54.218+0000 7fc8ab913200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:53:01.923 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -3059> 2024-02-10T20:52:54.313+0000 7fc8ab913200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:53:01.923 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2817> 2024-02-10T20:52:54.975+0000 7fc8ab913200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:53:01.924 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2775> 2024-02-10T20:52:55.070+0000 7fc8ab913200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:53:01.924 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2748> 2024-02-10T20:52:55.214+0000 7fc8ab913200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:53:01.924 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2726> 2024-02-10T20:52:55.312+0000 7fc8ab913200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:53:01.924 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2714> 2024-02-10T20:52:55.397+0000 7fc8ab913200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:53:01.924 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2695> 2024-02-10T20:52:55.664+0000 7fc8ab913200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:53:01.924 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2663> 2024-02-10T20:52:55.776+0000 7fc8ab913200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:53:01.924 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2643> 2024-02-10T20:52:55.865+0000 7fc8ab913200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:53:01.924 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2625> 2024-02-10T20:52:55.961+0000 7fc8ab913200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:53:01.924 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2598> 2024-02-10T20:52:56.140+0000 7fc8ab913200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:53:01.924 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2545> 2024-02-10T20:52:57.142+0000 7fc8ab913200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:53:01.924 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2531> 2024-02-10T20:52:57.277+0000 7fc8ab913200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:53:01.924 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2472> 2024-02-10T20:52:57.615+0000 7fc8ab913200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:53:01.925 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2451> 2024-02-10T20:52:57.707+0000 7fc8ab913200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:53:01.925 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2439> 2024-02-10T20:52:57.906+0000 7fc8ab913200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:53:01.925 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2399> 2024-02-10T20:52:58.096+0000 7fc8ab913200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:53:01.925 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2304> 2024-02-10T20:52:58.387+0000 7fc8ab913200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:53:01.925 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2293> 2024-02-10T20:52:58.649+0000 7fc8ab913200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:53:01.925 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2229> 2024-02-10T20:52:58.891+0000 7fc8ab913200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:53:01.925 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2076> 2024-02-10T20:52:59.718+0000 7fc8ab913200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:53:01.925 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2052> 2024-02-10T20:53:00.300+0000 7fc8ab913200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:53:01.925 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2038> 2024-02-10T20:53:00.401+0000 7fc8ab913200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:53:01.925 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2011> 2024-02-10T20:53:00.623+0000 7fc8ab913200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:53:01.925 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 0> 2024-02-10T20:53:01.643+0000 7fc8a1717700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:53:01.925 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: in thread 7fc8a1717700 thread_name:admin_socket 2024-02-10T20:53:01.925 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2024-02-10T20:53:01.925 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:53:01.925 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fc8a8ed1d20] 2024-02-10T20:53:01.926 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2: gsignal() 2024-02-10T20:53:01.926 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 3: abort() 2024-02-10T20:53:01.926 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 4: /lib64/libc.so.6(+0x21d39) [0x7fc8a73acd39] 2024-02-10T20:53:01.926 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 5: /lib64/libc.so.6(+0x46e86) [0x7fc8a73d1e86] 2024-02-10T20:53:01.926 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fc8aa01d785] 2024-02-10T20:53:01.926 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fc8aa01ef75] 2024-02-10T20:53:01.926 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fc8aa01dbaf] 2024-02-10T20:53:01.926 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 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) [0x7fc8aa029b6d] 2024-02-10T20:53:01.926 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 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) [0x7fc8aa023f69] 2024-02-10T20:53:01.926 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fc8aa025a4b] 2024-02-10T20:53:01.926 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 12: (AdminSocket::entry()+0x4de) [0x7fc8aa0262ae] 2024-02-10T20:53:01.926 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fc8a7dbdb23] 2024-02-10T20:53:01.926 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fc8a8ec71ca] 2024-02-10T20:53:01.926 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 15: clone() 2024-02-10T20:53:01.927 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:53:01.927 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2024-02-10T20:53:01.927 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -3080> 2024-02-10T20:52:54.218+0000 7fc8ab913200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:53:01.927 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -3059> 2024-02-10T20:52:54.313+0000 7fc8ab913200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:53:01.927 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2817> 2024-02-10T20:52:54.975+0000 7fc8ab913200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:53:01.927 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2775> 2024-02-10T20:52:55.070+0000 7fc8ab913200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:53:01.927 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2748> 2024-02-10T20:52:55.214+0000 7fc8ab913200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:53:01.927 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2726> 2024-02-10T20:52:55.312+0000 7fc8ab913200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:53:01.927 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2714> 2024-02-10T20:52:55.397+0000 7fc8ab913200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:53:01.927 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2695> 2024-02-10T20:52:55.664+0000 7fc8ab913200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:53:01.927 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2663> 2024-02-10T20:52:55.776+0000 7fc8ab913200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:53:01.927 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2643> 2024-02-10T20:52:55.865+0000 7fc8ab913200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:53:01.927 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2625> 2024-02-10T20:52:55.961+0000 7fc8ab913200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:53:01.928 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2598> 2024-02-10T20:52:56.140+0000 7fc8ab913200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:53:01.928 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2545> 2024-02-10T20:52:57.142+0000 7fc8ab913200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:53:01.928 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2531> 2024-02-10T20:52:57.277+0000 7fc8ab913200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:53:01.928 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2472> 2024-02-10T20:52:57.615+0000 7fc8ab913200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:53:01.928 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2451> 2024-02-10T20:52:57.707+0000 7fc8ab913200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:53:01.928 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2439> 2024-02-10T20:52:57.906+0000 7fc8ab913200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:53:01.928 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2399> 2024-02-10T20:52:58.096+0000 7fc8ab913200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:53:01.928 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2304> 2024-02-10T20:52:58.387+0000 7fc8ab913200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:53:01.928 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2293> 2024-02-10T20:52:58.649+0000 7fc8ab913200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:53:01.928 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2229> 2024-02-10T20:52:58.891+0000 7fc8ab913200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:53:01.928 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2076> 2024-02-10T20:52:59.718+0000 7fc8ab913200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:53:01.928 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2052> 2024-02-10T20:53:00.300+0000 7fc8ab913200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:53:01.928 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2038> 2024-02-10T20:53:00.401+0000 7fc8ab913200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:53:01.929 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: -2011> 2024-02-10T20:53:00.623+0000 7fc8ab913200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:53:01.929 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 0> 2024-02-10T20:53:01.643+0000 7fc8a1717700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:53:01.929 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: in thread 7fc8a1717700 thread_name:admin_socket 2024-02-10T20:53:01.929 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2024-02-10T20:53:01.929 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:53:01.929 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fc8a8ed1d20] 2024-02-10T20:53:01.929 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2: gsignal() 2024-02-10T20:53:01.929 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 3: abort() 2024-02-10T20:53:01.929 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 4: /lib64/libc.so.6(+0x21d39) [0x7fc8a73acd39] 2024-02-10T20:53:01.929 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 5: /lib64/libc.so.6(+0x46e86) [0x7fc8a73d1e86] 2024-02-10T20:53:01.929 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fc8aa01d785] 2024-02-10T20:53:01.929 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fc8aa01ef75] 2024-02-10T20:53:01.929 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fc8aa01dbaf] 2024-02-10T20:53:01.929 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 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) [0x7fc8aa029b6d] 2024-02-10T20:53:01.930 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 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) [0x7fc8aa023f69] 2024-02-10T20:53:01.930 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fc8aa025a4b] 2024-02-10T20:53:01.930 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 12: (AdminSocket::entry()+0x4de) [0x7fc8aa0262ae] 2024-02-10T20:53:01.930 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fc8a7dbdb23] 2024-02-10T20:53:01.930 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fc8a8ec71ca] 2024-02-10T20:53:01.930 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 15: clone() 2024-02-10T20:53:01.930 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:53:01.930 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a[32498]: 2024-02-10T20:53:01.930 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:01 smithi007 podman[32722]: 2024-02-10 20:53:01.714754531 +0000 UTC m=+0.018070716 container died 01d01f067f9efd6617d9cc0bda13084e9024b69b6ea529f0f1f9eec9a2c89c68 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a, GIT_CLEAN=True, io.buildah.version=1.33.2, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, ceph=True, org.label-schema.build-date=20240131, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b) 2024-02-10T20:53:02.299 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:02 smithi007 podman[32722]: 2024-02-10 20:53:02.280797621 +0000 UTC m=+0.584113804 container remove 01d01f067f9efd6617d9cc0bda13084e9024b69b6ea529f0f1f9eec9a2c89c68 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-faaf359e-c855-11ee-95b9-87774f69a715-mgr-a, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, io.buildah.version=1.33.2, org.label-schema.build-date=20240131, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275) 2024-02-10T20:53:02.299 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:02 smithi007 systemd[1]: ceph-faaf359e-c855-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-10T20:53:02.917 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:53:02 smithi007 ceph-mon[29973]: mgrmap e15: a(active, since 1.00527s) 2024-02-10T20:53:02.917 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:02 smithi007 systemd[1]: ceph-faaf359e-c855-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-10T20:53:02.917 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:02 smithi007 systemd[1]: ceph-faaf359e-c855-11ee-95b9-87774f69a715@mgr.a.service: Consumed 9.166s CPU time. 2024-02-10T20:53:13.167 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:12 smithi007 systemd[1]: ceph-faaf359e-c855-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 5. 2024-02-10T20:53:13.168 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:12 smithi007 systemd[1]: Stopped Ceph mgr.a for faaf359e-c855-11ee-95b9-87774f69a715. 2024-02-10T20:53:13.168 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:12 smithi007 systemd[1]: ceph-faaf359e-c855-11ee-95b9-87774f69a715@mgr.a.service: Consumed 9.166s CPU time. 2024-02-10T20:53:13.168 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:12 smithi007 systemd[1]: ceph-faaf359e-c855-11ee-95b9-87774f69a715@mgr.a.service: Start request repeated too quickly. 2024-02-10T20:53:13.168 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:12 smithi007 systemd[1]: ceph-faaf359e-c855-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-10T20:53:13.168 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Feb 10 20:53:12 smithi007 systemd[1]: Failed to start Ceph mgr.a for faaf359e-c855-11ee-95b9-87774f69a715. 2024-02-10T20:53:35.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:53:35 smithi007 ceph-mon[29973]: Manager daemon a is unresponsive. No standby daemons available. 2024-02-10T20:53:35.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:53:35 smithi007 ceph-mon[29973]: osdmap e7: 0 total, 0 up, 0 in 2024-02-10T20:53:35.418 INFO:journalctl@ceph.mon.a.smithi007.stdout:Feb 10 20:53:35 smithi007 ceph-mon[29973]: mgrmap e16: no daemons active (since 0.00319273s) 2024-02-11T08:40:06.837 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2024-02-11T08:40:06.862 DEBUG:teuthology.task.console_log:Killing console logger for smithi007 2024-02-11T08:40:06.863 DEBUG:teuthology.task.console_log:Killing console logger for smithi096 2024-02-11T08:40:06.863 DEBUG:teuthology.task.console_log:Killing console logger for smithi193 2024-02-11T08:40:06.864 DEBUG:teuthology.exit:Finished running handlers