2024-02-11T07:55:57.685 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-11T07:55:57.686 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} --archive /home/teuthworker/archive/yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi/7555981 --verbose --owner scheduled_yuriw@teuthology --name yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi -- /home/teuthworker/archive/yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi/7555981/orig.config.yaml 2024-02-11T07:55:57.719 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-11T07:55:57.801 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/7555981 branch: wip-yuri6-testing-2024-02-09-1422 description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} email: yweinste@redhat.com first_in_suite: false job_id: '7555981' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuri6-testing-2024-02-09-1422 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 14aa01b918f09661ae41e4c41d1de99d6ac08228 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 14aa01b918f09661ae41e4c41d1de99d6ac08228 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri6-testing-2024-02-09-1422 sha1: 14aa01b918f09661ae41e4c41d1de99d6ac08228 owner: scheduled_yuriw@teuthology priority: 71 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - osd.1 - - host.b - mon.b - mgr.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 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: smithi042.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMtHwRQI0BqkEXHFjmxH8qQlg+xwYVRgr3dkFsAxt9xQlraGpKyW4geNKAg/sgpsM6nf5wIZjX49oS2gGMBRACQ= smithi053.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOHj226cCzB0AfOUTmRJbk1EYgPVZq2Sc6L0m+c00LwOHw3+5HxuMzo45dIfEtDtlafFAQvdioXGd7qN98vBGjc= smithi158.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD2EKJ6Zk7J5rj7UYiXWCKfPbIJO98IcHUz3Jho/fdQ74yw/nqUmX4GM+BJ12jd19IMnPUU3pUlUA8LuCZ4hVU0= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - "set -ex\nHOSTNAMES=$(ceph orch host ls --format json | jq -r '.[] | .hostname')\n\ for host in $HOSTNAMES; do\n # find the hostname for \"host.c\" which will\ \ have no mgr\n HAS_MGRS=$(ceph orch ps --hostname ${host} --format json |\ \ jq 'any(.daemon_type == \"mgr\")')\n if [ \"$HAS_MGRS\" == \"false\" ]; then\n\ \ HOST_C=\"${host}\"\n fi\ndone\n# One last thing to worry about before\ \ draining the host\n# is that the teuthology test tends to put the explicit\n\ # hostnames in the placement for the mon service.\n# We want to make sure we\ \ can drain without providing\n# --force and there is a check for the host being\ \ removed\n# being listed explicitly in the placements. Therefore,\n# we should\ \ remove it from the mon placement.\nceph orch ls mon --export > mon.yaml\n\ sed /\"$HOST_C\"/d mon.yaml > mon_adjusted.yaml\nceph orch apply -i mon_adjusted.yaml\n\ # now drain that host\nceph orch host drain $HOST_C --zap-osd-devices\n# wait\ \ for drain to complete\nHOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\n\ while [ \"$HOST_C_DAEMONS\" != \"No daemons reported\" ]; do\n sleep 15\n \ \ HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\ndone\n# we want to check\ \ the ability to remove the host from\n# the CRUSH map, so we should first verify\ \ the host is in\n# the CRUSH map.\nceph osd getcrushmap -o compiled-crushmap\n\ crushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\n\ if ! grep -q \"$HOST_C\" <<< \"$CRUSH_MAP\"; then\n printf \"Expected to see\ \ $HOST_C in CRUSH map. Saw:\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n# If the drain\ \ was successful, we should be able to remove the\n# host without force with\ \ no issues. If there are still daemons\n# we will get a response telling us\ \ to drain the host and a\n# non-zero return code\nceph orch host rm $HOST_C\ \ --rm-crush-entry\n# verify we've successfully removed the host from the CRUSH\ \ map\nsleep 30\nceph osd getcrushmap -o compiled-crushmap\ncrushtool -d compiled-crushmap\ \ -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\nif grep -q \"$HOST_C\" <<<\ \ \"$CRUSH_MAP\"; then\n printf \"Saw $HOST_C in CRUSH map after it should\ \ have been removed.\\n\\n$CRUSH_MAP\"\n exit 1\nfi\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-11T07:55:57.801 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-11T07:55:57.802 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_14aa01b918f09661ae41e4c41d1de99d6ac08228/qa/tasks 2024-02-11T07:55:57.802 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-11T07:55:57.804 INFO:teuthology.task.internal:Checking packages... 2024-02-11T07:55:57.826 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '14aa01b918f09661ae41e4c41d1de99d6ac08228' 2024-02-11T07:55:57.826 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-11T07:55:57.826 INFO:teuthology.packaging:ref: None 2024-02-11T07:55:57.826 INFO:teuthology.packaging:tag: None 2024-02-11T07:55:57.827 INFO:teuthology.packaging:branch: wip-yuri6-testing-2024-02-09-1422 2024-02-11T07:55:57.827 INFO:teuthology.packaging:sha1: 14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-11T07:55:57.827 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-11T07:55:58.039 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-1367.g14aa01b9 2024-02-11T07:55:58.041 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-11T07:55:58.047 INFO:teuthology.task.internal:no buildpackages task found 2024-02-11T07:55:58.047 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-11T07:55:58.068 INFO:teuthology.task.internal:Saving configuration 2024-02-11T07:55:58.081 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-11T07:55:58.089 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-11T07:55:58.113 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi042.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/7555981', '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-11 07:50:00.535348', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMtHwRQI0BqkEXHFjmxH8qQlg+xwYVRgr3dkFsAxt9xQlraGpKyW4geNKAg/sgpsM6nf5wIZjX49oS2gGMBRACQ='} 2024-02-11T07:55:58.135 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi053.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/7555981', '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-11 07:50:00.536837', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOHj226cCzB0AfOUTmRJbk1EYgPVZq2Sc6L0m+c00LwOHw3+5HxuMzo45dIfEtDtlafFAQvdioXGd7qN98vBGjc='} 2024-02-11T07:55:58.157 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi158.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/7555981', '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-11 07:50:00.538084', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD2EKJ6Zk7J5rj7UYiXWCKfPbIJO98IcHUz3Jho/fdQ74yw/nqUmX4GM+BJ12jd19IMnPUU3pUlUA8LuCZ4hVU0='} 2024-02-11T07:55:58.157 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-11T07:55:58.164 INFO:teuthology.task.internal:roles: ubuntu@smithi042.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-02-11T07:55:58.164 INFO:teuthology.task.internal:roles: ubuntu@smithi053.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-02-11T07:55:58.164 INFO:teuthology.task.internal:roles: ubuntu@smithi158.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-02-11T07:55:58.164 INFO:teuthology.run_tasks:Running task console_log... 2024-02-11T07:55:58.267 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fbda0525f70>, signals=[15]) 2024-02-11T07:55:58.267 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-11T07:55:58.276 INFO:teuthology.task.internal:Opening connections... 2024-02-11T07:55:58.276 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi042.front.sepia.ceph.com 2024-02-11T07:55:58.278 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi042.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T07:55:58.381 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi053.front.sepia.ceph.com 2024-02-11T07:55:58.382 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T07:55:58.491 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi158.front.sepia.ceph.com 2024-02-11T07:55:58.491 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T07:55:58.583 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-11T07:55:58.592 DEBUG:teuthology.orchestra.run.smithi042:> uname -m 2024-02-11T07:55:58.610 INFO:teuthology.orchestra.run.smithi042.stdout:x86_64 2024-02-11T07:55:58.610 DEBUG:teuthology.orchestra.run.smithi042:> cat /etc/os-release 2024-02-11T07:55:58.668 INFO:teuthology.orchestra.run.smithi042.stdout:NAME="CentOS Stream" 2024-02-11T07:55:58.668 INFO:teuthology.orchestra.run.smithi042.stdout:VERSION="9" 2024-02-11T07:55:58.668 INFO:teuthology.orchestra.run.smithi042.stdout:ID="centos" 2024-02-11T07:55:58.668 INFO:teuthology.orchestra.run.smithi042.stdout:ID_LIKE="rhel fedora" 2024-02-11T07:55:58.668 INFO:teuthology.orchestra.run.smithi042.stdout:VERSION_ID="9" 2024-02-11T07:55:58.668 INFO:teuthology.orchestra.run.smithi042.stdout:PLATFORM_ID="platform:el9" 2024-02-11T07:55:58.669 INFO:teuthology.orchestra.run.smithi042.stdout:PRETTY_NAME="CentOS Stream 9" 2024-02-11T07:55:58.669 INFO:teuthology.orchestra.run.smithi042.stdout:ANSI_COLOR="0;31" 2024-02-11T07:55:58.669 INFO:teuthology.orchestra.run.smithi042.stdout:LOGO="fedora-logo-icon" 2024-02-11T07:55:58.669 INFO:teuthology.orchestra.run.smithi042.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-02-11T07:55:58.669 INFO:teuthology.orchestra.run.smithi042.stdout:HOME_URL="https://centos.org/" 2024-02-11T07:55:58.669 INFO:teuthology.orchestra.run.smithi042.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-11T07:55:58.669 INFO:teuthology.orchestra.run.smithi042.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-02-11T07:55:58.669 INFO:teuthology.orchestra.run.smithi042.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-11T07:55:58.670 INFO:teuthology.lock.ops:Updating smithi042.front.sepia.ceph.com on lock server 2024-02-11T07:55:58.696 DEBUG:teuthology.orchestra.run.smithi053:> uname -m 2024-02-11T07:55:58.715 INFO:teuthology.orchestra.run.smithi053.stdout:x86_64 2024-02-11T07:55:58.715 DEBUG:teuthology.orchestra.run.smithi053:> cat /etc/os-release 2024-02-11T07:55:58.772 INFO:teuthology.orchestra.run.smithi053.stdout:NAME="CentOS Stream" 2024-02-11T07:55:58.773 INFO:teuthology.orchestra.run.smithi053.stdout:VERSION="9" 2024-02-11T07:55:58.773 INFO:teuthology.orchestra.run.smithi053.stdout:ID="centos" 2024-02-11T07:55:58.773 INFO:teuthology.orchestra.run.smithi053.stdout:ID_LIKE="rhel fedora" 2024-02-11T07:55:58.773 INFO:teuthology.orchestra.run.smithi053.stdout:VERSION_ID="9" 2024-02-11T07:55:58.773 INFO:teuthology.orchestra.run.smithi053.stdout:PLATFORM_ID="platform:el9" 2024-02-11T07:55:58.773 INFO:teuthology.orchestra.run.smithi053.stdout:PRETTY_NAME="CentOS Stream 9" 2024-02-11T07:55:58.773 INFO:teuthology.orchestra.run.smithi053.stdout:ANSI_COLOR="0;31" 2024-02-11T07:55:58.773 INFO:teuthology.orchestra.run.smithi053.stdout:LOGO="fedora-logo-icon" 2024-02-11T07:55:58.773 INFO:teuthology.orchestra.run.smithi053.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-02-11T07:55:58.773 INFO:teuthology.orchestra.run.smithi053.stdout:HOME_URL="https://centos.org/" 2024-02-11T07:55:58.773 INFO:teuthology.orchestra.run.smithi053.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-11T07:55:58.773 INFO:teuthology.orchestra.run.smithi053.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-02-11T07:55:58.773 INFO:teuthology.orchestra.run.smithi053.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-11T07:55:58.774 INFO:teuthology.lock.ops:Updating smithi053.front.sepia.ceph.com on lock server 2024-02-11T07:55:58.796 DEBUG:teuthology.orchestra.run.smithi158:> uname -m 2024-02-11T07:55:58.814 INFO:teuthology.orchestra.run.smithi158.stdout:x86_64 2024-02-11T07:55:58.814 DEBUG:teuthology.orchestra.run.smithi158:> cat /etc/os-release 2024-02-11T07:55:58.874 INFO:teuthology.orchestra.run.smithi158.stdout:NAME="CentOS Stream" 2024-02-11T07:55:58.874 INFO:teuthology.orchestra.run.smithi158.stdout:VERSION="9" 2024-02-11T07:55:58.875 INFO:teuthology.orchestra.run.smithi158.stdout:ID="centos" 2024-02-11T07:55:58.875 INFO:teuthology.orchestra.run.smithi158.stdout:ID_LIKE="rhel fedora" 2024-02-11T07:55:58.875 INFO:teuthology.orchestra.run.smithi158.stdout:VERSION_ID="9" 2024-02-11T07:55:58.875 INFO:teuthology.orchestra.run.smithi158.stdout:PLATFORM_ID="platform:el9" 2024-02-11T07:55:58.875 INFO:teuthology.orchestra.run.smithi158.stdout:PRETTY_NAME="CentOS Stream 9" 2024-02-11T07:55:58.875 INFO:teuthology.orchestra.run.smithi158.stdout:ANSI_COLOR="0;31" 2024-02-11T07:55:58.875 INFO:teuthology.orchestra.run.smithi158.stdout:LOGO="fedora-logo-icon" 2024-02-11T07:55:58.875 INFO:teuthology.orchestra.run.smithi158.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-02-11T07:55:58.875 INFO:teuthology.orchestra.run.smithi158.stdout:HOME_URL="https://centos.org/" 2024-02-11T07:55:58.875 INFO:teuthology.orchestra.run.smithi158.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-11T07:55:58.875 INFO:teuthology.orchestra.run.smithi158.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-02-11T07:55:58.875 INFO:teuthology.orchestra.run.smithi158.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-11T07:55:58.876 INFO:teuthology.lock.ops:Updating smithi158.front.sepia.ceph.com on lock server 2024-02-11T07:55:58.896 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-11T07:55:58.906 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-11T07:55:58.914 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-11T07:55:58.915 DEBUG:teuthology.orchestra.run.smithi042:> test '!' -e /home/ubuntu/cephtest 2024-02-11T07:55:58.917 DEBUG:teuthology.orchestra.run.smithi053:> test '!' -e /home/ubuntu/cephtest 2024-02-11T07:55:58.920 DEBUG:teuthology.orchestra.run.smithi158:> test '!' -e /home/ubuntu/cephtest 2024-02-11T07:55:58.935 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-11T07:55:58.943 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-11T07:55:58.943 DEBUG:teuthology.orchestra.run.smithi042:> test -z $(ls -A /var/lib/ceph) 2024-02-11T07:55:58.974 DEBUG:teuthology.orchestra.run.smithi053:> test -z $(ls -A /var/lib/ceph) 2024-02-11T07:55:58.977 DEBUG:teuthology.orchestra.run.smithi158:> test -z $(ls -A /var/lib/ceph) 2024-02-11T07:55:59.094 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-11T07:55:59.176 INFO:teuthology.run_tasks:Running task kernel... 2024-02-11T07:55:59.192 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-11T07:55:59.192 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-11T07:55:59.192 DEBUG:teuthology.orchestra.run.smithi042:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-11T07:55:59.193 DEBUG:teuthology.orchestra.run.smithi053:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-11T07:55:59.193 DEBUG:teuthology.orchestra.run.smithi158:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-11T07:55:59.209 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T07:55:59.210 DEBUG:teuthology.orchestra.run.smithi158:> uname -r 2024-02-11T07:55:59.211 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T07:55:59.211 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T07:55:59.212 DEBUG:teuthology.orchestra.run.smithi042:> uname -r 2024-02-11T07:55:59.212 DEBUG:teuthology.orchestra.run.smithi053:> uname -r 2024-02-11T07:55:59.269 INFO:teuthology.orchestra.run.smithi042.stdout:5.14.0-361.el9.x86_64 2024-02-11T07:55:59.270 INFO:teuthology.task.kernel:Running kernel on smithi042: 5.14.0-361.el9.x86_64 2024-02-11T07:55:59.270 DEBUG:teuthology.orchestra.run.smithi042:> sudo yum install -y kernel 2024-02-11T07:55:59.271 INFO:teuthology.orchestra.run.smithi158.stdout:5.14.0-361.el9.x86_64 2024-02-11T07:55:59.271 INFO:teuthology.orchestra.run.smithi053.stdout:5.14.0-361.el9.x86_64 2024-02-11T07:55:59.272 INFO:teuthology.task.kernel:Running kernel on smithi158: 5.14.0-361.el9.x86_64 2024-02-11T07:55:59.272 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum install -y kernel 2024-02-11T07:55:59.272 INFO:teuthology.task.kernel:Running kernel on smithi053: 5.14.0-361.el9.x86_64 2024-02-11T07:55:59.272 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum install -y kernel 2024-02-11T07:56:01.437 INFO:teuthology.orchestra.run.smithi042.stdout:CentOS-9 - AppStream 15 MB/s | 6.7 MB 00:00 2024-02-11T07:56:01.491 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS-9 - AppStream 15 MB/s | 6.7 MB 00:00 2024-02-11T07:56:01.569 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS-9 - AppStream 14 MB/s | 6.7 MB 00:00 2024-02-11T07:56:02.854 INFO:teuthology.orchestra.run.smithi042.stdout:CentOS-9 - BaseOS 7.4 MB/s | 2.0 MB 00:00 2024-02-11T07:56:02.936 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS-9 - BaseOS 8.0 MB/s | 2.0 MB 00:00 2024-02-11T07:56:02.941 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS-9 - BaseOS 6.7 MB/s | 2.0 MB 00:00 2024-02-11T07:56:03.827 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.0 MB 00:00 2024-02-11T07:56:05.078 INFO:teuthology.orchestra.run.smithi042.stdout:CentOS Stream 9 - BaseOS 4.2 MB/s | 8.0 MB 00:01 2024-02-11T07:56:05.849 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 9 - BaseOS 3.1 MB/s | 8.0 MB 00:02 2024-02-11T07:56:07.173 INFO:teuthology.orchestra.run.smithi042.stdout:CentOS Stream 9 - AppStream 20 MB/s | 19 MB 00:00 2024-02-11T07:56:07.236 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 9 - AppStream 8.0 MB/s | 19 MB 00:02 2024-02-11T07:56:11.797 INFO:teuthology.orchestra.run.smithi042.stdout:CentOS Stream 9 - CRB 5.6 MB/s | 5.9 MB 00:01 2024-02-11T07:56:12.145 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 9 - CRB 4.1 MB/s | 5.9 MB 00:01 2024-02-11T07:56:13.340 INFO:teuthology.orchestra.run.smithi042.stdout:CentOS Stream 9 - Extras packages 40 kB/s | 15 kB 00:00 2024-02-11T07:56:13.496 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 9 - Extras packages 61 kB/s | 15 kB 00:00 2024-02-11T07:56:14.892 INFO:teuthology.orchestra.run.smithi158.stdout:Extra Packages for Enterprise Linux 16 MB/s | 20 MB 00:01 2024-02-11T07:56:20.072 INFO:teuthology.orchestra.run.smithi158.stdout:lab-extras 5.0 kB/s | 1.7 kB 00:00 2024-02-11T07:56:20.165 INFO:teuthology.orchestra.run.smithi042.stdout:Extra Packages for Enterprise Linux 3.0 MB/s | 20 MB 00:06 2024-02-11T07:56:22.346 INFO:teuthology.orchestra.run.smithi158.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-02-11T07:56:22.346 INFO:teuthology.orchestra.run.smithi158.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-02-11T07:56:22.435 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2024-02-11T07:56:22.444 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T07:56:22.444 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repository Size 2024-02-11T07:56:22.445 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T07:56:22.445 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2024-02-11T07:56:22.445 INFO:teuthology.orchestra.run.smithi158.stdout: kernel x86_64 5.14.0-419.el9 CentOS-BaseOS 6.0 M 2024-02-11T07:56:22.445 INFO:teuthology.orchestra.run.smithi158.stdout:Installing dependencies: 2024-02-11T07:56:22.445 INFO:teuthology.orchestra.run.smithi158.stdout: kernel-core x86_64 5.14.0-419.el9 CentOS-BaseOS 21 M 2024-02-11T07:56:22.445 INFO:teuthology.orchestra.run.smithi158.stdout: kernel-modules x86_64 5.14.0-419.el9 CentOS-BaseOS 39 M 2024-02-11T07:56:22.445 INFO:teuthology.orchestra.run.smithi158.stdout: kernel-modules-core x86_64 5.14.0-419.el9 CentOS-BaseOS 33 M 2024-02-11T07:56:22.445 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T07:56:22.445 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2024-02-11T07:56:22.445 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T07:56:22.445 INFO:teuthology.orchestra.run.smithi158.stdout:Install 4 Packages 2024-02-11T07:56:22.445 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T07:56:22.446 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 99 M 2024-02-11T07:56:22.446 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 122 M 2024-02-11T07:56:22.446 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2024-02-11T07:56:22.790 INFO:teuthology.orchestra.run.smithi158.stdout:(1/4): kernel-5.14.0-419.el9.x86_64.rpm 17 MB/s | 6.0 MB 00:00 2024-02-11T07:56:23.282 INFO:teuthology.orchestra.run.smithi158.stdout:(2/4): kernel-core-5.14.0-419.el9.x86_64.rpm 25 MB/s | 21 MB 00:00 2024-02-11T07:56:23.966 INFO:teuthology.orchestra.run.smithi158.stdout:(3/4): kernel-modules-core-5.14.0-419.el9.x86_6 29 MB/s | 33 MB 00:01 2024-02-11T07:56:24.449 INFO:teuthology.orchestra.run.smithi158.stdout:(4/4): kernel-modules-5.14.0-419.el9.x86_64.rpm 20 MB/s | 39 MB 00:02 2024-02-11T07:56:24.453 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2024-02-11T07:56:24.453 INFO:teuthology.orchestra.run.smithi158.stdout:Total 49 MB/s | 99 MB 00:02 2024-02-11T07:56:24.453 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2024-02-11T07:56:24.836 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2024-02-11T07:56:24.836 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2024-02-11T07:56:25.299 INFO:teuthology.orchestra.run.smithi042.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-02-11T07:56:25.861 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2024-02-11T07:56:25.862 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2024-02-11T07:56:27.731 INFO:teuthology.orchestra.run.smithi042.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-02-11T07:56:27.731 INFO:teuthology.orchestra.run.smithi042.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-02-11T07:56:27.822 INFO:teuthology.orchestra.run.smithi042.stdout:Dependencies resolved. 2024-02-11T07:56:27.831 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T07:56:27.831 INFO:teuthology.orchestra.run.smithi042.stdout: Package Arch Version Repository Size 2024-02-11T07:56:27.831 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T07:56:27.831 INFO:teuthology.orchestra.run.smithi042.stdout:Installing: 2024-02-11T07:56:27.832 INFO:teuthology.orchestra.run.smithi042.stdout: kernel x86_64 5.14.0-419.el9 CentOS-BaseOS 6.0 M 2024-02-11T07:56:27.832 INFO:teuthology.orchestra.run.smithi042.stdout:Installing dependencies: 2024-02-11T07:56:27.832 INFO:teuthology.orchestra.run.smithi042.stdout: kernel-core x86_64 5.14.0-419.el9 CentOS-BaseOS 21 M 2024-02-11T07:56:27.832 INFO:teuthology.orchestra.run.smithi042.stdout: kernel-modules x86_64 5.14.0-419.el9 CentOS-BaseOS 39 M 2024-02-11T07:56:27.832 INFO:teuthology.orchestra.run.smithi042.stdout: kernel-modules-core x86_64 5.14.0-419.el9 CentOS-BaseOS 33 M 2024-02-11T07:56:27.832 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T07:56:27.832 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction Summary 2024-02-11T07:56:27.832 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T07:56:27.832 INFO:teuthology.orchestra.run.smithi042.stdout:Install 4 Packages 2024-02-11T07:56:27.832 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T07:56:27.833 INFO:teuthology.orchestra.run.smithi042.stdout:Total download size: 99 M 2024-02-11T07:56:27.833 INFO:teuthology.orchestra.run.smithi042.stdout:Installed size: 122 M 2024-02-11T07:56:27.833 INFO:teuthology.orchestra.run.smithi042.stdout:Downloading Packages: 2024-02-11T07:56:28.167 INFO:teuthology.orchestra.run.smithi042.stdout:(1/4): kernel-5.14.0-419.el9.x86_64.rpm 18 MB/s | 6.0 MB 00:00 2024-02-11T07:56:28.248 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2024-02-11T07:56:28.531 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 9 - AppStream 891 kB/s | 19 MB 00:21 2024-02-11T07:56:28.742 INFO:teuthology.orchestra.run.smithi042.stdout:(2/4): kernel-core-5.14.0-419.el9.x86_64.rpm 23 MB/s | 21 MB 00:00 2024-02-11T07:56:28.968 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : kernel-modules-core-5.14.0-419.el9.x86_64 1/4 2024-02-11T07:56:29.102 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-11T07:56:29.392 INFO:teuthology.orchestra.run.smithi042.stdout:(3/4): kernel-modules-core-5.14.0-419.el9.x86_6 27 MB/s | 33 MB 00:01 2024-02-11T07:56:29.751 INFO:teuthology.orchestra.run.smithi042.stdout:(4/4): kernel-modules-5.14.0-419.el9.x86_64.rpm 20 MB/s | 39 MB 00:01 2024-02-11T07:56:29.754 INFO:teuthology.orchestra.run.smithi042.stdout:-------------------------------------------------------------------------------- 2024-02-11T07:56:29.754 INFO:teuthology.orchestra.run.smithi042.stdout:Total 52 MB/s | 99 MB 00:01 2024-02-11T07:56:29.755 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction check 2024-02-11T07:56:30.211 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction check succeeded. 2024-02-11T07:56:30.211 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction test 2024-02-11T07:56:31.271 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction test succeeded. 2024-02-11T07:56:31.271 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction 2024-02-11T07:56:31.866 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-11T07:56:32.048 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-11T07:56:33.407 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 9 - CRB 4.8 MB/s | 5.9 MB 00:01 2024-02-11T07:56:33.807 INFO:teuthology.orchestra.run.smithi042.stdout: Preparing : 1/1 2024-02-11T07:56:34.504 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : kernel-modules-core-5.14.0-419.el9.x86_64 1/4 2024-02-11T07:56:34.652 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-11T07:56:34.882 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 9 - Extras packages 62 kB/s | 15 kB 00:00 2024-02-11T07:56:36.201 INFO:teuthology.orchestra.run.smithi053.stdout:Extra Packages for Enterprise Linux 17 MB/s | 20 MB 00:01 2024-02-11T07:56:36.713 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-11T07:56:36.901 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : kernel-5.14.0-419.el9.x86_64 4/4 2024-02-11T07:56:37.559 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-11T07:56:37.750 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-11T07:56:41.359 INFO:teuthology.orchestra.run.smithi053.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-02-11T07:56:41.637 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-modules-core-5.14.0-419.el9.x86_64 4/4 2024-02-11T07:56:42.848 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-11T07:56:42.955 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : kernel-5.14.0-419.el9.x86_64 4/4 2024-02-11T07:56:43.800 INFO:teuthology.orchestra.run.smithi053.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-02-11T07:56:43.800 INFO:teuthology.orchestra.run.smithi053.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-02-11T07:56:43.903 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-02-11T07:56:43.910 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T07:56:43.911 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2024-02-11T07:56:43.911 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T07:56:43.911 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-02-11T07:56:43.911 INFO:teuthology.orchestra.run.smithi053.stdout: kernel x86_64 5.14.0-419.el9 CentOS-BaseOS 6.0 M 2024-02-11T07:56:43.911 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2024-02-11T07:56:43.911 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-core x86_64 5.14.0-419.el9 CentOS-BaseOS 21 M 2024-02-11T07:56:43.911 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-modules x86_64 5.14.0-419.el9 CentOS-BaseOS 39 M 2024-02-11T07:56:43.911 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-modules-core x86_64 5.14.0-419.el9 CentOS-BaseOS 33 M 2024-02-11T07:56:43.911 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T07:56:43.911 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-02-11T07:56:43.911 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T07:56:43.911 INFO:teuthology.orchestra.run.smithi053.stdout:Install 4 Packages 2024-02-11T07:56:43.911 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T07:56:43.912 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 99 M 2024-02-11T07:56:43.912 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 122 M 2024-02-11T07:56:43.912 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-02-11T07:56:44.260 INFO:teuthology.orchestra.run.smithi053.stdout:(1/4): kernel-5.14.0-419.el9.x86_64.rpm 17 MB/s | 6.0 MB 00:00 2024-02-11T07:56:44.777 INFO:teuthology.orchestra.run.smithi053.stdout:(2/4): kernel-core-5.14.0-419.el9.x86_64.rpm 24 MB/s | 21 MB 00:00 2024-02-11T07:56:45.402 INFO:teuthology.orchestra.run.smithi053.stdout:(3/4): kernel-modules-5.14.0-419.el9.x86_64.rpm 26 MB/s | 39 MB 00:01 2024-02-11T07:56:45.803 INFO:teuthology.orchestra.run.smithi053.stdout:(4/4): kernel-modules-core-5.14.0-419.el9.x86_6 22 MB/s | 33 MB 00:01 2024-02-11T07:56:45.806 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-02-11T07:56:45.806 INFO:teuthology.orchestra.run.smithi053.stdout:Total 52 MB/s | 99 MB 00:01 2024-02-11T07:56:45.806 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-02-11T07:56:46.253 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-02-11T07:56:46.253 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-02-11T07:56:47.322 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-02-11T07:56:47.323 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-02-11T07:56:48.224 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: kernel-modules-core-5.14.0-419.el9.x86_64 4/4 2024-02-11T07:56:49.913 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-02-11T07:56:50.596 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : kernel-modules-core-5.14.0-419.el9.x86_64 1/4 2024-02-11T07:56:50.728 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-11T07:56:53.607 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-11T07:56:53.790 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-11T07:56:58.854 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-11T07:56:58.962 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : kernel-5.14.0-419.el9.x86_64 4/4 2024-02-11T07:57:04.048 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-modules-core-5.14.0-419.el9.x86_64 4/4 2024-02-11T07:57:10.761 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-core-5.14.0-419.el9.x86_64 4/4 2024-02-11T07:57:10.761 INFO:teuthology.orchestra.run.smithi158.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-02-11T07:57:10.761 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T07:57:10.830 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-modules-5.14.0-419.el9.x86_64 4/4 2024-02-11T07:57:11.273 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-5.14.0-419.el9.x86_64 4/4 2024-02-11T07:57:11.273 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : kernel-5.14.0-419.el9.x86_64 1/4 2024-02-11T07:57:11.273 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-11T07:57:11.273 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-11T07:57:11.648 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : kernel-modules-core-5.14.0-419.el9.x86_64 4/4 2024-02-11T07:57:11.648 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T07:57:11.648 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2024-02-11T07:57:11.649 INFO:teuthology.orchestra.run.smithi158.stdout: kernel-5.14.0-419.el9.x86_64 2024-02-11T07:57:11.649 INFO:teuthology.orchestra.run.smithi158.stdout: kernel-core-5.14.0-419.el9.x86_64 2024-02-11T07:57:11.649 INFO:teuthology.orchestra.run.smithi158.stdout: kernel-modules-5.14.0-419.el9.x86_64 2024-02-11T07:57:11.649 INFO:teuthology.orchestra.run.smithi158.stdout: kernel-modules-core-5.14.0-419.el9.x86_64 2024-02-11T07:57:11.649 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T07:57:11.649 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2024-02-11T07:57:12.186 DEBUG:teuthology.orchestra.run.smithi158:> rpm -q kernel | sort -rV | head -n 1 2024-02-11T07:57:12.326 INFO:teuthology.orchestra.run.smithi158.stdout:kernel-5.14.0-419.el9.x86_64 2024-02-11T07:57:12.327 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-419.el9.x86_64 2024-02-11T07:57:12.327 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-11T07:57:12.327 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-11T07:57:12.327 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-11T07:57:12.327 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-02-11T07:57:12.327 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi158.front.sepia.ceph.com, path=None, version=distro) 2024-02-11T07:57:12.327 DEBUG:teuthology.orchestra.run.smithi158:> rpm -q kernel | sort -rV | head -n 1 2024-02-11T07:57:12.436 INFO:teuthology.orchestra.run.smithi158.stdout:kernel-5.14.0-419.el9.x86_64 2024-02-11T07:57:12.437 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-419.el9.x86_64 2024-02-11T07:57:12.437 DEBUG:teuthology.orchestra.run.smithi158:> sudo rpm -qi grub2-tools 2024-02-11T07:57:12.471 INFO:teuthology.orchestra.run.smithi158.stdout:Name : grub2-tools 2024-02-11T07:57:12.471 INFO:teuthology.orchestra.run.smithi158.stdout:Epoch : 1 2024-02-11T07:57:12.471 INFO:teuthology.orchestra.run.smithi158.stdout:Version : 2.06 2024-02-11T07:57:12.471 INFO:teuthology.orchestra.run.smithi158.stdout:Release : 68.el9 2024-02-11T07:57:12.471 INFO:teuthology.orchestra.run.smithi158.stdout:Architecture: x86_64 2024-02-11T07:57:12.471 INFO:teuthology.orchestra.run.smithi158.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-02-11T07:57:12.471 INFO:teuthology.orchestra.run.smithi158.stdout:Group : Unspecified 2024-02-11T07:57:12.471 INFO:teuthology.orchestra.run.smithi158.stdout:Size : 8264254 2024-02-11T07:57:12.471 INFO:teuthology.orchestra.run.smithi158.stdout:License : GPLv3+ 2024-02-11T07:57:12.472 INFO:teuthology.orchestra.run.smithi158.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-02-11T07:57:12.472 INFO:teuthology.orchestra.run.smithi158.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-02-11T07:57:12.472 INFO:teuthology.orchestra.run.smithi158.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-02-11T07:57:12.472 INFO:teuthology.orchestra.run.smithi158.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-02-11T07:57:12.472 INFO:teuthology.orchestra.run.smithi158.stdout:Packager : builder@centos.org 2024-02-11T07:57:12.472 INFO:teuthology.orchestra.run.smithi158.stdout:Vendor : CentOS 2024-02-11T07:57:12.472 INFO:teuthology.orchestra.run.smithi158.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-11T07:57:12.472 INFO:teuthology.orchestra.run.smithi158.stdout:Summary : Support tools for GRUB. 2024-02-11T07:57:12.472 INFO:teuthology.orchestra.run.smithi158.stdout:Description : 2024-02-11T07:57:12.472 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T07:57:12.472 INFO:teuthology.orchestra.run.smithi158.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-11T07:57:12.472 INFO:teuthology.orchestra.run.smithi158.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-11T07:57:12.472 INFO:teuthology.orchestra.run.smithi158.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-11T07:57:12.472 INFO:teuthology.orchestra.run.smithi158.stdout:hardware devices. 2024-02-11T07:57:12.472 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T07:57:12.472 INFO:teuthology.orchestra.run.smithi158.stdout:This subpackage provides tools for support of all platforms. 2024-02-11T07:57:12.473 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-11T07:57:12.473 INFO:teuthology.task.kernel:Updating grub on smithi158 to boot 5.14.0-419.el9.x86_64 2024-02-11T07:57:12.474 DEBUG:teuthology.orchestra.run.smithi158:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-11T07:57:13.040 INFO:teuthology.orchestra.run.smithi158.stderr:Generating grub configuration file ... 2024-02-11T07:57:14.373 INFO:teuthology.orchestra.run.smithi158.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-02-11T07:57:14.418 INFO:teuthology.orchestra.run.smithi158.stderr:done 2024-02-11T07:57:14.420 DEBUG:teuthology.orchestra.run.smithi158:> mktemp 2024-02-11T07:57:14.440 INFO:teuthology.orchestra.run.smithi158.stdout:/tmp/tmp.vrJaGBmCZ6 2024-02-11T07:57:14.440 DEBUG:teuthology.orchestra.run.smithi158:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.vrJaGBmCZ6 2024-02-11T07:57:14.510 DEBUG:teuthology.orchestra.run.smithi158:> sudo chmod 0666 /tmp/tmp.vrJaGBmCZ6 2024-02-11T07:57:14.645 DEBUG:teuthology.orchestra.remote:smithi158:/tmp/tmp.vrJaGBmCZ6 is 6KB 2024-02-11T07:57:14.665 DEBUG:teuthology.orchestra.run.smithi158:> rm -fr /tmp/tmp.vrJaGBmCZ6 2024-02-11T07:57:14.679 DEBUG:teuthology.orchestra.run.smithi158:> sudo /bin/ls /boot/loader/entries || true 2024-02-11T07:57:14.750 INFO:teuthology.orchestra.run.smithi158.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-02-11T07:57:14.750 INFO:teuthology.orchestra.run.smithi158.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-02-11T07:57:14.750 INFO:teuthology.orchestra.run.smithi158.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-02-11T07:57:14.750 INFO:teuthology.orchestra.run.smithi158.stdout:15949e3c88704300882482eddfd7baae-5.14.0-419.el9.x86_64.conf 2024-02-11T07:57:14.752 DEBUG:teuthology.orchestra.run.smithi158:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-419.el9.x86_64 2024-02-11T07:57:14.906 DEBUG:teuthology.orchestra.run.smithi158:> sudo shutdown -r now 2024-02-11T07:57:19.214 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: kernel-core-5.14.0-419.el9.x86_64 4/4 2024-02-11T07:57:19.214 INFO:teuthology.orchestra.run.smithi042.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-02-11T07:57:19.214 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T07:57:19.287 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: kernel-modules-5.14.0-419.el9.x86_64 4/4 2024-02-11T07:57:19.729 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: kernel-5.14.0-419.el9.x86_64 4/4 2024-02-11T07:57:19.729 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : kernel-5.14.0-419.el9.x86_64 1/4 2024-02-11T07:57:19.729 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-11T07:57:19.729 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-11T07:57:20.189 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : kernel-modules-core-5.14.0-419.el9.x86_64 4/4 2024-02-11T07:57:20.189 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T07:57:20.189 INFO:teuthology.orchestra.run.smithi042.stdout:Installed: 2024-02-11T07:57:20.189 INFO:teuthology.orchestra.run.smithi042.stdout: kernel-5.14.0-419.el9.x86_64 2024-02-11T07:57:20.189 INFO:teuthology.orchestra.run.smithi042.stdout: kernel-core-5.14.0-419.el9.x86_64 2024-02-11T07:57:20.189 INFO:teuthology.orchestra.run.smithi042.stdout: kernel-modules-5.14.0-419.el9.x86_64 2024-02-11T07:57:20.189 INFO:teuthology.orchestra.run.smithi042.stdout: kernel-modules-core-5.14.0-419.el9.x86_64 2024-02-11T07:57:20.189 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T07:57:20.189 INFO:teuthology.orchestra.run.smithi042.stdout:Complete! 2024-02-11T07:57:20.719 DEBUG:teuthology.orchestra.run.smithi042:> rpm -q kernel | sort -rV | head -n 1 2024-02-11T07:57:20.857 INFO:teuthology.orchestra.run.smithi042.stdout:kernel-5.14.0-419.el9.x86_64 2024-02-11T07:57:20.857 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-419.el9.x86_64 2024-02-11T07:57:20.857 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-11T07:57:20.857 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-11T07:57:20.858 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-11T07:57:20.858 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-11T07:57:20.858 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi042.front.sepia.ceph.com, path=None, version=distro) 2024-02-11T07:57:20.858 DEBUG:teuthology.orchestra.run.smithi042:> rpm -q kernel | sort -rV | head -n 1 2024-02-11T07:57:20.970 INFO:teuthology.orchestra.run.smithi042.stdout:kernel-5.14.0-419.el9.x86_64 2024-02-11T07:57:20.971 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-419.el9.x86_64 2024-02-11T07:57:20.971 DEBUG:teuthology.orchestra.run.smithi042:> sudo rpm -qi grub2-tools 2024-02-11T07:57:21.009 INFO:teuthology.orchestra.run.smithi042.stdout:Name : grub2-tools 2024-02-11T07:57:21.009 INFO:teuthology.orchestra.run.smithi042.stdout:Epoch : 1 2024-02-11T07:57:21.009 INFO:teuthology.orchestra.run.smithi042.stdout:Version : 2.06 2024-02-11T07:57:21.009 INFO:teuthology.orchestra.run.smithi042.stdout:Release : 68.el9 2024-02-11T07:57:21.009 INFO:teuthology.orchestra.run.smithi042.stdout:Architecture: x86_64 2024-02-11T07:57:21.009 INFO:teuthology.orchestra.run.smithi042.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-02-11T07:57:21.009 INFO:teuthology.orchestra.run.smithi042.stdout:Group : Unspecified 2024-02-11T07:57:21.009 INFO:teuthology.orchestra.run.smithi042.stdout:Size : 8264254 2024-02-11T07:57:21.010 INFO:teuthology.orchestra.run.smithi042.stdout:License : GPLv3+ 2024-02-11T07:57:21.010 INFO:teuthology.orchestra.run.smithi042.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-02-11T07:57:21.010 INFO:teuthology.orchestra.run.smithi042.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-02-11T07:57:21.010 INFO:teuthology.orchestra.run.smithi042.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-02-11T07:57:21.010 INFO:teuthology.orchestra.run.smithi042.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-02-11T07:57:21.010 INFO:teuthology.orchestra.run.smithi042.stdout:Packager : builder@centos.org 2024-02-11T07:57:21.010 INFO:teuthology.orchestra.run.smithi042.stdout:Vendor : CentOS 2024-02-11T07:57:21.010 INFO:teuthology.orchestra.run.smithi042.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-11T07:57:21.010 INFO:teuthology.orchestra.run.smithi042.stdout:Summary : Support tools for GRUB. 2024-02-11T07:57:21.010 INFO:teuthology.orchestra.run.smithi042.stdout:Description : 2024-02-11T07:57:21.010 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T07:57:21.010 INFO:teuthology.orchestra.run.smithi042.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-11T07:57:21.010 INFO:teuthology.orchestra.run.smithi042.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-11T07:57:21.010 INFO:teuthology.orchestra.run.smithi042.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-11T07:57:21.010 INFO:teuthology.orchestra.run.smithi042.stdout:hardware devices. 2024-02-11T07:57:21.011 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T07:57:21.011 INFO:teuthology.orchestra.run.smithi042.stdout:This subpackage provides tools for support of all platforms. 2024-02-11T07:57:21.011 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-11T07:57:21.012 INFO:teuthology.task.kernel:Updating grub on smithi042 to boot 5.14.0-419.el9.x86_64 2024-02-11T07:57:21.012 DEBUG:teuthology.orchestra.run.smithi042:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-11T07:57:21.645 INFO:teuthology.orchestra.run.smithi042.stderr:Generating grub configuration file ... 2024-02-11T07:57:22.985 INFO:teuthology.orchestra.run.smithi042.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-02-11T07:57:23.027 INFO:teuthology.orchestra.run.smithi042.stderr:done 2024-02-11T07:57:23.030 DEBUG:teuthology.orchestra.run.smithi042:> mktemp 2024-02-11T07:57:23.046 INFO:teuthology.orchestra.run.smithi042.stdout:/tmp/tmp.FDEBnBBlw2 2024-02-11T07:57:23.046 DEBUG:teuthology.orchestra.run.smithi042:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.FDEBnBBlw2 2024-02-11T07:57:23.118 DEBUG:teuthology.orchestra.run.smithi042:> sudo chmod 0666 /tmp/tmp.FDEBnBBlw2 2024-02-11T07:57:23.259 DEBUG:teuthology.orchestra.remote:smithi042:/tmp/tmp.FDEBnBBlw2 is 6KB 2024-02-11T07:57:23.307 DEBUG:teuthology.orchestra.run.smithi042:> rm -fr /tmp/tmp.FDEBnBBlw2 2024-02-11T07:57:23.322 DEBUG:teuthology.orchestra.run.smithi042:> sudo /bin/ls /boot/loader/entries || true 2024-02-11T07:57:23.391 INFO:teuthology.orchestra.run.smithi042.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-02-11T07:57:23.391 INFO:teuthology.orchestra.run.smithi042.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-02-11T07:57:23.391 INFO:teuthology.orchestra.run.smithi042.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-02-11T07:57:23.391 INFO:teuthology.orchestra.run.smithi042.stdout:15949e3c88704300882482eddfd7baae-5.14.0-419.el9.x86_64.conf 2024-02-11T07:57:23.392 DEBUG:teuthology.orchestra.run.smithi042:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-419.el9.x86_64 2024-02-11T07:57:23.542 DEBUG:teuthology.orchestra.run.smithi042:> sudo shutdown -r now 2024-02-11T07:57:34.784 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-core-5.14.0-419.el9.x86_64 4/4 2024-02-11T07:57:34.784 INFO:teuthology.orchestra.run.smithi053.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-02-11T07:57:34.784 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T07:57:34.856 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-modules-5.14.0-419.el9.x86_64 4/4 2024-02-11T07:57:35.337 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-5.14.0-419.el9.x86_64 4/4 2024-02-11T07:57:35.337 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : kernel-5.14.0-419.el9.x86_64 1/4 2024-02-11T07:57:35.337 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-11T07:57:35.338 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-11T07:57:35.743 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : kernel-modules-core-5.14.0-419.el9.x86_64 4/4 2024-02-11T07:57:35.743 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T07:57:35.743 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-02-11T07:57:35.743 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-5.14.0-419.el9.x86_64 2024-02-11T07:57:35.743 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-core-5.14.0-419.el9.x86_64 2024-02-11T07:57:35.743 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-modules-5.14.0-419.el9.x86_64 2024-02-11T07:57:35.743 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-modules-core-5.14.0-419.el9.x86_64 2024-02-11T07:57:35.743 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T07:57:35.743 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-02-11T07:57:36.236 DEBUG:teuthology.orchestra.run.smithi053:> rpm -q kernel | sort -rV | head -n 1 2024-02-11T07:57:36.367 INFO:teuthology.orchestra.run.smithi053.stdout:kernel-5.14.0-419.el9.x86_64 2024-02-11T07:57:36.368 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-419.el9.x86_64 2024-02-11T07:57:36.368 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-11T07:57:36.368 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-11T07:57:36.368 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-11T07:57:36.368 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-11T07:57:36.368 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi053.front.sepia.ceph.com, path=None, version=distro) 2024-02-11T07:57:36.368 DEBUG:teuthology.orchestra.run.smithi053:> rpm -q kernel | sort -rV | head -n 1 2024-02-11T07:57:36.480 INFO:teuthology.orchestra.run.smithi053.stdout:kernel-5.14.0-419.el9.x86_64 2024-02-11T07:57:36.480 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-419.el9.x86_64 2024-02-11T07:57:36.480 DEBUG:teuthology.orchestra.run.smithi053:> sudo rpm -qi grub2-tools 2024-02-11T07:57:36.518 INFO:teuthology.orchestra.run.smithi053.stdout:Name : grub2-tools 2024-02-11T07:57:36.518 INFO:teuthology.orchestra.run.smithi053.stdout:Epoch : 1 2024-02-11T07:57:36.518 INFO:teuthology.orchestra.run.smithi053.stdout:Version : 2.06 2024-02-11T07:57:36.518 INFO:teuthology.orchestra.run.smithi053.stdout:Release : 68.el9 2024-02-11T07:57:36.518 INFO:teuthology.orchestra.run.smithi053.stdout:Architecture: x86_64 2024-02-11T07:57:36.518 INFO:teuthology.orchestra.run.smithi053.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-02-11T07:57:36.519 INFO:teuthology.orchestra.run.smithi053.stdout:Group : Unspecified 2024-02-11T07:57:36.519 INFO:teuthology.orchestra.run.smithi053.stdout:Size : 8264254 2024-02-11T07:57:36.519 INFO:teuthology.orchestra.run.smithi053.stdout:License : GPLv3+ 2024-02-11T07:57:36.519 INFO:teuthology.orchestra.run.smithi053.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-02-11T07:57:36.519 INFO:teuthology.orchestra.run.smithi053.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-02-11T07:57:36.519 INFO:teuthology.orchestra.run.smithi053.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-02-11T07:57:36.519 INFO:teuthology.orchestra.run.smithi053.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-02-11T07:57:36.519 INFO:teuthology.orchestra.run.smithi053.stdout:Packager : builder@centos.org 2024-02-11T07:57:36.519 INFO:teuthology.orchestra.run.smithi053.stdout:Vendor : CentOS 2024-02-11T07:57:36.519 INFO:teuthology.orchestra.run.smithi053.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-11T07:57:36.519 INFO:teuthology.orchestra.run.smithi053.stdout:Summary : Support tools for GRUB. 2024-02-11T07:57:36.519 INFO:teuthology.orchestra.run.smithi053.stdout:Description : 2024-02-11T07:57:36.519 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T07:57:36.519 INFO:teuthology.orchestra.run.smithi053.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-11T07:57:36.519 INFO:teuthology.orchestra.run.smithi053.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-11T07:57:36.520 INFO:teuthology.orchestra.run.smithi053.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-11T07:57:36.520 INFO:teuthology.orchestra.run.smithi053.stdout:hardware devices. 2024-02-11T07:57:36.520 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T07:57:36.520 INFO:teuthology.orchestra.run.smithi053.stdout:This subpackage provides tools for support of all platforms. 2024-02-11T07:57:36.523 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-11T07:57:36.524 INFO:teuthology.task.kernel:Updating grub on smithi053 to boot 5.14.0-419.el9.x86_64 2024-02-11T07:57:36.524 DEBUG:teuthology.orchestra.run.smithi053:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-11T07:57:37.104 INFO:teuthology.orchestra.run.smithi053.stderr:Generating grub configuration file ... 2024-02-11T07:57:38.526 INFO:teuthology.orchestra.run.smithi053.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-02-11T07:57:38.557 INFO:teuthology.orchestra.run.smithi053.stderr:done 2024-02-11T07:57:38.562 DEBUG:teuthology.orchestra.run.smithi053:> mktemp 2024-02-11T07:57:38.578 INFO:teuthology.orchestra.run.smithi053.stdout:/tmp/tmp.5S8imoEX65 2024-02-11T07:57:38.578 DEBUG:teuthology.orchestra.run.smithi053:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.5S8imoEX65 2024-02-11T07:57:38.675 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod 0666 /tmp/tmp.5S8imoEX65 2024-02-11T07:57:38.782 DEBUG:teuthology.orchestra.remote:smithi053:/tmp/tmp.5S8imoEX65 is 6KB 2024-02-11T07:57:38.831 DEBUG:teuthology.orchestra.run.smithi053:> rm -fr /tmp/tmp.5S8imoEX65 2024-02-11T07:57:38.846 DEBUG:teuthology.orchestra.run.smithi053:> sudo /bin/ls /boot/loader/entries || true 2024-02-11T07:57:38.915 INFO:teuthology.orchestra.run.smithi053.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-02-11T07:57:38.915 INFO:teuthology.orchestra.run.smithi053.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-02-11T07:57:38.915 INFO:teuthology.orchestra.run.smithi053.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-02-11T07:57:38.915 INFO:teuthology.orchestra.run.smithi053.stdout:15949e3c88704300882482eddfd7baae-5.14.0-419.el9.x86_64.conf 2024-02-11T07:57:38.916 DEBUG:teuthology.orchestra.run.smithi053:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-419.el9.x86_64 2024-02-11T07:57:39.063 DEBUG:teuthology.orchestra.run.smithi053:> sudo shutdown -r now 2024-02-11T07:57:44.912 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-02-11T07:57:44.912 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2024-02-11T07:57:44.913 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T07:57:53.552 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-11T07:57:53.552 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi042.front.sepia.ceph.com' 2024-02-11T07:57:53.553 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi042.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T07:58:03.324 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.158 2024-02-11T07:58:09.068 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-11T07:58:09.068 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-02-11T07:58:09.069 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T07:58:12.028 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.42 2024-02-11T07:58:12.326 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2024-02-11T07:58:12.326 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T07:58:15.388 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.158 2024-02-11T07:58:21.032 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi042.front.sepia.ceph.com' 2024-02-11T07:58:21.033 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi042.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T07:58:27.388 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.53 2024-02-11T07:58:27.388 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2024-02-11T07:58:27.389 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T07:58:30.460 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.158 2024-02-11T07:58:36.392 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-02-11T07:58:36.393 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T07:58:45.468 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2024-02-11T07:58:45.469 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T07:58:54.780 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.53 2024-02-11T07:59:04.000 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.158 2024-02-11T07:59:06.784 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-02-11T07:59:06.784 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T07:59:07.174 DEBUG:teuthology.orchestra.run.smithi053:> true 2024-02-11T07:59:07.647 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-02-11T07:59:07.647 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-419.el9.x86_64"... 2024-02-11T07:59:07.647 DEBUG:teuthology.orchestra.run.smithi053:> uname -r 2024-02-11T07:59:07.661 INFO:teuthology.orchestra.run.smithi053.stdout:5.14.0-419.el9.x86_64 2024-02-11T07:59:07.661 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-11T07:59:07.661 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-11T07:59:07.661 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-11T07:59:08.663 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-11T07:59:08.663 DEBUG:teuthology.orchestra.run.smithi053:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-11T07:59:08.754 INFO:teuthology.orchestra.run.smithi053.stdout:ttyS1 2024-02-11T07:59:08.787 DEBUG:teuthology.parallel:result is None 2024-02-11T07:59:21.035 DEBUG:teuthology.orchestra.remote:timed out 2024-02-11T07:59:22.001 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2024-02-11T07:59:22.002 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T07:59:22.329 DEBUG:teuthology.orchestra.run.smithi158:> true 2024-02-11T07:59:22.768 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi158.front.sepia.ceph.com' 2024-02-11T07:59:22.768 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-419.el9.x86_64"... 2024-02-11T07:59:22.768 DEBUG:teuthology.orchestra.run.smithi158:> uname -r 2024-02-11T07:59:22.782 INFO:teuthology.orchestra.run.smithi158.stdout:5.14.0-419.el9.x86_64 2024-02-11T07:59:22.783 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-11T07:59:22.783 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-11T07:59:22.783 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-11T07:59:23.784 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-02-11T07:59:23.785 DEBUG:teuthology.orchestra.run.smithi158:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-11T07:59:23.859 INFO:teuthology.orchestra.run.smithi158.stdout:ttyS1 2024-02-11T07:59:23.907 DEBUG:teuthology.parallel:result is None 2024-02-11T07:59:33.036 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi042.front.sepia.ceph.com' 2024-02-11T07:59:33.037 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi042.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T07:59:33.370 DEBUG:teuthology.orchestra.run.smithi042:> true 2024-02-11T07:59:33.754 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi042.front.sepia.ceph.com' 2024-02-11T07:59:33.754 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-419.el9.x86_64"... 2024-02-11T07:59:33.754 DEBUG:teuthology.orchestra.run.smithi042:> uname -r 2024-02-11T07:59:33.769 INFO:teuthology.orchestra.run.smithi042.stdout:5.14.0-419.el9.x86_64 2024-02-11T07:59:33.769 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-11T07:59:33.769 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-11T07:59:33.769 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-11T07:59:34.770 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-11T07:59:34.771 DEBUG:teuthology.orchestra.run.smithi042:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-11T07:59:34.845 INFO:teuthology.orchestra.run.smithi042.stdout:ttyS1 2024-02-11T07:59:34.877 DEBUG:teuthology.parallel:result is None 2024-02-11T07:59:34.877 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-11T07:59:34.887 INFO:teuthology.task.internal:Creating test directory... 2024-02-11T07:59:34.887 DEBUG:teuthology.orchestra.run.smithi042:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-11T07:59:34.890 DEBUG:teuthology.orchestra.run.smithi053:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-11T07:59:34.893 DEBUG:teuthology.orchestra.run.smithi158:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-11T07:59:34.911 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-11T07:59:34.918 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-11T07:59:34.964 INFO:teuthology.task.internal:Creating archive directory... 2024-02-11T07:59:34.964 DEBUG:teuthology.orchestra.run.smithi042:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-11T07:59:34.967 DEBUG:teuthology.orchestra.run.smithi053:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-11T07:59:34.969 DEBUG:teuthology.orchestra.run.smithi158:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-11T07:59:35.001 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-11T07:59:35.009 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-11T07:59:35.009 DEBUG:teuthology.orchestra.run.smithi042:> 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-11T07:59:35.034 DEBUG:teuthology.orchestra.run.smithi053:> 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-11T07:59:35.036 DEBUG:teuthology.orchestra.run.smithi158:> 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-11T07:59:35.066 INFO:teuthology.orchestra.run.smithi053.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T07:59:35.069 INFO:teuthology.orchestra.run.smithi158.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T07:59:35.069 INFO:teuthology.orchestra.run.smithi042.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T07:59:35.080 INFO:teuthology.orchestra.run.smithi053.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T07:59:35.082 INFO:teuthology.orchestra.run.smithi158.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T07:59:35.083 INFO:teuthology.orchestra.run.smithi042.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T07:59:35.085 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-11T07:59:35.092 INFO:teuthology.task.internal:Configuring sudo... 2024-02-11T07:59:35.092 DEBUG:teuthology.orchestra.run.smithi042:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-11T07:59:35.128 DEBUG:teuthology.orchestra.run.smithi053:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-11T07:59:35.130 DEBUG:teuthology.orchestra.run.smithi158:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-11T07:59:35.160 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-11T07:59:35.172 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-11T07:59:35.172 DEBUG:teuthology.orchestra.run.smithi042:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-11T07:59:35.197 DEBUG:teuthology.orchestra.run.smithi053:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-11T07:59:35.201 DEBUG:teuthology.orchestra.run.smithi158:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-11T07:59:35.217 DEBUG:teuthology.orchestra.run.smithi042:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-11T07:59:35.292 DEBUG:teuthology.orchestra.run.smithi042:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-11T07:59:35.341 DEBUG:teuthology.orchestra.run.smithi042:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-11T07:59:35.423 DEBUG:teuthology.orchestra.run.smithi042:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-11T07:59:35.464 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2024-02-11T07:59:35.464 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-11T07:59:35.531 DEBUG:teuthology.orchestra.run.smithi053:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-11T07:59:35.575 DEBUG:teuthology.orchestra.run.smithi053:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-11T07:59:35.626 DEBUG:teuthology.orchestra.run.smithi053:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-11T07:59:35.713 DEBUG:teuthology.orchestra.run.smithi053:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-11T07:59:35.757 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-02-11T07:59:35.757 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-11T07:59:35.827 DEBUG:teuthology.orchestra.run.smithi158:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-11T07:59:35.872 DEBUG:teuthology.orchestra.run.smithi158:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-11T07:59:35.928 DEBUG:teuthology.orchestra.run.smithi158:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-11T07:59:36.012 DEBUG:teuthology.orchestra.run.smithi158:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-11T07:59:36.057 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2024-02-11T07:59:36.057 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-11T07:59:36.125 DEBUG:teuthology.orchestra.run.smithi042:> sudo service rsyslog restart 2024-02-11T07:59:36.128 DEBUG:teuthology.orchestra.run.smithi053:> sudo service rsyslog restart 2024-02-11T07:59:36.130 DEBUG:teuthology.orchestra.run.smithi158:> sudo service rsyslog restart 2024-02-11T07:59:36.172 INFO:teuthology.orchestra.run.smithi042.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-11T07:59:36.188 INFO:teuthology.orchestra.run.smithi053.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-11T07:59:36.231 INFO:teuthology.orchestra.run.smithi158.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-11T07:59:36.615 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-11T07:59:36.623 INFO:teuthology.task.internal:Starting timer... 2024-02-11T07:59:36.623 INFO:teuthology.run_tasks:Running task pcp... 2024-02-11T07:59:36.633 INFO:teuthology.run_tasks:Running task selinux... 2024-02-11T07:59:36.643 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-11T07:59:36.643 DEBUG:teuthology.orchestra.run.smithi042:> sudo service auditd rotate 2024-02-11T07:59:36.702 INFO:teuthology.orchestra.run.smithi042.stdout:Rotating logs: 2024-02-11T07:59:36.704 DEBUG:teuthology.orchestra.run.smithi053:> sudo service auditd rotate 2024-02-11T07:59:36.768 INFO:teuthology.orchestra.run.smithi053.stdout:Rotating logs: 2024-02-11T07:59:36.770 DEBUG:teuthology.orchestra.run.smithi158:> sudo service auditd rotate 2024-02-11T07:59:36.855 INFO:teuthology.orchestra.run.smithi158.stdout:Rotating logs: 2024-02-11T07:59:36.856 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-11T07:59:36.857 DEBUG:teuthology.orchestra.run.smithi042:> /usr/sbin/getenforce 2024-02-11T07:59:36.882 INFO:teuthology.orchestra.run.smithi042.stdout:Permissive 2024-02-11T07:59:36.882 DEBUG:teuthology.orchestra.run.smithi053:> /usr/sbin/getenforce 2024-02-11T07:59:36.900 INFO:teuthology.orchestra.run.smithi053.stdout:Permissive 2024-02-11T07:59:36.900 DEBUG:teuthology.orchestra.run.smithi158:> /usr/sbin/getenforce 2024-02-11T07:59:36.928 INFO:teuthology.orchestra.run.smithi158.stdout:Permissive 2024-02-11T07:59:36.928 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi042.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi053.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi158.front.sepia.ceph.com': 'permissive'} 2024-02-11T07:59:36.928 DEBUG:teuthology.orchestra.run.smithi042:> 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-11T07:59:36.956 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T07:59:36.956 DEBUG:teuthology.orchestra.run.smithi053:> 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-11T07:59:36.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T07:59:36.985 DEBUG:teuthology.orchestra.run.smithi158:> 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-11T07:59:37.013 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T07:59:37.014 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-11T07:59:37.014 DEBUG:teuthology.orchestra.run.smithi042:> sudo /usr/sbin/setenforce permissive 2024-02-11T07:59:37.051 DEBUG:teuthology.orchestra.run.smithi053:> sudo /usr/sbin/setenforce permissive 2024-02-11T07:59:37.085 DEBUG:teuthology.orchestra.run.smithi158:> sudo /usr/sbin/setenforce permissive 2024-02-11T07:59:37.121 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-11T07:59:37.131 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-11T07:59:37.151 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-11T07:59:37.152 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi042.front.sepia.ceph.com,smithi053.front.sepia.ceph.com,smithi158.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-11T08:03:52.411 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi042.front.sepia.ceph.com'), Remote(name='ubuntu@smithi053.front.sepia.ceph.com'), Remote(name='ubuntu@smithi158.front.sepia.ceph.com')] 2024-02-11T08:03:52.412 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi042.front.sepia.ceph.com' 2024-02-11T08:03:52.414 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi042.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:03:52.505 DEBUG:teuthology.orchestra.run.smithi042:> true 2024-02-11T08:03:52.587 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi042.front.sepia.ceph.com' 2024-02-11T08:03:52.588 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-02-11T08:03:52.589 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:03:52.682 DEBUG:teuthology.orchestra.run.smithi053:> true 2024-02-11T08:03:52.772 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-02-11T08:03:52.772 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2024-02-11T08:03:52.773 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:03:52.864 DEBUG:teuthology.orchestra.run.smithi158:> true 2024-02-11T08:03:52.942 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi158.front.sepia.ceph.com' 2024-02-11T08:03:52.942 INFO:teuthology.run_tasks:Running task clock... 2024-02-11T08:03:52.953 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-11T08:03:52.953 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-11T08:03:52.954 DEBUG:teuthology.orchestra.run.smithi042:> 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-11T08:03:52.956 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-11T08:03:52.956 DEBUG:teuthology.orchestra.run.smithi053:> 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-11T08:03:52.958 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-11T08:03:52.958 DEBUG:teuthology.orchestra.run.smithi158:> 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-11T08:03:52.989 INFO:teuthology.orchestra.run.smithi053.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-11T08:03:52.989 INFO:teuthology.orchestra.run.smithi042.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-11T08:03:53.006 INFO:teuthology.orchestra.run.smithi053.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-11T08:03:53.007 INFO:teuthology.orchestra.run.smithi042.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-11T08:03:53.013 INFO:teuthology.orchestra.run.smithi158.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-11T08:03:53.030 INFO:teuthology.orchestra.run.smithi158.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-11T08:03:53.036 INFO:teuthology.orchestra.run.smithi053.stderr:sudo: ntpd: command not found 2024-02-11T08:03:53.039 INFO:teuthology.orchestra.run.smithi042.stderr:sudo: ntpd: command not found 2024-02-11T08:03:53.050 INFO:teuthology.orchestra.run.smithi053.stdout:506 Cannot talk to daemon 2024-02-11T08:03:53.053 INFO:teuthology.orchestra.run.smithi042.stdout:506 Cannot talk to daemon 2024-02-11T08:03:53.060 INFO:teuthology.orchestra.run.smithi158.stderr:sudo: ntpd: command not found 2024-02-11T08:03:53.067 INFO:teuthology.orchestra.run.smithi053.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-11T08:03:53.070 INFO:teuthology.orchestra.run.smithi042.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-11T08:03:53.074 INFO:teuthology.orchestra.run.smithi158.stdout:506 Cannot talk to daemon 2024-02-11T08:03:53.084 INFO:teuthology.orchestra.run.smithi053.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-11T08:03:53.087 INFO:teuthology.orchestra.run.smithi042.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-11T08:03:53.091 INFO:teuthology.orchestra.run.smithi158.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-11T08:03:53.107 INFO:teuthology.orchestra.run.smithi158.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-11T08:03:53.134 INFO:teuthology.orchestra.run.smithi053.stderr:bash: line 1: ntpq: command not found 2024-02-11T08:03:53.138 INFO:teuthology.orchestra.run.smithi053.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-11T08:03:53.138 INFO:teuthology.orchestra.run.smithi053.stdout:=============================================================================== 2024-02-11T08:03:53.138 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T08:03:53.138 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T08:03:53.138 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T08:03:53.138 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T08:03:53.145 INFO:teuthology.orchestra.run.smithi042.stderr:bash: line 1: ntpq: command not found 2024-02-11T08:03:53.148 INFO:teuthology.orchestra.run.smithi042.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-11T08:03:53.149 INFO:teuthology.orchestra.run.smithi042.stdout:=============================================================================== 2024-02-11T08:03:53.149 INFO:teuthology.orchestra.run.smithi042.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T08:03:53.149 INFO:teuthology.orchestra.run.smithi042.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T08:03:53.149 INFO:teuthology.orchestra.run.smithi042.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T08:03:53.149 INFO:teuthology.orchestra.run.smithi042.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T08:03:53.168 INFO:teuthology.orchestra.run.smithi158.stderr:bash: line 1: ntpq: command not found 2024-02-11T08:03:53.172 INFO:teuthology.orchestra.run.smithi158.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-11T08:03:53.172 INFO:teuthology.orchestra.run.smithi158.stdout:=============================================================================== 2024-02-11T08:03:53.172 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T08:03:53.173 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T08:03:53.173 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T08:03:53.173 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T08:03:53.173 INFO:teuthology.run_tasks:Running task install... 2024-02-11T08:03:53.181 DEBUG:teuthology.task.install:project ceph 2024-02-11T08:03:53.181 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '14aa01b918f09661ae41e4c41d1de99d6ac08228'}} 2024-02-11T08:03:53.181 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '14aa01b918f09661ae41e4c41d1de99d6ac08228'} 2024-02-11T08:03:53.181 INFO:teuthology.task.install:Using flavor: default 2024-02-11T08:03:53.187 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-11T08:03:53.187 INFO:teuthology.task.install:extra packages: [] 2024-02-11T08:03:53.187 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-11T08:03:53.188 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-11T08:03:53.190 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-11T08:03:53.190 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-11T08:03:53.191 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-11T08:03:53.191 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-11T08:03:53.421 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-11T08:03:53.422 INFO:teuthology.task.install.rpm:Package version is 19.0.0-1367.g14aa01b9 2024-02-11T08:03:53.426 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-11T08:03:53.426 INFO:teuthology.task.install.rpm:Package version is 19.0.0-1367.g14aa01b9 2024-02-11T08:03:53.427 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-11T08:03:53.427 INFO:teuthology.task.install.rpm:Package version is 19.0.0-1367.g14aa01b9 2024-02-11T08:03:53.598 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-11T08:03:53.598 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2024-02-11T08:03:53.598 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-02-11T08:03:53.607 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-11T08:03:53.607 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-02-11T08:03:53.607 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-02-11T08:03:53.609 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-11T08:03:53.610 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2024-02-11T08:03:53.610 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-02-11T08:03:53.627 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-11T08:03:53.627 DEBUG:teuthology.orchestra.run.smithi042:> 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-11T08:03:53.637 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-11T08:03:53.638 DEBUG:teuthology.orchestra.run.smithi053:> 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-11T08:03:53.639 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-11T08:03:53.639 DEBUG:teuthology.orchestra.run.smithi158:> 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-11T08:03:53.696 DEBUG:teuthology.orchestra.run.smithi042:> 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-11T08:03:53.705 DEBUG:teuthology.orchestra.run.smithi053:> 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-11T08:03:53.706 DEBUG:teuthology.orchestra.run.smithi158:> 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-11T08:03:53.776 DEBUG:teuthology.orchestra.run.smithi042:> 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-11T08:03:53.784 DEBUG:teuthology.orchestra.run.smithi053:> 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-11T08:03:53.786 DEBUG:teuthology.orchestra.run.smithi158:> 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-11T08:03:53.843 INFO:teuthology.orchestra.run.smithi042.stdout:check_obsoletes = 1 2024-02-11T08:03:53.844 DEBUG:teuthology.orchestra.run.smithi042:> sudo yum clean all 2024-02-11T08:03:53.850 INFO:teuthology.orchestra.run.smithi053.stdout:check_obsoletes = 1 2024-02-11T08:03:53.851 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum clean all 2024-02-11T08:03:53.853 INFO:teuthology.orchestra.run.smithi158.stdout:check_obsoletes = 1 2024-02-11T08:03:53.855 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum clean all 2024-02-11T08:03:54.092 INFO:teuthology.orchestra.run.smithi053.stdout:74 files removed 2024-02-11T08:03:54.093 INFO:teuthology.orchestra.run.smithi042.stdout:74 files removed 2024-02-11T08:03:54.099 INFO:teuthology.orchestra.run.smithi158.stdout:74 files removed 2024-02-11T08:03:54.119 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-radosgw 2024-02-11T08:03:54.120 DEBUG:teuthology.orchestra.run.smithi042:> sudo yum -y install ceph-radosgw 2024-02-11T08:03:54.126 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install ceph-radosgw 2024-02-11T08:03:54.909 INFO:teuthology.orchestra.run.smithi042.stdout:ceph packages for x86_64 177 kB/s | 82 kB 00:00 2024-02-11T08:03:54.915 INFO:teuthology.orchestra.run.smithi053.stdout:ceph packages for x86_64 174 kB/s | 82 kB 00:00 2024-02-11T08:03:54.915 INFO:teuthology.orchestra.run.smithi158.stdout:ceph packages for x86_64 177 kB/s | 82 kB 00:00 2024-02-11T08:03:55.341 INFO:teuthology.orchestra.run.smithi158.stdout:ceph noarch packages 27 kB/s | 10 kB 00:00 2024-02-11T08:03:55.351 INFO:teuthology.orchestra.run.smithi042.stdout:ceph noarch packages 26 kB/s | 10 kB 00:00 2024-02-11T08:03:55.357 INFO:teuthology.orchestra.run.smithi053.stdout:ceph noarch packages 26 kB/s | 10 kB 00:00 2024-02-11T08:03:55.758 INFO:teuthology.orchestra.run.smithi158.stdout:ceph source packages 5.0 kB/s | 1.9 kB 00:00 2024-02-11T08:03:55.785 INFO:teuthology.orchestra.run.smithi042.stdout:ceph source packages 4.8 kB/s | 1.9 kB 00:00 2024-02-11T08:03:55.791 INFO:teuthology.orchestra.run.smithi053.stdout:ceph source packages 4.8 kB/s | 1.9 kB 00:00 2024-02-11T08:03:56.170 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS-9 - AppStream 18 MB/s | 6.7 MB 00:00 2024-02-11T08:03:56.271 INFO:teuthology.orchestra.run.smithi042.stdout:CentOS-9 - AppStream 15 MB/s | 6.7 MB 00:00 2024-02-11T08:03:56.277 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS-9 - AppStream 15 MB/s | 6.7 MB 00:00 2024-02-11T08:03:57.722 INFO:teuthology.orchestra.run.smithi042.stdout:CentOS-9 - BaseOS 7.2 MB/s | 2.0 MB 00:00 2024-02-11T08:03:57.746 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS-9 - BaseOS 6.7 MB/s | 2.0 MB 00:00 2024-02-11T08:03:57.907 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS-9 - BaseOS 3.2 MB/s | 2.0 MB 00:00 2024-02-11T08:03:58.769 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.0 MB 00:00 2024-02-11T08:03:58.920 INFO:teuthology.orchestra.run.smithi042.stdout:CentOS Stream 9 - BaseOS 9.4 MB/s | 8.0 MB 00:00 2024-02-11T08:03:59.168 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 9 - BaseOS 7.4 MB/s | 8.0 MB 00:01 2024-02-11T08:04:00.889 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 9 - AppStream 18 MB/s | 19 MB 00:01 2024-02-11T08:04:01.497 INFO:teuthology.orchestra.run.smithi042.stdout:CentOS Stream 9 - AppStream 13 MB/s | 19 MB 00:01 2024-02-11T08:04:05.004 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 9 - CRB 10 MB/s | 5.9 MB 00:00 2024-02-11T08:04:05.489 INFO:teuthology.orchestra.run.smithi042.stdout:CentOS Stream 9 - CRB 15 MB/s | 5.9 MB 00:00 2024-02-11T08:04:06.413 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 9 - Extras packages 51 kB/s | 15 kB 00:00 2024-02-11T08:04:07.090 INFO:teuthology.orchestra.run.smithi042.stdout:CentOS Stream 9 - Extras packages 35 kB/s | 15 kB 00:00 2024-02-11T08:04:07.510 INFO:teuthology.orchestra.run.smithi158.stdout:Extra Packages for Enterprise Linux 21 MB/s | 20 MB 00:00 2024-02-11T08:04:08.502 INFO:teuthology.orchestra.run.smithi042.stdout:Extra Packages for Enterprise Linux 16 MB/s | 20 MB 00:01 2024-02-11T08:04:10.094 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 9 - AppStream 1.9 MB/s | 19 MB 00:09 2024-02-11T08:04:12.415 INFO:teuthology.orchestra.run.smithi158.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-02-11T08:04:13.617 INFO:teuthology.orchestra.run.smithi042.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-02-11T08:04:14.347 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 9 - CRB 9.4 MB/s | 5.9 MB 00:00 2024-02-11T08:04:15.093 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2024-02-11T08:04:15.105 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T08:04:15.106 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repository Size 2024-02-11T08:04:15.106 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T08:04:15.106 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2024-02-11T08:04:15.106 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-radosgw x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 9.7 M 2024-02-11T08:04:15.106 INFO:teuthology.orchestra.run.smithi158.stdout:Upgrading: 2024-02-11T08:04:15.106 INFO:teuthology.orchestra.run.smithi158.stdout: librados2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.4 M 2024-02-11T08:04:15.106 INFO:teuthology.orchestra.run.smithi158.stdout: librbd1 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.1 M 2024-02-11T08:04:15.106 INFO:teuthology.orchestra.run.smithi158.stdout:Installing dependencies: 2024-02-11T08:04:15.106 INFO:teuthology.orchestra.run.smithi158.stdout: boost-program-options 2024-02-11T08:04:15.106 INFO:teuthology.orchestra.run.smithi158.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-02-11T08:04:15.106 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-base x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 5.3 M 2024-02-11T08:04:15.106 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-common x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 20 M 2024-02-11T08:04:15.106 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-selinux x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 25 k 2024-02-11T08:04:15.106 INFO:teuthology.orchestra.run.smithi158.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-02-11T08:04:15.106 INFO:teuthology.orchestra.run.smithi158.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-02-11T08:04:15.107 INFO:teuthology.orchestra.run.smithi158.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-02-11T08:04:15.107 INFO:teuthology.orchestra.run.smithi158.stdout: libcephfs2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 742 k 2024-02-11T08:04:15.107 INFO:teuthology.orchestra.run.smithi158.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-02-11T08:04:15.107 INFO:teuthology.orchestra.run.smithi158.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-02-11T08:04:15.107 INFO:teuthology.orchestra.run.smithi158.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-02-11T08:04:15.107 INFO:teuthology.orchestra.run.smithi158.stdout: libradosstriper1 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 499 k 2024-02-11T08:04:15.107 INFO:teuthology.orchestra.run.smithi158.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-02-11T08:04:15.107 INFO:teuthology.orchestra.run.smithi158.stdout: librgw2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 5.1 M 2024-02-11T08:04:15.107 INFO:teuthology.orchestra.run.smithi158.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-02-11T08:04:15.107 INFO:teuthology.orchestra.run.smithi158.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-02-11T08:04:15.107 INFO:teuthology.orchestra.run.smithi158.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-02-11T08:04:15.107 INFO:teuthology.orchestra.run.smithi158.stdout: python3-ceph-argparse 2024-02-11T08:04:15.107 INFO:teuthology.orchestra.run.smithi158.stdout: x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 45 k 2024-02-11T08:04:15.107 INFO:teuthology.orchestra.run.smithi158.stdout: python3-ceph-common x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 131 k 2024-02-11T08:04:15.108 INFO:teuthology.orchestra.run.smithi158.stdout: python3-cephfs x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 161 k 2024-02-11T08:04:15.108 INFO:teuthology.orchestra.run.smithi158.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-02-11T08:04:15.108 INFO:teuthology.orchestra.run.smithi158.stdout: python3-rados x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 320 k 2024-02-11T08:04:15.108 INFO:teuthology.orchestra.run.smithi158.stdout: python3-rbd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 297 k 2024-02-11T08:04:15.108 INFO:teuthology.orchestra.run.smithi158.stdout: python3-rgw x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 99 k 2024-02-11T08:04:15.108 INFO:teuthology.orchestra.run.smithi158.stdout: qatlib x86_64 23.11.0-1.el9 CentOS-AppStream 215 k 2024-02-11T08:04:15.108 INFO:teuthology.orchestra.run.smithi158.stdout: qatzip-libs x86_64 1.1.2-2.el9 CentOS-AppStream 43 k 2024-02-11T08:04:15.108 INFO:teuthology.orchestra.run.smithi158.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-02-11T08:04:15.108 INFO:teuthology.orchestra.run.smithi158.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-02-11T08:04:15.108 INFO:teuthology.orchestra.run.smithi158.stdout:Installing weak dependencies: 2024-02-11T08:04:15.108 INFO:teuthology.orchestra.run.smithi158.stdout: qatlib-service x86_64 23.11.0-1.el9 CentOS-AppStream 34 k 2024-02-11T08:04:15.108 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:04:15.109 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2024-02-11T08:04:15.109 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T08:04:15.109 INFO:teuthology.orchestra.run.smithi158.stdout:Install 30 Packages 2024-02-11T08:04:15.109 INFO:teuthology.orchestra.run.smithi158.stdout:Upgrade 2 Packages 2024-02-11T08:04:15.109 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:04:15.109 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 58 M 2024-02-11T08:04:15.109 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2024-02-11T08:04:15.895 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 9 - Extras packages 45 kB/s | 15 kB 00:00 2024-02-11T08:04:16.025 INFO:teuthology.orchestra.run.smithi158.stdout:(1/32): ceph-base-19.0.0-1367.g14aa01b9.el9.x86 6.9 MB/s | 5.3 MB 00:00 2024-02-11T08:04:16.100 INFO:teuthology.orchestra.run.smithi158.stdout:(2/32): ceph-selinux-19.0.0-1367.g14aa01b9.el9. 336 kB/s | 25 kB 00:00 2024-02-11T08:04:16.209 INFO:teuthology.orchestra.run.smithi158.stdout:(3/32): libcephfs2-19.0.0-1367.g14aa01b9.el9.x8 6.7 MB/s | 742 kB 00:00 2024-02-11T08:04:16.301 INFO:teuthology.orchestra.run.smithi158.stdout:(4/32): libradosstriper1-19.0.0-1367.g14aa01b9. 5.3 MB/s | 499 kB 00:00 2024-02-11T08:04:16.391 INFO:teuthology.orchestra.run.smithi042.stdout:Dependencies resolved. 2024-02-11T08:04:16.398 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T08:04:16.398 INFO:teuthology.orchestra.run.smithi042.stdout: Package Arch Version Repository Size 2024-02-11T08:04:16.398 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T08:04:16.398 INFO:teuthology.orchestra.run.smithi042.stdout:Installing: 2024-02-11T08:04:16.399 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-radosgw x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 9.7 M 2024-02-11T08:04:16.399 INFO:teuthology.orchestra.run.smithi042.stdout:Upgrading: 2024-02-11T08:04:16.399 INFO:teuthology.orchestra.run.smithi042.stdout: librados2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.4 M 2024-02-11T08:04:16.399 INFO:teuthology.orchestra.run.smithi042.stdout: librbd1 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.1 M 2024-02-11T08:04:16.399 INFO:teuthology.orchestra.run.smithi042.stdout:Installing dependencies: 2024-02-11T08:04:16.399 INFO:teuthology.orchestra.run.smithi042.stdout: boost-program-options 2024-02-11T08:04:16.399 INFO:teuthology.orchestra.run.smithi042.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-02-11T08:04:16.399 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-base x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 5.3 M 2024-02-11T08:04:16.399 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-common x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 20 M 2024-02-11T08:04:16.399 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-selinux x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 25 k 2024-02-11T08:04:16.399 INFO:teuthology.orchestra.run.smithi042.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-02-11T08:04:16.399 INFO:teuthology.orchestra.run.smithi042.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-02-11T08:04:16.399 INFO:teuthology.orchestra.run.smithi042.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-02-11T08:04:16.399 INFO:teuthology.orchestra.run.smithi042.stdout: libcephfs2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 742 k 2024-02-11T08:04:16.400 INFO:teuthology.orchestra.run.smithi042.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-02-11T08:04:16.400 INFO:teuthology.orchestra.run.smithi042.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-02-11T08:04:16.400 INFO:teuthology.orchestra.run.smithi042.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-02-11T08:04:16.400 INFO:teuthology.orchestra.run.smithi042.stdout: libradosstriper1 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 499 k 2024-02-11T08:04:16.400 INFO:teuthology.orchestra.run.smithi042.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-02-11T08:04:16.400 INFO:teuthology.orchestra.run.smithi042.stdout: librgw2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 5.1 M 2024-02-11T08:04:16.400 INFO:teuthology.orchestra.run.smithi042.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-02-11T08:04:16.400 INFO:teuthology.orchestra.run.smithi042.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-02-11T08:04:16.400 INFO:teuthology.orchestra.run.smithi042.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-02-11T08:04:16.400 INFO:teuthology.orchestra.run.smithi042.stdout: python3-ceph-argparse 2024-02-11T08:04:16.400 INFO:teuthology.orchestra.run.smithi042.stdout: x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 45 k 2024-02-11T08:04:16.400 INFO:teuthology.orchestra.run.smithi042.stdout: python3-ceph-common x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 131 k 2024-02-11T08:04:16.400 INFO:teuthology.orchestra.run.smithi042.stdout: python3-cephfs x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 161 k 2024-02-11T08:04:16.401 INFO:teuthology.orchestra.run.smithi042.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-02-11T08:04:16.401 INFO:teuthology.orchestra.run.smithi042.stdout: python3-rados x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 320 k 2024-02-11T08:04:16.401 INFO:teuthology.orchestra.run.smithi042.stdout: python3-rbd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 297 k 2024-02-11T08:04:16.401 INFO:teuthology.orchestra.run.smithi042.stdout: python3-rgw x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 99 k 2024-02-11T08:04:16.401 INFO:teuthology.orchestra.run.smithi042.stdout: qatlib x86_64 23.11.0-1.el9 CentOS-AppStream 215 k 2024-02-11T08:04:16.401 INFO:teuthology.orchestra.run.smithi042.stdout: qatzip-libs x86_64 1.1.2-2.el9 CentOS-AppStream 43 k 2024-02-11T08:04:16.401 INFO:teuthology.orchestra.run.smithi042.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-02-11T08:04:16.401 INFO:teuthology.orchestra.run.smithi042.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-02-11T08:04:16.401 INFO:teuthology.orchestra.run.smithi042.stdout:Installing weak dependencies: 2024-02-11T08:04:16.401 INFO:teuthology.orchestra.run.smithi042.stdout: qatlib-service x86_64 23.11.0-1.el9 CentOS-AppStream 34 k 2024-02-11T08:04:16.401 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:04:16.401 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction Summary 2024-02-11T08:04:16.401 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T08:04:16.401 INFO:teuthology.orchestra.run.smithi042.stdout:Install 30 Packages 2024-02-11T08:04:16.402 INFO:teuthology.orchestra.run.smithi042.stdout:Upgrade 2 Packages 2024-02-11T08:04:16.402 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:04:16.402 INFO:teuthology.orchestra.run.smithi042.stdout:Total download size: 58 M 2024-02-11T08:04:16.402 INFO:teuthology.orchestra.run.smithi042.stdout:Downloading Packages: 2024-02-11T08:04:16.734 INFO:teuthology.orchestra.run.smithi158.stdout:(5/32): librgw2-19.0.0-1367.g14aa01b9.el9.x86_6 12 MB/s | 5.1 MB 00:00 2024-02-11T08:04:16.801 INFO:teuthology.orchestra.run.smithi158.stdout:(6/32): python3-ceph-argparse-19.0.0-1367.g14aa 678 kB/s | 45 kB 00:00 2024-02-11T08:04:16.877 INFO:teuthology.orchestra.run.smithi158.stdout:(7/32): python3-ceph-common-19.0.0-1367.g14aa01 1.7 MB/s | 131 kB 00:00 2024-02-11T08:04:16.952 INFO:teuthology.orchestra.run.smithi158.stdout:(8/32): python3-cephfs-19.0.0-1367.g14aa01b9.el 2.1 MB/s | 161 kB 00:00 2024-02-11T08:04:17.044 INFO:teuthology.orchestra.run.smithi158.stdout:(9/32): python3-rados-19.0.0-1367.g14aa01b9.el9 3.4 MB/s | 320 kB 00:00 2024-02-11T08:04:17.136 INFO:teuthology.orchestra.run.smithi158.stdout:(10/32): python3-rbd-19.0.0-1367.g14aa01b9.el9. 3.2 MB/s | 297 kB 00:00 2024-02-11T08:04:17.362 INFO:teuthology.orchestra.run.smithi158.stdout:(11/32): ceph-common-19.0.0-1367.g14aa01b9.el9. 9.4 MB/s | 20 MB 00:02 2024-02-11T08:04:17.387 INFO:teuthology.orchestra.run.smithi158.stdout:(12/32): python3-rgw-19.0.0-1367.g14aa01b9.el9. 397 kB/s | 99 kB 00:00 2024-02-11T08:04:17.505 INFO:teuthology.orchestra.run.smithi158.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 747 kB/s | 106 kB 00:00 2024-02-11T08:04:17.529 INFO:teuthology.orchestra.run.smithi158.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.3 MB/s | 159 kB 00:00 2024-02-11T08:04:17.546 INFO:teuthology.orchestra.run.smithi158.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.0 MB/s | 44 kB 00:00 2024-02-11T08:04:17.555 INFO:teuthology.orchestra.run.smithi053.stdout:Extra Packages for Enterprise Linux 13 MB/s | 20 MB 00:01 2024-02-11T08:04:17.596 INFO:teuthology.orchestra.run.smithi158.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 9.7 MB/s | 661 kB 00:00 2024-02-11T08:04:17.621 INFO:teuthology.orchestra.run.smithi158.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.7 MB/s | 282 kB 00:00 2024-02-11T08:04:17.638 INFO:teuthology.orchestra.run.smithi158.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 991 kB/s | 41 kB 00:00 2024-02-11T08:04:17.664 INFO:teuthology.orchestra.run.smithi158.stdout:(19/32): qatlib-23.11.0-1.el9.x86_64.rpm 5.0 MB/s | 215 kB 00:00 2024-02-11T08:04:17.681 INFO:teuthology.orchestra.run.smithi158.stdout:(20/32): qatlib-service-23.11.0-1.el9.x86_64.rp 811 kB/s | 34 kB 00:00 2024-02-11T08:04:17.697 INFO:teuthology.orchestra.run.smithi158.stdout:(21/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 1.3 MB/s | 43 kB 00:00 2024-02-11T08:04:17.973 INFO:teuthology.orchestra.run.smithi158.stdout:(22/32): ceph-radosgw-19.0.0-1367.g14aa01b9.el9 3.6 MB/s | 9.7 MB 00:02 2024-02-11T08:04:18.276 INFO:teuthology.orchestra.run.smithi042.stdout:(1/32): ceph-base-19.0.0-1367.g14aa01b9.el9.x86 3.0 MB/s | 5.3 MB 00:01 2024-02-11T08:04:18.335 INFO:teuthology.orchestra.run.smithi042.stdout:(2/32): ceph-selinux-19.0.0-1367.g14aa01b9.el9. 433 kB/s | 25 kB 00:00 2024-02-11T08:04:18.381 INFO:teuthology.orchestra.run.smithi158.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 64 kB/s | 26 kB 00:00 2024-02-11T08:04:18.449 INFO:teuthology.orchestra.run.smithi158.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 402 kB/s | 309 kB 00:00 2024-02-11T08:04:18.535 INFO:teuthology.orchestra.run.smithi042.stdout:(3/32): libcephfs2-19.0.0-1367.g14aa01b9.el9.x8 3.6 MB/s | 742 kB 00:00 2024-02-11T08:04:18.565 INFO:teuthology.orchestra.run.smithi158.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 577 kB/s | 67 kB 00:00 2024-02-11T08:04:18.591 INFO:teuthology.orchestra.run.smithi158.stdout:(26/32): liboath-2.6.7-2.el9.x86_64.rpm 232 kB/s | 49 kB 00:00 2024-02-11T08:04:18.710 INFO:teuthology.orchestra.run.smithi042.stdout:(4/32): libradosstriper1-19.0.0-1367.g14aa01b9. 2.8 MB/s | 499 kB 00:00 2024-02-11T08:04:18.841 INFO:teuthology.orchestra.run.smithi158.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 3.0 MB/s | 838 kB 00:00 2024-02-11T08:04:18.868 INFO:teuthology.orchestra.run.smithi158.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 696 kB/s | 192 kB 00:00 2024-02-11T08:04:18.933 INFO:teuthology.orchestra.run.smithi158.stdout:(29/32): libarrow-9.0.0-10.el9.x86_64.rpm 3.6 MB/s | 4.4 MB 00:01 2024-02-11T08:04:19.059 INFO:teuthology.orchestra.run.smithi158.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 7.3 MB/s | 1.6 MB 00:00 2024-02-11T08:04:19.677 INFO:teuthology.orchestra.run.smithi042.stdout:(5/32): ceph-radosgw-19.0.0-1367.g14aa01b9.el9. 3.1 MB/s | 9.7 MB 00:03 2024-02-11T08:04:19.684 INFO:teuthology.orchestra.run.smithi158.stdout:(31/32): librbd1-19.0.0-1367.g14aa01b9.el9.x86_ 4.2 MB/s | 3.1 MB 00:00 2024-02-11T08:04:19.752 INFO:teuthology.orchestra.run.smithi042.stdout:(6/32): python3-ceph-argparse-19.0.0-1367.g14aa 605 kB/s | 45 kB 00:00 2024-02-11T08:04:19.861 INFO:teuthology.orchestra.run.smithi042.stdout:(7/32): librgw2-19.0.0-1367.g14aa01b9.el9.x86_6 4.4 MB/s | 5.1 MB 00:01 2024-02-11T08:04:19.886 INFO:teuthology.orchestra.run.smithi042.stdout:(8/32): python3-ceph-common-19.0.0-1367.g14aa01 982 kB/s | 131 kB 00:00 2024-02-11T08:04:19.928 INFO:teuthology.orchestra.run.smithi042.stdout:(9/32): python3-cephfs-19.0.0-1367.g14aa01b9.el 2.4 MB/s | 161 kB 00:00 2024-02-11T08:04:19.995 INFO:teuthology.orchestra.run.smithi042.stdout:(10/32): python3-rados-19.0.0-1367.g14aa01b9.el 2.9 MB/s | 320 kB 00:00 2024-02-11T08:04:20.020 INFO:teuthology.orchestra.run.smithi042.stdout:(11/32): python3-rbd-19.0.0-1367.g14aa01b9.el9. 3.2 MB/s | 297 kB 00:00 2024-02-11T08:04:20.088 INFO:teuthology.orchestra.run.smithi042.stdout:(12/32): python3-rgw-19.0.0-1367.g14aa01b9.el9. 1.1 MB/s | 99 kB 00:00 2024-02-11T08:04:20.146 INFO:teuthology.orchestra.run.smithi042.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 846 kB/s | 106 kB 00:00 2024-02-11T08:04:20.171 INFO:teuthology.orchestra.run.smithi042.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.9 MB/s | 159 kB 00:00 2024-02-11T08:04:20.197 INFO:teuthology.orchestra.run.smithi042.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 884 kB/s | 44 kB 00:00 2024-02-11T08:04:20.247 INFO:teuthology.orchestra.run.smithi042.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 8.6 MB/s | 661 kB 00:00 2024-02-11T08:04:20.272 INFO:teuthology.orchestra.run.smithi042.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.7 MB/s | 282 kB 00:00 2024-02-11T08:04:20.297 INFO:teuthology.orchestra.run.smithi042.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 829 kB/s | 41 kB 00:00 2024-02-11T08:04:20.323 INFO:teuthology.orchestra.run.smithi042.stdout:(19/32): qatlib-23.11.0-1.el9.x86_64.rpm 4.2 MB/s | 215 kB 00:00 2024-02-11T08:04:20.348 INFO:teuthology.orchestra.run.smithi042.stdout:(20/32): qatlib-service-23.11.0-1.el9.x86_64.rp 681 kB/s | 34 kB 00:00 2024-02-11T08:04:20.373 INFO:teuthology.orchestra.run.smithi042.stdout:(21/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 868 kB/s | 43 kB 00:00 2024-02-11T08:04:21.082 INFO:teuthology.orchestra.run.smithi042.stdout:(22/32): ceph-common-19.0.0-1367.g14aa01b9.el9. 4.3 MB/s | 20 MB 00:04 2024-02-11T08:04:21.199 INFO:teuthology.orchestra.run.smithi042.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 363 kB/s | 309 kB 00:00 2024-02-11T08:04:21.309 INFO:teuthology.orchestra.run.smithi158.stdout:(32/32): librados2-19.0.0-1367.g14aa01b9.el9.x8 1.4 MB/s | 3.4 MB 00:02 2024-02-11T08:04:21.317 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:04:21.317 INFO:teuthology.orchestra.run.smithi158.stdout:Total 9.3 MB/s | 58 MB 00:06 2024-02-11T08:04:21.318 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2024-02-11T08:04:21.356 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2024-02-11T08:04:21.356 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2024-02-11T08:04:21.399 INFO:teuthology.orchestra.run.smithi042.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 243 kB/s | 49 kB 00:00 2024-02-11T08:04:21.441 INFO:teuthology.orchestra.run.smithi042.stdout:(25/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 72 kB/s | 26 kB 00:00 2024-02-11T08:04:21.550 INFO:teuthology.orchestra.run.smithi042.stdout:(26/32): libarrow-9.0.0-10.el9.x86_64.rpm 3.8 MB/s | 4.4 MB 00:01 2024-02-11T08:04:21.733 INFO:teuthology.orchestra.run.smithi042.stdout:(27/32): libunwind-1.6.2-1.el9.x86_64.rpm 202 kB/s | 67 kB 00:00 2024-02-11T08:04:21.836 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2024-02-11T08:04:21.837 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2024-02-11T08:04:21.917 INFO:teuthology.orchestra.run.smithi042.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 522 kB/s | 192 kB 00:00 2024-02-11T08:04:22.184 INFO:teuthology.orchestra.run.smithi042.stdout:(29/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 1.1 MB/s | 838 kB 00:00 2024-02-11T08:04:22.493 INFO:teuthology.orchestra.run.smithi042.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 2.1 MB/s | 1.6 MB 00:00 2024-02-11T08:04:22.680 INFO:teuthology.orchestra.run.smithi053.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-02-11T08:04:22.709 INFO:teuthology.orchestra.run.smithi042.stdout:(31/32): librados2-19.0.0-1367.g14aa01b9.el9.x8 4.3 MB/s | 3.4 MB 00:00 2024-02-11T08:04:22.885 INFO:teuthology.orchestra.run.smithi042.stdout:(32/32): librbd1-19.0.0-1367.g14aa01b9.el9.x86_ 4.5 MB/s | 3.1 MB 00:00 2024-02-11T08:04:22.888 INFO:teuthology.orchestra.run.smithi042.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:04:22.888 INFO:teuthology.orchestra.run.smithi042.stdout:Total 8.9 MB/s | 58 MB 00:06 2024-02-11T08:04:22.889 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction check 2024-02-11T08:04:22.931 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction check succeeded. 2024-02-11T08:04:22.932 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction test 2024-02-11T08:04:23.308 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2024-02-11T08:04:23.408 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-02-11T08:04:23.420 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction test succeeded. 2024-02-11T08:04:23.420 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction 2024-02-11T08:04:23.439 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-02-11T08:04:23.464 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-02-11T08:04:23.487 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-02-11T08:04:23.504 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-02-11T08:04:23.655 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-02-11T08:04:23.709 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-02-11T08:04:24.028 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-02-11T08:04:24.091 INFO:teuthology.orchestra.run.smithi158.stdout: Upgrading : librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-11T08:04:24.167 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-11T08:04:24.256 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 8/34 2024-02-11T08:04:24.285 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 9/34 2024-02-11T08:04:24.348 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 9/34 2024-02-11T08:04:24.377 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-02-11T08:04:24.412 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9. 11/34 2024-02-11T08:04:24.482 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 12/34 2024-02-11T08:04:24.504 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 13/34 2024-02-11T08:04:24.558 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 13/34 2024-02-11T08:04:24.586 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-02-11T08:04:24.699 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-02-11T08:04:24.738 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-02-11T08:04:24.778 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-02-11T08:04:24.810 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-02-11T08:04:24.840 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-02-11T08:04:24.872 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-02-11T08:04:24.895 INFO:teuthology.orchestra.run.smithi042.stdout: Preparing : 1/1 2024-02-11T08:04:24.978 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-02-11T08:04:25.025 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-02-11T08:04:25.056 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-02-11T08:04:25.079 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-02-11T08:04:25.096 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-02-11T08:04:25.194 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-02-11T08:04:25.227 INFO:teuthology.orchestra.run.smithi158.stdout: Upgrading : librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 22/34 2024-02-11T08:04:25.246 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-02-11T08:04:25.302 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-02-11T08:04:25.309 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 22/34 2024-02-11T08:04:25.340 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 23/34 2024-02-11T08:04:25.383 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-02-11T08:04:25.444 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-02-11T08:04:25.458 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T08:04:25.458 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2024-02-11T08:04:25.458 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T08:04:25.458 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-02-11T08:04:25.458 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-radosgw x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 9.7 M 2024-02-11T08:04:25.458 INFO:teuthology.orchestra.run.smithi053.stdout:Upgrading: 2024-02-11T08:04:25.458 INFO:teuthology.orchestra.run.smithi053.stdout: librados2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.4 M 2024-02-11T08:04:25.458 INFO:teuthology.orchestra.run.smithi053.stdout: librbd1 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.1 M 2024-02-11T08:04:25.458 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2024-02-11T08:04:25.458 INFO:teuthology.orchestra.run.smithi053.stdout: boost-program-options 2024-02-11T08:04:25.458 INFO:teuthology.orchestra.run.smithi053.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-02-11T08:04:25.458 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-base x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 5.3 M 2024-02-11T08:04:25.459 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-common x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 20 M 2024-02-11T08:04:25.459 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-selinux x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 25 k 2024-02-11T08:04:25.459 INFO:teuthology.orchestra.run.smithi053.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-02-11T08:04:25.459 INFO:teuthology.orchestra.run.smithi053.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-02-11T08:04:25.459 INFO:teuthology.orchestra.run.smithi053.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-02-11T08:04:25.459 INFO:teuthology.orchestra.run.smithi053.stdout: libcephfs2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 742 k 2024-02-11T08:04:25.459 INFO:teuthology.orchestra.run.smithi053.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-02-11T08:04:25.459 INFO:teuthology.orchestra.run.smithi053.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-02-11T08:04:25.459 INFO:teuthology.orchestra.run.smithi053.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-02-11T08:04:25.459 INFO:teuthology.orchestra.run.smithi053.stdout: libradosstriper1 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 499 k 2024-02-11T08:04:25.459 INFO:teuthology.orchestra.run.smithi053.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-02-11T08:04:25.459 INFO:teuthology.orchestra.run.smithi053.stdout: librgw2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 5.1 M 2024-02-11T08:04:25.459 INFO:teuthology.orchestra.run.smithi053.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-02-11T08:04:25.459 INFO:teuthology.orchestra.run.smithi053.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-02-11T08:04:25.460 INFO:teuthology.orchestra.run.smithi053.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-02-11T08:04:25.460 INFO:teuthology.orchestra.run.smithi053.stdout: python3-ceph-argparse 2024-02-11T08:04:25.460 INFO:teuthology.orchestra.run.smithi053.stdout: x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 45 k 2024-02-11T08:04:25.460 INFO:teuthology.orchestra.run.smithi053.stdout: python3-ceph-common x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 131 k 2024-02-11T08:04:25.460 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cephfs x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 161 k 2024-02-11T08:04:25.460 INFO:teuthology.orchestra.run.smithi053.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-02-11T08:04:25.460 INFO:teuthology.orchestra.run.smithi053.stdout: python3-rados x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 320 k 2024-02-11T08:04:25.460 INFO:teuthology.orchestra.run.smithi053.stdout: python3-rbd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 297 k 2024-02-11T08:04:25.460 INFO:teuthology.orchestra.run.smithi053.stdout: python3-rgw x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 99 k 2024-02-11T08:04:25.460 INFO:teuthology.orchestra.run.smithi053.stdout: qatlib x86_64 23.11.0-1.el9 CentOS-AppStream 215 k 2024-02-11T08:04:25.460 INFO:teuthology.orchestra.run.smithi053.stdout: qatzip-libs x86_64 1.1.2-2.el9 CentOS-AppStream 43 k 2024-02-11T08:04:25.460 INFO:teuthology.orchestra.run.smithi053.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-02-11T08:04:25.460 INFO:teuthology.orchestra.run.smithi053.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-02-11T08:04:25.460 INFO:teuthology.orchestra.run.smithi053.stdout:Installing weak dependencies: 2024-02-11T08:04:25.460 INFO:teuthology.orchestra.run.smithi053.stdout: qatlib-service x86_64 23.11.0-1.el9 CentOS-AppStream 34 k 2024-02-11T08:04:25.461 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:04:25.461 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-02-11T08:04:25.461 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T08:04:25.461 INFO:teuthology.orchestra.run.smithi053.stdout:Install 30 Packages 2024-02-11T08:04:25.461 INFO:teuthology.orchestra.run.smithi053.stdout:Upgrade 2 Packages 2024-02-11T08:04:25.461 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:04:25.461 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 58 M 2024-02-11T08:04:25.461 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-02-11T08:04:25.647 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-02-11T08:04:25.691 INFO:teuthology.orchestra.run.smithi042.stdout: Upgrading : librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-11T08:04:25.811 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-11T08:04:25.843 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-02-11T08:04:25.872 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 26/34 2024-02-11T08:04:25.907 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 8/34 2024-02-11T08:04:25.934 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 9/34 2024-02-11T08:04:25.943 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 26/34 2024-02-11T08:04:25.980 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 9/34 2024-02-11T08:04:26.009 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-02-11T08:04:26.019 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 27/34 2024-02-11T08:04:26.049 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x8 28/34 2024-02-11T08:04:26.054 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9. 11/34 2024-02-11T08:04:26.123 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 12/34 2024-02-11T08:04:26.145 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 13/34 2024-02-11T08:04:26.207 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 13/34 2024-02-11T08:04:26.235 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-02-11T08:04:26.346 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-02-11T08:04:26.378 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-02-11T08:04:26.418 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-02-11T08:04:26.460 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-02-11T08:04:26.489 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-02-11T08:04:26.522 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-02-11T08:04:26.847 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-02-11T08:04:26.885 INFO:teuthology.orchestra.run.smithi042.stdout: Upgrading : librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 22/34 2024-02-11T08:04:26.967 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 22/34 2024-02-11T08:04:26.998 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 23/34 2024-02-11T08:04:27.039 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-02-11T08:04:27.106 INFO:teuthology.orchestra.run.smithi053.stdout:(1/32): ceph-base-19.0.0-1367.g14aa01b9.el9.x86 3.6 MB/s | 5.3 MB 00:01 2024-02-11T08:04:27.182 INFO:teuthology.orchestra.run.smithi053.stdout:(2/32): ceph-selinux-19.0.0-1367.g14aa01b9.el9. 336 kB/s | 25 kB 00:00 2024-02-11T08:04:27.316 INFO:teuthology.orchestra.run.smithi053.stdout:(3/32): libcephfs2-19.0.0-1367.g14aa01b9.el9.x8 5.4 MB/s | 742 kB 00:00 2024-02-11T08:04:27.458 INFO:teuthology.orchestra.run.smithi053.stdout:(4/32): libradosstriper1-19.0.0-1367.g14aa01b9. 3.4 MB/s | 499 kB 00:00 2024-02-11T08:04:27.523 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-02-11T08:04:27.546 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 26/34 2024-02-11T08:04:27.600 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 26/34 2024-02-11T08:04:27.671 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 27/34 2024-02-11T08:04:27.698 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x8 28/34 2024-02-11T08:04:28.208 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-11T08:04:28.216 INFO:teuthology.orchestra.run.smithi053.stdout:(5/32): ceph-common-19.0.0-1367.g14aa01b9.el9.x 7.6 MB/s | 20 MB 00:02 2024-02-11T08:04:28.246 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-11T08:04:28.325 INFO:teuthology.orchestra.run.smithi053.stdout:(6/32): ceph-radosgw-19.0.0-1367.g14aa01b9.el9. 3.6 MB/s | 9.7 MB 00:02 2024-02-11T08:04:28.342 INFO:teuthology.orchestra.run.smithi053.stdout:(7/32): python3-ceph-argparse-19.0.0-1367.g14aa 361 kB/s | 45 kB 00:00 2024-02-11T08:04:28.425 INFO:teuthology.orchestra.run.smithi053.stdout:(8/32): librgw2-19.0.0-1367.g14aa01b9.el9.x86_6 5.3 MB/s | 5.1 MB 00:00 2024-02-11T08:04:28.450 INFO:teuthology.orchestra.run.smithi053.stdout:(9/32): python3-ceph-common-19.0.0-1367.g14aa01 1.0 MB/s | 131 kB 00:00 2024-02-11T08:04:28.492 INFO:teuthology.orchestra.run.smithi053.stdout:(10/32): python3-cephfs-19.0.0-1367.g14aa01b9.e 1.0 MB/s | 161 kB 00:00 2024-02-11T08:04:28.518 INFO:teuthology.orchestra.run.smithi053.stdout:(11/32): python3-rados-19.0.0-1367.g14aa01b9.el 3.4 MB/s | 320 kB 00:00 2024-02-11T08:04:28.543 INFO:teuthology.orchestra.run.smithi053.stdout:(12/32): python3-rbd-19.0.0-1367.g14aa01b9.el9. 3.2 MB/s | 297 kB 00:00 2024-02-11T08:04:28.593 INFO:teuthology.orchestra.run.smithi053.stdout:(13/32): python3-rgw-19.0.0-1367.g14aa01b9.el9. 990 kB/s | 99 kB 00:00 2024-02-11T08:04:28.669 INFO:teuthology.orchestra.run.smithi053.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 703 kB/s | 106 kB 00:00 2024-02-11T08:04:28.694 INFO:teuthology.orchestra.run.smithi053.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 613 kB/s | 44 kB 00:00 2024-02-11T08:04:28.736 INFO:teuthology.orchestra.run.smithi053.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 964 kB/s | 159 kB 00:00 2024-02-11T08:04:28.761 INFO:teuthology.orchestra.run.smithi053.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 7.0 MB/s | 661 kB 00:00 2024-02-11T08:04:28.786 INFO:teuthology.orchestra.run.smithi053.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.0 MB/s | 282 kB 00:00 2024-02-11T08:04:28.802 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-11T08:04:28.811 INFO:teuthology.orchestra.run.smithi053.stdout:(19/32): python3-prettytable-0.7.2-27.el9.noarc 551 kB/s | 41 kB 00:00 2024-02-11T08:04:28.837 INFO:teuthology.orchestra.run.smithi053.stdout:(20/32): qatlib-23.11.0-1.el9.x86_64.rpm 4.2 MB/s | 215 kB 00:00 2024-02-11T08:04:28.842 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 30/34 2024-02-11T08:04:28.862 INFO:teuthology.orchestra.run.smithi053.stdout:(21/32): qatlib-service-23.11.0-1.el9.x86_64.rp 450 kB/s | 34 kB 00:00 2024-02-11T08:04:28.887 INFO:teuthology.orchestra.run.smithi053.stdout:(22/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 579 kB/s | 43 kB 00:00 2024-02-11T08:04:28.917 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 30/34 2024-02-11T08:04:28.917 INFO:teuthology.orchestra.run.smithi158.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-02-11T08:04:28.918 INFO:teuthology.orchestra.run.smithi158.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-02-11T08:04:28.918 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:04:28.952 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-11T08:04:29.179 INFO:teuthology.orchestra.run.smithi053.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 89 kB/s | 26 kB 00:00 2024-02-11T08:04:29.388 INFO:teuthology.orchestra.run.smithi053.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 233 kB/s | 49 kB 00:00 2024-02-11T08:04:29.588 INFO:teuthology.orchestra.run.smithi053.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 337 kB/s | 67 kB 00:00 2024-02-11T08:04:29.822 INFO:teuthology.orchestra.run.smithi053.stdout:(26/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 322 kB/s | 309 kB 00:00 2024-02-11T08:04:29.988 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-11T08:04:30.028 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-11T08:04:30.030 INFO:teuthology.orchestra.run.smithi053.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 919 kB/s | 192 kB 00:00 2024-02-11T08:04:30.481 INFO:teuthology.orchestra.run.smithi053.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 939 kB/s | 838 kB 00:00 2024-02-11T08:04:30.611 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-11T08:04:30.648 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 30/34 2024-02-11T08:04:30.706 INFO:teuthology.orchestra.run.smithi053.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 2.3 MB/s | 1.6 MB 00:00 2024-02-11T08:04:30.721 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 30/34 2024-02-11T08:04:30.722 INFO:teuthology.orchestra.run.smithi042.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-02-11T08:04:30.722 INFO:teuthology.orchestra.run.smithi042.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-02-11T08:04:30.722 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:04:30.766 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-11T08:04:31.006 INFO:teuthology.orchestra.run.smithi053.stdout:(30/32): librados2-19.0.0-1367.g14aa01b9.el9.x8 6.4 MB/s | 3.4 MB 00:00 2024-02-11T08:04:31.131 INFO:teuthology.orchestra.run.smithi053.stdout:(31/32): librbd1-19.0.0-1367.g14aa01b9.el9.x86_ 7.4 MB/s | 3.1 MB 00:00 2024-02-11T08:04:32.531 INFO:teuthology.orchestra.run.smithi053.stdout:(32/32): libarrow-9.0.0-10.el9.x86_64.rpm 1.2 MB/s | 4.4 MB 00:03 2024-02-11T08:04:32.536 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:04:32.536 INFO:teuthology.orchestra.run.smithi053.stdout:Total 8.2 MB/s | 58 MB 00:07 2024-02-11T08:04:32.536 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-02-11T08:04:32.579 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-02-11T08:04:32.579 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-02-11T08:04:33.069 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-02-11T08:04:33.069 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-02-11T08:04:34.621 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-02-11T08:04:34.713 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-02-11T08:04:34.745 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-02-11T08:04:34.770 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-02-11T08:04:34.801 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-02-11T08:04:34.818 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-02-11T08:04:34.970 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-02-11T08:04:35.024 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-02-11T08:04:35.372 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-02-11T08:04:35.421 INFO:teuthology.orchestra.run.smithi053.stdout: Upgrading : librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-11T08:04:35.514 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-11T08:04:35.627 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 8/34 2024-02-11T08:04:35.657 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 9/34 2024-02-11T08:04:35.730 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 9/34 2024-02-11T08:04:35.770 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-02-11T08:04:35.819 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9. 11/34 2024-02-11T08:04:35.900 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 12/34 2024-02-11T08:04:35.926 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 13/34 2024-02-11T08:04:35.971 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 13/34 2024-02-11T08:04:35.999 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-02-11T08:04:36.111 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-02-11T08:04:36.142 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-02-11T08:04:36.182 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-02-11T08:04:36.215 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-02-11T08:04:36.244 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-02-11T08:04:36.277 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-02-11T08:04:36.602 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-02-11T08:04:36.632 INFO:teuthology.orchestra.run.smithi053.stdout: Upgrading : librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 22/34 2024-02-11T08:04:36.723 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 22/34 2024-02-11T08:04:36.753 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 23/34 2024-02-11T08:04:36.794 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-02-11T08:04:37.271 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-02-11T08:04:37.301 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 26/34 2024-02-11T08:04:37.373 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 26/34 2024-02-11T08:04:37.444 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 27/34 2024-02-11T08:04:37.487 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x8 28/34 2024-02-11T08:04:38.490 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-11T08:04:38.490 INFO:teuthology.orchestra.run.smithi158.stdout:skipping the directory /sys 2024-02-11T08:04:38.490 INFO:teuthology.orchestra.run.smithi158.stdout:skipping the directory /proc 2024-02-11T08:04:38.490 INFO:teuthology.orchestra.run.smithi158.stdout:skipping the directory /mnt 2024-02-11T08:04:38.490 INFO:teuthology.orchestra.run.smithi158.stdout:skipping the directory /var/tmp 2024-02-11T08:04:38.490 INFO:teuthology.orchestra.run.smithi158.stdout:skipping the directory /home 2024-02-11T08:04:38.490 INFO:teuthology.orchestra.run.smithi158.stdout:skipping the directory /root 2024-02-11T08:04:38.490 INFO:teuthology.orchestra.run.smithi158.stdout:skipping the directory /tmp 2024-02-11T08:04:38.491 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:04:39.416 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/34 2024-02-11T08:04:39.442 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/34 2024-02-11T08:04:39.442 INFO:teuthology.orchestra.run.smithi158.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T08:04:39.443 INFO:teuthology.orchestra.run.smithi158.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-02-11T08:04:39.443 INFO:teuthology.orchestra.run.smithi158.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-11T08:04:39.443 INFO:teuthology.orchestra.run.smithi158.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-11T08:04:39.443 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:04:39.444 INFO:teuthology.orchestra.run.smithi158.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-02-11T08:04:39.527 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-02-11T08:04:39.527 INFO:teuthology.orchestra.run.smithi158.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-02-11T08:04:39.829 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-11T08:04:39.876 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-11T08:04:40.447 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-11T08:04:40.496 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 30/34 2024-02-11T08:04:40.595 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 30/34 2024-02-11T08:04:40.596 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-02-11T08:04:40.596 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-02-11T08:04:40.596 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:04:40.639 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-11T08:04:40.660 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-11T08:04:40.660 INFO:teuthology.orchestra.run.smithi042.stdout:skipping the directory /sys 2024-02-11T08:04:40.660 INFO:teuthology.orchestra.run.smithi042.stdout:skipping the directory /proc 2024-02-11T08:04:40.660 INFO:teuthology.orchestra.run.smithi042.stdout:skipping the directory /mnt 2024-02-11T08:04:40.660 INFO:teuthology.orchestra.run.smithi042.stdout:skipping the directory /var/tmp 2024-02-11T08:04:40.660 INFO:teuthology.orchestra.run.smithi042.stdout:skipping the directory /home 2024-02-11T08:04:40.660 INFO:teuthology.orchestra.run.smithi042.stdout:skipping the directory /root 2024-02-11T08:04:40.660 INFO:teuthology.orchestra.run.smithi042.stdout:skipping the directory /tmp 2024-02-11T08:04:40.660 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:04:40.719 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-02-11T08:04:40.719 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/34 2024-02-11T08:04:40.719 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/34 2024-02-11T08:04:40.719 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 3/34 2024-02-11T08:04:40.719 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 4/34 2024-02-11T08:04:40.719 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/34 2024-02-11T08:04:40.719 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 6/34 2024-02-11T08:04:40.720 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-11T08:04:40.720 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9. 8/34 2024-02-11T08:04:40.720 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x8 9/34 2024-02-11T08:04:40.720 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 10/34 2024-02-11T08:04:40.720 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 11/34 2024-02-11T08:04:40.720 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 12/34 2024-02-11T08:04:40.720 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 13/34 2024-02-11T08:04:40.720 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-02-11T08:04:40.720 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-02-11T08:04:40.720 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-02-11T08:04:40.720 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-02-11T08:04:40.720 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-02-11T08:04:40.720 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-02-11T08:04:40.721 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-02-11T08:04:40.721 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-02-11T08:04:40.721 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-02-11T08:04:40.721 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-02-11T08:04:40.721 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-02-11T08:04:40.721 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-02-11T08:04:40.721 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-02-11T08:04:40.721 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-02-11T08:04:40.721 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-02-11T08:04:40.721 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-02-11T08:04:40.721 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-02-11T08:04:40.722 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-11T08:04:40.722 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-02-11T08:04:40.722 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/34 2024-02-11T08:04:41.605 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/34 2024-02-11T08:04:41.630 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/34 2024-02-11T08:04:41.630 INFO:teuthology.orchestra.run.smithi042.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T08:04:41.630 INFO:teuthology.orchestra.run.smithi042.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-02-11T08:04:41.630 INFO:teuthology.orchestra.run.smithi042.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-11T08:04:41.630 INFO:teuthology.orchestra.run.smithi042.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-11T08:04:41.631 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:04:41.633 INFO:teuthology.orchestra.run.smithi042.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-02-11T08:04:41.725 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-02-11T08:04:41.725 INFO:teuthology.orchestra.run.smithi042.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-02-11T08:04:41.760 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-02-11T08:04:41.761 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:04:41.761 INFO:teuthology.orchestra.run.smithi158.stdout:Upgraded: 2024-02-11T08:04:41.761 INFO:teuthology.orchestra.run.smithi158.stdout: librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:41.761 INFO:teuthology.orchestra.run.smithi158.stdout: librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:41.761 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2024-02-11T08:04:41.761 INFO:teuthology.orchestra.run.smithi158.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-02-11T08:04:41.761 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:41.761 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:41.761 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:41.761 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:41.761 INFO:teuthology.orchestra.run.smithi158.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-02-11T08:04:41.761 INFO:teuthology.orchestra.run.smithi158.stdout: libarrow-9.0.0-10.el9.x86_64 2024-02-11T08:04:41.761 INFO:teuthology.orchestra.run.smithi158.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-02-11T08:04:41.761 INFO:teuthology.orchestra.run.smithi158.stdout: libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:41.762 INFO:teuthology.orchestra.run.smithi158.stdout: liboath-2.6.7-2.el9.x86_64 2024-02-11T08:04:41.762 INFO:teuthology.orchestra.run.smithi158.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-02-11T08:04:41.762 INFO:teuthology.orchestra.run.smithi158.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-02-11T08:04:41.762 INFO:teuthology.orchestra.run.smithi158.stdout: libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:41.762 INFO:teuthology.orchestra.run.smithi158.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-02-11T08:04:41.762 INFO:teuthology.orchestra.run.smithi158.stdout: librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:41.762 INFO:teuthology.orchestra.run.smithi158.stdout: libunwind-1.6.2-1.el9.x86_64 2024-02-11T08:04:41.762 INFO:teuthology.orchestra.run.smithi158.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-02-11T08:04:41.762 INFO:teuthology.orchestra.run.smithi158.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-02-11T08:04:41.762 INFO:teuthology.orchestra.run.smithi158.stdout: python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:41.762 INFO:teuthology.orchestra.run.smithi158.stdout: python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:41.762 INFO:teuthology.orchestra.run.smithi158.stdout: python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:41.762 INFO:teuthology.orchestra.run.smithi158.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-02-11T08:04:41.762 INFO:teuthology.orchestra.run.smithi158.stdout: python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:41.762 INFO:teuthology.orchestra.run.smithi158.stdout: python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:41.763 INFO:teuthology.orchestra.run.smithi158.stdout: python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:41.763 INFO:teuthology.orchestra.run.smithi158.stdout: qatlib-23.11.0-1.el9.x86_64 2024-02-11T08:04:41.763 INFO:teuthology.orchestra.run.smithi158.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-02-11T08:04:41.763 INFO:teuthology.orchestra.run.smithi158.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-02-11T08:04:41.763 INFO:teuthology.orchestra.run.smithi158.stdout: re2-1:20211101-3.el9.x86_64 2024-02-11T08:04:41.763 INFO:teuthology.orchestra.run.smithi158.stdout: thrift-0.15.0-2.el9.x86_64 2024-02-11T08:04:41.763 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:04:41.763 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2024-02-11T08:04:42.115 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install ceph-test 2024-02-11T08:04:42.690 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:00:30 ago on Sun 11 Feb 2024 08:04:12 AM UTC. 2024-02-11T08:04:42.850 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2024-02-11T08:04:42.851 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T08:04:42.851 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repository Size 2024-02-11T08:04:42.851 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T08:04:42.851 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2024-02-11T08:04:42.851 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-test x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 47 M 2024-02-11T08:04:42.851 INFO:teuthology.orchestra.run.smithi158.stdout:Installing dependencies: 2024-02-11T08:04:42.851 INFO:teuthology.orchestra.run.smithi158.stdout: jq x86_64 1.6-16.el9 CentOS-BaseOS 186 k 2024-02-11T08:04:42.851 INFO:teuthology.orchestra.run.smithi158.stdout: libcephsqlite x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 163 k 2024-02-11T08:04:42.852 INFO:teuthology.orchestra.run.smithi158.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-BaseOS 217 k 2024-02-11T08:04:42.852 INFO:teuthology.orchestra.run.smithi158.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-02-11T08:04:42.852 INFO:teuthology.orchestra.run.smithi158.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-02-11T08:04:42.852 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:04:42.852 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2024-02-11T08:04:42.852 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T08:04:42.852 INFO:teuthology.orchestra.run.smithi158.stdout:Install 6 Packages 2024-02-11T08:04:42.852 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:04:42.853 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 48 M 2024-02-11T08:04:42.853 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 204 M 2024-02-11T08:04:42.853 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2024-02-11T08:04:42.865 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-02-11T08:04:42.865 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/34 2024-02-11T08:04:42.865 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/34 2024-02-11T08:04:42.865 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 3/34 2024-02-11T08:04:42.865 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 4/34 2024-02-11T08:04:42.865 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/34 2024-02-11T08:04:42.866 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 6/34 2024-02-11T08:04:42.866 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-11T08:04:42.866 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9. 8/34 2024-02-11T08:04:42.866 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x8 9/34 2024-02-11T08:04:42.866 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 10/34 2024-02-11T08:04:42.866 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 11/34 2024-02-11T08:04:42.866 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 12/34 2024-02-11T08:04:42.866 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 13/34 2024-02-11T08:04:42.866 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-02-11T08:04:42.866 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-02-11T08:04:42.866 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-02-11T08:04:42.867 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-02-11T08:04:42.867 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-02-11T08:04:42.867 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-02-11T08:04:42.867 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-02-11T08:04:42.867 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-02-11T08:04:42.867 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-02-11T08:04:42.867 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-02-11T08:04:42.867 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-02-11T08:04:42.868 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-02-11T08:04:42.868 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-02-11T08:04:42.868 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-02-11T08:04:42.868 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-02-11T08:04:42.868 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-02-11T08:04:42.868 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-02-11T08:04:42.869 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-11T08:04:42.869 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-02-11T08:04:42.869 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/34 2024-02-11T08:04:43.024 INFO:teuthology.orchestra.run.smithi158.stdout:(1/6): socat-1.7.4.1-5.el9.x86_64.rpm 1.7 MB/s | 300 kB 00:00 2024-02-11T08:04:43.049 INFO:teuthology.orchestra.run.smithi158.stdout:(2/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 2.5 MB/s | 63 kB 00:00 2024-02-11T08:04:43.091 INFO:teuthology.orchestra.run.smithi158.stdout:(3/6): jq-1.6-16.el9.x86_64.rpm 4.4 MB/s | 186 kB 00:00 2024-02-11T08:04:43.130 INFO:teuthology.orchestra.run.smithi158.stdout:(4/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 5.5 MB/s | 217 kB 00:00 2024-02-11T08:04:43.230 INFO:teuthology.orchestra.run.smithi158.stdout:(5/6): libcephsqlite-19.0.0-1367.g14aa01b9.el9. 433 kB/s | 163 kB 00:00 2024-02-11T08:04:44.010 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-02-11T08:04:44.011 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:04:44.011 INFO:teuthology.orchestra.run.smithi042.stdout:Upgraded: 2024-02-11T08:04:44.011 INFO:teuthology.orchestra.run.smithi042.stdout: librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:44.011 INFO:teuthology.orchestra.run.smithi042.stdout: librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:44.011 INFO:teuthology.orchestra.run.smithi042.stdout:Installed: 2024-02-11T08:04:44.011 INFO:teuthology.orchestra.run.smithi042.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-02-11T08:04:44.011 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:44.011 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:44.011 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:44.011 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:44.011 INFO:teuthology.orchestra.run.smithi042.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-02-11T08:04:44.011 INFO:teuthology.orchestra.run.smithi042.stdout: libarrow-9.0.0-10.el9.x86_64 2024-02-11T08:04:44.011 INFO:teuthology.orchestra.run.smithi042.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-02-11T08:04:44.012 INFO:teuthology.orchestra.run.smithi042.stdout: libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:44.012 INFO:teuthology.orchestra.run.smithi042.stdout: liboath-2.6.7-2.el9.x86_64 2024-02-11T08:04:44.012 INFO:teuthology.orchestra.run.smithi042.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-02-11T08:04:44.012 INFO:teuthology.orchestra.run.smithi042.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-02-11T08:04:44.012 INFO:teuthology.orchestra.run.smithi042.stdout: libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:44.012 INFO:teuthology.orchestra.run.smithi042.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-02-11T08:04:44.012 INFO:teuthology.orchestra.run.smithi042.stdout: librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:44.012 INFO:teuthology.orchestra.run.smithi042.stdout: libunwind-1.6.2-1.el9.x86_64 2024-02-11T08:04:44.012 INFO:teuthology.orchestra.run.smithi042.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-02-11T08:04:44.012 INFO:teuthology.orchestra.run.smithi042.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-02-11T08:04:44.012 INFO:teuthology.orchestra.run.smithi042.stdout: python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:44.012 INFO:teuthology.orchestra.run.smithi042.stdout: python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:44.012 INFO:teuthology.orchestra.run.smithi042.stdout: python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:44.013 INFO:teuthology.orchestra.run.smithi042.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-02-11T08:04:44.013 INFO:teuthology.orchestra.run.smithi042.stdout: python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:44.013 INFO:teuthology.orchestra.run.smithi042.stdout: python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:44.013 INFO:teuthology.orchestra.run.smithi042.stdout: python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:44.013 INFO:teuthology.orchestra.run.smithi042.stdout: qatlib-23.11.0-1.el9.x86_64 2024-02-11T08:04:44.013 INFO:teuthology.orchestra.run.smithi042.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-02-11T08:04:44.013 INFO:teuthology.orchestra.run.smithi042.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-02-11T08:04:44.013 INFO:teuthology.orchestra.run.smithi042.stdout: re2-1:20211101-3.el9.x86_64 2024-02-11T08:04:44.013 INFO:teuthology.orchestra.run.smithi042.stdout: thrift-0.15.0-2.el9.x86_64 2024-02-11T08:04:44.013 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:04:44.013 INFO:teuthology.orchestra.run.smithi042.stdout:Complete! 2024-02-11T08:04:44.342 DEBUG:teuthology.orchestra.run.smithi042:> sudo yum -y install ceph-test 2024-02-11T08:04:44.931 INFO:teuthology.orchestra.run.smithi042.stdout:Last metadata expiration check: 0:00:31 ago on Sun 11 Feb 2024 08:04:13 AM UTC. 2024-02-11T08:04:45.097 INFO:teuthology.orchestra.run.smithi042.stdout:Dependencies resolved. 2024-02-11T08:04:45.098 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T08:04:45.098 INFO:teuthology.orchestra.run.smithi042.stdout: Package Arch Version Repository Size 2024-02-11T08:04:45.098 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T08:04:45.099 INFO:teuthology.orchestra.run.smithi042.stdout:Installing: 2024-02-11T08:04:45.099 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-test x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 47 M 2024-02-11T08:04:45.099 INFO:teuthology.orchestra.run.smithi042.stdout:Installing dependencies: 2024-02-11T08:04:45.099 INFO:teuthology.orchestra.run.smithi042.stdout: jq x86_64 1.6-16.el9 CentOS-BaseOS 186 k 2024-02-11T08:04:45.099 INFO:teuthology.orchestra.run.smithi042.stdout: libcephsqlite x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 163 k 2024-02-11T08:04:45.099 INFO:teuthology.orchestra.run.smithi042.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-BaseOS 217 k 2024-02-11T08:04:45.099 INFO:teuthology.orchestra.run.smithi042.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-02-11T08:04:45.099 INFO:teuthology.orchestra.run.smithi042.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-02-11T08:04:45.099 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:04:45.099 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction Summary 2024-02-11T08:04:45.099 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T08:04:45.099 INFO:teuthology.orchestra.run.smithi042.stdout:Install 6 Packages 2024-02-11T08:04:45.099 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:04:45.100 INFO:teuthology.orchestra.run.smithi042.stdout:Total download size: 48 M 2024-02-11T08:04:45.100 INFO:teuthology.orchestra.run.smithi042.stdout:Installed size: 204 M 2024-02-11T08:04:45.100 INFO:teuthology.orchestra.run.smithi042.stdout:Downloading Packages: 2024-02-11T08:04:45.281 INFO:teuthology.orchestra.run.smithi042.stdout:(1/6): socat-1.7.4.1-5.el9.x86_64.rpm 1.6 MB/s | 300 kB 00:00 2024-02-11T08:04:45.314 INFO:teuthology.orchestra.run.smithi042.stdout:(2/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-02-11T08:04:45.348 INFO:teuthology.orchestra.run.smithi042.stdout:(3/6): jq-1.6-16.el9.x86_64.rpm 5.4 MB/s | 186 kB 00:00 2024-02-11T08:04:45.389 INFO:teuthology.orchestra.run.smithi158.stdout:(6/6): ceph-test-19.0.0-1367.g14aa01b9.el9.x86_ 19 MB/s | 47 MB 00:02 2024-02-11T08:04:45.389 INFO:teuthology.orchestra.run.smithi042.stdout:(4/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 5.1 MB/s | 217 kB 00:00 2024-02-11T08:04:45.392 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:04:45.392 INFO:teuthology.orchestra.run.smithi158.stdout:Total 19 MB/s | 48 MB 00:02 2024-02-11T08:04:45.393 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2024-02-11T08:04:45.413 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2024-02-11T08:04:45.413 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2024-02-11T08:04:45.490 INFO:teuthology.orchestra.run.smithi042.stdout:(5/6): libcephsqlite-19.0.0-1367.g14aa01b9.el9. 419 kB/s | 163 kB 00:00 2024-02-11T08:04:45.806 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2024-02-11T08:04:45.807 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2024-02-11T08:04:46.410 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2024-02-11T08:04:46.479 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 1/6 2024-02-11T08:04:46.512 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : jq-1.6-16.el9.x86_64 2/6 2024-02-11T08:04:46.556 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/6 2024-02-11T08:04:46.606 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 4/6 2024-02-11T08:04:46.633 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/6 2024-02-11T08:04:47.882 INFO:teuthology.orchestra.run.smithi042.stdout:(6/6): ceph-test-19.0.0-1367.g14aa01b9.el9.x86_ 17 MB/s | 47 MB 00:02 2024-02-11T08:04:47.885 INFO:teuthology.orchestra.run.smithi042.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:04:47.885 INFO:teuthology.orchestra.run.smithi042.stdout:Total 17 MB/s | 48 MB 00:02 2024-02-11T08:04:47.885 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction check 2024-02-11T08:04:47.908 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction check succeeded. 2024-02-11T08:04:47.908 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction test 2024-02-11T08:04:48.304 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction test succeeded. 2024-02-11T08:04:48.304 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction 2024-02-11T08:04:48.900 INFO:teuthology.orchestra.run.smithi042.stdout: Preparing : 1/1 2024-02-11T08:04:48.970 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 1/6 2024-02-11T08:04:49.006 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : jq-1.6-16.el9.x86_64 2/6 2024-02-11T08:04:49.059 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/6 2024-02-11T08:04:49.100 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 4/6 2024-02-11T08:04:49.126 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/6 2024-02-11T08:04:50.679 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-11T08:04:50.679 INFO:teuthology.orchestra.run.smithi053.stdout:skipping the directory /sys 2024-02-11T08:04:50.679 INFO:teuthology.orchestra.run.smithi053.stdout:skipping the directory /proc 2024-02-11T08:04:50.679 INFO:teuthology.orchestra.run.smithi053.stdout:skipping the directory /mnt 2024-02-11T08:04:50.679 INFO:teuthology.orchestra.run.smithi053.stdout:skipping the directory /var/tmp 2024-02-11T08:04:50.679 INFO:teuthology.orchestra.run.smithi053.stdout:skipping the directory /home 2024-02-11T08:04:50.679 INFO:teuthology.orchestra.run.smithi053.stdout:skipping the directory /root 2024-02-11T08:04:50.680 INFO:teuthology.orchestra.run.smithi053.stdout:skipping the directory /tmp 2024-02-11T08:04:50.680 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:04:51.108 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/6 2024-02-11T08:04:51.182 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 6/6 2024-02-11T08:04:51.625 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/34 2024-02-11T08:04:51.648 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/34 2024-02-11T08:04:51.648 INFO:teuthology.orchestra.run.smithi053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T08:04:51.649 INFO:teuthology.orchestra.run.smithi053.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-02-11T08:04:51.649 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-11T08:04:51.649 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-11T08:04:51.649 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:04:51.651 INFO:teuthology.orchestra.run.smithi053.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-02-11T08:04:51.727 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-02-11T08:04:51.727 INFO:teuthology.orchestra.run.smithi053.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-02-11T08:04:53.020 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-02-11T08:04:53.020 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/34 2024-02-11T08:04:53.020 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/34 2024-02-11T08:04:53.021 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 3/34 2024-02-11T08:04:53.021 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 4/34 2024-02-11T08:04:53.021 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/34 2024-02-11T08:04:53.021 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 6/34 2024-02-11T08:04:53.021 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-11T08:04:53.021 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9. 8/34 2024-02-11T08:04:53.021 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x8 9/34 2024-02-11T08:04:53.021 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 10/34 2024-02-11T08:04:53.021 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 11/34 2024-02-11T08:04:53.021 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 12/34 2024-02-11T08:04:53.021 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 13/34 2024-02-11T08:04:53.021 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-02-11T08:04:53.022 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-02-11T08:04:53.022 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-02-11T08:04:53.022 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-02-11T08:04:53.022 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-02-11T08:04:53.022 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-02-11T08:04:53.022 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-02-11T08:04:53.022 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-02-11T08:04:53.022 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-02-11T08:04:53.022 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-02-11T08:04:53.022 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-02-11T08:04:53.022 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-02-11T08:04:53.022 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-02-11T08:04:53.022 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-02-11T08:04:53.023 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-02-11T08:04:53.023 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-02-11T08:04:53.023 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-02-11T08:04:53.023 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-11T08:04:53.023 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-02-11T08:04:53.024 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/34 2024-02-11T08:04:53.701 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 6/6 2024-02-11T08:04:53.702 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/6 2024-02-11T08:04:53.702 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/6 2024-02-11T08:04:53.702 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/6 2024-02-11T08:04:53.702 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/6 2024-02-11T08:04:53.702 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : jq-1.6-16.el9.x86_64 5/6 2024-02-11T08:04:53.898 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/6 2024-02-11T08:04:53.990 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 6/6 2024-02-11T08:04:54.102 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 6/6 2024-02-11T08:04:54.103 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:04:54.103 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2024-02-11T08:04:54.103 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:54.103 INFO:teuthology.orchestra.run.smithi158.stdout: jq-1.6-16.el9.x86_64 2024-02-11T08:04:54.103 INFO:teuthology.orchestra.run.smithi158.stdout: libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:54.103 INFO:teuthology.orchestra.run.smithi158.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-02-11T08:04:54.103 INFO:teuthology.orchestra.run.smithi158.stdout: socat-1.7.4.1-5.el9.x86_64 2024-02-11T08:04:54.103 INFO:teuthology.orchestra.run.smithi158.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-02-11T08:04:54.103 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:04:54.103 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2024-02-11T08:04:54.218 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-02-11T08:04:54.219 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:04:54.219 INFO:teuthology.orchestra.run.smithi053.stdout:Upgraded: 2024-02-11T08:04:54.219 INFO:teuthology.orchestra.run.smithi053.stdout: librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:54.219 INFO:teuthology.orchestra.run.smithi053.stdout: librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:54.219 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-02-11T08:04:54.219 INFO:teuthology.orchestra.run.smithi053.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-02-11T08:04:54.219 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:54.219 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:54.219 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:54.219 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:54.219 INFO:teuthology.orchestra.run.smithi053.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-02-11T08:04:54.219 INFO:teuthology.orchestra.run.smithi053.stdout: libarrow-9.0.0-10.el9.x86_64 2024-02-11T08:04:54.219 INFO:teuthology.orchestra.run.smithi053.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-02-11T08:04:54.219 INFO:teuthology.orchestra.run.smithi053.stdout: libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:54.220 INFO:teuthology.orchestra.run.smithi053.stdout: liboath-2.6.7-2.el9.x86_64 2024-02-11T08:04:54.220 INFO:teuthology.orchestra.run.smithi053.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-02-11T08:04:54.220 INFO:teuthology.orchestra.run.smithi053.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-02-11T08:04:54.220 INFO:teuthology.orchestra.run.smithi053.stdout: libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:54.220 INFO:teuthology.orchestra.run.smithi053.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-02-11T08:04:54.220 INFO:teuthology.orchestra.run.smithi053.stdout: librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:54.220 INFO:teuthology.orchestra.run.smithi053.stdout: libunwind-1.6.2-1.el9.x86_64 2024-02-11T08:04:54.220 INFO:teuthology.orchestra.run.smithi053.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-02-11T08:04:54.220 INFO:teuthology.orchestra.run.smithi053.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-02-11T08:04:54.220 INFO:teuthology.orchestra.run.smithi053.stdout: python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:54.220 INFO:teuthology.orchestra.run.smithi053.stdout: python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:54.221 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:54.221 INFO:teuthology.orchestra.run.smithi053.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-02-11T08:04:54.221 INFO:teuthology.orchestra.run.smithi053.stdout: python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:54.221 INFO:teuthology.orchestra.run.smithi053.stdout: python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:54.221 INFO:teuthology.orchestra.run.smithi053.stdout: python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:54.221 INFO:teuthology.orchestra.run.smithi053.stdout: qatlib-23.11.0-1.el9.x86_64 2024-02-11T08:04:54.221 INFO:teuthology.orchestra.run.smithi053.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-02-11T08:04:54.221 INFO:teuthology.orchestra.run.smithi053.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-02-11T08:04:54.221 INFO:teuthology.orchestra.run.smithi053.stdout: re2-1:20211101-3.el9.x86_64 2024-02-11T08:04:54.221 INFO:teuthology.orchestra.run.smithi053.stdout: thrift-0.15.0-2.el9.x86_64 2024-02-11T08:04:54.221 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:04:54.221 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-02-11T08:04:54.391 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install ceph 2024-02-11T08:04:54.548 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-test 2024-02-11T08:04:54.993 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:00:42 ago on Sun 11 Feb 2024 08:04:12 AM UTC. 2024-02-11T08:04:55.138 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:00:33 ago on Sun 11 Feb 2024 08:04:22 AM UTC. 2024-02-11T08:04:55.166 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2024-02-11T08:04:55.168 INFO:teuthology.orchestra.run.smithi158.stdout:========================================================================================= 2024-02-11T08:04:55.168 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repository Size 2024-02-11T08:04:55.169 INFO:teuthology.orchestra.run.smithi158.stdout:========================================================================================= 2024-02-11T08:04:55.169 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2024-02-11T08:04:55.169 INFO:teuthology.orchestra.run.smithi158.stdout: ceph x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 6.6 k 2024-02-11T08:04:55.169 INFO:teuthology.orchestra.run.smithi158.stdout:Installing dependencies: 2024-02-11T08:04:55.169 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-mds x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 2.1 M 2024-02-11T08:04:55.169 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-mgr x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 1.5 M 2024-02-11T08:04:55.169 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-mgr-modules-core noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 247 k 2024-02-11T08:04:55.169 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-mon x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 4.7 M 2024-02-11T08:04:55.169 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-osd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 17 M 2024-02-11T08:04:55.169 INFO:teuthology.orchestra.run.smithi158.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-02-11T08:04:55.169 INFO:teuthology.orchestra.run.smithi158.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-02-11T08:04:55.169 INFO:teuthology.orchestra.run.smithi158.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-02-11T08:04:55.169 INFO:teuthology.orchestra.run.smithi158.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-02-11T08:04:55.170 INFO:teuthology.orchestra.run.smithi158.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-02-11T08:04:55.170 INFO:teuthology.orchestra.run.smithi158.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-02-11T08:04:55.170 INFO:teuthology.orchestra.run.smithi158.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-02-11T08:04:55.170 INFO:teuthology.orchestra.run.smithi158.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-02-11T08:04:55.170 INFO:teuthology.orchestra.run.smithi158.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-02-11T08:04:55.170 INFO:teuthology.orchestra.run.smithi158.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-02-11T08:04:55.170 INFO:teuthology.orchestra.run.smithi158.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-02-11T08:04:55.170 INFO:teuthology.orchestra.run.smithi158.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-02-11T08:04:55.170 INFO:teuthology.orchestra.run.smithi158.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-02-11T08:04:55.170 INFO:teuthology.orchestra.run.smithi158.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-02-11T08:04:55.170 INFO:teuthology.orchestra.run.smithi158.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-02-11T08:04:55.170 INFO:teuthology.orchestra.run.smithi158.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-02-11T08:04:55.170 INFO:teuthology.orchestra.run.smithi158.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-02-11T08:04:55.170 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-02-11T08:04:55.171 INFO:teuthology.orchestra.run.smithi158.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-02-11T08:04:55.171 INFO:teuthology.orchestra.run.smithi158.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-02-11T08:04:55.171 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-02-11T08:04:55.171 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-02-11T08:04:55.171 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-02-11T08:04:55.171 INFO:teuthology.orchestra.run.smithi158.stdout: python3-requests noarch 2.25.1-8.el9 CentOS-BaseOS 113 k 2024-02-11T08:04:55.171 INFO:teuthology.orchestra.run.smithi158.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-02-11T08:04:55.171 INFO:teuthology.orchestra.run.smithi158.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-02-11T08:04:55.171 INFO:teuthology.orchestra.run.smithi158.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-02-11T08:04:55.171 INFO:teuthology.orchestra.run.smithi158.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-02-11T08:04:55.171 INFO:teuthology.orchestra.run.smithi158.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-02-11T08:04:55.171 INFO:teuthology.orchestra.run.smithi158.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-02-11T08:04:55.171 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:04:55.171 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2024-02-11T08:04:55.172 INFO:teuthology.orchestra.run.smithi158.stdout:========================================================================================= 2024-02-11T08:04:55.172 INFO:teuthology.orchestra.run.smithi158.stdout:Install 36 Packages 2024-02-11T08:04:55.172 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:04:55.172 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 30 M 2024-02-11T08:04:55.172 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 107 M 2024-02-11T08:04:55.172 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2024-02-11T08:04:55.304 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-02-11T08:04:55.305 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T08:04:55.305 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2024-02-11T08:04:55.305 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T08:04:55.305 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-02-11T08:04:55.305 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-test x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 47 M 2024-02-11T08:04:55.305 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2024-02-11T08:04:55.305 INFO:teuthology.orchestra.run.smithi053.stdout: jq x86_64 1.6-16.el9 CentOS-BaseOS 186 k 2024-02-11T08:04:55.305 INFO:teuthology.orchestra.run.smithi053.stdout: libcephsqlite x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 163 k 2024-02-11T08:04:55.305 INFO:teuthology.orchestra.run.smithi053.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-BaseOS 217 k 2024-02-11T08:04:55.306 INFO:teuthology.orchestra.run.smithi053.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-02-11T08:04:55.306 INFO:teuthology.orchestra.run.smithi053.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-02-11T08:04:55.306 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:04:55.306 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-02-11T08:04:55.306 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T08:04:55.306 INFO:teuthology.orchestra.run.smithi053.stdout:Install 6 Packages 2024-02-11T08:04:55.306 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:04:55.306 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 48 M 2024-02-11T08:04:55.307 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 204 M 2024-02-11T08:04:55.307 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-02-11T08:04:55.484 INFO:teuthology.orchestra.run.smithi053.stdout:(1/6): socat-1.7.4.1-5.el9.x86_64.rpm 1.7 MB/s | 300 kB 00:00 2024-02-11T08:04:55.517 INFO:teuthology.orchestra.run.smithi053.stdout:(2/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-02-11T08:04:55.559 INFO:teuthology.orchestra.run.smithi053.stdout:(3/6): jq-1.6-16.el9.x86_64.rpm 4.3 MB/s | 186 kB 00:00 2024-02-11T08:04:55.601 INFO:teuthology.orchestra.run.smithi053.stdout:(4/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 5.1 MB/s | 217 kB 00:00 2024-02-11T08:04:55.693 INFO:teuthology.orchestra.run.smithi053.stdout:(5/6): libcephsqlite-19.0.0-1367.g14aa01b9.el9. 423 kB/s | 163 kB 00:00 2024-02-11T08:04:55.850 INFO:teuthology.orchestra.run.smithi158.stdout:(1/36): ceph-19.0.0-1367.g14aa01b9.el9.x86_64.r 27 kB/s | 6.6 kB 00:00 2024-02-11T08:04:56.250 INFO:teuthology.orchestra.run.smithi158.stdout:(2/36): ceph-mds-19.0.0-1367.g14aa01b9.el9.x86_ 3.3 MB/s | 2.1 MB 00:00 2024-02-11T08:04:56.292 INFO:teuthology.orchestra.run.smithi158.stdout:(3/36): ceph-mgr-19.0.0-1367.g14aa01b9.el9.x86_ 2.2 MB/s | 1.5 MB 00:00 2024-02-11T08:04:56.383 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 6/6 2024-02-11T08:04:56.384 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/6 2024-02-11T08:04:56.384 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/6 2024-02-11T08:04:56.384 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/6 2024-02-11T08:04:56.384 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/6 2024-02-11T08:04:56.384 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : jq-1.6-16.el9.x86_64 5/6 2024-02-11T08:04:56.384 INFO:teuthology.orchestra.run.smithi158.stdout:(4/36): ceph-mgr-modules-core-19.0.0-1367.g14aa 2.6 MB/s | 247 kB 00:00 2024-02-11T08:04:56.501 INFO:teuthology.orchestra.run.smithi158.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.6 MB/s | 187 kB 00:00 2024-02-11T08:04:56.543 INFO:teuthology.orchestra.run.smithi158.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 144 kB 00:00 2024-02-11T08:04:56.576 INFO:teuthology.orchestra.run.smithi158.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 940 kB/s | 32 kB 00:00 2024-02-11T08:04:56.610 INFO:teuthology.orchestra.run.smithi158.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.4 MB/s | 47 kB 00:00 2024-02-11T08:04:56.644 INFO:teuthology.orchestra.run.smithi158.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.1 MB/s | 39 kB 00:00 2024-02-11T08:04:56.686 INFO:teuthology.orchestra.run.smithi158.stdout:(10/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.6 MB/s | 241 kB 00:00 2024-02-11T08:04:56.753 INFO:teuthology.orchestra.run.smithi158.stdout:(11/36): ceph-mon-19.0.0-1367.g14aa01b9.el9.x86 5.2 MB/s | 4.7 MB 00:00 2024-02-11T08:04:56.795 INFO:teuthology.orchestra.run.smithi158.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 11 MB/s | 1.1 MB 00:00 2024-02-11T08:04:56.801 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 6/6 2024-02-11T08:04:56.801 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:04:56.801 INFO:teuthology.orchestra.run.smithi042.stdout:Installed: 2024-02-11T08:04:56.801 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:56.801 INFO:teuthology.orchestra.run.smithi042.stdout: jq-1.6-16.el9.x86_64 2024-02-11T08:04:56.801 INFO:teuthology.orchestra.run.smithi042.stdout: libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:04:56.801 INFO:teuthology.orchestra.run.smithi042.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-02-11T08:04:56.801 INFO:teuthology.orchestra.run.smithi042.stdout: socat-1.7.4.1-5.el9.x86_64 2024-02-11T08:04:56.801 INFO:teuthology.orchestra.run.smithi042.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-02-11T08:04:56.802 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:04:56.802 INFO:teuthology.orchestra.run.smithi042.stdout:Complete! 2024-02-11T08:04:56.820 INFO:teuthology.orchestra.run.smithi158.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 1.5 MB/s | 103 kB 00:00 2024-02-11T08:04:56.845 INFO:teuthology.orchestra.run.smithi158.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.4 MB/s | 124 kB 00:00 2024-02-11T08:04:56.870 INFO:teuthology.orchestra.run.smithi158.stdout:(15/36): python3-requests-2.25.1-8.el9.noarch.r 2.2 MB/s | 113 kB 00:00 2024-02-11T08:04:56.896 INFO:teuthology.orchestra.run.smithi158.stdout:(16/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.7 MB/s | 187 kB 00:00 2024-02-11T08:04:57.054 INFO:teuthology.orchestra.run.smithi158.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 121 kB/s | 22 kB 00:00 2024-02-11T08:04:57.085 DEBUG:teuthology.orchestra.run.smithi042:> sudo yum -y install ceph 2024-02-11T08:04:57.363 INFO:teuthology.orchestra.run.smithi158.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 324 kB/s | 151 kB 00:00 2024-02-11T08:04:57.388 INFO:teuthology.orchestra.run.smithi158.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 130 kB/s | 43 kB 00:00 2024-02-11T08:04:57.530 INFO:teuthology.orchestra.run.smithi158.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.0 MB/s | 172 kB 00:00 2024-02-11T08:04:57.622 INFO:teuthology.orchestra.run.smithi158.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 117 kB/s | 11 kB 00:00 2024-02-11T08:04:57.689 INFO:teuthology.orchestra.run.smithi042.stdout:Last metadata expiration check: 0:00:44 ago on Sun 11 Feb 2024 08:04:13 AM UTC. 2024-02-11T08:04:57.714 INFO:teuthology.orchestra.run.smithi158.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 193 kB/s | 18 kB 00:00 2024-02-11T08:04:57.739 INFO:teuthology.orchestra.run.smithi158.stdout:(23/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.0 MB/s | 358 kB 00:00 2024-02-11T08:04:57.823 INFO:teuthology.orchestra.run.smithi158.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 213 kB/s | 23 kB 00:00 2024-02-11T08:04:57.840 INFO:teuthology.orchestra.run.smithi158.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 193 kB/s | 19 kB 00:00 2024-02-11T08:04:57.866 INFO:teuthology.orchestra.run.smithi042.stdout:Dependencies resolved. 2024-02-11T08:04:57.869 INFO:teuthology.orchestra.run.smithi042.stdout:========================================================================================= 2024-02-11T08:04:57.869 INFO:teuthology.orchestra.run.smithi042.stdout: Package Arch Version Repository Size 2024-02-11T08:04:57.869 INFO:teuthology.orchestra.run.smithi042.stdout:========================================================================================= 2024-02-11T08:04:57.869 INFO:teuthology.orchestra.run.smithi042.stdout:Installing: 2024-02-11T08:04:57.869 INFO:teuthology.orchestra.run.smithi042.stdout: ceph x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 6.6 k 2024-02-11T08:04:57.869 INFO:teuthology.orchestra.run.smithi042.stdout:Installing dependencies: 2024-02-11T08:04:57.869 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-mds x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 2.1 M 2024-02-11T08:04:57.869 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-mgr x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 1.5 M 2024-02-11T08:04:57.869 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-mgr-modules-core noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 247 k 2024-02-11T08:04:57.869 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-mon x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 4.7 M 2024-02-11T08:04:57.869 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-osd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 17 M 2024-02-11T08:04:57.870 INFO:teuthology.orchestra.run.smithi042.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-02-11T08:04:57.870 INFO:teuthology.orchestra.run.smithi042.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-02-11T08:04:57.870 INFO:teuthology.orchestra.run.smithi042.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-02-11T08:04:57.870 INFO:teuthology.orchestra.run.smithi042.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-02-11T08:04:57.870 INFO:teuthology.orchestra.run.smithi042.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-02-11T08:04:57.870 INFO:teuthology.orchestra.run.smithi042.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-02-11T08:04:57.870 INFO:teuthology.orchestra.run.smithi042.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-02-11T08:04:57.870 INFO:teuthology.orchestra.run.smithi042.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-02-11T08:04:57.870 INFO:teuthology.orchestra.run.smithi042.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-02-11T08:04:57.870 INFO:teuthology.orchestra.run.smithi042.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-02-11T08:04:57.870 INFO:teuthology.orchestra.run.smithi042.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-02-11T08:04:57.870 INFO:teuthology.orchestra.run.smithi042.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-02-11T08:04:57.870 INFO:teuthology.orchestra.run.smithi042.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-02-11T08:04:57.871 INFO:teuthology.orchestra.run.smithi042.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-02-11T08:04:57.871 INFO:teuthology.orchestra.run.smithi042.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-02-11T08:04:57.871 INFO:teuthology.orchestra.run.smithi042.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-02-11T08:04:57.871 INFO:teuthology.orchestra.run.smithi042.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-02-11T08:04:57.871 INFO:teuthology.orchestra.run.smithi042.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-02-11T08:04:57.871 INFO:teuthology.orchestra.run.smithi042.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-02-11T08:04:57.871 INFO:teuthology.orchestra.run.smithi042.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-02-11T08:04:57.871 INFO:teuthology.orchestra.run.smithi042.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-02-11T08:04:57.871 INFO:teuthology.orchestra.run.smithi042.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-02-11T08:04:57.871 INFO:teuthology.orchestra.run.smithi042.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-02-11T08:04:57.871 INFO:teuthology.orchestra.run.smithi042.stdout: python3-requests noarch 2.25.1-8.el9 CentOS-BaseOS 113 k 2024-02-11T08:04:57.871 INFO:teuthology.orchestra.run.smithi042.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-02-11T08:04:57.871 INFO:teuthology.orchestra.run.smithi042.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-02-11T08:04:57.871 INFO:teuthology.orchestra.run.smithi042.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-02-11T08:04:57.872 INFO:teuthology.orchestra.run.smithi042.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-02-11T08:04:57.872 INFO:teuthology.orchestra.run.smithi042.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-02-11T08:04:57.872 INFO:teuthology.orchestra.run.smithi042.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-02-11T08:04:57.872 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:04:57.872 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction Summary 2024-02-11T08:04:57.872 INFO:teuthology.orchestra.run.smithi042.stdout:========================================================================================= 2024-02-11T08:04:57.872 INFO:teuthology.orchestra.run.smithi042.stdout:Install 36 Packages 2024-02-11T08:04:57.872 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:04:57.873 INFO:teuthology.orchestra.run.smithi042.stdout:Total download size: 30 M 2024-02-11T08:04:57.873 INFO:teuthology.orchestra.run.smithi042.stdout:Installed size: 107 M 2024-02-11T08:04:57.873 INFO:teuthology.orchestra.run.smithi042.stdout:Downloading Packages: 2024-02-11T08:04:57.923 INFO:teuthology.orchestra.run.smithi158.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 196 kB/s | 20 kB 00:00 2024-02-11T08:04:57.940 INFO:teuthology.orchestra.run.smithi158.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 462 kB/s | 46 kB 00:00 2024-02-11T08:04:58.032 INFO:teuthology.orchestra.run.smithi158.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 725 kB/s | 79 kB 00:00 2024-02-11T08:04:58.216 INFO:teuthology.orchestra.run.smithi158.stdout:(29/36): ceph-osd-19.0.0-1367.g14aa01b9.el9.x86 8.5 MB/s | 17 MB 00:01 2024-02-11T08:04:58.233 INFO:teuthology.orchestra.run.smithi158.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 82 kB/s | 16 kB 00:00 2024-02-11T08:04:58.258 INFO:teuthology.orchestra.run.smithi158.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 857 kB/s | 272 kB 00:00 2024-02-11T08:04:58.334 INFO:teuthology.orchestra.run.smithi158.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 356 kB/s | 36 kB 00:00 2024-02-11T08:04:58.384 INFO:teuthology.orchestra.run.smithi158.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.8 MB/s | 230 kB 00:00 2024-02-11T08:04:58.476 INFO:teuthology.orchestra.run.smithi158.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 218 kB/s | 20 kB 00:00 2024-02-11T08:04:58.478 INFO:teuthology.orchestra.run.smithi042.stdout:(1/36): ceph-19.0.0-1367.g14aa01b9.el9.x86_64.r 26 kB/s | 6.6 kB 00:00 2024-02-11T08:04:58.501 INFO:teuthology.orchestra.run.smithi158.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.5 MB/s | 427 kB 00:00 2024-02-11T08:04:58.610 INFO:teuthology.orchestra.run.smithi158.stdout:(36/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 229 kB/s | 90 kB 00:00 2024-02-11T08:04:58.613 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:04:58.613 INFO:teuthology.orchestra.run.smithi158.stdout:Total 8.6 MB/s | 30 MB 00:03 2024-02-11T08:04:58.632 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2024-02-11T08:04:58.677 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2024-02-11T08:04:58.677 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2024-02-11T08:04:58.827 INFO:teuthology.orchestra.run.smithi053.stdout:(6/6): ceph-test-19.0.0-1367.g14aa01b9.el9.x86_ 13 MB/s | 47 MB 00:03 2024-02-11T08:04:58.830 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:04:58.830 INFO:teuthology.orchestra.run.smithi053.stdout:Total 14 MB/s | 48 MB 00:03 2024-02-11T08:04:58.830 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-02-11T08:04:58.853 INFO:teuthology.orchestra.run.smithi042.stdout:(2/36): ceph-mgr-19.0.0-1367.g14aa01b9.el9.x86_ 2.4 MB/s | 1.5 MB 00:00 2024-02-11T08:04:58.853 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-02-11T08:04:58.854 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-02-11T08:04:58.962 INFO:teuthology.orchestra.run.smithi042.stdout:(3/36): ceph-mds-19.0.0-1367.g14aa01b9.el9.x86_ 2.9 MB/s | 2.1 MB 00:00 2024-02-11T08:04:59.029 INFO:teuthology.orchestra.run.smithi042.stdout:(4/36): ceph-mgr-modules-core-19.0.0-1367.g14aa 3.6 MB/s | 247 kB 00:00 2024-02-11T08:04:59.094 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2024-02-11T08:04:59.094 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2024-02-11T08:04:59.146 INFO:teuthology.orchestra.run.smithi042.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.6 MB/s | 187 kB 00:00 2024-02-11T08:04:59.187 INFO:teuthology.orchestra.run.smithi042.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 144 kB 00:00 2024-02-11T08:04:59.221 INFO:teuthology.orchestra.run.smithi042.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 943 kB/s | 32 kB 00:00 2024-02-11T08:04:59.259 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-02-11T08:04:59.259 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-02-11T08:04:59.288 INFO:teuthology.orchestra.run.smithi042.stdout:(8/36): ceph-mon-19.0.0-1367.g14aa01b9.el9.x86_ 5.8 MB/s | 4.7 MB 00:00 2024-02-11T08:04:59.314 INFO:teuthology.orchestra.run.smithi042.stdout:(9/36): python3-pytz-2021.1-5.el9.noarch.rpm 514 kB/s | 47 kB 00:00 2024-02-11T08:04:59.339 INFO:teuthology.orchestra.run.smithi042.stdout:(10/36): python3-toml-0.10.2-6.el9.noarch.rpm 770 kB/s | 39 kB 00:00 2024-02-11T08:04:59.364 INFO:teuthology.orchestra.run.smithi042.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 4.7 MB/s | 241 kB 00:00 2024-02-11T08:04:59.415 INFO:teuthology.orchestra.run.smithi042.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 15 MB/s | 1.1 MB 00:00 2024-02-11T08:04:59.440 INFO:teuthology.orchestra.run.smithi042.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 1.3 MB/s | 103 kB 00:00 2024-02-11T08:04:59.465 INFO:teuthology.orchestra.run.smithi042.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.4 MB/s | 124 kB 00:00 2024-02-11T08:04:59.490 INFO:teuthology.orchestra.run.smithi042.stdout:(15/36): python3-requests-2.25.1-8.el9.noarch.r 2.2 MB/s | 113 kB 00:00 2024-02-11T08:04:59.515 INFO:teuthology.orchestra.run.smithi042.stdout:(16/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.7 MB/s | 187 kB 00:00 2024-02-11T08:04:59.766 INFO:teuthology.orchestra.run.smithi042.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 81 kB/s | 22 kB 00:00 2024-02-11T08:04:59.860 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-02-11T08:04:59.866 INFO:teuthology.orchestra.run.smithi042.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 431 kB/s | 151 kB 00:00 2024-02-11T08:04:59.937 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 1/6 2024-02-11T08:04:59.967 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : jq-1.6-16.el9.x86_64 2/6 2024-02-11T08:04:59.983 INFO:teuthology.orchestra.run.smithi042.stdout:(19/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.4 MB/s | 172 kB 00:00 2024-02-11T08:05:00.012 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/6 2024-02-11T08:05:00.025 INFO:teuthology.orchestra.run.smithi042.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 168 kB/s | 43 kB 00:00 2024-02-11T08:05:00.053 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 4/6 2024-02-11T08:05:00.088 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/6 2024-02-11T08:05:00.234 INFO:teuthology.orchestra.run.smithi042.stdout:(21/36): ceph-osd-19.0.0-1367.g14aa01b9.el9.x86 12 MB/s | 17 MB 00:01 2024-02-11T08:05:00.259 INFO:teuthology.orchestra.run.smithi042.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 46 kB/s | 11 kB 00:00 2024-02-11T08:05:00.293 INFO:teuthology.orchestra.run.smithi042.stdout:(23/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.1 MB/s | 358 kB 00:00 2024-02-11T08:05:00.318 INFO:teuthology.orchestra.run.smithi042.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 211 kB/s | 18 kB 00:00 2024-02-11T08:05:00.368 INFO:teuthology.orchestra.run.smithi042.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 259 kB/s | 19 kB 00:00 2024-02-11T08:05:00.427 INFO:teuthology.orchestra.run.smithi042.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 237 kB/s | 20 kB 00:00 2024-02-11T08:05:00.435 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2024-02-11T08:05:00.452 INFO:teuthology.orchestra.run.smithi042.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 553 kB/s | 46 kB 00:00 2024-02-11T08:05:00.504 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-02-11T08:05:00.519 INFO:teuthology.orchestra.run.smithi042.stdout:(28/36): python3-jaraco-collections-3.0.0-8.el9 89 kB/s | 23 kB 00:00 2024-02-11T08:05:00.536 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-02-11T08:05:00.544 INFO:teuthology.orchestra.run.smithi042.stdout:(29/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.9 MB/s | 272 kB 00:00 2024-02-11T08:05:00.565 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-02-11T08:05:00.569 INFO:teuthology.orchestra.run.smithi042.stdout:(30/36): python3-more-itertools-8.12.0-2.el9.no 554 kB/s | 79 kB 00:00 2024-02-11T08:05:00.603 INFO:teuthology.orchestra.run.smithi042.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 196 kB/s | 16 kB 00:00 2024-02-11T08:05:00.628 INFO:teuthology.orchestra.run.smithi042.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.0 MB/s | 90 kB 00:00 2024-02-11T08:05:00.635 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-02-11T08:05:00.645 INFO:teuthology.orchestra.run.smithi042.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 473 kB/s | 36 kB 00:00 2024-02-11T08:05:00.672 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-02-11T08:05:00.705 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-02-11T08:05:00.712 INFO:teuthology.orchestra.run.smithi042.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 300 kB/s | 20 kB 00:00 2024-02-11T08:05:00.737 INFO:teuthology.orchestra.run.smithi042.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.8 MB/s | 427 kB 00:00 2024-02-11T08:05:00.796 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-02-11T08:05:00.829 INFO:teuthology.orchestra.run.smithi042.stdout:(36/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.0 MB/s | 230 kB 00:00 2024-02-11T08:05:00.836 INFO:teuthology.orchestra.run.smithi042.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:05:00.836 INFO:teuthology.orchestra.run.smithi042.stdout:Total 10 MB/s | 30 MB 00:02 2024-02-11T08:05:00.854 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction check 2024-02-11T08:05:00.875 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-02-11T08:05:00.900 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction check succeeded. 2024-02-11T08:05:00.901 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction test 2024-02-11T08:05:00.932 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-02-11T08:05:01.004 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-02-11T08:05:01.058 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-02-11T08:05:01.096 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-02-11T08:05:01.153 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-02-11T08:05:01.224 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-02-11T08:05:01.340 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction test succeeded. 2024-02-11T08:05:01.340 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction 2024-02-11T08:05:01.412 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-02-11T08:05:01.467 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-02-11T08:05:01.506 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-02-11T08:05:01.540 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-02-11T08:05:01.570 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-02-11T08:05:01.646 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-02-11T08:05:01.681 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-11T08:05:01.714 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-02-11T08:05:01.754 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-02-11T08:05:01.789 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-02-11T08:05:01.824 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-02-11T08:05:01.915 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-02-11T08:05:01.955 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-02-11T08:05:02.027 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-02-11T08:05:02.164 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-02-11T08:05:02.280 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-11T08:05:02.442 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9. 31/36 2024-02-11T08:05:02.476 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/36 2024-02-11T08:05:02.502 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/36 2024-02-11T08:05:02.503 INFO:teuthology.orchestra.run.smithi158.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T08:05:02.503 INFO:teuthology.orchestra.run.smithi158.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-02-11T08:05:02.503 INFO:teuthology.orchestra.run.smithi158.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-11T08:05:02.503 INFO:teuthology.orchestra.run.smithi158.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-11T08:05:02.503 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:02.724 INFO:teuthology.orchestra.run.smithi042.stdout: Preparing : 1/1 2024-02-11T08:05:02.791 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-02-11T08:05:02.824 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-02-11T08:05:02.860 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-02-11T08:05:02.934 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-02-11T08:05:02.984 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-02-11T08:05:03.017 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-02-11T08:05:03.113 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-02-11T08:05:03.190 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-02-11T08:05:03.237 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-02-11T08:05:03.312 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-02-11T08:05:03.363 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-02-11T08:05:03.400 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-02-11T08:05:03.459 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-02-11T08:05:03.527 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-02-11T08:05:03.728 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-02-11T08:05:03.779 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-02-11T08:05:03.818 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-02-11T08:05:03.852 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-02-11T08:05:03.891 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-02-11T08:05:03.944 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/36 2024-02-11T08:05:03.970 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/36 2024-02-11T08:05:03.970 INFO:teuthology.orchestra.run.smithi158.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T08:05:03.970 INFO:teuthology.orchestra.run.smithi158.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-02-11T08:05:03.970 INFO:teuthology.orchestra.run.smithi158.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-11T08:05:03.970 INFO:teuthology.orchestra.run.smithi158.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-11T08:05:03.970 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:03.970 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-02-11T08:05:04.001 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-11T08:05:04.034 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-02-11T08:05:04.075 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-02-11T08:05:04.119 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-02-11T08:05:04.153 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-02-11T08:05:04.248 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-02-11T08:05:04.284 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-02-11T08:05:04.360 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-02-11T08:05:04.411 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 34/36 2024-02-11T08:05:04.435 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 34/36 2024-02-11T08:05:04.435 INFO:teuthology.orchestra.run.smithi158.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T08:05:04.435 INFO:teuthology.orchestra.run.smithi158.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-02-11T08:05:04.435 INFO:teuthology.orchestra.run.smithi158.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-11T08:05:04.435 INFO:teuthology.orchestra.run.smithi158.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-11T08:05:04.435 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:04.521 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-02-11T08:05:04.650 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-11T08:05:04.653 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 35/36 2024-02-11T08:05:04.676 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 35/36 2024-02-11T08:05:04.677 INFO:teuthology.orchestra.run.smithi158.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T08:05:04.677 INFO:teuthology.orchestra.run.smithi158.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-02-11T08:05:04.677 INFO:teuthology.orchestra.run.smithi158.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-11T08:05:04.677 INFO:teuthology.orchestra.run.smithi158.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-11T08:05:04.677 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:04.743 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 36/36 2024-02-11T08:05:04.818 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9. 31/36 2024-02-11T08:05:04.836 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/6 2024-02-11T08:05:04.846 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/36 2024-02-11T08:05:04.872 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/36 2024-02-11T08:05:04.872 INFO:teuthology.orchestra.run.smithi042.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T08:05:04.872 INFO:teuthology.orchestra.run.smithi042.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-02-11T08:05:04.872 INFO:teuthology.orchestra.run.smithi042.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-11T08:05:04.872 INFO:teuthology.orchestra.run.smithi042.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-11T08:05:04.872 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:04.915 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 6/6 2024-02-11T08:05:06.389 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/36 2024-02-11T08:05:06.414 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/36 2024-02-11T08:05:06.415 INFO:teuthology.orchestra.run.smithi042.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T08:05:06.415 INFO:teuthology.orchestra.run.smithi042.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-02-11T08:05:06.415 INFO:teuthology.orchestra.run.smithi042.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-11T08:05:06.415 INFO:teuthology.orchestra.run.smithi042.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-11T08:05:06.415 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:06.582 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 36/36 2024-02-11T08:05:06.582 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/36 2024-02-11T08:05:06.582 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/36 2024-02-11T08:05:06.582 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 3/36 2024-02-11T08:05:06.582 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 4/36 2024-02-11T08:05:06.582 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/36 2024-02-11T08:05:06.583 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9. 6/36 2024-02-11T08:05:06.583 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-02-11T08:05:06.583 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-02-11T08:05:06.583 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-02-11T08:05:06.583 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-02-11T08:05:06.583 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-02-11T08:05:06.583 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-02-11T08:05:06.583 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-02-11T08:05:06.583 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-02-11T08:05:06.583 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-02-11T08:05:06.583 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 16/36 2024-02-11T08:05:06.583 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 17/36 2024-02-11T08:05:06.583 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-02-11T08:05:06.583 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-02-11T08:05:06.584 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-02-11T08:05:06.584 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-11T08:05:06.584 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-02-11T08:05:06.584 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-02-11T08:05:06.584 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-02-11T08:05:06.584 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-02-11T08:05:06.584 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-02-11T08:05:06.584 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-02-11T08:05:06.584 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-02-11T08:05:06.584 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-02-11T08:05:06.584 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-11T08:05:06.584 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-02-11T08:05:06.584 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-02-11T08:05:06.584 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-02-11T08:05:06.585 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-02-11T08:05:06.585 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-02-11T08:05:06.890 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 34/36 2024-02-11T08:05:06.913 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 34/36 2024-02-11T08:05:06.913 INFO:teuthology.orchestra.run.smithi042.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T08:05:06.913 INFO:teuthology.orchestra.run.smithi042.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-02-11T08:05:06.914 INFO:teuthology.orchestra.run.smithi042.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-11T08:05:06.914 INFO:teuthology.orchestra.run.smithi042.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-11T08:05:06.914 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:07.132 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 35/36 2024-02-11T08:05:07.155 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 35/36 2024-02-11T08:05:07.155 INFO:teuthology.orchestra.run.smithi042.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T08:05:07.155 INFO:teuthology.orchestra.run.smithi042.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-02-11T08:05:07.155 INFO:teuthology.orchestra.run.smithi042.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-11T08:05:07.156 INFO:teuthology.orchestra.run.smithi042.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-11T08:05:07.156 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:07.232 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 36/36 2024-02-11T08:05:07.350 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 6/6 2024-02-11T08:05:07.350 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/6 2024-02-11T08:05:07.350 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/6 2024-02-11T08:05:07.350 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/6 2024-02-11T08:05:07.350 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/6 2024-02-11T08:05:07.351 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : jq-1.6-16.el9.x86_64 5/6 2024-02-11T08:05:07.689 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-02-11T08:05:07.689 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:07.690 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2024-02-11T08:05:07.690 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:05:07.690 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:05:07.690 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:05:07.690 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T08:05:07.690 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:05:07.690 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:05:07.690 INFO:teuthology.orchestra.run.smithi158.stdout: lua-5.4.4-4.el9.x86_64 2024-02-11T08:05:07.690 INFO:teuthology.orchestra.run.smithi158.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-02-11T08:05:07.690 INFO:teuthology.orchestra.run.smithi158.stdout: luarocks-3.9.2-1.el9.noarch 2024-02-11T08:05:07.690 INFO:teuthology.orchestra.run.smithi158.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-02-11T08:05:07.690 INFO:teuthology.orchestra.run.smithi158.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-02-11T08:05:07.691 INFO:teuthology.orchestra.run.smithi158.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-02-11T08:05:07.691 INFO:teuthology.orchestra.run.smithi158.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-02-11T08:05:07.691 INFO:teuthology.orchestra.run.smithi158.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-02-11T08:05:07.691 INFO:teuthology.orchestra.run.smithi158.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-02-11T08:05:07.691 INFO:teuthology.orchestra.run.smithi158.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-02-11T08:05:07.691 INFO:teuthology.orchestra.run.smithi158.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-02-11T08:05:07.691 INFO:teuthology.orchestra.run.smithi158.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-02-11T08:05:07.691 INFO:teuthology.orchestra.run.smithi158.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-02-11T08:05:07.691 INFO:teuthology.orchestra.run.smithi158.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-02-11T08:05:07.691 INFO:teuthology.orchestra.run.smithi158.stdout: python3-mako-1.1.4-6.el9.noarch 2024-02-11T08:05:07.691 INFO:teuthology.orchestra.run.smithi158.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-02-11T08:05:07.691 INFO:teuthology.orchestra.run.smithi158.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-02-11T08:05:07.691 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-02-11T08:05:07.692 INFO:teuthology.orchestra.run.smithi158.stdout: python3-ply-3.11-14.el9.noarch 2024-02-11T08:05:07.692 INFO:teuthology.orchestra.run.smithi158.stdout: python3-portend-3.1.0-2.el9.noarch 2024-02-11T08:05:07.692 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-02-11T08:05:07.692 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pycparser-2.20-6.el9.noarch 2024-02-11T08:05:07.692 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pytz-2021.1-5.el9.noarch 2024-02-11T08:05:07.692 INFO:teuthology.orchestra.run.smithi158.stdout: python3-requests-2.25.1-8.el9.noarch 2024-02-11T08:05:07.692 INFO:teuthology.orchestra.run.smithi158.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-02-11T08:05:07.692 INFO:teuthology.orchestra.run.smithi158.stdout: python3-toml-0.10.2-6.el9.noarch 2024-02-11T08:05:07.692 INFO:teuthology.orchestra.run.smithi158.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-02-11T08:05:07.692 INFO:teuthology.orchestra.run.smithi158.stdout: python3-webob-1.8.7-6.el9.noarch 2024-02-11T08:05:07.692 INFO:teuthology.orchestra.run.smithi158.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-02-11T08:05:07.692 INFO:teuthology.orchestra.run.smithi158.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-02-11T08:05:07.692 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:07.692 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2024-02-11T08:05:07.719 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 6/6 2024-02-11T08:05:07.719 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:07.719 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-02-11T08:05:07.719 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:05:07.719 INFO:teuthology.orchestra.run.smithi053.stdout: jq-1.6-16.el9.x86_64 2024-02-11T08:05:07.719 INFO:teuthology.orchestra.run.smithi053.stdout: libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:05:07.719 INFO:teuthology.orchestra.run.smithi053.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-02-11T08:05:07.719 INFO:teuthology.orchestra.run.smithi053.stdout: socat-1.7.4.1-5.el9.x86_64 2024-02-11T08:05:07.720 INFO:teuthology.orchestra.run.smithi053.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-02-11T08:05:07.720 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:07.720 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-02-11T08:05:08.022 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph 2024-02-11T08:05:08.057 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install ceph-base 2024-02-11T08:05:08.618 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:00:46 ago on Sun 11 Feb 2024 08:04:22 AM UTC. 2024-02-11T08:05:08.650 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:00:56 ago on Sun 11 Feb 2024 08:04:12 AM UTC. 2024-02-11T08:05:08.757 INFO:teuthology.orchestra.run.smithi158.stdout:Package ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T08:05:08.785 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-02-11T08:05:08.787 INFO:teuthology.orchestra.run.smithi053.stdout:========================================================================================= 2024-02-11T08:05:08.787 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2024-02-11T08:05:08.788 INFO:teuthology.orchestra.run.smithi053.stdout:========================================================================================= 2024-02-11T08:05:08.788 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-02-11T08:05:08.788 INFO:teuthology.orchestra.run.smithi053.stdout: ceph x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 6.6 k 2024-02-11T08:05:08.788 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2024-02-11T08:05:08.788 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mds x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 2.1 M 2024-02-11T08:05:08.788 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 1.5 M 2024-02-11T08:05:08.788 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-modules-core noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 247 k 2024-02-11T08:05:08.788 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mon x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 4.7 M 2024-02-11T08:05:08.788 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-osd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 17 M 2024-02-11T08:05:08.788 INFO:teuthology.orchestra.run.smithi053.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-02-11T08:05:08.789 INFO:teuthology.orchestra.run.smithi053.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-02-11T08:05:08.789 INFO:teuthology.orchestra.run.smithi053.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-02-11T08:05:08.789 INFO:teuthology.orchestra.run.smithi053.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-02-11T08:05:08.789 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-02-11T08:05:08.789 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-02-11T08:05:08.789 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-02-11T08:05:08.789 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-02-11T08:05:08.789 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-02-11T08:05:08.789 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-02-11T08:05:08.789 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-02-11T08:05:08.789 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-02-11T08:05:08.789 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-02-11T08:05:08.789 INFO:teuthology.orchestra.run.smithi053.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-02-11T08:05:08.790 INFO:teuthology.orchestra.run.smithi053.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-02-11T08:05:08.790 INFO:teuthology.orchestra.run.smithi053.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-02-11T08:05:08.790 INFO:teuthology.orchestra.run.smithi053.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-02-11T08:05:08.790 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-02-11T08:05:08.790 INFO:teuthology.orchestra.run.smithi053.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-02-11T08:05:08.790 INFO:teuthology.orchestra.run.smithi053.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-02-11T08:05:08.790 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-02-11T08:05:08.790 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-02-11T08:05:08.790 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-02-11T08:05:08.790 INFO:teuthology.orchestra.run.smithi053.stdout: python3-requests noarch 2.25.1-8.el9 CentOS-BaseOS 113 k 2024-02-11T08:05:08.790 INFO:teuthology.orchestra.run.smithi053.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-02-11T08:05:08.791 INFO:teuthology.orchestra.run.smithi053.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-02-11T08:05:08.791 INFO:teuthology.orchestra.run.smithi053.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-02-11T08:05:08.791 INFO:teuthology.orchestra.run.smithi053.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-02-11T08:05:08.791 INFO:teuthology.orchestra.run.smithi053.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-02-11T08:05:08.791 INFO:teuthology.orchestra.run.smithi053.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-02-11T08:05:08.791 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:08.791 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-02-11T08:05:08.791 INFO:teuthology.orchestra.run.smithi053.stdout:========================================================================================= 2024-02-11T08:05:08.791 INFO:teuthology.orchestra.run.smithi053.stdout:Install 36 Packages 2024-02-11T08:05:08.791 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:08.792 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 30 M 2024-02-11T08:05:08.792 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 107 M 2024-02-11T08:05:08.792 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-02-11T08:05:08.810 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2024-02-11T08:05:08.811 INFO:teuthology.orchestra.run.smithi158.stdout:Nothing to do. 2024-02-11T08:05:08.811 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2024-02-11T08:05:08.897 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install cephadm 2024-02-11T08:05:09.035 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 36/36 2024-02-11T08:05:09.035 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/36 2024-02-11T08:05:09.035 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/36 2024-02-11T08:05:09.035 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 3/36 2024-02-11T08:05:09.035 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 4/36 2024-02-11T08:05:09.035 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/36 2024-02-11T08:05:09.036 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9. 6/36 2024-02-11T08:05:09.036 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-02-11T08:05:09.036 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-02-11T08:05:09.036 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-02-11T08:05:09.036 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-02-11T08:05:09.036 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-02-11T08:05:09.036 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-02-11T08:05:09.036 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-02-11T08:05:09.036 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-02-11T08:05:09.036 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-02-11T08:05:09.036 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 16/36 2024-02-11T08:05:09.036 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 17/36 2024-02-11T08:05:09.036 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-02-11T08:05:09.037 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-02-11T08:05:09.037 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-02-11T08:05:09.037 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-11T08:05:09.037 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-02-11T08:05:09.037 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-02-11T08:05:09.037 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-02-11T08:05:09.037 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-02-11T08:05:09.037 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-02-11T08:05:09.037 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-02-11T08:05:09.038 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-02-11T08:05:09.039 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-02-11T08:05:09.039 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-11T08:05:09.039 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-02-11T08:05:09.039 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-02-11T08:05:09.039 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-02-11T08:05:09.039 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-02-11T08:05:09.040 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-02-11T08:05:09.484 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:00:57 ago on Sun 11 Feb 2024 08:04:12 AM UTC. 2024-02-11T08:05:09.523 INFO:teuthology.orchestra.run.smithi053.stdout:(1/36): ceph-19.0.0-1367.g14aa01b9.el9.x86_64.r 30 kB/s | 6.6 kB 00:00 2024-02-11T08:05:09.645 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2024-02-11T08:05:09.646 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T08:05:09.646 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repository Size 2024-02-11T08:05:09.646 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T08:05:09.647 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2024-02-11T08:05:09.647 INFO:teuthology.orchestra.run.smithi158.stdout: cephadm noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 748 k 2024-02-11T08:05:09.647 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:09.647 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2024-02-11T08:05:09.647 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T08:05:09.647 INFO:teuthology.orchestra.run.smithi158.stdout:Install 1 Package 2024-02-11T08:05:09.647 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:09.647 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 748 k 2024-02-11T08:05:09.647 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 754 k 2024-02-11T08:05:09.647 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2024-02-11T08:05:09.856 INFO:teuthology.orchestra.run.smithi053.stdout:(2/36): ceph-mgr-19.0.0-1367.g14aa01b9.el9.x86_ 2.7 MB/s | 1.5 MB 00:00 2024-02-11T08:05:09.907 INFO:teuthology.orchestra.run.smithi053.stdout:(3/36): ceph-mds-19.0.0-1367.g14aa01b9.el9.x86_ 3.5 MB/s | 2.1 MB 00:00 2024-02-11T08:05:10.016 INFO:teuthology.orchestra.run.smithi053.stdout:(4/36): ceph-mgr-modules-core-19.0.0-1367.g14aa 2.2 MB/s | 247 kB 00:00 2024-02-11T08:05:10.130 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-02-11T08:05:10.130 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:10.131 INFO:teuthology.orchestra.run.smithi042.stdout:Installed: 2024-02-11T08:05:10.131 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:05:10.131 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:05:10.131 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:05:10.131 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T08:05:10.131 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:05:10.131 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:05:10.131 INFO:teuthology.orchestra.run.smithi042.stdout: lua-5.4.4-4.el9.x86_64 2024-02-11T08:05:10.131 INFO:teuthology.orchestra.run.smithi042.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-02-11T08:05:10.131 INFO:teuthology.orchestra.run.smithi042.stdout: luarocks-3.9.2-1.el9.noarch 2024-02-11T08:05:10.131 INFO:teuthology.orchestra.run.smithi042.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-02-11T08:05:10.131 INFO:teuthology.orchestra.run.smithi042.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-02-11T08:05:10.131 INFO:teuthology.orchestra.run.smithi042.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-02-11T08:05:10.131 INFO:teuthology.orchestra.run.smithi042.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-02-11T08:05:10.132 INFO:teuthology.orchestra.run.smithi042.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-02-11T08:05:10.132 INFO:teuthology.orchestra.run.smithi042.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-02-11T08:05:10.132 INFO:teuthology.orchestra.run.smithi042.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-02-11T08:05:10.132 INFO:teuthology.orchestra.run.smithi042.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-02-11T08:05:10.132 INFO:teuthology.orchestra.run.smithi042.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-02-11T08:05:10.132 INFO:teuthology.orchestra.run.smithi042.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-02-11T08:05:10.132 INFO:teuthology.orchestra.run.smithi042.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-02-11T08:05:10.132 INFO:teuthology.orchestra.run.smithi042.stdout: python3-mako-1.1.4-6.el9.noarch 2024-02-11T08:05:10.132 INFO:teuthology.orchestra.run.smithi042.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-02-11T08:05:10.132 INFO:teuthology.orchestra.run.smithi042.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-02-11T08:05:10.132 INFO:teuthology.orchestra.run.smithi042.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-02-11T08:05:10.132 INFO:teuthology.orchestra.run.smithi042.stdout: python3-ply-3.11-14.el9.noarch 2024-02-11T08:05:10.132 INFO:teuthology.orchestra.run.smithi042.stdout: python3-portend-3.1.0-2.el9.noarch 2024-02-11T08:05:10.132 INFO:teuthology.orchestra.run.smithi042.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-02-11T08:05:10.133 INFO:teuthology.orchestra.run.smithi042.stdout: python3-pycparser-2.20-6.el9.noarch 2024-02-11T08:05:10.133 INFO:teuthology.orchestra.run.smithi042.stdout: python3-pytz-2021.1-5.el9.noarch 2024-02-11T08:05:10.133 INFO:teuthology.orchestra.run.smithi042.stdout: python3-requests-2.25.1-8.el9.noarch 2024-02-11T08:05:10.133 INFO:teuthology.orchestra.run.smithi042.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-02-11T08:05:10.133 INFO:teuthology.orchestra.run.smithi042.stdout: python3-toml-0.10.2-6.el9.noarch 2024-02-11T08:05:10.133 INFO:teuthology.orchestra.run.smithi042.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-02-11T08:05:10.133 INFO:teuthology.orchestra.run.smithi042.stdout: python3-webob-1.8.7-6.el9.noarch 2024-02-11T08:05:10.133 INFO:teuthology.orchestra.run.smithi042.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-02-11T08:05:10.133 INFO:teuthology.orchestra.run.smithi042.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-02-11T08:05:10.133 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:10.133 INFO:teuthology.orchestra.run.smithi042.stdout:Complete! 2024-02-11T08:05:10.174 INFO:teuthology.orchestra.run.smithi053.stdout:(5/36): ceph-mon-19.0.0-1367.g14aa01b9.el9.x86_ 7.2 MB/s | 4.7 MB 00:00 2024-02-11T08:05:10.232 INFO:teuthology.orchestra.run.smithi053.stdout:(6/36): lua-5.4.4-4.el9.x86_64.rpm 863 kB/s | 187 kB 00:00 2024-02-11T08:05:10.274 INFO:teuthology.orchestra.run.smithi053.stdout:(7/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.4 MB/s | 144 kB 00:00 2024-02-11T08:05:10.300 INFO:teuthology.orchestra.run.smithi053.stdout:(8/36): python3-markupsafe-1.1.1-12.el9.x86_64. 473 kB/s | 32 kB 00:00 2024-02-11T08:05:10.325 INFO:teuthology.orchestra.run.smithi053.stdout:(9/36): python3-pytz-2021.1-5.el9.noarch.rpm 943 kB/s | 47 kB 00:00 2024-02-11T08:05:10.350 INFO:teuthology.orchestra.run.smithi053.stdout:(10/36): python3-toml-0.10.2-6.el9.noarch.rpm 770 kB/s | 39 kB 00:00 2024-02-11T08:05:10.401 INFO:teuthology.orchestra.run.smithi053.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 3.1 MB/s | 241 kB 00:00 2024-02-11T08:05:10.429 DEBUG:teuthology.orchestra.run.smithi042:> sudo yum -y install ceph-base 2024-02-11T08:05:10.493 INFO:teuthology.orchestra.run.smithi053.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 8.1 MB/s | 1.1 MB 00:00 2024-02-11T08:05:10.518 INFO:teuthology.orchestra.run.smithi053.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 885 kB/s | 103 kB 00:00 2024-02-11T08:05:10.543 INFO:teuthology.orchestra.run.smithi053.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.4 MB/s | 124 kB 00:00 2024-02-11T08:05:10.568 INFO:teuthology.orchestra.run.smithi053.stdout:(15/36): python3-requests-2.25.1-8.el9.noarch.r 2.2 MB/s | 113 kB 00:00 2024-02-11T08:05:10.593 INFO:teuthology.orchestra.run.smithi053.stdout:(16/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.7 MB/s | 187 kB 00:00 2024-02-11T08:05:10.619 INFO:teuthology.orchestra.run.smithi158.stdout:cephadm-19.0.0-1367.g14aa01b9.el9.noarch.rpm 770 kB/s | 748 kB 00:00 2024-02-11T08:05:10.620 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:05:10.620 INFO:teuthology.orchestra.run.smithi158.stdout:Total 768 kB/s | 748 kB 00:00 2024-02-11T08:05:10.620 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2024-02-11T08:05:10.626 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2024-02-11T08:05:10.626 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2024-02-11T08:05:10.633 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2024-02-11T08:05:10.633 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2024-02-11T08:05:10.713 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2024-02-11T08:05:10.811 INFO:teuthology.orchestra.run.smithi053.stdout:(17/36): ceph-osd-19.0.0-1367.g14aa01b9.el9.x86 18 MB/s | 17 MB 00:00 2024-02-11T08:05:10.844 INFO:teuthology.orchestra.run.smithi053.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 81 kB/s | 22 kB 00:00 2024-02-11T08:05:11.025 INFO:teuthology.orchestra.run.smithi042.stdout:Last metadata expiration check: 0:00:58 ago on Sun 11 Feb 2024 08:04:13 AM UTC. 2024-02-11T08:05:11.086 INFO:teuthology.orchestra.run.smithi053.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 158 kB/s | 43 kB 00:00 2024-02-11T08:05:11.120 INFO:teuthology.orchestra.run.smithi053.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 287 kB/s | 151 kB 00:00 2024-02-11T08:05:11.135 INFO:teuthology.orchestra.run.smithi042.stdout:Package ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T08:05:11.162 INFO:teuthology.orchestra.run.smithi053.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 541 kB/s | 172 kB 00:00 2024-02-11T08:05:11.181 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-11T08:05:11.190 INFO:teuthology.orchestra.run.smithi042.stdout:Dependencies resolved. 2024-02-11T08:05:11.192 INFO:teuthology.orchestra.run.smithi042.stdout:Nothing to do. 2024-02-11T08:05:11.192 INFO:teuthology.orchestra.run.smithi042.stdout:Complete! 2024-02-11T08:05:11.212 INFO:teuthology.orchestra.run.smithi053.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 116 kB/s | 11 kB 00:00 2024-02-11T08:05:11.254 INFO:teuthology.orchestra.run.smithi053.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 192 kB/s | 18 kB 00:00 2024-02-11T08:05:11.258 DEBUG:teuthology.orchestra.run.smithi042:> sudo yum -y install cephadm 2024-02-11T08:05:11.266 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-11T08:05:11.315 INFO:teuthology.orchestra.run.smithi053.stdout:(24/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.5 MB/s | 358 kB 00:00 2024-02-11T08:05:11.346 INFO:teuthology.orchestra.run.smithi053.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 173 kB/s | 23 kB 00:00 2024-02-11T08:05:11.379 INFO:teuthology.orchestra.run.smithi053.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 155 kB/s | 19 kB 00:00 2024-02-11T08:05:11.413 INFO:teuthology.orchestra.run.smithi053.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 196 kB/s | 20 kB 00:00 2024-02-11T08:05:11.455 INFO:teuthology.orchestra.run.smithi053.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 426 kB/s | 46 kB 00:00 2024-02-11T08:05:11.480 INFO:teuthology.orchestra.run.smithi053.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 784 kB/s | 79 kB 00:00 2024-02-11T08:05:11.506 INFO:teuthology.orchestra.run.smithi053.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.9 MB/s | 272 kB 00:00 2024-02-11T08:05:11.581 INFO:teuthology.orchestra.run.smithi053.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 896 kB/s | 90 kB 00:00 2024-02-11T08:05:11.598 INFO:teuthology.orchestra.run.smithi053.stdout:(32/36): python3-portend-3.1.0-2.el9.noarch.rpm 115 kB/s | 16 kB 00:00 2024-02-11T08:05:11.623 INFO:teuthology.orchestra.run.smithi053.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 305 kB/s | 36 kB 00:00 2024-02-11T08:05:11.701 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-11T08:05:11.715 INFO:teuthology.orchestra.run.smithi053.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.7 MB/s | 230 kB 00:00 2024-02-11T08:05:11.740 INFO:teuthology.orchestra.run.smithi053.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 171 kB/s | 20 kB 00:00 2024-02-11T08:05:11.799 INFO:teuthology.orchestra.run.smithi053.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.1 MB/s | 427 kB 00:00 2024-02-11T08:05:11.802 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:05:11.802 INFO:teuthology.orchestra.run.smithi053.stdout:Total 9.9 MB/s | 30 MB 00:03 2024-02-11T08:05:11.825 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-02-11T08:05:11.846 INFO:teuthology.orchestra.run.smithi042.stdout:Last metadata expiration check: 0:00:58 ago on Sun 11 Feb 2024 08:04:13 AM UTC. 2024-02-11T08:05:11.873 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-02-11T08:05:11.873 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-02-11T08:05:11.980 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-11T08:05:11.980 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:11.980 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2024-02-11T08:05:11.980 INFO:teuthology.orchestra.run.smithi158.stdout: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T08:05:11.980 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:11.980 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2024-02-11T08:05:12.011 INFO:teuthology.orchestra.run.smithi042.stdout:Dependencies resolved. 2024-02-11T08:05:12.012 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T08:05:12.012 INFO:teuthology.orchestra.run.smithi042.stdout: Package Arch Version Repository Size 2024-02-11T08:05:12.012 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T08:05:12.012 INFO:teuthology.orchestra.run.smithi042.stdout:Installing: 2024-02-11T08:05:12.012 INFO:teuthology.orchestra.run.smithi042.stdout: cephadm noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 748 k 2024-02-11T08:05:12.012 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:12.012 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction Summary 2024-02-11T08:05:12.012 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T08:05:12.012 INFO:teuthology.orchestra.run.smithi042.stdout:Install 1 Package 2024-02-11T08:05:12.012 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:12.012 INFO:teuthology.orchestra.run.smithi042.stdout:Total download size: 748 k 2024-02-11T08:05:12.012 INFO:teuthology.orchestra.run.smithi042.stdout:Installed size: 754 k 2024-02-11T08:05:12.012 INFO:teuthology.orchestra.run.smithi042.stdout:Downloading Packages: 2024-02-11T08:05:12.165 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install ceph-immutable-object-cache 2024-02-11T08:05:12.313 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-02-11T08:05:12.313 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-02-11T08:05:12.460 INFO:teuthology.orchestra.run.smithi042.stdout:cephadm-19.0.0-1367.g14aa01b9.el9.noarch.rpm 1.6 MB/s | 748 kB 00:00 2024-02-11T08:05:12.461 INFO:teuthology.orchestra.run.smithi042.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:05:12.461 INFO:teuthology.orchestra.run.smithi042.stdout:Total 1.6 MB/s | 748 kB 00:00 2024-02-11T08:05:12.461 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction check 2024-02-11T08:05:12.466 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction check succeeded. 2024-02-11T08:05:12.466 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction test 2024-02-11T08:05:12.472 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction test succeeded. 2024-02-11T08:05:12.473 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction 2024-02-11T08:05:12.547 INFO:teuthology.orchestra.run.smithi042.stdout: Preparing : 1/1 2024-02-11T08:05:12.757 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:01:00 ago on Sun 11 Feb 2024 08:04:12 AM UTC. 2024-02-11T08:05:12.922 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2024-02-11T08:05:12.923 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T08:05:12.923 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repo Size 2024-02-11T08:05:12.923 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T08:05:12.923 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2024-02-11T08:05:12.923 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 145 k 2024-02-11T08:05:12.923 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:12.923 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2024-02-11T08:05:12.923 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T08:05:12.923 INFO:teuthology.orchestra.run.smithi158.stdout:Install 1 Package 2024-02-11T08:05:12.923 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:12.923 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 145 k 2024-02-11T08:05:12.923 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 436 k 2024-02-11T08:05:12.923 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2024-02-11T08:05:13.023 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-11T08:05:13.129 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-11T08:05:13.269 INFO:teuthology.orchestra.run.smithi158.stdout:ceph-immutable-object-cache-19.0.0-1367.g14aa01 420 kB/s | 145 kB 00:00 2024-02-11T08:05:13.270 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:05:13.270 INFO:teuthology.orchestra.run.smithi158.stdout:Total 418 kB/s | 145 kB 00:00 2024-02-11T08:05:13.270 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2024-02-11T08:05:13.278 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2024-02-11T08:05:13.278 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2024-02-11T08:05:13.330 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2024-02-11T08:05:13.331 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2024-02-11T08:05:13.481 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2024-02-11T08:05:13.498 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-11T08:05:13.545 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-11T08:05:13.570 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-11T08:05:13.570 INFO:teuthology.orchestra.run.smithi158.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T08:05:13.570 INFO:teuthology.orchestra.run.smithi158.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-02-11T08:05:13.570 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:13.677 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-02-11T08:05:13.743 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-02-11T08:05:13.785 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-02-11T08:05:13.795 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-11T08:05:13.795 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:13.795 INFO:teuthology.orchestra.run.smithi042.stdout:Installed: 2024-02-11T08:05:13.795 INFO:teuthology.orchestra.run.smithi042.stdout: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T08:05:13.795 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:13.795 INFO:teuthology.orchestra.run.smithi042.stdout:Complete! 2024-02-11T08:05:13.812 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-02-11T08:05:13.885 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-02-11T08:05:13.928 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-02-11T08:05:13.961 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-02-11T08:05:14.016 DEBUG:teuthology.orchestra.run.smithi042:> sudo yum -y install ceph-immutable-object-cache 2024-02-11T08:05:14.048 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-02-11T08:05:14.124 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-02-11T08:05:14.172 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-02-11T08:05:14.246 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-02-11T08:05:14.307 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-02-11T08:05:14.344 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-02-11T08:05:14.394 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-02-11T08:05:14.452 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-02-11T08:05:14.567 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-11T08:05:14.568 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:14.568 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2024-02-11T08:05:14.568 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:05:14.568 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:14.568 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2024-02-11T08:05:14.606 INFO:teuthology.orchestra.run.smithi042.stdout:Last metadata expiration check: 0:01:01 ago on Sun 11 Feb 2024 08:04:13 AM UTC. 2024-02-11T08:05:14.650 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-02-11T08:05:14.699 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-02-11T08:05:14.737 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-02-11T08:05:14.772 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-02-11T08:05:14.773 INFO:teuthology.orchestra.run.smithi042.stdout:Dependencies resolved. 2024-02-11T08:05:14.774 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T08:05:14.774 INFO:teuthology.orchestra.run.smithi042.stdout: Package Arch Version Repo Size 2024-02-11T08:05:14.774 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T08:05:14.774 INFO:teuthology.orchestra.run.smithi042.stdout:Installing: 2024-02-11T08:05:14.774 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 145 k 2024-02-11T08:05:14.774 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:14.774 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction Summary 2024-02-11T08:05:14.775 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T08:05:14.775 INFO:teuthology.orchestra.run.smithi042.stdout:Install 1 Package 2024-02-11T08:05:14.775 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:14.775 INFO:teuthology.orchestra.run.smithi042.stdout:Total download size: 145 k 2024-02-11T08:05:14.775 INFO:teuthology.orchestra.run.smithi042.stdout:Installed size: 436 k 2024-02-11T08:05:14.775 INFO:teuthology.orchestra.run.smithi042.stdout:Downloading Packages: 2024-02-11T08:05:14.802 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-02-11T08:05:14.851 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install ceph-mgr 2024-02-11T08:05:14.881 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-02-11T08:05:14.912 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-11T08:05:14.946 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-02-11T08:05:14.986 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-02-11T08:05:15.022 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-02-11T08:05:15.056 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-02-11T08:05:15.086 INFO:teuthology.orchestra.run.smithi042.stdout:ceph-immutable-object-cache-19.0.0-1367.g14aa01 466 kB/s | 145 kB 00:00 2024-02-11T08:05:15.087 INFO:teuthology.orchestra.run.smithi042.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:05:15.087 INFO:teuthology.orchestra.run.smithi042.stdout:Total 464 kB/s | 145 kB 00:00 2024-02-11T08:05:15.087 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction check 2024-02-11T08:05:15.095 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction check succeeded. 2024-02-11T08:05:15.096 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction test 2024-02-11T08:05:15.148 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-02-11T08:05:15.149 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction test succeeded. 2024-02-11T08:05:15.150 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction 2024-02-11T08:05:15.187 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-02-11T08:05:15.261 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-02-11T08:05:15.404 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-02-11T08:05:15.407 INFO:teuthology.orchestra.run.smithi042.stdout: Preparing : 1/1 2024-02-11T08:05:15.445 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:01:03 ago on Sun 11 Feb 2024 08:04:12 AM UTC. 2024-02-11T08:05:15.470 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-11T08:05:15.494 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-11T08:05:15.494 INFO:teuthology.orchestra.run.smithi042.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T08:05:15.494 INFO:teuthology.orchestra.run.smithi042.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-02-11T08:05:15.494 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:15.525 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-11T08:05:15.552 INFO:teuthology.orchestra.run.smithi158.stdout:Package ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T08:05:15.604 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2024-02-11T08:05:15.605 INFO:teuthology.orchestra.run.smithi158.stdout:Nothing to do. 2024-02-11T08:05:15.605 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2024-02-11T08:05:15.684 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install ceph-mgr-dashboard 2024-02-11T08:05:15.696 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9. 31/36 2024-02-11T08:05:15.725 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/36 2024-02-11T08:05:15.749 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/36 2024-02-11T08:05:15.749 INFO:teuthology.orchestra.run.smithi053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T08:05:15.750 INFO:teuthology.orchestra.run.smithi053.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-02-11T08:05:15.750 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-11T08:05:15.750 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-11T08:05:15.750 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:16.267 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:01:04 ago on Sun 11 Feb 2024 08:04:12 AM UTC. 2024-02-11T08:05:16.428 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2024-02-11T08:05:16.429 INFO:teuthology.orchestra.run.smithi158.stdout:====================================================================================== 2024-02-11T08:05:16.429 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repository Size 2024-02-11T08:05:16.429 INFO:teuthology.orchestra.run.smithi158.stdout:====================================================================================== 2024-02-11T08:05:16.429 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2024-02-11T08:05:16.429 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-mgr-dashboard noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 1.8 M 2024-02-11T08:05:16.429 INFO:teuthology.orchestra.run.smithi158.stdout:Installing dependencies: 2024-02-11T08:05:16.429 INFO:teuthology.orchestra.run.smithi158.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-02-11T08:05:16.429 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-grafana-dashboards noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 28 k 2024-02-11T08:05:16.430 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-prometheus-alerts noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 15 k 2024-02-11T08:05:16.430 INFO:teuthology.orchestra.run.smithi158.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-02-11T08:05:16.430 INFO:teuthology.orchestra.run.smithi158.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-02-11T08:05:16.430 INFO:teuthology.orchestra.run.smithi158.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-02-11T08:05:16.430 INFO:teuthology.orchestra.run.smithi158.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-02-11T08:05:16.430 INFO:teuthology.orchestra.run.smithi158.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-02-11T08:05:16.430 INFO:teuthology.orchestra.run.smithi158.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-02-11T08:05:16.430 INFO:teuthology.orchestra.run.smithi158.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-02-11T08:05:16.430 INFO:teuthology.orchestra.run.smithi158.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-02-11T08:05:16.430 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:16.430 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2024-02-11T08:05:16.430 INFO:teuthology.orchestra.run.smithi158.stdout:====================================================================================== 2024-02-11T08:05:16.430 INFO:teuthology.orchestra.run.smithi158.stdout:Install 12 Packages 2024-02-11T08:05:16.430 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:16.431 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 6.8 M 2024-02-11T08:05:16.431 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 26 M 2024-02-11T08:05:16.431 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2024-02-11T08:05:16.492 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-11T08:05:16.492 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:16.492 INFO:teuthology.orchestra.run.smithi042.stdout:Installed: 2024-02-11T08:05:16.492 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:05:16.492 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:16.492 INFO:teuthology.orchestra.run.smithi042.stdout:Complete! 2024-02-11T08:05:16.769 DEBUG:teuthology.orchestra.run.smithi042:> sudo yum -y install ceph-mgr 2024-02-11T08:05:16.898 INFO:teuthology.orchestra.run.smithi158.stdout:(1/12): ceph-grafana-dashboards-19.0.0-1367.g14 115 kB/s | 28 kB 00:00 2024-02-11T08:05:16.924 INFO:teuthology.orchestra.run.smithi158.stdout:(2/12): ceph-prometheus-alerts-19.0.0-1367.g14a 56 kB/s | 15 kB 00:00 2024-02-11T08:05:17.049 INFO:teuthology.orchestra.run.smithi158.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.3 MB/s | 238 kB 00:00 2024-02-11T08:05:17.083 INFO:teuthology.orchestra.run.smithi158.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.5 MB/s | 1.0 MB 00:00 2024-02-11T08:05:17.208 INFO:teuthology.orchestra.run.smithi158.stdout:(5/12): ceph-mgr-dashboard-19.0.0-1367.g14aa01b 3.2 MB/s | 1.8 MB 00:00 2024-02-11T08:05:17.275 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/36 2024-02-11T08:05:17.302 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/36 2024-02-11T08:05:17.302 INFO:teuthology.orchestra.run.smithi053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T08:05:17.302 INFO:teuthology.orchestra.run.smithi053.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-02-11T08:05:17.302 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-11T08:05:17.302 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-11T08:05:17.302 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:17.341 INFO:teuthology.orchestra.run.smithi158.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 146 kB/s | 19 kB 00:00 2024-02-11T08:05:17.362 INFO:teuthology.orchestra.run.smithi042.stdout:Last metadata expiration check: 0:01:04 ago on Sun 11 Feb 2024 08:04:13 AM UTC. 2024-02-11T08:05:17.366 INFO:teuthology.orchestra.run.smithi158.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.9 MB/s | 548 kB 00:00 2024-02-11T08:05:17.408 INFO:teuthology.orchestra.run.smithi158.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 3.4 MB/s | 144 kB 00:00 2024-02-11T08:05:17.451 INFO:teuthology.orchestra.run.smithi158.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 737 kB/s | 31 kB 00:00 2024-02-11T08:05:17.475 INFO:teuthology.orchestra.run.smithi042.stdout:Package ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T08:05:17.510 INFO:teuthology.orchestra.run.smithi158.stdout:(10/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 12 MB/s | 2.0 MB 00:00 2024-02-11T08:05:17.530 INFO:teuthology.orchestra.run.smithi042.stdout:Dependencies resolved. 2024-02-11T08:05:17.531 INFO:teuthology.orchestra.run.smithi042.stdout:Nothing to do. 2024-02-11T08:05:17.531 INFO:teuthology.orchestra.run.smithi042.stdout:Complete! 2024-02-11T08:05:17.535 INFO:teuthology.orchestra.run.smithi158.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.2 MB/s | 188 kB 00:00 2024-02-11T08:05:17.560 INFO:teuthology.orchestra.run.smithi158.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 1.7 MB/s | 863 kB 00:00 2024-02-11T08:05:17.565 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:05:17.566 INFO:teuthology.orchestra.run.smithi158.stdout:Total 6.0 MB/s | 6.8 MB 00:01 2024-02-11T08:05:17.583 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2024-02-11T08:05:17.599 DEBUG:teuthology.orchestra.run.smithi042:> sudo yum -y install ceph-mgr-dashboard 2024-02-11T08:05:17.601 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2024-02-11T08:05:17.601 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2024-02-11T08:05:17.768 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 34/36 2024-02-11T08:05:17.779 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2024-02-11T08:05:17.780 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2024-02-11T08:05:17.791 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 34/36 2024-02-11T08:05:17.791 INFO:teuthology.orchestra.run.smithi053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T08:05:17.791 INFO:teuthology.orchestra.run.smithi053.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-02-11T08:05:17.791 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-11T08:05:17.791 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-11T08:05:17.791 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:18.010 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 35/36 2024-02-11T08:05:18.033 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 35/36 2024-02-11T08:05:18.033 INFO:teuthology.orchestra.run.smithi053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T08:05:18.033 INFO:teuthology.orchestra.run.smithi053.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-02-11T08:05:18.033 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-11T08:05:18.033 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-11T08:05:18.033 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:18.102 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 36/36 2024-02-11T08:05:18.194 INFO:teuthology.orchestra.run.smithi042.stdout:Last metadata expiration check: 0:01:05 ago on Sun 11 Feb 2024 08:04:13 AM UTC. 2024-02-11T08:05:18.296 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2024-02-11T08:05:18.361 INFO:teuthology.orchestra.run.smithi042.stdout:Dependencies resolved. 2024-02-11T08:05:18.362 INFO:teuthology.orchestra.run.smithi042.stdout:====================================================================================== 2024-02-11T08:05:18.362 INFO:teuthology.orchestra.run.smithi042.stdout: Package Arch Version Repository Size 2024-02-11T08:05:18.362 INFO:teuthology.orchestra.run.smithi042.stdout:====================================================================================== 2024-02-11T08:05:18.362 INFO:teuthology.orchestra.run.smithi042.stdout:Installing: 2024-02-11T08:05:18.362 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-mgr-dashboard noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 1.8 M 2024-02-11T08:05:18.363 INFO:teuthology.orchestra.run.smithi042.stdout:Installing dependencies: 2024-02-11T08:05:18.363 INFO:teuthology.orchestra.run.smithi042.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-02-11T08:05:18.363 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-grafana-dashboards noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 28 k 2024-02-11T08:05:18.363 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-prometheus-alerts noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 15 k 2024-02-11T08:05:18.363 INFO:teuthology.orchestra.run.smithi042.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-02-11T08:05:18.363 INFO:teuthology.orchestra.run.smithi042.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-02-11T08:05:18.363 INFO:teuthology.orchestra.run.smithi042.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-02-11T08:05:18.363 INFO:teuthology.orchestra.run.smithi042.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-02-11T08:05:18.363 INFO:teuthology.orchestra.run.smithi042.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-02-11T08:05:18.363 INFO:teuthology.orchestra.run.smithi042.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-02-11T08:05:18.363 INFO:teuthology.orchestra.run.smithi042.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-02-11T08:05:18.363 INFO:teuthology.orchestra.run.smithi042.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-02-11T08:05:18.363 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:18.363 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction Summary 2024-02-11T08:05:18.364 INFO:teuthology.orchestra.run.smithi042.stdout:====================================================================================== 2024-02-11T08:05:18.364 INFO:teuthology.orchestra.run.smithi042.stdout:Install 12 Packages 2024-02-11T08:05:18.364 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:18.364 INFO:teuthology.orchestra.run.smithi042.stdout:Total download size: 6.8 M 2024-02-11T08:05:18.364 INFO:teuthology.orchestra.run.smithi042.stdout:Installed size: 26 M 2024-02-11T08:05:18.364 INFO:teuthology.orchestra.run.smithi042.stdout:Downloading Packages: 2024-02-11T08:05:18.369 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-02-11T08:05:18.412 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-02-11T08:05:18.458 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-02-11T08:05:18.481 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-02-11T08:05:18.604 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-02-11T08:05:18.731 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-02-11T08:05:18.732 INFO:teuthology.orchestra.run.smithi042.stdout:(1/12): ceph-grafana-dashboards-19.0.0-1367.g14 113 kB/s | 28 kB 00:00 2024-02-11T08:05:18.749 INFO:teuthology.orchestra.run.smithi042.stdout:(2/12): ceph-prometheus-alerts-19.0.0-1367.g14a 57 kB/s | 15 kB 00:00 2024-02-11T08:05:18.825 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-02-11T08:05:18.869 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-02-11T08:05:18.891 INFO:teuthology.orchestra.run.smithi042.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.0 MB/s | 238 kB 00:00 2024-02-11T08:05:18.898 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-02-11T08:05:18.919 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9 10/12 2024-02-11T08:05:18.924 INFO:teuthology.orchestra.run.smithi042.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.2 MB/s | 1.0 MB 00:00 2024-02-11T08:05:19.008 INFO:teuthology.orchestra.run.smithi042.stdout:(5/12): ceph-mgr-dashboard-19.0.0-1367.g14aa01b 3.3 MB/s | 1.8 MB 00:00 2024-02-11T08:05:19.058 INFO:teuthology.orchestra.run.smithi042.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 5.1 MB/s | 863 kB 00:00 2024-02-11T08:05:19.152 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el 11/12 2024-02-11T08:05:19.179 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 12/12 2024-02-11T08:05:19.308 INFO:teuthology.orchestra.run.smithi042.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 65 kB/s | 19 kB 00:00 2024-02-11T08:05:19.784 INFO:teuthology.orchestra.run.smithi042.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 304 kB/s | 144 kB 00:00 2024-02-11T08:05:19.886 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 36/36 2024-02-11T08:05:19.886 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/36 2024-02-11T08:05:19.886 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/36 2024-02-11T08:05:19.886 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 3/36 2024-02-11T08:05:19.886 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 4/36 2024-02-11T08:05:19.886 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/36 2024-02-11T08:05:19.886 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9. 6/36 2024-02-11T08:05:19.886 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-02-11T08:05:19.886 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-02-11T08:05:19.886 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-02-11T08:05:19.886 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-02-11T08:05:19.886 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-02-11T08:05:19.887 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-02-11T08:05:19.887 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-02-11T08:05:19.887 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-02-11T08:05:19.887 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-02-11T08:05:19.887 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 16/36 2024-02-11T08:05:19.887 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 17/36 2024-02-11T08:05:19.887 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-02-11T08:05:19.887 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-02-11T08:05:19.887 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-02-11T08:05:19.887 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-11T08:05:19.887 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-02-11T08:05:19.887 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-02-11T08:05:19.888 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-02-11T08:05:19.888 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-02-11T08:05:19.888 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-02-11T08:05:19.888 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-02-11T08:05:19.888 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-02-11T08:05:19.888 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-02-11T08:05:19.888 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-11T08:05:19.888 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-02-11T08:05:19.888 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-02-11T08:05:19.888 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-02-11T08:05:19.888 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-02-11T08:05:19.888 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-02-11T08:05:19.892 INFO:teuthology.orchestra.run.smithi042.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 283 kB/s | 31 kB 00:00 2024-02-11T08:05:19.983 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 12/12 2024-02-11T08:05:19.983 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el 1/12 2024-02-11T08:05:19.983 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 2/12 2024-02-11T08:05:19.984 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9 3/12 2024-02-11T08:05:19.984 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-02-11T08:05:19.984 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-02-11T08:05:19.984 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-02-11T08:05:19.984 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-02-11T08:05:19.984 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-02-11T08:05:19.984 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-02-11T08:05:19.984 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-02-11T08:05:19.984 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-02-11T08:05:20.118 INFO:teuthology.orchestra.run.smithi042.stdout:(10/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 459 kB/s | 548 kB 00:01 2024-02-11T08:05:20.285 INFO:teuthology.orchestra.run.smithi042.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 481 kB/s | 188 kB 00:00 2024-02-11T08:05:20.347 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-02-11T08:05:20.347 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:20.347 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2024-02-11T08:05:20.347 INFO:teuthology.orchestra.run.smithi158.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-02-11T08:05:20.347 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T08:05:20.347 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T08:05:20.347 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T08:05:20.347 INFO:teuthology.orchestra.run.smithi158.stdout: grpc-data-1.46.7-10.el9.noarch 2024-02-11T08:05:20.347 INFO:teuthology.orchestra.run.smithi158.stdout: protobuf-3.14.0-13.el9.x86_64 2024-02-11T08:05:20.347 INFO:teuthology.orchestra.run.smithi158.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-02-11T08:05:20.347 INFO:teuthology.orchestra.run.smithi158.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-02-11T08:05:20.348 INFO:teuthology.orchestra.run.smithi158.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-02-11T08:05:20.348 INFO:teuthology.orchestra.run.smithi158.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-02-11T08:05:20.348 INFO:teuthology.orchestra.run.smithi158.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-02-11T08:05:20.348 INFO:teuthology.orchestra.run.smithi158.stdout: python3-routes-2.5.1-5.el9.noarch 2024-02-11T08:05:20.348 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:20.348 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2024-02-11T08:05:20.614 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install ceph-mgr-diskprediction-local 2024-02-11T08:05:21.025 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-02-11T08:05:21.025 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:21.025 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-02-11T08:05:21.025 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:05:21.026 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:05:21.026 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:05:21.026 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T08:05:21.026 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:05:21.026 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:05:21.026 INFO:teuthology.orchestra.run.smithi053.stdout: lua-5.4.4-4.el9.x86_64 2024-02-11T08:05:21.026 INFO:teuthology.orchestra.run.smithi053.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-02-11T08:05:21.026 INFO:teuthology.orchestra.run.smithi053.stdout: luarocks-3.9.2-1.el9.noarch 2024-02-11T08:05:21.026 INFO:teuthology.orchestra.run.smithi053.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-02-11T08:05:21.026 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-02-11T08:05:21.026 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-02-11T08:05:21.026 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-02-11T08:05:21.026 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-02-11T08:05:21.026 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-02-11T08:05:21.027 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-02-11T08:05:21.027 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-02-11T08:05:21.027 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-02-11T08:05:21.027 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-02-11T08:05:21.027 INFO:teuthology.orchestra.run.smithi053.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-02-11T08:05:21.027 INFO:teuthology.orchestra.run.smithi053.stdout: python3-mako-1.1.4-6.el9.noarch 2024-02-11T08:05:21.027 INFO:teuthology.orchestra.run.smithi053.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-02-11T08:05:21.027 INFO:teuthology.orchestra.run.smithi053.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-02-11T08:05:21.027 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-02-11T08:05:21.027 INFO:teuthology.orchestra.run.smithi053.stdout: python3-ply-3.11-14.el9.noarch 2024-02-11T08:05:21.027 INFO:teuthology.orchestra.run.smithi053.stdout: python3-portend-3.1.0-2.el9.noarch 2024-02-11T08:05:21.027 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-02-11T08:05:21.027 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pycparser-2.20-6.el9.noarch 2024-02-11T08:05:21.027 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pytz-2021.1-5.el9.noarch 2024-02-11T08:05:21.028 INFO:teuthology.orchestra.run.smithi053.stdout: python3-requests-2.25.1-8.el9.noarch 2024-02-11T08:05:21.028 INFO:teuthology.orchestra.run.smithi053.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-02-11T08:05:21.028 INFO:teuthology.orchestra.run.smithi053.stdout: python3-toml-0.10.2-6.el9.noarch 2024-02-11T08:05:21.028 INFO:teuthology.orchestra.run.smithi053.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-02-11T08:05:21.028 INFO:teuthology.orchestra.run.smithi053.stdout: python3-webob-1.8.7-6.el9.noarch 2024-02-11T08:05:21.028 INFO:teuthology.orchestra.run.smithi053.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-02-11T08:05:21.028 INFO:teuthology.orchestra.run.smithi053.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-02-11T08:05:21.028 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:21.028 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-02-11T08:05:21.204 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:01:09 ago on Sun 11 Feb 2024 08:04:12 AM UTC. 2024-02-11T08:05:21.243 INFO:teuthology.orchestra.run.smithi042.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 955 kB/s | 2.0 MB 00:02 2024-02-11T08:05:21.247 INFO:teuthology.orchestra.run.smithi042.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:05:21.248 INFO:teuthology.orchestra.run.smithi042.stdout:Total 2.4 MB/s | 6.8 MB 00:02 2024-02-11T08:05:21.268 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction check 2024-02-11T08:05:21.288 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction check succeeded. 2024-02-11T08:05:21.288 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction test 2024-02-11T08:05:21.370 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2024-02-11T08:05:21.371 INFO:teuthology.orchestra.run.smithi158.stdout:============================================================================================ 2024-02-11T08:05:21.371 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repository Size 2024-02-11T08:05:21.371 INFO:teuthology.orchestra.run.smithi158.stdout:============================================================================================ 2024-02-11T08:05:21.371 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2024-02-11T08:05:21.371 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 7.4 M 2024-02-11T08:05:21.372 INFO:teuthology.orchestra.run.smithi158.stdout:Installing dependencies: 2024-02-11T08:05:21.372 INFO:teuthology.orchestra.run.smithi158.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-02-11T08:05:21.372 INFO:teuthology.orchestra.run.smithi158.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-02-11T08:05:21.372 INFO:teuthology.orchestra.run.smithi158.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-02-11T08:05:21.372 INFO:teuthology.orchestra.run.smithi158.stdout: libgfortran x86_64 11.4.1-3.el9 CentOS-BaseOS 802 k 2024-02-11T08:05:21.372 INFO:teuthology.orchestra.run.smithi158.stdout: libquadmath x86_64 11.4.1-3.el9 CentOS-BaseOS 194 k 2024-02-11T08:05:21.372 INFO:teuthology.orchestra.run.smithi158.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-02-11T08:05:21.372 INFO:teuthology.orchestra.run.smithi158.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-02-11T08:05:21.372 INFO:teuthology.orchestra.run.smithi158.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-02-11T08:05:21.372 INFO:teuthology.orchestra.run.smithi158.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-02-11T08:05:21.372 INFO:teuthology.orchestra.run.smithi158.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-02-11T08:05:21.372 INFO:teuthology.orchestra.run.smithi158.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-02-11T08:05:21.373 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:21.373 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2024-02-11T08:05:21.373 INFO:teuthology.orchestra.run.smithi158.stdout:============================================================================================ 2024-02-11T08:05:21.373 INFO:teuthology.orchestra.run.smithi158.stdout:Install 12 Packages 2024-02-11T08:05:21.373 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:21.373 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 37 M 2024-02-11T08:05:21.374 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 209 M 2024-02-11T08:05:21.374 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2024-02-11T08:05:21.382 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-base 2024-02-11T08:05:21.485 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction test succeeded. 2024-02-11T08:05:21.485 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction 2024-02-11T08:05:21.792 INFO:teuthology.orchestra.run.smithi158.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 222 kB/s | 32 kB 00:00 2024-02-11T08:05:21.825 INFO:teuthology.orchestra.run.smithi158.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 538 kB/s | 17 kB 00:00 2024-02-11T08:05:21.867 INFO:teuthology.orchestra.run.smithi158.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 841 kB/s | 34 kB 00:00 2024-02-11T08:05:21.943 INFO:teuthology.orchestra.run.smithi158.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 10 MB/s | 3.0 MB 00:00 2024-02-11T08:05:21.970 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:00:59 ago on Sun 11 Feb 2024 08:04:22 AM UTC. 2024-02-11T08:05:22.004 INFO:teuthology.orchestra.run.smithi042.stdout: Preparing : 1/1 2024-02-11T08:05:22.082 INFO:teuthology.orchestra.run.smithi053.stdout:Package ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T08:05:22.086 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-02-11T08:05:22.109 INFO:teuthology.orchestra.run.smithi158.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 20 MB/s | 4.7 MB 00:00 2024-02-11T08:05:22.121 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-02-11T08:05:22.137 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-02-11T08:05:22.139 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2024-02-11T08:05:22.139 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-02-11T08:05:22.169 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-02-11T08:05:22.185 INFO:teuthology.orchestra.run.smithi158.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 20 MB/s | 4.8 MB 00:00 2024-02-11T08:05:22.197 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-02-11T08:05:22.202 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install cephadm 2024-02-11T08:05:22.210 INFO:teuthology.orchestra.run.smithi158.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.2 MB/s | 217 kB 00:00 2024-02-11T08:05:22.302 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-02-11T08:05:22.327 INFO:teuthology.orchestra.run.smithi158.stdout:(8/12): libgfortran-11.4.1-3.el9.x86_64.rpm 6.8 MB/s | 802 kB 00:00 2024-02-11T08:05:22.430 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-02-11T08:05:22.529 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-02-11T08:05:22.544 INFO:teuthology.orchestra.run.smithi158.stdout:(9/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 44 MB/s | 16 MB 00:00 2024-02-11T08:05:22.569 INFO:teuthology.orchestra.run.smithi158.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 811 kB/s | 194 kB 00:00 2024-02-11T08:05:22.578 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-02-11T08:05:22.605 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-02-11T08:05:22.636 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9 10/12 2024-02-11T08:05:22.669 INFO:teuthology.orchestra.run.smithi158.stdout:(11/12): ceph-mgr-diskprediction-local-19.0.0-1 7.2 MB/s | 7.4 MB 00:01 2024-02-11T08:05:22.792 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:00 ago on Sun 11 Feb 2024 08:04:22 AM UTC. 2024-02-11T08:05:22.803 INFO:teuthology.orchestra.run.smithi158.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 951 kB/s | 245 kB 00:00 2024-02-11T08:05:22.805 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:05:22.806 INFO:teuthology.orchestra.run.smithi158.stdout:Total 26 MB/s | 37 MB 00:01 2024-02-11T08:05:22.818 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2024-02-11T08:05:22.843 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2024-02-11T08:05:22.843 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2024-02-11T08:05:22.891 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el 11/12 2024-02-11T08:05:22.937 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 12/12 2024-02-11T08:05:22.958 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-02-11T08:05:22.959 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T08:05:22.959 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2024-02-11T08:05:22.959 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T08:05:22.959 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-02-11T08:05:22.959 INFO:teuthology.orchestra.run.smithi053.stdout: cephadm noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 748 k 2024-02-11T08:05:22.960 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:22.960 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-02-11T08:05:22.960 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T08:05:22.960 INFO:teuthology.orchestra.run.smithi053.stdout:Install 1 Package 2024-02-11T08:05:22.960 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:22.960 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 748 k 2024-02-11T08:05:22.960 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 754 k 2024-02-11T08:05:22.960 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-02-11T08:05:23.206 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2024-02-11T08:05:23.207 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2024-02-11T08:05:23.400 INFO:teuthology.orchestra.run.smithi053.stdout:cephadm-19.0.0-1367.g14aa01b9.el9.noarch.rpm 1.7 MB/s | 748 kB 00:00 2024-02-11T08:05:23.401 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:05:23.401 INFO:teuthology.orchestra.run.smithi053.stdout:Total 1.7 MB/s | 748 kB 00:00 2024-02-11T08:05:23.401 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-02-11T08:05:23.406 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-02-11T08:05:23.406 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-02-11T08:05:23.412 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-02-11T08:05:23.413 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-02-11T08:05:23.491 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-02-11T08:05:23.773 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 12/12 2024-02-11T08:05:23.773 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el 1/12 2024-02-11T08:05:23.773 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 2/12 2024-02-11T08:05:23.774 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9 3/12 2024-02-11T08:05:23.774 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-02-11T08:05:23.774 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-02-11T08:05:23.774 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-02-11T08:05:23.774 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-02-11T08:05:23.774 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-02-11T08:05:23.774 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-02-11T08:05:23.774 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-02-11T08:05:23.774 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-02-11T08:05:23.901 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2024-02-11T08:05:23.931 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-11T08:05:23.985 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-02-11T08:05:24.016 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-02-11T08:05:24.021 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-11T08:05:24.112 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-02-11T08:05:24.147 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-02-11T08:05:24.148 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:24.148 INFO:teuthology.orchestra.run.smithi042.stdout:Installed: 2024-02-11T08:05:24.148 INFO:teuthology.orchestra.run.smithi042.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-02-11T08:05:24.148 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T08:05:24.148 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T08:05:24.148 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T08:05:24.148 INFO:teuthology.orchestra.run.smithi042.stdout: grpc-data-1.46.7-10.el9.noarch 2024-02-11T08:05:24.148 INFO:teuthology.orchestra.run.smithi042.stdout: protobuf-3.14.0-13.el9.x86_64 2024-02-11T08:05:24.148 INFO:teuthology.orchestra.run.smithi042.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-02-11T08:05:24.148 INFO:teuthology.orchestra.run.smithi042.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-02-11T08:05:24.148 INFO:teuthology.orchestra.run.smithi042.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-02-11T08:05:24.148 INFO:teuthology.orchestra.run.smithi042.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-02-11T08:05:24.148 INFO:teuthology.orchestra.run.smithi042.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-02-11T08:05:24.149 INFO:teuthology.orchestra.run.smithi042.stdout: python3-routes-2.5.1-5.el9.noarch 2024-02-11T08:05:24.149 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:24.149 INFO:teuthology.orchestra.run.smithi042.stdout:Complete! 2024-02-11T08:05:24.152 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-02-11T08:05:24.332 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-11T08:05:24.368 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-11T08:05:24.385 DEBUG:teuthology.orchestra.run.smithi042:> sudo yum -y install ceph-mgr-diskprediction-local 2024-02-11T08:05:24.419 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-11T08:05:24.453 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-02-11T08:05:24.784 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-11T08:05:24.784 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:24.784 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-02-11T08:05:24.784 INFO:teuthology.orchestra.run.smithi053.stdout: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T08:05:24.785 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:24.785 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-02-11T08:05:24.978 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-immutable-object-cache 2024-02-11T08:05:24.982 INFO:teuthology.orchestra.run.smithi042.stdout:Last metadata expiration check: 0:01:11 ago on Sun 11 Feb 2024 08:04:13 AM UTC. 2024-02-11T08:05:25.098 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-02-11T08:05:25.152 INFO:teuthology.orchestra.run.smithi042.stdout:Dependencies resolved. 2024-02-11T08:05:25.153 INFO:teuthology.orchestra.run.smithi042.stdout:============================================================================================ 2024-02-11T08:05:25.154 INFO:teuthology.orchestra.run.smithi042.stdout: Package Arch Version Repository Size 2024-02-11T08:05:25.154 INFO:teuthology.orchestra.run.smithi042.stdout:============================================================================================ 2024-02-11T08:05:25.154 INFO:teuthology.orchestra.run.smithi042.stdout:Installing: 2024-02-11T08:05:25.154 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 7.4 M 2024-02-11T08:05:25.154 INFO:teuthology.orchestra.run.smithi042.stdout:Installing dependencies: 2024-02-11T08:05:25.154 INFO:teuthology.orchestra.run.smithi042.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-02-11T08:05:25.154 INFO:teuthology.orchestra.run.smithi042.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-02-11T08:05:25.154 INFO:teuthology.orchestra.run.smithi042.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-02-11T08:05:25.155 INFO:teuthology.orchestra.run.smithi042.stdout: libgfortran x86_64 11.4.1-3.el9 CentOS-BaseOS 802 k 2024-02-11T08:05:25.155 INFO:teuthology.orchestra.run.smithi042.stdout: libquadmath x86_64 11.4.1-3.el9 CentOS-BaseOS 194 k 2024-02-11T08:05:25.155 INFO:teuthology.orchestra.run.smithi042.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-02-11T08:05:25.155 INFO:teuthology.orchestra.run.smithi042.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-02-11T08:05:25.155 INFO:teuthology.orchestra.run.smithi042.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-02-11T08:05:25.155 INFO:teuthology.orchestra.run.smithi042.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-02-11T08:05:25.155 INFO:teuthology.orchestra.run.smithi042.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-02-11T08:05:25.155 INFO:teuthology.orchestra.run.smithi042.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-02-11T08:05:25.155 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:25.155 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction Summary 2024-02-11T08:05:25.156 INFO:teuthology.orchestra.run.smithi042.stdout:============================================================================================ 2024-02-11T08:05:25.156 INFO:teuthology.orchestra.run.smithi042.stdout:Install 12 Packages 2024-02-11T08:05:25.156 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:25.156 INFO:teuthology.orchestra.run.smithi042.stdout:Total download size: 37 M 2024-02-11T08:05:25.156 INFO:teuthology.orchestra.run.smithi042.stdout:Installed size: 209 M 2024-02-11T08:05:25.156 INFO:teuthology.orchestra.run.smithi042.stdout:Downloading Packages: 2024-02-11T08:05:25.205 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-02-11T08:05:25.458 INFO:teuthology.orchestra.run.smithi042.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 207 kB/s | 32 kB 00:00 2024-02-11T08:05:25.492 INFO:teuthology.orchestra.run.smithi042.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 539 kB/s | 17 kB 00:00 2024-02-11T08:05:25.567 INFO:teuthology.orchestra.run.smithi042.stdout:(3/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 11 MB/s | 3.0 MB 00:00 2024-02-11T08:05:25.570 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:03 ago on Sun 11 Feb 2024 08:04:22 AM UTC. 2024-02-11T08:05:25.592 INFO:teuthology.orchestra.run.smithi042.stdout:(4/12): openblas-0.3.21-2.el9.x86_64.rpm 348 kB/s | 34 kB 00:00 2024-02-11T08:05:25.736 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-02-11T08:05:25.737 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T08:05:25.737 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repo Size 2024-02-11T08:05:25.737 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T08:05:25.738 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-02-11T08:05:25.738 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 145 k 2024-02-11T08:05:25.738 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:25.738 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-02-11T08:05:25.738 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T08:05:25.738 INFO:teuthology.orchestra.run.smithi053.stdout:Install 1 Package 2024-02-11T08:05:25.738 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:25.738 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 145 k 2024-02-11T08:05:25.738 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 436 k 2024-02-11T08:05:25.738 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-02-11T08:05:25.767 INFO:teuthology.orchestra.run.smithi042.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 27 MB/s | 4.7 MB 00:00 2024-02-11T08:05:25.826 INFO:teuthology.orchestra.run.smithi042.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 20 MB/s | 4.8 MB 00:00 2024-02-11T08:05:25.851 INFO:teuthology.orchestra.run.smithi042.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.6 MB/s | 217 kB 00:00 2024-02-11T08:05:26.112 INFO:teuthology.orchestra.run.smithi053.stdout:ceph-immutable-object-cache-19.0.0-1367.g14aa01 388 kB/s | 145 kB 00:00 2024-02-11T08:05:26.113 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:05:26.113 INFO:teuthology.orchestra.run.smithi053.stdout:Total 387 kB/s | 145 kB 00:00 2024-02-11T08:05:26.113 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-02-11T08:05:26.121 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-02-11T08:05:26.121 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-02-11T08:05:26.152 INFO:teuthology.orchestra.run.smithi042.stdout:(8/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 48 MB/s | 16 MB 00:00 2024-02-11T08:05:26.175 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-02-11T08:05:26.175 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-02-11T08:05:26.193 INFO:teuthology.orchestra.run.smithi042.stdout:(9/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.3 MB/s | 802 kB 00:00 2024-02-11T08:05:26.219 INFO:teuthology.orchestra.run.smithi042.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 2.9 MB/s | 194 kB 00:00 2024-02-11T08:05:26.315 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-02-11T08:05:26.344 INFO:teuthology.orchestra.run.smithi042.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 1.6 MB/s | 245 kB 00:00 2024-02-11T08:05:26.379 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-11T08:05:26.403 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-11T08:05:26.403 INFO:teuthology.orchestra.run.smithi053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T08:05:26.403 INFO:teuthology.orchestra.run.smithi053.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-02-11T08:05:26.404 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:26.457 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-02-11T08:05:26.919 INFO:teuthology.orchestra.run.smithi042.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-1 4.6 MB/s | 7.4 MB 00:01 2024-02-11T08:05:26.922 INFO:teuthology.orchestra.run.smithi042.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:05:26.922 INFO:teuthology.orchestra.run.smithi042.stdout:Total 21 MB/s | 37 MB 00:01 2024-02-11T08:05:26.935 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction check 2024-02-11T08:05:26.961 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction check succeeded. 2024-02-11T08:05:26.961 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction test 2024-02-11T08:05:27.357 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction test succeeded. 2024-02-11T08:05:27.358 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction 2024-02-11T08:05:27.481 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-02-11T08:05:27.494 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-11T08:05:27.494 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:27.494 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-02-11T08:05:27.494 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:05:27.494 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:27.494 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-02-11T08:05:27.518 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 12/12 2024-02-11T08:05:27.758 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-mgr 2024-02-11T08:05:28.078 INFO:teuthology.orchestra.run.smithi042.stdout: Preparing : 1/1 2024-02-11T08:05:28.151 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-02-11T08:05:28.182 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-02-11T08:05:28.281 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-02-11T08:05:28.318 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-02-11T08:05:28.355 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:06 ago on Sun 11 Feb 2024 08:04:22 AM UTC. 2024-02-11T08:05:28.468 INFO:teuthology.orchestra.run.smithi053.stdout:Package ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T08:05:28.504 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-11T08:05:28.523 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-02-11T08:05:28.524 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2024-02-11T08:05:28.524 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-02-11T08:05:28.542 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-11T08:05:28.584 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-mgr-dashboard 2024-02-11T08:05:28.630 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-02-11T08:05:29.173 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:07 ago on Sun 11 Feb 2024 08:04:22 AM UTC. 2024-02-11T08:05:29.306 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-02-11T08:05:29.340 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-02-11T08:05:29.341 INFO:teuthology.orchestra.run.smithi053.stdout:====================================================================================== 2024-02-11T08:05:29.341 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2024-02-11T08:05:29.341 INFO:teuthology.orchestra.run.smithi053.stdout:====================================================================================== 2024-02-11T08:05:29.341 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-02-11T08:05:29.341 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-dashboard noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 1.8 M 2024-02-11T08:05:29.341 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2024-02-11T08:05:29.341 INFO:teuthology.orchestra.run.smithi053.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-02-11T08:05:29.341 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-grafana-dashboards noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 28 k 2024-02-11T08:05:29.341 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-prometheus-alerts noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 15 k 2024-02-11T08:05:29.342 INFO:teuthology.orchestra.run.smithi053.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-02-11T08:05:29.342 INFO:teuthology.orchestra.run.smithi053.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-02-11T08:05:29.342 INFO:teuthology.orchestra.run.smithi053.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-02-11T08:05:29.342 INFO:teuthology.orchestra.run.smithi053.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-02-11T08:05:29.342 INFO:teuthology.orchestra.run.smithi053.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-02-11T08:05:29.342 INFO:teuthology.orchestra.run.smithi053.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-02-11T08:05:29.342 INFO:teuthology.orchestra.run.smithi053.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-02-11T08:05:29.342 INFO:teuthology.orchestra.run.smithi053.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-02-11T08:05:29.342 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:29.342 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-02-11T08:05:29.342 INFO:teuthology.orchestra.run.smithi053.stdout:====================================================================================== 2024-02-11T08:05:29.342 INFO:teuthology.orchestra.run.smithi053.stdout:Install 12 Packages 2024-02-11T08:05:29.342 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:29.343 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 6.8 M 2024-02-11T08:05:29.343 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 26 M 2024-02-11T08:05:29.343 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-02-11T08:05:29.417 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-02-11T08:05:29.724 INFO:teuthology.orchestra.run.smithi053.stdout:(1/12): ceph-grafana-dashboards-19.0.0-1367.g14 109 kB/s | 28 kB 00:00 2024-02-11T08:05:29.741 INFO:teuthology.orchestra.run.smithi053.stdout:(2/12): ceph-prometheus-alerts-19.0.0-1367.g14a 55 kB/s | 15 kB 00:00 2024-02-11T08:05:29.883 INFO:teuthology.orchestra.run.smithi053.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.6 MB/s | 238 kB 00:00 2024-02-11T08:05:29.916 INFO:teuthology.orchestra.run.smithi053.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.2 MB/s | 1.0 MB 00:00 2024-02-11T08:05:30.033 INFO:teuthology.orchestra.run.smithi053.stdout:(5/12): ceph-mgr-dashboard-19.0.0-1367.g14aa01b 3.1 MB/s | 1.8 MB 00:00 2024-02-11T08:05:30.156 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 12/12 2024-02-11T08:05:30.156 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 1/12 2024-02-11T08:05:30.156 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-02-11T08:05:30.156 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-02-11T08:05:30.156 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-02-11T08:05:30.156 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-11T08:05:30.156 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-11T08:05:30.156 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-02-11T08:05:30.156 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-02-11T08:05:30.156 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-02-11T08:05:30.156 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-02-11T08:05:30.156 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-02-11T08:05:30.425 INFO:teuthology.orchestra.run.smithi053.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 50 kB/s | 19 kB 00:00 2024-02-11T08:05:30.601 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-02-11T08:05:30.602 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:30.602 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2024-02-11T08:05:30.602 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T08:05:30.602 INFO:teuthology.orchestra.run.smithi158.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-02-11T08:05:30.602 INFO:teuthology.orchestra.run.smithi158.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-02-11T08:05:30.602 INFO:teuthology.orchestra.run.smithi158.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-02-11T08:05:30.602 INFO:teuthology.orchestra.run.smithi158.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-02-11T08:05:30.602 INFO:teuthology.orchestra.run.smithi158.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-02-11T08:05:30.602 INFO:teuthology.orchestra.run.smithi158.stdout: openblas-0.3.21-2.el9.x86_64 2024-02-11T08:05:30.602 INFO:teuthology.orchestra.run.smithi158.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-02-11T08:05:30.602 INFO:teuthology.orchestra.run.smithi158.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-02-11T08:05:30.602 INFO:teuthology.orchestra.run.smithi158.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-02-11T08:05:30.602 INFO:teuthology.orchestra.run.smithi158.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-02-11T08:05:30.602 INFO:teuthology.orchestra.run.smithi158.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-02-11T08:05:30.603 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:30.603 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2024-02-11T08:05:30.708 INFO:teuthology.orchestra.run.smithi053.stdout:(7/12): protobuf-compiler-3.14.0-13.el9.x86_64. 1.0 MB/s | 863 kB 00:00 2024-02-11T08:05:30.712 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-02-11T08:05:30.734 INFO:teuthology.orchestra.run.smithi053.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 671 kB/s | 548 kB 00:00 2024-02-11T08:05:30.926 INFO:teuthology.orchestra.run.smithi053.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 160 kB/s | 31 kB 00:00 2024-02-11T08:05:31.022 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install ceph-mgr-rook 2024-02-11T08:05:31.188 INFO:teuthology.orchestra.run.smithi053.stdout:(10/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 2.7 MB/s | 2.0 MB 00:00 2024-02-11T08:05:31.209 INFO:teuthology.orchestra.run.smithi053.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 665 kB/s | 188 kB 00:00 2024-02-11T08:05:31.235 INFO:teuthology.orchestra.run.smithi053.stdout:(12/12): python3-grpcio-tools-1.46.7-10.el9.x86 275 kB/s | 144 kB 00:00 2024-02-11T08:05:31.238 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:05:31.238 INFO:teuthology.orchestra.run.smithi053.stdout:Total 3.6 MB/s | 6.8 MB 00:01 2024-02-11T08:05:31.258 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-02-11T08:05:31.279 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-02-11T08:05:31.279 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-02-11T08:05:31.465 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-02-11T08:05:31.466 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-02-11T08:05:31.618 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:01:19 ago on Sun 11 Feb 2024 08:04:12 AM UTC. 2024-02-11T08:05:31.781 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2024-02-11T08:05:31.782 INFO:teuthology.orchestra.run.smithi158.stdout:======================================================================================== 2024-02-11T08:05:31.782 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repository Size 2024-02-11T08:05:31.782 INFO:teuthology.orchestra.run.smithi158.stdout:======================================================================================== 2024-02-11T08:05:31.782 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2024-02-11T08:05:31.782 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-mgr-rook noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 52 k 2024-02-11T08:05:31.782 INFO:teuthology.orchestra.run.smithi158.stdout:Installing dependencies: 2024-02-11T08:05:31.782 INFO:teuthology.orchestra.run.smithi158.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-02-11T08:05:31.782 INFO:teuthology.orchestra.run.smithi158.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-02-11T08:05:31.782 INFO:teuthology.orchestra.run.smithi158.stdout: python3-google-auth noarch 1:2.27.0-1.el9 epel 203 k 2024-02-11T08:05:31.783 INFO:teuthology.orchestra.run.smithi158.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-02-11T08:05:31.783 INFO:teuthology.orchestra.run.smithi158.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-02-11T08:05:31.783 INFO:teuthology.orchestra.run.smithi158.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-02-11T08:05:31.783 INFO:teuthology.orchestra.run.smithi158.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-02-11T08:05:31.783 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-02-11T08:05:31.783 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-02-11T08:05:31.783 INFO:teuthology.orchestra.run.smithi158.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-02-11T08:05:31.783 INFO:teuthology.orchestra.run.smithi158.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-02-11T08:05:31.783 INFO:teuthology.orchestra.run.smithi158.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-02-11T08:05:31.783 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:31.783 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2024-02-11T08:05:31.783 INFO:teuthology.orchestra.run.smithi158.stdout:======================================================================================== 2024-02-11T08:05:31.783 INFO:teuthology.orchestra.run.smithi158.stdout:Install 13 Packages 2024-02-11T08:05:31.783 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:31.784 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 2.0 M 2024-02-11T08:05:31.784 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 26 M 2024-02-11T08:05:31.784 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2024-02-11T08:05:31.784 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-02-11T08:05:31.808 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 12/12 2024-02-11T08:05:32.094 INFO:teuthology.orchestra.run.smithi158.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 205 kB/s | 24 kB 00:00 2024-02-11T08:05:32.106 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-02-11T08:05:32.111 INFO:teuthology.orchestra.run.smithi158.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 133 kB/s | 18 kB 00:00 2024-02-11T08:05:32.144 INFO:teuthology.orchestra.run.smithi158.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 3.5 MB/s | 174 kB 00:00 2024-02-11T08:05:32.170 INFO:teuthology.orchestra.run.smithi158.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 2.2 MB/s | 132 kB 00:00 2024-02-11T08:05:32.194 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-02-11T08:05:32.195 INFO:teuthology.orchestra.run.smithi158.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-02-11T08:05:32.220 INFO:teuthology.orchestra.run.smithi158.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 853 kB/s | 43 kB 00:00 2024-02-11T08:05:32.229 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-02-11T08:05:32.276 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-02-11T08:05:32.287 INFO:teuthology.orchestra.run.smithi158.stdout:(7/13): ceph-mgr-rook-19.0.0-1367.g14aa01b9.el9 167 kB/s | 52 kB 00:00 2024-02-11T08:05:32.314 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-02-11T08:05:32.421 INFO:teuthology.orchestra.run.smithi158.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 75 kB/s | 15 kB 00:00 2024-02-11T08:05:32.446 INFO:teuthology.orchestra.run.smithi158.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 128 kB/s | 32 kB 00:00 2024-02-11T08:05:32.448 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-02-11T08:05:32.555 INFO:teuthology.orchestra.run.smithi158.stdout:(10/13): python3-google-auth-2.27.0-1.el9.noarc 759 kB/s | 203 kB 00:00 2024-02-11T08:05:32.578 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-02-11T08:05:32.580 INFO:teuthology.orchestra.run.smithi158.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 443 kB/s | 59 kB 00:00 2024-02-11T08:05:32.670 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-02-11T08:05:32.714 INFO:teuthology.orchestra.run.smithi158.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 566 kB/s | 90 kB 00:00 2024-02-11T08:05:32.719 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-02-11T08:05:32.747 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-02-11T08:05:32.779 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9 10/12 2024-02-11T08:05:32.789 INFO:teuthology.orchestra.run.smithi158.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.8 MB/s | 1.0 MB 00:00 2024-02-11T08:05:32.791 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:05:32.791 INFO:teuthology.orchestra.run.smithi158.stdout:Total 2.0 MB/s | 2.0 MB 00:01 2024-02-11T08:05:32.792 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2024-02-11T08:05:32.805 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2024-02-11T08:05:32.805 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2024-02-11T08:05:32.907 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2024-02-11T08:05:32.907 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2024-02-11T08:05:33.030 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el 11/12 2024-02-11T08:05:33.062 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 12/12 2024-02-11T08:05:33.436 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2024-02-11T08:05:33.587 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-02-11T08:05:33.641 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-02-11T08:05:33.695 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-02-11T08:05:33.735 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-02-11T08:05:33.776 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-02-11T08:05:33.851 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 12/12 2024-02-11T08:05:33.851 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el 1/12 2024-02-11T08:05:33.851 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 2/12 2024-02-11T08:05:33.851 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9 3/12 2024-02-11T08:05:33.851 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-02-11T08:05:33.851 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-02-11T08:05:33.851 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-02-11T08:05:33.851 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-02-11T08:05:33.851 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-02-11T08:05:33.851 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-02-11T08:05:33.851 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-02-11T08:05:33.851 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-02-11T08:05:33.870 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-02-11T08:05:33.979 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-google-auth-1:2.27.0-1.el9.noarch 7/13 2024-02-11T08:05:34.036 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-02-11T08:05:34.227 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-02-11T08:05:34.227 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:34.227 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-02-11T08:05:34.228 INFO:teuthology.orchestra.run.smithi053.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-02-11T08:05:34.228 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T08:05:34.228 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T08:05:34.228 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T08:05:34.228 INFO:teuthology.orchestra.run.smithi053.stdout: grpc-data-1.46.7-10.el9.noarch 2024-02-11T08:05:34.228 INFO:teuthology.orchestra.run.smithi053.stdout: protobuf-3.14.0-13.el9.x86_64 2024-02-11T08:05:34.228 INFO:teuthology.orchestra.run.smithi053.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-02-11T08:05:34.228 INFO:teuthology.orchestra.run.smithi053.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-02-11T08:05:34.228 INFO:teuthology.orchestra.run.smithi053.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-02-11T08:05:34.228 INFO:teuthology.orchestra.run.smithi053.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-02-11T08:05:34.228 INFO:teuthology.orchestra.run.smithi053.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-02-11T08:05:34.228 INFO:teuthology.orchestra.run.smithi053.stdout: python3-routes-2.5.1-5.el9.noarch 2024-02-11T08:05:34.228 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:34.229 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-02-11T08:05:34.284 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 12/12 2024-02-11T08:05:34.284 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 1/12 2024-02-11T08:05:34.285 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-02-11T08:05:34.285 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-02-11T08:05:34.285 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-02-11T08:05:34.285 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-11T08:05:34.285 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-11T08:05:34.285 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-02-11T08:05:34.285 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-02-11T08:05:34.285 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-02-11T08:05:34.285 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-02-11T08:05:34.285 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-02-11T08:05:34.497 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-mgr-diskprediction-local 2024-02-11T08:05:34.774 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-02-11T08:05:34.816 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-02-11T08:05:34.850 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-02-11T08:05:34.895 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-02-11T08:05:34.895 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:34.895 INFO:teuthology.orchestra.run.smithi042.stdout:Installed: 2024-02-11T08:05:34.896 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T08:05:34.896 INFO:teuthology.orchestra.run.smithi042.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-02-11T08:05:34.896 INFO:teuthology.orchestra.run.smithi042.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-02-11T08:05:34.896 INFO:teuthology.orchestra.run.smithi042.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-02-11T08:05:34.896 INFO:teuthology.orchestra.run.smithi042.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-02-11T08:05:34.896 INFO:teuthology.orchestra.run.smithi042.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-02-11T08:05:34.896 INFO:teuthology.orchestra.run.smithi042.stdout: openblas-0.3.21-2.el9.x86_64 2024-02-11T08:05:34.896 INFO:teuthology.orchestra.run.smithi042.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-02-11T08:05:34.896 INFO:teuthology.orchestra.run.smithi042.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-02-11T08:05:34.896 INFO:teuthology.orchestra.run.smithi042.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-02-11T08:05:34.896 INFO:teuthology.orchestra.run.smithi042.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-02-11T08:05:34.896 INFO:teuthology.orchestra.run.smithi042.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-02-11T08:05:34.897 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:34.897 INFO:teuthology.orchestra.run.smithi042.stdout:Complete! 2024-02-11T08:05:34.898 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-02-11T08:05:34.920 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 13/13 2024-02-11T08:05:35.093 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:13 ago on Sun 11 Feb 2024 08:04:22 AM UTC. 2024-02-11T08:05:35.227 DEBUG:teuthology.orchestra.run.smithi042:> sudo yum -y install ceph-mgr-rook 2024-02-11T08:05:35.260 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-02-11T08:05:35.261 INFO:teuthology.orchestra.run.smithi053.stdout:============================================================================================ 2024-02-11T08:05:35.261 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2024-02-11T08:05:35.261 INFO:teuthology.orchestra.run.smithi053.stdout:============================================================================================ 2024-02-11T08:05:35.261 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-02-11T08:05:35.261 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 7.4 M 2024-02-11T08:05:35.261 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2024-02-11T08:05:35.261 INFO:teuthology.orchestra.run.smithi053.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-02-11T08:05:35.262 INFO:teuthology.orchestra.run.smithi053.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-02-11T08:05:35.262 INFO:teuthology.orchestra.run.smithi053.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-02-11T08:05:35.262 INFO:teuthology.orchestra.run.smithi053.stdout: libgfortran x86_64 11.4.1-3.el9 CentOS-BaseOS 802 k 2024-02-11T08:05:35.262 INFO:teuthology.orchestra.run.smithi053.stdout: libquadmath x86_64 11.4.1-3.el9 CentOS-BaseOS 194 k 2024-02-11T08:05:35.262 INFO:teuthology.orchestra.run.smithi053.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-02-11T08:05:35.262 INFO:teuthology.orchestra.run.smithi053.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-02-11T08:05:35.262 INFO:teuthology.orchestra.run.smithi053.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-02-11T08:05:35.262 INFO:teuthology.orchestra.run.smithi053.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-02-11T08:05:35.262 INFO:teuthology.orchestra.run.smithi053.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-02-11T08:05:35.262 INFO:teuthology.orchestra.run.smithi053.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-02-11T08:05:35.262 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:35.262 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-02-11T08:05:35.262 INFO:teuthology.orchestra.run.smithi053.stdout:============================================================================================ 2024-02-11T08:05:35.263 INFO:teuthology.orchestra.run.smithi053.stdout:Install 12 Packages 2024-02-11T08:05:35.263 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:35.263 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 37 M 2024-02-11T08:05:35.263 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 209 M 2024-02-11T08:05:35.263 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-02-11T08:05:35.474 INFO:teuthology.orchestra.run.smithi053.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 222 kB/s | 32 kB 00:00 2024-02-11T08:05:35.507 INFO:teuthology.orchestra.run.smithi053.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 569 kB/s | 17 kB 00:00 2024-02-11T08:05:35.574 INFO:teuthology.orchestra.run.smithi053.stdout:(3/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 12 MB/s | 3.0 MB 00:00 2024-02-11T08:05:35.600 INFO:teuthology.orchestra.run.smithi053.stdout:(4/12): openblas-0.3.21-2.el9.x86_64.rpm 375 kB/s | 34 kB 00:00 2024-02-11T08:05:35.725 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 13/13 2024-02-11T08:05:35.726 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 1/13 2024-02-11T08:05:35.726 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-02-11T08:05:35.726 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-02-11T08:05:35.726 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-02-11T08:05:35.726 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-02-11T08:05:35.726 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-02-11T08:05:35.726 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-02-11T08:05:35.726 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-02-11T08:05:35.726 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-02-11T08:05:35.726 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-google-auth-1:2.27.0-1.el9.noarch 10/13 2024-02-11T08:05:35.726 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-02-11T08:05:35.726 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-02-11T08:05:35.775 INFO:teuthology.orchestra.run.smithi053.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 24 MB/s | 4.7 MB 00:00 2024-02-11T08:05:35.826 INFO:teuthology.orchestra.run.smithi042.stdout:Last metadata expiration check: 0:01:22 ago on Sun 11 Feb 2024 08:04:13 AM UTC. 2024-02-11T08:05:35.842 INFO:teuthology.orchestra.run.smithi053.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 20 MB/s | 4.8 MB 00:00 2024-02-11T08:05:35.859 INFO:teuthology.orchestra.run.smithi053.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.6 MB/s | 217 kB 00:00 2024-02-11T08:05:35.995 INFO:teuthology.orchestra.run.smithi042.stdout:Dependencies resolved. 2024-02-11T08:05:35.996 INFO:teuthology.orchestra.run.smithi042.stdout:======================================================================================== 2024-02-11T08:05:35.996 INFO:teuthology.orchestra.run.smithi042.stdout: Package Arch Version Repository Size 2024-02-11T08:05:35.996 INFO:teuthology.orchestra.run.smithi042.stdout:======================================================================================== 2024-02-11T08:05:35.996 INFO:teuthology.orchestra.run.smithi042.stdout:Installing: 2024-02-11T08:05:35.996 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-mgr-rook noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 52 k 2024-02-11T08:05:35.996 INFO:teuthology.orchestra.run.smithi042.stdout:Installing dependencies: 2024-02-11T08:05:35.996 INFO:teuthology.orchestra.run.smithi042.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-02-11T08:05:35.996 INFO:teuthology.orchestra.run.smithi042.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-02-11T08:05:35.997 INFO:teuthology.orchestra.run.smithi042.stdout: python3-google-auth noarch 1:2.27.0-1.el9 epel 203 k 2024-02-11T08:05:35.997 INFO:teuthology.orchestra.run.smithi042.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-02-11T08:05:35.997 INFO:teuthology.orchestra.run.smithi042.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-02-11T08:05:35.997 INFO:teuthology.orchestra.run.smithi042.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-02-11T08:05:35.997 INFO:teuthology.orchestra.run.smithi042.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-02-11T08:05:35.997 INFO:teuthology.orchestra.run.smithi042.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-02-11T08:05:35.997 INFO:teuthology.orchestra.run.smithi042.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-02-11T08:05:35.997 INFO:teuthology.orchestra.run.smithi042.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-02-11T08:05:35.997 INFO:teuthology.orchestra.run.smithi042.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-02-11T08:05:35.997 INFO:teuthology.orchestra.run.smithi042.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-02-11T08:05:35.997 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:35.997 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction Summary 2024-02-11T08:05:35.997 INFO:teuthology.orchestra.run.smithi042.stdout:======================================================================================== 2024-02-11T08:05:35.997 INFO:teuthology.orchestra.run.smithi042.stdout:Install 13 Packages 2024-02-11T08:05:35.997 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:35.998 INFO:teuthology.orchestra.run.smithi042.stdout:Total download size: 2.0 M 2024-02-11T08:05:35.998 INFO:teuthology.orchestra.run.smithi042.stdout:Installed size: 26 M 2024-02-11T08:05:35.998 INFO:teuthology.orchestra.run.smithi042.stdout:Downloading Packages: 2024-02-11T08:05:36.009 INFO:teuthology.orchestra.run.smithi053.stdout:(8/12): libgfortran-11.4.1-3.el9.x86_64.rpm 5.2 MB/s | 802 kB 00:00 2024-02-11T08:05:36.093 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-02-11T08:05:36.093 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:36.093 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2024-02-11T08:05:36.094 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T08:05:36.094 INFO:teuthology.orchestra.run.smithi158.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-02-11T08:05:36.094 INFO:teuthology.orchestra.run.smithi158.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-02-11T08:05:36.094 INFO:teuthology.orchestra.run.smithi158.stdout: python3-google-auth-1:2.27.0-1.el9.noarch 2024-02-11T08:05:36.094 INFO:teuthology.orchestra.run.smithi158.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-02-11T08:05:36.094 INFO:teuthology.orchestra.run.smithi158.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-02-11T08:05:36.094 INFO:teuthology.orchestra.run.smithi158.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-02-11T08:05:36.094 INFO:teuthology.orchestra.run.smithi158.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-02-11T08:05:36.094 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-02-11T08:05:36.094 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-02-11T08:05:36.094 INFO:teuthology.orchestra.run.smithi158.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-02-11T08:05:36.094 INFO:teuthology.orchestra.run.smithi158.stdout: python3-rsa-4.9-2.el9.noarch 2024-02-11T08:05:36.094 INFO:teuthology.orchestra.run.smithi158.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-02-11T08:05:36.095 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:36.095 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2024-02-11T08:05:36.201 INFO:teuthology.orchestra.run.smithi053.stdout:(9/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 44 MB/s | 16 MB 00:00 2024-02-11T08:05:36.226 INFO:teuthology.orchestra.run.smithi053.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 906 kB/s | 194 kB 00:00 2024-02-11T08:05:36.335 INFO:teuthology.orchestra.run.smithi053.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 1.8 MB/s | 245 kB 00:00 2024-02-11T08:05:36.387 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install ceph-mgr-cephadm 2024-02-11T08:05:36.476 INFO:teuthology.orchestra.run.smithi042.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 179 kB/s | 24 kB 00:00 2024-02-11T08:05:36.501 INFO:teuthology.orchestra.run.smithi042.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 112 kB/s | 18 kB 00:00 2024-02-11T08:05:36.551 INFO:teuthology.orchestra.run.smithi042.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.3 MB/s | 174 kB 00:00 2024-02-11T08:05:36.577 INFO:teuthology.orchestra.run.smithi042.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-02-11T08:05:36.602 INFO:teuthology.orchestra.run.smithi042.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-02-11T08:05:36.627 INFO:teuthology.orchestra.run.smithi042.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 858 kB/s | 43 kB 00:00 2024-02-11T08:05:36.652 INFO:teuthology.orchestra.run.smithi042.stdout:(7/13): ceph-mgr-rook-19.0.0-1367.g14aa01b9.el9 167 kB/s | 52 kB 00:00 2024-02-11T08:05:36.711 INFO:teuthology.orchestra.run.smithi042.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 179 kB/s | 15 kB 00:00 2024-02-11T08:05:36.736 INFO:teuthology.orchestra.run.smithi042.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 240 kB/s | 32 kB 00:00 2024-02-11T08:05:36.778 INFO:teuthology.orchestra.run.smithi042.stdout:(10/13): python3-google-auth-2.27.0-1.el9.noarc 1.6 MB/s | 203 kB 00:00 2024-02-11T08:05:36.812 INFO:teuthology.orchestra.run.smithi042.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 785 kB/s | 59 kB 00:00 2024-02-11T08:05:36.837 INFO:teuthology.orchestra.run.smithi042.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.5 MB/s | 90 kB 00:00 2024-02-11T08:05:36.887 INFO:teuthology.orchestra.run.smithi042.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 5.8 MB/s | 1.0 MB 00:00 2024-02-11T08:05:36.889 INFO:teuthology.orchestra.run.smithi042.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:05:36.889 INFO:teuthology.orchestra.run.smithi042.stdout:Total 2.3 MB/s | 2.0 MB 00:00 2024-02-11T08:05:36.889 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction check 2024-02-11T08:05:36.903 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction check succeeded. 2024-02-11T08:05:36.903 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction test 2024-02-11T08:05:36.969 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:01:24 ago on Sun 11 Feb 2024 08:04:12 AM UTC. 2024-02-11T08:05:37.005 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction test succeeded. 2024-02-11T08:05:37.007 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction 2024-02-11T08:05:37.129 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2024-02-11T08:05:37.130 INFO:teuthology.orchestra.run.smithi158.stdout:======================================================================================== 2024-02-11T08:05:37.130 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repository Size 2024-02-11T08:05:37.131 INFO:teuthology.orchestra.run.smithi158.stdout:======================================================================================== 2024-02-11T08:05:37.131 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2024-02-11T08:05:37.131 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-mgr-cephadm noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 138 k 2024-02-11T08:05:37.131 INFO:teuthology.orchestra.run.smithi158.stdout:Installing dependencies: 2024-02-11T08:05:37.131 INFO:teuthology.orchestra.run.smithi158.stdout: python3-asyncssh noarch 2.13.2-3.el9 epel 548 k 2024-02-11T08:05:37.131 INFO:teuthology.orchestra.run.smithi158.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-02-11T08:05:37.131 INFO:teuthology.orchestra.run.smithi158.stdout: python3-jinja2 noarch 2.11.3-5.el9 CentOS-AppStream 227 k 2024-02-11T08:05:37.131 INFO:teuthology.orchestra.run.smithi158.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-02-11T08:05:37.131 INFO:teuthology.orchestra.run.smithi158.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-02-11T08:05:37.131 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:37.131 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2024-02-11T08:05:37.131 INFO:teuthology.orchestra.run.smithi158.stdout:======================================================================================== 2024-02-11T08:05:37.131 INFO:teuthology.orchestra.run.smithi158.stdout:Install 6 Packages 2024-02-11T08:05:37.131 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:37.132 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 6.8 M 2024-02-11T08:05:37.132 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 33 M 2024-02-11T08:05:37.132 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2024-02-11T08:05:37.418 INFO:teuthology.orchestra.run.smithi053.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-1 3.5 MB/s | 7.4 MB 00:02 2024-02-11T08:05:37.421 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:05:37.422 INFO:teuthology.orchestra.run.smithi053.stdout:Total 17 MB/s | 37 MB 00:02 2024-02-11T08:05:37.436 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-02-11T08:05:37.442 INFO:teuthology.orchestra.run.smithi158.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.3 MB/s | 227 kB 00:00 2024-02-11T08:05:37.464 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-02-11T08:05:37.464 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-02-11T08:05:37.527 INFO:teuthology.orchestra.run.smithi042.stdout: Preparing : 1/1 2024-02-11T08:05:37.593 INFO:teuthology.orchestra.run.smithi158.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 18 MB/s | 5.8 MB 00:00 2024-02-11T08:05:37.701 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-02-11T08:05:37.718 INFO:teuthology.orchestra.run.smithi158.stdout:(3/6): ceph-mgr-cephadm-19.0.0-1367.g14aa01b9.e 311 kB/s | 138 kB 00:00 2024-02-11T08:05:37.756 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-02-11T08:05:37.821 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-02-11T08:05:37.840 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-02-11T08:05:37.841 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-02-11T08:05:37.856 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-02-11T08:05:37.898 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-02-11T08:05:37.996 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-02-11T08:05:38.106 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-google-auth-1:2.27.0-1.el9.noarch 7/13 2024-02-11T08:05:38.159 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-02-11T08:05:38.201 INFO:teuthology.orchestra.run.smithi158.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 99 kB/s | 58 kB 00:00 2024-02-11T08:05:38.268 INFO:teuthology.orchestra.run.smithi158.stdout:(5/6): python3-asyncssh-2.13.2-3.el9.noarch.rpm 664 kB/s | 548 kB 00:00 2024-02-11T08:05:38.319 INFO:teuthology.orchestra.run.smithi158.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 88 kB/s | 51 kB 00:00 2024-02-11T08:05:38.322 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:05:38.323 INFO:teuthology.orchestra.run.smithi158.stdout:Total 5.7 MB/s | 6.8 MB 00:01 2024-02-11T08:05:38.323 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2024-02-11T08:05:38.332 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2024-02-11T08:05:38.332 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2024-02-11T08:05:38.422 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2024-02-11T08:05:38.424 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2024-02-11T08:05:38.574 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-02-11T08:05:38.666 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-02-11T08:05:38.697 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-02-11T08:05:38.766 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2024-02-11T08:05:38.797 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-02-11T08:05:38.834 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-02-11T08:05:38.919 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-02-11T08:05:38.936 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-02-11T08:05:38.971 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-02-11T08:05:38.995 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-asyncssh-2.13.2-3.el9.noarch 2/6 2024-02-11T08:05:39.014 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-02-11T08:05:39.019 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-11T08:05:39.058 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-11T08:05:39.063 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-02-11T08:05:39.092 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 13/13 2024-02-11T08:05:39.146 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-02-11T08:05:39.518 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-02-11T08:05:39.597 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-02-11T08:05:39.659 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-02-11T08:05:39.683 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 6/6 2024-02-11T08:05:39.827 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-02-11T08:05:39.893 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 13/13 2024-02-11T08:05:39.893 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 1/13 2024-02-11T08:05:39.893 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-02-11T08:05:39.893 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-02-11T08:05:39.893 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-02-11T08:05:39.893 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-02-11T08:05:39.893 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-02-11T08:05:39.894 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-02-11T08:05:39.894 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-02-11T08:05:39.894 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-02-11T08:05:39.894 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-google-auth-1:2.27.0-1.el9.noarch 10/13 2024-02-11T08:05:39.894 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-02-11T08:05:39.894 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-02-11T08:05:39.932 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-02-11T08:05:40.281 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-02-11T08:05:40.281 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:40.281 INFO:teuthology.orchestra.run.smithi042.stdout:Installed: 2024-02-11T08:05:40.281 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T08:05:40.281 INFO:teuthology.orchestra.run.smithi042.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-02-11T08:05:40.281 INFO:teuthology.orchestra.run.smithi042.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-02-11T08:05:40.281 INFO:teuthology.orchestra.run.smithi042.stdout: python3-google-auth-1:2.27.0-1.el9.noarch 2024-02-11T08:05:40.281 INFO:teuthology.orchestra.run.smithi042.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-02-11T08:05:40.281 INFO:teuthology.orchestra.run.smithi042.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-02-11T08:05:40.281 INFO:teuthology.orchestra.run.smithi042.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-02-11T08:05:40.281 INFO:teuthology.orchestra.run.smithi042.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-02-11T08:05:40.281 INFO:teuthology.orchestra.run.smithi042.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-02-11T08:05:40.282 INFO:teuthology.orchestra.run.smithi042.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-02-11T08:05:40.282 INFO:teuthology.orchestra.run.smithi042.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-02-11T08:05:40.282 INFO:teuthology.orchestra.run.smithi042.stdout: python3-rsa-4.9-2.el9.noarch 2024-02-11T08:05:40.282 INFO:teuthology.orchestra.run.smithi042.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-02-11T08:05:40.282 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:40.282 INFO:teuthology.orchestra.run.smithi042.stdout:Complete! 2024-02-11T08:05:40.512 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 6/6 2024-02-11T08:05:40.512 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/6 2024-02-11T08:05:40.512 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-02-11T08:05:40.512 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-02-11T08:05:40.512 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-asyncssh-2.13.2-3.el9.noarch 4/6 2024-02-11T08:05:40.512 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-02-11T08:05:40.537 DEBUG:teuthology.orchestra.run.smithi042:> sudo yum -y install ceph-mgr-cephadm 2024-02-11T08:05:40.824 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-02-11T08:05:40.824 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:40.824 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2024-02-11T08:05:40.824 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T08:05:40.824 INFO:teuthology.orchestra.run.smithi158.stdout: python3-asyncssh-2.13.2-3.el9.noarch 2024-02-11T08:05:40.824 INFO:teuthology.orchestra.run.smithi158.stdout: python3-babel-2.9.1-2.el9.noarch 2024-02-11T08:05:40.824 INFO:teuthology.orchestra.run.smithi158.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-02-11T08:05:40.825 INFO:teuthology.orchestra.run.smithi158.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-02-11T08:05:40.825 INFO:teuthology.orchestra.run.smithi158.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-02-11T08:05:40.825 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:40.825 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2024-02-11T08:05:41.094 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install ceph-fuse 2024-02-11T08:05:41.131 INFO:teuthology.orchestra.run.smithi042.stdout:Last metadata expiration check: 0:01:28 ago on Sun 11 Feb 2024 08:04:13 AM UTC. 2024-02-11T08:05:41.227 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-02-11T08:05:41.297 INFO:teuthology.orchestra.run.smithi042.stdout:Dependencies resolved. 2024-02-11T08:05:41.298 INFO:teuthology.orchestra.run.smithi042.stdout:======================================================================================== 2024-02-11T08:05:41.298 INFO:teuthology.orchestra.run.smithi042.stdout: Package Arch Version Repository Size 2024-02-11T08:05:41.298 INFO:teuthology.orchestra.run.smithi042.stdout:======================================================================================== 2024-02-11T08:05:41.298 INFO:teuthology.orchestra.run.smithi042.stdout:Installing: 2024-02-11T08:05:41.299 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-mgr-cephadm noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 138 k 2024-02-11T08:05:41.299 INFO:teuthology.orchestra.run.smithi042.stdout:Installing dependencies: 2024-02-11T08:05:41.299 INFO:teuthology.orchestra.run.smithi042.stdout: python3-asyncssh noarch 2.13.2-3.el9 epel 548 k 2024-02-11T08:05:41.299 INFO:teuthology.orchestra.run.smithi042.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-02-11T08:05:41.299 INFO:teuthology.orchestra.run.smithi042.stdout: python3-jinja2 noarch 2.11.3-5.el9 CentOS-AppStream 227 k 2024-02-11T08:05:41.299 INFO:teuthology.orchestra.run.smithi042.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-02-11T08:05:41.299 INFO:teuthology.orchestra.run.smithi042.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-02-11T08:05:41.299 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:41.299 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction Summary 2024-02-11T08:05:41.299 INFO:teuthology.orchestra.run.smithi042.stdout:======================================================================================== 2024-02-11T08:05:41.299 INFO:teuthology.orchestra.run.smithi042.stdout:Install 6 Packages 2024-02-11T08:05:41.299 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:41.300 INFO:teuthology.orchestra.run.smithi042.stdout:Total download size: 6.8 M 2024-02-11T08:05:41.300 INFO:teuthology.orchestra.run.smithi042.stdout:Installed size: 33 M 2024-02-11T08:05:41.300 INFO:teuthology.orchestra.run.smithi042.stdout:Downloading Packages: 2024-02-11T08:05:41.614 INFO:teuthology.orchestra.run.smithi042.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.3 MB/s | 227 kB 00:00 2024-02-11T08:05:41.679 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:01:29 ago on Sun 11 Feb 2024 08:04:12 AM UTC. 2024-02-11T08:05:41.756 INFO:teuthology.orchestra.run.smithi042.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 19 MB/s | 5.8 MB 00:00 2024-02-11T08:05:41.840 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2024-02-11T08:05:41.840 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T08:05:41.840 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repository Size 2024-02-11T08:05:41.840 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T08:05:41.840 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2024-02-11T08:05:41.840 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-fuse x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 886 k 2024-02-11T08:05:41.841 INFO:teuthology.orchestra.run.smithi158.stdout:Installing dependencies: 2024-02-11T08:05:41.841 INFO:teuthology.orchestra.run.smithi158.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-02-11T08:05:41.841 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:41.841 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2024-02-11T08:05:41.841 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T08:05:41.841 INFO:teuthology.orchestra.run.smithi158.stdout:Install 2 Packages 2024-02-11T08:05:41.841 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:41.841 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 965 k 2024-02-11T08:05:41.842 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 2.8 M 2024-02-11T08:05:41.842 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2024-02-11T08:05:41.884 INFO:teuthology.orchestra.run.smithi042.stdout:(3/6): ceph-mgr-cephadm-19.0.0-1367.g14aa01b9.e 313 kB/s | 138 kB 00:00 2024-02-11T08:05:41.907 INFO:teuthology.orchestra.run.smithi042.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 387 kB/s | 58 kB 00:00 2024-02-11T08:05:41.957 INFO:teuthology.orchestra.run.smithi042.stdout:(5/6): python3-asyncssh-2.13.2-3.el9.noarch.rpm 1.6 MB/s | 548 kB 00:00 2024-02-11T08:05:41.971 INFO:teuthology.orchestra.run.smithi158.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 611 kB/s | 79 kB 00:00 2024-02-11T08:05:42.032 INFO:teuthology.orchestra.run.smithi042.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 344 kB/s | 51 kB 00:00 2024-02-11T08:05:42.036 INFO:teuthology.orchestra.run.smithi042.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:05:42.036 INFO:teuthology.orchestra.run.smithi042.stdout:Total 9.2 MB/s | 6.8 MB 00:00 2024-02-11T08:05:42.036 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction check 2024-02-11T08:05:42.045 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction check succeeded. 2024-02-11T08:05:42.045 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction test 2024-02-11T08:05:42.139 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction test succeeded. 2024-02-11T08:05:42.139 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction 2024-02-11T08:05:42.295 INFO:teuthology.orchestra.run.smithi158.stdout:(2/2): ceph-fuse-19.0.0-1367.g14aa01b9.el9.x86_ 1.9 MB/s | 886 kB 00:00 2024-02-11T08:05:42.297 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:05:42.297 INFO:teuthology.orchestra.run.smithi158.stdout:Total 2.1 MB/s | 965 kB 00:00 2024-02-11T08:05:42.297 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2024-02-11T08:05:42.318 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2024-02-11T08:05:42.318 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2024-02-11T08:05:42.325 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-02-11T08:05:42.356 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 12/12 2024-02-11T08:05:42.394 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2024-02-11T08:05:42.394 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2024-02-11T08:05:42.442 INFO:teuthology.orchestra.run.smithi042.stdout: Preparing : 1/1 2024-02-11T08:05:42.574 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2024-02-11T08:05:42.615 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-02-11T08:05:42.668 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-asyncssh-2.13.2-3.el9.noarch 2/6 2024-02-11T08:05:42.705 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-02-11T08:05:42.779 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/2 2024-02-11T08:05:43.222 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-02-11T08:05:43.298 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-02-11T08:05:43.367 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-02-11T08:05:43.396 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 6/6 2024-02-11T08:05:43.527 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/2 2024-02-11T08:05:43.527 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/2 2024-02-11T08:05:43.855 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-02-11T08:05:43.856 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:43.856 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2024-02-11T08:05:43.856 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-02-11T08:05:43.856 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:43.856 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2024-02-11T08:05:44.135 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install ceph-volume 2024-02-11T08:05:44.167 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 6/6 2024-02-11T08:05:44.167 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/6 2024-02-11T08:05:44.167 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-02-11T08:05:44.167 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-02-11T08:05:44.167 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-asyncssh-2.13.2-3.el9.noarch 4/6 2024-02-11T08:05:44.167 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-02-11T08:05:44.479 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-02-11T08:05:44.479 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:44.479 INFO:teuthology.orchestra.run.smithi042.stdout:Installed: 2024-02-11T08:05:44.479 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T08:05:44.479 INFO:teuthology.orchestra.run.smithi042.stdout: python3-asyncssh-2.13.2-3.el9.noarch 2024-02-11T08:05:44.479 INFO:teuthology.orchestra.run.smithi042.stdout: python3-babel-2.9.1-2.el9.noarch 2024-02-11T08:05:44.479 INFO:teuthology.orchestra.run.smithi042.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-02-11T08:05:44.479 INFO:teuthology.orchestra.run.smithi042.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-02-11T08:05:44.479 INFO:teuthology.orchestra.run.smithi042.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-02-11T08:05:44.479 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:44.479 INFO:teuthology.orchestra.run.smithi042.stdout:Complete! 2024-02-11T08:05:44.719 DEBUG:teuthology.orchestra.run.smithi042:> sudo yum -y install ceph-fuse 2024-02-11T08:05:44.758 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:01:32 ago on Sun 11 Feb 2024 08:04:12 AM UTC. 2024-02-11T08:05:44.900 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 12/12 2024-02-11T08:05:44.900 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 1/12 2024-02-11T08:05:44.900 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-02-11T08:05:44.900 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-02-11T08:05:44.900 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-02-11T08:05:44.900 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-11T08:05:44.901 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-11T08:05:44.901 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-02-11T08:05:44.901 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-02-11T08:05:44.901 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-02-11T08:05:44.901 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-02-11T08:05:44.901 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-02-11T08:05:44.922 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2024-02-11T08:05:44.923 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T08:05:44.923 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repository Size 2024-02-11T08:05:44.923 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T08:05:44.924 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2024-02-11T08:05:44.924 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-volume noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 264 k 2024-02-11T08:05:44.924 INFO:teuthology.orchestra.run.smithi158.stdout:Installing dependencies: 2024-02-11T08:05:44.924 INFO:teuthology.orchestra.run.smithi158.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-02-11T08:05:44.924 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:44.924 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2024-02-11T08:05:44.924 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T08:05:44.924 INFO:teuthology.orchestra.run.smithi158.stdout:Install 2 Packages 2024-02-11T08:05:44.924 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:44.924 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 332 k 2024-02-11T08:05:44.924 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 1.5 M 2024-02-11T08:05:44.924 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2024-02-11T08:05:45.050 INFO:teuthology.orchestra.run.smithi158.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 548 kB/s | 69 kB 00:00 2024-02-11T08:05:45.317 INFO:teuthology.orchestra.run.smithi042.stdout:Last metadata expiration check: 0:01:32 ago on Sun 11 Feb 2024 08:04:13 AM UTC. 2024-02-11T08:05:45.326 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-02-11T08:05:45.327 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:45.327 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-02-11T08:05:45.327 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T08:05:45.327 INFO:teuthology.orchestra.run.smithi053.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-02-11T08:05:45.327 INFO:teuthology.orchestra.run.smithi053.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-02-11T08:05:45.327 INFO:teuthology.orchestra.run.smithi053.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-02-11T08:05:45.327 INFO:teuthology.orchestra.run.smithi053.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-02-11T08:05:45.327 INFO:teuthology.orchestra.run.smithi053.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-02-11T08:05:45.327 INFO:teuthology.orchestra.run.smithi053.stdout: openblas-0.3.21-2.el9.x86_64 2024-02-11T08:05:45.327 INFO:teuthology.orchestra.run.smithi053.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-02-11T08:05:45.327 INFO:teuthology.orchestra.run.smithi053.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-02-11T08:05:45.327 INFO:teuthology.orchestra.run.smithi053.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-02-11T08:05:45.327 INFO:teuthology.orchestra.run.smithi053.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-02-11T08:05:45.327 INFO:teuthology.orchestra.run.smithi053.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-02-11T08:05:45.327 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:45.328 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-02-11T08:05:45.334 INFO:teuthology.orchestra.run.smithi158.stdout:(2/2): ceph-volume-19.0.0-1367.g14aa01b9.el9.no 645 kB/s | 264 kB 00:00 2024-02-11T08:05:45.335 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:05:45.335 INFO:teuthology.orchestra.run.smithi158.stdout:Total 808 kB/s | 332 kB 00:00 2024-02-11T08:05:45.335 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2024-02-11T08:05:45.344 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2024-02-11T08:05:45.344 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2024-02-11T08:05:45.383 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2024-02-11T08:05:45.383 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2024-02-11T08:05:45.485 INFO:teuthology.orchestra.run.smithi042.stdout:Dependencies resolved. 2024-02-11T08:05:45.486 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T08:05:45.486 INFO:teuthology.orchestra.run.smithi042.stdout: Package Arch Version Repository Size 2024-02-11T08:05:45.486 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T08:05:45.486 INFO:teuthology.orchestra.run.smithi042.stdout:Installing: 2024-02-11T08:05:45.486 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-fuse x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 886 k 2024-02-11T08:05:45.486 INFO:teuthology.orchestra.run.smithi042.stdout:Installing dependencies: 2024-02-11T08:05:45.486 INFO:teuthology.orchestra.run.smithi042.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-02-11T08:05:45.486 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:45.487 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction Summary 2024-02-11T08:05:45.487 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T08:05:45.487 INFO:teuthology.orchestra.run.smithi042.stdout:Install 2 Packages 2024-02-11T08:05:45.487 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:45.487 INFO:teuthology.orchestra.run.smithi042.stdout:Total download size: 965 k 2024-02-11T08:05:45.487 INFO:teuthology.orchestra.run.smithi042.stdout:Installed size: 2.8 M 2024-02-11T08:05:45.487 INFO:teuthology.orchestra.run.smithi042.stdout:Downloading Packages: 2024-02-11T08:05:45.533 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2024-02-11T08:05:45.617 INFO:teuthology.orchestra.run.smithi042.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 608 kB/s | 79 kB 00:00 2024-02-11T08:05:45.711 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-mgr-rook 2024-02-11T08:05:45.719 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-02-11T08:05:45.761 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2/2 2024-02-11T08:05:45.777 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2/2 2024-02-11T08:05:45.777 INFO:teuthology.orchestra.run.smithi158.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T08:05:45.777 INFO:teuthology.orchestra.run.smithi158.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-02-11T08:05:45.777 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:45.959 INFO:teuthology.orchestra.run.smithi042.stdout:(2/2): ceph-fuse-19.0.0-1367.g14aa01b9.el9.x86_ 1.8 MB/s | 886 kB 00:00 2024-02-11T08:05:45.960 INFO:teuthology.orchestra.run.smithi042.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:05:45.960 INFO:teuthology.orchestra.run.smithi042.stdout:Total 2.0 MB/s | 965 kB 00:00 2024-02-11T08:05:45.961 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction check 2024-02-11T08:05:45.982 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction check succeeded. 2024-02-11T08:05:45.982 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction test 2024-02-11T08:05:46.061 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction test succeeded. 2024-02-11T08:05:46.061 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction 2024-02-11T08:05:46.247 INFO:teuthology.orchestra.run.smithi042.stdout: Preparing : 1/1 2024-02-11T08:05:46.311 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:24 ago on Sun 11 Feb 2024 08:04:22 AM UTC. 2024-02-11T08:05:46.390 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-02-11T08:05:46.470 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/2 2024-02-11T08:05:46.480 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-02-11T08:05:46.481 INFO:teuthology.orchestra.run.smithi053.stdout:======================================================================================== 2024-02-11T08:05:46.482 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2024-02-11T08:05:46.482 INFO:teuthology.orchestra.run.smithi053.stdout:======================================================================================== 2024-02-11T08:05:46.482 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-02-11T08:05:46.482 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-rook noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 52 k 2024-02-11T08:05:46.482 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2024-02-11T08:05:46.482 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-02-11T08:05:46.482 INFO:teuthology.orchestra.run.smithi053.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-02-11T08:05:46.482 INFO:teuthology.orchestra.run.smithi053.stdout: python3-google-auth noarch 1:2.27.0-1.el9 epel 203 k 2024-02-11T08:05:46.482 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-02-11T08:05:46.482 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-02-11T08:05:46.482 INFO:teuthology.orchestra.run.smithi053.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-02-11T08:05:46.482 INFO:teuthology.orchestra.run.smithi053.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-02-11T08:05:46.482 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-02-11T08:05:46.482 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-02-11T08:05:46.483 INFO:teuthology.orchestra.run.smithi053.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-02-11T08:05:46.483 INFO:teuthology.orchestra.run.smithi053.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-02-11T08:05:46.483 INFO:teuthology.orchestra.run.smithi053.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-02-11T08:05:46.483 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:46.483 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-02-11T08:05:46.483 INFO:teuthology.orchestra.run.smithi053.stdout:======================================================================================== 2024-02-11T08:05:46.483 INFO:teuthology.orchestra.run.smithi053.stdout:Install 13 Packages 2024-02-11T08:05:46.483 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:46.484 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 2.0 M 2024-02-11T08:05:46.484 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 26 M 2024-02-11T08:05:46.484 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-02-11T08:05:46.596 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 1/2 2024-02-11T08:05:46.946 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-02-11T08:05:46.946 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:46.946 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2024-02-11T08:05:46.946 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T08:05:46.946 INFO:teuthology.orchestra.run.smithi158.stdout: python3-packaging-20.9-5.el9.noarch 2024-02-11T08:05:46.946 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:46.946 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2024-02-11T08:05:46.973 INFO:teuthology.orchestra.run.smithi053.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 196 kB/s | 24 kB 00:00 2024-02-11T08:05:46.999 INFO:teuthology.orchestra.run.smithi053.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 120 kB/s | 18 kB 00:00 2024-02-11T08:05:47.049 INFO:teuthology.orchestra.run.smithi053.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.3 MB/s | 174 kB 00:00 2024-02-11T08:05:47.074 INFO:teuthology.orchestra.run.smithi053.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-02-11T08:05:47.099 INFO:teuthology.orchestra.run.smithi053.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-02-11T08:05:47.125 INFO:teuthology.orchestra.run.smithi053.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 854 kB/s | 43 kB 00:00 2024-02-11T08:05:47.142 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/2 2024-02-11T08:05:47.142 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/2 2024-02-11T08:05:47.150 INFO:teuthology.orchestra.run.smithi053.stdout:(7/13): ceph-mgr-rook-19.0.0-1367.g14aa01b9.el9 173 kB/s | 52 kB 00:00 2024-02-11T08:05:47.292 INFO:teuthology.orchestra.run.smithi053.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 168 kB/s | 32 kB 00:00 2024-02-11T08:05:47.307 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install librados-devel 2024-02-11T08:05:47.325 INFO:teuthology.orchestra.run.smithi053.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 75 kB/s | 15 kB 00:00 2024-02-11T08:05:47.464 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-02-11T08:05:47.464 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:47.464 INFO:teuthology.orchestra.run.smithi042.stdout:Installed: 2024-02-11T08:05:47.464 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-02-11T08:05:47.464 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:47.464 INFO:teuthology.orchestra.run.smithi042.stdout:Complete! 2024-02-11T08:05:47.551 INFO:teuthology.orchestra.run.smithi053.stdout:(10/13): python3-google-auth-2.27.0-1.el9.noarc 575 kB/s | 203 kB 00:00 2024-02-11T08:05:47.751 INFO:teuthology.orchestra.run.smithi053.stdout:(11/13): python3-kubernetes-26.1.0-2.el9.noarch 2.2 MB/s | 1.0 MB 00:00 2024-02-11T08:05:47.764 DEBUG:teuthology.orchestra.run.smithi042:> sudo yum -y install ceph-volume 2024-02-11T08:05:47.776 INFO:teuthology.orchestra.run.smithi053.stdout:(12/13): python3-rsa-4.9-2.el9.noarch.rpm 131 kB/s | 59 kB 00:00 2024-02-11T08:05:47.801 INFO:teuthology.orchestra.run.smithi053.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 359 kB/s | 90 kB 00:00 2024-02-11T08:05:47.806 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:05:47.806 INFO:teuthology.orchestra.run.smithi053.stdout:Total 1.5 MB/s | 2.0 MB 00:01 2024-02-11T08:05:47.806 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-02-11T08:05:47.820 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-02-11T08:05:47.820 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-02-11T08:05:47.905 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:01:35 ago on Sun 11 Feb 2024 08:04:12 AM UTC. 2024-02-11T08:05:47.924 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-02-11T08:05:47.924 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-02-11T08:05:48.068 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2024-02-11T08:05:48.068 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T08:05:48.068 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repo Size 2024-02-11T08:05:48.069 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T08:05:48.069 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2024-02-11T08:05:48.069 INFO:teuthology.orchestra.run.smithi158.stdout: librados-devel x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 127 k 2024-02-11T08:05:48.069 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:48.069 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2024-02-11T08:05:48.069 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T08:05:48.069 INFO:teuthology.orchestra.run.smithi158.stdout:Install 1 Package 2024-02-11T08:05:48.069 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:48.070 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 127 k 2024-02-11T08:05:48.070 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 456 k 2024-02-11T08:05:48.070 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2024-02-11T08:05:48.364 INFO:teuthology.orchestra.run.smithi042.stdout:Last metadata expiration check: 0:01:35 ago on Sun 11 Feb 2024 08:04:13 AM UTC. 2024-02-11T08:05:48.373 INFO:teuthology.orchestra.run.smithi158.stdout:librados-devel-19.0.0-1367.g14aa01b9.el9.x86_64 419 kB/s | 127 kB 00:00 2024-02-11T08:05:48.373 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:05:48.374 INFO:teuthology.orchestra.run.smithi158.stdout:Total 417 kB/s | 127 kB 00:00 2024-02-11T08:05:48.374 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2024-02-11T08:05:48.379 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2024-02-11T08:05:48.379 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2024-02-11T08:05:48.435 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2024-02-11T08:05:48.435 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2024-02-11T08:05:48.455 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-02-11T08:05:48.532 INFO:teuthology.orchestra.run.smithi042.stdout:Dependencies resolved. 2024-02-11T08:05:48.533 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T08:05:48.533 INFO:teuthology.orchestra.run.smithi042.stdout: Package Arch Version Repository Size 2024-02-11T08:05:48.533 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T08:05:48.533 INFO:teuthology.orchestra.run.smithi042.stdout:Installing: 2024-02-11T08:05:48.533 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-volume noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 264 k 2024-02-11T08:05:48.533 INFO:teuthology.orchestra.run.smithi042.stdout:Installing dependencies: 2024-02-11T08:05:48.533 INFO:teuthology.orchestra.run.smithi042.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-02-11T08:05:48.533 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:48.533 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction Summary 2024-02-11T08:05:48.533 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T08:05:48.533 INFO:teuthology.orchestra.run.smithi042.stdout:Install 2 Packages 2024-02-11T08:05:48.533 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:48.534 INFO:teuthology.orchestra.run.smithi042.stdout:Total download size: 332 k 2024-02-11T08:05:48.534 INFO:teuthology.orchestra.run.smithi042.stdout:Installed size: 1.5 M 2024-02-11T08:05:48.534 INFO:teuthology.orchestra.run.smithi042.stdout:Downloading Packages: 2024-02-11T08:05:48.576 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2024-02-11T08:05:48.638 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-02-11T08:05:48.663 INFO:teuthology.orchestra.run.smithi042.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 536 kB/s | 69 kB 00:00 2024-02-11T08:05:48.681 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:05:48.703 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-02-11T08:05:48.767 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-02-11T08:05:48.804 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-02-11T08:05:48.845 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-02-11T08:05:48.905 INFO:teuthology.orchestra.run.smithi042.stdout:(2/2): ceph-volume-19.0.0-1367.g14aa01b9.el9.no 713 kB/s | 264 kB 00:00 2024-02-11T08:05:48.906 INFO:teuthology.orchestra.run.smithi042.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:05:48.906 INFO:teuthology.orchestra.run.smithi042.stdout:Total 892 kB/s | 332 kB 00:00 2024-02-11T08:05:48.906 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction check 2024-02-11T08:05:48.916 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction check succeeded. 2024-02-11T08:05:48.916 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction test 2024-02-11T08:05:48.942 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-02-11T08:05:48.958 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction test succeeded. 2024-02-11T08:05:48.959 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction 2024-02-11T08:05:49.052 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-google-auth-1:2.27.0-1.el9.noarch 7/13 2024-02-11T08:05:49.114 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-02-11T08:05:49.116 INFO:teuthology.orchestra.run.smithi042.stdout: Preparing : 1/1 2024-02-11T08:05:49.217 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:05:49.320 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-02-11T08:05:49.360 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2/2 2024-02-11T08:05:49.375 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2/2 2024-02-11T08:05:49.376 INFO:teuthology.orchestra.run.smithi042.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T08:05:49.376 INFO:teuthology.orchestra.run.smithi042.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-02-11T08:05:49.376 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:49.523 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:05:49.523 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:49.523 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2024-02-11T08:05:49.523 INFO:teuthology.orchestra.run.smithi158.stdout: librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:05:49.523 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:49.523 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2024-02-11T08:05:49.780 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install libcephfs2 2024-02-11T08:05:49.873 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-02-11T08:05:49.926 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-02-11T08:05:49.960 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-02-11T08:05:50.010 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-02-11T08:05:50.038 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 13/13 2024-02-11T08:05:50.131 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 1/2 2024-02-11T08:05:50.377 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:01:38 ago on Sun 11 Feb 2024 08:04:12 AM UTC. 2024-02-11T08:05:50.468 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-02-11T08:05:50.468 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:50.468 INFO:teuthology.orchestra.run.smithi042.stdout:Installed: 2024-02-11T08:05:50.468 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T08:05:50.469 INFO:teuthology.orchestra.run.smithi042.stdout: python3-packaging-20.9-5.el9.noarch 2024-02-11T08:05:50.469 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:50.469 INFO:teuthology.orchestra.run.smithi042.stdout:Complete! 2024-02-11T08:05:50.484 INFO:teuthology.orchestra.run.smithi158.stdout:Package libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T08:05:50.537 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2024-02-11T08:05:50.538 INFO:teuthology.orchestra.run.smithi158.stdout:Nothing to do. 2024-02-11T08:05:50.539 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2024-02-11T08:05:50.636 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install libcephfs-devel 2024-02-11T08:05:50.806 DEBUG:teuthology.orchestra.run.smithi042:> sudo yum -y install librados-devel 2024-02-11T08:05:50.830 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 13/13 2024-02-11T08:05:50.830 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 1/13 2024-02-11T08:05:50.830 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-02-11T08:05:50.830 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-02-11T08:05:50.830 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-02-11T08:05:50.830 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-02-11T08:05:50.830 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-02-11T08:05:50.830 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-02-11T08:05:50.830 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-02-11T08:05:50.830 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-02-11T08:05:50.830 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-google-auth-1:2.27.0-1.el9.noarch 10/13 2024-02-11T08:05:50.831 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-02-11T08:05:50.831 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-02-11T08:05:51.218 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-02-11T08:05:51.219 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:51.219 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-02-11T08:05:51.219 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T08:05:51.219 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-02-11T08:05:51.219 INFO:teuthology.orchestra.run.smithi053.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-02-11T08:05:51.219 INFO:teuthology.orchestra.run.smithi053.stdout: python3-google-auth-1:2.27.0-1.el9.noarch 2024-02-11T08:05:51.219 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-02-11T08:05:51.219 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-02-11T08:05:51.219 INFO:teuthology.orchestra.run.smithi053.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-02-11T08:05:51.219 INFO:teuthology.orchestra.run.smithi053.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-02-11T08:05:51.219 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-02-11T08:05:51.219 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-02-11T08:05:51.220 INFO:teuthology.orchestra.run.smithi053.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-02-11T08:05:51.220 INFO:teuthology.orchestra.run.smithi053.stdout: python3-rsa-4.9-2.el9.noarch 2024-02-11T08:05:51.220 INFO:teuthology.orchestra.run.smithi053.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-02-11T08:05:51.220 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:51.220 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-02-11T08:05:51.227 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:01:39 ago on Sun 11 Feb 2024 08:04:12 AM UTC. 2024-02-11T08:05:51.388 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2024-02-11T08:05:51.389 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T08:05:51.389 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repo Size 2024-02-11T08:05:51.389 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T08:05:51.389 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2024-02-11T08:05:51.389 INFO:teuthology.orchestra.run.smithi158.stdout: libcephfs-devel x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 31 k 2024-02-11T08:05:51.389 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:51.389 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2024-02-11T08:05:51.389 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T08:05:51.389 INFO:teuthology.orchestra.run.smithi158.stdout:Install 1 Package 2024-02-11T08:05:51.390 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:51.390 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 31 k 2024-02-11T08:05:51.390 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 140 k 2024-02-11T08:05:51.390 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2024-02-11T08:05:51.405 INFO:teuthology.orchestra.run.smithi042.stdout:Last metadata expiration check: 0:01:38 ago on Sun 11 Feb 2024 08:04:13 AM UTC. 2024-02-11T08:05:51.465 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-mgr-cephadm 2024-02-11T08:05:51.573 INFO:teuthology.orchestra.run.smithi042.stdout:Dependencies resolved. 2024-02-11T08:05:51.574 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T08:05:51.574 INFO:teuthology.orchestra.run.smithi042.stdout: Package Arch Version Repo Size 2024-02-11T08:05:51.574 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T08:05:51.574 INFO:teuthology.orchestra.run.smithi042.stdout:Installing: 2024-02-11T08:05:51.574 INFO:teuthology.orchestra.run.smithi042.stdout: librados-devel x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 127 k 2024-02-11T08:05:51.574 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:51.574 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction Summary 2024-02-11T08:05:51.574 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T08:05:51.574 INFO:teuthology.orchestra.run.smithi042.stdout:Install 1 Package 2024-02-11T08:05:51.574 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:51.575 INFO:teuthology.orchestra.run.smithi042.stdout:Total download size: 127 k 2024-02-11T08:05:51.575 INFO:teuthology.orchestra.run.smithi042.stdout:Installed size: 456 k 2024-02-11T08:05:51.575 INFO:teuthology.orchestra.run.smithi042.stdout:Downloading Packages: 2024-02-11T08:05:51.626 INFO:teuthology.orchestra.run.smithi158.stdout:libcephfs-devel-19.0.0-1367.g14aa01b9.el9.x86_6 131 kB/s | 31 kB 00:00 2024-02-11T08:05:51.627 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:05:51.627 INFO:teuthology.orchestra.run.smithi158.stdout:Total 131 kB/s | 31 kB 00:00 2024-02-11T08:05:51.628 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2024-02-11T08:05:51.631 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2024-02-11T08:05:51.631 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2024-02-11T08:05:51.666 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2024-02-11T08:05:51.667 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2024-02-11T08:05:51.803 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2024-02-11T08:05:51.893 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:05:51.928 INFO:teuthology.orchestra.run.smithi042.stdout:librados-devel-19.0.0-1367.g14aa01b9.el9.x86_64 358 kB/s | 127 kB 00:00 2024-02-11T08:05:51.929 INFO:teuthology.orchestra.run.smithi042.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:05:51.929 INFO:teuthology.orchestra.run.smithi042.stdout:Total 357 kB/s | 127 kB 00:00 2024-02-11T08:05:51.929 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction check 2024-02-11T08:05:51.936 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction check succeeded. 2024-02-11T08:05:51.936 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction test 2024-02-11T08:05:51.993 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction test succeeded. 2024-02-11T08:05:51.994 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction 2024-02-11T08:05:52.057 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:30 ago on Sun 11 Feb 2024 08:04:22 AM UTC. 2024-02-11T08:05:52.144 INFO:teuthology.orchestra.run.smithi042.stdout: Preparing : 1/1 2024-02-11T08:05:52.224 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-02-11T08:05:52.225 INFO:teuthology.orchestra.run.smithi053.stdout:======================================================================================== 2024-02-11T08:05:52.225 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2024-02-11T08:05:52.225 INFO:teuthology.orchestra.run.smithi053.stdout:======================================================================================== 2024-02-11T08:05:52.225 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-02-11T08:05:52.225 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-cephadm noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 138 k 2024-02-11T08:05:52.225 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2024-02-11T08:05:52.225 INFO:teuthology.orchestra.run.smithi053.stdout: python3-asyncssh noarch 2.13.2-3.el9 epel 548 k 2024-02-11T08:05:52.225 INFO:teuthology.orchestra.run.smithi053.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-02-11T08:05:52.225 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jinja2 noarch 2.11.3-5.el9 CentOS-AppStream 227 k 2024-02-11T08:05:52.225 INFO:teuthology.orchestra.run.smithi053.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-02-11T08:05:52.225 INFO:teuthology.orchestra.run.smithi053.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-02-11T08:05:52.225 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:52.226 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-02-11T08:05:52.226 INFO:teuthology.orchestra.run.smithi053.stdout:======================================================================================== 2024-02-11T08:05:52.226 INFO:teuthology.orchestra.run.smithi053.stdout:Install 6 Packages 2024-02-11T08:05:52.226 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:52.227 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 6.8 M 2024-02-11T08:05:52.227 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 33 M 2024-02-11T08:05:52.227 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-02-11T08:05:52.238 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:05:52.297 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:05:52.436 INFO:teuthology.orchestra.run.smithi053.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.4 MB/s | 227 kB 00:00 2024-02-11T08:05:52.569 INFO:teuthology.orchestra.run.smithi053.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 19 MB/s | 5.8 MB 00:00 2024-02-11T08:05:52.580 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:05:52.581 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:52.581 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2024-02-11T08:05:52.581 INFO:teuthology.orchestra.run.smithi158.stdout: libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:05:52.581 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:52.581 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2024-02-11T08:05:52.686 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:05:52.695 INFO:teuthology.orchestra.run.smithi053.stdout:(3/6): ceph-mgr-cephadm-19.0.0-1367.g14aa01b9.e 326 kB/s | 138 kB 00:00 2024-02-11T08:05:52.725 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install librados2 2024-02-11T08:05:52.989 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:05:52.989 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:52.989 INFO:teuthology.orchestra.run.smithi042.stdout:Installed: 2024-02-11T08:05:52.989 INFO:teuthology.orchestra.run.smithi042.stdout: librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:05:52.989 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:52.989 INFO:teuthology.orchestra.run.smithi042.stdout:Complete! 2024-02-11T08:05:53.120 INFO:teuthology.orchestra.run.smithi053.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 110 kB/s | 58 kB 00:00 2024-02-11T08:05:53.187 INFO:teuthology.orchestra.run.smithi053.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 109 kB/s | 51 kB 00:00 2024-02-11T08:05:53.215 DEBUG:teuthology.orchestra.run.smithi042:> sudo yum -y install libcephfs2 2024-02-11T08:05:53.245 INFO:teuthology.orchestra.run.smithi053.stdout:(6/6): python3-asyncssh-2.13.2-3.el9.noarch.rpm 678 kB/s | 548 kB 00:00 2024-02-11T08:05:53.249 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:05:53.249 INFO:teuthology.orchestra.run.smithi053.stdout:Total 6.6 MB/s | 6.8 MB 00:01 2024-02-11T08:05:53.249 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-02-11T08:05:53.259 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-02-11T08:05:53.259 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-02-11T08:05:53.306 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:01:41 ago on Sun 11 Feb 2024 08:04:12 AM UTC. 2024-02-11T08:05:53.354 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-02-11T08:05:53.355 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-02-11T08:05:53.411 INFO:teuthology.orchestra.run.smithi158.stdout:Package librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T08:05:53.462 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2024-02-11T08:05:53.463 INFO:teuthology.orchestra.run.smithi158.stdout:Nothing to do. 2024-02-11T08:05:53.463 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2024-02-11T08:05:53.506 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install librbd1 2024-02-11T08:05:53.651 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-02-11T08:05:53.809 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-02-11T08:05:53.815 INFO:teuthology.orchestra.run.smithi042.stdout:Last metadata expiration check: 0:01:40 ago on Sun 11 Feb 2024 08:04:13 AM UTC. 2024-02-11T08:05:53.864 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-asyncssh-2.13.2-3.el9.noarch 2/6 2024-02-11T08:05:53.929 INFO:teuthology.orchestra.run.smithi042.stdout:Package libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T08:05:53.985 INFO:teuthology.orchestra.run.smithi042.stdout:Dependencies resolved. 2024-02-11T08:05:53.986 INFO:teuthology.orchestra.run.smithi042.stdout:Nothing to do. 2024-02-11T08:05:53.986 INFO:teuthology.orchestra.run.smithi042.stdout:Complete! 2024-02-11T08:05:54.061 DEBUG:teuthology.orchestra.run.smithi042:> sudo yum -y install libcephfs-devel 2024-02-11T08:05:54.094 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:01:42 ago on Sun 11 Feb 2024 08:04:12 AM UTC. 2024-02-11T08:05:54.200 INFO:teuthology.orchestra.run.smithi158.stdout:Package librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T08:05:54.252 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2024-02-11T08:05:54.253 INFO:teuthology.orchestra.run.smithi158.stdout:Nothing to do. 2024-02-11T08:05:54.253 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2024-02-11T08:05:54.297 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install python3-rados 2024-02-11T08:05:54.419 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-02-11T08:05:54.502 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-02-11T08:05:54.571 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-02-11T08:05:54.609 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 6/6 2024-02-11T08:05:54.655 INFO:teuthology.orchestra.run.smithi042.stdout:Last metadata expiration check: 0:01:41 ago on Sun 11 Feb 2024 08:04:13 AM UTC. 2024-02-11T08:05:54.821 INFO:teuthology.orchestra.run.smithi042.stdout:Dependencies resolved. 2024-02-11T08:05:54.822 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T08:05:54.822 INFO:teuthology.orchestra.run.smithi042.stdout: Package Arch Version Repo Size 2024-02-11T08:05:54.822 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T08:05:54.822 INFO:teuthology.orchestra.run.smithi042.stdout:Installing: 2024-02-11T08:05:54.822 INFO:teuthology.orchestra.run.smithi042.stdout: libcephfs-devel x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 31 k 2024-02-11T08:05:54.822 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:54.823 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction Summary 2024-02-11T08:05:54.823 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T08:05:54.823 INFO:teuthology.orchestra.run.smithi042.stdout:Install 1 Package 2024-02-11T08:05:54.823 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:54.823 INFO:teuthology.orchestra.run.smithi042.stdout:Total download size: 31 k 2024-02-11T08:05:54.823 INFO:teuthology.orchestra.run.smithi042.stdout:Installed size: 140 k 2024-02-11T08:05:54.823 INFO:teuthology.orchestra.run.smithi042.stdout:Downloading Packages: 2024-02-11T08:05:54.889 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:01:42 ago on Sun 11 Feb 2024 08:04:12 AM UTC. 2024-02-11T08:05:54.997 INFO:teuthology.orchestra.run.smithi158.stdout:Package python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T08:05:55.049 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2024-02-11T08:05:55.050 INFO:teuthology.orchestra.run.smithi158.stdout:Nothing to do. 2024-02-11T08:05:55.050 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2024-02-11T08:05:55.066 INFO:teuthology.orchestra.run.smithi042.stdout:libcephfs-devel-19.0.0-1367.g14aa01b9.el9.x86_6 128 kB/s | 31 kB 00:00 2024-02-11T08:05:55.067 INFO:teuthology.orchestra.run.smithi042.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:05:55.067 INFO:teuthology.orchestra.run.smithi042.stdout:Total 127 kB/s | 31 kB 00:00 2024-02-11T08:05:55.067 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction check 2024-02-11T08:05:55.071 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction check succeeded. 2024-02-11T08:05:55.071 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction test 2024-02-11T08:05:55.097 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install python3-rgw 2024-02-11T08:05:55.101 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction test succeeded. 2024-02-11T08:05:55.102 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction 2024-02-11T08:05:55.236 INFO:teuthology.orchestra.run.smithi042.stdout: Preparing : 1/1 2024-02-11T08:05:55.350 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:05:55.414 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 6/6 2024-02-11T08:05:55.414 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/6 2024-02-11T08:05:55.414 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-02-11T08:05:55.414 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-02-11T08:05:55.414 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-asyncssh-2.13.2-3.el9.noarch 4/6 2024-02-11T08:05:55.414 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-02-11T08:05:55.708 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:01:43 ago on Sun 11 Feb 2024 08:04:12 AM UTC. 2024-02-11T08:05:55.744 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-02-11T08:05:55.744 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:55.744 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-02-11T08:05:55.744 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T08:05:55.744 INFO:teuthology.orchestra.run.smithi053.stdout: python3-asyncssh-2.13.2-3.el9.noarch 2024-02-11T08:05:55.744 INFO:teuthology.orchestra.run.smithi053.stdout: python3-babel-2.9.1-2.el9.noarch 2024-02-11T08:05:55.744 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-02-11T08:05:55.744 INFO:teuthology.orchestra.run.smithi053.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-02-11T08:05:55.744 INFO:teuthology.orchestra.run.smithi053.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-02-11T08:05:55.744 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:55.744 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-02-11T08:05:55.774 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:05:55.816 INFO:teuthology.orchestra.run.smithi158.stdout:Package python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T08:05:55.869 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2024-02-11T08:05:55.870 INFO:teuthology.orchestra.run.smithi158.stdout:Nothing to do. 2024-02-11T08:05:55.870 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2024-02-11T08:05:55.917 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install python3-cephfs 2024-02-11T08:05:55.980 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-fuse 2024-02-11T08:05:56.061 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:05:56.061 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:56.061 INFO:teuthology.orchestra.run.smithi042.stdout:Installed: 2024-02-11T08:05:56.061 INFO:teuthology.orchestra.run.smithi042.stdout: libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:05:56.061 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:05:56.061 INFO:teuthology.orchestra.run.smithi042.stdout:Complete! 2024-02-11T08:05:56.210 DEBUG:teuthology.orchestra.run.smithi042:> sudo yum -y install librados2 2024-02-11T08:05:56.503 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:01:44 ago on Sun 11 Feb 2024 08:04:12 AM UTC. 2024-02-11T08:05:56.574 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:34 ago on Sun 11 Feb 2024 08:04:22 AM UTC. 2024-02-11T08:05:56.612 INFO:teuthology.orchestra.run.smithi158.stdout:Package python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T08:05:56.664 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2024-02-11T08:05:56.668 INFO:teuthology.orchestra.run.smithi158.stdout:Nothing to do. 2024-02-11T08:05:56.669 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2024-02-11T08:05:56.709 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install python3-rbd 2024-02-11T08:05:56.742 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-02-11T08:05:56.742 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T08:05:56.742 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2024-02-11T08:05:56.742 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T08:05:56.742 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-02-11T08:05:56.742 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-fuse x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 886 k 2024-02-11T08:05:56.743 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2024-02-11T08:05:56.743 INFO:teuthology.orchestra.run.smithi053.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-02-11T08:05:56.743 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:56.743 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-02-11T08:05:56.743 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T08:05:56.743 INFO:teuthology.orchestra.run.smithi053.stdout:Install 2 Packages 2024-02-11T08:05:56.743 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:56.744 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 965 k 2024-02-11T08:05:56.744 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 2.8 M 2024-02-11T08:05:56.744 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-02-11T08:05:56.803 INFO:teuthology.orchestra.run.smithi042.stdout:Last metadata expiration check: 0:01:43 ago on Sun 11 Feb 2024 08:04:13 AM UTC. 2024-02-11T08:05:56.871 INFO:teuthology.orchestra.run.smithi053.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 615 kB/s | 79 kB 00:00 2024-02-11T08:05:56.913 INFO:teuthology.orchestra.run.smithi042.stdout:Package librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T08:05:56.967 INFO:teuthology.orchestra.run.smithi042.stdout:Dependencies resolved. 2024-02-11T08:05:56.968 INFO:teuthology.orchestra.run.smithi042.stdout:Nothing to do. 2024-02-11T08:05:56.968 INFO:teuthology.orchestra.run.smithi042.stdout:Complete! 2024-02-11T08:05:57.017 DEBUG:teuthology.orchestra.run.smithi042:> sudo yum -y install librbd1 2024-02-11T08:05:57.315 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:01:45 ago on Sun 11 Feb 2024 08:04:12 AM UTC. 2024-02-11T08:05:57.434 INFO:teuthology.orchestra.run.smithi158.stdout:Package python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T08:05:57.472 INFO:teuthology.orchestra.run.smithi053.stdout:(2/2): ceph-fuse-19.0.0-1367.g14aa01b9.el9.x86_ 1.2 MB/s | 886 kB 00:00 2024-02-11T08:05:57.473 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:05:57.473 INFO:teuthology.orchestra.run.smithi053.stdout:Total 1.3 MB/s | 965 kB 00:00 2024-02-11T08:05:57.474 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-02-11T08:05:57.489 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2024-02-11T08:05:57.490 INFO:teuthology.orchestra.run.smithi158.stdout:Nothing to do. 2024-02-11T08:05:57.490 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2024-02-11T08:05:57.496 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-02-11T08:05:57.496 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-02-11T08:05:57.543 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install rbd-fuse 2024-02-11T08:05:57.578 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-02-11T08:05:57.578 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-02-11T08:05:57.610 INFO:teuthology.orchestra.run.smithi042.stdout:Last metadata expiration check: 0:01:44 ago on Sun 11 Feb 2024 08:04:13 AM UTC. 2024-02-11T08:05:57.718 INFO:teuthology.orchestra.run.smithi042.stdout:Package librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T08:05:57.764 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-02-11T08:05:57.772 INFO:teuthology.orchestra.run.smithi042.stdout:Dependencies resolved. 2024-02-11T08:05:57.774 INFO:teuthology.orchestra.run.smithi042.stdout:Nothing to do. 2024-02-11T08:05:57.774 INFO:teuthology.orchestra.run.smithi042.stdout:Complete! 2024-02-11T08:05:57.825 DEBUG:teuthology.orchestra.run.smithi042:> sudo yum -y install python3-rados 2024-02-11T08:05:57.902 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-02-11T08:05:57.974 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/2 2024-02-11T08:05:58.157 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:01:46 ago on Sun 11 Feb 2024 08:04:12 AM UTC. 2024-02-11T08:05:58.321 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2024-02-11T08:05:58.322 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T08:05:58.322 INFO:teuthology.orchestra.run.smithi158.stdout: Package Architecture Version Repository Size 2024-02-11T08:05:58.322 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T08:05:58.322 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2024-02-11T08:05:58.322 INFO:teuthology.orchestra.run.smithi158.stdout: rbd-fuse x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 85 k 2024-02-11T08:05:58.322 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:58.322 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2024-02-11T08:05:58.323 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T08:05:58.323 INFO:teuthology.orchestra.run.smithi158.stdout:Install 1 Package 2024-02-11T08:05:58.323 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:58.323 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 85 k 2024-02-11T08:05:58.323 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 231 k 2024-02-11T08:05:58.323 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2024-02-11T08:05:58.422 INFO:teuthology.orchestra.run.smithi042.stdout:Last metadata expiration check: 0:01:45 ago on Sun 11 Feb 2024 08:04:13 AM UTC. 2024-02-11T08:05:58.533 INFO:teuthology.orchestra.run.smithi042.stdout:Package python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T08:05:58.588 INFO:teuthology.orchestra.run.smithi042.stdout:Dependencies resolved. 2024-02-11T08:05:58.589 INFO:teuthology.orchestra.run.smithi042.stdout:Nothing to do. 2024-02-11T08:05:58.590 INFO:teuthology.orchestra.run.smithi042.stdout:Complete! 2024-02-11T08:05:58.630 INFO:teuthology.orchestra.run.smithi158.stdout:rbd-fuse-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 278 kB/s | 85 kB 00:00 2024-02-11T08:05:58.630 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:05:58.631 INFO:teuthology.orchestra.run.smithi158.stdout:Total 277 kB/s | 85 kB 00:00 2024-02-11T08:05:58.631 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2024-02-11T08:05:58.638 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2024-02-11T08:05:58.638 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2024-02-11T08:05:58.644 DEBUG:teuthology.orchestra.run.smithi042:> sudo yum -y install python3-rgw 2024-02-11T08:05:58.647 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/2 2024-02-11T08:05:58.647 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/2 2024-02-11T08:05:58.693 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2024-02-11T08:05:58.694 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2024-02-11T08:05:58.857 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2024-02-11T08:05:58.970 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:05:58.980 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-02-11T08:05:58.980 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:58.980 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-02-11T08:05:58.980 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-02-11T08:05:58.980 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:05:58.980 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-02-11T08:05:59.238 INFO:teuthology.orchestra.run.smithi042.stdout:Last metadata expiration check: 0:01:46 ago on Sun 11 Feb 2024 08:04:13 AM UTC. 2024-02-11T08:05:59.295 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-volume 2024-02-11T08:05:59.348 INFO:teuthology.orchestra.run.smithi042.stdout:Package python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T08:05:59.403 INFO:teuthology.orchestra.run.smithi042.stdout:Dependencies resolved. 2024-02-11T08:05:59.404 INFO:teuthology.orchestra.run.smithi042.stdout:Nothing to do. 2024-02-11T08:05:59.404 INFO:teuthology.orchestra.run.smithi042.stdout:Complete! 2024-02-11T08:05:59.435 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:05:59.460 DEBUG:teuthology.orchestra.run.smithi042:> sudo yum -y install python3-cephfs 2024-02-11T08:05:59.778 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:05:59.779 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:59.779 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2024-02-11T08:05:59.779 INFO:teuthology.orchestra.run.smithi158.stdout: rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:05:59.779 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:05:59.779 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2024-02-11T08:05:59.895 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:37 ago on Sun 11 Feb 2024 08:04:22 AM UTC. 2024-02-11T08:05:59.996 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install rbd-mirror 2024-02-11T08:06:00.054 INFO:teuthology.orchestra.run.smithi042.stdout:Last metadata expiration check: 0:01:47 ago on Sun 11 Feb 2024 08:04:13 AM UTC. 2024-02-11T08:06:00.062 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-02-11T08:06:00.063 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T08:06:00.063 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2024-02-11T08:06:00.063 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T08:06:00.063 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-02-11T08:06:00.063 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-volume noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 264 k 2024-02-11T08:06:00.063 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2024-02-11T08:06:00.063 INFO:teuthology.orchestra.run.smithi053.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-02-11T08:06:00.063 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:06:00.063 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-02-11T08:06:00.063 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T08:06:00.064 INFO:teuthology.orchestra.run.smithi053.stdout:Install 2 Packages 2024-02-11T08:06:00.064 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:06:00.064 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 332 k 2024-02-11T08:06:00.064 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 1.5 M 2024-02-11T08:06:00.064 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-02-11T08:06:00.166 INFO:teuthology.orchestra.run.smithi042.stdout:Package python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T08:06:00.192 INFO:teuthology.orchestra.run.smithi053.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 539 kB/s | 69 kB 00:00 2024-02-11T08:06:00.220 INFO:teuthology.orchestra.run.smithi042.stdout:Dependencies resolved. 2024-02-11T08:06:00.221 INFO:teuthology.orchestra.run.smithi042.stdout:Nothing to do. 2024-02-11T08:06:00.221 INFO:teuthology.orchestra.run.smithi042.stdout:Complete! 2024-02-11T08:06:00.273 DEBUG:teuthology.orchestra.run.smithi042:> sudo yum -y install python3-rbd 2024-02-11T08:06:00.589 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:01:48 ago on Sun 11 Feb 2024 08:04:12 AM UTC. 2024-02-11T08:06:00.601 INFO:teuthology.orchestra.run.smithi053.stdout:(2/2): ceph-volume-19.0.0-1367.g14aa01b9.el9.no 492 kB/s | 264 kB 00:00 2024-02-11T08:06:00.602 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:06:00.602 INFO:teuthology.orchestra.run.smithi053.stdout:Total 617 kB/s | 332 kB 00:00 2024-02-11T08:06:00.602 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-02-11T08:06:00.612 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-02-11T08:06:00.612 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-02-11T08:06:00.660 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-02-11T08:06:00.661 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-02-11T08:06:00.753 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2024-02-11T08:06:00.753 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T08:06:00.753 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repo Size 2024-02-11T08:06:00.754 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T08:06:00.754 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2024-02-11T08:06:00.754 INFO:teuthology.orchestra.run.smithi158.stdout: rbd-mirror x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.1 M 2024-02-11T08:06:00.754 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:06:00.754 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2024-02-11T08:06:00.754 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T08:06:00.754 INFO:teuthology.orchestra.run.smithi158.stdout:Install 1 Package 2024-02-11T08:06:00.754 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:06:00.754 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 3.1 M 2024-02-11T08:06:00.754 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 13 M 2024-02-11T08:06:00.754 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2024-02-11T08:06:00.818 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-02-11T08:06:00.871 INFO:teuthology.orchestra.run.smithi042.stdout:Last metadata expiration check: 0:01:47 ago on Sun 11 Feb 2024 08:04:13 AM UTC. 2024-02-11T08:06:00.982 INFO:teuthology.orchestra.run.smithi042.stdout:Package python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T08:06:01.006 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-02-11T08:06:01.037 INFO:teuthology.orchestra.run.smithi042.stdout:Dependencies resolved. 2024-02-11T08:06:01.038 INFO:teuthology.orchestra.run.smithi042.stdout:Nothing to do. 2024-02-11T08:06:01.038 INFO:teuthology.orchestra.run.smithi042.stdout:Complete! 2024-02-11T08:06:01.045 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2/2 2024-02-11T08:06:01.060 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2/2 2024-02-11T08:06:01.060 INFO:teuthology.orchestra.run.smithi053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T08:06:01.060 INFO:teuthology.orchestra.run.smithi053.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-02-11T08:06:01.060 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:06:01.090 DEBUG:teuthology.orchestra.run.smithi042:> sudo yum -y install rbd-fuse 2024-02-11T08:06:01.694 INFO:teuthology.orchestra.run.smithi042.stdout:Last metadata expiration check: 0:01:48 ago on Sun 11 Feb 2024 08:04:13 AM UTC. 2024-02-11T08:06:01.818 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 1/2 2024-02-11T08:06:01.866 INFO:teuthology.orchestra.run.smithi042.stdout:Dependencies resolved. 2024-02-11T08:06:01.867 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T08:06:01.867 INFO:teuthology.orchestra.run.smithi042.stdout: Package Architecture Version Repository Size 2024-02-11T08:06:01.867 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T08:06:01.867 INFO:teuthology.orchestra.run.smithi042.stdout:Installing: 2024-02-11T08:06:01.867 INFO:teuthology.orchestra.run.smithi042.stdout: rbd-fuse x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 85 k 2024-02-11T08:06:01.867 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:06:01.867 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction Summary 2024-02-11T08:06:01.868 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T08:06:01.868 INFO:teuthology.orchestra.run.smithi042.stdout:Install 1 Package 2024-02-11T08:06:01.868 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:06:01.868 INFO:teuthology.orchestra.run.smithi042.stdout:Total download size: 85 k 2024-02-11T08:06:01.868 INFO:teuthology.orchestra.run.smithi042.stdout:Installed size: 231 k 2024-02-11T08:06:01.868 INFO:teuthology.orchestra.run.smithi042.stdout:Downloading Packages: 2024-02-11T08:06:02.066 INFO:teuthology.orchestra.run.smithi158.stdout:rbd-mirror-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 2.4 MB/s | 3.1 MB 00:01 2024-02-11T08:06:02.067 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:06:02.067 INFO:teuthology.orchestra.run.smithi158.stdout:Total 2.3 MB/s | 3.1 MB 00:01 2024-02-11T08:06:02.067 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2024-02-11T08:06:02.076 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2024-02-11T08:06:02.076 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2024-02-11T08:06:02.149 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2024-02-11T08:06:02.149 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2024-02-11T08:06:02.175 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-02-11T08:06:02.175 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:06:02.176 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-02-11T08:06:02.176 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-11T08:06:02.176 INFO:teuthology.orchestra.run.smithi053.stdout: python3-packaging-20.9-5.el9.noarch 2024-02-11T08:06:02.176 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:06:02.176 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-02-11T08:06:02.228 INFO:teuthology.orchestra.run.smithi042.stdout:rbd-fuse-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 237 kB/s | 85 kB 00:00 2024-02-11T08:06:02.228 INFO:teuthology.orchestra.run.smithi042.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:06:02.229 INFO:teuthology.orchestra.run.smithi042.stdout:Total 236 kB/s | 85 kB 00:00 2024-02-11T08:06:02.229 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction check 2024-02-11T08:06:02.237 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction check succeeded. 2024-02-11T08:06:02.237 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction test 2024-02-11T08:06:02.294 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction test succeeded. 2024-02-11T08:06:02.294 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction 2024-02-11T08:06:02.450 INFO:teuthology.orchestra.run.smithi042.stdout: Preparing : 1/1 2024-02-11T08:06:02.507 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install librados-devel 2024-02-11T08:06:02.554 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:06:02.571 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2024-02-11T08:06:02.642 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:06:02.668 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:06:02.668 INFO:teuthology.orchestra.run.smithi158.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T08:06:02.668 INFO:teuthology.orchestra.run.smithi158.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-02-11T08:06:02.668 INFO:teuthology.orchestra.run.smithi158.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-11T08:06:02.668 INFO:teuthology.orchestra.run.smithi158.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-11T08:06:02.668 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:06:02.960 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:06:03.106 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:41 ago on Sun 11 Feb 2024 08:04:22 AM UTC. 2024-02-11T08:06:03.273 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-02-11T08:06:03.274 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T08:06:03.274 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repo Size 2024-02-11T08:06:03.274 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T08:06:03.274 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-02-11T08:06:03.274 INFO:teuthology.orchestra.run.smithi053.stdout: librados-devel x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 127 k 2024-02-11T08:06:03.274 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:06:03.274 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-02-11T08:06:03.274 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T08:06:03.274 INFO:teuthology.orchestra.run.smithi053.stdout:Install 1 Package 2024-02-11T08:06:03.274 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:06:03.274 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 127 k 2024-02-11T08:06:03.274 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 456 k 2024-02-11T08:06:03.274 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-02-11T08:06:03.294 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:06:03.294 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:06:03.294 INFO:teuthology.orchestra.run.smithi042.stdout:Installed: 2024-02-11T08:06:03.294 INFO:teuthology.orchestra.run.smithi042.stdout: rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:06:03.294 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:06:03.294 INFO:teuthology.orchestra.run.smithi042.stdout:Complete! 2024-02-11T08:06:03.515 DEBUG:teuthology.orchestra.run.smithi042:> sudo yum -y install rbd-mirror 2024-02-11T08:06:03.599 INFO:teuthology.orchestra.run.smithi053.stdout:librados-devel-19.0.0-1367.g14aa01b9.el9.x86_64 390 kB/s | 127 kB 00:00 2024-02-11T08:06:03.600 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:06:03.600 INFO:teuthology.orchestra.run.smithi053.stdout:Total 389 kB/s | 127 kB 00:00 2024-02-11T08:06:03.600 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-02-11T08:06:03.606 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-02-11T08:06:03.606 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-02-11T08:06:03.665 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-02-11T08:06:03.665 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-02-11T08:06:03.819 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-02-11T08:06:03.874 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:06:03.874 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:06:03.874 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2024-02-11T08:06:03.874 INFO:teuthology.orchestra.run.smithi158.stdout: rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:06:03.874 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:06:03.874 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2024-02-11T08:06:03.934 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:06:04.110 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install rbd-nbd 2024-02-11T08:06:04.116 INFO:teuthology.orchestra.run.smithi042.stdout:Last metadata expiration check: 0:01:51 ago on Sun 11 Feb 2024 08:04:13 AM UTC. 2024-02-11T08:06:04.284 INFO:teuthology.orchestra.run.smithi042.stdout:Dependencies resolved. 2024-02-11T08:06:04.285 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T08:06:04.285 INFO:teuthology.orchestra.run.smithi042.stdout: Package Arch Version Repo Size 2024-02-11T08:06:04.285 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T08:06:04.285 INFO:teuthology.orchestra.run.smithi042.stdout:Installing: 2024-02-11T08:06:04.285 INFO:teuthology.orchestra.run.smithi042.stdout: rbd-mirror x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.1 M 2024-02-11T08:06:04.285 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:06:04.285 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction Summary 2024-02-11T08:06:04.285 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T08:06:04.286 INFO:teuthology.orchestra.run.smithi042.stdout:Install 1 Package 2024-02-11T08:06:04.286 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:06:04.286 INFO:teuthology.orchestra.run.smithi042.stdout:Total download size: 3.1 M 2024-02-11T08:06:04.286 INFO:teuthology.orchestra.run.smithi042.stdout:Installed size: 13 M 2024-02-11T08:06:04.286 INFO:teuthology.orchestra.run.smithi042.stdout:Downloading Packages: 2024-02-11T08:06:04.381 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:06:04.672 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:06:04.672 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:06:04.672 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-02-11T08:06:04.672 INFO:teuthology.orchestra.run.smithi053.stdout: librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:06:04.672 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:06:04.672 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-02-11T08:06:04.713 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:01:52 ago on Sun 11 Feb 2024 08:04:12 AM UTC. 2024-02-11T08:06:04.830 INFO:teuthology.orchestra.run.smithi042.stdout:rbd-mirror-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 5.7 MB/s | 3.1 MB 00:00 2024-02-11T08:06:04.831 INFO:teuthology.orchestra.run.smithi042.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:06:04.831 INFO:teuthology.orchestra.run.smithi042.stdout:Total 5.7 MB/s | 3.1 MB 00:00 2024-02-11T08:06:04.831 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction check 2024-02-11T08:06:04.842 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction check succeeded. 2024-02-11T08:06:04.842 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction test 2024-02-11T08:06:04.869 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2024-02-11T08:06:04.869 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T08:06:04.870 INFO:teuthology.orchestra.run.smithi158.stdout: Package Architecture Version Repository Size 2024-02-11T08:06:04.870 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T08:06:04.870 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2024-02-11T08:06:04.870 INFO:teuthology.orchestra.run.smithi158.stdout: rbd-nbd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 171 k 2024-02-11T08:06:04.870 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:06:04.870 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2024-02-11T08:06:04.870 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-11T08:06:04.870 INFO:teuthology.orchestra.run.smithi158.stdout:Install 1 Package 2024-02-11T08:06:04.870 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:06:04.871 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 171 k 2024-02-11T08:06:04.871 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 494 k 2024-02-11T08:06:04.871 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2024-02-11T08:06:04.918 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction test succeeded. 2024-02-11T08:06:04.919 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction 2024-02-11T08:06:04.927 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install libcephfs2 2024-02-11T08:06:05.211 INFO:teuthology.orchestra.run.smithi158.stdout:rbd-nbd-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 502 kB/s | 171 kB 00:00 2024-02-11T08:06:05.212 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:06:05.212 INFO:teuthology.orchestra.run.smithi158.stdout:Total 499 kB/s | 171 kB 00:00 2024-02-11T08:06:05.212 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2024-02-11T08:06:05.220 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2024-02-11T08:06:05.220 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2024-02-11T08:06:05.280 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2024-02-11T08:06:05.280 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2024-02-11T08:06:05.366 INFO:teuthology.orchestra.run.smithi042.stdout: Preparing : 1/1 2024-02-11T08:06:05.431 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:06:05.433 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2024-02-11T08:06:05.456 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:06:05.456 INFO:teuthology.orchestra.run.smithi042.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T08:06:05.456 INFO:teuthology.orchestra.run.smithi042.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-02-11T08:06:05.456 INFO:teuthology.orchestra.run.smithi042.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-11T08:06:05.456 INFO:teuthology.orchestra.run.smithi042.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-11T08:06:05.456 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:06:05.526 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:43 ago on Sun 11 Feb 2024 08:04:22 AM UTC. 2024-02-11T08:06:05.544 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:06:05.637 INFO:teuthology.orchestra.run.smithi053.stdout:Package libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T08:06:05.695 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-02-11T08:06:05.696 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2024-02-11T08:06:05.696 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-02-11T08:06:05.765 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install libcephfs-devel 2024-02-11T08:06:06.016 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:06:06.292 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:06:06.292 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:06:06.292 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2024-02-11T08:06:06.292 INFO:teuthology.orchestra.run.smithi158.stdout: rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:06:06.292 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-11T08:06:06.292 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2024-02-11T08:06:06.361 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:44 ago on Sun 11 Feb 2024 08:04:22 AM UTC. 2024-02-11T08:06:06.529 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-02-11T08:06:06.530 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T08:06:06.530 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repo Size 2024-02-11T08:06:06.530 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T08:06:06.531 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-02-11T08:06:06.531 INFO:teuthology.orchestra.run.smithi053.stdout: libcephfs-devel x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 31 k 2024-02-11T08:06:06.531 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:06:06.531 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-02-11T08:06:06.531 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T08:06:06.531 INFO:teuthology.orchestra.run.smithi053.stdout:Install 1 Package 2024-02-11T08:06:06.531 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:06:06.531 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 31 k 2024-02-11T08:06:06.531 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 140 k 2024-02-11T08:06:06.531 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-02-11T08:06:06.545 DEBUG:teuthology.parallel:result is None 2024-02-11T08:06:06.549 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:06:06.549 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:06:06.549 INFO:teuthology.orchestra.run.smithi042.stdout:Installed: 2024-02-11T08:06:06.549 INFO:teuthology.orchestra.run.smithi042.stdout: rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:06:06.549 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:06:06.549 INFO:teuthology.orchestra.run.smithi042.stdout:Complete! 2024-02-11T08:06:06.778 INFO:teuthology.orchestra.run.smithi053.stdout:libcephfs-devel-19.0.0-1367.g14aa01b9.el9.x86_6 127 kB/s | 31 kB 00:00 2024-02-11T08:06:06.778 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:06:06.778 INFO:teuthology.orchestra.run.smithi053.stdout:Total 126 kB/s | 31 kB 00:00 2024-02-11T08:06:06.778 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-02-11T08:06:06.782 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-02-11T08:06:06.782 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-02-11T08:06:06.800 DEBUG:teuthology.orchestra.run.smithi042:> sudo yum -y install rbd-nbd 2024-02-11T08:06:06.823 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-02-11T08:06:06.823 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-02-11T08:06:06.958 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-02-11T08:06:07.078 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:06:07.398 INFO:teuthology.orchestra.run.smithi042.stdout:Last metadata expiration check: 0:01:54 ago on Sun 11 Feb 2024 08:04:13 AM UTC. 2024-02-11T08:06:07.475 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:06:07.561 INFO:teuthology.orchestra.run.smithi042.stdout:Dependencies resolved. 2024-02-11T08:06:07.562 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T08:06:07.562 INFO:teuthology.orchestra.run.smithi042.stdout: Package Architecture Version Repository Size 2024-02-11T08:06:07.562 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T08:06:07.562 INFO:teuthology.orchestra.run.smithi042.stdout:Installing: 2024-02-11T08:06:07.562 INFO:teuthology.orchestra.run.smithi042.stdout: rbd-nbd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 171 k 2024-02-11T08:06:07.562 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:06:07.562 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction Summary 2024-02-11T08:06:07.562 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2024-02-11T08:06:07.562 INFO:teuthology.orchestra.run.smithi042.stdout:Install 1 Package 2024-02-11T08:06:07.562 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:06:07.563 INFO:teuthology.orchestra.run.smithi042.stdout:Total download size: 171 k 2024-02-11T08:06:07.563 INFO:teuthology.orchestra.run.smithi042.stdout:Installed size: 494 k 2024-02-11T08:06:07.563 INFO:teuthology.orchestra.run.smithi042.stdout:Downloading Packages: 2024-02-11T08:06:07.765 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:06:07.765 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:06:07.765 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-02-11T08:06:07.765 INFO:teuthology.orchestra.run.smithi053.stdout: libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:06:07.765 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:06:07.765 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-02-11T08:06:07.917 INFO:teuthology.orchestra.run.smithi042.stdout:rbd-nbd-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 482 kB/s | 171 kB 00:00 2024-02-11T08:06:07.918 INFO:teuthology.orchestra.run.smithi042.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:06:07.918 INFO:teuthology.orchestra.run.smithi042.stdout:Total 480 kB/s | 171 kB 00:00 2024-02-11T08:06:07.918 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction check 2024-02-11T08:06:07.920 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install librados2 2024-02-11T08:06:07.927 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction check succeeded. 2024-02-11T08:06:07.927 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction test 2024-02-11T08:06:07.990 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction test succeeded. 2024-02-11T08:06:07.990 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction 2024-02-11T08:06:08.145 INFO:teuthology.orchestra.run.smithi042.stdout: Preparing : 1/1 2024-02-11T08:06:08.243 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:06:08.515 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:46 ago on Sun 11 Feb 2024 08:04:22 AM UTC. 2024-02-11T08:06:08.625 INFO:teuthology.orchestra.run.smithi053.stdout:Package librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T08:06:08.674 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:06:08.679 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-02-11T08:06:08.680 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2024-02-11T08:06:08.681 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-02-11T08:06:08.726 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install librbd1 2024-02-11T08:06:08.984 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:06:08.984 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:06:08.984 INFO:teuthology.orchestra.run.smithi042.stdout:Installed: 2024-02-11T08:06:08.984 INFO:teuthology.orchestra.run.smithi042.stdout: rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:06:08.985 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:06:08.985 INFO:teuthology.orchestra.run.smithi042.stdout:Complete! 2024-02-11T08:06:09.248 DEBUG:teuthology.parallel:result is None 2024-02-11T08:06:09.321 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:47 ago on Sun 11 Feb 2024 08:04:22 AM UTC. 2024-02-11T08:06:09.429 INFO:teuthology.orchestra.run.smithi053.stdout:Package librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T08:06:09.483 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-02-11T08:06:09.484 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2024-02-11T08:06:09.485 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-02-11T08:06:09.530 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install python3-rados 2024-02-11T08:06:10.123 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:48 ago on Sun 11 Feb 2024 08:04:22 AM UTC. 2024-02-11T08:06:10.233 INFO:teuthology.orchestra.run.smithi053.stdout:Package python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T08:06:10.288 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-02-11T08:06:10.289 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2024-02-11T08:06:10.289 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-02-11T08:06:10.337 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install python3-rgw 2024-02-11T08:06:10.932 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:48 ago on Sun 11 Feb 2024 08:04:22 AM UTC. 2024-02-11T08:06:11.043 INFO:teuthology.orchestra.run.smithi053.stdout:Package python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T08:06:11.097 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-02-11T08:06:11.098 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2024-02-11T08:06:11.098 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-02-11T08:06:11.142 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install python3-cephfs 2024-02-11T08:06:11.734 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:49 ago on Sun 11 Feb 2024 08:04:22 AM UTC. 2024-02-11T08:06:11.844 INFO:teuthology.orchestra.run.smithi053.stdout:Package python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T08:06:11.898 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-02-11T08:06:11.900 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2024-02-11T08:06:11.900 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-02-11T08:06:11.950 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install python3-rbd 2024-02-11T08:06:12.545 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:50 ago on Sun 11 Feb 2024 08:04:22 AM UTC. 2024-02-11T08:06:12.659 INFO:teuthology.orchestra.run.smithi053.stdout:Package python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-11T08:06:12.714 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-02-11T08:06:12.716 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2024-02-11T08:06:12.716 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-02-11T08:06:12.763 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install rbd-fuse 2024-02-11T08:06:13.368 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:51 ago on Sun 11 Feb 2024 08:04:22 AM UTC. 2024-02-11T08:06:13.533 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-02-11T08:06:13.533 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T08:06:13.533 INFO:teuthology.orchestra.run.smithi053.stdout: Package Architecture Version Repository Size 2024-02-11T08:06:13.534 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T08:06:13.534 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-02-11T08:06:13.534 INFO:teuthology.orchestra.run.smithi053.stdout: rbd-fuse x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 85 k 2024-02-11T08:06:13.534 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:06:13.534 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-02-11T08:06:13.534 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T08:06:13.534 INFO:teuthology.orchestra.run.smithi053.stdout:Install 1 Package 2024-02-11T08:06:13.534 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:06:13.534 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 85 k 2024-02-11T08:06:13.534 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 231 k 2024-02-11T08:06:13.534 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-02-11T08:06:13.848 INFO:teuthology.orchestra.run.smithi053.stdout:rbd-fuse-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 272 kB/s | 85 kB 00:00 2024-02-11T08:06:13.848 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:06:13.848 INFO:teuthology.orchestra.run.smithi053.stdout:Total 271 kB/s | 85 kB 00:00 2024-02-11T08:06:13.849 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-02-11T08:06:13.856 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-02-11T08:06:13.856 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-02-11T08:06:13.914 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-02-11T08:06:13.915 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-02-11T08:06:14.066 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-02-11T08:06:14.174 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:06:14.822 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:06:15.183 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:06:15.183 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:06:15.183 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-02-11T08:06:15.183 INFO:teuthology.orchestra.run.smithi053.stdout: rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:06:15.183 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:06:15.183 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-02-11T08:06:15.411 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install rbd-mirror 2024-02-11T08:06:16.007 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:54 ago on Sun 11 Feb 2024 08:04:22 AM UTC. 2024-02-11T08:06:16.172 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-02-11T08:06:16.172 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T08:06:16.172 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repo Size 2024-02-11T08:06:16.173 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T08:06:16.173 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-02-11T08:06:16.173 INFO:teuthology.orchestra.run.smithi053.stdout: rbd-mirror x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.1 M 2024-02-11T08:06:16.173 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:06:16.173 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-02-11T08:06:16.173 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T08:06:16.173 INFO:teuthology.orchestra.run.smithi053.stdout:Install 1 Package 2024-02-11T08:06:16.173 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:06:16.173 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 3.1 M 2024-02-11T08:06:16.173 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 13 M 2024-02-11T08:06:16.173 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-02-11T08:06:17.117 INFO:teuthology.orchestra.run.smithi053.stdout:rbd-mirror-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 3.3 MB/s | 3.1 MB 00:00 2024-02-11T08:06:17.117 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:06:17.118 INFO:teuthology.orchestra.run.smithi053.stdout:Total 3.3 MB/s | 3.1 MB 00:00 2024-02-11T08:06:17.118 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-02-11T08:06:17.129 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-02-11T08:06:17.129 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-02-11T08:06:17.206 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-02-11T08:06:17.206 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-02-11T08:06:17.648 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-02-11T08:06:17.718 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:06:17.741 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:06:17.741 INFO:teuthology.orchestra.run.smithi053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-11T08:06:17.742 INFO:teuthology.orchestra.run.smithi053.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-02-11T08:06:17.742 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-11T08:06:17.742 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-11T08:06:17.742 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:06:18.933 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:06:18.933 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:06:18.933 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-02-11T08:06:18.933 INFO:teuthology.orchestra.run.smithi053.stdout: rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:06:18.933 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:06:18.933 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-02-11T08:06:19.177 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install rbd-nbd 2024-02-11T08:06:19.777 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:57 ago on Sun 11 Feb 2024 08:04:22 AM UTC. 2024-02-11T08:06:19.942 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-02-11T08:06:19.942 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T08:06:19.942 INFO:teuthology.orchestra.run.smithi053.stdout: Package Architecture Version Repository Size 2024-02-11T08:06:19.943 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T08:06:19.943 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-02-11T08:06:19.943 INFO:teuthology.orchestra.run.smithi053.stdout: rbd-nbd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 171 k 2024-02-11T08:06:19.943 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:06:19.943 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-02-11T08:06:19.943 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-02-11T08:06:19.943 INFO:teuthology.orchestra.run.smithi053.stdout:Install 1 Package 2024-02-11T08:06:19.943 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:06:19.943 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 171 k 2024-02-11T08:06:19.943 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 494 k 2024-02-11T08:06:19.943 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-02-11T08:06:20.286 INFO:teuthology.orchestra.run.smithi053.stdout:rbd-nbd-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 499 kB/s | 171 kB 00:00 2024-02-11T08:06:20.287 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:06:20.287 INFO:teuthology.orchestra.run.smithi053.stdout:Total 496 kB/s | 171 kB 00:00 2024-02-11T08:06:20.287 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-02-11T08:06:20.295 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-02-11T08:06:20.295 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-02-11T08:06:20.358 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-02-11T08:06:20.358 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-02-11T08:06:20.512 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-02-11T08:06:20.621 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:06:21.078 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:06:21.345 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-11T08:06:21.345 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:06:21.345 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-02-11T08:06:21.345 INFO:teuthology.orchestra.run.smithi053.stdout: rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-11T08:06:21.346 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-02-11T08:06:21.346 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-02-11T08:06:21.616 DEBUG:teuthology.parallel:result is None 2024-02-11T08:06:21.617 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-11T08:06:21.841 DEBUG:teuthology.orchestra.run.smithi042:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-02-11T08:06:21.865 INFO:teuthology.orchestra.run.smithi042.stdout:19.0.0-1367.g14aa01b9.el9 2024-02-11T08:06:21.866 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1367.g14aa01b9.el9 2024-02-11T08:06:21.866 INFO:teuthology.task.install:The correct ceph version 19.0.0-1367.g14aa01b9 is installed. 2024-02-11T08:06:21.868 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-11T08:06:22.084 DEBUG:teuthology.orchestra.run.smithi053:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-02-11T08:06:22.106 INFO:teuthology.orchestra.run.smithi053.stdout:19.0.0-1367.g14aa01b9.el9 2024-02-11T08:06:22.106 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1367.g14aa01b9.el9 2024-02-11T08:06:22.106 INFO:teuthology.task.install:The correct ceph version 19.0.0-1367.g14aa01b9 is installed. 2024-02-11T08:06:22.107 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-11T08:06:22.324 DEBUG:teuthology.orchestra.run.smithi158:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-02-11T08:06:22.349 INFO:teuthology.orchestra.run.smithi158.stdout:19.0.0-1367.g14aa01b9.el9 2024-02-11T08:06:22.349 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1367.g14aa01b9.el9 2024-02-11T08:06:22.349 INFO:teuthology.task.install:The correct ceph version 19.0.0-1367.g14aa01b9 is installed. 2024-02-11T08:06:22.351 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-02-11T08:06:22.351 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2024-02-11T08:06:22.351 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-11T08:06:22.382 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-02-11T08:06:22.382 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-11T08:06:22.412 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2024-02-11T08:06:22.412 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-11T08:06:22.443 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-02-11T08:06:22.444 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2024-02-11T08:06:22.444 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd of=/usr/bin/daemon-helper 2024-02-11T08:06:22.473 DEBUG:teuthology.orchestra.run.smithi042:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-11T08:06:22.543 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-02-11T08:06:22.543 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/usr/bin/daemon-helper 2024-02-11T08:06:22.572 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-11T08:06:22.641 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2024-02-11T08:06:22.641 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd of=/usr/bin/daemon-helper 2024-02-11T08:06:22.673 DEBUG:teuthology.orchestra.run.smithi158:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-11T08:06:22.744 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-02-11T08:06:22.744 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2024-02-11T08:06:22.745 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-11T08:06:22.776 DEBUG:teuthology.orchestra.run.smithi042:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-11T08:06:22.846 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-02-11T08:06:22.846 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-11T08:06:22.875 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-11T08:06:22.944 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2024-02-11T08:06:22.944 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-11T08:06:22.975 DEBUG:teuthology.orchestra.run.smithi158:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-11T08:06:23.045 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-02-11T08:06:23.046 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2024-02-11T08:06:23.046 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd of=/usr/bin/stdin-killer 2024-02-11T08:06:23.076 DEBUG:teuthology.orchestra.run.smithi042:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-11T08:06:23.147 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-02-11T08:06:23.147 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/usr/bin/stdin-killer 2024-02-11T08:06:23.175 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-11T08:06:23.243 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2024-02-11T08:06:23.243 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd of=/usr/bin/stdin-killer 2024-02-11T08:06:23.274 DEBUG:teuthology.orchestra.run.smithi158:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-11T08:06:23.344 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-11T08:06:23.431 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '14aa01b918f09661ae41e4c41d1de99d6ac08228'} 2024-02-11T08:06:23.431 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-11T08:06:23.432 INFO:tasks.cephadm:Cluster fsid is 726a9232-c8b4-11ee-95b9-87774f69a715 2024-02-11T08:06:23.432 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-11T08:06:23.432 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.42', 'mon.b': '172.21.15.53', 'mon.c': '172.21.15.158'} 2024-02-11T08:06:23.432 INFO:tasks.cephadm:First mon is mon.a on smithi042 2024-02-11T08:06:23.432 INFO:tasks.cephadm:First mgr is a 2024-02-11T08:06:23.432 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-11T08:06:23.432 DEBUG:teuthology.orchestra.run.smithi042:> sudo hostname $(hostname -s) 2024-02-11T08:06:23.463 DEBUG:teuthology.orchestra.run.smithi053:> sudo hostname $(hostname -s) 2024-02-11T08:06:23.492 DEBUG:teuthology.orchestra.run.smithi158:> sudo hostname $(hostname -s) 2024-02-11T08:06:23.522 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-02-11T08:06:23.523 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-11T08:06:23.745 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-11T08:06:23.963 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-11T08:06:23.965 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-11T08:06:23.965 DEBUG:teuthology.orchestra.run.smithi042:> 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-11T08:06:24.710 INFO:teuthology.orchestra.run.smithi042.stdout:-rw-r--r--. 1 ubuntu ubuntu 766965 Feb 11 08:06 /home/ubuntu/cephtest/cephadm 2024-02-11T08:06:24.710 DEBUG:teuthology.orchestra.run.smithi053:> 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-11T08:06:25.371 INFO:teuthology.orchestra.run.smithi053.stdout:-rw-r--r--. 1 ubuntu ubuntu 766965 Feb 11 08:06 /home/ubuntu/cephtest/cephadm 2024-02-11T08:06:25.371 DEBUG:teuthology.orchestra.run.smithi158:> 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-11T08:06:26.033 INFO:teuthology.orchestra.run.smithi158.stdout:-rw-r--r--. 1 ubuntu ubuntu 766965 Feb 11 08:06 /home/ubuntu/cephtest/cephadm 2024-02-11T08:06:26.033 DEBUG:teuthology.orchestra.run.smithi042:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-11T08:06:26.051 DEBUG:teuthology.orchestra.run.smithi053:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-11T08:06:26.070 DEBUG:teuthology.orchestra.run.smithi158:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-11T08:06:26.101 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 on all hosts... 2024-02-11T08:06:26.101 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 pull 2024-02-11T08:06:26.103 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 pull 2024-02-11T08:06:26.112 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 pull 2024-02-11T08:06:26.944 INFO:teuthology.orchestra.run.smithi042.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-11T08:06:26.954 INFO:teuthology.orchestra.run.smithi053.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-11T08:06:27.028 INFO:teuthology.orchestra.run.smithi158.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-11T08:06:54.140 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2024-02-11T08:06:54.141 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph_version": "ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev)", 2024-02-11T08:06:54.141 INFO:teuthology.orchestra.run.smithi042.stdout: "image_id": "e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af", 2024-02-11T08:06:54.141 INFO:teuthology.orchestra.run.smithi042.stdout: "repo_digests": [ 2024-02-11T08:06:54.141 INFO:teuthology.orchestra.run.smithi042.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9905a40bafa6e8691504067e6cf6ca63ffb6159ca45f1b6ea1d2b1b7987b1927" 2024-02-11T08:06:54.141 INFO:teuthology.orchestra.run.smithi042.stdout: ] 2024-02-11T08:06:54.142 INFO:teuthology.orchestra.run.smithi042.stdout:} 2024-02-11T08:06:58.859 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-02-11T08:06:58.859 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph_version": "ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev)", 2024-02-11T08:06:58.859 INFO:teuthology.orchestra.run.smithi053.stdout: "image_id": "e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af", 2024-02-11T08:06:58.859 INFO:teuthology.orchestra.run.smithi053.stdout: "repo_digests": [ 2024-02-11T08:06:58.859 INFO:teuthology.orchestra.run.smithi053.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9905a40bafa6e8691504067e6cf6ca63ffb6159ca45f1b6ea1d2b1b7987b1927" 2024-02-11T08:06:58.859 INFO:teuthology.orchestra.run.smithi053.stdout: ] 2024-02-11T08:06:58.859 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-02-11T08:06:58.957 INFO:teuthology.orchestra.run.smithi158.stdout:{ 2024-02-11T08:06:58.957 INFO:teuthology.orchestra.run.smithi158.stdout: "ceph_version": "ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev)", 2024-02-11T08:06:58.957 INFO:teuthology.orchestra.run.smithi158.stdout: "image_id": "e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af", 2024-02-11T08:06:58.957 INFO:teuthology.orchestra.run.smithi158.stdout: "repo_digests": [ 2024-02-11T08:06:58.957 INFO:teuthology.orchestra.run.smithi158.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9905a40bafa6e8691504067e6cf6ca63ffb6159ca45f1b6ea1d2b1b7987b1927" 2024-02-11T08:06:58.957 INFO:teuthology.orchestra.run.smithi158.stdout: ] 2024-02-11T08:06:58.957 INFO:teuthology.orchestra.run.smithi158.stdout:} 2024-02-11T08:06:58.983 DEBUG:teuthology.orchestra.run.smithi042:> sudo mkdir -p /etc/ceph 2024-02-11T08:06:59.017 DEBUG:teuthology.orchestra.run.smithi053:> sudo mkdir -p /etc/ceph 2024-02-11T08:06:59.049 DEBUG:teuthology.orchestra.run.smithi158:> sudo mkdir -p /etc/ceph 2024-02-11T08:06:59.080 DEBUG:teuthology.orchestra.run.smithi042:> sudo chmod 777 /etc/ceph 2024-02-11T08:06:59.110 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod 777 /etc/ceph 2024-02-11T08:06:59.138 DEBUG:teuthology.orchestra.run.smithi158:> sudo chmod 777 /etc/ceph 2024-02-11T08:06:59.165 INFO:tasks.cephadm:Writing seed config... 2024-02-11T08:06:59.166 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-02-11T08:06:59.166 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-11T08:06:59.166 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-11T08:06:59.166 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-02-11T08:06:59.166 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-11T08:06:59.166 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-11T08:06:59.167 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-11T08:06:59.167 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-11T08:06:59.167 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-11T08:06:59.167 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2024-02-11T08:06:59.167 DEBUG:teuthology.orchestra.run.smithi042:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-11T08:06:59.185 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 = 726a9232-c8b4-11ee-95b9-87774f69a715 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-02-11T08:06:59.185 DEBUG:teuthology.orchestra.run.smithi042:mon.a> sudo journalctl -f -n 0 -u ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mon.a.service 2024-02-11T08:06:59.228 DEBUG:teuthology.orchestra.run.smithi042:mgr.a> sudo journalctl -f -n 0 -u ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mgr.a.service 2024-02-11T08:06:59.270 INFO:tasks.cephadm:Bootstrapping... 2024-02-11T08:06:59.271 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 -v bootstrap --fsid 726a9232-c8b4-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.42 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-11T08:06:59.473 INFO:teuthology.orchestra.run.smithi042.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:06:59.473 INFO:teuthology.orchestra.run.smithi042.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228', '-v', 'bootstrap', '--fsid', '726a9232-c8b4-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.42', '--skip-admin-label'] 2024-02-11T08:06:59.497 INFO:teuthology.orchestra.run.smithi042.stdout:/bin/podman: stdout 4.9.3-dev 2024-02-11T08:06:59.498 INFO:teuthology.orchestra.run.smithi042.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-02-11T08:06:59.498 INFO:teuthology.orchestra.run.smithi042.stdout:Verifying podman|docker is present... 2024-02-11T08:06:59.522 INFO:teuthology.orchestra.run.smithi042.stdout:/bin/podman: stdout 4.9.3-dev 2024-02-11T08:06:59.522 INFO:teuthology.orchestra.run.smithi042.stdout:Verifying lvm2 is present... 2024-02-11T08:06:59.522 INFO:teuthology.orchestra.run.smithi042.stdout:Verifying time synchronization is in place... 2024-02-11T08:06:59.529 INFO:teuthology.orchestra.run.smithi042.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-02-11T08:06:59.529 INFO:teuthology.orchestra.run.smithi042.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-11T08:06:59.535 INFO:teuthology.orchestra.run.smithi042.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-02-11T08:06:59.535 INFO:teuthology.orchestra.run.smithi042.stdout:systemctl: stdout inactive 2024-02-11T08:06:59.541 INFO:teuthology.orchestra.run.smithi042.stdout:systemctl: stdout enabled 2024-02-11T08:06:59.547 INFO:teuthology.orchestra.run.smithi042.stdout:systemctl: stdout active 2024-02-11T08:06:59.547 INFO:teuthology.orchestra.run.smithi042.stdout:Unit chronyd.service is enabled and running 2024-02-11T08:06:59.547 INFO:teuthology.orchestra.run.smithi042.stdout:Repeating the final host check... 2024-02-11T08:06:59.570 INFO:teuthology.orchestra.run.smithi042.stdout:/bin/podman: stdout 4.9.3-dev 2024-02-11T08:06:59.571 INFO:teuthology.orchestra.run.smithi042.stdout:podman (/bin/podman) version 4.9.3 is present 2024-02-11T08:06:59.571 INFO:teuthology.orchestra.run.smithi042.stdout:systemctl is present 2024-02-11T08:06:59.571 INFO:teuthology.orchestra.run.smithi042.stdout:lvcreate is present 2024-02-11T08:06:59.577 INFO:teuthology.orchestra.run.smithi042.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-02-11T08:06:59.577 INFO:teuthology.orchestra.run.smithi042.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-11T08:06:59.583 INFO:teuthology.orchestra.run.smithi042.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-02-11T08:06:59.583 INFO:teuthology.orchestra.run.smithi042.stdout:systemctl: stdout inactive 2024-02-11T08:06:59.589 INFO:teuthology.orchestra.run.smithi042.stdout:systemctl: stdout enabled 2024-02-11T08:06:59.595 INFO:teuthology.orchestra.run.smithi042.stdout:systemctl: stdout active 2024-02-11T08:06:59.595 INFO:teuthology.orchestra.run.smithi042.stdout:Unit chronyd.service is enabled and running 2024-02-11T08:06:59.596 INFO:teuthology.orchestra.run.smithi042.stdout:Host looks OK 2024-02-11T08:06:59.596 INFO:teuthology.orchestra.run.smithi042.stdout:Cluster fsid: 726a9232-c8b4-11ee-95b9-87774f69a715 2024-02-11T08:06:59.596 INFO:teuthology.orchestra.run.smithi042.stdout:Acquiring lock 140118116921296 on /run/cephadm/726a9232-c8b4-11ee-95b9-87774f69a715.lock 2024-02-11T08:06:59.596 INFO:teuthology.orchestra.run.smithi042.stdout:Lock 140118116921296 acquired on /run/cephadm/726a9232-c8b4-11ee-95b9-87774f69a715.lock 2024-02-11T08:06:59.596 INFO:teuthology.orchestra.run.smithi042.stdout:Verifying IP 172.21.15.42 port 3300 ... 2024-02-11T08:06:59.597 INFO:teuthology.orchestra.run.smithi042.stdout:Verifying IP 172.21.15.42 port 6789 ... 2024-02-11T08:06:59.597 INFO:teuthology.orchestra.run.smithi042.stdout:Base mon IP(s) is [172.21.15.42:3300, 172.21.15.42:6789], mon addrv is [v2:172.21.15.42:3300,v1:172.21.15.42:6789] 2024-02-11T08:06:59.599 INFO:teuthology.orchestra.run.smithi042.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.42 metric 100 2024-02-11T08:06:59.600 INFO:teuthology.orchestra.run.smithi042.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.42 metric 100 2024-02-11T08:06:59.602 INFO:teuthology.orchestra.run.smithi042.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-02-11T08:06:59.602 INFO:teuthology.orchestra.run.smithi042.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2024-02-11T08:06:59.602 INFO:teuthology.orchestra.run.smithi042.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2024-02-11T08:06:59.604 INFO:teuthology.orchestra.run.smithi042.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-11T08:06:59.604 INFO:teuthology.orchestra.run.smithi042.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-02-11T08:06:59.604 INFO:teuthology.orchestra.run.smithi042.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-11T08:06:59.605 INFO:teuthology.orchestra.run.smithi042.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-02-11T08:06:59.605 INFO:teuthology.orchestra.run.smithi042.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:1440/64 scope link noprefixroute 2024-02-11T08:06:59.605 INFO:teuthology.orchestra.run.smithi042.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-11T08:06:59.605 INFO:teuthology.orchestra.run.smithi042.stdout:Mon IP `172.21.15.42` is in CIDR network `172.21.0.0/20` 2024-02-11T08:06:59.605 INFO:teuthology.orchestra.run.smithi042.stdout:Mon IP `172.21.15.42` is in CIDR network `172.21.0.0/20` 2024-02-11T08:06:59.605 INFO:teuthology.orchestra.run.smithi042.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-02-11T08:06:59.606 INFO:teuthology.orchestra.run.smithi042.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-11T08:06:59.606 INFO:teuthology.orchestra.run.smithi042.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-11T08:07:00.082 INFO:teuthology.orchestra.run.smithi042.stdout:/bin/podman: stdout e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af 2024-02-11T08:07:00.082 INFO:teuthology.orchestra.run.smithi042.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-11T08:07:00.082 INFO:teuthology.orchestra.run.smithi042.stdout:/bin/podman: stderr Getting image source signatures 2024-02-11T08:07:00.082 INFO:teuthology.orchestra.run.smithi042.stdout:/bin/podman: stderr Copying blob sha256:2b15a9adfde249d431bc7c06cfdb8b2d442acb2cd7bcfbcbecc9baa734633e5f 2024-02-11T08:07:00.082 INFO:teuthology.orchestra.run.smithi042.stdout:/bin/podman: stderr Copying blob sha256:58df4e03ba066accf3a7e07426bab5f1c867e27a139801c642bdafb42b9a2d9a 2024-02-11T08:07:00.083 INFO:teuthology.orchestra.run.smithi042.stdout:/bin/podman: stderr Copying config sha256:e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af 2024-02-11T08:07:00.083 INFO:teuthology.orchestra.run.smithi042.stdout:/bin/podman: stderr Writing manifest to image destination 2024-02-11T08:07:00.971 INFO:teuthology.orchestra.run.smithi042.stdout:ceph: stdout ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:07:00.977 INFO:teuthology.orchestra.run.smithi042.stdout:Ceph version: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:07:00.977 INFO:teuthology.orchestra.run.smithi042.stdout:Extracting ceph user uid/gid from container image... 2024-02-11T08:07:05.695 INFO:teuthology.orchestra.run.smithi042.stdout:stat: stdout 167 167 2024-02-11T08:07:05.696 INFO:teuthology.orchestra.run.smithi042.stdout:Creating initial keys... 2024-02-11T08:07:13.233 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph-authtool: stdout AQAsgMhlFghUCxAAgvHJVdQxh/CI4+7Dud7GPA== 2024-02-11T08:07:14.023 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph-authtool: stdout AQAxgMhl7r/lHxAAiSrA4WM42QcuZXgYGfL7tQ== 2024-02-11T08:07:14.868 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph-authtool: stdout AQAygMhlfEa7ExAAIA1LVBzWENoi3S4/Ax1Akw== 2024-02-11T08:07:14.870 INFO:teuthology.orchestra.run.smithi042.stdout:Creating initial monmap... 2024-02-11T08:07:15.750 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-11T08:07:15.751 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-02-11T08:07:15.751 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 726a9232-c8b4-11ee-95b9-87774f69a715 2024-02-11T08:07:15.751 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-11T08:07:15.751 INFO:teuthology.orchestra.run.smithi042.stdout:monmaptool for a [v2:172.21.15.42:3300,v1:172.21.15.42:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-11T08:07:15.751 INFO:teuthology.orchestra.run.smithi042.stdout:setting min_mon_release = quincy 2024-02-11T08:07:15.751 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/monmaptool: set fsid to 726a9232-c8b4-11ee-95b9-87774f69a715 2024-02-11T08:07:15.751 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-11T08:07:15.751 INFO:teuthology.orchestra.run.smithi042.stdout: 2024-02-11T08:07:15.751 INFO:teuthology.orchestra.run.smithi042.stdout:Creating mon... 2024-02-11T08:07:16.631 INFO:teuthology.orchestra.run.smithi042.stdout:create mon.a on 2024-02-11T08:07:16.828 INFO:teuthology.orchestra.run.smithi042.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-02-11T08:07:16.975 INFO:teuthology.orchestra.run.smithi042.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-11T08:07:17.226 INFO:teuthology.orchestra.run.smithi042.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-726a9232-c8b4-11ee-95b9-87774f69a715.target → /etc/systemd/system/ceph-726a9232-c8b4-11ee-95b9-87774f69a715.target. 2024-02-11T08:07:17.227 INFO:teuthology.orchestra.run.smithi042.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-726a9232-c8b4-11ee-95b9-87774f69a715.target → /etc/systemd/system/ceph-726a9232-c8b4-11ee-95b9-87774f69a715.target. 2024-02-11T08:07:17.489 INFO:teuthology.orchestra.run.smithi042.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mon.a 2024-02-11T08:07:17.489 INFO:teuthology.orchestra.run.smithi042.stdout:systemctl: stderr Failed to reset failed state of unit ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mon.a.service: Unit ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mon.a.service not loaded. 2024-02-11T08:07:17.643 INFO:teuthology.orchestra.run.smithi042.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-726a9232-c8b4-11ee-95b9-87774f69a715.target.wants/ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mon.a.service → /etc/systemd/system/ceph-726a9232-c8b4-11ee-95b9-87774f69a715@.service. 2024-02-11T08:07:18.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:17 smithi042 podman[29230]: 2024-02-11 08:07:17.955830844 +0000 UTC m=+0.193351780 container create 1e8ec1e2d04986ae3b9819d3016bf8f7fd0adbcd3ce511c1b915642540543238 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mon-a, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_BRANCH=HEAD, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, org.label-schema.build-date=20240131, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True) 2024-02-11T08:07:18.770 INFO:teuthology.orchestra.run.smithi042.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-02-11T08:07:18.770 INFO:teuthology.orchestra.run.smithi042.stdout:systemctl: stdout disabled 2024-02-11T08:07:18.776 INFO:teuthology.orchestra.run.smithi042.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-02-11T08:07:18.776 INFO:teuthology.orchestra.run.smithi042.stdout:systemctl: stdout inactive 2024-02-11T08:07:18.777 INFO:teuthology.orchestra.run.smithi042.stdout:firewalld.service is not enabled 2024-02-11T08:07:18.777 INFO:teuthology.orchestra.run.smithi042.stdout:Not possible to enable service . firewalld.service is not available 2024-02-11T08:07:18.777 INFO:teuthology.orchestra.run.smithi042.stdout:Waiting for mon to start... 2024-02-11T08:07:18.777 INFO:teuthology.orchestra.run.smithi042.stdout:Waiting for mon... 2024-02-11T08:07:18.890 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:18 smithi042 podman[29230]: 2024-02-11 08:07:18.689108495 +0000 UTC m=+0.926629425 container init 1e8ec1e2d04986ae3b9819d3016bf8f7fd0adbcd3ce511c1b915642540543238 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mon-a, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.build-date=20240131, io.buildah.version=1.33.2, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-02-11T08:07:18.891 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:18 smithi042 podman[29230]: 2024-02-11 08:07:18.692515569 +0000 UTC m=+0.930036500 container start 1e8ec1e2d04986ae3b9819d3016bf8f7fd0adbcd3ce511c1b915642540543238 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240131, io.buildah.version=1.33.2, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD) 2024-02-11T08:07:18.891 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:18 smithi042 bash[29230]: 1e8ec1e2d04986ae3b9819d3016bf8f7fd0adbcd3ce511c1b915642540543238 2024-02-11T08:07:18.891 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:18 smithi042 systemd[1]: Started Ceph mon.a for 726a9232-c8b4-11ee-95b9-87774f69a715. 2024-02-11T08:07:18.891 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:18 smithi042 ceph-mon[29250]: mkfs 726a9232-c8b4-11ee-95b9-87774f69a715 2024-02-11T08:07:18.891 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:18 smithi042 ceph-mon[29250]: mon.a is new leader, mons a in quorum (ranks 0) 2024-02-11T08:07:19.833 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout cluster: 2024-02-11T08:07:19.833 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout id: 726a9232-c8b4-11ee-95b9-87774f69a715 2024-02-11T08:07:19.833 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-02-11T08:07:19.834 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout 2024-02-11T08:07:19.834 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout services: 2024-02-11T08:07:19.834 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.532919s) 2024-02-11T08:07:19.834 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-02-11T08:07:19.834 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-02-11T08:07:19.834 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout 2024-02-11T08:07:19.834 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout data: 2024-02-11T08:07:19.834 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-02-11T08:07:19.834 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-02-11T08:07:19.834 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-02-11T08:07:19.834 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout pgs: 2024-02-11T08:07:19.834 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout 2024-02-11T08:07:19.835 INFO:teuthology.orchestra.run.smithi042.stdout:mon is available 2024-02-11T08:07:19.835 INFO:teuthology.orchestra.run.smithi042.stdout:Assimilating anything we can from ceph.conf... 2024-02-11T08:07:19.947 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:19 smithi042 ceph-mon[29250]: mon.a is new leader, mons a in quorum (ranks 0) 2024-02-11T08:07:19.947 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:19 smithi042 ceph-mon[29250]: monmap e1: 1 mons at {a=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-11T08:07:19.947 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:19 smithi042 ceph-mon[29250]: fsmap 2024-02-11T08:07:19.947 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:19 smithi042 ceph-mon[29250]: osdmap e1: 0 total, 0 up, 0 in 2024-02-11T08:07:19.947 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:19 smithi042 ceph-mon[29250]: mgrmap e1: no daemons active 2024-02-11T08:07:19.947 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:19 smithi042 ceph-mon[29250]: from='client.? 172.21.15.42:0/2987693939' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-11T08:07:20.765 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout 2024-02-11T08:07:20.765 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout [global] 2024-02-11T08:07:20.765 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout fsid = 726a9232-c8b4-11ee-95b9-87774f69a715 2024-02-11T08:07:20.765 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.42:3300,v1:172.21.15.42:6789] 2024-02-11T08:07:20.765 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-02-11T08:07:20.765 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-02-11T08:07:20.765 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-02-11T08:07:20.765 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-02-11T08:07:20.765 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout 2024-02-11T08:07:20.765 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout [mgr] 2024-02-11T08:07:20.765 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-02-11T08:07:20.765 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-02-11T08:07:20.766 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout 2024-02-11T08:07:20.766 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout [osd] 2024-02-11T08:07:20.766 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-02-11T08:07:20.766 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-02-11T08:07:20.766 INFO:teuthology.orchestra.run.smithi042.stdout:Generating new minimal ceph.conf... 2024-02-11T08:07:20.951 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:20 smithi042 ceph-mon[29250]: from='client.? 172.21.15.42:0/1302494829' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-11T08:07:20.951 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:20 smithi042 ceph-mon[29250]: from='client.? 172.21.15.42:0/1302494829' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-11T08:07:21.745 INFO:teuthology.orchestra.run.smithi042.stdout:Restarting the monitor... 2024-02-11T08:07:22.021 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:21 smithi042 systemd[1]: Stopping Ceph mon.a for 726a9232-c8b4-11ee-95b9-87774f69a715... 2024-02-11T08:07:22.021 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:21 smithi042 ceph-mon[29250]: from='client.? 172.21.15.42:0/116390625' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T08:07:22.407 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:22 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mon-a[29245]: 2024-02-11T08:07:22.019+0000 7f04a9bc0700 -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-11T08:07:22.407 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:22 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mon-a[29245]: 2024-02-11T08:07:22.019+0000 7f04a9bc0700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-02-11T08:07:22.407 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:22 smithi042 podman[29505]: 2024-02-11 08:07:22.245261954 +0000 UTC m=+0.326058113 container died 1e8ec1e2d04986ae3b9819d3016bf8f7fd0adbcd3ce511c1b915642540543238 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, CEPH_POINT_RELEASE=, io.buildah.version=1.33.2, maintainer=Guillaume Abrioux , GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.license=GPLv2, org.label-schema.build-date=20240131, GIT_CLEAN=True, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-02-11T08:07:22.804 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:22 smithi042 podman[29505]: 2024-02-11 08:07:22.561631879 +0000 UTC m=+0.642428049 container cleanup 1e8ec1e2d04986ae3b9819d3016bf8f7fd0adbcd3ce511c1b915642540543238 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mon-a, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240131, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.2, maintainer=Guillaume Abrioux , GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-02-11T08:07:22.805 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:22 smithi042 bash[29505]: ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mon-a 2024-02-11T08:07:23.147 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:22 smithi042 podman[29517]: 2024-02-11 08:07:22.80406153 +0000 UTC m=+0.553473638 container remove 1e8ec1e2d04986ae3b9819d3016bf8f7fd0adbcd3ce511c1b915642540543238 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mon-a, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240131, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, ceph=True, io.buildah.version=1.33.2, org.label-schema.vendor=CentOS) 2024-02-11T08:07:23.147 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:22 smithi042 systemd[1]: ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mon.a.service: Deactivated successfully. 2024-02-11T08:07:23.147 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:22 smithi042 systemd[1]: Stopped Ceph mon.a for 726a9232-c8b4-11ee-95b9-87774f69a715. 2024-02-11T08:07:23.147 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:22 smithi042 systemd[1]: Starting Ceph mon.a for 726a9232-c8b4-11ee-95b9-87774f69a715... 2024-02-11T08:07:23.147 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 podman[29614]: 2024-02-11 08:07:23.146659213 +0000 UTC m=+0.106992559 container create cd9b33d568081596a9dade35e6b84595257ac3bcfc8181218692b5aa2364c70e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mon-a, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.schema-version=1.0, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240131, io.buildah.version=1.33.2, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-02-11T08:07:23.397 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 podman[29614]: 2024-02-11 08:07:23.057092473 +0000 UTC m=+0.017425834 image pull e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-11T08:07:23.397 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 podman[29614]: 2024-02-11 08:07:23.365606604 +0000 UTC m=+0.325939962 container init cd9b33d568081596a9dade35e6b84595257ac3bcfc8181218692b5aa2364c70e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mon-a, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240131, org.label-schema.vendor=CentOS, io.buildah.version=1.33.2, GIT_CLEAN=True) 2024-02-11T08:07:23.397 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 podman[29614]: 2024-02-11 08:07:23.36892357 +0000 UTC m=+0.329256927 container start cd9b33d568081596a9dade35e6b84595257ac3bcfc8181218692b5aa2364c70e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mon-a, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, maintainer=Guillaume Abrioux , io.buildah.version=1.33.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240131, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=) 2024-02-11T08:07:23.397 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: set uid:gid to 167:167 (ceph:ceph) 2024-02-11T08:07:23.397 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev), process ceph-mon, pid 2 2024-02-11T08:07:23.397 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: pidfile_write: ignore empty --pid-file 2024-02-11T08:07:23.397 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: load: jerasure load: lrc 2024-02-11T08:07:23.397 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: RocksDB version: 7.9.2 2024-02-11T08:07:23.397 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Git sha 0 2024-02-11T08:07:23.398 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Compile date 2024-02-10 16:03:39 2024-02-11T08:07:23.398 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: DB SUMMARY 2024-02-11T08:07:23.398 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: DB Session ID: XMQ6W03PF75RO7T2997O 2024-02-11T08:07:23.398 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: CURRENT file: CURRENT 2024-02-11T08:07:23.398 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: IDENTITY file: IDENTITY 2024-02-11T08:07:23.398 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-02-11T08:07:23.454 INFO:teuthology.orchestra.run.smithi042.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-02-11T08:07:23.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-02-11T08:07:23.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 84623 ; 2024-02-11T08:07:23.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.error_if_exists: 0 2024-02-11T08:07:23.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.create_if_missing: 0 2024-02-11T08:07:23.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.paranoid_checks: 1 2024-02-11T08:07:23.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.flush_verify_memtable_count: 1 2024-02-11T08:07:23.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-02-11T08:07:23.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-02-11T08:07:23.658 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.env: 0x564019759ae0 2024-02-11T08:07:23.658 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.fs: PosixFileSystem 2024-02-11T08:07:23.658 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.info_log: 0x56401bab59c0 2024-02-11T08:07:23.658 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.max_file_opening_threads: 16 2024-02-11T08:07:23.658 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.statistics: (nil) 2024-02-11T08:07:23.658 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.use_fsync: 0 2024-02-11T08:07:23.658 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.max_log_file_size: 0 2024-02-11T08:07:23.658 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-11T08:07:23.658 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.log_file_time_to_roll: 0 2024-02-11T08:07:23.658 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.keep_log_file_num: 1000 2024-02-11T08:07:23.658 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.recycle_log_file_num: 0 2024-02-11T08:07:23.658 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.allow_fallocate: 1 2024-02-11T08:07:23.658 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.allow_mmap_reads: 0 2024-02-11T08:07:23.659 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.allow_mmap_writes: 0 2024-02-11T08:07:23.659 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.use_direct_reads: 0 2024-02-11T08:07:23.659 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-11T08:07:23.659 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.create_missing_column_families: 0 2024-02-11T08:07:23.659 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.db_log_dir: 2024-02-11T08:07:23.659 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.wal_dir: 2024-02-11T08:07:23.659 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.table_cache_numshardbits: 6 2024-02-11T08:07:23.659 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.WAL_ttl_seconds: 0 2024-02-11T08:07:23.659 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.WAL_size_limit_MB: 0 2024-02-11T08:07:23.659 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-11T08:07:23.659 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-11T08:07:23.659 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.is_fd_close_on_exec: 1 2024-02-11T08:07:23.659 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.advise_random_on_open: 1 2024-02-11T08:07:23.659 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.db_write_buffer_size: 0 2024-02-11T08:07:23.660 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.write_buffer_manager: 0x56401ba89400 2024-02-11T08:07:23.660 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-11T08:07:23.660 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-11T08:07:23.660 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.use_adaptive_mutex: 0 2024-02-11T08:07:23.660 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.rate_limiter: (nil) 2024-02-11T08:07:23.660 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-11T08:07:23.660 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.wal_recovery_mode: 2 2024-02-11T08:07:23.660 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.enable_thread_tracking: 0 2024-02-11T08:07:23.660 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.enable_pipelined_write: 0 2024-02-11T08:07:23.660 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.unordered_write: 0 2024-02-11T08:07:23.660 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-11T08:07:23.660 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-11T08:07:23.661 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-11T08:07:23.661 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-11T08:07:23.661 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.row_cache: None 2024-02-11T08:07:23.661 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.wal_filter: None 2024-02-11T08:07:23.661 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-11T08:07:23.661 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.allow_ingest_behind: 0 2024-02-11T08:07:23.661 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.two_write_queues: 0 2024-02-11T08:07:23.661 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.manual_wal_flush: 0 2024-02-11T08:07:23.661 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.wal_compression: 0 2024-02-11T08:07:23.661 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.atomic_flush: 0 2024-02-11T08:07:23.661 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-11T08:07:23.661 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.persist_stats_to_disk: 0 2024-02-11T08:07:23.661 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.write_dbid_to_manifest: 0 2024-02-11T08:07:23.661 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.log_readahead_size: 0 2024-02-11T08:07:23.661 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-02-11T08:07:23.662 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.best_efforts_recovery: 0 2024-02-11T08:07:23.662 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-02-11T08:07:23.662 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-02-11T08:07:23.662 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.allow_data_in_errors: 0 2024-02-11T08:07:23.662 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.db_host_id: __hostname__ 2024-02-11T08:07:23.662 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.enforce_single_del_contracts: true 2024-02-11T08:07:23.662 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.max_background_jobs: 2 2024-02-11T08:07:23.662 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.max_background_compactions: -1 2024-02-11T08:07:23.662 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.max_subcompactions: 1 2024-02-11T08:07:23.662 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-11T08:07:23.662 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-11T08:07:23.662 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.delayed_write_rate : 16777216 2024-02-11T08:07:23.662 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.max_total_wal_size: 0 2024-02-11T08:07:23.662 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-11T08:07:23.662 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.stats_dump_period_sec: 600 2024-02-11T08:07:23.664 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.stats_persist_period_sec: 600 2024-02-11T08:07:23.664 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-11T08:07:23.664 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.max_open_files: -1 2024-02-11T08:07:23.664 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.bytes_per_sync: 0 2024-02-11T08:07:23.664 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.wal_bytes_per_sync: 0 2024-02-11T08:07:23.664 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.strict_bytes_per_sync: 0 2024-02-11T08:07:23.664 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.compaction_readahead_size: 0 2024-02-11T08:07:23.664 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.max_background_flushes: -1 2024-02-11T08:07:23.664 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Compression algorithms supported: 2024-02-11T08:07:23.664 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-11T08:07:23.664 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: kZSTD supported: 0 2024-02-11T08:07:23.665 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: kXpressCompression supported: 0 2024-02-11T08:07:23.665 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: kLZ4HCCompression supported: 1 2024-02-11T08:07:23.665 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: kZlibCompression supported: 1 2024-02-11T08:07:23.665 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: kSnappyCompression supported: 1 2024-02-11T08:07:23.665 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: kLZ4Compression supported: 1 2024-02-11T08:07:23.665 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: kBZip2Compression supported: 0 2024-02-11T08:07:23.665 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Fast CRC32 supported: Supported on x86 2024-02-11T08:07:23.665 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: DMutex implementation: pthread_mutex_t 2024-02-11T08:07:23.665 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-02-11T08:07:23.665 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-02-11T08:07:23.665 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-11T08:07:23.665 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.merge_operator: 2024-02-11T08:07:23.665 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.compaction_filter: None 2024-02-11T08:07:23.665 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.compaction_filter_factory: None 2024-02-11T08:07:23.666 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.sst_partitioner_factory: None 2024-02-11T08:07:23.666 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.memtable_factory: SkipListFactory 2024-02-11T08:07:23.666 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.table_factory: BlockBasedTable 2024-02-11T08:07:23.666 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56401bab5ac0) 2024-02-11T08:07:23.666 INFO:journalctl@ceph.mon.a.smithi042.stdout: cache_index_and_filter_blocks: 1 2024-02-11T08:07:23.666 INFO:journalctl@ceph.mon.a.smithi042.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-11T08:07:23.666 INFO:journalctl@ceph.mon.a.smithi042.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-11T08:07:23.666 INFO:journalctl@ceph.mon.a.smithi042.stdout: pin_top_level_index_and_filter: 1 2024-02-11T08:07:23.666 INFO:journalctl@ceph.mon.a.smithi042.stdout: index_type: 0 2024-02-11T08:07:23.666 INFO:journalctl@ceph.mon.a.smithi042.stdout: data_block_index_type: 0 2024-02-11T08:07:23.666 INFO:journalctl@ceph.mon.a.smithi042.stdout: index_shortening: 1 2024-02-11T08:07:23.666 INFO:journalctl@ceph.mon.a.smithi042.stdout: data_block_hash_table_util_ratio: 0.750000 2024-02-11T08:07:23.666 INFO:journalctl@ceph.mon.a.smithi042.stdout: checksum: 4 2024-02-11T08:07:23.666 INFO:journalctl@ceph.mon.a.smithi042.stdout: no_block_cache: 0 2024-02-11T08:07:23.667 INFO:journalctl@ceph.mon.a.smithi042.stdout: block_cache: 0x56401babb1f0 2024-02-11T08:07:23.667 INFO:journalctl@ceph.mon.a.smithi042.stdout: block_cache_name: BinnedLRUCache 2024-02-11T08:07:23.667 INFO:journalctl@ceph.mon.a.smithi042.stdout: block_cache_options: 2024-02-11T08:07:23.667 INFO:journalctl@ceph.mon.a.smithi042.stdout: capacity : 536870912 2024-02-11T08:07:23.667 INFO:journalctl@ceph.mon.a.smithi042.stdout: num_shard_bits : 4 2024-02-11T08:07:23.667 INFO:journalctl@ceph.mon.a.smithi042.stdout: strict_capacity_limit : 0 2024-02-11T08:07:23.667 INFO:journalctl@ceph.mon.a.smithi042.stdout: high_pri_pool_ratio: 0.000 2024-02-11T08:07:23.667 INFO:journalctl@ceph.mon.a.smithi042.stdout: block_cache_compressed: (nil) 2024-02-11T08:07:23.667 INFO:journalctl@ceph.mon.a.smithi042.stdout: persistent_cache: (nil) 2024-02-11T08:07:23.667 INFO:journalctl@ceph.mon.a.smithi042.stdout: block_size: 4096 2024-02-11T08:07:23.667 INFO:journalctl@ceph.mon.a.smithi042.stdout: block_size_deviation: 10 2024-02-11T08:07:23.667 INFO:journalctl@ceph.mon.a.smithi042.stdout: block_restart_interval: 16 2024-02-11T08:07:23.667 INFO:journalctl@ceph.mon.a.smithi042.stdout: index_block_restart_interval: 1 2024-02-11T08:07:23.667 INFO:journalctl@ceph.mon.a.smithi042.stdout: metadata_block_size: 4096 2024-02-11T08:07:23.667 INFO:journalctl@ceph.mon.a.smithi042.stdout: partition_filters: 0 2024-02-11T08:07:23.668 INFO:journalctl@ceph.mon.a.smithi042.stdout: use_delta_encoding: 1 2024-02-11T08:07:23.668 INFO:journalctl@ceph.mon.a.smithi042.stdout: filter_policy: bloomfilter 2024-02-11T08:07:23.668 INFO:journalctl@ceph.mon.a.smithi042.stdout: whole_key_filtering: 1 2024-02-11T08:07:23.668 INFO:journalctl@ceph.mon.a.smithi042.stdout: verify_compression: 0 2024-02-11T08:07:23.668 INFO:journalctl@ceph.mon.a.smithi042.stdout: read_amp_bytes_per_bit: 0 2024-02-11T08:07:23.668 INFO:journalctl@ceph.mon.a.smithi042.stdout: format_version: 5 2024-02-11T08:07:23.668 INFO:journalctl@ceph.mon.a.smithi042.stdout: enable_index_compression: 1 2024-02-11T08:07:23.668 INFO:journalctl@ceph.mon.a.smithi042.stdout: block_align: 0 2024-02-11T08:07:23.668 INFO:journalctl@ceph.mon.a.smithi042.stdout: max_auto_readahead_size: 262144 2024-02-11T08:07:23.668 INFO:journalctl@ceph.mon.a.smithi042.stdout: prepopulate_block_cache: 0 2024-02-11T08:07:23.668 INFO:journalctl@ceph.mon.a.smithi042.stdout: initial_auto_readahead_size: 8192 2024-02-11T08:07:23.668 INFO:journalctl@ceph.mon.a.smithi042.stdout: num_file_reads_for_auto_readahead: 2 2024-02-11T08:07:23.668 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.write_buffer_size: 33554432 2024-02-11T08:07:23.668 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.max_write_buffer_number: 2 2024-02-11T08:07:23.669 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.compression: NoCompression 2024-02-11T08:07:23.669 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.bottommost_compression: Disabled 2024-02-11T08:07:23.669 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.prefix_extractor: nullptr 2024-02-11T08:07:23.669 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-11T08:07:23.669 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.num_levels: 7 2024-02-11T08:07:23.669 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-11T08:07:23.669 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-11T08:07:23.669 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-11T08:07:23.669 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-11T08:07:23.669 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-11T08:07:23.669 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-11T08:07:23.669 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-11T08:07:23.669 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-11T08:07:23.669 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-02-11T08:07:23.670 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-11T08:07:23.670 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-02-11T08:07:23.670 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-02-11T08:07:23.670 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.compression_opts.window_bits: -14 2024-02-11T08:07:23.670 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.compression_opts.level: 32767 2024-02-11T08:07:23.670 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.compression_opts.strategy: 0 2024-02-11T08:07:23.670 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-11T08:07:23.670 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-11T08:07:23.670 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-02-11T08:07:23.670 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-02-11T08:07:23.670 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.compression_opts.enabled: false 2024-02-11T08:07:23.670 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-02-11T08:07:23.670 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-11T08:07:23.670 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-11T08:07:23.671 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-11T08:07:23.671 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.target_file_size_base: 67108864 2024-02-11T08:07:23.671 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.target_file_size_multiplier: 1 2024-02-11T08:07:23.671 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-11T08:07:23.671 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-11T08:07:23.671 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-11T08:07:23.671 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-11T08:07:23.671 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-11T08:07:23.671 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-11T08:07:23.671 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-11T08:07:23.671 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-11T08:07:23.671 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-11T08:07:23.671 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-11T08:07:23.671 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-11T08:07:23.671 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-11T08:07:23.672 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-02-11T08:07:23.672 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.arena_block_size: 1048576 2024-02-11T08:07:23.672 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-11T08:07:23.672 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-11T08:07:23.672 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.disable_auto_compactions: 0 2024-02-11T08:07:23.672 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-11T08:07:23.672 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-11T08:07:23.672 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-11T08:07:23.672 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-11T08:07:23.672 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-11T08:07:23.672 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-11T08:07:23.672 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-11T08:07:23.672 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-11T08:07:23.672 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-11T08:07:23.673 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-11T08:07:23.673 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.table_properties_collectors: 2024-02-11T08:07:23.673 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.inplace_update_support: 0 2024-02-11T08:07:23.673 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.inplace_update_num_locks: 10000 2024-02-11T08:07:23.673 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-11T08:07:23.673 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-11T08:07:23.673 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.memtable_huge_page_size: 0 2024-02-11T08:07:23.673 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.bloom_locality: 0 2024-02-11T08:07:23.673 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.max_successive_merges: 0 2024-02-11T08:07:23.673 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.optimize_filters_for_hits: 0 2024-02-11T08:07:23.673 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.paranoid_file_checks: 0 2024-02-11T08:07:23.673 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.force_consistency_checks: 1 2024-02-11T08:07:23.673 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.report_bg_io_stats: 0 2024-02-11T08:07:23.673 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.ttl: 2592000 2024-02-11T08:07:23.673 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.periodic_compaction_seconds: 0 2024-02-11T08:07:23.674 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-02-11T08:07:23.674 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-02-11T08:07:23.674 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.enable_blob_files: false 2024-02-11T08:07:23.674 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.min_blob_size: 0 2024-02-11T08:07:23.674 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.blob_file_size: 268435456 2024-02-11T08:07:23.674 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.blob_compression_type: NoCompression 2024-02-11T08:07:23.674 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.enable_blob_garbage_collection: false 2024-02-11T08:07:23.674 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-02-11T08:07:23.674 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-02-11T08:07:23.674 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-02-11T08:07:23.674 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.blob_file_starting_level: 0 2024-02-11T08:07:23.674 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-02-11T08:07:23.674 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: 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-11T08:07:23.674 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-02-11T08:07:23.674 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 89e29883-3bfe-4874-a547-bacc9a4e74c8 2024-02-11T08:07:23.674 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707638843398078, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-02-11T08:07:23.675 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-02-11T08:07:23.675 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707638843399324, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81248, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 252, "table_properties": {"data_size": 79435, "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": 73744, "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": 1707638843, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "89e29883-3bfe-4874-a547-bacc9a4e74c8", "db_session_id": "XMQ6W03PF75RO7T2997O", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-02-11T08:07:23.675 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707638843399434, "job": 1, "event": "recovery_finished"} 2024-02-11T08:07:23.675 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-02-11T08:07:23.675 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: 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-11T08:07:23.675 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56401bbae000 2024-02-11T08:07:23.675 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: DB pointer 0x56401bb98000 2024-02-11T08:07:23.675 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-02-11T08:07:23.675 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-02-11T08:07:23.675 INFO:journalctl@ceph.mon.a.smithi042.stdout: ** DB Stats ** 2024-02-11T08:07:23.675 INFO:journalctl@ceph.mon.a.smithi042.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T08:07:23.675 INFO:journalctl@ceph.mon.a.smithi042.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-11T08:07:23.675 INFO:journalctl@ceph.mon.a.smithi042.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-11T08:07:23.675 INFO:journalctl@ceph.mon.a.smithi042.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-11T08:07:23.675 INFO:journalctl@ceph.mon.a.smithi042.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-11T08:07:23.675 INFO:journalctl@ceph.mon.a.smithi042.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-11T08:07:23.676 INFO:journalctl@ceph.mon.a.smithi042.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-11T08:07:23.676 INFO:journalctl@ceph.mon.a.smithi042.stdout: 2024-02-11T08:07:23.676 INFO:journalctl@ceph.mon.a.smithi042.stdout: ** Compaction Stats [default] ** 2024-02-11T08:07:23.676 INFO:journalctl@ceph.mon.a.smithi042.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-11T08:07:23.676 INFO:journalctl@ceph.mon.a.smithi042.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-02-11T08:07:23.676 INFO:journalctl@ceph.mon.a.smithi042.stdout: L0 2/0 81.18 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 104.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-11T08:07:23.676 INFO:journalctl@ceph.mon.a.smithi042.stdout: Sum 2/0 81.18 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 104.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-11T08:07:23.676 INFO:journalctl@ceph.mon.a.smithi042.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 104.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-11T08:07:23.676 INFO:journalctl@ceph.mon.a.smithi042.stdout: 2024-02-11T08:07:23.676 INFO:journalctl@ceph.mon.a.smithi042.stdout: ** Compaction Stats [default] ** 2024-02-11T08:07:23.676 INFO:journalctl@ceph.mon.a.smithi042.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-11T08:07:23.676 INFO:journalctl@ceph.mon.a.smithi042.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T08:07:23.676 INFO:journalctl@ceph.mon.a.smithi042.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 104.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-11T08:07:23.676 INFO:journalctl@ceph.mon.a.smithi042.stdout: 2024-02-11T08:07:23.676 INFO:journalctl@ceph.mon.a.smithi042.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-02-11T08:07:23.677 INFO:journalctl@ceph.mon.a.smithi042.stdout: 2024-02-11T08:07:23.677 INFO:journalctl@ceph.mon.a.smithi042.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T08:07:23.677 INFO:journalctl@ceph.mon.a.smithi042.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-02-11T08:07:23.677 INFO:journalctl@ceph.mon.a.smithi042.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-11T08:07:23.677 INFO:journalctl@ceph.mon.a.smithi042.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-02-11T08:07:23.677 INFO:journalctl@ceph.mon.a.smithi042.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-02-11T08:07:23.677 INFO:journalctl@ceph.mon.a.smithi042.stdout: AddFile(Keys): cumulative 0, interval 0 2024-02-11T08:07:23.677 INFO:journalctl@ceph.mon.a.smithi042.stdout: Cumulative compaction: 0.00 GB write, 19.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-11T08:07:23.677 INFO:journalctl@ceph.mon.a.smithi042.stdout: Interval compaction: 0.00 GB write, 19.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-11T08:07:23.677 INFO:journalctl@ceph.mon.a.smithi042.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-11T08:07:23.677 INFO:journalctl@ceph.mon.a.smithi042.stdout: Block cache BinnedLRUCache@0x56401babb1f0#2 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-11T08:07:23.677 INFO:journalctl@ceph.mon.a.smithi042.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-11T08:07:23.677 INFO:journalctl@ceph.mon.a.smithi042.stdout: 2024-02-11T08:07:23.677 INFO:journalctl@ceph.mon.a.smithi042.stdout: ** File Read Latency Histogram By Level [default] ** 2024-02-11T08:07:23.677 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: starting mon.a rank 0 at public addrs [v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0] at bind addrs [v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 726a9232-c8b4-11ee-95b9-87774f69a715 2024-02-11T08:07:23.677 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: mon.a@-1(???) e1 preinit fsid 726a9232-c8b4-11ee-95b9-87774f69a715 2024-02-11T08:07:23.678 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: mon.a@-1(???).mds e1 new map 2024-02-11T08:07:23.678 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: mon.a@-1(???).mds e1 print_map 2024-02-11T08:07:23.678 INFO:journalctl@ceph.mon.a.smithi042.stdout: e1 2024-02-11T08:07:23.678 INFO:journalctl@ceph.mon.a.smithi042.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-02-11T08:07:23.678 INFO:journalctl@ceph.mon.a.smithi042.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-11T08:07:23.678 INFO:journalctl@ceph.mon.a.smithi042.stdout: legacy client fscid: -1 2024-02-11T08:07:23.678 INFO:journalctl@ceph.mon.a.smithi042.stdout: 2024-02-11T08:07:23.678 INFO:journalctl@ceph.mon.a.smithi042.stdout: No filesystems configured 2024-02-11T08:07:23.678 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-11T08:07:23.678 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-11T08:07:23.678 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-11T08:07:23.678 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-11T08:07:23.678 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-11T08:07:23.678 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 bash[29614]: cd9b33d568081596a9dade35e6b84595257ac3bcfc8181218692b5aa2364c70e 2024-02-11T08:07:23.678 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 systemd[1]: Started Ceph mon.a for 726a9232-c8b4-11ee-95b9-87774f69a715. 2024-02-11T08:07:23.678 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: mon.a is new leader, mons a in quorum (ranks 0) 2024-02-11T08:07:23.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: monmap e1: 1 mons at {a=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-11T08:07:23.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: fsmap 2024-02-11T08:07:23.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: osdmap e1: 0 total, 0 up, 0 in 2024-02-11T08:07:23.679 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:23 smithi042 ceph-mon[29633]: mgrmap e1: no daemons active 2024-02-11T08:07:25.109 INFO:teuthology.orchestra.run.smithi042.stdout:Wrote config to /etc/ceph/ceph.conf 2024-02-11T08:07:25.122 INFO:teuthology.orchestra.run.smithi042.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-11T08:07:25.123 INFO:teuthology.orchestra.run.smithi042.stdout:Creating mgr... 2024-02-11T08:07:25.123 INFO:teuthology.orchestra.run.smithi042.stdout:Verifying port 0.0.0.0:9283 ... 2024-02-11T08:07:25.123 INFO:teuthology.orchestra.run.smithi042.stdout:Verifying port 0.0.0.0:8765 ... 2024-02-11T08:07:25.349 INFO:teuthology.orchestra.run.smithi042.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mgr.a 2024-02-11T08:07:25.349 INFO:teuthology.orchestra.run.smithi042.stdout:systemctl: stderr Failed to reset failed state of unit ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mgr.a.service: Unit ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mgr.a.service not loaded. 2024-02-11T08:07:25.494 INFO:teuthology.orchestra.run.smithi042.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-726a9232-c8b4-11ee-95b9-87774f69a715.target.wants/ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mgr.a.service → /etc/systemd/system/ceph-726a9232-c8b4-11ee-95b9-87774f69a715@.service. 2024-02-11T08:07:25.822 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:25 smithi042 ceph-mon[29633]: from='client.? 172.21.15.42:0/3281931204' entity='client.admin' 2024-02-11T08:07:26.023 INFO:teuthology.orchestra.run.smithi042.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-02-11T08:07:26.024 INFO:teuthology.orchestra.run.smithi042.stdout:systemctl: stdout disabled 2024-02-11T08:07:26.031 INFO:teuthology.orchestra.run.smithi042.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-02-11T08:07:26.031 INFO:teuthology.orchestra.run.smithi042.stdout:systemctl: stdout inactive 2024-02-11T08:07:26.031 INFO:teuthology.orchestra.run.smithi042.stdout:firewalld.service is not enabled 2024-02-11T08:07:26.031 INFO:teuthology.orchestra.run.smithi042.stdout:Not possible to enable service . firewalld.service is not available 2024-02-11T08:07:26.040 INFO:teuthology.orchestra.run.smithi042.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-02-11T08:07:26.040 INFO:teuthology.orchestra.run.smithi042.stdout:systemctl: stdout disabled 2024-02-11T08:07:26.047 INFO:teuthology.orchestra.run.smithi042.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-02-11T08:07:26.048 INFO:teuthology.orchestra.run.smithi042.stdout:systemctl: stdout inactive 2024-02-11T08:07:26.048 INFO:teuthology.orchestra.run.smithi042.stdout:firewalld.service is not enabled 2024-02-11T08:07:26.048 INFO:teuthology.orchestra.run.smithi042.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-02-11T08:07:26.048 INFO:teuthology.orchestra.run.smithi042.stdout:Waiting for mgr to start... 2024-02-11T08:07:26.048 INFO:teuthology.orchestra.run.smithi042.stdout:Waiting for mgr... 2024-02-11T08:07:26.906 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:26 smithi042 ceph-mon[29633]: from='client.? 172.21.15.42:0/1985397954' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-11T08:07:27.145 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout 2024-02-11T08:07:27.147 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout { 2024-02-11T08:07:27.147 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "fsid": "726a9232-c8b4-11ee-95b9-87774f69a715", 2024-02-11T08:07:27.148 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "health": { 2024-02-11T08:07:27.148 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-11T08:07:27.148 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-11T08:07:27.148 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-11T08:07:27.148 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:07:27.148 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-11T08:07:27.148 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-11T08:07:27.148 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout 0 2024-02-11T08:07:27.148 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout ], 2024-02-11T08:07:27.148 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-11T08:07:27.148 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "a" 2024-02-11T08:07:27.148 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout ], 2024-02-11T08:07:27.148 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-02-11T08:07:27.148 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-11T08:07:27.149 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T08:07:27.149 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-11T08:07:27.149 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-11T08:07:27.149 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:07:27.149 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-11T08:07:27.149 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T08:07:27.149 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-11T08:07:27.149 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-11T08:07:27.149 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-11T08:07:27.149 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-11T08:07:27.153 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-11T08:07:27.153 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-11T08:07:27.153 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:07:27.153 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-11T08:07:27.153 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-11T08:07:27.153 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-11T08:07:27.153 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-11T08:07:27.153 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-11T08:07:27.153 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-11T08:07:27.153 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-11T08:07:27.153 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-11T08:07:27.153 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-11T08:07:27.154 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:07:27.154 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-11T08:07:27.154 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T08:07:27.154 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-11T08:07:27.154 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-11T08:07:27.154 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:07:27.154 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-11T08:07:27.154 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-11T08:07:27.154 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-11T08:07:27.154 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-11T08:07:27.154 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-11T08:07:27.154 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-11T08:07:27.154 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "restful" 2024-02-11T08:07:27.154 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout ], 2024-02-11T08:07:27.154 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-11T08:07:27.155 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:07:27.155 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-11T08:07:27.155 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T08:07:27.155 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "modified": "2024-02-11T08:07:18.780430+0000", 2024-02-11T08:07:27.155 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-11T08:07:27.155 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:07:27.155 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-11T08:07:27.155 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout } 2024-02-11T08:07:27.155 INFO:teuthology.orchestra.run.smithi042.stdout:mgr not available, waiting (1/15)... 2024-02-11T08:07:27.617 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:27 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:27.518+0000 7f1116cc1200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T08:07:27.617 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:27 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:27.615+0000 7f1116cc1200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T08:07:27.906 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:27 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:27.700+0000 7f1116cc1200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T08:07:28.262 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:27 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:27.966+0000 7f1116cc1200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T08:07:28.262 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:28 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:28.078+0000 7f1116cc1200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T08:07:28.262 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:28 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:28.165+0000 7f1116cc1200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T08:07:28.262 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:28 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:28.261+0000 7f1116cc1200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T08:07:28.656 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:28 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:28.439+0000 7f1116cc1200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T08:07:29.545 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:29 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:29.451+0000 7f1116cc1200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T08:07:29.906 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:29 smithi042 ceph-mon[29633]: from='client.? 172.21.15.42:0/3781835066' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-11T08:07:29.906 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:29 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:29.587+0000 7f1116cc1200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T08:07:30.137 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout 2024-02-11T08:07:30.137 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout { 2024-02-11T08:07:30.137 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "fsid": "726a9232-c8b4-11ee-95b9-87774f69a715", 2024-02-11T08:07:30.138 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "health": { 2024-02-11T08:07:30.138 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-11T08:07:30.138 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-11T08:07:30.138 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-11T08:07:30.138 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:07:30.138 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-11T08:07:30.138 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-11T08:07:30.138 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout 0 2024-02-11T08:07:30.138 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout ], 2024-02-11T08:07:30.138 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-11T08:07:30.138 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "a" 2024-02-11T08:07:30.138 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout ], 2024-02-11T08:07:30.138 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-02-11T08:07:30.138 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-11T08:07:30.138 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T08:07:30.139 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-11T08:07:30.139 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-11T08:07:30.139 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:07:30.139 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-11T08:07:30.139 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T08:07:30.139 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-11T08:07:30.139 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-11T08:07:30.139 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-11T08:07:30.139 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-11T08:07:30.139 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-11T08:07:30.139 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-11T08:07:30.142 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:07:30.142 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-11T08:07:30.142 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-11T08:07:30.142 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-11T08:07:30.142 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-11T08:07:30.142 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-11T08:07:30.142 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-11T08:07:30.143 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-11T08:07:30.143 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-11T08:07:30.143 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-11T08:07:30.143 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:07:30.143 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-11T08:07:30.143 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T08:07:30.143 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-11T08:07:30.143 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-11T08:07:30.143 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:07:30.143 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-11T08:07:30.143 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-11T08:07:30.143 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-11T08:07:30.143 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-11T08:07:30.143 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-11T08:07:30.143 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-11T08:07:30.143 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "restful" 2024-02-11T08:07:30.144 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout ], 2024-02-11T08:07:30.144 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-11T08:07:30.144 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:07:30.144 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-11T08:07:30.144 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T08:07:30.144 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "modified": "2024-02-11T08:07:18.780430+0000", 2024-02-11T08:07:30.144 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-11T08:07:30.144 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:07:30.144 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-11T08:07:30.144 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout } 2024-02-11T08:07:30.144 INFO:teuthology.orchestra.run.smithi042.stdout:mgr not available, waiting (2/15)... 2024-02-11T08:07:30.232 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:29 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:29.939+0000 7f1116cc1200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T08:07:30.232 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:30 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:30.031+0000 7f1116cc1200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T08:07:30.232 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:30 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:30.231+0000 7f1116cc1200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:07:30.656 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:30 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:30.418+0000 7f1116cc1200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T08:07:30.969 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:30 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:30.707+0000 7f1116cc1200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:07:30.969 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:30 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:30.968+0000 7f1116cc1200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T08:07:31.406 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:31 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:31.211+0000 7f1116cc1200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T08:07:32.381 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:32 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:32.034+0000 7f1116cc1200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T08:07:32.655 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:32 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:32.623+0000 7f1116cc1200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T08:07:32.906 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:32 smithi042 ceph-mon[29633]: from='client.? 172.21.15.42:0/2270055833' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-11T08:07:32.906 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:32 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:32.726+0000 7f1116cc1200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T08:07:33.206 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:32 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:32.946+0000 7f1116cc1200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T08:07:33.211 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout 2024-02-11T08:07:33.211 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout { 2024-02-11T08:07:33.211 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "fsid": "726a9232-c8b4-11ee-95b9-87774f69a715", 2024-02-11T08:07:33.211 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "health": { 2024-02-11T08:07:33.211 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-11T08:07:33.211 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-11T08:07:33.211 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-11T08:07:33.211 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:07:33.211 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-11T08:07:33.211 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-11T08:07:33.211 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout 0 2024-02-11T08:07:33.211 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout ], 2024-02-11T08:07:33.211 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-11T08:07:33.211 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "a" 2024-02-11T08:07:33.211 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout ], 2024-02-11T08:07:33.211 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-02-11T08:07:33.212 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-11T08:07:33.212 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T08:07:33.212 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-11T08:07:33.212 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-11T08:07:33.212 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:07:33.212 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-11T08:07:33.212 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T08:07:33.212 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-11T08:07:33.212 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-11T08:07:33.212 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-11T08:07:33.212 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-11T08:07:33.212 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-11T08:07:33.212 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-11T08:07:33.215 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:07:33.215 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-11T08:07:33.215 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-11T08:07:33.215 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-11T08:07:33.216 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-11T08:07:33.216 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-11T08:07:33.216 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-11T08:07:33.216 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-11T08:07:33.216 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-11T08:07:33.216 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-11T08:07:33.216 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:07:33.216 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-11T08:07:33.216 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T08:07:33.216 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-11T08:07:33.216 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-11T08:07:33.216 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:07:33.216 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-11T08:07:33.216 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-11T08:07:33.217 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-11T08:07:33.217 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-11T08:07:33.217 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-11T08:07:33.217 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-11T08:07:33.217 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "restful" 2024-02-11T08:07:33.217 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout ], 2024-02-11T08:07:33.217 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-11T08:07:33.217 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:07:33.217 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-11T08:07:33.217 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T08:07:33.217 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "modified": "2024-02-11T08:07:18.780430+0000", 2024-02-11T08:07:33.217 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-11T08:07:33.217 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:07:33.217 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-11T08:07:33.217 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout } 2024-02-11T08:07:33.217 INFO:teuthology.orchestra.run.smithi042.stdout:mgr not available, waiting (3/15)... 2024-02-11T08:07:34.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:33 smithi042 ceph-mon[29633]: Activating manager daemon a 2024-02-11T08:07:34.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:33 smithi042 ceph-mon[29633]: mgrmap e2: a(active, starting, since 0.0029201s) 2024-02-11T08:07:34.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:33 smithi042 ceph-mon[29633]: from='mgr.14100 172.21.15.42:0/3763485364' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T08:07:34.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:33 smithi042 ceph-mon[29633]: from='mgr.14100 172.21.15.42:0/3763485364' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T08:07:34.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:33 smithi042 ceph-mon[29633]: from='mgr.14100 172.21.15.42:0/3763485364' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T08:07:34.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:33 smithi042 ceph-mon[29633]: from='mgr.14100 172.21.15.42:0/3763485364' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-11T08:07:34.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:33 smithi042 ceph-mon[29633]: from='mgr.14100 172.21.15.42:0/3763485364' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-11T08:07:34.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:33 smithi042 ceph-mon[29633]: Manager daemon a is now available 2024-02-11T08:07:34.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:33 smithi042 ceph-mon[29633]: from='mgr.14100 172.21.15.42:0/3763485364' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-11T08:07:34.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:33 smithi042 ceph-mon[29633]: from='mgr.14100 172.21.15.42:0/3763485364' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-11T08:07:34.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:33 smithi042 ceph-mon[29633]: from='mgr.14100 172.21.15.42:0/3763485364' entity='mgr.a' 2024-02-11T08:07:34.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:33 smithi042 ceph-mon[29633]: from='mgr.14100 172.21.15.42:0/3763485364' entity='mgr.a' 2024-02-11T08:07:34.158 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:33 smithi042 ceph-mon[29633]: from='mgr.14100 172.21.15.42:0/3763485364' entity='mgr.a' 2024-02-11T08:07:35.339 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:34 smithi042 ceph-mon[29633]: mgrmap e3: a(active, since 1.00701s) 2024-02-11T08:07:36.350 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:35 smithi042 ceph-mon[29633]: from='client.? 172.21.15.42:0/1793155275' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-11T08:07:36.608 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout 2024-02-11T08:07:36.609 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout { 2024-02-11T08:07:36.609 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "fsid": "726a9232-c8b4-11ee-95b9-87774f69a715", 2024-02-11T08:07:36.609 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "health": { 2024-02-11T08:07:36.609 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-11T08:07:36.609 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-11T08:07:36.610 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-11T08:07:36.610 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:07:36.610 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-11T08:07:36.610 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-11T08:07:36.610 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout 0 2024-02-11T08:07:36.610 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout ], 2024-02-11T08:07:36.610 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-11T08:07:36.611 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "a" 2024-02-11T08:07:36.611 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout ], 2024-02-11T08:07:36.611 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2024-02-11T08:07:36.611 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-11T08:07:36.611 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T08:07:36.611 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-11T08:07:36.611 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-11T08:07:36.611 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:07:36.611 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-11T08:07:36.611 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T08:07:36.611 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-11T08:07:36.611 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-11T08:07:36.611 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-11T08:07:36.612 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-11T08:07:36.612 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-11T08:07:36.612 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-11T08:07:36.612 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:07:36.612 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-11T08:07:36.612 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-11T08:07:36.612 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-11T08:07:36.612 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-11T08:07:36.612 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-11T08:07:36.612 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-11T08:07:36.612 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-11T08:07:36.612 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-11T08:07:36.612 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-11T08:07:36.612 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:07:36.613 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-11T08:07:36.613 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T08:07:36.613 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-11T08:07:36.613 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-11T08:07:36.613 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:07:36.613 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-11T08:07:36.613 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-11T08:07:36.613 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-11T08:07:36.613 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-11T08:07:36.613 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-11T08:07:36.613 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-11T08:07:36.613 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "restful" 2024-02-11T08:07:36.613 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout ], 2024-02-11T08:07:36.613 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-11T08:07:36.614 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:07:36.614 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-11T08:07:36.614 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T08:07:36.614 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "modified": "2024-02-11T08:07:18.780430+0000", 2024-02-11T08:07:36.614 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-11T08:07:36.614 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:07:36.614 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-11T08:07:36.614 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout } 2024-02-11T08:07:36.614 INFO:teuthology.orchestra.run.smithi042.stdout:mgr is available 2024-02-11T08:07:36.990 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:36 smithi042 ceph-mon[29633]: mgrmap e4: a(active, since 3s) 2024-02-11T08:07:37.798 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout 2024-02-11T08:07:37.798 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout [global] 2024-02-11T08:07:37.798 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout fsid = 726a9232-c8b4-11ee-95b9-87774f69a715 2024-02-11T08:07:37.798 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-02-11T08:07:37.798 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-02-11T08:07:37.798 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-02-11T08:07:37.798 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-02-11T08:07:37.799 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout 2024-02-11T08:07:37.799 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout [mgr] 2024-02-11T08:07:37.799 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-02-11T08:07:37.799 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout 2024-02-11T08:07:37.799 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout [osd] 2024-02-11T08:07:37.799 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-02-11T08:07:37.799 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-02-11T08:07:37.799 INFO:teuthology.orchestra.run.smithi042.stdout:Enabling cephadm module... 2024-02-11T08:07:38.080 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:37 smithi042 ceph-mon[29633]: from='client.? 172.21.15.42:0/2063096701' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-11T08:07:38.080 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:37 smithi042 ceph-mon[29633]: from='client.? 172.21.15.42:0/2063096701' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-11T08:07:39.733 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:39 smithi042 ceph-mon[29633]: from='client.? 172.21.15.42:0/1453133006' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-11T08:07:39.733 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:39 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: ignoring --setuser ceph since I am not root 2024-02-11T08:07:39.733 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:39 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: ignoring --setgroup ceph since I am not root 2024-02-11T08:07:40.312 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:39 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:39.990+0000 7fb1031d9200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T08:07:40.312 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:40 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:40.089+0000 7fb1031d9200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T08:07:40.656 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:40 smithi042 ceph-mon[29633]: from='client.? 172.21.15.42:0/1453133006' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-11T08:07:40.656 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:40 smithi042 ceph-mon[29633]: mgrmap e5: a(active, since 6s) 2024-02-11T08:07:40.973 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:40 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:40.761+0000 7fb1031d9200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T08:07:40.973 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:40 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:40.856+0000 7fb1031d9200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T08:07:41.223 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:41 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:41.000+0000 7fb1031d9200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T08:07:41.224 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:41 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:41.098+0000 7fb1031d9200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T08:07:41.224 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:41 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:41.184+0000 7fb1031d9200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T08:07:41.226 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout { 2024-02-11T08:07:41.226 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-02-11T08:07:41.226 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-11T08:07:41.226 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-02-11T08:07:41.226 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-02-11T08:07:41.227 INFO:teuthology.orchestra.run.smithi042.stdout:/usr/bin/ceph: stdout } 2024-02-11T08:07:41.227 INFO:teuthology.orchestra.run.smithi042.stdout:Waiting for the mgr to restart... 2024-02-11T08:07:41.227 INFO:teuthology.orchestra.run.smithi042.stdout:Waiting for mgr epoch 5... 2024-02-11T08:07:41.569 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:41 smithi042 ceph-mon[29633]: from='client.? 172.21.15.42:0/4288238458' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-11T08:07:41.569 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:41 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:41.459+0000 7fb1031d9200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T08:07:41.907 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:41 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:41.572+0000 7fb1031d9200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T08:07:41.907 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:41 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:41.662+0000 7fb1031d9200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T08:07:41.907 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:41 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:41.760+0000 7fb1031d9200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T08:07:42.406 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:41 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:41.938+0000 7fb1031d9200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T08:07:43.392 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:42 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:42.921+0000 7fb1031d9200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T08:07:43.393 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:43 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:43.055+0000 7fb1031d9200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T08:07:43.393 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:43 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:43.391+0000 7fb1031d9200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T08:07:43.656 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:43 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:43.483+0000 7fb1031d9200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T08:07:44.156 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:43 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:43.682+0000 7fb1031d9200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:07:44.156 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:43 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:43.869+0000 7fb1031d9200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T08:07:44.420 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:44 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:44.157+0000 7fb1031d9200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:07:44.420 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:44 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:44.419+0000 7fb1031d9200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T08:07:44.906 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:44 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:44.659+0000 7fb1031d9200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T08:07:45.906 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:45.478+0000 7fb1031d9200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T08:07:46.378 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:46 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:46.058+0000 7fb1031d9200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T08:07:46.378 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:46 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:46.158+0000 7fb1031d9200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T08:07:46.378 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:46 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:46.377+0000 7fb1031d9200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T08:07:46.656 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:46 smithi042 ceph-mon[29633]: Active manager daemon a restarted 2024-02-11T08:07:46.656 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:46 smithi042 ceph-mon[29633]: Activating manager daemon a 2024-02-11T08:07:46.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:46 smithi042 ceph-mon[29633]: osdmap e2: 0 total, 0 up, 0 in 2024-02-11T08:07:46.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:46 smithi042 ceph-mon[29633]: mgrmap e6: a(active, starting, since 0.0033371s) 2024-02-11T08:07:46.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:46 smithi042 ceph-mon[29633]: from='mgr.14120 172.21.15.42:0/1009400651' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-11T08:07:46.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:46 smithi042 ceph-mon[29633]: from='mgr.14120 172.21.15.42:0/1009400651' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-11T08:07:46.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:46 smithi042 ceph-mon[29633]: from='mgr.14120 172.21.15.42:0/1009400651' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T08:07:46.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:46 smithi042 ceph-mon[29633]: from='mgr.14120 172.21.15.42:0/1009400651' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T08:07:46.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:46 smithi042 ceph-mon[29633]: from='mgr.14120 172.21.15.42:0/1009400651' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T08:07:46.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:46 smithi042 ceph-mon[29633]: Manager daemon a is now available 2024-02-11T08:07:46.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:46 smithi042 ceph-mon[29633]: from='mgr.14120 172.21.15.42:0/1009400651' entity='mgr.a' 2024-02-11T08:07:46.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:46 smithi042 ceph-mon[29633]: from='mgr.14120 172.21.15.42:0/1009400651' entity='mgr.a' 2024-02-11T08:07:46.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:46 smithi042 ceph-mon[29633]: from='mgr.14120 172.21.15.42:0/1009400651' entity='mgr.a' 2024-02-11T08:07:46.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:46 smithi042 ceph-mon[29633]: from='mgr.14120 172.21.15.42:0/1009400651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T08:07:46.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:46 smithi042 ceph-mon[29633]: from='mgr.14120 172.21.15.42:0/1009400651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T08:07:47.656 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-mon[29633]: Found migration_current of "None". Setting to last migration. 2024-02-11T08:07:47.656 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-mon[29633]: from='mgr.14120 172.21.15.42:0/1009400651' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T08:07:47.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-mon[29633]: from='mgr.14120 172.21.15.42:0/1009400651' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-11T08:07:47.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-mon[29633]: from='mgr.14120 172.21.15.42:0/1009400651' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-11T08:07:47.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-mon[29633]: from='mgr.14120 172.21.15.42:0/1009400651' entity='mgr.a' 2024-02-11T08:07:47.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-mon[29633]: from='mgr.14120 172.21.15.42:0/1009400651' entity='mgr.a' 2024-02-11T08:07:47.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-mon[29633]: mgrmap e7: a(active, since 1.00524s) 2024-02-11T08:07:47.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 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-11T08:07:47.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: *** Caught signal (Aborted) ** 2024-02-11T08:07:47.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: in thread 7fb0f93fb700 thread_name:admin_socket 2024-02-11T08:07:47.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:07:47.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fb100797d20] 2024-02-11T08:07:47.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2: gsignal() 2024-02-11T08:07:47.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 3: abort() 2024-02-11T08:07:47.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 4: /lib64/libc.so.6(+0x21d39) [0x7fb0fec72d39] 2024-02-11T08:07:47.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 5: /lib64/libc.so.6(+0x46e86) [0x7fb0fec97e86] 2024-02-11T08:07:47.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fb1018e3785] 2024-02-11T08:07:47.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fb1018e4f75] 2024-02-11T08:07:47.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fb1018e3baf] 2024-02-11T08:07:47.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 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) [0x7fb1018efb6d] 2024-02-11T08:07:47.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 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) [0x7fb1018e9f69] 2024-02-11T08:07:47.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fb1018eba4b] 2024-02-11T08:07:47.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 12: (AdminSocket::entry()+0x4de) [0x7fb1018ec2ae] 2024-02-11T08:07:47.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fb0ff683b23] 2024-02-11T08:07:47.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fb10078d1ca] 2024-02-11T08:07:47.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 15: clone() 2024-02-11T08:07:47.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:47.396+0000 7fb0f93fb700 -1 *** Caught signal (Aborted) ** 2024-02-11T08:07:47.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: in thread 7fb0f93fb700 thread_name:admin_socket 2024-02-11T08:07:47.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:47.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:07:47.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fb100797d20] 2024-02-11T08:07:47.660 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2: gsignal() 2024-02-11T08:07:47.660 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 3: abort() 2024-02-11T08:07:47.660 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 4: /lib64/libc.so.6(+0x21d39) [0x7fb0fec72d39] 2024-02-11T08:07:47.660 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 5: /lib64/libc.so.6(+0x46e86) [0x7fb0fec97e86] 2024-02-11T08:07:47.660 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fb1018e3785] 2024-02-11T08:07:47.660 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fb1018e4f75] 2024-02-11T08:07:47.660 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fb1018e3baf] 2024-02-11T08:07:47.660 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 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) [0x7fb1018efb6d] 2024-02-11T08:07:47.660 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 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) [0x7fb1018e9f69] 2024-02-11T08:07:47.660 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fb1018eba4b] 2024-02-11T08:07:47.660 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 12: (AdminSocket::entry()+0x4de) [0x7fb1018ec2ae] 2024-02-11T08:07:47.660 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fb0ff683b23] 2024-02-11T08:07:47.660 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fb10078d1ca] 2024-02-11T08:07:47.661 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 15: clone() 2024-02-11T08:07:47.661 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T08:07:47.661 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:47.661 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -3244> 2024-02-11T08:07:39.990+0000 7fb1031d9200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T08:07:47.661 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -3223> 2024-02-11T08:07:40.089+0000 7fb1031d9200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T08:07:47.661 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2981> 2024-02-11T08:07:40.761+0000 7fb1031d9200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T08:07:47.661 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2939> 2024-02-11T08:07:40.856+0000 7fb1031d9200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T08:07:47.661 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2912> 2024-02-11T08:07:41.000+0000 7fb1031d9200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T08:07:47.661 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2890> 2024-02-11T08:07:41.098+0000 7fb1031d9200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T08:07:47.661 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2878> 2024-02-11T08:07:41.184+0000 7fb1031d9200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T08:07:47.661 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2859> 2024-02-11T08:07:41.459+0000 7fb1031d9200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T08:07:47.661 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2827> 2024-02-11T08:07:41.572+0000 7fb1031d9200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T08:07:47.661 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2807> 2024-02-11T08:07:41.662+0000 7fb1031d9200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T08:07:47.661 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2789> 2024-02-11T08:07:41.760+0000 7fb1031d9200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T08:07:47.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2762> 2024-02-11T08:07:41.938+0000 7fb1031d9200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T08:07:47.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2709> 2024-02-11T08:07:42.921+0000 7fb1031d9200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T08:07:47.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2695> 2024-02-11T08:07:43.055+0000 7fb1031d9200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T08:07:47.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2636> 2024-02-11T08:07:43.391+0000 7fb1031d9200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T08:07:47.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2615> 2024-02-11T08:07:43.483+0000 7fb1031d9200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T08:07:47.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2603> 2024-02-11T08:07:43.682+0000 7fb1031d9200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:07:47.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2563> 2024-02-11T08:07:43.869+0000 7fb1031d9200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T08:07:47.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2468> 2024-02-11T08:07:44.157+0000 7fb1031d9200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:07:47.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2457> 2024-02-11T08:07:44.419+0000 7fb1031d9200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T08:07:47.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2393> 2024-02-11T08:07:44.659+0000 7fb1031d9200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T08:07:47.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2240> 2024-02-11T08:07:45.478+0000 7fb1031d9200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T08:07:47.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2216> 2024-02-11T08:07:46.058+0000 7fb1031d9200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T08:07:47.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2202> 2024-02-11T08:07:46.158+0000 7fb1031d9200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T08:07:47.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2175> 2024-02-11T08:07:46.377+0000 7fb1031d9200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T08:07:47.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 0> 2024-02-11T08:07:47.396+0000 7fb0f93fb700 -1 *** Caught signal (Aborted) ** 2024-02-11T08:07:47.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: in thread 7fb0f93fb700 thread_name:admin_socket 2024-02-11T08:07:47.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:47.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:07:47.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fb100797d20] 2024-02-11T08:07:47.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2: gsignal() 2024-02-11T08:07:47.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 3: abort() 2024-02-11T08:07:47.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 4: /lib64/libc.so.6(+0x21d39) [0x7fb0fec72d39] 2024-02-11T08:07:47.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 5: /lib64/libc.so.6(+0x46e86) [0x7fb0fec97e86] 2024-02-11T08:07:47.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fb1018e3785] 2024-02-11T08:07:47.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fb1018e4f75] 2024-02-11T08:07:47.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fb1018e3baf] 2024-02-11T08:07:47.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 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) [0x7fb1018efb6d] 2024-02-11T08:07:47.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 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) [0x7fb1018e9f69] 2024-02-11T08:07:47.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fb1018eba4b] 2024-02-11T08:07:47.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 12: (AdminSocket::entry()+0x4de) [0x7fb1018ec2ae] 2024-02-11T08:07:47.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fb0ff683b23] 2024-02-11T08:07:47.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fb10078d1ca] 2024-02-11T08:07:47.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 15: clone() 2024-02-11T08:07:47.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T08:07:47.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:47.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -3244> 2024-02-11T08:07:39.990+0000 7fb1031d9200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T08:07:47.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -3223> 2024-02-11T08:07:40.089+0000 7fb1031d9200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T08:07:47.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2981> 2024-02-11T08:07:40.761+0000 7fb1031d9200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T08:07:47.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2939> 2024-02-11T08:07:40.856+0000 7fb1031d9200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T08:07:47.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2912> 2024-02-11T08:07:41.000+0000 7fb1031d9200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T08:07:47.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2890> 2024-02-11T08:07:41.098+0000 7fb1031d9200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T08:07:47.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2878> 2024-02-11T08:07:41.184+0000 7fb1031d9200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T08:07:47.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2859> 2024-02-11T08:07:41.459+0000 7fb1031d9200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T08:07:47.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2827> 2024-02-11T08:07:41.572+0000 7fb1031d9200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T08:07:47.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2807> 2024-02-11T08:07:41.662+0000 7fb1031d9200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T08:07:47.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2789> 2024-02-11T08:07:41.760+0000 7fb1031d9200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T08:07:47.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2762> 2024-02-11T08:07:41.938+0000 7fb1031d9200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T08:07:47.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2709> 2024-02-11T08:07:42.921+0000 7fb1031d9200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T08:07:47.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2695> 2024-02-11T08:07:43.055+0000 7fb1031d9200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T08:07:47.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2636> 2024-02-11T08:07:43.391+0000 7fb1031d9200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T08:07:47.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2615> 2024-02-11T08:07:43.483+0000 7fb1031d9200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T08:07:47.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2603> 2024-02-11T08:07:43.682+0000 7fb1031d9200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:07:47.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2563> 2024-02-11T08:07:43.869+0000 7fb1031d9200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T08:07:47.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2468> 2024-02-11T08:07:44.157+0000 7fb1031d9200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:07:47.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2457> 2024-02-11T08:07:44.419+0000 7fb1031d9200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T08:07:47.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2393> 2024-02-11T08:07:44.659+0000 7fb1031d9200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T08:07:47.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2240> 2024-02-11T08:07:45.478+0000 7fb1031d9200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T08:07:47.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2216> 2024-02-11T08:07:46.058+0000 7fb1031d9200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T08:07:47.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2202> 2024-02-11T08:07:46.158+0000 7fb1031d9200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T08:07:47.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: -2175> 2024-02-11T08:07:46.377+0000 7fb1031d9200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T08:07:47.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 0> 2024-02-11T08:07:47.396+0000 7fb0f93fb700 -1 *** Caught signal (Aborted) ** 2024-02-11T08:07:47.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: in thread 7fb0f93fb700 thread_name:admin_socket 2024-02-11T08:07:47.667 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:47.667 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:07:47.667 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fb100797d20] 2024-02-11T08:07:47.667 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2: gsignal() 2024-02-11T08:07:47.667 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 3: abort() 2024-02-11T08:07:47.667 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 4: /lib64/libc.so.6(+0x21d39) [0x7fb0fec72d39] 2024-02-11T08:07:47.667 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 5: /lib64/libc.so.6(+0x46e86) [0x7fb0fec97e86] 2024-02-11T08:07:47.667 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fb1018e3785] 2024-02-11T08:07:47.667 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fb1018e4f75] 2024-02-11T08:07:47.667 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fb1018e3baf] 2024-02-11T08:07:47.667 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 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) [0x7fb1018efb6d] 2024-02-11T08:07:47.667 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 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) [0x7fb1018e9f69] 2024-02-11T08:07:47.667 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fb1018eba4b] 2024-02-11T08:07:47.667 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 12: (AdminSocket::entry()+0x4de) [0x7fb1018ec2ae] 2024-02-11T08:07:47.668 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fb0ff683b23] 2024-02-11T08:07:47.668 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fb10078d1ca] 2024-02-11T08:07:47.668 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 15: clone() 2024-02-11T08:07:47.668 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T08:07:47.668 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[29864]: 2024-02-11T08:07:47.668 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:47 smithi042 podman[30701]: 2024-02-11 08:07:47.460265076 +0000 UTC m=+0.019696860 container died aafe496920eb822639917b0e42b635fbb68337d104efad7a5196f399ca67d0d7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240131, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275) 2024-02-11T08:07:48.406 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:48 smithi042 podman[30701]: 2024-02-11 08:07:48.056257287 +0000 UTC m=+0.615689118 container remove aafe496920eb822639917b0e42b635fbb68337d104efad7a5196f399ca67d0d7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240131, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, io.buildah.version=1.33.2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275) 2024-02-11T08:07:48.407 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:48 smithi042 systemd[1]: ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-11T08:07:48.407 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:48 smithi042 systemd[1]: ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-11T08:07:48.407 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:48 smithi042 systemd[1]: ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mgr.a.service: Consumed 16.757s CPU time. 2024-02-11T08:07:58.761 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:58 smithi042 systemd[1]: ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 1. 2024-02-11T08:07:58.761 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:58 smithi042 systemd[1]: Stopped Ceph mgr.a for 726a9232-c8b4-11ee-95b9-87774f69a715. 2024-02-11T08:07:58.761 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:58 smithi042 systemd[1]: ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mgr.a.service: Consumed 16.757s CPU time. 2024-02-11T08:07:58.761 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:58 smithi042 systemd[1]: Starting Ceph mgr.a for 726a9232-c8b4-11ee-95b9-87774f69a715... 2024-02-11T08:07:58.762 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:58 smithi042 podman[30796]: 2024-02-11 08:07:58.549058594 +0000 UTC m=+0.018414285 image pull e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-11T08:07:58.762 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:58 smithi042 podman[30796]: 2024-02-11 08:07:58.65645542 +0000 UTC m=+0.125811095 container create d09163262b2d229b7915de83982c6b19b3cfef745751c574a1e6482c62f8b4b2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240131, GIT_CLEAN=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, ceph=True, io.buildah.version=1.33.2) 2024-02-11T08:07:59.156 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:58 smithi042 podman[30796]: 2024-02-11 08:07:58.859092058 +0000 UTC m=+0.328447749 container init d09163262b2d229b7915de83982c6b19b3cfef745751c574a1e6482c62f8b4b2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.license=GPLv2, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux , io.buildah.version=1.33.2, org.label-schema.build-date=20240131, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275) 2024-02-11T08:07:59.156 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:58 smithi042 podman[30796]: 2024-02-11 08:07:58.861471141 +0000 UTC m=+0.330826817 container start d09163262b2d229b7915de83982c6b19b3cfef745751c574a1e6482c62f8b4b2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-726a9232-c8b4-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, org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-02-11T08:07:59.157 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:58 smithi042 bash[30796]: d09163262b2d229b7915de83982c6b19b3cfef745751c574a1e6482c62f8b4b2 2024-02-11T08:07:59.157 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:58 smithi042 systemd[1]: Started Ceph mgr.a for 726a9232-c8b4-11ee-95b9-87774f69a715. 2024-02-11T08:07:59.526 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:59 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2024-02-11T08:07:59.428+0000 7fce4b88a200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T08:07:59.526 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:07:59 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2024-02-11T08:07:59.525+0000 7fce4b88a200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T08:08:00.433 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:00 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2024-02-11T08:08:00.194+0000 7fce4b88a200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T08:08:00.433 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:00 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2024-02-11T08:08:00.288+0000 7fce4b88a200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T08:08:00.882 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:00 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2024-02-11T08:08:00.431+0000 7fce4b88a200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T08:08:00.882 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:00 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2024-02-11T08:08:00.530+0000 7fce4b88a200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T08:08:00.882 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:00 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2024-02-11T08:08:00.614+0000 7fce4b88a200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T08:08:00.882 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:00 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2024-02-11T08:08:00.881+0000 7fce4b88a200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T08:08:01.156 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:00 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2024-02-11T08:08:00.993+0000 7fce4b88a200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T08:08:01.156 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:01 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2024-02-11T08:08:01.080+0000 7fce4b88a200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T08:08:01.656 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:01 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2024-02-11T08:08:01.178+0000 7fce4b88a200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T08:08:01.656 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:01 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2024-02-11T08:08:01.355+0000 7fce4b88a200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T08:08:02.656 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:02 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2024-02-11T08:08:02.358+0000 7fce4b88a200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T08:08:02.656 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:02 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2024-02-11T08:08:02.492+0000 7fce4b88a200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T08:08:03.120 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:02 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2024-02-11T08:08:02.829+0000 7fce4b88a200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T08:08:03.121 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:02 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2024-02-11T08:08:02.921+0000 7fce4b88a200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T08:08:03.121 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:03 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2024-02-11T08:08:03.119+0000 7fce4b88a200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:08:03.406 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:03 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2024-02-11T08:08:03.307+0000 7fce4b88a200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T08:08:03.860 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:03 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2024-02-11T08:08:03.596+0000 7fce4b88a200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:08:03.860 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:03 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2024-02-11T08:08:03.859+0000 7fce4b88a200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T08:08:04.156 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:04 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2024-02-11T08:08:04.099+0000 7fce4b88a200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T08:08:05.406 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:04 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2024-02-11T08:08:04.923+0000 7fce4b88a200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T08:08:05.825 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2024-02-11T08:08:05.505+0000 7fce4b88a200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T08:08:05.825 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2024-02-11T08:08:05.605+0000 7fce4b88a200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T08:08:05.825 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2024-02-11T08:08:05.824+0000 7fce4b88a200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T08:08:06.156 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:05 smithi042 ceph-mon[29633]: Active manager daemon a restarted 2024-02-11T08:08:06.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:05 smithi042 ceph-mon[29633]: Activating manager daemon a 2024-02-11T08:08:06.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:05 smithi042 ceph-mon[29633]: osdmap e3: 0 total, 0 up, 0 in 2024-02-11T08:08:06.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:05 smithi042 ceph-mon[29633]: mgrmap e8: a(active, starting, since 0.00320103s) 2024-02-11T08:08:06.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:05 smithi042 ceph-mon[29633]: from='mgr.14132 172.21.15.42:0/4146170859' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-11T08:08:06.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:05 smithi042 ceph-mon[29633]: from='mgr.14132 172.21.15.42:0/4146170859' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-11T08:08:06.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:05 smithi042 ceph-mon[29633]: from='mgr.14132 172.21.15.42:0/4146170859' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T08:08:06.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:05 smithi042 ceph-mon[29633]: from='mgr.14132 172.21.15.42:0/4146170859' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T08:08:06.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:05 smithi042 ceph-mon[29633]: from='mgr.14132 172.21.15.42:0/4146170859' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T08:08:06.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:05 smithi042 ceph-mon[29633]: Manager daemon a is now available 2024-02-11T08:08:06.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:05 smithi042 ceph-mon[29633]: from='mgr.14132 172.21.15.42:0/4146170859' entity='mgr.a' 2024-02-11T08:08:06.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:05 smithi042 ceph-mon[29633]: from='mgr.14132 172.21.15.42:0/4146170859' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T08:08:06.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:05 smithi042 ceph-mon[29633]: from='mgr.14132 172.21.15.42:0/4146170859' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T08:08:06.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:05 smithi042 ceph-mon[29633]: from='mgr.14132 172.21.15.42:0/4146170859' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T08:08:07.156 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-mon[29633]: from='mgr.14132 172.21.15.42:0/4146170859' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-11T08:08:07.156 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-mon[29633]: from='mgr.14132 172.21.15.42:0/4146170859' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-11T08:08:07.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-mon[29633]: mgrmap e9: a(active, since 1.00611s) 2024-02-11T08:08:07.157 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 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-11T08:08:07.157 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: *** Caught signal (Aborted) ** 2024-02-11T08:08:07.157 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: in thread 7fce4168e700 thread_name:admin_socket 2024-02-11T08:08:07.157 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:08:07.158 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fce48e48d20] 2024-02-11T08:08:07.158 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2: gsignal() 2024-02-11T08:08:07.158 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 3: abort() 2024-02-11T08:08:07.158 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 4: /lib64/libc.so.6(+0x21d39) [0x7fce47323d39] 2024-02-11T08:08:07.158 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 5: /lib64/libc.so.6(+0x46e86) [0x7fce47348e86] 2024-02-11T08:08:07.158 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fce49f94785] 2024-02-11T08:08:07.158 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fce49f95f75] 2024-02-11T08:08:07.158 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fce49f94baf] 2024-02-11T08:08:07.158 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 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) [0x7fce49fa0b6d] 2024-02-11T08:08:07.158 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 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) [0x7fce49f9af69] 2024-02-11T08:08:07.158 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fce49f9ca4b] 2024-02-11T08:08:07.158 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 12: (AdminSocket::entry()+0x4de) [0x7fce49f9d2ae] 2024-02-11T08:08:07.158 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fce47d34b23] 2024-02-11T08:08:07.159 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fce48e3e1ca] 2024-02-11T08:08:07.159 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 15: clone() 2024-02-11T08:08:07.159 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2024-02-11T08:08:06.844+0000 7fce4168e700 -1 *** Caught signal (Aborted) ** 2024-02-11T08:08:07.159 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: in thread 7fce4168e700 thread_name:admin_socket 2024-02-11T08:08:07.159 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2024-02-11T08:08:07.159 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:08:07.159 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fce48e48d20] 2024-02-11T08:08:07.159 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2: gsignal() 2024-02-11T08:08:07.159 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 3: abort() 2024-02-11T08:08:07.159 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 4: /lib64/libc.so.6(+0x21d39) [0x7fce47323d39] 2024-02-11T08:08:07.159 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 5: /lib64/libc.so.6(+0x46e86) [0x7fce47348e86] 2024-02-11T08:08:07.159 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fce49f94785] 2024-02-11T08:08:07.159 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fce49f95f75] 2024-02-11T08:08:07.159 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fce49f94baf] 2024-02-11T08:08:07.159 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 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) [0x7fce49fa0b6d] 2024-02-11T08:08:07.160 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 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) [0x7fce49f9af69] 2024-02-11T08:08:07.160 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fce49f9ca4b] 2024-02-11T08:08:07.160 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 12: (AdminSocket::entry()+0x4de) [0x7fce49f9d2ae] 2024-02-11T08:08:07.160 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fce47d34b23] 2024-02-11T08:08:07.160 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fce48e3e1ca] 2024-02-11T08:08:07.160 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 15: clone() 2024-02-11T08:08:07.160 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T08:08:07.160 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2024-02-11T08:08:07.160 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -3106> 2024-02-11T08:07:59.428+0000 7fce4b88a200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T08:08:07.160 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -3085> 2024-02-11T08:07:59.525+0000 7fce4b88a200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T08:08:07.160 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2843> 2024-02-11T08:08:00.194+0000 7fce4b88a200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T08:08:07.160 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2801> 2024-02-11T08:08:00.288+0000 7fce4b88a200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T08:08:07.160 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2774> 2024-02-11T08:08:00.431+0000 7fce4b88a200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T08:08:07.161 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2752> 2024-02-11T08:08:00.530+0000 7fce4b88a200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T08:08:07.161 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2740> 2024-02-11T08:08:00.614+0000 7fce4b88a200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T08:08:07.161 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2721> 2024-02-11T08:08:00.881+0000 7fce4b88a200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T08:08:07.161 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2689> 2024-02-11T08:08:00.993+0000 7fce4b88a200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T08:08:07.161 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2669> 2024-02-11T08:08:01.080+0000 7fce4b88a200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T08:08:07.161 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2651> 2024-02-11T08:08:01.178+0000 7fce4b88a200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T08:08:07.161 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2624> 2024-02-11T08:08:01.355+0000 7fce4b88a200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T08:08:07.161 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2571> 2024-02-11T08:08:02.358+0000 7fce4b88a200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T08:08:07.161 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2557> 2024-02-11T08:08:02.492+0000 7fce4b88a200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T08:08:07.161 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2498> 2024-02-11T08:08:02.829+0000 7fce4b88a200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T08:08:07.161 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2477> 2024-02-11T08:08:02.921+0000 7fce4b88a200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T08:08:07.161 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2465> 2024-02-11T08:08:03.119+0000 7fce4b88a200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:08:07.162 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2425> 2024-02-11T08:08:03.307+0000 7fce4b88a200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T08:08:07.162 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2330> 2024-02-11T08:08:03.596+0000 7fce4b88a200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:08:07.162 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2319> 2024-02-11T08:08:03.859+0000 7fce4b88a200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T08:08:07.162 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2255> 2024-02-11T08:08:04.099+0000 7fce4b88a200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T08:08:07.162 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2102> 2024-02-11T08:08:04.923+0000 7fce4b88a200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T08:08:07.162 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2078> 2024-02-11T08:08:05.505+0000 7fce4b88a200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T08:08:07.162 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2064> 2024-02-11T08:08:05.605+0000 7fce4b88a200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T08:08:07.162 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2037> 2024-02-11T08:08:05.824+0000 7fce4b88a200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T08:08:07.163 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 0> 2024-02-11T08:08:06.844+0000 7fce4168e700 -1 *** Caught signal (Aborted) ** 2024-02-11T08:08:07.163 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: in thread 7fce4168e700 thread_name:admin_socket 2024-02-11T08:08:07.163 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2024-02-11T08:08:07.163 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:08:07.163 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fce48e48d20] 2024-02-11T08:08:07.163 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2: gsignal() 2024-02-11T08:08:07.163 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 3: abort() 2024-02-11T08:08:07.163 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 4: /lib64/libc.so.6(+0x21d39) [0x7fce47323d39] 2024-02-11T08:08:07.163 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 5: /lib64/libc.so.6(+0x46e86) [0x7fce47348e86] 2024-02-11T08:08:07.163 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fce49f94785] 2024-02-11T08:08:07.163 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fce49f95f75] 2024-02-11T08:08:07.163 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fce49f94baf] 2024-02-11T08:08:07.163 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 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) [0x7fce49fa0b6d] 2024-02-11T08:08:07.163 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 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) [0x7fce49f9af69] 2024-02-11T08:08:07.164 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fce49f9ca4b] 2024-02-11T08:08:07.164 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 12: (AdminSocket::entry()+0x4de) [0x7fce49f9d2ae] 2024-02-11T08:08:07.164 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fce47d34b23] 2024-02-11T08:08:07.164 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fce48e3e1ca] 2024-02-11T08:08:07.164 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 15: clone() 2024-02-11T08:08:07.164 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T08:08:07.164 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2024-02-11T08:08:07.164 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -3106> 2024-02-11T08:07:59.428+0000 7fce4b88a200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T08:08:07.164 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -3085> 2024-02-11T08:07:59.525+0000 7fce4b88a200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T08:08:07.164 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2843> 2024-02-11T08:08:00.194+0000 7fce4b88a200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T08:08:07.164 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2801> 2024-02-11T08:08:00.288+0000 7fce4b88a200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T08:08:07.165 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2774> 2024-02-11T08:08:00.431+0000 7fce4b88a200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T08:08:07.165 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2752> 2024-02-11T08:08:00.530+0000 7fce4b88a200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T08:08:07.165 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2740> 2024-02-11T08:08:00.614+0000 7fce4b88a200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T08:08:07.165 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2721> 2024-02-11T08:08:00.881+0000 7fce4b88a200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T08:08:07.165 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2689> 2024-02-11T08:08:00.993+0000 7fce4b88a200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T08:08:07.165 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2669> 2024-02-11T08:08:01.080+0000 7fce4b88a200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T08:08:07.165 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2651> 2024-02-11T08:08:01.178+0000 7fce4b88a200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T08:08:07.165 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2624> 2024-02-11T08:08:01.355+0000 7fce4b88a200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T08:08:07.165 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2571> 2024-02-11T08:08:02.358+0000 7fce4b88a200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T08:08:07.165 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2557> 2024-02-11T08:08:02.492+0000 7fce4b88a200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T08:08:07.165 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2498> 2024-02-11T08:08:02.829+0000 7fce4b88a200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T08:08:07.165 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2477> 2024-02-11T08:08:02.921+0000 7fce4b88a200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T08:08:07.165 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2465> 2024-02-11T08:08:03.119+0000 7fce4b88a200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:08:07.165 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2425> 2024-02-11T08:08:03.307+0000 7fce4b88a200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T08:08:07.165 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2330> 2024-02-11T08:08:03.596+0000 7fce4b88a200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:08:07.166 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2319> 2024-02-11T08:08:03.859+0000 7fce4b88a200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T08:08:07.166 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2255> 2024-02-11T08:08:04.099+0000 7fce4b88a200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T08:08:07.166 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2102> 2024-02-11T08:08:04.923+0000 7fce4b88a200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T08:08:07.166 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2078> 2024-02-11T08:08:05.505+0000 7fce4b88a200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T08:08:07.166 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2064> 2024-02-11T08:08:05.605+0000 7fce4b88a200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T08:08:07.166 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: -2037> 2024-02-11T08:08:05.824+0000 7fce4b88a200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T08:08:07.166 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 0> 2024-02-11T08:08:06.844+0000 7fce4168e700 -1 *** Caught signal (Aborted) ** 2024-02-11T08:08:07.166 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: in thread 7fce4168e700 thread_name:admin_socket 2024-02-11T08:08:07.166 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2024-02-11T08:08:07.166 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:08:07.166 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fce48e48d20] 2024-02-11T08:08:07.166 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2: gsignal() 2024-02-11T08:08:07.166 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 3: abort() 2024-02-11T08:08:07.167 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 4: /lib64/libc.so.6(+0x21d39) [0x7fce47323d39] 2024-02-11T08:08:07.167 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 5: /lib64/libc.so.6(+0x46e86) [0x7fce47348e86] 2024-02-11T08:08:07.167 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fce49f94785] 2024-02-11T08:08:07.167 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fce49f95f75] 2024-02-11T08:08:07.167 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fce49f94baf] 2024-02-11T08:08:07.167 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 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) [0x7fce49fa0b6d] 2024-02-11T08:08:07.167 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 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) [0x7fce49f9af69] 2024-02-11T08:08:07.167 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fce49f9ca4b] 2024-02-11T08:08:07.167 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 12: (AdminSocket::entry()+0x4de) [0x7fce49f9d2ae] 2024-02-11T08:08:07.167 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fce47d34b23] 2024-02-11T08:08:07.167 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fce48e3e1ca] 2024-02-11T08:08:07.167 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 15: clone() 2024-02-11T08:08:07.167 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T08:08:07.167 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[30811]: 2024-02-11T08:08:07.168 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:06 smithi042 podman[31051]: 2024-02-11 08:08:06.903766958 +0000 UTC m=+0.018912120 container died d09163262b2d229b7915de83982c6b19b3cfef745751c574a1e6482c62f8b4b2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.license=GPLv2, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.2, org.label-schema.schema-version=1.0) 2024-02-11T08:08:07.906 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:07 smithi042 podman[31051]: 2024-02-11 08:08:07.595809804 +0000 UTC m=+0.710955009 container remove d09163262b2d229b7915de83982c6b19b3cfef745751c574a1e6482c62f8b4b2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.build-date=20240131, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.33.2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True) 2024-02-11T08:08:07.907 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:07 smithi042 systemd[1]: ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-11T08:08:07.907 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:07 smithi042 systemd[1]: ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-11T08:08:07.907 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:07 smithi042 systemd[1]: ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mgr.a.service: Consumed 9.018s CPU time. 2024-02-11T08:08:18.234 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:17 smithi042 systemd[1]: ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 2. 2024-02-11T08:08:18.234 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:17 smithi042 systemd[1]: Stopped Ceph mgr.a for 726a9232-c8b4-11ee-95b9-87774f69a715. 2024-02-11T08:08:18.234 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:17 smithi042 systemd[1]: ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mgr.a.service: Consumed 9.018s CPU time. 2024-02-11T08:08:18.234 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:17 smithi042 systemd[1]: Starting Ceph mgr.a for 726a9232-c8b4-11ee-95b9-87774f69a715... 2024-02-11T08:08:18.234 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:18 smithi042 podman[31144]: 2024-02-11 08:08:18.121001696 +0000 UTC m=+0.098787736 container create 22c713998d9ea196fd5598e07da0a45bc3e7e6f429e0c1979ecd4fcac7e0fa6e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20240131, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, io.buildah.version=1.33.2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-02-11T08:08:18.234 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:18 smithi042 podman[31144]: 2024-02-11 08:08:18.039798282 +0000 UTC m=+0.017584281 image pull e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-11T08:08:18.657 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:18 smithi042 podman[31144]: 2024-02-11 08:08:18.373666914 +0000 UTC m=+0.351452915 container init 22c713998d9ea196fd5598e07da0a45bc3e7e6f429e0c1979ecd4fcac7e0fa6e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a, org.label-schema.build-date=20240131, GIT_CLEAN=True, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, ceph=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.33.2) 2024-02-11T08:08:18.657 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:18 smithi042 podman[31144]: 2024-02-11 08:08:18.376035433 +0000 UTC m=+0.353821433 container start 22c713998d9ea196fd5598e07da0a45bc3e7e6f429e0c1979ecd4fcac7e0fa6e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240131, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.vendor=CentOS, io.buildah.version=1.33.2, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b) 2024-02-11T08:08:18.657 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:18 smithi042 bash[31144]: 22c713998d9ea196fd5598e07da0a45bc3e7e6f429e0c1979ecd4fcac7e0fa6e 2024-02-11T08:08:18.657 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:18 smithi042 systemd[1]: Started Ceph mgr.a for 726a9232-c8b4-11ee-95b9-87774f69a715. 2024-02-11T08:08:19.406 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:18 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2024-02-11T08:08:18.929+0000 7f548a3a5200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T08:08:19.407 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:19 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2024-02-11T08:08:19.025+0000 7f548a3a5200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T08:08:20.027 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:19 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2024-02-11T08:08:19.689+0000 7f548a3a5200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T08:08:20.027 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:19 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2024-02-11T08:08:19.784+0000 7f548a3a5200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T08:08:20.028 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:19 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2024-02-11T08:08:19.928+0000 7f548a3a5200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T08:08:20.381 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:20 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2024-02-11T08:08:20.026+0000 7f548a3a5200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T08:08:20.381 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:20 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2024-02-11T08:08:20.112+0000 7f548a3a5200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T08:08:20.381 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:20 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2024-02-11T08:08:20.380+0000 7f548a3a5200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T08:08:20.656 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:20 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2024-02-11T08:08:20.493+0000 7f548a3a5200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T08:08:20.656 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:20 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2024-02-11T08:08:20.582+0000 7f548a3a5200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T08:08:21.156 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:20 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2024-02-11T08:08:20.679+0000 7f548a3a5200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T08:08:21.156 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:20 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2024-02-11T08:08:20.858+0000 7f548a3a5200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T08:08:22.156 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:21 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2024-02-11T08:08:21.861+0000 7f548a3a5200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T08:08:22.157 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:21 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2024-02-11T08:08:21.996+0000 7f548a3a5200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T08:08:22.629 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:22 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2024-02-11T08:08:22.334+0000 7f548a3a5200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T08:08:22.629 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:22 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2024-02-11T08:08:22.427+0000 7f548a3a5200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T08:08:22.629 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:22 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2024-02-11T08:08:22.628+0000 7f548a3a5200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:08:22.906 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:22 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2024-02-11T08:08:22.818+0000 7f548a3a5200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T08:08:23.372 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:23 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2024-02-11T08:08:23.110+0000 7f548a3a5200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:08:23.373 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:23 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2024-02-11T08:08:23.371+0000 7f548a3a5200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T08:08:23.656 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:23 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2024-02-11T08:08:23.616+0000 7f548a3a5200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T08:08:24.906 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:24 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2024-02-11T08:08:24.447+0000 7f548a3a5200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T08:08:25.354 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:25 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2024-02-11T08:08:25.029+0000 7f548a3a5200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T08:08:25.354 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:25 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2024-02-11T08:08:25.130+0000 7f548a3a5200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T08:08:25.354 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:25 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2024-02-11T08:08:25.353+0000 7f548a3a5200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T08:08:25.656 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:25 smithi042 ceph-mon[29633]: Active manager daemon a restarted 2024-02-11T08:08:25.656 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:25 smithi042 ceph-mon[29633]: Activating manager daemon a 2024-02-11T08:08:25.656 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:25 smithi042 ceph-mon[29633]: osdmap e4: 0 total, 0 up, 0 in 2024-02-11T08:08:25.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:25 smithi042 ceph-mon[29633]: mgrmap e10: a(active, starting, since 0.00321232s) 2024-02-11T08:08:25.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:25 smithi042 ceph-mon[29633]: from='mgr.14140 172.21.15.42:0/3145244838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-11T08:08:25.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:25 smithi042 ceph-mon[29633]: from='mgr.14140 172.21.15.42:0/3145244838' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-11T08:08:25.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:25 smithi042 ceph-mon[29633]: from='mgr.14140 172.21.15.42:0/3145244838' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T08:08:25.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:25 smithi042 ceph-mon[29633]: from='mgr.14140 172.21.15.42:0/3145244838' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T08:08:25.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:25 smithi042 ceph-mon[29633]: from='mgr.14140 172.21.15.42:0/3145244838' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T08:08:25.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:25 smithi042 ceph-mon[29633]: Manager daemon a is now available 2024-02-11T08:08:25.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:25 smithi042 ceph-mon[29633]: from='mgr.14140 172.21.15.42:0/3145244838' entity='mgr.a' 2024-02-11T08:08:25.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:25 smithi042 ceph-mon[29633]: from='mgr.14140 172.21.15.42:0/3145244838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T08:08:25.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:25 smithi042 ceph-mon[29633]: from='mgr.14140 172.21.15.42:0/3145244838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T08:08:25.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:25 smithi042 ceph-mon[29633]: from='mgr.14140 172.21.15.42:0/3145244838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T08:08:26.656 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-mon[29633]: from='mgr.14140 172.21.15.42:0/3145244838' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-11T08:08:26.656 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-mon[29633]: from='mgr.14140 172.21.15.42:0/3145244838' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-11T08:08:26.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-mon[29633]: mgrmap e11: a(active, since 1.00517s) 2024-02-11T08:08:26.657 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 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-11T08:08:26.657 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: *** Caught signal (Aborted) ** 2024-02-11T08:08:26.657 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: in thread 7f54801a9700 thread_name:admin_socket 2024-02-11T08:08:26.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:08:26.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f5487963d20] 2024-02-11T08:08:26.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2: gsignal() 2024-02-11T08:08:26.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 3: abort() 2024-02-11T08:08:26.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 4: /lib64/libc.so.6(+0x21d39) [0x7f5485e3ed39] 2024-02-11T08:08:26.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 5: /lib64/libc.so.6(+0x46e86) [0x7f5485e63e86] 2024-02-11T08:08:26.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f5488aaf785] 2024-02-11T08:08:26.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f5488ab0f75] 2024-02-11T08:08:26.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f5488aafbaf] 2024-02-11T08:08:26.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 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) [0x7f5488abbb6d] 2024-02-11T08:08:26.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 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) [0x7f5488ab5f69] 2024-02-11T08:08:26.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f5488ab7a4b] 2024-02-11T08:08:26.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 12: (AdminSocket::entry()+0x4de) [0x7f5488ab82ae] 2024-02-11T08:08:26.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f548684fb23] 2024-02-11T08:08:26.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f54879591ca] 2024-02-11T08:08:26.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 15: clone() 2024-02-11T08:08:26.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2024-02-11T08:08:26.372+0000 7f54801a9700 -1 *** Caught signal (Aborted) ** 2024-02-11T08:08:26.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: in thread 7f54801a9700 thread_name:admin_socket 2024-02-11T08:08:26.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2024-02-11T08:08:26.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:08:26.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f5487963d20] 2024-02-11T08:08:26.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2: gsignal() 2024-02-11T08:08:26.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 3: abort() 2024-02-11T08:08:26.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 4: /lib64/libc.so.6(+0x21d39) [0x7f5485e3ed39] 2024-02-11T08:08:26.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 5: /lib64/libc.so.6(+0x46e86) [0x7f5485e63e86] 2024-02-11T08:08:26.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f5488aaf785] 2024-02-11T08:08:26.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f5488ab0f75] 2024-02-11T08:08:26.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f5488aafbaf] 2024-02-11T08:08:26.660 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 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) [0x7f5488abbb6d] 2024-02-11T08:08:26.660 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 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) [0x7f5488ab5f69] 2024-02-11T08:08:26.660 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f5488ab7a4b] 2024-02-11T08:08:26.660 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 12: (AdminSocket::entry()+0x4de) [0x7f5488ab82ae] 2024-02-11T08:08:26.660 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f548684fb23] 2024-02-11T08:08:26.660 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f54879591ca] 2024-02-11T08:08:26.660 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 15: clone() 2024-02-11T08:08:26.660 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T08:08:26.660 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2024-02-11T08:08:26.660 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -3099> 2024-02-11T08:08:18.929+0000 7f548a3a5200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T08:08:26.660 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -3078> 2024-02-11T08:08:19.025+0000 7f548a3a5200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T08:08:26.660 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2836> 2024-02-11T08:08:19.689+0000 7f548a3a5200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T08:08:26.660 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2794> 2024-02-11T08:08:19.784+0000 7f548a3a5200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T08:08:26.660 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2767> 2024-02-11T08:08:19.928+0000 7f548a3a5200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T08:08:26.661 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2745> 2024-02-11T08:08:20.026+0000 7f548a3a5200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T08:08:26.661 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2733> 2024-02-11T08:08:20.112+0000 7f548a3a5200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T08:08:26.661 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2714> 2024-02-11T08:08:20.380+0000 7f548a3a5200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T08:08:26.661 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2682> 2024-02-11T08:08:20.493+0000 7f548a3a5200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T08:08:26.661 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2662> 2024-02-11T08:08:20.582+0000 7f548a3a5200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T08:08:26.661 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2644> 2024-02-11T08:08:20.679+0000 7f548a3a5200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T08:08:26.661 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2617> 2024-02-11T08:08:20.858+0000 7f548a3a5200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T08:08:26.661 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2564> 2024-02-11T08:08:21.861+0000 7f548a3a5200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T08:08:26.661 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2550> 2024-02-11T08:08:21.996+0000 7f548a3a5200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T08:08:26.661 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2491> 2024-02-11T08:08:22.334+0000 7f548a3a5200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T08:08:26.661 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2470> 2024-02-11T08:08:22.427+0000 7f548a3a5200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T08:08:26.661 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2458> 2024-02-11T08:08:22.628+0000 7f548a3a5200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:08:26.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2418> 2024-02-11T08:08:22.818+0000 7f548a3a5200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T08:08:26.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2323> 2024-02-11T08:08:23.110+0000 7f548a3a5200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:08:26.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2312> 2024-02-11T08:08:23.371+0000 7f548a3a5200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T08:08:26.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2248> 2024-02-11T08:08:23.616+0000 7f548a3a5200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T08:08:26.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2095> 2024-02-11T08:08:24.447+0000 7f548a3a5200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T08:08:26.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2071> 2024-02-11T08:08:25.029+0000 7f548a3a5200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T08:08:26.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2057> 2024-02-11T08:08:25.130+0000 7f548a3a5200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T08:08:26.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2030> 2024-02-11T08:08:25.353+0000 7f548a3a5200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T08:08:26.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 0> 2024-02-11T08:08:26.372+0000 7f54801a9700 -1 *** Caught signal (Aborted) ** 2024-02-11T08:08:26.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: in thread 7f54801a9700 thread_name:admin_socket 2024-02-11T08:08:26.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2024-02-11T08:08:26.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:08:26.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f5487963d20] 2024-02-11T08:08:26.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2: gsignal() 2024-02-11T08:08:26.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 3: abort() 2024-02-11T08:08:26.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 4: /lib64/libc.so.6(+0x21d39) [0x7f5485e3ed39] 2024-02-11T08:08:26.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 5: /lib64/libc.so.6(+0x46e86) [0x7f5485e63e86] 2024-02-11T08:08:26.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f5488aaf785] 2024-02-11T08:08:26.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f5488ab0f75] 2024-02-11T08:08:26.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f5488aafbaf] 2024-02-11T08:08:26.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 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) [0x7f5488abbb6d] 2024-02-11T08:08:26.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 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) [0x7f5488ab5f69] 2024-02-11T08:08:26.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f5488ab7a4b] 2024-02-11T08:08:26.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 12: (AdminSocket::entry()+0x4de) [0x7f5488ab82ae] 2024-02-11T08:08:26.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f548684fb23] 2024-02-11T08:08:26.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f54879591ca] 2024-02-11T08:08:26.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 15: clone() 2024-02-11T08:08:26.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T08:08:26.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2024-02-11T08:08:26.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -3099> 2024-02-11T08:08:18.929+0000 7f548a3a5200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T08:08:26.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -3078> 2024-02-11T08:08:19.025+0000 7f548a3a5200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T08:08:26.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2836> 2024-02-11T08:08:19.689+0000 7f548a3a5200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T08:08:26.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2794> 2024-02-11T08:08:19.784+0000 7f548a3a5200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T08:08:26.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2767> 2024-02-11T08:08:19.928+0000 7f548a3a5200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T08:08:26.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2745> 2024-02-11T08:08:20.026+0000 7f548a3a5200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T08:08:26.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2733> 2024-02-11T08:08:20.112+0000 7f548a3a5200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T08:08:26.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2714> 2024-02-11T08:08:20.380+0000 7f548a3a5200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T08:08:26.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2682> 2024-02-11T08:08:20.493+0000 7f548a3a5200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T08:08:26.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2662> 2024-02-11T08:08:20.582+0000 7f548a3a5200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T08:08:26.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2644> 2024-02-11T08:08:20.679+0000 7f548a3a5200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T08:08:26.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2617> 2024-02-11T08:08:20.858+0000 7f548a3a5200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T08:08:26.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2564> 2024-02-11T08:08:21.861+0000 7f548a3a5200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T08:08:26.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2550> 2024-02-11T08:08:21.996+0000 7f548a3a5200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T08:08:26.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2491> 2024-02-11T08:08:22.334+0000 7f548a3a5200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T08:08:26.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2470> 2024-02-11T08:08:22.427+0000 7f548a3a5200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T08:08:26.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2458> 2024-02-11T08:08:22.628+0000 7f548a3a5200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:08:26.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2418> 2024-02-11T08:08:22.818+0000 7f548a3a5200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T08:08:26.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2323> 2024-02-11T08:08:23.110+0000 7f548a3a5200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:08:26.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2312> 2024-02-11T08:08:23.371+0000 7f548a3a5200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T08:08:26.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2248> 2024-02-11T08:08:23.616+0000 7f548a3a5200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T08:08:26.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2095> 2024-02-11T08:08:24.447+0000 7f548a3a5200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T08:08:26.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2071> 2024-02-11T08:08:25.029+0000 7f548a3a5200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T08:08:26.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2057> 2024-02-11T08:08:25.130+0000 7f548a3a5200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T08:08:26.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: -2030> 2024-02-11T08:08:25.353+0000 7f548a3a5200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T08:08:26.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 0> 2024-02-11T08:08:26.372+0000 7f54801a9700 -1 *** Caught signal (Aborted) ** 2024-02-11T08:08:26.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: in thread 7f54801a9700 thread_name:admin_socket 2024-02-11T08:08:26.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2024-02-11T08:08:26.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:08:26.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f5487963d20] 2024-02-11T08:08:26.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2: gsignal() 2024-02-11T08:08:26.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 3: abort() 2024-02-11T08:08:26.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 4: /lib64/libc.so.6(+0x21d39) [0x7f5485e3ed39] 2024-02-11T08:08:26.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 5: /lib64/libc.so.6(+0x46e86) [0x7f5485e63e86] 2024-02-11T08:08:26.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f5488aaf785] 2024-02-11T08:08:26.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f5488ab0f75] 2024-02-11T08:08:26.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f5488aafbaf] 2024-02-11T08:08:26.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 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) [0x7f5488abbb6d] 2024-02-11T08:08:26.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 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) [0x7f5488ab5f69] 2024-02-11T08:08:26.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f5488ab7a4b] 2024-02-11T08:08:26.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 12: (AdminSocket::entry()+0x4de) [0x7f5488ab82ae] 2024-02-11T08:08:26.667 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f548684fb23] 2024-02-11T08:08:26.667 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f54879591ca] 2024-02-11T08:08:26.667 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 15: clone() 2024-02-11T08:08:26.667 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T08:08:26.667 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31160]: 2024-02-11T08:08:26.667 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 podman[31365]: 2024-02-11 08:08:26.438807668 +0000 UTC m=+0.019628411 container died 22c713998d9ea196fd5598e07da0a45bc3e7e6f429e0c1979ecd4fcac7e0fa6e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a, GIT_BRANCH=HEAD, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, io.buildah.version=1.33.2, GIT_CLEAN=True, org.label-schema.build-date=20240131) 2024-02-11T08:08:26.974 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 podman[31365]: 2024-02-11 08:08:26.960128319 +0000 UTC m=+0.540949097 container remove 22c713998d9ea196fd5598e07da0a45bc3e7e6f429e0c1979ecd4fcac7e0fa6e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, io.buildah.version=1.33.2, org.label-schema.build-date=20240131, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-02-11T08:08:26.974 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:26 smithi042 systemd[1]: ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-11T08:08:27.656 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:27 smithi042 systemd[1]: ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-11T08:08:27.656 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:27 smithi042 systemd[1]: ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mgr.a.service: Consumed 9.124s CPU time. 2024-02-11T08:08:37.762 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:37 smithi042 systemd[1]: ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 3. 2024-02-11T08:08:37.762 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:37 smithi042 systemd[1]: Stopped Ceph mgr.a for 726a9232-c8b4-11ee-95b9-87774f69a715. 2024-02-11T08:08:37.762 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:37 smithi042 systemd[1]: ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mgr.a.service: Consumed 9.124s CPU time. 2024-02-11T08:08:37.762 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:37 smithi042 systemd[1]: Starting Ceph mgr.a for 726a9232-c8b4-11ee-95b9-87774f69a715... 2024-02-11T08:08:37.762 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:37 smithi042 podman[31458]: 2024-02-11 08:08:37.53962088 +0000 UTC m=+0.018625634 image pull e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-11T08:08:37.762 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:37 smithi042 podman[31458]: 2024-02-11 08:08:37.643710451 +0000 UTC m=+0.122715247 container create 0cd3bdd469f8d52f5b9a5ea169bda9b67f0161fddfeef77caada13dbda49d00d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.33.2, GIT_CLEAN=True, org.label-schema.build-date=20240131, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275) 2024-02-11T08:08:38.156 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:37 smithi042 podman[31458]: 2024-02-11 08:08:37.921163528 +0000 UTC m=+0.400168295 container init 0cd3bdd469f8d52f5b9a5ea169bda9b67f0161fddfeef77caada13dbda49d00d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a, org.label-schema.vendor=CentOS, ceph=True, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, io.buildah.version=1.33.2, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240131, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-02-11T08:08:38.157 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:37 smithi042 podman[31458]: 2024-02-11 08:08:37.923713961 +0000 UTC m=+0.402718721 container start 0cd3bdd469f8d52f5b9a5ea169bda9b67f0161fddfeef77caada13dbda49d00d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a, ceph=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20240131, CEPH_POINT_RELEASE=, io.buildah.version=1.33.2, GIT_CLEAN=True, org.label-schema.schema-version=1.0) 2024-02-11T08:08:38.157 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:37 smithi042 bash[31458]: 0cd3bdd469f8d52f5b9a5ea169bda9b67f0161fddfeef77caada13dbda49d00d 2024-02-11T08:08:38.157 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:37 smithi042 systemd[1]: Started Ceph mgr.a for 726a9232-c8b4-11ee-95b9-87774f69a715. 2024-02-11T08:08:38.906 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:38 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2024-02-11T08:08:38.472+0000 7f01dcf1d200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T08:08:38.906 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:38 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2024-02-11T08:08:38.568+0000 7f01dcf1d200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T08:08:39.569 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:39 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2024-02-11T08:08:39.231+0000 7f01dcf1d200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T08:08:39.569 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:39 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2024-02-11T08:08:39.326+0000 7f01dcf1d200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T08:08:39.570 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:39 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2024-02-11T08:08:39.471+0000 7f01dcf1d200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T08:08:39.906 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:39 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2024-02-11T08:08:39.568+0000 7f01dcf1d200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T08:08:39.906 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:39 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2024-02-11T08:08:39.653+0000 7f01dcf1d200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T08:08:40.217 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:39 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2024-02-11T08:08:39.920+0000 7f01dcf1d200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T08:08:40.217 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:40 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2024-02-11T08:08:40.032+0000 7f01dcf1d200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T08:08:40.217 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:40 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2024-02-11T08:08:40.119+0000 7f01dcf1d200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T08:08:40.218 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:40 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2024-02-11T08:08:40.216+0000 7f01dcf1d200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T08:08:40.656 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:40 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2024-02-11T08:08:40.394+0000 7f01dcf1d200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T08:08:41.656 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:41 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2024-02-11T08:08:41.391+0000 7f01dcf1d200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T08:08:41.656 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:41 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2024-02-11T08:08:41.525+0000 7f01dcf1d200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T08:08:42.154 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:41 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2024-02-11T08:08:41.861+0000 7f01dcf1d200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T08:08:42.154 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:41 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2024-02-11T08:08:41.952+0000 7f01dcf1d200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T08:08:42.154 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:42 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2024-02-11T08:08:42.151+0000 7f01dcf1d200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:08:42.406 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:42 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2024-02-11T08:08:42.339+0000 7f01dcf1d200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T08:08:42.892 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:42 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2024-02-11T08:08:42.629+0000 7f01dcf1d200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:08:42.892 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:42 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2024-02-11T08:08:42.889+0000 7f01dcf1d200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T08:08:43.156 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:43 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2024-02-11T08:08:43.130+0000 7f01dcf1d200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T08:08:44.406 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:43 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2024-02-11T08:08:43.953+0000 7f01dcf1d200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T08:08:44.856 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:44 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2024-02-11T08:08:44.534+0000 7f01dcf1d200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T08:08:44.856 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:44 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2024-02-11T08:08:44.634+0000 7f01dcf1d200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T08:08:44.856 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:44 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2024-02-11T08:08:44.853+0000 7f01dcf1d200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T08:08:45.156 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:44 smithi042 ceph-mon[29633]: Active manager daemon a restarted 2024-02-11T08:08:45.156 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:44 smithi042 ceph-mon[29633]: Activating manager daemon a 2024-02-11T08:08:45.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:44 smithi042 ceph-mon[29633]: osdmap e5: 0 total, 0 up, 0 in 2024-02-11T08:08:45.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:44 smithi042 ceph-mon[29633]: mgrmap e12: a(active, starting, since 0.00314913s) 2024-02-11T08:08:45.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:44 smithi042 ceph-mon[29633]: from='mgr.14148 172.21.15.42:0/3519043732' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-11T08:08:45.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:44 smithi042 ceph-mon[29633]: from='mgr.14148 172.21.15.42:0/3519043732' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-11T08:08:45.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:44 smithi042 ceph-mon[29633]: from='mgr.14148 172.21.15.42:0/3519043732' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T08:08:45.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:44 smithi042 ceph-mon[29633]: from='mgr.14148 172.21.15.42:0/3519043732' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T08:08:45.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:44 smithi042 ceph-mon[29633]: from='mgr.14148 172.21.15.42:0/3519043732' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T08:08:45.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:44 smithi042 ceph-mon[29633]: Manager daemon a is now available 2024-02-11T08:08:45.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:44 smithi042 ceph-mon[29633]: from='mgr.14148 172.21.15.42:0/3519043732' entity='mgr.a' 2024-02-11T08:08:45.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:44 smithi042 ceph-mon[29633]: from='mgr.14148 172.21.15.42:0/3519043732' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T08:08:45.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:44 smithi042 ceph-mon[29633]: from='mgr.14148 172.21.15.42:0/3519043732' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T08:08:45.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:44 smithi042 ceph-mon[29633]: from='mgr.14148 172.21.15.42:0/3519043732' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T08:08:46.156 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-mon[29633]: from='mgr.14148 172.21.15.42:0/3519043732' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-11T08:08:46.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-mon[29633]: from='mgr.14148 172.21.15.42:0/3519043732' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-11T08:08:46.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-mon[29633]: from='mgr.14148 172.21.15.42:0/3519043732' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T08:08:46.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-mon[29633]: mgrmap e13: a(active, since 1.00577s) 2024-02-11T08:08:46.158 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 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-11T08:08:46.158 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: *** Caught signal (Aborted) ** 2024-02-11T08:08:46.158 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: in thread 7f01d2d21700 thread_name:admin_socket 2024-02-11T08:08:46.158 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:08:46.158 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f01da4dbd20] 2024-02-11T08:08:46.158 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2: gsignal() 2024-02-11T08:08:46.158 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 3: abort() 2024-02-11T08:08:46.158 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 4: /lib64/libc.so.6(+0x21d39) [0x7f01d89b6d39] 2024-02-11T08:08:46.158 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 5: /lib64/libc.so.6(+0x46e86) [0x7f01d89dbe86] 2024-02-11T08:08:46.158 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f01db627785] 2024-02-11T08:08:46.158 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f01db628f75] 2024-02-11T08:08:46.158 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f01db627baf] 2024-02-11T08:08:46.159 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 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) [0x7f01db633b6d] 2024-02-11T08:08:46.159 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 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) [0x7f01db62df69] 2024-02-11T08:08:46.159 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f01db62fa4b] 2024-02-11T08:08:46.159 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 12: (AdminSocket::entry()+0x4de) [0x7f01db6302ae] 2024-02-11T08:08:46.159 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f01d93c7b23] 2024-02-11T08:08:46.159 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f01da4d11ca] 2024-02-11T08:08:46.159 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 15: clone() 2024-02-11T08:08:46.159 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2024-02-11T08:08:45.873+0000 7f01d2d21700 -1 *** Caught signal (Aborted) ** 2024-02-11T08:08:46.159 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: in thread 7f01d2d21700 thread_name:admin_socket 2024-02-11T08:08:46.159 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2024-02-11T08:08:46.159 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:08:46.159 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f01da4dbd20] 2024-02-11T08:08:46.160 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2: gsignal() 2024-02-11T08:08:46.160 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 3: abort() 2024-02-11T08:08:46.160 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 4: /lib64/libc.so.6(+0x21d39) [0x7f01d89b6d39] 2024-02-11T08:08:46.160 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 5: /lib64/libc.so.6(+0x46e86) [0x7f01d89dbe86] 2024-02-11T08:08:46.160 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f01db627785] 2024-02-11T08:08:46.160 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f01db628f75] 2024-02-11T08:08:46.160 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f01db627baf] 2024-02-11T08:08:46.160 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 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) [0x7f01db633b6d] 2024-02-11T08:08:46.160 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 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) [0x7f01db62df69] 2024-02-11T08:08:46.160 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f01db62fa4b] 2024-02-11T08:08:46.160 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 12: (AdminSocket::entry()+0x4de) [0x7f01db6302ae] 2024-02-11T08:08:46.160 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f01d93c7b23] 2024-02-11T08:08:46.160 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f01da4d11ca] 2024-02-11T08:08:46.160 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 15: clone() 2024-02-11T08:08:46.161 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T08:08:46.161 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2024-02-11T08:08:46.161 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -3137> 2024-02-11T08:08:38.472+0000 7f01dcf1d200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T08:08:46.161 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -3116> 2024-02-11T08:08:38.568+0000 7f01dcf1d200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T08:08:46.161 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2874> 2024-02-11T08:08:39.231+0000 7f01dcf1d200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T08:08:46.161 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2832> 2024-02-11T08:08:39.326+0000 7f01dcf1d200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T08:08:46.161 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2805> 2024-02-11T08:08:39.471+0000 7f01dcf1d200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T08:08:46.161 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2783> 2024-02-11T08:08:39.568+0000 7f01dcf1d200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T08:08:46.161 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2771> 2024-02-11T08:08:39.653+0000 7f01dcf1d200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T08:08:46.161 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2752> 2024-02-11T08:08:39.920+0000 7f01dcf1d200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T08:08:46.161 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2720> 2024-02-11T08:08:40.032+0000 7f01dcf1d200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T08:08:46.161 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2700> 2024-02-11T08:08:40.119+0000 7f01dcf1d200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T08:08:46.162 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2682> 2024-02-11T08:08:40.216+0000 7f01dcf1d200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T08:08:46.162 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2655> 2024-02-11T08:08:40.394+0000 7f01dcf1d200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T08:08:46.162 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2602> 2024-02-11T08:08:41.391+0000 7f01dcf1d200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T08:08:46.162 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2588> 2024-02-11T08:08:41.525+0000 7f01dcf1d200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T08:08:46.162 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2529> 2024-02-11T08:08:41.861+0000 7f01dcf1d200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T08:08:46.162 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2508> 2024-02-11T08:08:41.952+0000 7f01dcf1d200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T08:08:46.162 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2496> 2024-02-11T08:08:42.151+0000 7f01dcf1d200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:08:46.163 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2456> 2024-02-11T08:08:42.339+0000 7f01dcf1d200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T08:08:46.163 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2361> 2024-02-11T08:08:42.629+0000 7f01dcf1d200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:08:46.163 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2350> 2024-02-11T08:08:42.889+0000 7f01dcf1d200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T08:08:46.163 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2286> 2024-02-11T08:08:43.130+0000 7f01dcf1d200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T08:08:46.163 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2133> 2024-02-11T08:08:43.953+0000 7f01dcf1d200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T08:08:46.163 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2109> 2024-02-11T08:08:44.534+0000 7f01dcf1d200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T08:08:46.163 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2095> 2024-02-11T08:08:44.634+0000 7f01dcf1d200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T08:08:46.164 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2068> 2024-02-11T08:08:44.853+0000 7f01dcf1d200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T08:08:46.164 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 0> 2024-02-11T08:08:45.873+0000 7f01d2d21700 -1 *** Caught signal (Aborted) ** 2024-02-11T08:08:46.164 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: in thread 7f01d2d21700 thread_name:admin_socket 2024-02-11T08:08:46.164 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2024-02-11T08:08:46.164 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:08:46.164 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f01da4dbd20] 2024-02-11T08:08:46.164 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2: gsignal() 2024-02-11T08:08:46.164 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 3: abort() 2024-02-11T08:08:46.164 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 4: /lib64/libc.so.6(+0x21d39) [0x7f01d89b6d39] 2024-02-11T08:08:46.164 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 5: /lib64/libc.so.6(+0x46e86) [0x7f01d89dbe86] 2024-02-11T08:08:46.164 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f01db627785] 2024-02-11T08:08:46.164 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f01db628f75] 2024-02-11T08:08:46.164 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f01db627baf] 2024-02-11T08:08:46.165 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 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) [0x7f01db633b6d] 2024-02-11T08:08:46.165 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 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) [0x7f01db62df69] 2024-02-11T08:08:46.165 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f01db62fa4b] 2024-02-11T08:08:46.165 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 12: (AdminSocket::entry()+0x4de) [0x7f01db6302ae] 2024-02-11T08:08:46.165 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f01d93c7b23] 2024-02-11T08:08:46.165 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f01da4d11ca] 2024-02-11T08:08:46.165 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 15: clone() 2024-02-11T08:08:46.165 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T08:08:46.165 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2024-02-11T08:08:46.165 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -3137> 2024-02-11T08:08:38.472+0000 7f01dcf1d200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T08:08:46.165 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -3116> 2024-02-11T08:08:38.568+0000 7f01dcf1d200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T08:08:46.165 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2874> 2024-02-11T08:08:39.231+0000 7f01dcf1d200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T08:08:46.165 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2832> 2024-02-11T08:08:39.326+0000 7f01dcf1d200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T08:08:46.166 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2805> 2024-02-11T08:08:39.471+0000 7f01dcf1d200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T08:08:46.166 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2783> 2024-02-11T08:08:39.568+0000 7f01dcf1d200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T08:08:46.166 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2771> 2024-02-11T08:08:39.653+0000 7f01dcf1d200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T08:08:46.166 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2752> 2024-02-11T08:08:39.920+0000 7f01dcf1d200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T08:08:46.166 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2720> 2024-02-11T08:08:40.032+0000 7f01dcf1d200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T08:08:46.166 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2700> 2024-02-11T08:08:40.119+0000 7f01dcf1d200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T08:08:46.166 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2682> 2024-02-11T08:08:40.216+0000 7f01dcf1d200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T08:08:46.166 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2655> 2024-02-11T08:08:40.394+0000 7f01dcf1d200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T08:08:46.166 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2602> 2024-02-11T08:08:41.391+0000 7f01dcf1d200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T08:08:46.166 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2588> 2024-02-11T08:08:41.525+0000 7f01dcf1d200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T08:08:46.166 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2529> 2024-02-11T08:08:41.861+0000 7f01dcf1d200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T08:08:46.166 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2508> 2024-02-11T08:08:41.952+0000 7f01dcf1d200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T08:08:46.166 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2496> 2024-02-11T08:08:42.151+0000 7f01dcf1d200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:08:46.167 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2456> 2024-02-11T08:08:42.339+0000 7f01dcf1d200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T08:08:46.167 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2361> 2024-02-11T08:08:42.629+0000 7f01dcf1d200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:08:46.167 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2350> 2024-02-11T08:08:42.889+0000 7f01dcf1d200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T08:08:46.167 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2286> 2024-02-11T08:08:43.130+0000 7f01dcf1d200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T08:08:46.167 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2133> 2024-02-11T08:08:43.953+0000 7f01dcf1d200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T08:08:46.167 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2109> 2024-02-11T08:08:44.534+0000 7f01dcf1d200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T08:08:46.167 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2095> 2024-02-11T08:08:44.634+0000 7f01dcf1d200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T08:08:46.167 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: -2068> 2024-02-11T08:08:44.853+0000 7f01dcf1d200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T08:08:46.167 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 0> 2024-02-11T08:08:45.873+0000 7f01d2d21700 -1 *** Caught signal (Aborted) ** 2024-02-11T08:08:46.167 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: in thread 7f01d2d21700 thread_name:admin_socket 2024-02-11T08:08:46.167 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2024-02-11T08:08:46.167 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:08:46.167 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f01da4dbd20] 2024-02-11T08:08:46.168 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2: gsignal() 2024-02-11T08:08:46.168 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 3: abort() 2024-02-11T08:08:46.168 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 4: /lib64/libc.so.6(+0x21d39) [0x7f01d89b6d39] 2024-02-11T08:08:46.168 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 5: /lib64/libc.so.6(+0x46e86) [0x7f01d89dbe86] 2024-02-11T08:08:46.168 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f01db627785] 2024-02-11T08:08:46.168 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f01db628f75] 2024-02-11T08:08:46.168 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f01db627baf] 2024-02-11T08:08:46.168 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 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) [0x7f01db633b6d] 2024-02-11T08:08:46.168 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 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) [0x7f01db62df69] 2024-02-11T08:08:46.168 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f01db62fa4b] 2024-02-11T08:08:46.168 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 12: (AdminSocket::entry()+0x4de) [0x7f01db6302ae] 2024-02-11T08:08:46.168 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f01d93c7b23] 2024-02-11T08:08:46.168 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f01da4d11ca] 2024-02-11T08:08:46.169 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 15: clone() 2024-02-11T08:08:46.169 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T08:08:46.169 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31474]: 2024-02-11T08:08:46.169 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:45 smithi042 podman[31702]: 2024-02-11 08:08:45.941683418 +0000 UTC m=+0.018673673 container died 0cd3bdd469f8d52f5b9a5ea169bda9b67f0161fddfeef77caada13dbda49d00d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a, maintainer=Guillaume Abrioux , 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.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.33.2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, ceph=True) 2024-02-11T08:08:46.656 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:46 smithi042 podman[31702]: 2024-02-11 08:08:46.449541297 +0000 UTC m=+0.526531553 container remove 0cd3bdd469f8d52f5b9a5ea169bda9b67f0161fddfeef77caada13dbda49d00d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a, io.buildah.version=1.33.2, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240131, org.label-schema.schema-version=1.0, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-02-11T08:08:46.656 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:46 smithi042 systemd[1]: ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-11T08:08:47.156 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:46 smithi042 systemd[1]: ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-11T08:08:47.156 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:46 smithi042 systemd[1]: ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mgr.a.service: Consumed 8.653s CPU time. 2024-02-11T08:08:57.158 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:56 smithi042 systemd[1]: ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 4. 2024-02-11T08:08:57.158 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:56 smithi042 systemd[1]: Stopped Ceph mgr.a for 726a9232-c8b4-11ee-95b9-87774f69a715. 2024-02-11T08:08:57.158 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:56 smithi042 systemd[1]: ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mgr.a.service: Consumed 8.653s CPU time. 2024-02-11T08:08:57.158 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:56 smithi042 systemd[1]: Starting Ceph mgr.a for 726a9232-c8b4-11ee-95b9-87774f69a715... 2024-02-11T08:08:57.158 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:57 smithi042 podman[31798]: 2024-02-11 08:08:57.041573111 +0000 UTC m=+0.018933155 image pull e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-11T08:08:57.158 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:57 smithi042 podman[31798]: 2024-02-11 08:08:57.157930206 +0000 UTC m=+0.135290228 container create bead5f625f60ac7351be5c439ba0b143f846ce9e78f160e6e960bcf5cf0d7605 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240131, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.33.2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_CLEAN=True) 2024-02-11T08:08:57.452 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:57 smithi042 podman[31798]: 2024-02-11 08:08:57.368614777 +0000 UTC m=+0.345974810 container init bead5f625f60ac7351be5c439ba0b143f846ce9e78f160e6e960bcf5cf0d7605 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a, CEPH_POINT_RELEASE=, io.buildah.version=1.33.2, org.label-schema.build-date=20240131, ceph=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, 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, GIT_CLEAN=True, GIT_BRANCH=HEAD) 2024-02-11T08:08:57.452 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:57 smithi042 podman[31798]: 2024-02-11 08:08:57.370961842 +0000 UTC m=+0.348321865 container start bead5f625f60ac7351be5c439ba0b143f846ce9e78f160e6e960bcf5cf0d7605 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a, org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True, io.buildah.version=1.33.2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.schema-version=1.0, ceph=True, CEPH_POINT_RELEASE=) 2024-02-11T08:08:57.906 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:57 smithi042 bash[31798]: bead5f625f60ac7351be5c439ba0b143f846ce9e78f160e6e960bcf5cf0d7605 2024-02-11T08:08:57.906 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:57 smithi042 systemd[1]: Started Ceph mgr.a for 726a9232-c8b4-11ee-95b9-87774f69a715. 2024-02-11T08:08:58.406 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:57 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2024-02-11T08:08:57.918+0000 7fe395958200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T08:08:58.406 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:58 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2024-02-11T08:08:58.013+0000 7fe395958200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T08:08:59.009 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:58 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2024-02-11T08:08:58.674+0000 7fe395958200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T08:08:59.009 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:58 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2024-02-11T08:08:58.768+0000 7fe395958200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T08:08:59.009 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:58 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2024-02-11T08:08:58.911+0000 7fe395958200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T08:08:59.360 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:59 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2024-02-11T08:08:59.008+0000 7fe395958200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T08:08:59.361 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:59 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2024-02-11T08:08:59.093+0000 7fe395958200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T08:08:59.361 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:59 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2024-02-11T08:08:59.359+0000 7fe395958200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T08:08:59.656 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:59 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2024-02-11T08:08:59.471+0000 7fe395958200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T08:08:59.656 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:59 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2024-02-11T08:08:59.559+0000 7fe395958200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T08:08:59.656 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:59 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2024-02-11T08:08:59.655+0000 7fe395958200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T08:09:00.156 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:08:59 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2024-02-11T08:08:59.833+0000 7fe395958200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T08:09:01.156 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:00 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2024-02-11T08:09:00.830+0000 7fe395958200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T08:09:01.156 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:00 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2024-02-11T08:09:00.965+0000 7fe395958200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T08:09:01.598 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:01 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2024-02-11T08:09:01.303+0000 7fe395958200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T08:09:01.598 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:01 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2024-02-11T08:09:01.396+0000 7fe395958200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T08:09:01.598 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:01 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2024-02-11T08:09:01.597+0000 7fe395958200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:09:01.906 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:01 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2024-02-11T08:09:01.785+0000 7fe395958200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T08:09:02.339 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:02 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2024-02-11T08:09:02.076+0000 7fe395958200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:09:02.340 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:02 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2024-02-11T08:09:02.338+0000 7fe395958200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T08:09:02.656 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:02 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2024-02-11T08:09:02.582+0000 7fe395958200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T08:09:03.906 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:03 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2024-02-11T08:09:03.408+0000 7fe395958200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T08:09:04.317 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:03 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2024-02-11T08:09:03.992+0000 7fe395958200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T08:09:04.317 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:04 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2024-02-11T08:09:04.093+0000 7fe395958200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T08:09:04.317 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:04 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2024-02-11T08:09:04.316+0000 7fe395958200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T08:09:04.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:09:04 smithi042 ceph-mon[29633]: Active manager daemon a restarted 2024-02-11T08:09:04.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:09:04 smithi042 ceph-mon[29633]: Activating manager daemon a 2024-02-11T08:09:04.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:09:04 smithi042 ceph-mon[29633]: osdmap e6: 0 total, 0 up, 0 in 2024-02-11T08:09:04.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:09:04 smithi042 ceph-mon[29633]: mgrmap e14: a(active, starting, since 0.0033257s) 2024-02-11T08:09:04.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:09:04 smithi042 ceph-mon[29633]: from='mgr.14156 172.21.15.42:0/3632809090' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-11T08:09:04.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:09:04 smithi042 ceph-mon[29633]: from='mgr.14156 172.21.15.42:0/3632809090' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-11T08:09:04.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:09:04 smithi042 ceph-mon[29633]: from='mgr.14156 172.21.15.42:0/3632809090' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T08:09:04.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:09:04 smithi042 ceph-mon[29633]: from='mgr.14156 172.21.15.42:0/3632809090' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T08:09:04.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:09:04 smithi042 ceph-mon[29633]: from='mgr.14156 172.21.15.42:0/3632809090' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T08:09:04.658 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:09:04 smithi042 ceph-mon[29633]: Manager daemon a is now available 2024-02-11T08:09:04.658 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:09:04 smithi042 ceph-mon[29633]: from='mgr.14156 172.21.15.42:0/3632809090' entity='mgr.a' 2024-02-11T08:09:04.658 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:09:04 smithi042 ceph-mon[29633]: from='mgr.14156 172.21.15.42:0/3632809090' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T08:09:04.658 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:09:04 smithi042 ceph-mon[29633]: from='mgr.14156 172.21.15.42:0/3632809090' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T08:09:04.658 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:09:04 smithi042 ceph-mon[29633]: from='mgr.14156 172.21.15.42:0/3632809090' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T08:09:04.658 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:09:04 smithi042 ceph-mon[29633]: from='mgr.14156 172.21.15.42:0/3632809090' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-11T08:09:04.658 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:09:04 smithi042 ceph-mon[29633]: from='mgr.14156 172.21.15.42:0/3632809090' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-11T08:09:05.656 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-mon[29633]: from='mgr.14156 172.21.15.42:0/3632809090' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T08:09:05.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-mon[29633]: mgrmap e15: a(active, since 1.00662s) 2024-02-11T08:09:05.657 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 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-11T08:09:05.657 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: *** Caught signal (Aborted) ** 2024-02-11T08:09:05.657 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: in thread 7fe38b75c700 thread_name:admin_socket 2024-02-11T08:09:05.657 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:09:05.657 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fe392f16d20] 2024-02-11T08:09:05.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2: gsignal() 2024-02-11T08:09:05.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 3: abort() 2024-02-11T08:09:05.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 4: /lib64/libc.so.6(+0x21d39) [0x7fe3913f1d39] 2024-02-11T08:09:05.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 5: /lib64/libc.so.6(+0x46e86) [0x7fe391416e86] 2024-02-11T08:09:05.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fe394062785] 2024-02-11T08:09:05.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fe394063f75] 2024-02-11T08:09:05.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fe394062baf] 2024-02-11T08:09:05.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 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) [0x7fe39406eb6d] 2024-02-11T08:09:05.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 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) [0x7fe394068f69] 2024-02-11T08:09:05.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fe39406aa4b] 2024-02-11T08:09:05.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 12: (AdminSocket::entry()+0x4de) [0x7fe39406b2ae] 2024-02-11T08:09:05.658 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fe391e02b23] 2024-02-11T08:09:05.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fe392f0c1ca] 2024-02-11T08:09:05.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 15: clone() 2024-02-11T08:09:05.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2024-02-11T08:09:05.336+0000 7fe38b75c700 -1 *** Caught signal (Aborted) ** 2024-02-11T08:09:05.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: in thread 7fe38b75c700 thread_name:admin_socket 2024-02-11T08:09:05.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2024-02-11T08:09:05.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:09:05.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fe392f16d20] 2024-02-11T08:09:05.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2: gsignal() 2024-02-11T08:09:05.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 3: abort() 2024-02-11T08:09:05.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 4: /lib64/libc.so.6(+0x21d39) [0x7fe3913f1d39] 2024-02-11T08:09:05.659 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 5: /lib64/libc.so.6(+0x46e86) [0x7fe391416e86] 2024-02-11T08:09:05.660 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fe394062785] 2024-02-11T08:09:05.660 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fe394063f75] 2024-02-11T08:09:05.660 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fe394062baf] 2024-02-11T08:09:05.660 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 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) [0x7fe39406eb6d] 2024-02-11T08:09:05.660 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 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) [0x7fe394068f69] 2024-02-11T08:09:05.660 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fe39406aa4b] 2024-02-11T08:09:05.661 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 12: (AdminSocket::entry()+0x4de) [0x7fe39406b2ae] 2024-02-11T08:09:05.661 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fe391e02b23] 2024-02-11T08:09:05.661 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fe392f0c1ca] 2024-02-11T08:09:05.661 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 15: clone() 2024-02-11T08:09:05.661 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T08:09:05.661 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2024-02-11T08:09:05.661 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -3139> 2024-02-11T08:08:57.918+0000 7fe395958200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T08:09:05.661 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -3118> 2024-02-11T08:08:58.013+0000 7fe395958200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T08:09:05.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2876> 2024-02-11T08:08:58.674+0000 7fe395958200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T08:09:05.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2834> 2024-02-11T08:08:58.768+0000 7fe395958200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T08:09:05.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2807> 2024-02-11T08:08:58.911+0000 7fe395958200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T08:09:05.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2785> 2024-02-11T08:08:59.008+0000 7fe395958200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T08:09:05.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2773> 2024-02-11T08:08:59.093+0000 7fe395958200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T08:09:05.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2754> 2024-02-11T08:08:59.359+0000 7fe395958200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T08:09:05.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2722> 2024-02-11T08:08:59.471+0000 7fe395958200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T08:09:05.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2702> 2024-02-11T08:08:59.559+0000 7fe395958200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T08:09:05.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2684> 2024-02-11T08:08:59.655+0000 7fe395958200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T08:09:05.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2657> 2024-02-11T08:08:59.833+0000 7fe395958200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T08:09:05.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2604> 2024-02-11T08:09:00.830+0000 7fe395958200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T08:09:05.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2590> 2024-02-11T08:09:00.965+0000 7fe395958200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T08:09:05.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2531> 2024-02-11T08:09:01.303+0000 7fe395958200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T08:09:05.662 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2510> 2024-02-11T08:09:01.396+0000 7fe395958200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T08:09:05.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2498> 2024-02-11T08:09:01.597+0000 7fe395958200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:09:05.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2458> 2024-02-11T08:09:01.785+0000 7fe395958200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T08:09:05.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2363> 2024-02-11T08:09:02.076+0000 7fe395958200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:09:05.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2352> 2024-02-11T08:09:02.338+0000 7fe395958200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T08:09:05.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2288> 2024-02-11T08:09:02.582+0000 7fe395958200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T08:09:05.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2135> 2024-02-11T08:09:03.408+0000 7fe395958200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T08:09:05.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2111> 2024-02-11T08:09:03.992+0000 7fe395958200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T08:09:05.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2097> 2024-02-11T08:09:04.093+0000 7fe395958200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T08:09:05.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2070> 2024-02-11T08:09:04.316+0000 7fe395958200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T08:09:05.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 0> 2024-02-11T08:09:05.336+0000 7fe38b75c700 -1 *** Caught signal (Aborted) ** 2024-02-11T08:09:05.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: in thread 7fe38b75c700 thread_name:admin_socket 2024-02-11T08:09:05.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2024-02-11T08:09:05.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:09:05.663 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fe392f16d20] 2024-02-11T08:09:05.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2: gsignal() 2024-02-11T08:09:05.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 3: abort() 2024-02-11T08:09:05.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 4: /lib64/libc.so.6(+0x21d39) [0x7fe3913f1d39] 2024-02-11T08:09:05.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 5: /lib64/libc.so.6(+0x46e86) [0x7fe391416e86] 2024-02-11T08:09:05.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fe394062785] 2024-02-11T08:09:05.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fe394063f75] 2024-02-11T08:09:05.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fe394062baf] 2024-02-11T08:09:05.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 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) [0x7fe39406eb6d] 2024-02-11T08:09:05.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 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) [0x7fe394068f69] 2024-02-11T08:09:05.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fe39406aa4b] 2024-02-11T08:09:05.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 12: (AdminSocket::entry()+0x4de) [0x7fe39406b2ae] 2024-02-11T08:09:05.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fe391e02b23] 2024-02-11T08:09:05.664 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fe392f0c1ca] 2024-02-11T08:09:05.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 15: clone() 2024-02-11T08:09:05.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T08:09:05.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2024-02-11T08:09:05.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -3139> 2024-02-11T08:08:57.918+0000 7fe395958200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T08:09:05.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -3118> 2024-02-11T08:08:58.013+0000 7fe395958200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T08:09:05.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2876> 2024-02-11T08:08:58.674+0000 7fe395958200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T08:09:05.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2834> 2024-02-11T08:08:58.768+0000 7fe395958200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T08:09:05.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2807> 2024-02-11T08:08:58.911+0000 7fe395958200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T08:09:05.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2785> 2024-02-11T08:08:59.008+0000 7fe395958200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T08:09:05.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2773> 2024-02-11T08:08:59.093+0000 7fe395958200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T08:09:05.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2754> 2024-02-11T08:08:59.359+0000 7fe395958200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T08:09:05.665 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2722> 2024-02-11T08:08:59.471+0000 7fe395958200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T08:09:05.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2702> 2024-02-11T08:08:59.559+0000 7fe395958200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T08:09:05.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2684> 2024-02-11T08:08:59.655+0000 7fe395958200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T08:09:05.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2657> 2024-02-11T08:08:59.833+0000 7fe395958200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T08:09:05.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2604> 2024-02-11T08:09:00.830+0000 7fe395958200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T08:09:05.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2590> 2024-02-11T08:09:00.965+0000 7fe395958200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T08:09:05.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2531> 2024-02-11T08:09:01.303+0000 7fe395958200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T08:09:05.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2510> 2024-02-11T08:09:01.396+0000 7fe395958200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T08:09:05.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2498> 2024-02-11T08:09:01.597+0000 7fe395958200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:09:05.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2458> 2024-02-11T08:09:01.785+0000 7fe395958200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T08:09:05.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2363> 2024-02-11T08:09:02.076+0000 7fe395958200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:09:05.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2352> 2024-02-11T08:09:02.338+0000 7fe395958200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T08:09:05.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2288> 2024-02-11T08:09:02.582+0000 7fe395958200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T08:09:05.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2135> 2024-02-11T08:09:03.408+0000 7fe395958200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T08:09:05.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2111> 2024-02-11T08:09:03.992+0000 7fe395958200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T08:09:05.666 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2097> 2024-02-11T08:09:04.093+0000 7fe395958200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T08:09:05.667 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: -2070> 2024-02-11T08:09:04.316+0000 7fe395958200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T08:09:05.667 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 0> 2024-02-11T08:09:05.336+0000 7fe38b75c700 -1 *** Caught signal (Aborted) ** 2024-02-11T08:09:05.667 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: in thread 7fe38b75c700 thread_name:admin_socket 2024-02-11T08:09:05.667 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2024-02-11T08:09:05.667 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:09:05.667 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fe392f16d20] 2024-02-11T08:09:05.667 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2: gsignal() 2024-02-11T08:09:05.667 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 3: abort() 2024-02-11T08:09:05.667 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 4: /lib64/libc.so.6(+0x21d39) [0x7fe3913f1d39] 2024-02-11T08:09:05.667 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 5: /lib64/libc.so.6(+0x46e86) [0x7fe391416e86] 2024-02-11T08:09:05.667 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fe394062785] 2024-02-11T08:09:05.667 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fe394063f75] 2024-02-11T08:09:05.667 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fe394062baf] 2024-02-11T08:09:05.667 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 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) [0x7fe39406eb6d] 2024-02-11T08:09:05.668 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 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) [0x7fe394068f69] 2024-02-11T08:09:05.668 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fe39406aa4b] 2024-02-11T08:09:05.668 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 12: (AdminSocket::entry()+0x4de) [0x7fe39406b2ae] 2024-02-11T08:09:05.668 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fe391e02b23] 2024-02-11T08:09:05.668 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fe392f0c1ca] 2024-02-11T08:09:05.668 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 15: clone() 2024-02-11T08:09:05.668 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T08:09:05.668 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a[31813]: 2024-02-11T08:09:05.668 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 podman[32041]: 2024-02-11 08:09:05.400921217 +0000 UTC m=+0.019608082 container died bead5f625f60ac7351be5c439ba0b143f846ce9e78f160e6e960bcf5cf0d7605 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a, CEPH_POINT_RELEASE=, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20240131, org.label-schema.vendor=CentOS, io.buildah.version=1.33.2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-02-11T08:09:06.150 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 podman[32041]: 2024-02-11 08:09:05.913692918 +0000 UTC m=+0.532379779 container remove bead5f625f60ac7351be5c439ba0b143f846ce9e78f160e6e960bcf5cf0d7605 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-726a9232-c8b4-11ee-95b9-87774f69a715-mgr-a, org.label-schema.build-date=20240131, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.schema-version=1.0, io.buildah.version=1.33.2, org.label-schema.vendor=CentOS) 2024-02-11T08:09:06.150 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:05 smithi042 systemd[1]: ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-11T08:09:06.656 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:06 smithi042 systemd[1]: ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-11T08:09:06.656 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:06 smithi042 systemd[1]: ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mgr.a.service: Consumed 8.448s CPU time. 2024-02-11T08:09:16.906 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:16 smithi042 systemd[1]: ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 5. 2024-02-11T08:09:16.906 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:16 smithi042 systemd[1]: Stopped Ceph mgr.a for 726a9232-c8b4-11ee-95b9-87774f69a715. 2024-02-11T08:09:16.907 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:16 smithi042 systemd[1]: ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mgr.a.service: Consumed 8.448s CPU time. 2024-02-11T08:09:16.907 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:16 smithi042 systemd[1]: ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mgr.a.service: Start request repeated too quickly. 2024-02-11T08:09:16.907 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:16 smithi042 systemd[1]: ceph-726a9232-c8b4-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-11T08:09:16.907 INFO:journalctl@ceph.mgr.a.smithi042.stdout:Feb 11 08:09:16 smithi042 systemd[1]: Failed to start Ceph mgr.a for 726a9232-c8b4-11ee-95b9-87774f69a715. 2024-02-11T08:09:38.906 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:09:38 smithi042 ceph-mon[29633]: Manager daemon a is unresponsive. No standby daemons available. 2024-02-11T08:09:38.907 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:09:38 smithi042 ceph-mon[29633]: osdmap e7: 0 total, 0 up, 0 in 2024-02-11T08:09:38.907 INFO:journalctl@ceph.mon.a.smithi042.stdout:Feb 11 08:09:38 smithi042 ceph-mon[29633]: mgrmap e16: no daemons active (since 0.00329478s) 2024-02-11T19:56:59.410 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2024-02-11T19:56:59.435 DEBUG:teuthology.task.console_log:Killing console logger for smithi042 2024-02-11T19:56:59.436 DEBUG:teuthology.task.console_log:Killing console logger for smithi053 2024-02-11T19:56:59.437 DEBUG:teuthology.task.console_log:Killing console logger for smithi158 2024-02-11T19:56:59.437 DEBUG:teuthology.exit:Finished running handlers