2024-03-09T15:44:31.472 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-09T15:44:31.473 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --name yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi --description rados/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} --verbose --archive /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587243 -- /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587243/orig.config.yaml 2024-03-09T15:44:31.502 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-09T15:44:31.584 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587243 branch: wip-yuri8-testing-2024-03-06-1329 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: '7587243' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuri8-testing-2024-03-06-1329 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\) - MON_DOWN sha1: 6b01fe95f3aa686f1951a0c5828907a52930b92a ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 6b01fe95f3aa686f1951a0c5828907a52930b92a selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri8-testing-2024-03-06-1329 sha1: 6b01fe95f3aa686f1951a0c5828907a52930b92a 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: 1270 sha1: 6b01fe95f3aa686f1951a0c5828907a52930b92a sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri8-testing-2024-03-06-1329 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 6b01fe95f3aa686f1951a0c5828907a52930b92a targets: smithi052.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBH0mjBP/e7cCB8HXhN7nf9A98EIdvH0wnw/lMyvDPIkDVT3GlGpMqJ306PAPj0qMcxU3ow6sQeYIjz5oez2Uks= smithi151.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDV6ffvvTVv4zWwtDNJuUBmFPWawZlcxWCVXqKUUA1+CTnq8IcmWAV8BVWuRTsIdIfT6wN7L//FhJ0MDah5Gdfs= smithi164.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLajIsWOWRhx8A/h9cK5m5czuNwnMw/RZOXUBeDtZ6XzbII6NAdSSLqsHfFxMGj0qOKZw5CMhmK7B914vid/gLM= 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: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-08_16:18:36 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-09T15:44:31.584 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa; will attempt to use it 2024-03-09T15:44:31.585 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks 2024-03-09T15:44:31.585 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-09T15:44:31.587 INFO:teuthology.task.internal:Checking packages... 2024-03-09T15:44:31.610 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '6b01fe95f3aa686f1951a0c5828907a52930b92a' 2024-03-09T15:44:31.610 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-09T15:44:31.610 INFO:teuthology.packaging:ref: None 2024-03-09T15:44:31.610 INFO:teuthology.packaging:tag: None 2024-03-09T15:44:31.610 INFO:teuthology.packaging:branch: wip-yuri8-testing-2024-03-06-1329 2024-03-09T15:44:31.611 INFO:teuthology.packaging:sha1: 6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T15:44:31.611 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-yuri8-testing-2024-03-06-1329 2024-03-09T15:44:31.825 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-1920.g6b01fe95 2024-03-09T15:44:31.827 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-09T15:44:31.832 INFO:teuthology.task.internal:no buildpackages task found 2024-03-09T15:44:31.832 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-09T15:44:31.861 INFO:teuthology.task.internal:Saving configuration 2024-03-09T15:44:31.874 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-09T15:44:31.884 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-09T15:44:31.908 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi052.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587243', '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-03-09 15:39:23.097376', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBH0mjBP/e7cCB8HXhN7nf9A98EIdvH0wnw/lMyvDPIkDVT3GlGpMqJ306PAPj0qMcxU3ow6sQeYIjz5oez2Uks='} 2024-03-09T15:44:31.934 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi151.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587243', '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-03-09 15:39:23.094698', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDV6ffvvTVv4zWwtDNJuUBmFPWawZlcxWCVXqKUUA1+CTnq8IcmWAV8BVWuRTsIdIfT6wN7L//FhJ0MDah5Gdfs='} 2024-03-09T15:44:31.960 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi164.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587243', '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-03-09 15:39:23.096452', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLajIsWOWRhx8A/h9cK5m5czuNwnMw/RZOXUBeDtZ6XzbII6NAdSSLqsHfFxMGj0qOKZw5CMhmK7B914vid/gLM='} 2024-03-09T15:44:31.960 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-09T15:44:31.970 INFO:teuthology.task.internal:roles: ubuntu@smithi052.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-03-09T15:44:31.970 INFO:teuthology.task.internal:roles: ubuntu@smithi151.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-03-09T15:44:31.970 INFO:teuthology.task.internal:roles: ubuntu@smithi164.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-03-09T15:44:31.970 INFO:teuthology.run_tasks:Running task console_log... 2024-03-09T15:44:32.156 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f1c44d21f70>, signals=[15]) 2024-03-09T15:44:32.156 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-09T15:44:32.166 INFO:teuthology.task.internal:Opening connections... 2024-03-09T15:44:32.166 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi052.front.sepia.ceph.com 2024-03-09T15:44:32.168 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T15:44:32.273 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi151.front.sepia.ceph.com 2024-03-09T15:44:32.274 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi151.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T15:44:32.363 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi164.front.sepia.ceph.com 2024-03-09T15:44:32.364 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T15:44:32.466 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-09T15:44:32.474 DEBUG:teuthology.orchestra.run.smithi052:> uname -m 2024-03-09T15:44:32.493 INFO:teuthology.orchestra.run.smithi052.stdout:x86_64 2024-03-09T15:44:32.493 DEBUG:teuthology.orchestra.run.smithi052:> cat /etc/os-release 2024-03-09T15:44:32.551 INFO:teuthology.orchestra.run.smithi052.stdout:NAME="CentOS Stream" 2024-03-09T15:44:32.552 INFO:teuthology.orchestra.run.smithi052.stdout:VERSION="9" 2024-03-09T15:44:32.552 INFO:teuthology.orchestra.run.smithi052.stdout:ID="centos" 2024-03-09T15:44:32.552 INFO:teuthology.orchestra.run.smithi052.stdout:ID_LIKE="rhel fedora" 2024-03-09T15:44:32.552 INFO:teuthology.orchestra.run.smithi052.stdout:VERSION_ID="9" 2024-03-09T15:44:32.552 INFO:teuthology.orchestra.run.smithi052.stdout:PLATFORM_ID="platform:el9" 2024-03-09T15:44:32.552 INFO:teuthology.orchestra.run.smithi052.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-09T15:44:32.552 INFO:teuthology.orchestra.run.smithi052.stdout:ANSI_COLOR="0;31" 2024-03-09T15:44:32.552 INFO:teuthology.orchestra.run.smithi052.stdout:LOGO="fedora-logo-icon" 2024-03-09T15:44:32.552 INFO:teuthology.orchestra.run.smithi052.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-09T15:44:32.552 INFO:teuthology.orchestra.run.smithi052.stdout:HOME_URL="https://centos.org/" 2024-03-09T15:44:32.552 INFO:teuthology.orchestra.run.smithi052.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-09T15:44:32.552 INFO:teuthology.orchestra.run.smithi052.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-09T15:44:32.552 INFO:teuthology.orchestra.run.smithi052.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-09T15:44:32.553 INFO:teuthology.lock.ops:Updating smithi052.front.sepia.ceph.com on lock server 2024-03-09T15:44:32.579 DEBUG:teuthology.orchestra.run.smithi151:> uname -m 2024-03-09T15:44:32.597 INFO:teuthology.orchestra.run.smithi151.stdout:x86_64 2024-03-09T15:44:32.597 DEBUG:teuthology.orchestra.run.smithi151:> cat /etc/os-release 2024-03-09T15:44:32.653 INFO:teuthology.orchestra.run.smithi151.stdout:NAME="CentOS Stream" 2024-03-09T15:44:32.654 INFO:teuthology.orchestra.run.smithi151.stdout:VERSION="9" 2024-03-09T15:44:32.654 INFO:teuthology.orchestra.run.smithi151.stdout:ID="centos" 2024-03-09T15:44:32.654 INFO:teuthology.orchestra.run.smithi151.stdout:ID_LIKE="rhel fedora" 2024-03-09T15:44:32.654 INFO:teuthology.orchestra.run.smithi151.stdout:VERSION_ID="9" 2024-03-09T15:44:32.654 INFO:teuthology.orchestra.run.smithi151.stdout:PLATFORM_ID="platform:el9" 2024-03-09T15:44:32.654 INFO:teuthology.orchestra.run.smithi151.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-09T15:44:32.654 INFO:teuthology.orchestra.run.smithi151.stdout:ANSI_COLOR="0;31" 2024-03-09T15:44:32.654 INFO:teuthology.orchestra.run.smithi151.stdout:LOGO="fedora-logo-icon" 2024-03-09T15:44:32.654 INFO:teuthology.orchestra.run.smithi151.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-09T15:44:32.654 INFO:teuthology.orchestra.run.smithi151.stdout:HOME_URL="https://centos.org/" 2024-03-09T15:44:32.654 INFO:teuthology.orchestra.run.smithi151.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-09T15:44:32.654 INFO:teuthology.orchestra.run.smithi151.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-09T15:44:32.655 INFO:teuthology.orchestra.run.smithi151.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-09T15:44:32.655 INFO:teuthology.lock.ops:Updating smithi151.front.sepia.ceph.com on lock server 2024-03-09T15:44:32.679 DEBUG:teuthology.orchestra.run.smithi164:> uname -m 2024-03-09T15:44:32.697 INFO:teuthology.orchestra.run.smithi164.stdout:x86_64 2024-03-09T15:44:32.697 DEBUG:teuthology.orchestra.run.smithi164:> cat /etc/os-release 2024-03-09T15:44:32.754 INFO:teuthology.orchestra.run.smithi164.stdout:NAME="CentOS Stream" 2024-03-09T15:44:32.755 INFO:teuthology.orchestra.run.smithi164.stdout:VERSION="9" 2024-03-09T15:44:32.755 INFO:teuthology.orchestra.run.smithi164.stdout:ID="centos" 2024-03-09T15:44:32.755 INFO:teuthology.orchestra.run.smithi164.stdout:ID_LIKE="rhel fedora" 2024-03-09T15:44:32.755 INFO:teuthology.orchestra.run.smithi164.stdout:VERSION_ID="9" 2024-03-09T15:44:32.755 INFO:teuthology.orchestra.run.smithi164.stdout:PLATFORM_ID="platform:el9" 2024-03-09T15:44:32.755 INFO:teuthology.orchestra.run.smithi164.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-09T15:44:32.755 INFO:teuthology.orchestra.run.smithi164.stdout:ANSI_COLOR="0;31" 2024-03-09T15:44:32.755 INFO:teuthology.orchestra.run.smithi164.stdout:LOGO="fedora-logo-icon" 2024-03-09T15:44:32.755 INFO:teuthology.orchestra.run.smithi164.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-09T15:44:32.755 INFO:teuthology.orchestra.run.smithi164.stdout:HOME_URL="https://centos.org/" 2024-03-09T15:44:32.755 INFO:teuthology.orchestra.run.smithi164.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-09T15:44:32.756 INFO:teuthology.orchestra.run.smithi164.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-09T15:44:32.756 INFO:teuthology.orchestra.run.smithi164.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-09T15:44:32.756 INFO:teuthology.lock.ops:Updating smithi164.front.sepia.ceph.com on lock server 2024-03-09T15:44:32.778 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-09T15:44:32.787 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-09T15:44:32.808 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-09T15:44:32.808 DEBUG:teuthology.orchestra.run.smithi052:> test '!' -e /home/ubuntu/cephtest 2024-03-09T15:44:32.811 DEBUG:teuthology.orchestra.run.smithi151:> test '!' -e /home/ubuntu/cephtest 2024-03-09T15:44:32.813 DEBUG:teuthology.orchestra.run.smithi164:> test '!' -e /home/ubuntu/cephtest 2024-03-09T15:44:32.829 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-09T15:44:32.878 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-09T15:44:32.878 DEBUG:teuthology.orchestra.run.smithi052:> test -z $(ls -A /var/lib/ceph) 2024-03-09T15:44:32.881 DEBUG:teuthology.orchestra.run.smithi151:> test -z $(ls -A /var/lib/ceph) 2024-03-09T15:44:32.883 DEBUG:teuthology.orchestra.run.smithi164:> test -z $(ls -A /var/lib/ceph) 2024-03-09T15:44:32.980 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-09T15:44:33.061 INFO:teuthology.run_tasks:Running task kernel... 2024-03-09T15:44:33.077 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-09T15:44:33.077 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-03-09T15:44:33.077 DEBUG:teuthology.orchestra.run.smithi052:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-09T15:44:33.078 DEBUG:teuthology.orchestra.run.smithi151:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-09T15:44:33.079 DEBUG:teuthology.orchestra.run.smithi164:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-09T15:44:33.095 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-09T15:44:33.095 DEBUG:teuthology.orchestra.run.smithi151:> uname -r 2024-03-09T15:44:33.096 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-09T15:44:33.096 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-09T15:44:33.097 DEBUG:teuthology.orchestra.run.smithi052:> uname -r 2024-03-09T15:44:33.097 DEBUG:teuthology.orchestra.run.smithi164:> uname -r 2024-03-09T15:44:33.152 INFO:teuthology.orchestra.run.smithi151.stdout:5.14.0-361.el9.x86_64 2024-03-09T15:44:33.152 INFO:teuthology.task.kernel:Running kernel on smithi151: 5.14.0-361.el9.x86_64 2024-03-09T15:44:33.152 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum install -y kernel 2024-03-09T15:44:33.154 INFO:teuthology.orchestra.run.smithi164.stdout:5.14.0-361.el9.x86_64 2024-03-09T15:44:33.154 INFO:teuthology.task.kernel:Running kernel on smithi164: 5.14.0-361.el9.x86_64 2024-03-09T15:44:33.154 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum install -y kernel 2024-03-09T15:44:33.155 INFO:teuthology.orchestra.run.smithi052.stdout:5.14.0-361.el9.x86_64 2024-03-09T15:44:33.156 INFO:teuthology.task.kernel:Running kernel on smithi052: 5.14.0-361.el9.x86_64 2024-03-09T15:44:33.156 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum install -y kernel 2024-03-09T15:44:35.215 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS-9 - AppStream 16 MB/s | 6.7 MB 00:00 2024-03-09T15:44:35.377 INFO:teuthology.orchestra.run.smithi151.stdout:CentOS-9 - AppStream 14 MB/s | 6.7 MB 00:00 2024-03-09T15:44:35.386 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS-9 - AppStream 12 MB/s | 6.7 MB 00:00 2024-03-09T15:44:36.574 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS-9 - BaseOS 7.7 MB/s | 2.0 MB 00:00 2024-03-09T15:44:36.803 INFO:teuthology.orchestra.run.smithi151.stdout:CentOS-9 - BaseOS 6.4 MB/s | 2.0 MB 00:00 2024-03-09T15:44:36.811 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS-9 - BaseOS 7.3 MB/s | 2.0 MB 00:00 2024-03-09T15:44:37.864 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS Stream 9 - BaseOS 7.8 MB/s | 8.0 MB 00:01 2024-03-09T15:44:37.893 INFO:teuthology.orchestra.run.smithi151.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.0 MB 00:00 2024-03-09T15:44:38.188 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 9 - BaseOS 7.8 MB/s | 8.0 MB 00:01 2024-03-09T15:44:40.043 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS Stream 9 - AppStream 16 MB/s | 19 MB 00:01 2024-03-09T15:44:40.861 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 9 - AppStream 12 MB/s | 19 MB 00:01 2024-03-09T15:44:41.086 INFO:teuthology.orchestra.run.smithi151.stdout:CentOS Stream 9 - AppStream 8.9 MB/s | 19 MB 00:02 2024-03-09T15:44:44.508 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS Stream 9 - CRB 6.2 MB/s | 6.1 MB 00:00 2024-03-09T15:44:44.929 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 9 - CRB 13 MB/s | 6.1 MB 00:00 2024-03-09T15:44:45.770 INFO:teuthology.orchestra.run.smithi151.stdout:CentOS Stream 9 - CRB 5.0 MB/s | 6.1 MB 00:01 2024-03-09T15:44:45.983 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS Stream 9 - Extras packages 44 kB/s | 15 kB 00:00 2024-03-09T15:44:46.663 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 9 - Extras packages 33 kB/s | 15 kB 00:00 2024-03-09T15:44:47.118 INFO:teuthology.orchestra.run.smithi164.stdout:Extra Packages for Enterprise Linux 20 MB/s | 21 MB 00:01 2024-03-09T15:44:47.262 INFO:teuthology.orchestra.run.smithi151.stdout:CentOS Stream 9 - Extras packages 44 kB/s | 15 kB 00:00 2024-03-09T15:44:47.658 INFO:teuthology.orchestra.run.smithi052.stdout:Extra Packages for Enterprise Linux 24 MB/s | 21 MB 00:00 2024-03-09T15:44:50.522 INFO:teuthology.orchestra.run.smithi151.stdout:Extra Packages for Enterprise Linux 6.5 MB/s | 21 MB 00:03 2024-03-09T15:44:52.027 INFO:teuthology.orchestra.run.smithi164.stdout:lab-extras 40 kB/s | 1.7 kB 00:00 2024-03-09T15:44:52.973 INFO:teuthology.orchestra.run.smithi052.stdout:lab-extras 23 kB/s | 1.7 kB 00:00 2024-03-09T15:44:54.233 INFO:teuthology.orchestra.run.smithi164.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-09T15:44:54.233 INFO:teuthology.orchestra.run.smithi164.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-09T15:44:54.322 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T15:44:54.327 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:44:54.327 INFO:teuthology.orchestra.run.smithi164.stdout: Package Architecture Version Repository Size 2024-03-09T15:44:54.327 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:44:54.327 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-09T15:44:54.327 INFO:teuthology.orchestra.run.smithi164.stdout: kernel x86_64 5.14.0-427.el9 baseos 6.0 M 2024-03-09T15:44:54.327 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-03-09T15:44:54.327 INFO:teuthology.orchestra.run.smithi164.stdout: kernel-core x86_64 5.14.0-427.el9 baseos 21 M 2024-03-09T15:44:54.327 INFO:teuthology.orchestra.run.smithi164.stdout: kernel-modules x86_64 5.14.0-427.el9 baseos 39 M 2024-03-09T15:44:54.327 INFO:teuthology.orchestra.run.smithi164.stdout: kernel-modules-core x86_64 5.14.0-427.el9 baseos 33 M 2024-03-09T15:44:54.327 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:44:54.327 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-09T15:44:54.327 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:44:54.328 INFO:teuthology.orchestra.run.smithi164.stdout:Install 4 Packages 2024-03-09T15:44:54.328 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:44:54.328 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 100 M 2024-03-09T15:44:54.328 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 123 M 2024-03-09T15:44:54.328 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-09T15:44:55.288 INFO:teuthology.orchestra.run.smithi052.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-09T15:44:55.288 INFO:teuthology.orchestra.run.smithi052.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-09T15:44:55.389 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-09T15:44:55.397 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:44:55.397 INFO:teuthology.orchestra.run.smithi052.stdout: Package Architecture Version Repository Size 2024-03-09T15:44:55.397 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:44:55.397 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-03-09T15:44:55.397 INFO:teuthology.orchestra.run.smithi052.stdout: kernel x86_64 5.14.0-427.el9 baseos 6.0 M 2024-03-09T15:44:55.397 INFO:teuthology.orchestra.run.smithi052.stdout:Installing dependencies: 2024-03-09T15:44:55.397 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-core x86_64 5.14.0-427.el9 baseos 21 M 2024-03-09T15:44:55.398 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-modules x86_64 5.14.0-427.el9 baseos 39 M 2024-03-09T15:44:55.398 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-modules-core x86_64 5.14.0-427.el9 baseos 33 M 2024-03-09T15:44:55.398 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:44:55.398 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-03-09T15:44:55.398 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:44:55.398 INFO:teuthology.orchestra.run.smithi052.stdout:Install 4 Packages 2024-03-09T15:44:55.398 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:44:55.399 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 100 M 2024-03-09T15:44:55.399 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 123 M 2024-03-09T15:44:55.399 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-03-09T15:44:55.405 INFO:teuthology.orchestra.run.smithi151.stdout:lab-extras 26 kB/s | 1.7 kB 00:00 2024-03-09T15:44:55.916 INFO:teuthology.orchestra.run.smithi052.stdout:(1/4): kernel-5.14.0-427.el9.x86_64.rpm 13 MB/s | 6.0 MB 00:00 2024-03-09T15:44:56.236 INFO:teuthology.orchestra.run.smithi164.stdout:(1/4): kernel-5.14.0-427.el9.x86_64.rpm 3.4 MB/s | 6.0 MB 00:01 2024-03-09T15:44:57.100 INFO:teuthology.orchestra.run.smithi052.stdout:(2/4): kernel-core-5.14.0-427.el9.x86_64.rpm 13 MB/s | 21 MB 00:01 2024-03-09T15:44:57.608 INFO:teuthology.orchestra.run.smithi052.stdout:(3/4): kernel-modules-core-5.14.0-427.el9.x86_6 20 MB/s | 33 MB 00:01 2024-03-09T15:44:57.645 INFO:teuthology.orchestra.run.smithi151.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-09T15:44:57.645 INFO:teuthology.orchestra.run.smithi151.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-09T15:44:57.751 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2024-03-09T15:44:57.767 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:44:57.767 INFO:teuthology.orchestra.run.smithi151.stdout: Package Architecture Version Repository Size 2024-03-09T15:44:57.767 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:44:57.767 INFO:teuthology.orchestra.run.smithi151.stdout:Installing: 2024-03-09T15:44:57.767 INFO:teuthology.orchestra.run.smithi151.stdout: kernel x86_64 5.14.0-427.el9 baseos 6.0 M 2024-03-09T15:44:57.767 INFO:teuthology.orchestra.run.smithi151.stdout:Installing dependencies: 2024-03-09T15:44:57.767 INFO:teuthology.orchestra.run.smithi151.stdout: kernel-core x86_64 5.14.0-427.el9 baseos 21 M 2024-03-09T15:44:57.767 INFO:teuthology.orchestra.run.smithi151.stdout: kernel-modules x86_64 5.14.0-427.el9 baseos 39 M 2024-03-09T15:44:57.768 INFO:teuthology.orchestra.run.smithi151.stdout: kernel-modules-core x86_64 5.14.0-427.el9 baseos 33 M 2024-03-09T15:44:57.768 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:44:57.768 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2024-03-09T15:44:57.768 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:44:57.768 INFO:teuthology.orchestra.run.smithi151.stdout:Install 4 Packages 2024-03-09T15:44:57.768 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:44:57.768 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 100 M 2024-03-09T15:44:57.768 INFO:teuthology.orchestra.run.smithi151.stdout:Installed size: 123 M 2024-03-09T15:44:57.768 INFO:teuthology.orchestra.run.smithi151.stdout:Downloading Packages: 2024-03-09T15:44:58.348 INFO:teuthology.orchestra.run.smithi151.stdout:(1/4): kernel-5.14.0-427.el9.x86_64.rpm 19 MB/s | 6.0 MB 00:00 2024-03-09T15:44:58.425 INFO:teuthology.orchestra.run.smithi052.stdout:(4/4): kernel-modules-5.14.0-427.el9.x86_64.rpm 13 MB/s | 39 MB 00:02 2024-03-09T15:44:58.428 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:44:58.429 INFO:teuthology.orchestra.run.smithi052.stdout:Total 33 MB/s | 100 MB 00:03 2024-03-09T15:44:58.881 INFO:teuthology.orchestra.run.smithi151.stdout:(2/4): kernel-core-5.14.0-427.el9.x86_64.rpm 25 MB/s | 21 MB 00:00 2024-03-09T15:44:59.349 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-03-09T15:44:59.457 INFO:teuthology.orchestra.run.smithi151.stdout:(3/4): kernel-modules-5.14.0-427.el9.x86_64.rpm 28 MB/s | 39 MB 00:01 2024-03-09T15:44:59.685 INFO:teuthology.orchestra.run.smithi164.stdout:(2/4): kernel-modules-core-5.14.0-427.el9.x86_6 9.7 MB/s | 33 MB 00:03 2024-03-09T15:44:59.788 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-03-09T15:44:59.788 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-03-09T15:45:00.015 INFO:teuthology.orchestra.run.smithi151.stdout:(4/4): kernel-modules-core-5.14.0-427.el9.x86_6 20 MB/s | 33 MB 00:01 2024-03-09T15:45:00.016 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:45:00.016 INFO:teuthology.orchestra.run.smithi151.stdout:Total 44 MB/s | 100 MB 00:02 2024-03-09T15:45:00.519 INFO:teuthology.orchestra.run.smithi164.stdout:(3/4): kernel-core-5.14.0-427.el9.x86_64.rpm 3.4 MB/s | 21 MB 00:06 2024-03-09T15:45:00.902 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction check 2024-03-09T15:45:01.205 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-03-09T15:45:01.205 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-03-09T15:45:01.273 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction check succeeded. 2024-03-09T15:45:01.273 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction test 2024-03-09T15:45:02.885 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction test succeeded. 2024-03-09T15:45:03.036 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction 2024-03-09T15:45:04.077 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-03-09T15:45:04.741 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : kernel-modules-core-5.14.0-427.el9.x86_64 1/4 2024-03-09T15:45:04.867 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-09T15:45:05.658 INFO:teuthology.orchestra.run.smithi151.stdout: Preparing : 1/1 2024-03-09T15:45:06.349 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : kernel-modules-core-5.14.0-427.el9.x86_64 1/4 2024-03-09T15:45:06.507 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-09T15:45:07.828 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-09T15:45:08.004 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-09T15:45:09.309 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-09T15:45:09.526 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-09T15:45:13.105 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-09T15:45:13.224 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : kernel-5.14.0-427.el9.x86_64 4/4 2024-03-09T15:45:14.299 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-09T15:45:14.436 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : kernel-5.14.0-427.el9.x86_64 4/4 2024-03-09T15:45:18.351 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-09T15:45:19.235 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-09T15:45:29.657 INFO:teuthology.orchestra.run.smithi164.stdout:(4/4): kernel-modules-5.14.0-427.el9.x86_64.rpm 1.1 MB/s | 39 MB 00:35 2024-03-09T15:45:29.658 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:45:29.658 INFO:teuthology.orchestra.run.smithi164.stdout:Total 2.8 MB/s | 100 MB 00:35 2024-03-09T15:45:30.547 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-09T15:45:30.938 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-09T15:45:30.939 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-09T15:45:32.574 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-09T15:45:32.574 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-09T15:45:35.324 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-09T15:45:35.982 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : kernel-modules-core-5.14.0-427.el9.x86_64 1/4 2024-03-09T15:45:36.124 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-09T15:45:38.936 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-09T15:45:39.118 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-09T15:45:43.858 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-09T15:45:44.053 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : kernel-5.14.0-427.el9.x86_64 4/4 2024-03-09T15:45:48.523 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 4/4 2024-03-09T15:45:48.523 INFO:teuthology.orchestra.run.smithi151.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-09T15:45:48.523 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:45:48.610 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 4/4 2024-03-09T15:45:48.828 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-09T15:45:49.061 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: kernel-5.14.0-427.el9.x86_64 4/4 2024-03-09T15:45:49.061 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : kernel-5.14.0-427.el9.x86_64 1/4 2024-03-09T15:45:49.061 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-09T15:45:49.061 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-09T15:45:49.394 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 4/4 2024-03-09T15:45:49.394 INFO:teuthology.orchestra.run.smithi052.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-09T15:45:49.394 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:45:49.436 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-09T15:45:49.437 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:45:49.437 INFO:teuthology.orchestra.run.smithi151.stdout:Installed: 2024-03-09T15:45:49.437 INFO:teuthology.orchestra.run.smithi151.stdout: kernel-5.14.0-427.el9.x86_64 2024-03-09T15:45:49.437 INFO:teuthology.orchestra.run.smithi151.stdout: kernel-core-5.14.0-427.el9.x86_64 2024-03-09T15:45:49.438 INFO:teuthology.orchestra.run.smithi151.stdout: kernel-modules-5.14.0-427.el9.x86_64 2024-03-09T15:45:49.438 INFO:teuthology.orchestra.run.smithi151.stdout: kernel-modules-core-5.14.0-427.el9.x86_64 2024-03-09T15:45:49.438 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:45:49.438 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2024-03-09T15:45:49.481 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 4/4 2024-03-09T15:45:49.942 DEBUG:teuthology.orchestra.run.smithi151:> rpm -q kernel | sort -rV | head -n 1 2024-03-09T15:45:49.955 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: kernel-5.14.0-427.el9.x86_64 4/4 2024-03-09T15:45:49.955 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : kernel-5.14.0-427.el9.x86_64 1/4 2024-03-09T15:45:49.955 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-09T15:45:49.955 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-09T15:45:50.087 INFO:teuthology.orchestra.run.smithi151.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-09T15:45:50.087 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-09T15:45:50.087 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-427.el9.x86_64 2024-03-09T15:45:50.087 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-09T15:45:50.087 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-09T15:45:50.088 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-09T15:45:50.088 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi151.front.sepia.ceph.com, path=None, version=distro) 2024-03-09T15:45:50.088 DEBUG:teuthology.orchestra.run.smithi151:> rpm -q kernel | sort -rV | head -n 1 2024-03-09T15:45:50.209 INFO:teuthology.orchestra.run.smithi151.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-09T15:45:50.209 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-09T15:45:50.210 DEBUG:teuthology.orchestra.run.smithi151:> sudo rpm -qi grub2-tools 2024-03-09T15:45:50.251 INFO:teuthology.orchestra.run.smithi151.stdout:Name : grub2-tools 2024-03-09T15:45:50.251 INFO:teuthology.orchestra.run.smithi151.stdout:Epoch : 1 2024-03-09T15:45:50.251 INFO:teuthology.orchestra.run.smithi151.stdout:Version : 2.06 2024-03-09T15:45:50.251 INFO:teuthology.orchestra.run.smithi151.stdout:Release : 68.el9 2024-03-09T15:45:50.252 INFO:teuthology.orchestra.run.smithi151.stdout:Architecture: x86_64 2024-03-09T15:45:50.252 INFO:teuthology.orchestra.run.smithi151.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-09T15:45:50.252 INFO:teuthology.orchestra.run.smithi151.stdout:Group : Unspecified 2024-03-09T15:45:50.252 INFO:teuthology.orchestra.run.smithi151.stdout:Size : 8264254 2024-03-09T15:45:50.252 INFO:teuthology.orchestra.run.smithi151.stdout:License : GPLv3+ 2024-03-09T15:45:50.252 INFO:teuthology.orchestra.run.smithi151.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-09T15:45:50.252 INFO:teuthology.orchestra.run.smithi151.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-09T15:45:50.252 INFO:teuthology.orchestra.run.smithi151.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-09T15:45:50.252 INFO:teuthology.orchestra.run.smithi151.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-09T15:45:50.252 INFO:teuthology.orchestra.run.smithi151.stdout:Packager : builder@centos.org 2024-03-09T15:45:50.252 INFO:teuthology.orchestra.run.smithi151.stdout:Vendor : CentOS 2024-03-09T15:45:50.252 INFO:teuthology.orchestra.run.smithi151.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-09T15:45:50.252 INFO:teuthology.orchestra.run.smithi151.stdout:Summary : Support tools for GRUB. 2024-03-09T15:45:50.252 INFO:teuthology.orchestra.run.smithi151.stdout:Description : 2024-03-09T15:45:50.252 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:45:50.253 INFO:teuthology.orchestra.run.smithi151.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-09T15:45:50.253 INFO:teuthology.orchestra.run.smithi151.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-09T15:45:50.253 INFO:teuthology.orchestra.run.smithi151.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-09T15:45:50.253 INFO:teuthology.orchestra.run.smithi151.stdout:hardware devices. 2024-03-09T15:45:50.253 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:45:50.253 INFO:teuthology.orchestra.run.smithi151.stdout:This subpackage provides tools for support of all platforms. 2024-03-09T15:45:50.254 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-09T15:45:50.254 INFO:teuthology.task.kernel:Updating grub on smithi151 to boot 5.14.0-427.el9.x86_64 2024-03-09T15:45:50.254 DEBUG:teuthology.orchestra.run.smithi151:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-09T15:45:50.375 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-09T15:45:50.375 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:45:50.376 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-03-09T15:45:50.376 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-5.14.0-427.el9.x86_64 2024-03-09T15:45:50.376 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-core-5.14.0-427.el9.x86_64 2024-03-09T15:45:50.376 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-modules-5.14.0-427.el9.x86_64 2024-03-09T15:45:50.376 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-modules-core-5.14.0-427.el9.x86_64 2024-03-09T15:45:50.376 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:45:50.376 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-09T15:45:50.844 INFO:teuthology.orchestra.run.smithi151.stderr:Generating grub configuration file ... 2024-03-09T15:45:50.891 DEBUG:teuthology.orchestra.run.smithi052:> rpm -q kernel | sort -rV | head -n 1 2024-03-09T15:45:51.043 INFO:teuthology.orchestra.run.smithi052.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-09T15:45:51.043 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-09T15:45:51.043 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-427.el9.x86_64 2024-03-09T15:45:51.043 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-09T15:45:51.044 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-09T15:45:51.044 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-09T15:45:51.044 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi052.front.sepia.ceph.com, path=None, version=distro) 2024-03-09T15:45:51.044 DEBUG:teuthology.orchestra.run.smithi052:> rpm -q kernel | sort -rV | head -n 1 2024-03-09T15:45:51.169 INFO:teuthology.orchestra.run.smithi052.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-09T15:45:51.170 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-09T15:45:51.170 DEBUG:teuthology.orchestra.run.smithi052:> sudo rpm -qi grub2-tools 2024-03-09T15:45:51.210 INFO:teuthology.orchestra.run.smithi052.stdout:Name : grub2-tools 2024-03-09T15:45:51.211 INFO:teuthology.orchestra.run.smithi052.stdout:Epoch : 1 2024-03-09T15:45:51.211 INFO:teuthology.orchestra.run.smithi052.stdout:Version : 2.06 2024-03-09T15:45:51.211 INFO:teuthology.orchestra.run.smithi052.stdout:Release : 68.el9 2024-03-09T15:45:51.211 INFO:teuthology.orchestra.run.smithi052.stdout:Architecture: x86_64 2024-03-09T15:45:51.211 INFO:teuthology.orchestra.run.smithi052.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-09T15:45:51.211 INFO:teuthology.orchestra.run.smithi052.stdout:Group : Unspecified 2024-03-09T15:45:51.211 INFO:teuthology.orchestra.run.smithi052.stdout:Size : 8264254 2024-03-09T15:45:51.212 INFO:teuthology.orchestra.run.smithi052.stdout:License : GPLv3+ 2024-03-09T15:45:51.212 INFO:teuthology.orchestra.run.smithi052.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-09T15:45:51.212 INFO:teuthology.orchestra.run.smithi052.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-09T15:45:51.212 INFO:teuthology.orchestra.run.smithi052.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-09T15:45:51.212 INFO:teuthology.orchestra.run.smithi052.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-09T15:45:51.212 INFO:teuthology.orchestra.run.smithi052.stdout:Packager : builder@centos.org 2024-03-09T15:45:51.212 INFO:teuthology.orchestra.run.smithi052.stdout:Vendor : CentOS 2024-03-09T15:45:51.212 INFO:teuthology.orchestra.run.smithi052.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-09T15:45:51.212 INFO:teuthology.orchestra.run.smithi052.stdout:Summary : Support tools for GRUB. 2024-03-09T15:45:51.212 INFO:teuthology.orchestra.run.smithi052.stdout:Description : 2024-03-09T15:45:51.212 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:45:51.212 INFO:teuthology.orchestra.run.smithi052.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-09T15:45:51.213 INFO:teuthology.orchestra.run.smithi052.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-09T15:45:51.213 INFO:teuthology.orchestra.run.smithi052.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-09T15:45:51.213 INFO:teuthology.orchestra.run.smithi052.stdout:hardware devices. 2024-03-09T15:45:51.213 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:45:51.213 INFO:teuthology.orchestra.run.smithi052.stdout:This subpackage provides tools for support of all platforms. 2024-03-09T15:45:51.214 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-09T15:45:51.214 INFO:teuthology.task.kernel:Updating grub on smithi052 to boot 5.14.0-427.el9.x86_64 2024-03-09T15:45:51.214 DEBUG:teuthology.orchestra.run.smithi052:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-09T15:45:51.845 INFO:teuthology.orchestra.run.smithi052.stderr:Generating grub configuration file ... 2024-03-09T15:45:52.181 INFO:teuthology.orchestra.run.smithi151.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-09T15:45:52.212 INFO:teuthology.orchestra.run.smithi151.stderr:done 2024-03-09T15:45:52.216 DEBUG:teuthology.orchestra.run.smithi151:> mktemp 2024-03-09T15:45:52.231 INFO:teuthology.orchestra.run.smithi151.stdout:/tmp/tmp.j6pEdDwUZx 2024-03-09T15:45:52.231 DEBUG:teuthology.orchestra.run.smithi151:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.j6pEdDwUZx 2024-03-09T15:45:52.300 DEBUG:teuthology.orchestra.run.smithi151:> sudo chmod 0666 /tmp/tmp.j6pEdDwUZx 2024-03-09T15:45:52.444 DEBUG:teuthology.orchestra.remote:smithi151:/tmp/tmp.j6pEdDwUZx is 6KB 2024-03-09T15:45:52.493 DEBUG:teuthology.orchestra.run.smithi151:> rm -fr /tmp/tmp.j6pEdDwUZx 2024-03-09T15:45:52.507 DEBUG:teuthology.orchestra.run.smithi151:> sudo /bin/ls /boot/loader/entries || true 2024-03-09T15:45:52.576 INFO:teuthology.orchestra.run.smithi151.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-09T15:45:52.576 INFO:teuthology.orchestra.run.smithi151.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-09T15:45:52.576 INFO:teuthology.orchestra.run.smithi151.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-09T15:45:52.576 INFO:teuthology.orchestra.run.smithi151.stdout:15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64.conf 2024-03-09T15:45:52.578 DEBUG:teuthology.orchestra.run.smithi151:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64 2024-03-09T15:45:52.741 DEBUG:teuthology.orchestra.run.smithi151:> sudo shutdown -r now 2024-03-09T15:45:53.296 INFO:teuthology.orchestra.run.smithi052.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-09T15:45:53.332 INFO:teuthology.orchestra.run.smithi052.stderr:done 2024-03-09T15:45:53.334 DEBUG:teuthology.orchestra.run.smithi052:> mktemp 2024-03-09T15:45:53.349 INFO:teuthology.orchestra.run.smithi052.stdout:/tmp/tmp.AhCfBgSdqB 2024-03-09T15:45:53.350 DEBUG:teuthology.orchestra.run.smithi052:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.AhCfBgSdqB 2024-03-09T15:45:53.421 DEBUG:teuthology.orchestra.run.smithi052:> sudo chmod 0666 /tmp/tmp.AhCfBgSdqB 2024-03-09T15:45:53.569 DEBUG:teuthology.orchestra.remote:smithi052:/tmp/tmp.AhCfBgSdqB is 6KB 2024-03-09T15:45:53.619 DEBUG:teuthology.orchestra.run.smithi052:> rm -fr /tmp/tmp.AhCfBgSdqB 2024-03-09T15:45:53.633 DEBUG:teuthology.orchestra.run.smithi052:> sudo /bin/ls /boot/loader/entries || true 2024-03-09T15:45:53.702 INFO:teuthology.orchestra.run.smithi052.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-09T15:45:53.703 INFO:teuthology.orchestra.run.smithi052.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-09T15:45:53.703 INFO:teuthology.orchestra.run.smithi052.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-09T15:45:53.703 INFO:teuthology.orchestra.run.smithi052.stdout:15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64.conf 2024-03-09T15:45:53.704 DEBUG:teuthology.orchestra.run.smithi052:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64 2024-03-09T15:45:53.861 DEBUG:teuthology.orchestra.run.smithi052:> sudo shutdown -r now 2024-03-09T15:46:18.335 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 4/4 2024-03-09T15:46:18.335 INFO:teuthology.orchestra.run.smithi164.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-09T15:46:18.335 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:46:18.420 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 4/4 2024-03-09T15:46:18.877 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: kernel-5.14.0-427.el9.x86_64 4/4 2024-03-09T15:46:18.877 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : kernel-5.14.0-427.el9.x86_64 1/4 2024-03-09T15:46:18.877 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-09T15:46:18.877 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-09T15:46:19.318 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-09T15:46:19.318 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:46:19.318 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-09T15:46:19.318 INFO:teuthology.orchestra.run.smithi164.stdout: kernel-5.14.0-427.el9.x86_64 2024-03-09T15:46:19.318 INFO:teuthology.orchestra.run.smithi164.stdout: kernel-core-5.14.0-427.el9.x86_64 2024-03-09T15:46:19.318 INFO:teuthology.orchestra.run.smithi164.stdout: kernel-modules-5.14.0-427.el9.x86_64 2024-03-09T15:46:19.318 INFO:teuthology.orchestra.run.smithi164.stdout: kernel-modules-core-5.14.0-427.el9.x86_64 2024-03-09T15:46:19.318 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:46:19.318 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T15:46:19.871 DEBUG:teuthology.orchestra.run.smithi164:> rpm -q kernel | sort -rV | head -n 1 2024-03-09T15:46:20.010 INFO:teuthology.orchestra.run.smithi164.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-09T15:46:20.011 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-09T15:46:20.011 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-427.el9.x86_64 2024-03-09T15:46:20.011 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-09T15:46:20.011 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-09T15:46:20.011 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-03-09T15:46:20.011 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi164.front.sepia.ceph.com, path=None, version=distro) 2024-03-09T15:46:20.011 DEBUG:teuthology.orchestra.run.smithi164:> rpm -q kernel | sort -rV | head -n 1 2024-03-09T15:46:20.131 INFO:teuthology.orchestra.run.smithi164.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-09T15:46:20.132 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-09T15:46:20.132 DEBUG:teuthology.orchestra.run.smithi164:> sudo rpm -qi grub2-tools 2024-03-09T15:46:20.166 INFO:teuthology.orchestra.run.smithi164.stdout:Name : grub2-tools 2024-03-09T15:46:20.166 INFO:teuthology.orchestra.run.smithi164.stdout:Epoch : 1 2024-03-09T15:46:20.166 INFO:teuthology.orchestra.run.smithi164.stdout:Version : 2.06 2024-03-09T15:46:20.166 INFO:teuthology.orchestra.run.smithi164.stdout:Release : 68.el9 2024-03-09T15:46:20.167 INFO:teuthology.orchestra.run.smithi164.stdout:Architecture: x86_64 2024-03-09T15:46:20.167 INFO:teuthology.orchestra.run.smithi164.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-09T15:46:20.167 INFO:teuthology.orchestra.run.smithi164.stdout:Group : Unspecified 2024-03-09T15:46:20.167 INFO:teuthology.orchestra.run.smithi164.stdout:Size : 8264254 2024-03-09T15:46:20.167 INFO:teuthology.orchestra.run.smithi164.stdout:License : GPLv3+ 2024-03-09T15:46:20.167 INFO:teuthology.orchestra.run.smithi164.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-09T15:46:20.167 INFO:teuthology.orchestra.run.smithi164.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-09T15:46:20.167 INFO:teuthology.orchestra.run.smithi164.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-09T15:46:20.167 INFO:teuthology.orchestra.run.smithi164.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-09T15:46:20.167 INFO:teuthology.orchestra.run.smithi164.stdout:Packager : builder@centos.org 2024-03-09T15:46:20.167 INFO:teuthology.orchestra.run.smithi164.stdout:Vendor : CentOS 2024-03-09T15:46:20.167 INFO:teuthology.orchestra.run.smithi164.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-09T15:46:20.167 INFO:teuthology.orchestra.run.smithi164.stdout:Summary : Support tools for GRUB. 2024-03-09T15:46:20.167 INFO:teuthology.orchestra.run.smithi164.stdout:Description : 2024-03-09T15:46:20.167 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:46:20.168 INFO:teuthology.orchestra.run.smithi164.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-09T15:46:20.168 INFO:teuthology.orchestra.run.smithi164.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-09T15:46:20.168 INFO:teuthology.orchestra.run.smithi164.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-09T15:46:20.168 INFO:teuthology.orchestra.run.smithi164.stdout:hardware devices. 2024-03-09T15:46:20.168 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:46:20.168 INFO:teuthology.orchestra.run.smithi164.stdout:This subpackage provides tools for support of all platforms. 2024-03-09T15:46:20.169 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-09T15:46:20.169 INFO:teuthology.task.kernel:Updating grub on smithi164 to boot 5.14.0-427.el9.x86_64 2024-03-09T15:46:20.169 DEBUG:teuthology.orchestra.run.smithi164:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-09T15:46:20.796 INFO:teuthology.orchestra.run.smithi164.stderr:Generating grub configuration file ... 2024-03-09T15:46:22.194 INFO:teuthology.orchestra.run.smithi164.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-09T15:46:22.226 INFO:teuthology.orchestra.run.smithi164.stderr:done 2024-03-09T15:46:22.229 DEBUG:teuthology.orchestra.run.smithi164:> mktemp 2024-03-09T15:46:22.244 INFO:teuthology.orchestra.run.smithi164.stdout:/tmp/tmp.zwTEGuXfh9 2024-03-09T15:46:22.244 DEBUG:teuthology.orchestra.run.smithi164:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.zwTEGuXfh9 2024-03-09T15:46:22.312 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod 0666 /tmp/tmp.zwTEGuXfh9 2024-03-09T15:46:22.458 DEBUG:teuthology.orchestra.remote:smithi164:/tmp/tmp.zwTEGuXfh9 is 6KB 2024-03-09T15:46:22.506 DEBUG:teuthology.orchestra.run.smithi164:> rm -fr /tmp/tmp.zwTEGuXfh9 2024-03-09T15:46:22.520 DEBUG:teuthology.orchestra.run.smithi164:> sudo /bin/ls /boot/loader/entries || true 2024-03-09T15:46:22.585 INFO:teuthology.orchestra.run.smithi164.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-09T15:46:22.585 INFO:teuthology.orchestra.run.smithi164.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-09T15:46:22.585 INFO:teuthology.orchestra.run.smithi164.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-09T15:46:22.585 INFO:teuthology.orchestra.run.smithi164.stdout:15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64.conf 2024-03-09T15:46:22.587 DEBUG:teuthology.orchestra.run.smithi164:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64 2024-03-09T15:46:22.731 DEBUG:teuthology.orchestra.run.smithi164:> sudo shutdown -r now 2024-03-09T15:46:22.745 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-09T15:46:22.745 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi151.front.sepia.ceph.com' 2024-03-09T15:46:22.746 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi151.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T15:46:23.866 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-09T15:46:23.866 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-03-09T15:46:23.867 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T15:46:52.762 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-03-09T15:46:52.763 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-03-09T15:46:52.763 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T15:46:57.438 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.151 2024-03-09T15:47:06.448 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi151.front.sepia.ceph.com' 2024-03-09T15:47:06.449 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi151.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T15:47:23.881 DEBUG:teuthology.orchestra.remote:timed out 2024-03-09T15:47:24.830 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.151 2024-03-09T15:47:27.394 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.164 2024-03-09T15:47:32.886 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-03-09T15:47:32.887 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T15:47:33.275 DEBUG:teuthology.orchestra.run.smithi052:> true 2024-03-09T15:47:33.640 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-03-09T15:47:33.640 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-427.el9.x86_64"... 2024-03-09T15:47:33.641 DEBUG:teuthology.orchestra.run.smithi052:> uname -r 2024-03-09T15:47:33.698 INFO:teuthology.orchestra.run.smithi052.stdout:5.14.0-427.el9.x86_64 2024-03-09T15:47:33.699 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-427.el9.x86_64 vs 5.14.0-427.el9.x86_64 2024-03-09T15:47:33.699 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-09T15:47:33.699 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-09T15:47:34.700 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-09T15:47:34.700 DEBUG:teuthology.orchestra.run.smithi052:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-09T15:47:34.852 INFO:teuthology.orchestra.run.smithi052.stdout:ttyS1 2024-03-09T15:47:34.905 DEBUG:teuthology.parallel:result is None 2024-03-09T15:47:36.396 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-03-09T15:47:36.396 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T15:47:36.831 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi151.front.sepia.ceph.com' 2024-03-09T15:47:36.831 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi151.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T15:47:38.692 DEBUG:teuthology.orchestra.run.smithi151:> true 2024-03-09T15:47:39.173 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi151.front.sepia.ceph.com' 2024-03-09T15:47:39.174 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-427.el9.x86_64"... 2024-03-09T15:47:39.174 DEBUG:teuthology.orchestra.run.smithi151:> uname -r 2024-03-09T15:47:39.187 INFO:teuthology.orchestra.run.smithi151.stdout:5.14.0-427.el9.x86_64 2024-03-09T15:47:39.188 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-427.el9.x86_64 vs 5.14.0-427.el9.x86_64 2024-03-09T15:47:39.188 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-09T15:47:39.188 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-09T15:47:40.188 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-09T15:47:40.189 DEBUG:teuthology.orchestra.run.smithi151:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-09T15:47:40.266 INFO:teuthology.orchestra.run.smithi151.stdout:ttyS1 2024-03-09T15:47:40.298 DEBUG:teuthology.parallel:result is None 2024-03-09T15:47:54.782 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.164 2024-03-09T15:48:06.784 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-03-09T15:48:06.785 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T15:48:09.627 DEBUG:teuthology.orchestra.run.smithi164:> true 2024-03-09T15:48:10.121 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-03-09T15:48:10.121 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-427.el9.x86_64"... 2024-03-09T15:48:10.121 DEBUG:teuthology.orchestra.run.smithi164:> uname -r 2024-03-09T15:48:10.135 INFO:teuthology.orchestra.run.smithi164.stdout:5.14.0-427.el9.x86_64 2024-03-09T15:48:10.136 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-427.el9.x86_64 vs 5.14.0-427.el9.x86_64 2024-03-09T15:48:10.136 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-09T15:48:10.136 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-09T15:48:11.136 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-03-09T15:48:11.137 DEBUG:teuthology.orchestra.run.smithi164:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-09T15:48:11.228 INFO:teuthology.orchestra.run.smithi164.stdout:ttyS1 2024-03-09T15:48:11.262 DEBUG:teuthology.parallel:result is None 2024-03-09T15:48:11.262 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-09T15:48:11.272 INFO:teuthology.task.internal:Creating test directory... 2024-03-09T15:48:11.272 DEBUG:teuthology.orchestra.run.smithi052:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-09T15:48:11.275 DEBUG:teuthology.orchestra.run.smithi151:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-09T15:48:11.278 DEBUG:teuthology.orchestra.run.smithi164:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-09T15:48:11.294 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-09T15:48:11.325 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-09T15:48:11.359 INFO:teuthology.task.internal:Creating archive directory... 2024-03-09T15:48:11.360 DEBUG:teuthology.orchestra.run.smithi052:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-09T15:48:11.363 DEBUG:teuthology.orchestra.run.smithi151:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-09T15:48:11.365 DEBUG:teuthology.orchestra.run.smithi164:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-09T15:48:11.393 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-09T15:48:11.403 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-09T15:48:11.404 DEBUG:teuthology.orchestra.run.smithi052:> 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-03-09T15:48:11.427 DEBUG:teuthology.orchestra.run.smithi151:> 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-03-09T15:48:11.430 DEBUG:teuthology.orchestra.run.smithi164:> 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-03-09T15:48:11.459 INFO:teuthology.orchestra.run.smithi164.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-09T15:48:11.464 INFO:teuthology.orchestra.run.smithi052.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-09T15:48:11.472 INFO:teuthology.orchestra.run.smithi164.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-09T15:48:11.472 INFO:teuthology.orchestra.run.smithi151.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-09T15:48:11.478 INFO:teuthology.orchestra.run.smithi052.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-09T15:48:11.487 INFO:teuthology.orchestra.run.smithi151.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-09T15:48:11.488 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-09T15:48:11.499 INFO:teuthology.task.internal:Configuring sudo... 2024-03-09T15:48:11.500 DEBUG:teuthology.orchestra.run.smithi052:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-09T15:48:11.523 DEBUG:teuthology.orchestra.run.smithi151:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-09T15:48:11.525 DEBUG:teuthology.orchestra.run.smithi164:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-09T15:48:11.553 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-09T15:48:11.572 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-09T15:48:11.572 DEBUG:teuthology.orchestra.run.smithi052:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-09T15:48:11.593 DEBUG:teuthology.orchestra.run.smithi151:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-09T15:48:11.596 DEBUG:teuthology.orchestra.run.smithi164:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-09T15:48:11.610 DEBUG:teuthology.orchestra.run.smithi052:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-09T15:48:11.690 DEBUG:teuthology.orchestra.run.smithi052:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-09T15:48:11.740 DEBUG:teuthology.orchestra.run.smithi052:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-09T15:48:11.824 DEBUG:teuthology.orchestra.run.smithi052:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-09T15:48:11.866 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-03-09T15:48:11.866 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-09T15:48:11.934 DEBUG:teuthology.orchestra.run.smithi151:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-09T15:48:11.977 DEBUG:teuthology.orchestra.run.smithi151:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-09T15:48:12.034 DEBUG:teuthology.orchestra.run.smithi151:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-09T15:48:12.118 DEBUG:teuthology.orchestra.run.smithi151:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-09T15:48:12.162 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2024-03-09T15:48:12.162 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-09T15:48:12.230 DEBUG:teuthology.orchestra.run.smithi164:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-09T15:48:12.273 DEBUG:teuthology.orchestra.run.smithi164:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-09T15:48:12.322 DEBUG:teuthology.orchestra.run.smithi164:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-09T15:48:12.405 DEBUG:teuthology.orchestra.run.smithi164:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-09T15:48:12.447 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-03-09T15:48:12.448 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-09T15:48:12.515 DEBUG:teuthology.orchestra.run.smithi052:> sudo service rsyslog restart 2024-03-09T15:48:12.518 DEBUG:teuthology.orchestra.run.smithi151:> sudo service rsyslog restart 2024-03-09T15:48:12.520 DEBUG:teuthology.orchestra.run.smithi164:> sudo service rsyslog restart 2024-03-09T15:48:12.569 INFO:teuthology.orchestra.run.smithi151.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-09T15:48:12.590 INFO:teuthology.orchestra.run.smithi052.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-09T15:48:12.600 INFO:teuthology.orchestra.run.smithi164.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-09T15:48:12.935 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-09T15:48:12.943 INFO:teuthology.task.internal:Starting timer... 2024-03-09T15:48:12.944 INFO:teuthology.run_tasks:Running task pcp... 2024-03-09T15:48:12.976 INFO:teuthology.run_tasks:Running task selinux... 2024-03-09T15:48:13.008 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-03-09T15:48:13.008 DEBUG:teuthology.orchestra.run.smithi052:> sudo service auditd rotate 2024-03-09T15:48:13.066 INFO:teuthology.orchestra.run.smithi052.stdout:Rotating logs: 2024-03-09T15:48:13.068 DEBUG:teuthology.orchestra.run.smithi151:> sudo service auditd rotate 2024-03-09T15:48:13.124 INFO:teuthology.orchestra.run.smithi151.stdout:Rotating logs: 2024-03-09T15:48:13.125 DEBUG:teuthology.orchestra.run.smithi164:> sudo service auditd rotate 2024-03-09T15:48:13.181 INFO:teuthology.orchestra.run.smithi164.stdout:Rotating logs: 2024-03-09T15:48:13.182 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-09T15:48:13.182 DEBUG:teuthology.orchestra.run.smithi052:> /usr/sbin/getenforce 2024-03-09T15:48:13.207 INFO:teuthology.orchestra.run.smithi052.stdout:Permissive 2024-03-09T15:48:13.207 DEBUG:teuthology.orchestra.run.smithi151:> /usr/sbin/getenforce 2024-03-09T15:48:13.228 INFO:teuthology.orchestra.run.smithi151.stdout:Permissive 2024-03-09T15:48:13.228 DEBUG:teuthology.orchestra.run.smithi164:> /usr/sbin/getenforce 2024-03-09T15:48:13.257 INFO:teuthology.orchestra.run.smithi164.stdout:Permissive 2024-03-09T15:48:13.258 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi052.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi151.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi164.front.sepia.ceph.com': 'permissive'} 2024-03-09T15:48:13.258 DEBUG:teuthology.orchestra.run.smithi052:> 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-03-09T15:48:13.288 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-09T15:48:13.289 DEBUG:teuthology.orchestra.run.smithi151:> 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-03-09T15:48:13.317 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-09T15:48:13.318 DEBUG:teuthology.orchestra.run.smithi164:> 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-03-09T15:48:13.345 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-09T15:48:13.345 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-09T15:48:13.346 DEBUG:teuthology.orchestra.run.smithi052:> sudo /usr/sbin/setenforce permissive 2024-03-09T15:48:13.375 DEBUG:teuthology.orchestra.run.smithi151:> sudo /usr/sbin/setenforce permissive 2024-03-09T15:48:13.411 DEBUG:teuthology.orchestra.run.smithi164:> sudo /usr/sbin/setenforce permissive 2024-03-09T15:48:13.443 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-09T15:48:13.453 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-03-09T15:48:13.460 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-03-09T15:48:13.591 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-09T15:48:13.609 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-03-09T15:48:13.610 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi052.front.sepia.ceph.com,smithi151.front.sepia.ceph.com,smithi164.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-09T15:52:33.528 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi052.front.sepia.ceph.com'), Remote(name='ubuntu@smithi151.front.sepia.ceph.com'), Remote(name='ubuntu@smithi164.front.sepia.ceph.com')] 2024-03-09T15:52:33.529 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-03-09T15:52:33.530 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T15:52:33.623 DEBUG:teuthology.orchestra.run.smithi052:> true 2024-03-09T15:52:33.706 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-03-09T15:52:33.710 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi151.front.sepia.ceph.com' 2024-03-09T15:52:33.710 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi151.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T15:52:33.798 DEBUG:teuthology.orchestra.run.smithi151:> true 2024-03-09T15:52:33.833 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi151.front.sepia.ceph.com' 2024-03-09T15:52:33.833 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-03-09T15:52:33.834 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T15:52:33.924 DEBUG:teuthology.orchestra.run.smithi164:> true 2024-03-09T15:52:33.999 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-03-09T15:52:33.999 INFO:teuthology.run_tasks:Running task clock... 2024-03-09T15:52:34.010 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-09T15:52:34.011 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-09T15:52:34.011 DEBUG:teuthology.orchestra.run.smithi052:> 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-03-09T15:52:34.013 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-09T15:52:34.014 DEBUG:teuthology.orchestra.run.smithi151:> 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-03-09T15:52:34.016 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-09T15:52:34.016 DEBUG:teuthology.orchestra.run.smithi164:> 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-03-09T15:52:34.044 INFO:teuthology.orchestra.run.smithi151.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-09T15:52:34.046 INFO:teuthology.orchestra.run.smithi052.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-09T15:52:34.060 INFO:teuthology.orchestra.run.smithi151.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-09T15:52:34.064 INFO:teuthology.orchestra.run.smithi052.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-09T15:52:34.072 INFO:teuthology.orchestra.run.smithi164.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-09T15:52:34.089 INFO:teuthology.orchestra.run.smithi151.stderr:sudo: ntpd: command not found 2024-03-09T15:52:34.089 INFO:teuthology.orchestra.run.smithi164.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-09T15:52:34.096 INFO:teuthology.orchestra.run.smithi052.stderr:sudo: ntpd: command not found 2024-03-09T15:52:34.102 INFO:teuthology.orchestra.run.smithi151.stdout:506 Cannot talk to daemon 2024-03-09T15:52:34.110 INFO:teuthology.orchestra.run.smithi052.stdout:506 Cannot talk to daemon 2024-03-09T15:52:34.119 INFO:teuthology.orchestra.run.smithi151.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-09T15:52:34.120 INFO:teuthology.orchestra.run.smithi164.stderr:sudo: ntpd: command not found 2024-03-09T15:52:34.127 INFO:teuthology.orchestra.run.smithi052.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-09T15:52:34.134 INFO:teuthology.orchestra.run.smithi164.stdout:506 Cannot talk to daemon 2024-03-09T15:52:34.135 INFO:teuthology.orchestra.run.smithi151.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-09T15:52:34.143 INFO:teuthology.orchestra.run.smithi052.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-09T15:52:34.151 INFO:teuthology.orchestra.run.smithi164.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-09T15:52:34.167 INFO:teuthology.orchestra.run.smithi164.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-09T15:52:34.195 INFO:teuthology.orchestra.run.smithi151.stderr:bash: line 1: ntpq: command not found 2024-03-09T15:52:34.198 INFO:teuthology.orchestra.run.smithi151.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-09T15:52:34.198 INFO:teuthology.orchestra.run.smithi151.stdout:=============================================================================== 2024-03-09T15:52:34.198 INFO:teuthology.orchestra.run.smithi151.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-09T15:52:34.198 INFO:teuthology.orchestra.run.smithi151.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-09T15:52:34.198 INFO:teuthology.orchestra.run.smithi151.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-09T15:52:34.198 INFO:teuthology.orchestra.run.smithi151.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-09T15:52:34.207 INFO:teuthology.orchestra.run.smithi052.stderr:bash: line 1: ntpq: command not found 2024-03-09T15:52:34.211 INFO:teuthology.orchestra.run.smithi052.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-09T15:52:34.211 INFO:teuthology.orchestra.run.smithi052.stdout:=============================================================================== 2024-03-09T15:52:34.211 INFO:teuthology.orchestra.run.smithi052.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-09T15:52:34.211 INFO:teuthology.orchestra.run.smithi052.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-09T15:52:34.211 INFO:teuthology.orchestra.run.smithi052.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-09T15:52:34.212 INFO:teuthology.orchestra.run.smithi052.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-09T15:52:34.219 INFO:teuthology.orchestra.run.smithi164.stderr:bash: line 1: ntpq: command not found 2024-03-09T15:52:34.222 INFO:teuthology.orchestra.run.smithi164.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-09T15:52:34.222 INFO:teuthology.orchestra.run.smithi164.stdout:=============================================================================== 2024-03-09T15:52:34.222 INFO:teuthology.orchestra.run.smithi164.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-09T15:52:34.222 INFO:teuthology.orchestra.run.smithi164.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-09T15:52:34.222 INFO:teuthology.orchestra.run.smithi164.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-09T15:52:34.222 INFO:teuthology.orchestra.run.smithi164.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-09T15:52:34.223 INFO:teuthology.run_tasks:Running task install... 2024-03-09T15:52:34.232 DEBUG:teuthology.task.install:project ceph 2024-03-09T15:52:34.232 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '6b01fe95f3aa686f1951a0c5828907a52930b92a'}} 2024-03-09T15:52:34.233 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '6b01fe95f3aa686f1951a0c5828907a52930b92a'} 2024-03-09T15:52:34.233 INFO:teuthology.task.install:Using flavor: default 2024-03-09T15:52:34.239 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-03-09T15:52:34.239 INFO:teuthology.task.install:extra packages: [] 2024-03-09T15:52:34.239 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': '6b01fe95f3aa686f1951a0c5828907a52930b92a', 'tag': None, 'wait_for_package': False} 2024-03-09T15:52:34.239 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T15:52:34.241 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': '6b01fe95f3aa686f1951a0c5828907a52930b92a', 'tag': None, 'wait_for_package': False} 2024-03-09T15:52:34.242 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T15:52:34.243 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': '6b01fe95f3aa686f1951a0c5828907a52930b92a', 'tag': None, 'wait_for_package': False} 2024-03-09T15:52:34.243 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T15:52:34.389 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/flavors/default/ 2024-03-09T15:52:34.389 INFO:teuthology.task.install.rpm:Package version is 19.0.0-1920.g6b01fe95 2024-03-09T15:52:34.394 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/flavors/default/ 2024-03-09T15:52:34.394 INFO:teuthology.task.install.rpm:Package version is 19.0.0-1920.g6b01fe95 2024-03-09T15:52:34.460 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/flavors/default/ 2024-03-09T15:52:34.460 INFO:teuthology.task.install.rpm:Package version is 19.0.0-1920.g6b01fe95 2024-03-09T15:52:34.498 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-03-09T15:52:34.499 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-03-09T15:52:34.499 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-03-09T15:52:34.530 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-03-09T15:52:34.530 DEBUG:teuthology.orchestra.run.smithi052:> 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/6b01fe95f3aa686f1951a0c5828907a52930b92a/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-03-09T15:52:34.562 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-03-09T15:52:34.562 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-03-09T15:52:34.562 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-03-09T15:52:34.566 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-03-09T15:52:34.567 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2024-03-09T15:52:34.567 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-03-09T15:52:34.590 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-03-09T15:52:34.590 DEBUG:teuthology.orchestra.run.smithi164:> 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/6b01fe95f3aa686f1951a0c5828907a52930b92a/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-03-09T15:52:34.594 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-03-09T15:52:34.594 DEBUG:teuthology.orchestra.run.smithi151:> 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/6b01fe95f3aa686f1951a0c5828907a52930b92a/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-03-09T15:52:34.598 DEBUG:teuthology.orchestra.run.smithi052:> 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-03-09T15:52:34.657 DEBUG:teuthology.orchestra.run.smithi164:> 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-03-09T15:52:34.662 DEBUG:teuthology.orchestra.run.smithi151:> 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-03-09T15:52:34.678 DEBUG:teuthology.orchestra.run.smithi052:> 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-03-09T15:52:34.738 DEBUG:teuthology.orchestra.run.smithi164:> 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-03-09T15:52:34.741 DEBUG:teuthology.orchestra.run.smithi151:> 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-03-09T15:52:34.745 INFO:teuthology.orchestra.run.smithi052.stdout:check_obsoletes = 1 2024-03-09T15:52:34.746 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum clean all 2024-03-09T15:52:34.805 INFO:teuthology.orchestra.run.smithi164.stdout:check_obsoletes = 1 2024-03-09T15:52:34.806 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum clean all 2024-03-09T15:52:34.807 INFO:teuthology.orchestra.run.smithi151.stdout:check_obsoletes = 1 2024-03-09T15:52:34.809 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum clean all 2024-03-09T15:52:34.989 INFO:teuthology.orchestra.run.smithi052.stdout:74 files removed 2024-03-09T15:52:35.017 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph-radosgw 2024-03-09T15:52:35.053 INFO:teuthology.orchestra.run.smithi151.stdout:74 files removed 2024-03-09T15:52:35.057 INFO:teuthology.orchestra.run.smithi164.stdout:74 files removed 2024-03-09T15:52:35.080 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install ceph-radosgw 2024-03-09T15:52:35.084 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-radosgw 2024-03-09T15:52:35.673 INFO:teuthology.orchestra.run.smithi052.stdout:ceph packages for x86_64 246 kB/s | 82 kB 00:00 2024-03-09T15:52:35.791 INFO:teuthology.orchestra.run.smithi164.stdout:ceph packages for x86_64 213 kB/s | 82 kB 00:00 2024-03-09T15:52:35.803 INFO:teuthology.orchestra.run.smithi151.stdout:ceph packages for x86_64 203 kB/s | 82 kB 00:00 2024-03-09T15:52:36.124 INFO:teuthology.orchestra.run.smithi052.stdout:ceph noarch packages 25 kB/s | 10 kB 00:00 2024-03-09T15:52:36.217 INFO:teuthology.orchestra.run.smithi164.stdout:ceph noarch packages 27 kB/s | 10 kB 00:00 2024-03-09T15:52:36.237 INFO:teuthology.orchestra.run.smithi151.stdout:ceph noarch packages 26 kB/s | 10 kB 00:00 2024-03-09T15:52:36.457 INFO:teuthology.orchestra.run.smithi052.stdout:ceph source packages 6.5 kB/s | 1.9 kB 00:00 2024-03-09T15:52:36.538 INFO:teuthology.orchestra.run.smithi151.stdout:ceph source packages 7.2 kB/s | 1.9 kB 00:00 2024-03-09T15:52:36.635 INFO:teuthology.orchestra.run.smithi164.stdout:ceph source packages 5.0 kB/s | 1.9 kB 00:00 2024-03-09T15:52:36.860 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS-9 - AppStream 18 MB/s | 6.7 MB 00:00 2024-03-09T15:52:37.062 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS-9 - AppStream 17 MB/s | 6.7 MB 00:00 2024-03-09T15:52:37.123 INFO:teuthology.orchestra.run.smithi151.stdout:CentOS-9 - AppStream 12 MB/s | 6.7 MB 00:00 2024-03-09T15:52:38.343 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS-9 - BaseOS 6.5 MB/s | 2.0 MB 00:00 2024-03-09T15:52:38.462 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS-9 - BaseOS 7.0 MB/s | 2.0 MB 00:00 2024-03-09T15:52:38.857 INFO:teuthology.orchestra.run.smithi151.stdout:CentOS-9 - BaseOS 3.2 MB/s | 2.0 MB 00:00 2024-03-09T15:52:40.434 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 9 - BaseOS 4.6 MB/s | 8.0 MB 00:01 2024-03-09T15:52:42.236 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS Stream 9 - BaseOS 2.3 MB/s | 8.0 MB 00:03 2024-03-09T15:52:45.470 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS Stream 9 - AppStream 8.7 MB/s | 19 MB 00:02 2024-03-09T15:52:48.372 INFO:teuthology.orchestra.run.smithi151.stdout:CentOS Stream 9 - BaseOS 895 kB/s | 8.0 MB 00:09 2024-03-09T15:52:49.806 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS Stream 9 - CRB 7.3 MB/s | 6.1 MB 00:00 2024-03-09T15:52:50.148 INFO:teuthology.orchestra.run.smithi151.stdout:CentOS Stream 9 - AppStream 28 MB/s | 19 MB 00:00 2024-03-09T15:52:51.363 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS Stream 9 - Extras packages 50 kB/s | 15 kB 00:00 2024-03-09T15:52:52.506 INFO:teuthology.orchestra.run.smithi164.stdout:Extra Packages for Enterprise Linux 20 MB/s | 21 MB 00:01 2024-03-09T15:52:55.182 INFO:teuthology.orchestra.run.smithi151.stdout:CentOS Stream 9 - CRB 4.0 MB/s | 6.1 MB 00:01 2024-03-09T15:52:57.548 INFO:teuthology.orchestra.run.smithi164.stdout:lab-extras 26 kB/s | 1.7 kB 00:00 2024-03-09T15:52:57.616 INFO:teuthology.orchestra.run.smithi151.stdout:CentOS Stream 9 - Extras packages 14 kB/s | 15 kB 00:01 2024-03-09T15:52:59.628 INFO:teuthology.orchestra.run.smithi151.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-03-09T15:53:00.108 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T15:53:00.117 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:53:00.117 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-03-09T15:53:00.117 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:53:00.117 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-09T15:53:00.117 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-radosgw x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 9.8 M 2024-03-09T15:53:00.117 INFO:teuthology.orchestra.run.smithi164.stdout:Upgrading: 2024-03-09T15:53:00.117 INFO:teuthology.orchestra.run.smithi164.stdout: librados2 x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 3.4 M 2024-03-09T15:53:00.117 INFO:teuthology.orchestra.run.smithi164.stdout: librbd1 x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 3.1 M 2024-03-09T15:53:00.117 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-03-09T15:53:00.117 INFO:teuthology.orchestra.run.smithi164.stdout: boost-program-options 2024-03-09T15:53:00.117 INFO:teuthology.orchestra.run.smithi164.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-03-09T15:53:00.117 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-base x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 5.4 M 2024-03-09T15:53:00.117 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-common x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 20 M 2024-03-09T15:53:00.118 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-selinux x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 25 k 2024-03-09T15:53:00.118 INFO:teuthology.orchestra.run.smithi164.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-03-09T15:53:00.118 INFO:teuthology.orchestra.run.smithi164.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-03-09T15:53:00.118 INFO:teuthology.orchestra.run.smithi164.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-03-09T15:53:00.118 INFO:teuthology.orchestra.run.smithi164.stdout: libcephfs2 x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 745 k 2024-03-09T15:53:00.118 INFO:teuthology.orchestra.run.smithi164.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-03-09T15:53:00.118 INFO:teuthology.orchestra.run.smithi164.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-03-09T15:53:00.118 INFO:teuthology.orchestra.run.smithi164.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-03-09T15:53:00.118 INFO:teuthology.orchestra.run.smithi164.stdout: libradosstriper1 x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 501 k 2024-03-09T15:53:00.118 INFO:teuthology.orchestra.run.smithi164.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-03-09T15:53:00.118 INFO:teuthology.orchestra.run.smithi164.stdout: librgw2 x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 5.1 M 2024-03-09T15:53:00.118 INFO:teuthology.orchestra.run.smithi164.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-03-09T15:53:00.118 INFO:teuthology.orchestra.run.smithi164.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-03-09T15:53:00.119 INFO:teuthology.orchestra.run.smithi164.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-03-09T15:53:00.119 INFO:teuthology.orchestra.run.smithi164.stdout: python3-ceph-argparse 2024-03-09T15:53:00.119 INFO:teuthology.orchestra.run.smithi164.stdout: x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 45 k 2024-03-09T15:53:00.119 INFO:teuthology.orchestra.run.smithi164.stdout: python3-ceph-common x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 131 k 2024-03-09T15:53:00.119 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cephfs x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 162 k 2024-03-09T15:53:00.119 INFO:teuthology.orchestra.run.smithi164.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-03-09T15:53:00.119 INFO:teuthology.orchestra.run.smithi164.stdout: python3-rados x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 320 k 2024-03-09T15:53:00.119 INFO:teuthology.orchestra.run.smithi164.stdout: python3-rbd x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 298 k 2024-03-09T15:53:00.119 INFO:teuthology.orchestra.run.smithi164.stdout: python3-rgw x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 99 k 2024-03-09T15:53:00.119 INFO:teuthology.orchestra.run.smithi164.stdout: qatlib x86_64 23.11.0-1.el9 appstream 216 k 2024-03-09T15:53:00.119 INFO:teuthology.orchestra.run.smithi164.stdout: qatzip-libs x86_64 1.1.2-2.el9 appstream 44 k 2024-03-09T15:53:00.119 INFO:teuthology.orchestra.run.smithi164.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-03-09T15:53:00.119 INFO:teuthology.orchestra.run.smithi164.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-03-09T15:53:00.119 INFO:teuthology.orchestra.run.smithi164.stdout:Installing weak dependencies: 2024-03-09T15:53:00.120 INFO:teuthology.orchestra.run.smithi164.stdout: qatlib-service x86_64 23.11.0-1.el9 appstream 35 k 2024-03-09T15:53:00.120 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:53:00.120 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-09T15:53:00.120 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:53:00.120 INFO:teuthology.orchestra.run.smithi164.stdout:Install 30 Packages 2024-03-09T15:53:00.120 INFO:teuthology.orchestra.run.smithi164.stdout:Upgrade 2 Packages 2024-03-09T15:53:00.120 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:53:00.120 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 58 M 2024-03-09T15:53:00.120 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-09T15:53:01.682 INFO:teuthology.orchestra.run.smithi164.stdout:(1/32): ceph-common-19.0.0-1920.g6b01fe95.el9.x 15 MB/s | 20 MB 00:01 2024-03-09T15:53:01.724 INFO:teuthology.orchestra.run.smithi164.stdout:(2/32): ceph-selinux-19.0.0-1920.g6b01fe95.el9. 609 kB/s | 25 kB 00:00 2024-03-09T15:53:01.815 INFO:teuthology.orchestra.run.smithi164.stdout:(3/32): libcephfs2-19.0.0-1920.g6b01fe95.el9.x8 8.0 MB/s | 745 kB 00:00 2024-03-09T15:53:01.908 INFO:teuthology.orchestra.run.smithi164.stdout:(4/32): ceph-base-19.0.0-1920.g6b01fe95.el9.x86 3.5 MB/s | 5.4 MB 00:01 2024-03-09T15:53:01.933 INFO:teuthology.orchestra.run.smithi164.stdout:(5/32): libradosstriper1-19.0.0-1920.g6b01fe95. 4.2 MB/s | 501 kB 00:00 2024-03-09T15:53:01.975 INFO:teuthology.orchestra.run.smithi164.stdout:(6/32): python3-ceph-argparse-19.0.0-1920.g6b01 1.1 MB/s | 45 kB 00:00 2024-03-09T15:53:02.025 INFO:teuthology.orchestra.run.smithi164.stdout:(7/32): python3-ceph-common-19.0.0-1920.g6b01fe 2.6 MB/s | 131 kB 00:00 2024-03-09T15:53:02.092 INFO:teuthology.orchestra.run.smithi164.stdout:(8/32): python3-cephfs-19.0.0-1920.g6b01fe95.el 2.4 MB/s | 162 kB 00:00 2024-03-09T15:53:02.159 INFO:teuthology.orchestra.run.smithi164.stdout:(9/32): python3-rados-19.0.0-1920.g6b01fe95.el9 4.7 MB/s | 320 kB 00:00 2024-03-09T15:53:02.226 INFO:teuthology.orchestra.run.smithi164.stdout:(10/32): python3-rbd-19.0.0-1920.g6b01fe95.el9. 4.4 MB/s | 298 kB 00:00 2024-03-09T15:53:02.284 INFO:teuthology.orchestra.run.smithi164.stdout:(11/32): python3-rgw-19.0.0-1920.g6b01fe95.el9. 1.7 MB/s | 99 kB 00:00 2024-03-09T15:53:02.367 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 9 - AppStream 928 kB/s | 19 MB 00:20 2024-03-09T15:53:02.418 INFO:teuthology.orchestra.run.smithi164.stdout:(12/32): librgw2-19.0.0-1920.g6b01fe95.el9.x86_ 10 MB/s | 5.1 MB 00:00 2024-03-09T15:53:02.435 INFO:teuthology.orchestra.run.smithi164.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 704 kB/s | 106 kB 00:00 2024-03-09T15:53:02.544 INFO:teuthology.orchestra.run.smithi164.stdout:(14/32): ceph-radosgw-19.0.0-1920.g6b01fe95.el9 4.5 MB/s | 9.8 MB 00:02 2024-03-09T15:53:02.569 INFO:teuthology.orchestra.run.smithi164.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.0 MB/s | 159 kB 00:00 2024-03-09T15:53:02.594 INFO:teuthology.orchestra.run.smithi164.stdout:(16/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 278 kB/s | 44 kB 00:00 2024-03-09T15:53:02.628 INFO:teuthology.orchestra.run.smithi164.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 7.7 MB/s | 661 kB 00:00 2024-03-09T15:53:02.670 INFO:teuthology.orchestra.run.smithi164.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 553 kB/s | 41 kB 00:00 2024-03-09T15:53:02.695 INFO:teuthology.orchestra.run.smithi164.stdout:(19/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.8 MB/s | 282 kB 00:00 2024-03-09T15:53:03.270 INFO:teuthology.orchestra.run.smithi164.stdout:(20/32): qatlib-service-23.11.0-1.el9.x86_64.rp 58 kB/s | 35 kB 00:00 2024-03-09T15:53:03.354 INFO:teuthology.orchestra.run.smithi164.stdout:(21/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 68 kB/s | 44 kB 00:00 2024-03-09T15:53:03.379 INFO:teuthology.orchestra.run.smithi164.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 2.8 MB/s | 309 kB 00:00 2024-03-09T15:53:03.413 INFO:teuthology.orchestra.run.smithi164.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 781 kB/s | 26 kB 00:00 2024-03-09T15:53:03.446 INFO:teuthology.orchestra.run.smithi164.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 1.4 MB/s | 49 kB 00:00 2024-03-09T15:53:03.480 INFO:teuthology.orchestra.run.smithi164.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 2.0 MB/s | 67 kB 00:00 2024-03-09T15:53:03.539 INFO:teuthology.orchestra.run.smithi164.stdout:(26/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 14 MB/s | 838 kB 00:00 2024-03-09T15:53:03.564 INFO:teuthology.orchestra.run.smithi164.stdout:(27/32): qatlib-23.11.0-1.el9.x86_64.rpm 231 kB/s | 216 kB 00:00 2024-03-09T15:53:03.589 INFO:teuthology.orchestra.run.smithi164.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 3.7 MB/s | 192 kB 00:00 2024-03-09T15:53:03.656 INFO:teuthology.orchestra.run.smithi164.stdout:(29/32): libarrow-9.0.0-10.el9.x86_64.rpm 15 MB/s | 4.4 MB 00:00 2024-03-09T15:53:03.773 INFO:teuthology.orchestra.run.smithi164.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 7.6 MB/s | 1.6 MB 00:00 2024-03-09T15:53:03.957 INFO:teuthology.orchestra.run.smithi164.stdout:(31/32): librbd1-19.0.0-1920.g6b01fe95.el9.x86_ 10 MB/s | 3.1 MB 00:00 2024-03-09T15:53:04.123 INFO:teuthology.orchestra.run.smithi164.stdout:(32/32): librados2-19.0.0-1920.g6b01fe95.el9.x8 6.3 MB/s | 3.4 MB 00:00 2024-03-09T15:53:04.127 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:53:04.127 INFO:teuthology.orchestra.run.smithi164.stdout:Total 14 MB/s | 58 MB 00:04 2024-03-09T15:53:04.163 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-09T15:53:04.202 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-09T15:53:04.202 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-09T15:53:04.688 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-09T15:53:04.688 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-09T15:53:04.767 INFO:teuthology.orchestra.run.smithi151.stdout:lab-extras 13 kB/s | 1.7 kB 00:00 2024-03-09T15:53:06.141 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-09T15:53:06.230 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-03-09T15:53:06.261 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-03-09T15:53:06.287 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-03-09T15:53:06.318 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-09T15:53:06.334 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-09T15:53:06.505 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-09T15:53:06.566 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-09T15:53:06.751 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 9 - CRB 9.1 MB/s | 6.1 MB 00:00 2024-03-09T15:53:06.908 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-03-09T15:53:06.963 INFO:teuthology.orchestra.run.smithi164.stdout: Upgrading : librados2-2:19.0.0-1920.g6b01fe95.el9.x86_64 7/34 2024-03-09T15:53:07.047 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: librados2-2:19.0.0-1920.g6b01fe95.el9.x86_64 7/34 2024-03-09T15:53:07.145 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-rados-2:19.0.0-1920.g6b01fe95.el9.x86_64 8/34 2024-03-09T15:53:07.189 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libcephfs2-2:19.0.0-1920.g6b01fe95.el9.x86_64 9/34 2024-03-09T15:53:07.235 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: libcephfs2-2:19.0.0-1920.g6b01fe95.el9.x86_64 9/34 2024-03-09T15:53:07.264 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-03-09T15:53:07.308 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-ceph-argparse-2:19.0.0-1920.g6b01fe95.el9. 11/34 2024-03-09T15:53:07.329 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2024-03-09T15:53:07.341 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:53:07.341 INFO:teuthology.orchestra.run.smithi151.stdout: Package Arch Version Repository Size 2024-03-09T15:53:07.341 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:53:07.341 INFO:teuthology.orchestra.run.smithi151.stdout:Installing: 2024-03-09T15:53:07.341 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-radosgw x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 9.8 M 2024-03-09T15:53:07.341 INFO:teuthology.orchestra.run.smithi151.stdout:Upgrading: 2024-03-09T15:53:07.342 INFO:teuthology.orchestra.run.smithi151.stdout: librados2 x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 3.4 M 2024-03-09T15:53:07.342 INFO:teuthology.orchestra.run.smithi151.stdout: librbd1 x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 3.1 M 2024-03-09T15:53:07.342 INFO:teuthology.orchestra.run.smithi151.stdout:Installing dependencies: 2024-03-09T15:53:07.342 INFO:teuthology.orchestra.run.smithi151.stdout: boost-program-options 2024-03-09T15:53:07.342 INFO:teuthology.orchestra.run.smithi151.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-03-09T15:53:07.342 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-base x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 5.4 M 2024-03-09T15:53:07.342 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-common x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 20 M 2024-03-09T15:53:07.342 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-selinux x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 25 k 2024-03-09T15:53:07.342 INFO:teuthology.orchestra.run.smithi151.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-03-09T15:53:07.342 INFO:teuthology.orchestra.run.smithi151.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-03-09T15:53:07.342 INFO:teuthology.orchestra.run.smithi151.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-03-09T15:53:07.342 INFO:teuthology.orchestra.run.smithi151.stdout: libcephfs2 x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 745 k 2024-03-09T15:53:07.343 INFO:teuthology.orchestra.run.smithi151.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-03-09T15:53:07.343 INFO:teuthology.orchestra.run.smithi151.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-03-09T15:53:07.343 INFO:teuthology.orchestra.run.smithi151.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-03-09T15:53:07.343 INFO:teuthology.orchestra.run.smithi151.stdout: libradosstriper1 x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 501 k 2024-03-09T15:53:07.343 INFO:teuthology.orchestra.run.smithi151.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-03-09T15:53:07.343 INFO:teuthology.orchestra.run.smithi151.stdout: librgw2 x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 5.1 M 2024-03-09T15:53:07.343 INFO:teuthology.orchestra.run.smithi151.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-03-09T15:53:07.343 INFO:teuthology.orchestra.run.smithi151.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-03-09T15:53:07.343 INFO:teuthology.orchestra.run.smithi151.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-03-09T15:53:07.343 INFO:teuthology.orchestra.run.smithi151.stdout: python3-ceph-argparse 2024-03-09T15:53:07.343 INFO:teuthology.orchestra.run.smithi151.stdout: x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 45 k 2024-03-09T15:53:07.343 INFO:teuthology.orchestra.run.smithi151.stdout: python3-ceph-common x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 131 k 2024-03-09T15:53:07.343 INFO:teuthology.orchestra.run.smithi151.stdout: python3-cephfs x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 162 k 2024-03-09T15:53:07.343 INFO:teuthology.orchestra.run.smithi151.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-03-09T15:53:07.344 INFO:teuthology.orchestra.run.smithi151.stdout: python3-rados x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 320 k 2024-03-09T15:53:07.344 INFO:teuthology.orchestra.run.smithi151.stdout: python3-rbd x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 298 k 2024-03-09T15:53:07.344 INFO:teuthology.orchestra.run.smithi151.stdout: python3-rgw x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 99 k 2024-03-09T15:53:07.344 INFO:teuthology.orchestra.run.smithi151.stdout: qatlib x86_64 23.11.0-1.el9 appstream 216 k 2024-03-09T15:53:07.344 INFO:teuthology.orchestra.run.smithi151.stdout: qatzip-libs x86_64 1.1.2-2.el9 appstream 44 k 2024-03-09T15:53:07.344 INFO:teuthology.orchestra.run.smithi151.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-03-09T15:53:07.344 INFO:teuthology.orchestra.run.smithi151.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-03-09T15:53:07.344 INFO:teuthology.orchestra.run.smithi151.stdout:Installing weak dependencies: 2024-03-09T15:53:07.344 INFO:teuthology.orchestra.run.smithi151.stdout: qatlib-service x86_64 23.11.0-1.el9 appstream 35 k 2024-03-09T15:53:07.344 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:53:07.344 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2024-03-09T15:53:07.344 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:53:07.344 INFO:teuthology.orchestra.run.smithi151.stdout:Install 30 Packages 2024-03-09T15:53:07.345 INFO:teuthology.orchestra.run.smithi151.stdout:Upgrade 2 Packages 2024-03-09T15:53:07.345 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:53:07.345 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 58 M 2024-03-09T15:53:07.345 INFO:teuthology.orchestra.run.smithi151.stdout:Downloading Packages: 2024-03-09T15:53:07.377 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-cephfs-2:19.0.0-1920.g6b01fe95.el9.x86_64 12/34 2024-03-09T15:53:07.400 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libradosstriper1-2:19.0.0-1920.g6b01fe95.el9.x86_6 13/34 2024-03-09T15:53:07.446 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: libradosstriper1-2:19.0.0-1920.g6b01fe95.el9.x86_6 13/34 2024-03-09T15:53:07.473 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-03-09T15:53:07.581 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-03-09T15:53:07.617 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-03-09T15:53:07.658 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-03-09T15:53:07.690 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-03-09T15:53:07.718 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-03-09T15:53:07.751 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-03-09T15:53:08.072 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-03-09T15:53:08.106 INFO:teuthology.orchestra.run.smithi164.stdout: Upgrading : librbd1-2:19.0.0-1920.g6b01fe95.el9.x86_64 22/34 2024-03-09T15:53:08.179 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: librbd1-2:19.0.0-1920.g6b01fe95.el9.x86_64 22/34 2024-03-09T15:53:08.193 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 9 - Extras packages 58 kB/s | 15 kB 00:00 2024-03-09T15:53:08.218 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-rbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 23/34 2024-03-09T15:53:08.264 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-03-09T15:53:08.716 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-03-09T15:53:08.742 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : librgw2-2:19.0.0-1920.g6b01fe95.el9.x86_64 26/34 2024-03-09T15:53:08.768 INFO:teuthology.orchestra.run.smithi151.stdout:(1/32): ceph-base-19.0.0-1920.g6b01fe95.el9.x86 6.5 MB/s | 5.4 MB 00:00 2024-03-09T15:53:08.813 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: librgw2-2:19.0.0-1920.g6b01fe95.el9.x86_64 26/34 2024-03-09T15:53:08.819 INFO:teuthology.orchestra.run.smithi151.stdout:(2/32): ceph-selinux-19.0.0-1920.g6b01fe95.el9. 505 kB/s | 25 kB 00:00 2024-03-09T15:53:08.889 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-rgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 27/34 2024-03-09T15:53:08.919 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-ceph-common-2:19.0.0-1920.g6b01fe95.el9.x8 28/34 2024-03-09T15:53:08.944 INFO:teuthology.orchestra.run.smithi151.stdout:(3/32): libcephfs2-19.0.0-1920.g6b01fe95.el9.x8 5.8 MB/s | 745 kB 00:00 2024-03-09T15:53:09.011 INFO:teuthology.orchestra.run.smithi151.stdout:(4/32): libradosstriper1-19.0.0-1920.g6b01fe95. 7.4 MB/s | 501 kB 00:00 2024-03-09T15:53:09.550 INFO:teuthology.orchestra.run.smithi151.stdout:(5/32): ceph-radosgw-19.0.0-1920.g6b01fe95.el9. 6.1 MB/s | 9.8 MB 00:01 2024-03-09T15:53:09.620 INFO:teuthology.orchestra.run.smithi151.stdout:(6/32): librgw2-19.0.0-1920.g6b01fe95.el9.x86_6 8.4 MB/s | 5.1 MB 00:00 2024-03-09T15:53:09.645 INFO:teuthology.orchestra.run.smithi151.stdout:(7/32): python3-ceph-argparse-19.0.0-1920.g6b01 479 kB/s | 45 kB 00:00 2024-03-09T15:53:09.670 INFO:teuthology.orchestra.run.smithi151.stdout:(8/32): python3-ceph-common-19.0.0-1920.g6b01fe 2.6 MB/s | 131 kB 00:00 2024-03-09T15:53:09.712 INFO:teuthology.orchestra.run.smithi151.stdout:(9/32): python3-cephfs-19.0.0-1920.g6b01fe95.el 2.4 MB/s | 162 kB 00:00 2024-03-09T15:53:09.731 INFO:teuthology.orchestra.run.smithi052.stdout:Extra Packages for Enterprise Linux 15 MB/s | 21 MB 00:01 2024-03-09T15:53:09.737 INFO:teuthology.orchestra.run.smithi151.stdout:(10/32): python3-rados-19.0.0-1920.g6b01fe95.el 4.7 MB/s | 320 kB 00:00 2024-03-09T15:53:09.788 INFO:teuthology.orchestra.run.smithi151.stdout:(11/32): python3-rbd-19.0.0-1920.g6b01fe95.el9. 3.9 MB/s | 298 kB 00:00 2024-03-09T15:53:09.804 INFO:teuthology.orchestra.run.smithi151.stdout:(12/32): python3-rgw-19.0.0-1920.g6b01fe95.el9. 1.5 MB/s | 99 kB 00:00 2024-03-09T15:53:09.913 INFO:teuthology.orchestra.run.smithi151.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 845 kB/s | 106 kB 00:00 2024-03-09T15:53:09.938 INFO:teuthology.orchestra.run.smithi151.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.4 MB/s | 159 kB 00:00 2024-03-09T15:53:09.964 INFO:teuthology.orchestra.run.smithi151.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 881 kB/s | 44 kB 00:00 2024-03-09T15:53:10.022 INFO:teuthology.orchestra.run.smithi151.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 7.7 MB/s | 661 kB 00:00 2024-03-09T15:53:10.056 INFO:teuthology.orchestra.run.smithi151.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.0 MB/s | 282 kB 00:00 2024-03-09T15:53:10.081 INFO:teuthology.orchestra.run.smithi151.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 707 kB/s | 41 kB 00:00 2024-03-09T15:53:10.190 INFO:teuthology.orchestra.run.smithi151.stdout:(19/32): qatlib-service-23.11.0-1.el9.x86_64.rp 322 kB/s | 35 kB 00:00 2024-03-09T15:53:10.265 INFO:teuthology.orchestra.run.smithi151.stdout:(20/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 594 kB/s | 44 kB 00:00 2024-03-09T15:53:10.291 INFO:teuthology.orchestra.run.smithi151.stdout:(21/32): qatlib-23.11.0-1.el9.x86_64.rpm 925 kB/s | 216 kB 00:00 2024-03-09T15:53:10.508 INFO:teuthology.orchestra.run.smithi151.stdout:(22/32): ceph-common-19.0.0-1920.g6b01fe95.el9. 7.8 MB/s | 20 MB 00:02 2024-03-09T15:53:10.666 INFO:teuthology.orchestra.run.smithi151.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 164 kB/s | 26 kB 00:00 2024-03-09T15:53:10.775 INFO:teuthology.orchestra.run.smithi151.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 448 kB/s | 49 kB 00:00 2024-03-09T15:53:10.808 INFO:teuthology.orchestra.run.smithi151.stdout:(25/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 569 kB/s | 309 kB 00:00 2024-03-09T15:53:10.892 INFO:teuthology.orchestra.run.smithi151.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 575 kB/s | 67 kB 00:00 2024-03-09T15:53:10.942 INFO:teuthology.orchestra.run.smithi151.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 6.1 MB/s | 838 kB 00:00 2024-03-09T15:53:11.018 INFO:teuthology.orchestra.run.smithi151.stdout:(28/32): libarrow-9.0.0-10.el9.x86_64.rpm 6.1 MB/s | 4.4 MB 00:00 2024-03-09T15:53:11.043 INFO:teuthology.orchestra.run.smithi151.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 1.2 MB/s | 192 kB 00:00 2024-03-09T15:53:11.085 INFO:teuthology.orchestra.run.smithi151.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 11 MB/s | 1.6 MB 00:00 2024-03-09T15:53:11.120 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 29/34 2024-03-09T15:53:11.157 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 29/34 2024-03-09T15:53:11.377 INFO:teuthology.orchestra.run.smithi151.stdout:(31/32): librados2-19.0.0-1920.g6b01fe95.el9.x8 9.4 MB/s | 3.4 MB 00:00 2024-03-09T15:53:11.435 INFO:teuthology.orchestra.run.smithi151.stdout:(32/32): librbd1-19.0.0-1920.g6b01fe95.el9.x86_ 8.0 MB/s | 3.1 MB 00:00 2024-03-09T15:53:11.438 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:53:11.438 INFO:teuthology.orchestra.run.smithi151.stdout:Total 14 MB/s | 58 MB 00:04 2024-03-09T15:53:11.472 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction check 2024-03-09T15:53:11.508 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction check succeeded. 2024-03-09T15:53:11.508 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction test 2024-03-09T15:53:11.736 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 29/34 2024-03-09T15:53:11.785 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-base-2:19.0.0-1920.g6b01fe95.el9.x86_64 30/34 2024-03-09T15:53:11.868 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-base-2:19.0.0-1920.g6b01fe95.el9.x86_64 30/34 2024-03-09T15:53:11.868 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-03-09T15:53:11.868 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-03-09T15:53:11.868 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:53:11.903 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-selinux-2:19.0.0-1920.g6b01fe95.el9.x86_64 31/34 2024-03-09T15:53:11.984 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction test succeeded. 2024-03-09T15:53:11.985 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction 2024-03-09T15:53:13.493 INFO:teuthology.orchestra.run.smithi151.stdout: Preparing : 1/1 2024-03-09T15:53:13.569 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-03-09T15:53:13.606 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-03-09T15:53:13.656 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-03-09T15:53:13.688 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-09T15:53:13.705 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-09T15:53:13.919 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-09T15:53:13.977 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-09T15:53:14.373 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-03-09T15:53:14.416 INFO:teuthology.orchestra.run.smithi151.stdout: Upgrading : librados2-2:19.0.0-1920.g6b01fe95.el9.x86_64 7/34 2024-03-09T15:53:14.508 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: librados2-2:19.0.0-1920.g6b01fe95.el9.x86_64 7/34 2024-03-09T15:53:14.596 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-rados-2:19.0.0-1920.g6b01fe95.el9.x86_64 8/34 2024-03-09T15:53:14.618 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : libcephfs2-2:19.0.0-1920.g6b01fe95.el9.x86_64 9/34 2024-03-09T15:53:14.672 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: libcephfs2-2:19.0.0-1920.g6b01fe95.el9.x86_64 9/34 2024-03-09T15:53:14.700 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-03-09T15:53:14.735 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-ceph-argparse-2:19.0.0-1920.g6b01fe95.el9. 11/34 2024-03-09T15:53:14.753 INFO:teuthology.orchestra.run.smithi052.stdout:lab-extras 40 kB/s | 1.7 kB 00:00 2024-03-09T15:53:14.804 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-cephfs-2:19.0.0-1920.g6b01fe95.el9.x86_64 12/34 2024-03-09T15:53:14.828 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : libradosstriper1-2:19.0.0-1920.g6b01fe95.el9.x86_6 13/34 2024-03-09T15:53:14.873 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: libradosstriper1-2:19.0.0-1920.g6b01fe95.el9.x86_6 13/34 2024-03-09T15:53:14.901 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-03-09T15:53:15.010 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-03-09T15:53:15.053 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-03-09T15:53:15.101 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-03-09T15:53:15.134 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-03-09T15:53:15.163 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-03-09T15:53:15.195 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-03-09T15:53:15.517 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-03-09T15:53:15.542 INFO:teuthology.orchestra.run.smithi151.stdout: Upgrading : librbd1-2:19.0.0-1920.g6b01fe95.el9.x86_64 22/34 2024-03-09T15:53:15.632 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: librbd1-2:19.0.0-1920.g6b01fe95.el9.x86_64 22/34 2024-03-09T15:53:15.665 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-rbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 23/34 2024-03-09T15:53:15.707 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-03-09T15:53:16.165 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-03-09T15:53:16.194 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : librgw2-2:19.0.0-1920.g6b01fe95.el9.x86_64 26/34 2024-03-09T15:53:16.266 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: librgw2-2:19.0.0-1920.g6b01fe95.el9.x86_64 26/34 2024-03-09T15:53:16.342 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-rgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 27/34 2024-03-09T15:53:16.371 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-ceph-common-2:19.0.0-1920.g6b01fe95.el9.x8 28/34 2024-03-09T15:53:17.413 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-09T15:53:17.416 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:53:17.416 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repository Size 2024-03-09T15:53:17.416 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:53:17.417 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-03-09T15:53:17.417 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-radosgw x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 9.8 M 2024-03-09T15:53:17.417 INFO:teuthology.orchestra.run.smithi052.stdout:Upgrading: 2024-03-09T15:53:17.417 INFO:teuthology.orchestra.run.smithi052.stdout: librados2 x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 3.4 M 2024-03-09T15:53:17.417 INFO:teuthology.orchestra.run.smithi052.stdout: librbd1 x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 3.1 M 2024-03-09T15:53:17.417 INFO:teuthology.orchestra.run.smithi052.stdout:Installing dependencies: 2024-03-09T15:53:17.417 INFO:teuthology.orchestra.run.smithi052.stdout: boost-program-options 2024-03-09T15:53:17.417 INFO:teuthology.orchestra.run.smithi052.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-03-09T15:53:17.417 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-base x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 5.4 M 2024-03-09T15:53:17.417 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-common x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 20 M 2024-03-09T15:53:17.417 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-selinux x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 25 k 2024-03-09T15:53:17.417 INFO:teuthology.orchestra.run.smithi052.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-03-09T15:53:17.417 INFO:teuthology.orchestra.run.smithi052.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-03-09T15:53:17.417 INFO:teuthology.orchestra.run.smithi052.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-03-09T15:53:17.418 INFO:teuthology.orchestra.run.smithi052.stdout: libcephfs2 x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 745 k 2024-03-09T15:53:17.418 INFO:teuthology.orchestra.run.smithi052.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-03-09T15:53:17.418 INFO:teuthology.orchestra.run.smithi052.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-03-09T15:53:17.418 INFO:teuthology.orchestra.run.smithi052.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-03-09T15:53:17.418 INFO:teuthology.orchestra.run.smithi052.stdout: libradosstriper1 x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 501 k 2024-03-09T15:53:17.418 INFO:teuthology.orchestra.run.smithi052.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-03-09T15:53:17.418 INFO:teuthology.orchestra.run.smithi052.stdout: librgw2 x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 5.1 M 2024-03-09T15:53:17.418 INFO:teuthology.orchestra.run.smithi052.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-03-09T15:53:17.418 INFO:teuthology.orchestra.run.smithi052.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-03-09T15:53:17.418 INFO:teuthology.orchestra.run.smithi052.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-03-09T15:53:17.418 INFO:teuthology.orchestra.run.smithi052.stdout: python3-ceph-argparse 2024-03-09T15:53:17.418 INFO:teuthology.orchestra.run.smithi052.stdout: x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 45 k 2024-03-09T15:53:17.418 INFO:teuthology.orchestra.run.smithi052.stdout: python3-ceph-common x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 131 k 2024-03-09T15:53:17.419 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cephfs x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 162 k 2024-03-09T15:53:17.419 INFO:teuthology.orchestra.run.smithi052.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-03-09T15:53:17.419 INFO:teuthology.orchestra.run.smithi052.stdout: python3-rados x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 320 k 2024-03-09T15:53:17.419 INFO:teuthology.orchestra.run.smithi052.stdout: python3-rbd x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 298 k 2024-03-09T15:53:17.419 INFO:teuthology.orchestra.run.smithi052.stdout: python3-rgw x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 99 k 2024-03-09T15:53:17.419 INFO:teuthology.orchestra.run.smithi052.stdout: qatlib x86_64 23.11.0-1.el9 appstream 216 k 2024-03-09T15:53:17.419 INFO:teuthology.orchestra.run.smithi052.stdout: qatzip-libs x86_64 1.1.2-2.el9 appstream 44 k 2024-03-09T15:53:17.419 INFO:teuthology.orchestra.run.smithi052.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-03-09T15:53:17.419 INFO:teuthology.orchestra.run.smithi052.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-03-09T15:53:17.419 INFO:teuthology.orchestra.run.smithi052.stdout:Installing weak dependencies: 2024-03-09T15:53:17.419 INFO:teuthology.orchestra.run.smithi052.stdout: qatlib-service x86_64 23.11.0-1.el9 appstream 35 k 2024-03-09T15:53:17.419 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:53:17.419 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-03-09T15:53:17.419 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:53:17.420 INFO:teuthology.orchestra.run.smithi052.stdout:Install 30 Packages 2024-03-09T15:53:17.420 INFO:teuthology.orchestra.run.smithi052.stdout:Upgrade 2 Packages 2024-03-09T15:53:17.420 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:53:17.420 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 58 M 2024-03-09T15:53:17.420 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-03-09T15:53:18.622 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 29/34 2024-03-09T15:53:18.659 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 29/34 2024-03-09T15:53:18.746 INFO:teuthology.orchestra.run.smithi052.stdout:(1/32): ceph-base-19.0.0-1920.g6b01fe95.el9.x86 6.0 MB/s | 5.4 MB 00:00 2024-03-09T15:53:18.822 INFO:teuthology.orchestra.run.smithi052.stdout:(2/32): ceph-selinux-19.0.0-1920.g6b01fe95.el9. 336 kB/s | 25 kB 00:00 2024-03-09T15:53:19.005 INFO:teuthology.orchestra.run.smithi052.stdout:(3/32): libcephfs2-19.0.0-1920.g6b01fe95.el9.x8 4.0 MB/s | 745 kB 00:00 2024-03-09T15:53:19.206 INFO:teuthology.orchestra.run.smithi052.stdout:(4/32): ceph-common-19.0.0-1920.g6b01fe95.el9.x 15 MB/s | 20 MB 00:01 2024-03-09T15:53:19.222 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 29/34 2024-03-09T15:53:19.248 INFO:teuthology.orchestra.run.smithi052.stdout:(5/32): libradosstriper1-19.0.0-1920.g6b01fe95. 2.0 MB/s | 501 kB 00:00 2024-03-09T15:53:19.271 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-base-2:19.0.0-1920.g6b01fe95.el9.x86_64 30/34 2024-03-09T15:53:19.315 INFO:teuthology.orchestra.run.smithi052.stdout:(6/32): python3-ceph-argparse-19.0.0-1920.g6b01 677 kB/s | 45 kB 00:00 2024-03-09T15:53:19.360 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-base-2:19.0.0-1920.g6b01fe95.el9.x86_64 30/34 2024-03-09T15:53:19.360 INFO:teuthology.orchestra.run.smithi151.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-03-09T15:53:19.360 INFO:teuthology.orchestra.run.smithi151.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-03-09T15:53:19.360 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:53:19.381 INFO:teuthology.orchestra.run.smithi052.stdout:(7/32): python3-ceph-common-19.0.0-1920.g6b01fe 1.9 MB/s | 131 kB 00:00 2024-03-09T15:53:19.389 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-selinux-2:19.0.0-1920.g6b01fe95.el9.x86_64 31/34 2024-03-09T15:53:19.473 INFO:teuthology.orchestra.run.smithi052.stdout:(8/32): librgw2-19.0.0-1920.g6b01fe95.el9.x86_6 19 MB/s | 5.1 MB 00:00 2024-03-09T15:53:19.499 INFO:teuthology.orchestra.run.smithi052.stdout:(9/32): python3-cephfs-19.0.0-1920.g6b01fe95.el 1.4 MB/s | 162 kB 00:00 2024-03-09T15:53:19.524 INFO:teuthology.orchestra.run.smithi052.stdout:(10/32): python3-rados-19.0.0-1920.g6b01fe95.el 6.2 MB/s | 320 kB 00:00 2024-03-09T15:53:19.549 INFO:teuthology.orchestra.run.smithi052.stdout:(11/32): python3-rbd-19.0.0-1920.g6b01fe95.el9. 5.8 MB/s | 298 kB 00:00 2024-03-09T15:53:19.575 INFO:teuthology.orchestra.run.smithi052.stdout:(12/32): python3-rgw-19.0.0-1920.g6b01fe95.el9. 1.9 MB/s | 99 kB 00:00 2024-03-09T15:53:19.700 INFO:teuthology.orchestra.run.smithi052.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 705 kB/s | 106 kB 00:00 2024-03-09T15:53:19.725 INFO:teuthology.orchestra.run.smithi052.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.3 MB/s | 159 kB 00:00 2024-03-09T15:53:19.750 INFO:teuthology.orchestra.run.smithi052.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 881 kB/s | 44 kB 00:00 2024-03-09T15:53:19.817 INFO:teuthology.orchestra.run.smithi052.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 7.0 MB/s | 661 kB 00:00 2024-03-09T15:53:19.843 INFO:teuthology.orchestra.run.smithi052.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.0 MB/s | 282 kB 00:00 2024-03-09T15:53:19.868 INFO:teuthology.orchestra.run.smithi052.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 826 kB/s | 41 kB 00:00 2024-03-09T15:53:19.960 INFO:teuthology.orchestra.run.smithi052.stdout:(19/32): qatlib-service-23.11.0-1.el9.x86_64.rp 381 kB/s | 35 kB 00:00 2024-03-09T15:53:20.035 INFO:teuthology.orchestra.run.smithi052.stdout:(20/32): qatlib-23.11.0-1.el9.x86_64.rpm 1.1 MB/s | 216 kB 00:00 2024-03-09T15:53:20.060 INFO:teuthology.orchestra.run.smithi052.stdout:(21/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 445 kB/s | 44 kB 00:00 2024-03-09T15:53:20.153 INFO:teuthology.orchestra.run.smithi052.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 2.6 MB/s | 309 kB 00:00 2024-03-09T15:53:20.186 INFO:teuthology.orchestra.run.smithi052.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 785 kB/s | 26 kB 00:00 2024-03-09T15:53:20.220 INFO:teuthology.orchestra.run.smithi052.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 1.4 MB/s | 49 kB 00:00 2024-03-09T15:53:20.253 INFO:teuthology.orchestra.run.smithi052.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 2.0 MB/s | 67 kB 00:00 2024-03-09T15:53:20.312 INFO:teuthology.orchestra.run.smithi052.stdout:(26/32): libarrow-9.0.0-10.el9.x86_64.rpm 18 MB/s | 4.4 MB 00:00 2024-03-09T15:53:20.345 INFO:teuthology.orchestra.run.smithi052.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 8.9 MB/s | 838 kB 00:00 2024-03-09T15:53:20.371 INFO:teuthology.orchestra.run.smithi052.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 3.2 MB/s | 192 kB 00:00 2024-03-09T15:53:20.429 INFO:teuthology.orchestra.run.smithi052.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 19 MB/s | 1.6 MB 00:00 2024-03-09T15:53:20.772 INFO:teuthology.orchestra.run.smithi052.stdout:(30/32): ceph-radosgw-19.0.0-1920.g6b01fe95.el9 3.4 MB/s | 9.8 MB 00:02 2024-03-09T15:53:20.821 INFO:teuthology.orchestra.run.smithi052.stdout:(31/32): librados2-19.0.0-1920.g6b01fe95.el9.x8 7.5 MB/s | 3.4 MB 00:00 2024-03-09T15:53:20.880 INFO:teuthology.orchestra.run.smithi052.stdout:(32/32): librbd1-19.0.0-1920.g6b01fe95.el9.x86_ 7.0 MB/s | 3.1 MB 00:00 2024-03-09T15:53:20.883 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:53:20.884 INFO:teuthology.orchestra.run.smithi052.stdout:Total 17 MB/s | 58 MB 00:03 2024-03-09T15:53:20.918 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-03-09T15:53:20.959 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-03-09T15:53:20.960 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-03-09T15:53:21.404 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-selinux-2:19.0.0-1920.g6b01fe95.el9.x86_64 31/34 2024-03-09T15:53:21.404 INFO:teuthology.orchestra.run.smithi164.stdout:skipping the directory /sys 2024-03-09T15:53:21.404 INFO:teuthology.orchestra.run.smithi164.stdout:skipping the directory /proc 2024-03-09T15:53:21.404 INFO:teuthology.orchestra.run.smithi164.stdout:skipping the directory /mnt 2024-03-09T15:53:21.404 INFO:teuthology.orchestra.run.smithi164.stdout:skipping the directory /var/tmp 2024-03-09T15:53:21.404 INFO:teuthology.orchestra.run.smithi164.stdout:skipping the directory /home 2024-03-09T15:53:21.404 INFO:teuthology.orchestra.run.smithi164.stdout:skipping the directory /root 2024-03-09T15:53:21.404 INFO:teuthology.orchestra.run.smithi164.stdout:skipping the directory /tmp 2024-03-09T15:53:21.405 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:53:21.452 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-03-09T15:53:21.452 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-03-09T15:53:22.312 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-radosgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 32/34 2024-03-09T15:53:22.337 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 32/34 2024-03-09T15:53:22.337 INFO:teuthology.orchestra.run.smithi164.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T15:53:22.337 INFO:teuthology.orchestra.run.smithi164.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-03-09T15:53:22.337 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-09T15:53:22.337 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-09T15:53:22.337 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:53:22.339 INFO:teuthology.orchestra.run.smithi164.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-09T15:53:22.424 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-09T15:53:22.424 INFO:teuthology.orchestra.run.smithi164.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-09T15:53:22.989 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-03-09T15:53:23.072 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-03-09T15:53:23.180 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-03-09T15:53:23.218 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-03-09T15:53:23.241 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-09T15:53:23.258 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-09T15:53:23.447 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-09T15:53:23.506 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-09T15:53:23.544 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-09T15:53:23.544 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-base-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/34 2024-03-09T15:53:23.544 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 2/34 2024-03-09T15:53:23.544 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-radosgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 3/34 2024-03-09T15:53:23.544 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-selinux-2:19.0.0-1920.g6b01fe95.el9.x86_64 4/34 2024-03-09T15:53:23.544 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libcephfs2-2:19.0.0-1920.g6b01fe95.el9.x86_64 5/34 2024-03-09T15:53:23.545 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libradosstriper1-2:19.0.0-1920.g6b01fe95.el9.x86_6 6/34 2024-03-09T15:53:23.545 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : librgw2-2:19.0.0-1920.g6b01fe95.el9.x86_64 7/34 2024-03-09T15:53:23.545 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-ceph-argparse-2:19.0.0-1920.g6b01fe95.el9. 8/34 2024-03-09T15:53:23.545 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-ceph-common-2:19.0.0-1920.g6b01fe95.el9.x8 9/34 2024-03-09T15:53:23.545 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-cephfs-2:19.0.0-1920.g6b01fe95.el9.x86_64 10/34 2024-03-09T15:53:23.545 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-rados-2:19.0.0-1920.g6b01fe95.el9.x86_64 11/34 2024-03-09T15:53:23.545 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-rbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 12/34 2024-03-09T15:53:23.545 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-rgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 13/34 2024-03-09T15:53:23.545 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-03-09T15:53:23.545 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-03-09T15:53:23.545 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-03-09T15:53:23.545 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-03-09T15:53:23.545 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-03-09T15:53:23.546 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-03-09T15:53:23.546 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-03-09T15:53:23.546 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-03-09T15:53:23.546 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-03-09T15:53:23.546 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-03-09T15:53:23.546 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-03-09T15:53:23.546 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-03-09T15:53:23.546 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-03-09T15:53:23.546 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-03-09T15:53:23.547 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-03-09T15:53:23.547 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-03-09T15:53:23.547 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-03-09T15:53:23.547 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : librados2-2:19.0.0-1920.g6b01fe95.el9.x86_64 31/34 2024-03-09T15:53:23.547 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-03-09T15:53:23.547 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : librbd1-2:19.0.0-1920.g6b01fe95.el9.x86_64 33/34 2024-03-09T15:53:23.901 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-03-09T15:53:23.937 INFO:teuthology.orchestra.run.smithi052.stdout: Upgrading : librados2-2:19.0.0-1920.g6b01fe95.el9.x86_64 7/34 2024-03-09T15:53:24.029 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: librados2-2:19.0.0-1920.g6b01fe95.el9.x86_64 7/34 2024-03-09T15:53:24.119 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-rados-2:19.0.0-1920.g6b01fe95.el9.x86_64 8/34 2024-03-09T15:53:24.147 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : libcephfs2-2:19.0.0-1920.g6b01fe95.el9.x86_64 9/34 2024-03-09T15:53:24.192 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: libcephfs2-2:19.0.0-1920.g6b01fe95.el9.x86_64 9/34 2024-03-09T15:53:24.222 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-03-09T15:53:24.266 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-ceph-argparse-2:19.0.0-1920.g6b01fe95.el9. 11/34 2024-03-09T15:53:24.336 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-cephfs-2:19.0.0-1920.g6b01fe95.el9.x86_64 12/34 2024-03-09T15:53:24.357 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : libradosstriper1-2:19.0.0-1920.g6b01fe95.el9.x86_6 13/34 2024-03-09T15:53:24.403 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: libradosstriper1-2:19.0.0-1920.g6b01fe95.el9.x86_6 13/34 2024-03-09T15:53:24.430 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-03-09T15:53:24.534 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-03-09T15:53:24.566 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-03-09T15:53:24.606 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-03-09T15:53:24.615 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-03-09T15:53:24.615 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:53:24.615 INFO:teuthology.orchestra.run.smithi164.stdout:Upgraded: 2024-03-09T15:53:24.615 INFO:teuthology.orchestra.run.smithi164.stdout: librados2-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:24.615 INFO:teuthology.orchestra.run.smithi164.stdout: librbd1-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:24.616 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-09T15:53:24.616 INFO:teuthology.orchestra.run.smithi164.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-03-09T15:53:24.616 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-base-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:24.616 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:24.616 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-radosgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:24.616 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-selinux-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:24.616 INFO:teuthology.orchestra.run.smithi164.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-03-09T15:53:24.616 INFO:teuthology.orchestra.run.smithi164.stdout: libarrow-9.0.0-10.el9.x86_64 2024-03-09T15:53:24.616 INFO:teuthology.orchestra.run.smithi164.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-03-09T15:53:24.616 INFO:teuthology.orchestra.run.smithi164.stdout: libcephfs2-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:24.617 INFO:teuthology.orchestra.run.smithi164.stdout: liboath-2.6.7-2.el9.x86_64 2024-03-09T15:53:24.617 INFO:teuthology.orchestra.run.smithi164.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-03-09T15:53:24.617 INFO:teuthology.orchestra.run.smithi164.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-03-09T15:53:24.617 INFO:teuthology.orchestra.run.smithi164.stdout: libradosstriper1-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:24.617 INFO:teuthology.orchestra.run.smithi164.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-03-09T15:53:24.617 INFO:teuthology.orchestra.run.smithi164.stdout: librgw2-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:24.617 INFO:teuthology.orchestra.run.smithi164.stdout: libunwind-1.6.2-1.el9.x86_64 2024-03-09T15:53:24.617 INFO:teuthology.orchestra.run.smithi164.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-03-09T15:53:24.617 INFO:teuthology.orchestra.run.smithi164.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-03-09T15:53:24.617 INFO:teuthology.orchestra.run.smithi164.stdout: python3-ceph-argparse-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:24.617 INFO:teuthology.orchestra.run.smithi164.stdout: python3-ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:24.618 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cephfs-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:24.618 INFO:teuthology.orchestra.run.smithi164.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-03-09T15:53:24.618 INFO:teuthology.orchestra.run.smithi164.stdout: python3-rados-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:24.618 INFO:teuthology.orchestra.run.smithi164.stdout: python3-rbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:24.618 INFO:teuthology.orchestra.run.smithi164.stdout: python3-rgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:24.618 INFO:teuthology.orchestra.run.smithi164.stdout: qatlib-23.11.0-1.el9.x86_64 2024-03-09T15:53:24.618 INFO:teuthology.orchestra.run.smithi164.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-03-09T15:53:24.618 INFO:teuthology.orchestra.run.smithi164.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-03-09T15:53:24.618 INFO:teuthology.orchestra.run.smithi164.stdout: re2-1:20211101-3.el9.x86_64 2024-03-09T15:53:24.618 INFO:teuthology.orchestra.run.smithi164.stdout: thrift-0.15.0-2.el9.x86_64 2024-03-09T15:53:24.618 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:53:24.619 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T15:53:24.638 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-03-09T15:53:24.668 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-03-09T15:53:24.700 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-03-09T15:53:24.859 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-test 2024-03-09T15:53:25.034 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-03-09T15:53:25.064 INFO:teuthology.orchestra.run.smithi052.stdout: Upgrading : librbd1-2:19.0.0-1920.g6b01fe95.el9.x86_64 22/34 2024-03-09T15:53:25.146 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: librbd1-2:19.0.0-1920.g6b01fe95.el9.x86_64 22/34 2024-03-09T15:53:25.177 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-rbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 23/34 2024-03-09T15:53:25.217 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-03-09T15:53:25.415 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:00:28 ago on Sat 09 Mar 2024 03:52:57 PM UTC. 2024-03-09T15:53:25.566 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T15:53:25.566 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:53:25.567 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-03-09T15:53:25.567 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:53:25.567 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-09T15:53:25.567 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-test x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 47 M 2024-03-09T15:53:25.567 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-03-09T15:53:25.567 INFO:teuthology.orchestra.run.smithi164.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-03-09T15:53:25.567 INFO:teuthology.orchestra.run.smithi164.stdout: libcephsqlite x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 163 k 2024-03-09T15:53:25.567 INFO:teuthology.orchestra.run.smithi164.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-03-09T15:53:25.567 INFO:teuthology.orchestra.run.smithi164.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-03-09T15:53:25.567 INFO:teuthology.orchestra.run.smithi164.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-03-09T15:53:25.568 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:53:25.568 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-09T15:53:25.568 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:53:25.568 INFO:teuthology.orchestra.run.smithi164.stdout:Install 6 Packages 2024-03-09T15:53:25.568 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:53:25.568 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 48 M 2024-03-09T15:53:25.569 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 205 M 2024-03-09T15:53:25.569 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-09T15:53:25.690 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-03-09T15:53:25.725 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : librgw2-2:19.0.0-1920.g6b01fe95.el9.x86_64 26/34 2024-03-09T15:53:25.778 INFO:teuthology.orchestra.run.smithi164.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.3 MB/s | 217 kB 00:00 2024-03-09T15:53:25.796 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: librgw2-2:19.0.0-1920.g6b01fe95.el9.x86_64 26/34 2024-03-09T15:53:25.828 INFO:teuthology.orchestra.run.smithi164.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 5.9 MB/s | 300 kB 00:00 2024-03-09T15:53:25.862 INFO:teuthology.orchestra.run.smithi164.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-03-09T15:53:25.866 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-rgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 27/34 2024-03-09T15:53:25.902 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-ceph-common-2:19.0.0-1920.g6b01fe95.el9.x8 28/34 2024-03-09T15:53:25.987 INFO:teuthology.orchestra.run.smithi164.stdout:(4/6): libcephsqlite-19.0.0-1920.g6b01fe95.el9. 433 kB/s | 163 kB 00:00 2024-03-09T15:53:26.029 INFO:teuthology.orchestra.run.smithi164.stdout:(5/6): jq-1.6-16.el9.x86_64.rpm 1.1 MB/s | 187 kB 00:00 2024-03-09T15:53:28.088 INFO:teuthology.orchestra.run.smithi164.stdout:(6/6): ceph-test-19.0.0-1920.g6b01fe95.el9.x86_ 19 MB/s | 47 MB 00:02 2024-03-09T15:53:28.090 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:53:28.091 INFO:teuthology.orchestra.run.smithi164.stdout:Total 19 MB/s | 48 MB 00:02 2024-03-09T15:53:28.105 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-09T15:53:28.126 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-09T15:53:28.126 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-09T15:53:28.246 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 29/34 2024-03-09T15:53:28.291 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 29/34 2024-03-09T15:53:28.519 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-09T15:53:28.519 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-09T15:53:28.877 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 29/34 2024-03-09T15:53:28.919 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-base-2:19.0.0-1920.g6b01fe95.el9.x86_64 30/34 2024-03-09T15:53:28.962 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-selinux-2:19.0.0-1920.g6b01fe95.el9.x86_64 31/34 2024-03-09T15:53:28.963 INFO:teuthology.orchestra.run.smithi151.stdout:skipping the directory /sys 2024-03-09T15:53:28.963 INFO:teuthology.orchestra.run.smithi151.stdout:skipping the directory /proc 2024-03-09T15:53:28.963 INFO:teuthology.orchestra.run.smithi151.stdout:skipping the directory /mnt 2024-03-09T15:53:28.963 INFO:teuthology.orchestra.run.smithi151.stdout:skipping the directory /var/tmp 2024-03-09T15:53:28.963 INFO:teuthology.orchestra.run.smithi151.stdout:skipping the directory /home 2024-03-09T15:53:28.963 INFO:teuthology.orchestra.run.smithi151.stdout:skipping the directory /root 2024-03-09T15:53:28.963 INFO:teuthology.orchestra.run.smithi151.stdout:skipping the directory /tmp 2024-03-09T15:53:28.963 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:53:29.012 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-base-2:19.0.0-1920.g6b01fe95.el9.x86_64 30/34 2024-03-09T15:53:29.012 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-03-09T15:53:29.012 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-03-09T15:53:29.012 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:53:29.053 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-selinux-2:19.0.0-1920.g6b01fe95.el9.x86_64 31/34 2024-03-09T15:53:29.107 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-09T15:53:29.193 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-03-09T15:53:29.230 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-03-09T15:53:29.263 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-09T15:53:29.304 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-03-09T15:53:29.324 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libcephsqlite-2:19.0.0-1920.g6b01fe95.el9.x86_64 5/6 2024-03-09T15:53:29.903 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-radosgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 32/34 2024-03-09T15:53:29.928 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 32/34 2024-03-09T15:53:29.928 INFO:teuthology.orchestra.run.smithi151.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T15:53:29.928 INFO:teuthology.orchestra.run.smithi151.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-03-09T15:53:29.928 INFO:teuthology.orchestra.run.smithi151.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-09T15:53:29.928 INFO:teuthology.orchestra.run.smithi151.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-09T15:53:29.928 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:53:29.930 INFO:teuthology.orchestra.run.smithi151.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-09T15:53:29.997 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-09T15:53:29.997 INFO:teuthology.orchestra.run.smithi151.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-09T15:53:31.162 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-09T15:53:31.163 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-base-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/34 2024-03-09T15:53:31.163 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 2/34 2024-03-09T15:53:31.163 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-radosgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 3/34 2024-03-09T15:53:31.163 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-selinux-2:19.0.0-1920.g6b01fe95.el9.x86_64 4/34 2024-03-09T15:53:31.163 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : libcephfs2-2:19.0.0-1920.g6b01fe95.el9.x86_64 5/34 2024-03-09T15:53:31.163 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : libradosstriper1-2:19.0.0-1920.g6b01fe95.el9.x86_6 6/34 2024-03-09T15:53:31.163 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : librgw2-2:19.0.0-1920.g6b01fe95.el9.x86_64 7/34 2024-03-09T15:53:31.163 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-ceph-argparse-2:19.0.0-1920.g6b01fe95.el9. 8/34 2024-03-09T15:53:31.163 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-ceph-common-2:19.0.0-1920.g6b01fe95.el9.x8 9/34 2024-03-09T15:53:31.163 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-cephfs-2:19.0.0-1920.g6b01fe95.el9.x86_64 10/34 2024-03-09T15:53:31.163 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-rados-2:19.0.0-1920.g6b01fe95.el9.x86_64 11/34 2024-03-09T15:53:31.163 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-rbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 12/34 2024-03-09T15:53:31.164 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-rgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 13/34 2024-03-09T15:53:31.164 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-03-09T15:53:31.164 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-03-09T15:53:31.164 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-03-09T15:53:31.164 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-03-09T15:53:31.164 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-03-09T15:53:31.164 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-03-09T15:53:31.164 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-03-09T15:53:31.164 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-03-09T15:53:31.164 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-03-09T15:53:31.164 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-03-09T15:53:31.164 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-03-09T15:53:31.164 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-03-09T15:53:31.164 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-03-09T15:53:31.164 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-03-09T15:53:31.165 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-03-09T15:53:31.165 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-03-09T15:53:31.165 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-03-09T15:53:31.165 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : librados2-2:19.0.0-1920.g6b01fe95.el9.x86_64 31/34 2024-03-09T15:53:31.165 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-03-09T15:53:31.165 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : librbd1-2:19.0.0-1920.g6b01fe95.el9.x86_64 33/34 2024-03-09T15:53:32.220 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-03-09T15:53:32.220 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:53:32.220 INFO:teuthology.orchestra.run.smithi151.stdout:Upgraded: 2024-03-09T15:53:32.221 INFO:teuthology.orchestra.run.smithi151.stdout: librados2-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:32.221 INFO:teuthology.orchestra.run.smithi151.stdout: librbd1-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:32.221 INFO:teuthology.orchestra.run.smithi151.stdout:Installed: 2024-03-09T15:53:32.221 INFO:teuthology.orchestra.run.smithi151.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-03-09T15:53:32.221 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-base-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:32.221 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:32.221 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-radosgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:32.221 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-selinux-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:32.221 INFO:teuthology.orchestra.run.smithi151.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-03-09T15:53:32.222 INFO:teuthology.orchestra.run.smithi151.stdout: libarrow-9.0.0-10.el9.x86_64 2024-03-09T15:53:32.222 INFO:teuthology.orchestra.run.smithi151.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-03-09T15:53:32.222 INFO:teuthology.orchestra.run.smithi151.stdout: libcephfs2-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:32.222 INFO:teuthology.orchestra.run.smithi151.stdout: liboath-2.6.7-2.el9.x86_64 2024-03-09T15:53:32.222 INFO:teuthology.orchestra.run.smithi151.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-03-09T15:53:32.222 INFO:teuthology.orchestra.run.smithi151.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-03-09T15:53:32.222 INFO:teuthology.orchestra.run.smithi151.stdout: libradosstriper1-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:32.222 INFO:teuthology.orchestra.run.smithi151.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-03-09T15:53:32.222 INFO:teuthology.orchestra.run.smithi151.stdout: librgw2-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:32.222 INFO:teuthology.orchestra.run.smithi151.stdout: libunwind-1.6.2-1.el9.x86_64 2024-03-09T15:53:32.222 INFO:teuthology.orchestra.run.smithi151.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-03-09T15:53:32.222 INFO:teuthology.orchestra.run.smithi151.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-03-09T15:53:32.222 INFO:teuthology.orchestra.run.smithi151.stdout: python3-ceph-argparse-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:32.223 INFO:teuthology.orchestra.run.smithi151.stdout: python3-ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:32.223 INFO:teuthology.orchestra.run.smithi151.stdout: python3-cephfs-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:32.223 INFO:teuthology.orchestra.run.smithi151.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-03-09T15:53:32.223 INFO:teuthology.orchestra.run.smithi151.stdout: python3-rados-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:32.223 INFO:teuthology.orchestra.run.smithi151.stdout: python3-rbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:32.223 INFO:teuthology.orchestra.run.smithi151.stdout: python3-rgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:32.223 INFO:teuthology.orchestra.run.smithi151.stdout: qatlib-23.11.0-1.el9.x86_64 2024-03-09T15:53:32.223 INFO:teuthology.orchestra.run.smithi151.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-03-09T15:53:32.223 INFO:teuthology.orchestra.run.smithi151.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-03-09T15:53:32.223 INFO:teuthology.orchestra.run.smithi151.stdout: re2-1:20211101-3.el9.x86_64 2024-03-09T15:53:32.223 INFO:teuthology.orchestra.run.smithi151.stdout: thrift-0.15.0-2.el9.x86_64 2024-03-09T15:53:32.223 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:53:32.223 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2024-03-09T15:53:32.479 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install ceph-test 2024-03-09T15:53:33.038 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:00:29 ago on Sat 09 Mar 2024 03:53:04 PM UTC. 2024-03-09T15:53:33.193 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2024-03-09T15:53:33.193 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:53:33.193 INFO:teuthology.orchestra.run.smithi151.stdout: Package Arch Version Repository Size 2024-03-09T15:53:33.194 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:53:33.194 INFO:teuthology.orchestra.run.smithi151.stdout:Installing: 2024-03-09T15:53:33.194 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-test x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 47 M 2024-03-09T15:53:33.194 INFO:teuthology.orchestra.run.smithi151.stdout:Installing dependencies: 2024-03-09T15:53:33.194 INFO:teuthology.orchestra.run.smithi151.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-03-09T15:53:33.194 INFO:teuthology.orchestra.run.smithi151.stdout: libcephsqlite x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 163 k 2024-03-09T15:53:33.194 INFO:teuthology.orchestra.run.smithi151.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-03-09T15:53:33.194 INFO:teuthology.orchestra.run.smithi151.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-03-09T15:53:33.194 INFO:teuthology.orchestra.run.smithi151.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-03-09T15:53:33.194 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:53:33.194 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2024-03-09T15:53:33.194 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:53:33.195 INFO:teuthology.orchestra.run.smithi151.stdout:Install 6 Packages 2024-03-09T15:53:33.195 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:53:33.195 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 48 M 2024-03-09T15:53:33.195 INFO:teuthology.orchestra.run.smithi151.stdout:Installed size: 205 M 2024-03-09T15:53:33.195 INFO:teuthology.orchestra.run.smithi151.stdout:Downloading Packages: 2024-03-09T15:53:33.503 INFO:teuthology.orchestra.run.smithi151.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.3 MB/s | 217 kB 00:00 2024-03-09T15:53:33.553 INFO:teuthology.orchestra.run.smithi151.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 5.9 MB/s | 300 kB 00:00 2024-03-09T15:53:33.578 INFO:teuthology.orchestra.run.smithi151.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 2.5 MB/s | 63 kB 00:00 2024-03-09T15:53:33.671 INFO:teuthology.orchestra.run.smithi151.stdout:(4/6): jq-1.6-16.el9.x86_64.rpm 2.0 MB/s | 187 kB 00:00 2024-03-09T15:53:33.729 INFO:teuthology.orchestra.run.smithi151.stdout:(5/6): libcephsqlite-19.0.0-1920.g6b01fe95.el9. 414 kB/s | 163 kB 00:00 2024-03-09T15:53:33.861 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: libcephsqlite-2:19.0.0-1920.g6b01fe95.el9.x86_64 5/6 2024-03-09T15:53:33.932 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-test-2:19.0.0-1920.g6b01fe95.el9.x86_64 6/6 2024-03-09T15:53:35.630 INFO:teuthology.orchestra.run.smithi151.stdout:(6/6): ceph-test-19.0.0-1920.g6b01fe95.el9.x86_ 21 MB/s | 47 MB 00:02 2024-03-09T15:53:35.632 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:53:35.633 INFO:teuthology.orchestra.run.smithi151.stdout:Total 20 MB/s | 48 MB 00:02 2024-03-09T15:53:35.647 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction check 2024-03-09T15:53:35.668 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction check succeeded. 2024-03-09T15:53:35.668 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction test 2024-03-09T15:53:36.049 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction test succeeded. 2024-03-09T15:53:36.049 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction 2024-03-09T15:53:36.383 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-test-2:19.0.0-1920.g6b01fe95.el9.x86_64 6/6 2024-03-09T15:53:36.383 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-test-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/6 2024-03-09T15:53:36.384 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libcephsqlite-2:19.0.0-1920.g6b01fe95.el9.x86_64 2/6 2024-03-09T15:53:36.384 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-09T15:53:36.384 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-03-09T15:53:36.384 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-03-09T15:53:36.617 INFO:teuthology.orchestra.run.smithi151.stdout: Preparing : 1/1 2024-03-09T15:53:36.698 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-03-09T15:53:36.731 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-03-09T15:53:36.764 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-09T15:53:36.780 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-03-09T15:53:36.780 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:53:36.780 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-09T15:53:36.780 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-test-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:36.780 INFO:teuthology.orchestra.run.smithi164.stdout: jq-1.6-16.el9.x86_64 2024-03-09T15:53:36.781 INFO:teuthology.orchestra.run.smithi164.stdout: libcephsqlite-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:36.781 INFO:teuthology.orchestra.run.smithi164.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-03-09T15:53:36.781 INFO:teuthology.orchestra.run.smithi164.stdout: socat-1.7.4.1-5.el9.x86_64 2024-03-09T15:53:36.781 INFO:teuthology.orchestra.run.smithi164.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-03-09T15:53:36.781 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:53:36.781 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T15:53:36.805 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-03-09T15:53:36.833 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : libcephsqlite-2:19.0.0-1920.g6b01fe95.el9.x86_64 5/6 2024-03-09T15:53:37.106 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph 2024-03-09T15:53:37.701 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:00:40 ago on Sat 09 Mar 2024 03:52:57 PM UTC. 2024-03-09T15:53:37.864 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T15:53:37.867 INFO:teuthology.orchestra.run.smithi164.stdout:========================================================================================= 2024-03-09T15:53:37.867 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-03-09T15:53:37.867 INFO:teuthology.orchestra.run.smithi164.stdout:========================================================================================= 2024-03-09T15:53:37.867 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-09T15:53:37.867 INFO:teuthology.orchestra.run.smithi164.stdout: ceph x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 6.6 k 2024-03-09T15:53:37.867 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-03-09T15:53:37.867 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mds x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 2.1 M 2024-03-09T15:53:37.867 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 1.5 M 2024-03-09T15:53:37.868 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-modules-core noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 248 k 2024-03-09T15:53:37.868 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mon x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 4.7 M 2024-03-09T15:53:37.868 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-osd x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 17 M 2024-03-09T15:53:37.868 INFO:teuthology.orchestra.run.smithi164.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-03-09T15:53:37.868 INFO:teuthology.orchestra.run.smithi164.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-03-09T15:53:37.868 INFO:teuthology.orchestra.run.smithi164.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-03-09T15:53:37.868 INFO:teuthology.orchestra.run.smithi164.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-03-09T15:53:37.868 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-03-09T15:53:37.868 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-03-09T15:53:37.868 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-03-09T15:53:37.868 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-03-09T15:53:37.868 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-03-09T15:53:37.869 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-03-09T15:53:37.869 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-03-09T15:53:37.869 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-03-09T15:53:37.869 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-03-09T15:53:37.869 INFO:teuthology.orchestra.run.smithi164.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-03-09T15:53:37.869 INFO:teuthology.orchestra.run.smithi164.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-03-09T15:53:37.869 INFO:teuthology.orchestra.run.smithi164.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-03-09T15:53:37.869 INFO:teuthology.orchestra.run.smithi164.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-03-09T15:53:37.869 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-03-09T15:53:37.869 INFO:teuthology.orchestra.run.smithi164.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-03-09T15:53:37.869 INFO:teuthology.orchestra.run.smithi164.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-03-09T15:53:37.869 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-03-09T15:53:37.869 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-03-09T15:53:37.870 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-03-09T15:53:37.870 INFO:teuthology.orchestra.run.smithi164.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-03-09T15:53:37.870 INFO:teuthology.orchestra.run.smithi164.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-03-09T15:53:37.870 INFO:teuthology.orchestra.run.smithi164.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-03-09T15:53:37.870 INFO:teuthology.orchestra.run.smithi164.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-03-09T15:53:37.870 INFO:teuthology.orchestra.run.smithi164.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-03-09T15:53:37.870 INFO:teuthology.orchestra.run.smithi164.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-03-09T15:53:37.870 INFO:teuthology.orchestra.run.smithi164.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-03-09T15:53:37.870 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:53:37.870 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-09T15:53:37.870 INFO:teuthology.orchestra.run.smithi164.stdout:========================================================================================= 2024-03-09T15:53:37.871 INFO:teuthology.orchestra.run.smithi164.stdout:Install 36 Packages 2024-03-09T15:53:37.871 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:53:37.871 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 30 M 2024-03-09T15:53:37.871 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 107 M 2024-03-09T15:53:37.871 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-09T15:53:38.575 INFO:teuthology.orchestra.run.smithi164.stdout:(1/36): ceph-19.0.0-1920.g6b01fe95.el9.x86_64.r 28 kB/s | 6.6 kB 00:00 2024-03-09T15:53:38.726 INFO:teuthology.orchestra.run.smithi164.stdout:(2/36): ceph-mds-19.0.0-1920.g6b01fe95.el9.x86_ 5.6 MB/s | 2.1 MB 00:00 2024-03-09T15:53:39.444 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-selinux-2:19.0.0-1920.g6b01fe95.el9.x86_64 31/34 2024-03-09T15:53:39.444 INFO:teuthology.orchestra.run.smithi052.stdout:skipping the directory /sys 2024-03-09T15:53:39.444 INFO:teuthology.orchestra.run.smithi052.stdout:skipping the directory /proc 2024-03-09T15:53:39.444 INFO:teuthology.orchestra.run.smithi052.stdout:skipping the directory /mnt 2024-03-09T15:53:39.444 INFO:teuthology.orchestra.run.smithi052.stdout:skipping the directory /var/tmp 2024-03-09T15:53:39.444 INFO:teuthology.orchestra.run.smithi052.stdout:skipping the directory /home 2024-03-09T15:53:39.444 INFO:teuthology.orchestra.run.smithi052.stdout:skipping the directory /root 2024-03-09T15:53:39.444 INFO:teuthology.orchestra.run.smithi052.stdout:skipping the directory /tmp 2024-03-09T15:53:39.444 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:53:39.477 INFO:teuthology.orchestra.run.smithi164.stdout:(3/36): ceph-mgr-19.0.0-1920.g6b01fe95.el9.x86_ 1.3 MB/s | 1.5 MB 00:01 2024-03-09T15:53:39.560 INFO:teuthology.orchestra.run.smithi164.stdout:(4/36): ceph-mon-19.0.0-1920.g6b01fe95.el9.x86_ 4.8 MB/s | 4.7 MB 00:00 2024-03-09T15:53:39.585 INFO:teuthology.orchestra.run.smithi164.stdout:(5/36): ceph-mgr-modules-core-19.0.0-1920.g6b01 2.2 MB/s | 248 kB 00:00 2024-03-09T15:53:39.786 INFO:teuthology.orchestra.run.smithi164.stdout:(6/36): ceph-osd-19.0.0-1920.g6b01fe95.el9.x86_ 16 MB/s | 17 MB 00:01 2024-03-09T15:53:39.886 INFO:teuthology.orchestra.run.smithi164.stdout:(7/36): lua-5.4.4-4.el9.x86_64.rpm 574 kB/s | 187 kB 00:00 2024-03-09T15:53:39.911 INFO:teuthology.orchestra.run.smithi164.stdout:(8/36): python3-mako-1.1.4-6.el9.noarch.rpm 477 kB/s | 144 kB 00:00 2024-03-09T15:53:39.927 INFO:teuthology.orchestra.run.smithi164.stdout:(9/36): python3-markupsafe-1.1.1-12.el9.x86_64. 272 kB/s | 32 kB 00:00 2024-03-09T15:53:39.944 INFO:teuthology.orchestra.run.smithi164.stdout:(10/36): python3-pytz-2021.1-5.el9.noarch.rpm 810 kB/s | 47 kB 00:00 2024-03-09T15:53:39.978 INFO:teuthology.orchestra.run.smithi164.stdout:(11/36): python3-toml-0.10.2-6.el9.noarch.rpm 770 kB/s | 39 kB 00:00 2024-03-09T15:53:40.003 INFO:teuthology.orchestra.run.smithi164.stdout:(12/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 3.1 MB/s | 241 kB 00:00 2024-03-09T15:53:40.070 INFO:teuthology.orchestra.run.smithi164.stdout:(13/36): python3-cryptography-36.0.1-4.el9.x86_ 9.1 MB/s | 1.1 MB 00:00 2024-03-09T15:53:40.096 INFO:teuthology.orchestra.run.smithi164.stdout:(14/36): python3-ply-3.11-14.el9.noarch.rpm 879 kB/s | 103 kB 00:00 2024-03-09T15:53:40.121 INFO:teuthology.orchestra.run.smithi164.stdout:(15/36): python3-pycparser-2.20-6.el9.noarch.rp 1.0 MB/s | 124 kB 00:00 2024-03-09T15:53:40.146 INFO:teuthology.orchestra.run.smithi164.stdout:(16/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.4 MB/s | 187 kB 00:00 2024-03-09T15:53:40.305 INFO:teuthology.orchestra.run.smithi164.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 122 kB/s | 22 kB 00:00 2024-03-09T15:53:40.363 INFO:teuthology.orchestra.run.smithi164.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 696 kB/s | 151 kB 00:00 2024-03-09T15:53:40.369 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-radosgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 32/34 2024-03-09T15:53:40.393 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 32/34 2024-03-09T15:53:40.393 INFO:teuthology.orchestra.run.smithi052.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T15:53:40.393 INFO:teuthology.orchestra.run.smithi052.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-03-09T15:53:40.394 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-09T15:53:40.394 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-09T15:53:40.394 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:53:40.395 INFO:teuthology.orchestra.run.smithi052.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-09T15:53:40.447 INFO:teuthology.orchestra.run.smithi164.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 307 kB/s | 43 kB 00:00 2024-03-09T15:53:40.472 INFO:teuthology.orchestra.run.smithi164.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.5 MB/s | 172 kB 00:00 2024-03-09T15:53:40.480 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-09T15:53:40.480 INFO:teuthology.orchestra.run.smithi052.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-09T15:53:40.556 INFO:teuthology.orchestra.run.smithi164.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 128 kB/s | 11 kB 00:00 2024-03-09T15:53:40.581 INFO:teuthology.orchestra.run.smithi164.stdout:(22/36): python3-requests-2.25.1-8.el9.noarch.r 272 kB/s | 125 kB 00:00 2024-03-09T15:53:40.615 INFO:teuthology.orchestra.run.smithi164.stdout:(23/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.1 MB/s | 358 kB 00:00 2024-03-09T15:53:40.640 INFO:teuthology.orchestra.run.smithi164.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 210 kB/s | 18 kB 00:00 2024-03-09T15:53:40.674 INFO:teuthology.orchestra.run.smithi164.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 332 kB/s | 19 kB 00:00 2024-03-09T15:53:40.699 INFO:teuthology.orchestra.run.smithi164.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 335 kB/s | 20 kB 00:00 2024-03-09T15:53:40.724 INFO:teuthology.orchestra.run.smithi164.stdout:(27/36): python3-jaraco-collections-3.0.0-8.el9 162 kB/s | 23 kB 00:00 2024-03-09T15:53:40.750 INFO:teuthology.orchestra.run.smithi164.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 613 kB/s | 46 kB 00:00 2024-03-09T15:53:40.775 INFO:teuthology.orchestra.run.smithi164.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-03-09T15:53:40.800 INFO:teuthology.orchestra.run.smithi164.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 328 kB/s | 16 kB 00:00 2024-03-09T15:53:40.851 INFO:teuthology.orchestra.run.smithi164.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-03-09T15:53:40.867 INFO:teuthology.orchestra.run.smithi164.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 533 kB/s | 36 kB 00:00 2024-03-09T15:53:40.909 INFO:teuthology.orchestra.run.smithi164.stdout:(33/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.4 MB/s | 272 kB 00:00 2024-03-09T15:53:40.951 INFO:teuthology.orchestra.run.smithi164.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.2 MB/s | 230 kB 00:00 2024-03-09T15:53:40.976 INFO:teuthology.orchestra.run.smithi164.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.8 MB/s | 427 kB 00:00 2024-03-09T15:53:40.993 INFO:teuthology.orchestra.run.smithi164.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 239 kB/s | 20 kB 00:00 2024-03-09T15:53:40.998 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:53:40.998 INFO:teuthology.orchestra.run.smithi164.stdout:Total 9.5 MB/s | 30 MB 00:03 2024-03-09T15:53:41.023 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-09T15:53:41.066 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-09T15:53:41.066 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-09T15:53:41.350 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: libcephsqlite-2:19.0.0-1920.g6b01fe95.el9.x86_64 5/6 2024-03-09T15:53:41.434 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-test-2:19.0.0-1920.g6b01fe95.el9.x86_64 6/6 2024-03-09T15:53:41.477 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-09T15:53:41.478 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-09T15:53:41.566 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-09T15:53:41.566 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-base-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/34 2024-03-09T15:53:41.566 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 2/34 2024-03-09T15:53:41.566 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-radosgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 3/34 2024-03-09T15:53:41.566 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-selinux-2:19.0.0-1920.g6b01fe95.el9.x86_64 4/34 2024-03-09T15:53:41.566 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : libcephfs2-2:19.0.0-1920.g6b01fe95.el9.x86_64 5/34 2024-03-09T15:53:41.567 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : libradosstriper1-2:19.0.0-1920.g6b01fe95.el9.x86_6 6/34 2024-03-09T15:53:41.567 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : librgw2-2:19.0.0-1920.g6b01fe95.el9.x86_64 7/34 2024-03-09T15:53:41.567 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-ceph-argparse-2:19.0.0-1920.g6b01fe95.el9. 8/34 2024-03-09T15:53:41.567 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-ceph-common-2:19.0.0-1920.g6b01fe95.el9.x8 9/34 2024-03-09T15:53:41.567 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-cephfs-2:19.0.0-1920.g6b01fe95.el9.x86_64 10/34 2024-03-09T15:53:41.567 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-rados-2:19.0.0-1920.g6b01fe95.el9.x86_64 11/34 2024-03-09T15:53:41.567 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-rbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 12/34 2024-03-09T15:53:41.567 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-rgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 13/34 2024-03-09T15:53:41.567 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-03-09T15:53:41.567 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-03-09T15:53:41.567 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-03-09T15:53:41.567 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-03-09T15:53:41.567 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-03-09T15:53:41.567 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-03-09T15:53:41.568 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-03-09T15:53:41.568 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-03-09T15:53:41.568 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-03-09T15:53:41.568 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-03-09T15:53:41.568 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-03-09T15:53:41.568 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-03-09T15:53:41.568 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-03-09T15:53:41.568 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-03-09T15:53:41.568 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-03-09T15:53:41.568 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-03-09T15:53:41.569 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-03-09T15:53:41.569 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : librados2-2:19.0.0-1920.g6b01fe95.el9.x86_64 31/34 2024-03-09T15:53:41.569 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-03-09T15:53:41.569 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : librbd1-2:19.0.0-1920.g6b01fe95.el9.x86_64 33/34 2024-03-09T15:53:42.431 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-03-09T15:53:42.431 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:53:42.431 INFO:teuthology.orchestra.run.smithi052.stdout:Upgraded: 2024-03-09T15:53:42.431 INFO:teuthology.orchestra.run.smithi052.stdout: librados2-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:42.431 INFO:teuthology.orchestra.run.smithi052.stdout: librbd1-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:42.431 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-03-09T15:53:42.431 INFO:teuthology.orchestra.run.smithi052.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-03-09T15:53:42.431 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-base-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:42.431 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:42.432 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-radosgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:42.432 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-selinux-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:42.432 INFO:teuthology.orchestra.run.smithi052.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-03-09T15:53:42.432 INFO:teuthology.orchestra.run.smithi052.stdout: libarrow-9.0.0-10.el9.x86_64 2024-03-09T15:53:42.432 INFO:teuthology.orchestra.run.smithi052.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-03-09T15:53:42.432 INFO:teuthology.orchestra.run.smithi052.stdout: libcephfs2-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:42.432 INFO:teuthology.orchestra.run.smithi052.stdout: liboath-2.6.7-2.el9.x86_64 2024-03-09T15:53:42.432 INFO:teuthology.orchestra.run.smithi052.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-03-09T15:53:42.432 INFO:teuthology.orchestra.run.smithi052.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-03-09T15:53:42.432 INFO:teuthology.orchestra.run.smithi052.stdout: libradosstriper1-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:42.432 INFO:teuthology.orchestra.run.smithi052.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-03-09T15:53:42.432 INFO:teuthology.orchestra.run.smithi052.stdout: librgw2-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:42.432 INFO:teuthology.orchestra.run.smithi052.stdout: libunwind-1.6.2-1.el9.x86_64 2024-03-09T15:53:42.432 INFO:teuthology.orchestra.run.smithi052.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-03-09T15:53:42.433 INFO:teuthology.orchestra.run.smithi052.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-03-09T15:53:42.433 INFO:teuthology.orchestra.run.smithi052.stdout: python3-ceph-argparse-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:42.433 INFO:teuthology.orchestra.run.smithi052.stdout: python3-ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:42.433 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cephfs-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:42.433 INFO:teuthology.orchestra.run.smithi052.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-03-09T15:53:42.433 INFO:teuthology.orchestra.run.smithi052.stdout: python3-rados-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:42.433 INFO:teuthology.orchestra.run.smithi052.stdout: python3-rbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:42.433 INFO:teuthology.orchestra.run.smithi052.stdout: python3-rgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:42.433 INFO:teuthology.orchestra.run.smithi052.stdout: qatlib-23.11.0-1.el9.x86_64 2024-03-09T15:53:42.433 INFO:teuthology.orchestra.run.smithi052.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-03-09T15:53:42.433 INFO:teuthology.orchestra.run.smithi052.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-03-09T15:53:42.433 INFO:teuthology.orchestra.run.smithi052.stdout: re2-1:20211101-3.el9.x86_64 2024-03-09T15:53:42.433 INFO:teuthology.orchestra.run.smithi052.stdout: thrift-0.15.0-2.el9.x86_64 2024-03-09T15:53:42.434 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:53:42.434 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-09T15:53:42.795 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph-test 2024-03-09T15:53:42.799 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-09T15:53:42.846 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-03-09T15:53:42.878 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-03-09T15:53:42.907 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-03-09T15:53:42.978 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-03-09T15:53:43.047 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-03-09T15:53:43.080 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-03-09T15:53:43.163 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-03-09T15:53:43.234 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-03-09T15:53:43.274 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-03-09T15:53:43.347 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-03-09T15:53:43.359 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:00:29 ago on Sat 09 Mar 2024 03:53:14 PM UTC. 2024-03-09T15:53:43.400 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-03-09T15:53:43.438 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-03-09T15:53:43.496 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-03-09T15:53:43.514 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-09T15:53:43.515 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:53:43.515 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repository Size 2024-03-09T15:53:43.515 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:53:43.515 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-03-09T15:53:43.515 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-test x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 47 M 2024-03-09T15:53:43.515 INFO:teuthology.orchestra.run.smithi052.stdout:Installing dependencies: 2024-03-09T15:53:43.515 INFO:teuthology.orchestra.run.smithi052.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-03-09T15:53:43.515 INFO:teuthology.orchestra.run.smithi052.stdout: libcephsqlite x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 163 k 2024-03-09T15:53:43.515 INFO:teuthology.orchestra.run.smithi052.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-03-09T15:53:43.515 INFO:teuthology.orchestra.run.smithi052.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-03-09T15:53:43.515 INFO:teuthology.orchestra.run.smithi052.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-03-09T15:53:43.516 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:53:43.516 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-03-09T15:53:43.516 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:53:43.516 INFO:teuthology.orchestra.run.smithi052.stdout:Install 6 Packages 2024-03-09T15:53:43.516 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:53:43.516 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 48 M 2024-03-09T15:53:43.517 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 205 M 2024-03-09T15:53:43.517 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-03-09T15:53:43.559 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-03-09T15:53:43.745 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-03-09T15:53:43.793 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-03-09T15:53:43.819 INFO:teuthology.orchestra.run.smithi052.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.2 MB/s | 217 kB 00:00 2024-03-09T15:53:43.834 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-03-09T15:53:43.861 INFO:teuthology.orchestra.run.smithi052.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 7.0 MB/s | 300 kB 00:00 2024-03-09T15:53:43.866 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-03-09T15:53:43.895 INFO:teuthology.orchestra.run.smithi052.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-03-09T15:53:43.896 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-03-09T15:53:43.964 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-03-09T15:53:43.998 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-09T15:53:44.020 INFO:teuthology.orchestra.run.smithi052.stdout:(4/6): libcephsqlite-19.0.0-1920.g6b01fe95.el9. 431 kB/s | 163 kB 00:00 2024-03-09T15:53:44.025 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-test-2:19.0.0-1920.g6b01fe95.el9.x86_64 6/6 2024-03-09T15:53:44.026 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-test-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/6 2024-03-09T15:53:44.026 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : libcephsqlite-2:19.0.0-1920.g6b01fe95.el9.x86_64 2/6 2024-03-09T15:53:44.026 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-09T15:53:44.026 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-03-09T15:53:44.026 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-03-09T15:53:44.031 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-03-09T15:53:44.072 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-03-09T15:53:44.107 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-03-09T15:53:44.141 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-03-09T15:53:44.231 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-03-09T15:53:44.272 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-03-09T15:53:44.345 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-03-09T15:53:44.465 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-03-09T15:53:44.465 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:53:44.465 INFO:teuthology.orchestra.run.smithi151.stdout:Installed: 2024-03-09T15:53:44.465 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-test-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:44.465 INFO:teuthology.orchestra.run.smithi151.stdout: jq-1.6-16.el9.x86_64 2024-03-09T15:53:44.465 INFO:teuthology.orchestra.run.smithi151.stdout: libcephsqlite-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:44.465 INFO:teuthology.orchestra.run.smithi151.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-03-09T15:53:44.466 INFO:teuthology.orchestra.run.smithi151.stdout: socat-1.7.4.1-5.el9.x86_64 2024-03-09T15:53:44.466 INFO:teuthology.orchestra.run.smithi151.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-03-09T15:53:44.466 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:53:44.466 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2024-03-09T15:53:44.482 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-03-09T15:53:44.615 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-09T15:53:44.720 INFO:teuthology.orchestra.run.smithi052.stdout:(5/6): jq-1.6-16.el9.x86_64.rpm 227 kB/s | 187 kB 00:00 2024-03-09T15:53:44.736 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install ceph 2024-03-09T15:53:44.797 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-1920.g6b01fe95.el9. 31/36 2024-03-09T15:53:44.827 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-mgr-2:19.0.0-1920.g6b01fe95.el9.x86_64 32/36 2024-03-09T15:53:44.853 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-mgr-2:19.0.0-1920.g6b01fe95.el9.x86_64 32/36 2024-03-09T15:53:44.853 INFO:teuthology.orchestra.run.smithi164.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T15:53:44.853 INFO:teuthology.orchestra.run.smithi164.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-03-09T15:53:44.853 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-09T15:53:44.853 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-09T15:53:44.853 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:53:45.313 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:00:41 ago on Sat 09 Mar 2024 03:53:04 PM UTC. 2024-03-09T15:53:45.475 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2024-03-09T15:53:45.477 INFO:teuthology.orchestra.run.smithi151.stdout:========================================================================================= 2024-03-09T15:53:45.477 INFO:teuthology.orchestra.run.smithi151.stdout: Package Arch Version Repository Size 2024-03-09T15:53:45.477 INFO:teuthology.orchestra.run.smithi151.stdout:========================================================================================= 2024-03-09T15:53:45.478 INFO:teuthology.orchestra.run.smithi151.stdout:Installing: 2024-03-09T15:53:45.478 INFO:teuthology.orchestra.run.smithi151.stdout: ceph x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 6.6 k 2024-03-09T15:53:45.478 INFO:teuthology.orchestra.run.smithi151.stdout:Installing dependencies: 2024-03-09T15:53:45.478 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-mds x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 2.1 M 2024-03-09T15:53:45.478 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-mgr x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 1.5 M 2024-03-09T15:53:45.478 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-mgr-modules-core noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 248 k 2024-03-09T15:53:45.478 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-mon x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 4.7 M 2024-03-09T15:53:45.478 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-osd x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 17 M 2024-03-09T15:53:45.478 INFO:teuthology.orchestra.run.smithi151.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-03-09T15:53:45.478 INFO:teuthology.orchestra.run.smithi151.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-03-09T15:53:45.478 INFO:teuthology.orchestra.run.smithi151.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-03-09T15:53:45.478 INFO:teuthology.orchestra.run.smithi151.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-03-09T15:53:45.478 INFO:teuthology.orchestra.run.smithi151.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-03-09T15:53:45.479 INFO:teuthology.orchestra.run.smithi151.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-03-09T15:53:45.479 INFO:teuthology.orchestra.run.smithi151.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-03-09T15:53:45.479 INFO:teuthology.orchestra.run.smithi151.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-03-09T15:53:45.479 INFO:teuthology.orchestra.run.smithi151.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-03-09T15:53:45.479 INFO:teuthology.orchestra.run.smithi151.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-03-09T15:53:45.479 INFO:teuthology.orchestra.run.smithi151.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-03-09T15:53:45.479 INFO:teuthology.orchestra.run.smithi151.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-03-09T15:53:45.479 INFO:teuthology.orchestra.run.smithi151.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-03-09T15:53:45.479 INFO:teuthology.orchestra.run.smithi151.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-03-09T15:53:45.479 INFO:teuthology.orchestra.run.smithi151.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-03-09T15:53:45.479 INFO:teuthology.orchestra.run.smithi151.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-03-09T15:53:45.479 INFO:teuthology.orchestra.run.smithi151.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-03-09T15:53:45.479 INFO:teuthology.orchestra.run.smithi151.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-03-09T15:53:45.479 INFO:teuthology.orchestra.run.smithi151.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-03-09T15:53:45.480 INFO:teuthology.orchestra.run.smithi151.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-03-09T15:53:45.480 INFO:teuthology.orchestra.run.smithi151.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-03-09T15:53:45.480 INFO:teuthology.orchestra.run.smithi151.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-03-09T15:53:45.480 INFO:teuthology.orchestra.run.smithi151.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-03-09T15:53:45.480 INFO:teuthology.orchestra.run.smithi151.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-03-09T15:53:45.480 INFO:teuthology.orchestra.run.smithi151.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-03-09T15:53:45.480 INFO:teuthology.orchestra.run.smithi151.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-03-09T15:53:45.480 INFO:teuthology.orchestra.run.smithi151.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-03-09T15:53:45.480 INFO:teuthology.orchestra.run.smithi151.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-03-09T15:53:45.480 INFO:teuthology.orchestra.run.smithi151.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-03-09T15:53:45.480 INFO:teuthology.orchestra.run.smithi151.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-03-09T15:53:45.480 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:53:45.480 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2024-03-09T15:53:45.480 INFO:teuthology.orchestra.run.smithi151.stdout:========================================================================================= 2024-03-09T15:53:45.481 INFO:teuthology.orchestra.run.smithi151.stdout:Install 36 Packages 2024-03-09T15:53:45.481 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:53:45.481 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 30 M 2024-03-09T15:53:45.481 INFO:teuthology.orchestra.run.smithi151.stdout:Installed size: 107 M 2024-03-09T15:53:45.481 INFO:teuthology.orchestra.run.smithi151.stdout:Downloading Packages: 2024-03-09T15:53:45.970 INFO:teuthology.orchestra.run.smithi052.stdout:(6/6): ceph-test-19.0.0-1920.g6b01fe95.el9.x86_ 20 MB/s | 47 MB 00:02 2024-03-09T15:53:45.973 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:53:45.974 INFO:teuthology.orchestra.run.smithi052.stdout:Total 20 MB/s | 48 MB 00:02 2024-03-09T15:53:45.987 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-03-09T15:53:46.011 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-03-09T15:53:46.011 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-03-09T15:53:46.278 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-osd-2:19.0.0-1920.g6b01fe95.el9.x86_64 33/36 2024-03-09T15:53:46.304 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-osd-2:19.0.0-1920.g6b01fe95.el9.x86_64 33/36 2024-03-09T15:53:46.304 INFO:teuthology.orchestra.run.smithi164.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T15:53:46.304 INFO:teuthology.orchestra.run.smithi164.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-03-09T15:53:46.304 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-09T15:53:46.304 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-09T15:53:46.304 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:53:46.338 INFO:teuthology.orchestra.run.smithi151.stdout:(1/36): ceph-19.0.0-1920.g6b01fe95.el9.x86_64.r 34 kB/s | 6.6 kB 00:00 2024-03-09T15:53:46.424 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-03-09T15:53:46.425 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-03-09T15:53:46.538 INFO:teuthology.orchestra.run.smithi151.stdout:(2/36): ceph-mds-19.0.0-1920.g6b01fe95.el9.x86_ 5.4 MB/s | 2.1 MB 00:00 2024-03-09T15:53:46.745 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-mon-2:19.0.0-1920.g6b01fe95.el9.x86_64 34/36 2024-03-09T15:53:46.768 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-mon-2:19.0.0-1920.g6b01fe95.el9.x86_64 34/36 2024-03-09T15:53:46.768 INFO:teuthology.orchestra.run.smithi164.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T15:53:46.768 INFO:teuthology.orchestra.run.smithi164.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-03-09T15:53:46.768 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-09T15:53:46.768 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-09T15:53:46.768 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:53:46.947 INFO:teuthology.orchestra.run.smithi151.stdout:(3/36): ceph-mgr-19.0.0-1920.g6b01fe95.el9.x86_ 1.9 MB/s | 1.5 MB 00:00 2024-03-09T15:53:46.971 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-mds-2:19.0.0-1920.g6b01fe95.el9.x86_64 35/36 2024-03-09T15:53:46.994 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-mds-2:19.0.0-1920.g6b01fe95.el9.x86_64 35/36 2024-03-09T15:53:46.995 INFO:teuthology.orchestra.run.smithi164.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T15:53:46.995 INFO:teuthology.orchestra.run.smithi164.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-03-09T15:53:46.995 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-09T15:53:46.995 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-09T15:53:46.995 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:53:47.040 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-03-09T15:53:47.060 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-2:19.0.0-1920.g6b01fe95.el9.x86_64 36/36 2024-03-09T15:53:47.064 INFO:teuthology.orchestra.run.smithi151.stdout:(4/36): ceph-mgr-modules-core-19.0.0-1920.g6b01 2.1 MB/s | 248 kB 00:00 2024-03-09T15:53:47.128 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-03-09T15:53:47.163 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-03-09T15:53:47.172 INFO:teuthology.orchestra.run.smithi151.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.7 MB/s | 187 kB 00:00 2024-03-09T15:53:47.196 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-09T15:53:47.238 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-03-09T15:53:47.239 INFO:teuthology.orchestra.run.smithi151.stdout:(6/36): ceph-mon-19.0.0-1920.g6b01fe95.el9.x86_ 5.2 MB/s | 4.7 MB 00:00 2024-03-09T15:53:47.265 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : libcephsqlite-2:19.0.0-1920.g6b01fe95.el9.x86_64 5/6 2024-03-09T15:53:47.273 INFO:teuthology.orchestra.run.smithi151.stdout:(7/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.4 MB/s | 144 kB 00:00 2024-03-09T15:53:47.298 INFO:teuthology.orchestra.run.smithi151.stdout:(8/36): python3-markupsafe-1.1.1-12.el9.x86_64. 540 kB/s | 32 kB 00:00 2024-03-09T15:53:47.324 INFO:teuthology.orchestra.run.smithi151.stdout:(9/36): python3-pytz-2021.1-5.el9.noarch.rpm 939 kB/s | 47 kB 00:00 2024-03-09T15:53:47.349 INFO:teuthology.orchestra.run.smithi151.stdout:(10/36): python3-toml-0.10.2-6.el9.noarch.rpm 766 kB/s | 39 kB 00:00 2024-03-09T15:53:47.374 INFO:teuthology.orchestra.run.smithi151.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 4.7 MB/s | 241 kB 00:00 2024-03-09T15:53:47.425 INFO:teuthology.orchestra.run.smithi151.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 15 MB/s | 1.1 MB 00:00 2024-03-09T15:53:47.450 INFO:teuthology.orchestra.run.smithi151.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 1.3 MB/s | 103 kB 00:00 2024-03-09T15:53:47.475 INFO:teuthology.orchestra.run.smithi151.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.4 MB/s | 124 kB 00:00 2024-03-09T15:53:47.501 INFO:teuthology.orchestra.run.smithi151.stdout:(15/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.6 MB/s | 187 kB 00:00 2024-03-09T15:53:47.660 INFO:teuthology.orchestra.run.smithi151.stdout:(16/36): ceph-osd-19.0.0-1920.g6b01fe95.el9.x86 15 MB/s | 17 MB 00:01 2024-03-09T15:53:47.710 INFO:teuthology.orchestra.run.smithi151.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 107 kB/s | 22 kB 00:00 2024-03-09T15:53:47.811 INFO:teuthology.orchestra.run.smithi151.stdout:(18/36): python3-requests-2.25.1-8.el9.noarch.r 373 kB/s | 125 kB 00:00 2024-03-09T15:53:47.861 INFO:teuthology.orchestra.run.smithi151.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 289 kB/s | 43 kB 00:00 2024-03-09T15:53:47.895 INFO:teuthology.orchestra.run.smithi151.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 645 kB/s | 151 kB 00:00 2024-03-09T15:53:47.953 INFO:teuthology.orchestra.run.smithi151.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 183 kB/s | 11 kB 00:00 2024-03-09T15:53:48.012 INFO:teuthology.orchestra.run.smithi151.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 303 kB/s | 18 kB 00:00 2024-03-09T15:53:48.037 INFO:teuthology.orchestra.run.smithi151.stdout:(23/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.0 MB/s | 358 kB 00:00 2024-03-09T15:53:48.079 INFO:teuthology.orchestra.run.smithi151.stdout:(24/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 640 kB/s | 172 kB 00:00 2024-03-09T15:53:48.105 INFO:teuthology.orchestra.run.smithi151.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 250 kB/s | 23 kB 00:00 2024-03-09T15:53:48.130 INFO:teuthology.orchestra.run.smithi151.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 210 kB/s | 19 kB 00:00 2024-03-09T15:53:48.155 INFO:teuthology.orchestra.run.smithi151.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 260 kB/s | 20 kB 00:00 2024-03-09T15:53:48.189 INFO:teuthology.orchestra.run.smithi151.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.3 MB/s | 79 kB 00:00 2024-03-09T15:53:48.214 INFO:teuthology.orchestra.run.smithi151.stdout:(29/36): python3-logutils-0.3.5-21.el9.noarch.r 552 kB/s | 46 kB 00:00 2024-03-09T15:53:48.248 INFO:teuthology.orchestra.run.smithi151.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 281 kB/s | 16 kB 00:00 2024-03-09T15:53:48.273 INFO:teuthology.orchestra.run.smithi151.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.3 MB/s | 272 kB 00:00 2024-03-09T15:53:48.299 INFO:teuthology.orchestra.run.smithi151.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.0 MB/s | 90 kB 00:00 2024-03-09T15:53:48.324 INFO:teuthology.orchestra.run.smithi151.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 473 kB/s | 36 kB 00:00 2024-03-09T15:53:48.349 INFO:teuthology.orchestra.run.smithi151.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-03-09T15:53:48.383 INFO:teuthology.orchestra.run.smithi151.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 341 kB/s | 20 kB 00:00 2024-03-09T15:53:48.442 INFO:teuthology.orchestra.run.smithi151.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.9 MB/s | 427 kB 00:00 2024-03-09T15:53:48.444 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:53:48.444 INFO:teuthology.orchestra.run.smithi151.stdout:Total 10 MB/s | 30 MB 00:02 2024-03-09T15:53:48.469 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction check 2024-03-09T15:53:48.512 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction check succeeded. 2024-03-09T15:53:48.512 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction test 2024-03-09T15:53:48.758 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-2:19.0.0-1920.g6b01fe95.el9.x86_64 36/36 2024-03-09T15:53:48.758 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/36 2024-03-09T15:53:48.758 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-mds-2:19.0.0-1920.g6b01fe95.el9.x86_64 2/36 2024-03-09T15:53:48.758 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-mgr-2:19.0.0-1920.g6b01fe95.el9.x86_64 3/36 2024-03-09T15:53:48.758 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-mon-2:19.0.0-1920.g6b01fe95.el9.x86_64 4/36 2024-03-09T15:53:48.758 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-osd-2:19.0.0-1920.g6b01fe95.el9.x86_64 5/36 2024-03-09T15:53:48.759 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-1920.g6b01fe95.el9. 6/36 2024-03-09T15:53:48.759 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-03-09T15:53:48.759 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-03-09T15:53:48.759 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-03-09T15:53:48.759 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-03-09T15:53:48.759 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-03-09T15:53:48.759 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-03-09T15:53:48.759 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-03-09T15:53:48.759 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-03-09T15:53:48.759 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-03-09T15:53:48.759 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-03-09T15:53:48.759 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-03-09T15:53:48.759 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-03-09T15:53:48.760 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-03-09T15:53:48.760 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-03-09T15:53:48.760 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-09T15:53:48.760 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-03-09T15:53:48.760 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-03-09T15:53:48.760 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-03-09T15:53:48.760 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-03-09T15:53:48.760 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-03-09T15:53:48.760 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-03-09T15:53:48.760 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-03-09T15:53:48.760 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-03-09T15:53:48.761 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-09T15:53:48.761 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-03-09T15:53:48.761 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-03-09T15:53:48.761 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-03-09T15:53:48.761 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-03-09T15:53:48.762 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-03-09T15:53:48.925 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction test succeeded. 2024-03-09T15:53:48.925 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction 2024-03-09T15:53:49.762 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-03-09T15:53:49.763 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:53:49.763 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-09T15:53:49.763 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:49.763 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mds-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:49.763 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:49.763 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-modules-core-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T15:53:49.763 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mon-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:49.763 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-osd-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:49.763 INFO:teuthology.orchestra.run.smithi164.stdout: lua-5.4.4-4.el9.x86_64 2024-03-09T15:53:49.763 INFO:teuthology.orchestra.run.smithi164.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-03-09T15:53:49.763 INFO:teuthology.orchestra.run.smithi164.stdout: luarocks-3.9.2-1.el9.noarch 2024-03-09T15:53:49.763 INFO:teuthology.orchestra.run.smithi164.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-03-09T15:53:49.764 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-03-09T15:53:49.764 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-03-09T15:53:49.764 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-03-09T15:53:49.764 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-03-09T15:53:49.764 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-03-09T15:53:49.764 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-03-09T15:53:49.764 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-03-09T15:53:49.764 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-03-09T15:53:49.764 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-03-09T15:53:49.764 INFO:teuthology.orchestra.run.smithi164.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-03-09T15:53:49.764 INFO:teuthology.orchestra.run.smithi164.stdout: python3-mako-1.1.4-6.el9.noarch 2024-03-09T15:53:49.764 INFO:teuthology.orchestra.run.smithi164.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-03-09T15:53:49.764 INFO:teuthology.orchestra.run.smithi164.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-03-09T15:53:49.765 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-03-09T15:53:49.765 INFO:teuthology.orchestra.run.smithi164.stdout: python3-ply-3.11-14.el9.noarch 2024-03-09T15:53:49.765 INFO:teuthology.orchestra.run.smithi164.stdout: python3-portend-3.1.0-2.el9.noarch 2024-03-09T15:53:49.765 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-03-09T15:53:49.765 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pycparser-2.20-6.el9.noarch 2024-03-09T15:53:49.765 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pytz-2021.1-5.el9.noarch 2024-03-09T15:53:49.765 INFO:teuthology.orchestra.run.smithi164.stdout: python3-requests-2.25.1-8.el9.noarch 2024-03-09T15:53:49.765 INFO:teuthology.orchestra.run.smithi164.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-03-09T15:53:49.765 INFO:teuthology.orchestra.run.smithi164.stdout: python3-toml-0.10.2-6.el9.noarch 2024-03-09T15:53:49.765 INFO:teuthology.orchestra.run.smithi164.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-03-09T15:53:49.765 INFO:teuthology.orchestra.run.smithi164.stdout: python3-webob-1.8.7-6.el9.noarch 2024-03-09T15:53:49.765 INFO:teuthology.orchestra.run.smithi164.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-03-09T15:53:49.765 INFO:teuthology.orchestra.run.smithi164.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-03-09T15:53:49.765 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:53:49.766 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T15:53:50.124 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-base 2024-03-09T15:53:50.251 INFO:teuthology.orchestra.run.smithi151.stdout: Preparing : 1/1 2024-03-09T15:53:50.319 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-03-09T15:53:50.352 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-03-09T15:53:50.389 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-03-09T15:53:50.460 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-03-09T15:53:50.509 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-03-09T15:53:50.546 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-03-09T15:53:50.638 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-03-09T15:53:50.690 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:00:53 ago on Sat 09 Mar 2024 03:52:57 PM UTC. 2024-03-09T15:53:50.725 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-03-09T15:53:50.767 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-03-09T15:53:50.788 INFO:teuthology.orchestra.run.smithi164.stdout:Package ceph-base-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T15:53:50.839 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-03-09T15:53:50.840 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T15:53:50.841 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-03-09T15:53:50.841 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T15:53:50.893 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-03-09T15:53:50.928 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install cephadm 2024-03-09T15:53:50.931 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-03-09T15:53:50.981 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-03-09T15:53:51.061 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-03-09T15:53:51.262 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-03-09T15:53:51.320 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-03-09T15:53:51.372 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-03-09T15:53:51.410 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-03-09T15:53:51.440 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-03-09T15:53:51.493 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:00:54 ago on Sat 09 Mar 2024 03:52:57 PM UTC. 2024-03-09T15:53:51.517 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-03-09T15:53:51.551 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-09T15:53:51.584 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-03-09T15:53:51.625 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-03-09T15:53:51.643 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T15:53:51.644 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:53:51.644 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-03-09T15:53:51.644 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:53:51.644 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-09T15:53:51.644 INFO:teuthology.orchestra.run.smithi164.stdout: cephadm noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 748 k 2024-03-09T15:53:51.644 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:53:51.644 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-09T15:53:51.644 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:53:51.644 INFO:teuthology.orchestra.run.smithi164.stdout:Install 1 Package 2024-03-09T15:53:51.644 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:53:51.645 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 748 k 2024-03-09T15:53:51.645 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 755 k 2024-03-09T15:53:51.645 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-09T15:53:51.659 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-03-09T15:53:51.694 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-03-09T15:53:51.785 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-03-09T15:53:51.835 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-03-09T15:53:51.906 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-03-09T15:53:52.010 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: libcephsqlite-2:19.0.0-1920.g6b01fe95.el9.x86_64 5/6 2024-03-09T15:53:52.045 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-03-09T15:53:52.085 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-test-2:19.0.0-1920.g6b01fe95.el9.x86_64 6/6 2024-03-09T15:53:52.170 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-09T15:53:52.345 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-1920.g6b01fe95.el9. 31/36 2024-03-09T15:53:52.374 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-mgr-2:19.0.0-1920.g6b01fe95.el9.x86_64 32/36 2024-03-09T15:53:52.398 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-mgr-2:19.0.0-1920.g6b01fe95.el9.x86_64 32/36 2024-03-09T15:53:52.399 INFO:teuthology.orchestra.run.smithi151.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T15:53:52.399 INFO:teuthology.orchestra.run.smithi151.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-03-09T15:53:52.399 INFO:teuthology.orchestra.run.smithi151.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-09T15:53:52.399 INFO:teuthology.orchestra.run.smithi151.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-09T15:53:52.399 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:53:52.637 INFO:teuthology.orchestra.run.smithi164.stdout:cephadm-19.0.0-1920.g6b01fe95.el9.noarch.rpm 754 kB/s | 748 kB 00:00 2024-03-09T15:53:52.638 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:53:52.638 INFO:teuthology.orchestra.run.smithi164.stdout:Total 753 kB/s | 748 kB 00:00 2024-03-09T15:53:52.638 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-09T15:53:52.644 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-09T15:53:52.644 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-09T15:53:52.650 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-09T15:53:52.650 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-09T15:53:52.728 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-09T15:53:53.196 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 1/1 2024-03-09T15:53:53.285 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 1/1 2024-03-09T15:53:53.672 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 1/1 2024-03-09T15:53:53.901 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-osd-2:19.0.0-1920.g6b01fe95.el9.x86_64 33/36 2024-03-09T15:53:53.929 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-osd-2:19.0.0-1920.g6b01fe95.el9.x86_64 33/36 2024-03-09T15:53:53.929 INFO:teuthology.orchestra.run.smithi151.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T15:53:53.929 INFO:teuthology.orchestra.run.smithi151.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-03-09T15:53:53.930 INFO:teuthology.orchestra.run.smithi151.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-09T15:53:53.930 INFO:teuthology.orchestra.run.smithi151.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-09T15:53:53.930 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:53:53.963 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 1/1 2024-03-09T15:53:53.963 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:53:53.963 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-09T15:53:53.963 INFO:teuthology.orchestra.run.smithi164.stdout: cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T15:53:53.963 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:53:53.963 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T15:53:54.220 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-immutable-object-cache 2024-03-09T15:53:54.369 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-mon-2:19.0.0-1920.g6b01fe95.el9.x86_64 34/36 2024-03-09T15:53:54.393 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-mon-2:19.0.0-1920.g6b01fe95.el9.x86_64 34/36 2024-03-09T15:53:54.393 INFO:teuthology.orchestra.run.smithi151.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T15:53:54.393 INFO:teuthology.orchestra.run.smithi151.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-03-09T15:53:54.393 INFO:teuthology.orchestra.run.smithi151.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-09T15:53:54.393 INFO:teuthology.orchestra.run.smithi151.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-09T15:53:54.393 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:53:54.591 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-test-2:19.0.0-1920.g6b01fe95.el9.x86_64 6/6 2024-03-09T15:53:54.591 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-test-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/6 2024-03-09T15:53:54.591 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : libcephsqlite-2:19.0.0-1920.g6b01fe95.el9.x86_64 2/6 2024-03-09T15:53:54.591 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-09T15:53:54.591 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-03-09T15:53:54.591 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-03-09T15:53:54.595 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-mds-2:19.0.0-1920.g6b01fe95.el9.x86_64 35/36 2024-03-09T15:53:54.618 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-mds-2:19.0.0-1920.g6b01fe95.el9.x86_64 35/36 2024-03-09T15:53:54.618 INFO:teuthology.orchestra.run.smithi151.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T15:53:54.619 INFO:teuthology.orchestra.run.smithi151.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-03-09T15:53:54.619 INFO:teuthology.orchestra.run.smithi151.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-09T15:53:54.619 INFO:teuthology.orchestra.run.smithi151.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-09T15:53:54.619 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:53:54.684 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-2:19.0.0-1920.g6b01fe95.el9.x86_64 36/36 2024-03-09T15:53:54.782 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:00:57 ago on Sat 09 Mar 2024 03:52:57 PM UTC. 2024-03-09T15:53:54.936 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T15:53:54.936 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:53:54.936 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repo Size 2024-03-09T15:53:54.936 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:53:54.936 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-09T15:53:54.936 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 145 k 2024-03-09T15:53:54.936 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:53:54.936 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-09T15:53:54.936 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:53:54.936 INFO:teuthology.orchestra.run.smithi164.stdout:Install 1 Package 2024-03-09T15:53:54.936 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:53:54.937 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 145 k 2024-03-09T15:53:54.937 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 436 k 2024-03-09T15:53:54.937 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-09T15:53:54.973 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-03-09T15:53:54.973 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:53:54.973 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-03-09T15:53:54.973 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-test-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:54.973 INFO:teuthology.orchestra.run.smithi052.stdout: jq-1.6-16.el9.x86_64 2024-03-09T15:53:54.973 INFO:teuthology.orchestra.run.smithi052.stdout: libcephsqlite-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:54.973 INFO:teuthology.orchestra.run.smithi052.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-03-09T15:53:54.973 INFO:teuthology.orchestra.run.smithi052.stdout: socat-1.7.4.1-5.el9.x86_64 2024-03-09T15:53:54.973 INFO:teuthology.orchestra.run.smithi052.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-03-09T15:53:54.974 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:53:54.974 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-09T15:53:55.259 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph 2024-03-09T15:53:55.531 INFO:teuthology.orchestra.run.smithi164.stdout:ceph-immutable-object-cache-19.0.0-1920.g6b01fe 245 kB/s | 145 kB 00:00 2024-03-09T15:53:55.531 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:53:55.531 INFO:teuthology.orchestra.run.smithi164.stdout:Total 244 kB/s | 145 kB 00:00 2024-03-09T15:53:55.532 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-09T15:53:55.539 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-09T15:53:55.539 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-09T15:53:55.590 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-09T15:53:55.590 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-09T15:53:55.731 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-09T15:53:55.798 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-1920.g6b01fe95. 1/1 2024-03-09T15:53:55.822 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-1920.g6b01fe95. 1/1 2024-03-09T15:53:55.822 INFO:teuthology.orchestra.run.smithi164.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T15:53:55.822 INFO:teuthology.orchestra.run.smithi164.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-03-09T15:53:55.822 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:53:55.833 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:00:41 ago on Sat 09 Mar 2024 03:53:14 PM UTC. 2024-03-09T15:53:55.991 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-09T15:53:55.993 INFO:teuthology.orchestra.run.smithi052.stdout:========================================================================================= 2024-03-09T15:53:55.993 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repository Size 2024-03-09T15:53:55.993 INFO:teuthology.orchestra.run.smithi052.stdout:========================================================================================= 2024-03-09T15:53:55.994 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-03-09T15:53:55.994 INFO:teuthology.orchestra.run.smithi052.stdout: ceph x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 6.6 k 2024-03-09T15:53:55.994 INFO:teuthology.orchestra.run.smithi052.stdout:Installing dependencies: 2024-03-09T15:53:55.994 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mds x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 2.1 M 2024-03-09T15:53:55.994 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 1.5 M 2024-03-09T15:53:55.994 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-modules-core noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 248 k 2024-03-09T15:53:55.994 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mon x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 4.7 M 2024-03-09T15:53:55.994 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-osd x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 17 M 2024-03-09T15:53:55.994 INFO:teuthology.orchestra.run.smithi052.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-03-09T15:53:55.994 INFO:teuthology.orchestra.run.smithi052.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-03-09T15:53:55.994 INFO:teuthology.orchestra.run.smithi052.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-03-09T15:53:55.994 INFO:teuthology.orchestra.run.smithi052.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-03-09T15:53:55.995 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-03-09T15:53:55.995 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-03-09T15:53:55.995 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-03-09T15:53:55.995 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-03-09T15:53:55.995 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-03-09T15:53:55.995 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-03-09T15:53:55.995 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-03-09T15:53:55.995 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-03-09T15:53:55.995 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-03-09T15:53:55.995 INFO:teuthology.orchestra.run.smithi052.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-03-09T15:53:55.995 INFO:teuthology.orchestra.run.smithi052.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-03-09T15:53:55.995 INFO:teuthology.orchestra.run.smithi052.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-03-09T15:53:55.995 INFO:teuthology.orchestra.run.smithi052.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-03-09T15:53:55.995 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-03-09T15:53:55.996 INFO:teuthology.orchestra.run.smithi052.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-03-09T15:53:55.996 INFO:teuthology.orchestra.run.smithi052.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-03-09T15:53:55.996 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-03-09T15:53:55.996 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-03-09T15:53:55.996 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-03-09T15:53:55.996 INFO:teuthology.orchestra.run.smithi052.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-03-09T15:53:55.996 INFO:teuthology.orchestra.run.smithi052.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-03-09T15:53:55.996 INFO:teuthology.orchestra.run.smithi052.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-03-09T15:53:55.996 INFO:teuthology.orchestra.run.smithi052.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-03-09T15:53:55.996 INFO:teuthology.orchestra.run.smithi052.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-03-09T15:53:55.996 INFO:teuthology.orchestra.run.smithi052.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-03-09T15:53:55.996 INFO:teuthology.orchestra.run.smithi052.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-03-09T15:53:55.996 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:53:55.996 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-03-09T15:53:55.996 INFO:teuthology.orchestra.run.smithi052.stdout:========================================================================================= 2024-03-09T15:53:55.997 INFO:teuthology.orchestra.run.smithi052.stdout:Install 36 Packages 2024-03-09T15:53:55.997 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:53:55.997 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 30 M 2024-03-09T15:53:55.997 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 107 M 2024-03-09T15:53:55.997 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-03-09T15:53:56.676 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-2:19.0.0-1920.g6b01fe95.el9.x86_64 36/36 2024-03-09T15:53:56.676 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/36 2024-03-09T15:53:56.676 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-mds-2:19.0.0-1920.g6b01fe95.el9.x86_64 2/36 2024-03-09T15:53:56.676 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-mgr-2:19.0.0-1920.g6b01fe95.el9.x86_64 3/36 2024-03-09T15:53:56.676 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-mon-2:19.0.0-1920.g6b01fe95.el9.x86_64 4/36 2024-03-09T15:53:56.677 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-osd-2:19.0.0-1920.g6b01fe95.el9.x86_64 5/36 2024-03-09T15:53:56.677 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-1920.g6b01fe95.el9. 6/36 2024-03-09T15:53:56.677 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-03-09T15:53:56.677 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-03-09T15:53:56.677 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-03-09T15:53:56.677 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-03-09T15:53:56.677 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-03-09T15:53:56.677 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-03-09T15:53:56.677 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-03-09T15:53:56.677 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-03-09T15:53:56.677 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-03-09T15:53:56.677 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-03-09T15:53:56.677 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-03-09T15:53:56.677 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-03-09T15:53:56.678 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-03-09T15:53:56.678 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-03-09T15:53:56.678 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-09T15:53:56.678 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-03-09T15:53:56.678 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-03-09T15:53:56.678 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-03-09T15:53:56.678 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-03-09T15:53:56.678 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-03-09T15:53:56.678 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-03-09T15:53:56.678 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-03-09T15:53:56.678 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-03-09T15:53:56.678 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-09T15:53:56.678 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-03-09T15:53:56.679 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-03-09T15:53:56.679 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-03-09T15:53:56.679 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-03-09T15:53:56.679 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-03-09T15:53:56.816 INFO:teuthology.orchestra.run.smithi052.stdout:(1/36): ceph-19.0.0-1920.g6b01fe95.el9.x86_64.r 32 kB/s | 6.6 kB 00:00 2024-03-09T15:53:56.819 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-1920.g6b01fe95. 1/1 2024-03-09T15:53:56.819 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:53:56.819 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-09T15:53:56.819 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-immutable-object-cache-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:56.819 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:53:56.819 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T15:53:57.091 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-mgr 2024-03-09T15:53:57.158 INFO:teuthology.orchestra.run.smithi052.stdout:(2/36): ceph-mgr-19.0.0-1920.g6b01fe95.el9.x86_ 2.7 MB/s | 1.5 MB 00:00 2024-03-09T15:53:57.442 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-03-09T15:53:57.442 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:53:57.442 INFO:teuthology.orchestra.run.smithi151.stdout:Installed: 2024-03-09T15:53:57.442 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:57.442 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-mds-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:57.442 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-mgr-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:57.443 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-mgr-modules-core-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T15:53:57.443 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-mon-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:57.443 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-osd-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:53:57.443 INFO:teuthology.orchestra.run.smithi151.stdout: lua-5.4.4-4.el9.x86_64 2024-03-09T15:53:57.443 INFO:teuthology.orchestra.run.smithi151.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-03-09T15:53:57.443 INFO:teuthology.orchestra.run.smithi151.stdout: luarocks-3.9.2-1.el9.noarch 2024-03-09T15:53:57.443 INFO:teuthology.orchestra.run.smithi151.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-03-09T15:53:57.443 INFO:teuthology.orchestra.run.smithi151.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-03-09T15:53:57.443 INFO:teuthology.orchestra.run.smithi151.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-03-09T15:53:57.443 INFO:teuthology.orchestra.run.smithi151.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-03-09T15:53:57.443 INFO:teuthology.orchestra.run.smithi151.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-03-09T15:53:57.443 INFO:teuthology.orchestra.run.smithi151.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-03-09T15:53:57.443 INFO:teuthology.orchestra.run.smithi151.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-03-09T15:53:57.443 INFO:teuthology.orchestra.run.smithi151.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-03-09T15:53:57.444 INFO:teuthology.orchestra.run.smithi151.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-03-09T15:53:57.444 INFO:teuthology.orchestra.run.smithi151.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-03-09T15:53:57.444 INFO:teuthology.orchestra.run.smithi151.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-03-09T15:53:57.444 INFO:teuthology.orchestra.run.smithi151.stdout: python3-mako-1.1.4-6.el9.noarch 2024-03-09T15:53:57.444 INFO:teuthology.orchestra.run.smithi151.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-03-09T15:53:57.444 INFO:teuthology.orchestra.run.smithi151.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-03-09T15:53:57.444 INFO:teuthology.orchestra.run.smithi151.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-03-09T15:53:57.444 INFO:teuthology.orchestra.run.smithi151.stdout: python3-ply-3.11-14.el9.noarch 2024-03-09T15:53:57.444 INFO:teuthology.orchestra.run.smithi151.stdout: python3-portend-3.1.0-2.el9.noarch 2024-03-09T15:53:57.445 INFO:teuthology.orchestra.run.smithi151.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-03-09T15:53:57.445 INFO:teuthology.orchestra.run.smithi151.stdout: python3-pycparser-2.20-6.el9.noarch 2024-03-09T15:53:57.445 INFO:teuthology.orchestra.run.smithi151.stdout: python3-pytz-2021.1-5.el9.noarch 2024-03-09T15:53:57.445 INFO:teuthology.orchestra.run.smithi151.stdout: python3-requests-2.25.1-8.el9.noarch 2024-03-09T15:53:57.445 INFO:teuthology.orchestra.run.smithi151.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-03-09T15:53:57.445 INFO:teuthology.orchestra.run.smithi151.stdout: python3-toml-0.10.2-6.el9.noarch 2024-03-09T15:53:57.445 INFO:teuthology.orchestra.run.smithi151.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-03-09T15:53:57.445 INFO:teuthology.orchestra.run.smithi151.stdout: python3-webob-1.8.7-6.el9.noarch 2024-03-09T15:53:57.445 INFO:teuthology.orchestra.run.smithi151.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-03-09T15:53:57.445 INFO:teuthology.orchestra.run.smithi151.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-03-09T15:53:57.445 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:53:57.445 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2024-03-09T15:53:57.666 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:00 ago on Sat 09 Mar 2024 03:52:57 PM UTC. 2024-03-09T15:53:57.694 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install ceph-base 2024-03-09T15:53:57.742 INFO:teuthology.orchestra.run.smithi052.stdout:(3/36): ceph-mds-19.0.0-1920.g6b01fe95.el9.x86_ 1.9 MB/s | 2.1 MB 00:01 2024-03-09T15:53:57.763 INFO:teuthology.orchestra.run.smithi164.stdout:Package ceph-mgr-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T15:53:57.818 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T15:53:57.819 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-03-09T15:53:57.819 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T15:53:57.859 INFO:teuthology.orchestra.run.smithi052.stdout:(4/36): ceph-mgr-modules-core-19.0.0-1920.g6b01 2.1 MB/s | 248 kB 00:00 2024-03-09T15:53:57.900 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-mgr-dashboard 2024-03-09T15:53:57.967 INFO:teuthology.orchestra.run.smithi052.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.7 MB/s | 187 kB 00:00 2024-03-09T15:53:58.009 INFO:teuthology.orchestra.run.smithi052.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 144 kB 00:00 2024-03-09T15:53:58.034 INFO:teuthology.orchestra.run.smithi052.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 1.2 MB/s | 32 kB 00:00 2024-03-09T15:53:58.060 INFO:teuthology.orchestra.run.smithi052.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.9 MB/s | 47 kB 00:00 2024-03-09T15:53:58.085 INFO:teuthology.orchestra.run.smithi052.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.5 MB/s | 39 kB 00:00 2024-03-09T15:53:58.127 INFO:teuthology.orchestra.run.smithi052.stdout:(10/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.6 MB/s | 241 kB 00:00 2024-03-09T15:53:58.194 INFO:teuthology.orchestra.run.smithi052.stdout:(11/36): python3-cryptography-36.0.1-4.el9.x86_ 17 MB/s | 1.1 MB 00:00 2024-03-09T15:53:58.228 INFO:teuthology.orchestra.run.smithi052.stdout:(12/36): python3-ply-3.11-14.el9.noarch.rpm 3.0 MB/s | 103 kB 00:00 2024-03-09T15:53:58.260 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:00:54 ago on Sat 09 Mar 2024 03:53:04 PM UTC. 2024-03-09T15:53:58.261 INFO:teuthology.orchestra.run.smithi052.stdout:(13/36): python3-pycparser-2.20-6.el9.noarch.rp 3.7 MB/s | 124 kB 00:00 2024-03-09T15:53:58.295 INFO:teuthology.orchestra.run.smithi052.stdout:(14/36): python3-urllib3-1.26.5-5.el9.noarch.rp 5.5 MB/s | 187 kB 00:00 2024-03-09T15:53:58.356 INFO:teuthology.orchestra.run.smithi151.stdout:Package ceph-base-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T15:53:58.378 INFO:teuthology.orchestra.run.smithi052.stdout:(15/36): ceph-mon-19.0.0-1920.g6b01fe95.el9.x86 3.0 MB/s | 4.7 MB 00:01 2024-03-09T15:53:58.408 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2024-03-09T15:53:58.409 INFO:teuthology.orchestra.run.smithi151.stdout:Nothing to do. 2024-03-09T15:53:58.409 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2024-03-09T15:53:58.456 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:01 ago on Sat 09 Mar 2024 03:52:57 PM UTC. 2024-03-09T15:53:58.473 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install cephadm 2024-03-09T15:53:58.545 INFO:teuthology.orchestra.run.smithi052.stdout:(16/36): ceph-osd-19.0.0-1920.g6b01fe95.el9.x86 12 MB/s | 17 MB 00:01 2024-03-09T15:53:58.606 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T15:53:58.607 INFO:teuthology.orchestra.run.smithi164.stdout:====================================================================================== 2024-03-09T15:53:58.607 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-03-09T15:53:58.607 INFO:teuthology.orchestra.run.smithi164.stdout:====================================================================================== 2024-03-09T15:53:58.607 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-09T15:53:58.607 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-dashboard noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 1.8 M 2024-03-09T15:53:58.607 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-03-09T15:53:58.607 INFO:teuthology.orchestra.run.smithi164.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-03-09T15:53:58.607 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-grafana-dashboards noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 34 k 2024-03-09T15:53:58.607 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-prometheus-alerts noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 16 k 2024-03-09T15:53:58.607 INFO:teuthology.orchestra.run.smithi164.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-03-09T15:53:58.607 INFO:teuthology.orchestra.run.smithi164.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-03-09T15:53:58.607 INFO:teuthology.orchestra.run.smithi164.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-03-09T15:53:58.608 INFO:teuthology.orchestra.run.smithi164.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-03-09T15:53:58.608 INFO:teuthology.orchestra.run.smithi164.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-03-09T15:53:58.608 INFO:teuthology.orchestra.run.smithi164.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-03-09T15:53:58.608 INFO:teuthology.orchestra.run.smithi164.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-03-09T15:53:58.608 INFO:teuthology.orchestra.run.smithi164.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-03-09T15:53:58.608 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:53:58.608 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-09T15:53:58.608 INFO:teuthology.orchestra.run.smithi164.stdout:====================================================================================== 2024-03-09T15:53:58.608 INFO:teuthology.orchestra.run.smithi164.stdout:Install 12 Packages 2024-03-09T15:53:58.608 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:53:58.609 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 6.9 M 2024-03-09T15:53:58.609 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 26 M 2024-03-09T15:53:58.609 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-09T15:53:58.637 INFO:teuthology.orchestra.run.smithi052.stdout:(17/36): python3-requests-2.25.1-8.el9.noarch.r 365 kB/s | 125 kB 00:00 2024-03-09T15:53:58.696 INFO:teuthology.orchestra.run.smithi052.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 70 kB/s | 22 kB 00:00 2024-03-09T15:53:58.738 INFO:teuthology.orchestra.run.smithi052.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 787 kB/s | 151 kB 00:00 2024-03-09T15:53:58.788 INFO:teuthology.orchestra.run.smithi052.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 291 kB/s | 43 kB 00:00 2024-03-09T15:53:58.847 INFO:teuthology.orchestra.run.smithi052.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 183 kB/s | 11 kB 00:00 2024-03-09T15:53:58.872 INFO:teuthology.orchestra.run.smithi052.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.6 MB/s | 358 kB 00:00 2024-03-09T15:53:58.884 INFO:teuthology.orchestra.run.smithi164.stdout:(1/12): ceph-grafana-dashboards-19.0.0-1920.g6b 181 kB/s | 34 kB 00:00 2024-03-09T15:53:58.905 INFO:teuthology.orchestra.run.smithi052.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 302 kB/s | 18 kB 00:00 2024-03-09T15:53:58.931 INFO:teuthology.orchestra.run.smithi052.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 395 kB/s | 23 kB 00:00 2024-03-09T15:53:58.948 INFO:teuthology.orchestra.run.smithi052.stdout:(25/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 683 kB/s | 172 kB 00:00 2024-03-09T15:53:58.973 INFO:teuthology.orchestra.run.smithi052.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 289 kB/s | 19 kB 00:00 2024-03-09T15:53:58.993 INFO:teuthology.orchestra.run.smithi164.stdout:(2/12): ceph-prometheus-alerts-19.0.0-1920.g6b0 56 kB/s | 16 kB 00:00 2024-03-09T15:53:58.998 INFO:teuthology.orchestra.run.smithi052.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 294 kB/s | 20 kB 00:00 2024-03-09T15:53:59.023 INFO:teuthology.orchestra.run.smithi052.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 614 kB/s | 46 kB 00:00 2024-03-09T15:53:59.042 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:00:55 ago on Sat 09 Mar 2024 03:53:04 PM UTC. 2024-03-09T15:53:59.051 INFO:teuthology.orchestra.run.smithi164.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 6.0 MB/s | 1.0 MB 00:00 2024-03-09T15:53:59.057 INFO:teuthology.orchestra.run.smithi052.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 940 kB/s | 79 kB 00:00 2024-03-09T15:53:59.077 INFO:teuthology.orchestra.run.smithi164.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.8 MB/s | 238 kB 00:00 2024-03-09T15:53:59.082 INFO:teuthology.orchestra.run.smithi052.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 280 kB/s | 16 kB 00:00 2024-03-09T15:53:59.107 INFO:teuthology.orchestra.run.smithi052.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.4 MB/s | 272 kB 00:00 2024-03-09T15:53:59.141 INFO:teuthology.orchestra.run.smithi052.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.1 MB/s | 90 kB 00:00 2024-03-09T15:53:59.166 INFO:teuthology.orchestra.run.smithi052.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 427 kB/s | 36 kB 00:00 2024-03-09T15:53:59.185 INFO:teuthology.orchestra.run.smithi164.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 4.9 MB/s | 548 kB 00:00 2024-03-09T15:53:59.191 INFO:teuthology.orchestra.run.smithi052.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.7 MB/s | 230 kB 00:00 2024-03-09T15:53:59.192 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2024-03-09T15:53:59.193 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:53:59.193 INFO:teuthology.orchestra.run.smithi151.stdout: Package Arch Version Repository Size 2024-03-09T15:53:59.193 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:53:59.193 INFO:teuthology.orchestra.run.smithi151.stdout:Installing: 2024-03-09T15:53:59.193 INFO:teuthology.orchestra.run.smithi151.stdout: cephadm noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 748 k 2024-03-09T15:53:59.193 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:53:59.194 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2024-03-09T15:53:59.194 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:53:59.194 INFO:teuthology.orchestra.run.smithi151.stdout:Install 1 Package 2024-03-09T15:53:59.194 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:53:59.194 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 748 k 2024-03-09T15:53:59.194 INFO:teuthology.orchestra.run.smithi151.stdout:Installed size: 755 k 2024-03-09T15:53:59.194 INFO:teuthology.orchestra.run.smithi151.stdout:Downloading Packages: 2024-03-09T15:53:59.225 INFO:teuthology.orchestra.run.smithi052.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 342 kB/s | 20 kB 00:00 2024-03-09T15:53:59.227 INFO:teuthology.orchestra.run.smithi164.stdout:(6/12): ceph-mgr-dashboard-19.0.0-1920.g6b01fe9 3.4 MB/s | 1.8 MB 00:00 2024-03-09T15:53:59.245 INFO:teuthology.orchestra.run.smithi164.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 330 kB/s | 19 kB 00:00 2024-03-09T15:53:59.267 INFO:teuthology.orchestra.run.smithi052.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.3 MB/s | 427 kB 00:00 2024-03-09T15:53:59.270 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:53:59.271 INFO:teuthology.orchestra.run.smithi052.stdout:Total 9.1 MB/s | 30 MB 00:03 2024-03-09T15:53:59.278 INFO:teuthology.orchestra.run.smithi164.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 4.3 MB/s | 144 kB 00:00 2024-03-09T15:53:59.295 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-03-09T15:53:59.303 INFO:teuthology.orchestra.run.smithi164.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-03-09T15:53:59.328 INFO:teuthology.orchestra.run.smithi164.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 7.3 MB/s | 188 kB 00:00 2024-03-09T15:53:59.340 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-03-09T15:53:59.340 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-03-09T15:53:59.429 INFO:teuthology.orchestra.run.smithi164.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 10 MB/s | 2.0 MB 00:00 2024-03-09T15:53:59.674 INFO:teuthology.orchestra.run.smithi151.stdout:cephadm-19.0.0-1920.g6b01fe95.el9.noarch.rpm 1.5 MB/s | 748 kB 00:00 2024-03-09T15:53:59.674 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:53:59.674 INFO:teuthology.orchestra.run.smithi151.stdout:Total 1.5 MB/s | 748 kB 00:00 2024-03-09T15:53:59.675 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction check 2024-03-09T15:53:59.680 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction check succeeded. 2024-03-09T15:53:59.680 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction test 2024-03-09T15:53:59.686 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction test succeeded. 2024-03-09T15:53:59.686 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction 2024-03-09T15:53:59.761 INFO:teuthology.orchestra.run.smithi151.stdout: Preparing : 1/1 2024-03-09T15:53:59.768 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-03-09T15:53:59.769 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-03-09T15:54:00.209 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 1/1 2024-03-09T15:54:00.297 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 1/1 2024-03-09T15:54:00.685 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 1/1 2024-03-09T15:54:00.754 INFO:teuthology.orchestra.run.smithi164.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 507 kB/s | 863 kB 00:01 2024-03-09T15:54:00.758 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:54:00.758 INFO:teuthology.orchestra.run.smithi164.stdout:Total 3.2 MB/s | 6.9 MB 00:02 2024-03-09T15:54:00.778 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-09T15:54:00.798 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-09T15:54:00.798 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-09T15:54:00.971 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-09T15:54:00.972 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-09T15:54:00.979 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 1/1 2024-03-09T15:54:00.980 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:00.980 INFO:teuthology.orchestra.run.smithi151.stdout:Installed: 2024-03-09T15:54:00.980 INFO:teuthology.orchestra.run.smithi151.stdout: cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T15:54:00.980 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:00.980 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2024-03-09T15:54:01.128 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-03-09T15:54:01.173 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install ceph-immutable-object-cache 2024-03-09T15:54:01.195 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-03-09T15:54:01.236 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-03-09T15:54:01.264 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-03-09T15:54:01.345 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-03-09T15:54:01.388 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-03-09T15:54:01.420 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-03-09T15:54:01.501 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-09T15:54:01.515 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-03-09T15:54:01.571 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-03-09T15:54:01.592 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-03-09T15:54:01.606 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-03-09T15:54:01.648 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-03-09T15:54:01.652 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-03-09T15:54:01.683 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-03-09T15:54:01.722 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-03-09T15:54:01.734 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:00:57 ago on Sat 09 Mar 2024 03:53:04 PM UTC. 2024-03-09T15:54:01.775 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-03-09T15:54:01.800 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-03-09T15:54:01.814 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-03-09T15:54:01.862 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-03-09T15:54:01.886 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2024-03-09T15:54:01.887 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:54:01.887 INFO:teuthology.orchestra.run.smithi151.stdout: Package Arch Version Repo Size 2024-03-09T15:54:01.887 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:54:01.887 INFO:teuthology.orchestra.run.smithi151.stdout:Installing: 2024-03-09T15:54:01.887 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 145 k 2024-03-09T15:54:01.888 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:01.888 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2024-03-09T15:54:01.888 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:54:01.888 INFO:teuthology.orchestra.run.smithi151.stdout:Install 1 Package 2024-03-09T15:54:01.888 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:01.888 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 145 k 2024-03-09T15:54:01.888 INFO:teuthology.orchestra.run.smithi151.stdout:Installed size: 436 k 2024-03-09T15:54:01.888 INFO:teuthology.orchestra.run.smithi151.stdout:Downloading Packages: 2024-03-09T15:54:01.918 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-03-09T15:54:01.927 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-03-09T15:54:02.027 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-03-09T15:54:02.071 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-03-09T15:54:02.100 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-03-09T15:54:02.121 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-03-09T15:54:02.133 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-1920.g6b01fe95.el9 10/12 2024-03-09T15:54:02.175 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-03-09T15:54:02.222 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-03-09T15:54:02.227 INFO:teuthology.orchestra.run.smithi151.stdout:ceph-immutable-object-cache-19.0.0-1920.g6b01fe 428 kB/s | 145 kB 00:00 2024-03-09T15:54:02.227 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:54:02.228 INFO:teuthology.orchestra.run.smithi151.stdout:Total 427 kB/s | 145 kB 00:00 2024-03-09T15:54:02.228 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction check 2024-03-09T15:54:02.235 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction check succeeded. 2024-03-09T15:54:02.235 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction test 2024-03-09T15:54:02.259 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-03-09T15:54:02.288 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction test succeeded. 2024-03-09T15:54:02.288 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction 2024-03-09T15:54:02.294 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-03-09T15:54:02.373 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-03-09T15:54:02.375 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-1920.g6b01fe95.el 11/12 2024-03-09T15:54:02.407 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-1920.g6b01fe95.el9.noa 12/12 2024-03-09T15:54:02.413 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-09T15:54:02.422 INFO:teuthology.orchestra.run.smithi151.stdout: Preparing : 1/1 2024-03-09T15:54:02.446 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-03-09T15:54:02.486 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-1920.g6b01fe95. 1/1 2024-03-09T15:54:02.487 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-03-09T15:54:02.509 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-1920.g6b01fe95. 1/1 2024-03-09T15:54:02.509 INFO:teuthology.orchestra.run.smithi151.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T15:54:02.509 INFO:teuthology.orchestra.run.smithi151.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-03-09T15:54:02.510 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:02.522 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-03-09T15:54:02.564 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-03-09T15:54:02.656 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-03-09T15:54:02.695 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-03-09T15:54:02.770 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-03-09T15:54:02.918 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-03-09T15:54:03.042 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-09T15:54:03.199 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-1920.g6b01fe95.el9.noa 12/12 2024-03-09T15:54:03.199 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-1920.g6b01fe95.el 1/12 2024-03-09T15:54:03.199 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-1920.g6b01fe95.el9.noa 2/12 2024-03-09T15:54:03.200 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-1920.g6b01fe95.el9 3/12 2024-03-09T15:54:03.200 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-03-09T15:54:03.200 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-03-09T15:54:03.200 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-03-09T15:54:03.200 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-03-09T15:54:03.200 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-03-09T15:54:03.200 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-03-09T15:54:03.200 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-03-09T15:54:03.200 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-03-09T15:54:03.211 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-1920.g6b01fe95.el9. 31/36 2024-03-09T15:54:03.242 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-mgr-2:19.0.0-1920.g6b01fe95.el9.x86_64 32/36 2024-03-09T15:54:03.266 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-mgr-2:19.0.0-1920.g6b01fe95.el9.x86_64 32/36 2024-03-09T15:54:03.266 INFO:teuthology.orchestra.run.smithi052.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T15:54:03.266 INFO:teuthology.orchestra.run.smithi052.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-03-09T15:54:03.267 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-09T15:54:03.267 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-09T15:54:03.267 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:03.504 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-1920.g6b01fe95. 1/1 2024-03-09T15:54:03.504 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:03.504 INFO:teuthology.orchestra.run.smithi151.stdout:Installed: 2024-03-09T15:54:03.504 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-immutable-object-cache-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:54:03.504 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:03.504 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2024-03-09T15:54:03.569 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-03-09T15:54:03.569 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:03.569 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-09T15:54:03.569 INFO:teuthology.orchestra.run.smithi164.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-03-09T15:54:03.569 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-grafana-dashboards-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T15:54:03.569 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-dashboard-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T15:54:03.570 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-prometheus-alerts-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T15:54:03.570 INFO:teuthology.orchestra.run.smithi164.stdout: grpc-data-1.46.7-10.el9.noarch 2024-03-09T15:54:03.570 INFO:teuthology.orchestra.run.smithi164.stdout: protobuf-3.14.0-13.el9.x86_64 2024-03-09T15:54:03.570 INFO:teuthology.orchestra.run.smithi164.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-03-09T15:54:03.570 INFO:teuthology.orchestra.run.smithi164.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-03-09T15:54:03.570 INFO:teuthology.orchestra.run.smithi164.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-03-09T15:54:03.570 INFO:teuthology.orchestra.run.smithi164.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-03-09T15:54:03.570 INFO:teuthology.orchestra.run.smithi164.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-03-09T15:54:03.570 INFO:teuthology.orchestra.run.smithi164.stdout: python3-routes-2.5.1-5.el9.noarch 2024-03-09T15:54:03.570 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:03.570 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T15:54:03.784 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install ceph-mgr 2024-03-09T15:54:03.833 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-mgr-diskprediction-local 2024-03-09T15:54:04.368 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:01:00 ago on Sat 09 Mar 2024 03:53:04 PM UTC. 2024-03-09T15:54:04.401 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:07 ago on Sat 09 Mar 2024 03:52:57 PM UTC. 2024-03-09T15:54:04.468 INFO:teuthology.orchestra.run.smithi151.stdout:Package ceph-mgr-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T15:54:04.520 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2024-03-09T15:54:04.521 INFO:teuthology.orchestra.run.smithi151.stdout:Nothing to do. 2024-03-09T15:54:04.521 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2024-03-09T15:54:04.552 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T15:54:04.553 INFO:teuthology.orchestra.run.smithi164.stdout:============================================================================================ 2024-03-09T15:54:04.553 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-03-09T15:54:04.553 INFO:teuthology.orchestra.run.smithi164.stdout:============================================================================================ 2024-03-09T15:54:04.553 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-09T15:54:04.553 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 7.4 M 2024-03-09T15:54:04.553 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-03-09T15:54:04.553 INFO:teuthology.orchestra.run.smithi164.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-03-09T15:54:04.553 INFO:teuthology.orchestra.run.smithi164.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-03-09T15:54:04.553 INFO:teuthology.orchestra.run.smithi164.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-03-09T15:54:04.553 INFO:teuthology.orchestra.run.smithi164.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-03-09T15:54:04.554 INFO:teuthology.orchestra.run.smithi164.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-03-09T15:54:04.554 INFO:teuthology.orchestra.run.smithi164.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-03-09T15:54:04.554 INFO:teuthology.orchestra.run.smithi164.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-03-09T15:54:04.554 INFO:teuthology.orchestra.run.smithi164.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-03-09T15:54:04.554 INFO:teuthology.orchestra.run.smithi164.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-03-09T15:54:04.554 INFO:teuthology.orchestra.run.smithi164.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-03-09T15:54:04.554 INFO:teuthology.orchestra.run.smithi164.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-03-09T15:54:04.554 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:04.554 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-09T15:54:04.554 INFO:teuthology.orchestra.run.smithi164.stdout:============================================================================================ 2024-03-09T15:54:04.554 INFO:teuthology.orchestra.run.smithi164.stdout:Install 12 Packages 2024-03-09T15:54:04.554 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:04.555 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 37 M 2024-03-09T15:54:04.555 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 209 M 2024-03-09T15:54:04.555 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-09T15:54:04.609 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install ceph-mgr-dashboard 2024-03-09T15:54:04.784 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-osd-2:19.0.0-1920.g6b01fe95.el9.x86_64 33/36 2024-03-09T15:54:04.841 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-osd-2:19.0.0-1920.g6b01fe95.el9.x86_64 33/36 2024-03-09T15:54:04.841 INFO:teuthology.orchestra.run.smithi052.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T15:54:04.841 INFO:teuthology.orchestra.run.smithi052.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-03-09T15:54:04.841 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-09T15:54:04.841 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-09T15:54:04.841 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:05.167 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:01:01 ago on Sat 09 Mar 2024 03:53:04 PM UTC. 2024-03-09T15:54:05.236 INFO:teuthology.orchestra.run.smithi164.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 219 kB/s | 32 kB 00:00 2024-03-09T15:54:05.268 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-mon-2:19.0.0-1920.g6b01fe95.el9.x86_64 34/36 2024-03-09T15:54:05.269 INFO:teuthology.orchestra.run.smithi164.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 538 kB/s | 17 kB 00:00 2024-03-09T15:54:05.291 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-mon-2:19.0.0-1920.g6b01fe95.el9.x86_64 34/36 2024-03-09T15:54:05.291 INFO:teuthology.orchestra.run.smithi052.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T15:54:05.291 INFO:teuthology.orchestra.run.smithi052.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-03-09T15:54:05.291 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-09T15:54:05.291 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-09T15:54:05.291 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:05.311 INFO:teuthology.orchestra.run.smithi164.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 852 kB/s | 34 kB 00:00 2024-03-09T15:54:05.318 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2024-03-09T15:54:05.319 INFO:teuthology.orchestra.run.smithi151.stdout:====================================================================================== 2024-03-09T15:54:05.319 INFO:teuthology.orchestra.run.smithi151.stdout: Package Arch Version Repository Size 2024-03-09T15:54:05.319 INFO:teuthology.orchestra.run.smithi151.stdout:====================================================================================== 2024-03-09T15:54:05.319 INFO:teuthology.orchestra.run.smithi151.stdout:Installing: 2024-03-09T15:54:05.319 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-mgr-dashboard noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 1.8 M 2024-03-09T15:54:05.319 INFO:teuthology.orchestra.run.smithi151.stdout:Installing dependencies: 2024-03-09T15:54:05.319 INFO:teuthology.orchestra.run.smithi151.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-03-09T15:54:05.320 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-grafana-dashboards noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 34 k 2024-03-09T15:54:05.320 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-prometheus-alerts noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 16 k 2024-03-09T15:54:05.320 INFO:teuthology.orchestra.run.smithi151.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-03-09T15:54:05.320 INFO:teuthology.orchestra.run.smithi151.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-03-09T15:54:05.320 INFO:teuthology.orchestra.run.smithi151.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-03-09T15:54:05.320 INFO:teuthology.orchestra.run.smithi151.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-03-09T15:54:05.320 INFO:teuthology.orchestra.run.smithi151.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-03-09T15:54:05.320 INFO:teuthology.orchestra.run.smithi151.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-03-09T15:54:05.320 INFO:teuthology.orchestra.run.smithi151.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-03-09T15:54:05.320 INFO:teuthology.orchestra.run.smithi151.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-03-09T15:54:05.320 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:05.320 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2024-03-09T15:54:05.320 INFO:teuthology.orchestra.run.smithi151.stdout:====================================================================================== 2024-03-09T15:54:05.321 INFO:teuthology.orchestra.run.smithi151.stdout:Install 12 Packages 2024-03-09T15:54:05.321 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:05.321 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 6.9 M 2024-03-09T15:54:05.321 INFO:teuthology.orchestra.run.smithi151.stdout:Installed size: 26 M 2024-03-09T15:54:05.321 INFO:teuthology.orchestra.run.smithi151.stdout:Downloading Packages: 2024-03-09T15:54:05.370 INFO:teuthology.orchestra.run.smithi164.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 11 MB/s | 3.0 MB 00:00 2024-03-09T15:54:05.510 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-mds-2:19.0.0-1920.g6b01fe95.el9.x86_64 35/36 2024-03-09T15:54:05.533 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-mds-2:19.0.0-1920.g6b01fe95.el9.x86_64 35/36 2024-03-09T15:54:05.533 INFO:teuthology.orchestra.run.smithi052.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T15:54:05.533 INFO:teuthology.orchestra.run.smithi052.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-03-09T15:54:05.533 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-09T15:54:05.533 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-09T15:54:05.533 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:05.545 INFO:teuthology.orchestra.run.smithi164.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 20 MB/s | 4.7 MB 00:00 2024-03-09T15:54:05.601 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-2:19.0.0-1920.g6b01fe95.el9.x86_64 36/36 2024-03-09T15:54:05.620 INFO:teuthology.orchestra.run.smithi164.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 19 MB/s | 4.8 MB 00:00 2024-03-09T15:54:05.643 INFO:teuthology.orchestra.run.smithi151.stdout:(1/12): ceph-grafana-dashboards-19.0.0-1920.g6b 186 kB/s | 34 kB 00:00 2024-03-09T15:54:05.645 INFO:teuthology.orchestra.run.smithi164.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.2 MB/s | 217 kB 00:00 2024-03-09T15:54:05.760 INFO:teuthology.orchestra.run.smithi151.stdout:(2/12): ceph-prometheus-alerts-19.0.0-1920.g6b0 55 kB/s | 16 kB 00:00 2024-03-09T15:54:05.827 INFO:teuthology.orchestra.run.smithi151.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.5 MB/s | 1.0 MB 00:00 2024-03-09T15:54:05.852 INFO:teuthology.orchestra.run.smithi151.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.5 MB/s | 238 kB 00:00 2024-03-09T15:54:05.894 INFO:teuthology.orchestra.run.smithi151.stdout:(5/12): ceph-mgr-dashboard-19.0.0-1920.g6b01fe9 4.1 MB/s | 1.8 MB 00:00 2024-03-09T15:54:05.938 INFO:teuthology.orchestra.run.smithi164.stdout:(8/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 49 MB/s | 16 MB 00:00 2024-03-09T15:54:06.071 INFO:teuthology.orchestra.run.smithi164.stdout:(9/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.9 MB/s | 803 kB 00:00 2024-03-09T15:54:06.136 INFO:teuthology.orchestra.run.smithi151.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.7 MB/s | 863 kB 00:00 2024-03-09T15:54:06.155 INFO:teuthology.orchestra.run.smithi164.stdout:(10/12): ceph-mgr-diskprediction-local-19.0.0-1 7.0 MB/s | 7.4 MB 00:01 2024-03-09T15:54:06.213 INFO:teuthology.orchestra.run.smithi164.stdout:(11/12): libquadmath-11.4.1-3.el9.x86_64.rpm 710 kB/s | 195 kB 00:00 2024-03-09T15:54:06.345 INFO:teuthology.orchestra.run.smithi151.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 43 kB/s | 19 kB 00:00 2024-03-09T15:54:06.695 INFO:teuthology.orchestra.run.smithi151.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 413 kB/s | 144 kB 00:00 2024-03-09T15:54:06.805 INFO:teuthology.orchestra.run.smithi151.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 282 kB/s | 31 kB 00:00 2024-03-09T15:54:07.005 INFO:teuthology.orchestra.run.smithi164.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 263 kB/s | 245 kB 00:00 2024-03-09T15:54:07.010 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:54:07.010 INFO:teuthology.orchestra.run.smithi164.stdout:Total 15 MB/s | 37 MB 00:02 2024-03-09T15:54:07.051 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-09T15:54:07.074 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-09T15:54:07.075 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-09T15:54:07.079 INFO:teuthology.orchestra.run.smithi151.stdout:(10/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 447 kB/s | 548 kB 00:01 2024-03-09T15:54:07.105 INFO:teuthology.orchestra.run.smithi151.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 628 kB/s | 188 kB 00:00 2024-03-09T15:54:07.318 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-2:19.0.0-1920.g6b01fe95.el9.x86_64 36/36 2024-03-09T15:54:07.319 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/36 2024-03-09T15:54:07.319 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-mds-2:19.0.0-1920.g6b01fe95.el9.x86_64 2/36 2024-03-09T15:54:07.319 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-mgr-2:19.0.0-1920.g6b01fe95.el9.x86_64 3/36 2024-03-09T15:54:07.319 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-mon-2:19.0.0-1920.g6b01fe95.el9.x86_64 4/36 2024-03-09T15:54:07.319 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-osd-2:19.0.0-1920.g6b01fe95.el9.x86_64 5/36 2024-03-09T15:54:07.319 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-1920.g6b01fe95.el9. 6/36 2024-03-09T15:54:07.319 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-03-09T15:54:07.319 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-03-09T15:54:07.319 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-03-09T15:54:07.319 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-03-09T15:54:07.320 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-03-09T15:54:07.320 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-03-09T15:54:07.320 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-03-09T15:54:07.320 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-03-09T15:54:07.320 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-03-09T15:54:07.320 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-03-09T15:54:07.320 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-03-09T15:54:07.320 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-03-09T15:54:07.321 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-03-09T15:54:07.321 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-03-09T15:54:07.321 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-09T15:54:07.321 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-03-09T15:54:07.321 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-03-09T15:54:07.321 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-03-09T15:54:07.321 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-03-09T15:54:07.322 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-03-09T15:54:07.322 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-03-09T15:54:07.322 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-03-09T15:54:07.322 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-03-09T15:54:07.323 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-09T15:54:07.323 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-03-09T15:54:07.323 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-03-09T15:54:07.323 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-03-09T15:54:07.323 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-03-09T15:54:07.323 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-03-09T15:54:07.431 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-09T15:54:07.431 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-09T15:54:08.130 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-09T15:54:08.194 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-03-09T15:54:08.226 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-03-09T15:54:08.319 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-03-09T15:54:08.366 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-03-09T15:54:08.454 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-03-09T15:54:08.454 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:08.454 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-03-09T15:54:08.454 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:54:08.454 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mds-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:54:08.454 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:54:08.454 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-modules-core-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T15:54:08.454 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mon-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:54:08.455 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-osd-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:54:08.455 INFO:teuthology.orchestra.run.smithi052.stdout: lua-5.4.4-4.el9.x86_64 2024-03-09T15:54:08.455 INFO:teuthology.orchestra.run.smithi052.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-03-09T15:54:08.455 INFO:teuthology.orchestra.run.smithi052.stdout: luarocks-3.9.2-1.el9.noarch 2024-03-09T15:54:08.455 INFO:teuthology.orchestra.run.smithi052.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-03-09T15:54:08.455 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-03-09T15:54:08.455 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-03-09T15:54:08.455 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-03-09T15:54:08.455 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-03-09T15:54:08.455 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-03-09T15:54:08.455 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-03-09T15:54:08.455 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-03-09T15:54:08.456 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-03-09T15:54:08.456 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-03-09T15:54:08.456 INFO:teuthology.orchestra.run.smithi052.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-03-09T15:54:08.456 INFO:teuthology.orchestra.run.smithi052.stdout: python3-mako-1.1.4-6.el9.noarch 2024-03-09T15:54:08.456 INFO:teuthology.orchestra.run.smithi052.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-03-09T15:54:08.456 INFO:teuthology.orchestra.run.smithi052.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-03-09T15:54:08.456 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-03-09T15:54:08.456 INFO:teuthology.orchestra.run.smithi052.stdout: python3-ply-3.11-14.el9.noarch 2024-03-09T15:54:08.456 INFO:teuthology.orchestra.run.smithi052.stdout: python3-portend-3.1.0-2.el9.noarch 2024-03-09T15:54:08.456 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-03-09T15:54:08.456 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pycparser-2.20-6.el9.noarch 2024-03-09T15:54:08.456 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pytz-2021.1-5.el9.noarch 2024-03-09T15:54:08.456 INFO:teuthology.orchestra.run.smithi052.stdout: python3-requests-2.25.1-8.el9.noarch 2024-03-09T15:54:08.456 INFO:teuthology.orchestra.run.smithi052.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-03-09T15:54:08.456 INFO:teuthology.orchestra.run.smithi052.stdout: python3-toml-0.10.2-6.el9.noarch 2024-03-09T15:54:08.457 INFO:teuthology.orchestra.run.smithi052.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-03-09T15:54:08.457 INFO:teuthology.orchestra.run.smithi052.stdout: python3-webob-1.8.7-6.el9.noarch 2024-03-09T15:54:08.457 INFO:teuthology.orchestra.run.smithi052.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-03-09T15:54:08.457 INFO:teuthology.orchestra.run.smithi052.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-03-09T15:54:08.457 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:08.457 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-09T15:54:08.545 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-09T15:54:08.579 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-09T15:54:08.656 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-03-09T15:54:08.794 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph-base 2024-03-09T15:54:09.147 INFO:teuthology.orchestra.run.smithi151.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 693 kB/s | 2.0 MB 00:03 2024-03-09T15:54:09.154 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:54:09.154 INFO:teuthology.orchestra.run.smithi151.stdout:Total 1.8 MB/s | 6.9 MB 00:03 2024-03-09T15:54:09.174 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction check 2024-03-09T15:54:09.193 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction check succeeded. 2024-03-09T15:54:09.193 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction test 2024-03-09T15:54:09.326 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-03-09T15:54:09.371 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction test succeeded. 2024-03-09T15:54:09.371 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction 2024-03-09T15:54:09.379 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:00:55 ago on Sat 09 Mar 2024 03:53:14 PM UTC. 2024-03-09T15:54:09.443 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-03-09T15:54:09.478 INFO:teuthology.orchestra.run.smithi052.stdout:Package ceph-base-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T15:54:09.533 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-09T15:54:09.534 INFO:teuthology.orchestra.run.smithi052.stdout:Nothing to do. 2024-03-09T15:54:09.534 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-09T15:54:09.593 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install cephadm 2024-03-09T15:54:09.896 INFO:teuthology.orchestra.run.smithi151.stdout: Preparing : 1/1 2024-03-09T15:54:09.964 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-03-09T15:54:10.000 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-03-09T15:54:10.046 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-03-09T15:54:10.077 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-03-09T15:54:10.158 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:00:56 ago on Sat 09 Mar 2024 03:53:14 PM UTC. 2024-03-09T15:54:10.191 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-03-09T15:54:10.313 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-09T15:54:10.314 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:54:10.314 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repository Size 2024-03-09T15:54:10.314 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:54:10.314 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-03-09T15:54:10.314 INFO:teuthology.orchestra.run.smithi052.stdout: cephadm noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 748 k 2024-03-09T15:54:10.314 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:10.314 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-03-09T15:54:10.315 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:54:10.315 INFO:teuthology.orchestra.run.smithi052.stdout:Install 1 Package 2024-03-09T15:54:10.315 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:10.315 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 748 k 2024-03-09T15:54:10.315 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 755 k 2024-03-09T15:54:10.315 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-03-09T15:54:10.321 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-03-09T15:54:10.423 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-03-09T15:54:10.467 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-03-09T15:54:10.504 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-03-09T15:54:10.536 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-1920.g6b01fe95.el9 10/12 2024-03-09T15:54:10.677 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-03-09T15:54:10.739 INFO:teuthology.orchestra.run.smithi052.stdout:cephadm-19.0.0-1920.g6b01fe95.el9.noarch.rpm 1.7 MB/s | 748 kB 00:00 2024-03-09T15:54:10.740 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:54:10.740 INFO:teuthology.orchestra.run.smithi052.stdout:Total 1.7 MB/s | 748 kB 00:00 2024-03-09T15:54:10.740 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-03-09T15:54:10.746 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-03-09T15:54:10.746 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-03-09T15:54:10.752 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-03-09T15:54:10.752 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-03-09T15:54:10.781 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-1920.g6b01fe95.el 11/12 2024-03-09T15:54:10.810 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-1920.g6b01fe95.el9.noa 12/12 2024-03-09T15:54:10.827 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-03-09T15:54:11.239 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 1/1 2024-03-09T15:54:11.329 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 1/1 2024-03-09T15:54:11.707 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-03-09T15:54:11.714 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-1920.g6b01fe95.el9.noa 12/12 2024-03-09T15:54:11.714 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-1920.g6b01fe95.el 1/12 2024-03-09T15:54:11.714 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-1920.g6b01fe95.el9.noa 2/12 2024-03-09T15:54:11.714 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-1920.g6b01fe95.el9 3/12 2024-03-09T15:54:11.714 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-03-09T15:54:11.714 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-03-09T15:54:11.714 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-03-09T15:54:11.714 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-03-09T15:54:11.714 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-03-09T15:54:11.715 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-03-09T15:54:11.715 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-03-09T15:54:11.715 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-03-09T15:54:11.715 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 1/1 2024-03-09T15:54:11.738 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-1920.g6b01f 12/12 2024-03-09T15:54:12.010 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 1/1 2024-03-09T15:54:12.010 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:12.010 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-03-09T15:54:12.010 INFO:teuthology.orchestra.run.smithi052.stdout: cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T15:54:12.011 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:12.011 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-09T15:54:12.108 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-03-09T15:54:12.108 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:12.108 INFO:teuthology.orchestra.run.smithi151.stdout:Installed: 2024-03-09T15:54:12.108 INFO:teuthology.orchestra.run.smithi151.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-03-09T15:54:12.108 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-grafana-dashboards-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T15:54:12.108 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-mgr-dashboard-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T15:54:12.108 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-prometheus-alerts-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T15:54:12.108 INFO:teuthology.orchestra.run.smithi151.stdout: grpc-data-1.46.7-10.el9.noarch 2024-03-09T15:54:12.108 INFO:teuthology.orchestra.run.smithi151.stdout: protobuf-3.14.0-13.el9.x86_64 2024-03-09T15:54:12.108 INFO:teuthology.orchestra.run.smithi151.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-03-09T15:54:12.108 INFO:teuthology.orchestra.run.smithi151.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-03-09T15:54:12.109 INFO:teuthology.orchestra.run.smithi151.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-03-09T15:54:12.109 INFO:teuthology.orchestra.run.smithi151.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-03-09T15:54:12.109 INFO:teuthology.orchestra.run.smithi151.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-03-09T15:54:12.109 INFO:teuthology.orchestra.run.smithi151.stdout: python3-routes-2.5.1-5.el9.noarch 2024-03-09T15:54:12.109 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:12.109 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2024-03-09T15:54:12.214 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph-immutable-object-cache 2024-03-09T15:54:12.379 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install ceph-mgr-diskprediction-local 2024-03-09T15:54:12.781 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:00:58 ago on Sat 09 Mar 2024 03:53:14 PM UTC. 2024-03-09T15:54:12.937 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-09T15:54:12.938 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:54:12.938 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repo Size 2024-03-09T15:54:12.938 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:54:12.938 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-03-09T15:54:12.938 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 145 k 2024-03-09T15:54:12.938 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:12.938 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-03-09T15:54:12.938 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:54:12.938 INFO:teuthology.orchestra.run.smithi052.stdout:Install 1 Package 2024-03-09T15:54:12.938 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:12.938 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 145 k 2024-03-09T15:54:12.938 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 436 k 2024-03-09T15:54:12.938 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-03-09T15:54:12.944 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:01:08 ago on Sat 09 Mar 2024 03:53:04 PM UTC. 2024-03-09T15:54:13.097 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2024-03-09T15:54:13.098 INFO:teuthology.orchestra.run.smithi151.stdout:============================================================================================ 2024-03-09T15:54:13.098 INFO:teuthology.orchestra.run.smithi151.stdout: Package Arch Version Repository Size 2024-03-09T15:54:13.098 INFO:teuthology.orchestra.run.smithi151.stdout:============================================================================================ 2024-03-09T15:54:13.098 INFO:teuthology.orchestra.run.smithi151.stdout:Installing: 2024-03-09T15:54:13.098 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 7.4 M 2024-03-09T15:54:13.098 INFO:teuthology.orchestra.run.smithi151.stdout:Installing dependencies: 2024-03-09T15:54:13.098 INFO:teuthology.orchestra.run.smithi151.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-03-09T15:54:13.098 INFO:teuthology.orchestra.run.smithi151.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-03-09T15:54:13.099 INFO:teuthology.orchestra.run.smithi151.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-03-09T15:54:13.099 INFO:teuthology.orchestra.run.smithi151.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-03-09T15:54:13.099 INFO:teuthology.orchestra.run.smithi151.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-03-09T15:54:13.099 INFO:teuthology.orchestra.run.smithi151.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-03-09T15:54:13.099 INFO:teuthology.orchestra.run.smithi151.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-03-09T15:54:13.099 INFO:teuthology.orchestra.run.smithi151.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-03-09T15:54:13.099 INFO:teuthology.orchestra.run.smithi151.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-03-09T15:54:13.099 INFO:teuthology.orchestra.run.smithi151.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-03-09T15:54:13.099 INFO:teuthology.orchestra.run.smithi151.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-03-09T15:54:13.099 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:13.099 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2024-03-09T15:54:13.099 INFO:teuthology.orchestra.run.smithi151.stdout:============================================================================================ 2024-03-09T15:54:13.099 INFO:teuthology.orchestra.run.smithi151.stdout:Install 12 Packages 2024-03-09T15:54:13.099 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:13.100 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 37 M 2024-03-09T15:54:13.100 INFO:teuthology.orchestra.run.smithi151.stdout:Installed size: 209 M 2024-03-09T15:54:13.100 INFO:teuthology.orchestra.run.smithi151.stdout:Downloading Packages: 2024-03-09T15:54:13.286 INFO:teuthology.orchestra.run.smithi052.stdout:ceph-immutable-object-cache-19.0.0-1920.g6b01fe 418 kB/s | 145 kB 00:00 2024-03-09T15:54:13.287 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:54:13.287 INFO:teuthology.orchestra.run.smithi052.stdout:Total 416 kB/s | 145 kB 00:00 2024-03-09T15:54:13.287 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-03-09T15:54:13.295 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-03-09T15:54:13.295 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-03-09T15:54:13.349 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-03-09T15:54:13.350 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-03-09T15:54:13.491 INFO:teuthology.orchestra.run.smithi151.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 235 kB/s | 32 kB 00:00 2024-03-09T15:54:13.509 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-03-09T15:54:13.516 INFO:teuthology.orchestra.run.smithi151.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 723 kB/s | 17 kB 00:00 2024-03-09T15:54:13.541 INFO:teuthology.orchestra.run.smithi151.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 1.4 MB/s | 34 kB 00:00 2024-03-09T15:54:13.570 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-1920.g6b01fe95. 1/1 2024-03-09T15:54:13.593 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-1920.g6b01fe95. 1/1 2024-03-09T15:54:13.593 INFO:teuthology.orchestra.run.smithi052.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T15:54:13.593 INFO:teuthology.orchestra.run.smithi052.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-03-09T15:54:13.593 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:13.616 INFO:teuthology.orchestra.run.smithi151.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 11 MB/s | 3.0 MB 00:00 2024-03-09T15:54:13.800 INFO:teuthology.orchestra.run.smithi151.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 18 MB/s | 4.7 MB 00:00 2024-03-09T15:54:13.867 INFO:teuthology.orchestra.run.smithi151.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 19 MB/s | 4.8 MB 00:00 2024-03-09T15:54:13.893 INFO:teuthology.orchestra.run.smithi151.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.4 MB/s | 217 kB 00:00 2024-03-09T15:54:14.193 INFO:teuthology.orchestra.run.smithi151.stdout:(8/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 48 MB/s | 16 MB 00:00 2024-03-09T15:54:14.227 INFO:teuthology.orchestra.run.smithi151.stdout:(9/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.4 MB/s | 803 kB 00:00 2024-03-09T15:54:14.303 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-1920.g6b01f 12/12 2024-03-09T15:54:14.303 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-1920.g6b01f 1/12 2024-03-09T15:54:14.304 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-03-09T15:54:14.304 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-03-09T15:54:14.304 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-03-09T15:54:14.304 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-09T15:54:14.304 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-09T15:54:14.304 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-03-09T15:54:14.304 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-03-09T15:54:14.304 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-03-09T15:54:14.304 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-03-09T15:54:14.304 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-03-09T15:54:14.319 INFO:teuthology.orchestra.run.smithi151.stdout:(10/12): ceph-mgr-diskprediction-local-19.0.0-1 7.7 MB/s | 7.4 MB 00:00 2024-03-09T15:54:14.394 INFO:teuthology.orchestra.run.smithi151.stdout:(11/12): libquadmath-11.4.1-3.el9.x86_64.rpm 975 kB/s | 195 kB 00:00 2024-03-09T15:54:14.530 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-1920.g6b01fe95. 1/1 2024-03-09T15:54:14.530 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:14.531 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-03-09T15:54:14.531 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-immutable-object-cache-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:54:14.531 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:14.531 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-09T15:54:14.777 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph-mgr 2024-03-09T15:54:14.789 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-03-09T15:54:14.789 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:14.789 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-09T15:54:14.789 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-diskprediction-local-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T15:54:14.789 INFO:teuthology.orchestra.run.smithi164.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-03-09T15:54:14.790 INFO:teuthology.orchestra.run.smithi164.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-03-09T15:54:14.790 INFO:teuthology.orchestra.run.smithi164.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-03-09T15:54:14.790 INFO:teuthology.orchestra.run.smithi164.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-03-09T15:54:14.790 INFO:teuthology.orchestra.run.smithi164.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-03-09T15:54:14.790 INFO:teuthology.orchestra.run.smithi164.stdout: openblas-0.3.21-2.el9.x86_64 2024-03-09T15:54:14.790 INFO:teuthology.orchestra.run.smithi164.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-03-09T15:54:14.790 INFO:teuthology.orchestra.run.smithi164.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-03-09T15:54:14.790 INFO:teuthology.orchestra.run.smithi164.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-03-09T15:54:14.790 INFO:teuthology.orchestra.run.smithi164.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-03-09T15:54:14.790 INFO:teuthology.orchestra.run.smithi164.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-03-09T15:54:14.790 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:14.790 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T15:54:15.152 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-mgr-rook 2024-03-09T15:54:15.153 INFO:teuthology.orchestra.run.smithi151.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 265 kB/s | 245 kB 00:00 2024-03-09T15:54:15.156 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:54:15.156 INFO:teuthology.orchestra.run.smithi151.stdout:Total 18 MB/s | 37 MB 00:02 2024-03-09T15:54:15.198 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction check 2024-03-09T15:54:15.223 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction check succeeded. 2024-03-09T15:54:15.223 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction test 2024-03-09T15:54:15.348 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:01 ago on Sat 09 Mar 2024 03:53:14 PM UTC. 2024-03-09T15:54:15.448 INFO:teuthology.orchestra.run.smithi052.stdout:Package ceph-mgr-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T15:54:15.503 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-09T15:54:15.504 INFO:teuthology.orchestra.run.smithi052.stdout:Nothing to do. 2024-03-09T15:54:15.504 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-09T15:54:15.565 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph-mgr-dashboard 2024-03-09T15:54:15.591 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction test succeeded. 2024-03-09T15:54:15.591 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction 2024-03-09T15:54:15.729 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:18 ago on Sat 09 Mar 2024 03:52:57 PM UTC. 2024-03-09T15:54:15.879 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T15:54:15.880 INFO:teuthology.orchestra.run.smithi164.stdout:======================================================================================== 2024-03-09T15:54:15.880 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-03-09T15:54:15.881 INFO:teuthology.orchestra.run.smithi164.stdout:======================================================================================== 2024-03-09T15:54:15.881 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-09T15:54:15.881 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-rook noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 49 k 2024-03-09T15:54:15.881 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-03-09T15:54:15.881 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-03-09T15:54:15.881 INFO:teuthology.orchestra.run.smithi164.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-03-09T15:54:15.881 INFO:teuthology.orchestra.run.smithi164.stdout: python3-google-auth noarch 1:2.28.0-1.el9 epel 203 k 2024-03-09T15:54:15.881 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-03-09T15:54:15.881 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-03-09T15:54:15.881 INFO:teuthology.orchestra.run.smithi164.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-03-09T15:54:15.881 INFO:teuthology.orchestra.run.smithi164.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-03-09T15:54:15.881 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-03-09T15:54:15.881 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-03-09T15:54:15.882 INFO:teuthology.orchestra.run.smithi164.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-03-09T15:54:15.882 INFO:teuthology.orchestra.run.smithi164.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-03-09T15:54:15.882 INFO:teuthology.orchestra.run.smithi164.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-03-09T15:54:15.882 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:15.882 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-09T15:54:15.882 INFO:teuthology.orchestra.run.smithi164.stdout:======================================================================================== 2024-03-09T15:54:15.882 INFO:teuthology.orchestra.run.smithi164.stdout:Install 13 Packages 2024-03-09T15:54:15.882 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:15.883 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 2.0 M 2024-03-09T15:54:15.883 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 26 M 2024-03-09T15:54:15.883 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-09T15:54:16.081 INFO:teuthology.orchestra.run.smithi164.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 143 kB/s | 18 kB 00:00 2024-03-09T15:54:16.098 INFO:teuthology.orchestra.run.smithi164.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 171 kB/s | 24 kB 00:00 2024-03-09T15:54:16.129 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:02 ago on Sat 09 Mar 2024 03:53:14 PM UTC. 2024-03-09T15:54:16.148 INFO:teuthology.orchestra.run.smithi164.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.6 MB/s | 174 kB 00:00 2024-03-09T15:54:16.173 INFO:teuthology.orchestra.run.smithi164.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-03-09T15:54:16.207 INFO:teuthology.orchestra.run.smithi164.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 3.5 MB/s | 211 kB 00:00 2024-03-09T15:54:16.224 INFO:teuthology.orchestra.run.smithi164.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 848 kB/s | 43 kB 00:00 2024-03-09T15:54:16.241 INFO:teuthology.orchestra.run.smithi164.stdout:(7/13): ceph-mgr-rook-19.0.0-1920.g6b01fe95.el9 172 kB/s | 49 kB 00:00 2024-03-09T15:54:16.285 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-09T15:54:16.286 INFO:teuthology.orchestra.run.smithi052.stdout:====================================================================================== 2024-03-09T15:54:16.286 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repository Size 2024-03-09T15:54:16.286 INFO:teuthology.orchestra.run.smithi052.stdout:====================================================================================== 2024-03-09T15:54:16.286 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-03-09T15:54:16.286 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-dashboard noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 1.8 M 2024-03-09T15:54:16.287 INFO:teuthology.orchestra.run.smithi052.stdout:Installing dependencies: 2024-03-09T15:54:16.287 INFO:teuthology.orchestra.run.smithi052.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-03-09T15:54:16.287 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-grafana-dashboards noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 34 k 2024-03-09T15:54:16.287 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-prometheus-alerts noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 16 k 2024-03-09T15:54:16.287 INFO:teuthology.orchestra.run.smithi052.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-03-09T15:54:16.287 INFO:teuthology.orchestra.run.smithi052.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-03-09T15:54:16.287 INFO:teuthology.orchestra.run.smithi052.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-03-09T15:54:16.287 INFO:teuthology.orchestra.run.smithi052.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-03-09T15:54:16.287 INFO:teuthology.orchestra.run.smithi052.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-03-09T15:54:16.287 INFO:teuthology.orchestra.run.smithi052.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-03-09T15:54:16.287 INFO:teuthology.orchestra.run.smithi052.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-03-09T15:54:16.287 INFO:teuthology.orchestra.run.smithi052.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-03-09T15:54:16.287 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:16.287 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-03-09T15:54:16.288 INFO:teuthology.orchestra.run.smithi052.stdout:====================================================================================== 2024-03-09T15:54:16.288 INFO:teuthology.orchestra.run.smithi052.stdout:Install 12 Packages 2024-03-09T15:54:16.288 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:16.288 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 6.9 M 2024-03-09T15:54:16.288 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 26 M 2024-03-09T15:54:16.288 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-03-09T15:54:16.291 INFO:teuthology.orchestra.run.smithi164.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 224 kB/s | 15 kB 00:00 2024-03-09T15:54:16.298 INFO:teuthology.orchestra.run.smithi151.stdout: Preparing : 1/1 2024-03-09T15:54:16.308 INFO:teuthology.orchestra.run.smithi164.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 319 kB/s | 32 kB 00:00 2024-03-09T15:54:16.375 INFO:teuthology.orchestra.run.smithi164.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 885 kB/s | 59 kB 00:00 2024-03-09T15:54:16.386 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-03-09T15:54:16.400 INFO:teuthology.orchestra.run.smithi164.stdout:(11/13): python3-google-auth-2.28.0-1.el9.noarc 1.2 MB/s | 203 kB 00:00 2024-03-09T15:54:16.418 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-03-09T15:54:16.434 INFO:teuthology.orchestra.run.smithi164.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.5 MB/s | 90 kB 00:00 2024-03-09T15:54:16.511 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-03-09T15:54:16.554 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-03-09T15:54:16.609 INFO:teuthology.orchestra.run.smithi164.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.2 MB/s | 1.0 MB 00:00 2024-03-09T15:54:16.611 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:54:16.611 INFO:teuthology.orchestra.run.smithi164.stdout:Total 2.8 MB/s | 2.0 MB 00:00 2024-03-09T15:54:16.612 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-09T15:54:16.625 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-09T15:54:16.625 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-09T15:54:16.673 INFO:teuthology.orchestra.run.smithi052.stdout:(1/12): ceph-grafana-dashboards-19.0.0-1920.g6b 185 kB/s | 34 kB 00:00 2024-03-09T15:54:16.698 INFO:teuthology.orchestra.run.smithi052.stdout:(2/12): ceph-prometheus-alerts-19.0.0-1920.g6b0 79 kB/s | 16 kB 00:00 2024-03-09T15:54:16.729 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-09T15:54:16.729 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-09T15:54:16.738 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-09T15:54:16.770 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-09T15:54:16.832 INFO:teuthology.orchestra.run.smithi052.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.7 MB/s | 238 kB 00:00 2024-03-09T15:54:16.847 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-03-09T15:54:16.898 INFO:teuthology.orchestra.run.smithi052.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.5 MB/s | 1.0 MB 00:00 2024-03-09T15:54:17.032 INFO:teuthology.orchestra.run.smithi052.stdout:(5/12): ceph-mgr-dashboard-19.0.0-1920.g6b01fe9 3.3 MB/s | 1.8 MB 00:00 2024-03-09T15:54:17.190 INFO:teuthology.orchestra.run.smithi052.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.4 MB/s | 863 kB 00:00 2024-03-09T15:54:17.249 INFO:teuthology.orchestra.run.smithi052.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 90 kB/s | 19 kB 00:00 2024-03-09T15:54:17.253 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-09T15:54:17.424 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-03-09T15:54:17.482 INFO:teuthology.orchestra.run.smithi052.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 695 kB/s | 144 kB 00:00 2024-03-09T15:54:17.493 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-03-09T15:54:17.510 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-03-09T15:54:17.557 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-03-09T15:54:17.574 INFO:teuthology.orchestra.run.smithi052.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 335 kB/s | 31 kB 00:00 2024-03-09T15:54:17.594 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-03-09T15:54:17.600 INFO:teuthology.orchestra.run.smithi052.stdout:(10/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 782 kB/s | 548 kB 00:00 2024-03-09T15:54:17.626 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-03-09T15:54:17.636 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-03-09T15:54:17.729 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-03-09T15:54:17.766 INFO:teuthology.orchestra.run.smithi052.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 984 kB/s | 188 kB 00:00 2024-03-09T15:54:17.855 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-google-auth-1:2.28.0-1.el9.noarch 7/13 2024-03-09T15:54:17.913 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-03-09T15:54:17.950 INFO:teuthology.orchestra.run.smithi052.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 2.7 MB/s | 2.0 MB 00:00 2024-03-09T15:54:17.957 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:54:17.957 INFO:teuthology.orchestra.run.smithi052.stdout:Total 4.1 MB/s | 6.9 MB 00:01 2024-03-09T15:54:17.976 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-03-09T15:54:17.997 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-03-09T15:54:17.997 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-03-09T15:54:18.172 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-03-09T15:54:18.172 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-03-09T15:54:18.636 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-03-09T15:54:18.677 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-03-09T15:54:18.700 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-03-09T15:54:18.711 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-03-09T15:54:18.758 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-03-09T15:54:18.776 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-03-09T15:54:18.780 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-mgr-rook-2:19.0.0-1920.g6b01fe95.el9.noarch 13/13 2024-03-09T15:54:18.811 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-03-09T15:54:18.855 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-03-09T15:54:18.859 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-03-09T15:54:18.888 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-03-09T15:54:19.005 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-03-09T15:54:19.135 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-03-09T15:54:19.235 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-03-09T15:54:19.301 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-03-09T15:54:19.329 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-03-09T15:54:19.353 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-1920.g6b01fe95.el9 10/12 2024-03-09T15:54:19.586 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-1920.g6b01fe95.el9.noarch 13/13 2024-03-09T15:54:19.586 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-mgr-rook-2:19.0.0-1920.g6b01fe95.el9.noarch 1/13 2024-03-09T15:54:19.586 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-03-09T15:54:19.586 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-03-09T15:54:19.586 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-03-09T15:54:19.586 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-03-09T15:54:19.586 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-03-09T15:54:19.587 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-03-09T15:54:19.587 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-03-09T15:54:19.587 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-03-09T15:54:19.587 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-google-auth-1:2.28.0-1.el9.noarch 10/13 2024-03-09T15:54:19.587 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-03-09T15:54:19.587 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-03-09T15:54:19.600 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-1920.g6b01fe95.el 11/12 2024-03-09T15:54:19.635 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-1920.g6b01fe95.el9.noa 12/12 2024-03-09T15:54:19.893 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-03-09T15:54:19.917 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-1920.g6b01f 12/12 2024-03-09T15:54:19.959 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-03-09T15:54:19.959 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:19.959 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-09T15:54:19.959 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-rook-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T15:54:19.959 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-03-09T15:54:19.959 INFO:teuthology.orchestra.run.smithi164.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-03-09T15:54:19.959 INFO:teuthology.orchestra.run.smithi164.stdout: python3-google-auth-1:2.28.0-1.el9.noarch 2024-03-09T15:54:19.959 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-03-09T15:54:19.959 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-03-09T15:54:19.959 INFO:teuthology.orchestra.run.smithi164.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-03-09T15:54:19.959 INFO:teuthology.orchestra.run.smithi164.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-03-09T15:54:19.959 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-03-09T15:54:19.960 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-03-09T15:54:19.960 INFO:teuthology.orchestra.run.smithi164.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-03-09T15:54:19.960 INFO:teuthology.orchestra.run.smithi164.stdout: python3-rsa-4.9-2.el9.noarch 2024-03-09T15:54:19.960 INFO:teuthology.orchestra.run.smithi164.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-03-09T15:54:19.960 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:19.960 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T15:54:20.207 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-mgr-cephadm 2024-03-09T15:54:20.428 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-1920.g6b01fe95.el9.noa 12/12 2024-03-09T15:54:20.429 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-1920.g6b01fe95.el 1/12 2024-03-09T15:54:20.429 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-1920.g6b01fe95.el9.noa 2/12 2024-03-09T15:54:20.429 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-1920.g6b01fe95.el9 3/12 2024-03-09T15:54:20.429 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-03-09T15:54:20.429 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-03-09T15:54:20.429 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-03-09T15:54:20.429 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-03-09T15:54:20.429 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-03-09T15:54:20.429 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-03-09T15:54:20.429 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-03-09T15:54:20.429 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-03-09T15:54:20.775 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:23 ago on Sat 09 Mar 2024 03:52:57 PM UTC. 2024-03-09T15:54:20.806 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-03-09T15:54:20.806 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:20.806 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-03-09T15:54:20.806 INFO:teuthology.orchestra.run.smithi052.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-03-09T15:54:20.806 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-grafana-dashboards-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T15:54:20.806 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-dashboard-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T15:54:20.806 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-prometheus-alerts-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T15:54:20.807 INFO:teuthology.orchestra.run.smithi052.stdout: grpc-data-1.46.7-10.el9.noarch 2024-03-09T15:54:20.807 INFO:teuthology.orchestra.run.smithi052.stdout: protobuf-3.14.0-13.el9.x86_64 2024-03-09T15:54:20.807 INFO:teuthology.orchestra.run.smithi052.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-03-09T15:54:20.807 INFO:teuthology.orchestra.run.smithi052.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-03-09T15:54:20.807 INFO:teuthology.orchestra.run.smithi052.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-03-09T15:54:20.807 INFO:teuthology.orchestra.run.smithi052.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-03-09T15:54:20.807 INFO:teuthology.orchestra.run.smithi052.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-03-09T15:54:20.807 INFO:teuthology.orchestra.run.smithi052.stdout: python3-routes-2.5.1-5.el9.noarch 2024-03-09T15:54:20.807 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:20.807 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-09T15:54:20.925 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T15:54:20.926 INFO:teuthology.orchestra.run.smithi164.stdout:======================================================================================== 2024-03-09T15:54:20.926 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-03-09T15:54:20.926 INFO:teuthology.orchestra.run.smithi164.stdout:======================================================================================== 2024-03-09T15:54:20.926 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-09T15:54:20.927 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-cephadm noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 139 k 2024-03-09T15:54:20.927 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-03-09T15:54:20.927 INFO:teuthology.orchestra.run.smithi164.stdout: python3-asyncssh noarch 2.13.2-4.el9 epel 548 k 2024-03-09T15:54:20.927 INFO:teuthology.orchestra.run.smithi164.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-03-09T15:54:20.927 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-03-09T15:54:20.927 INFO:teuthology.orchestra.run.smithi164.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-03-09T15:54:20.928 INFO:teuthology.orchestra.run.smithi164.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-03-09T15:54:20.928 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:20.928 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-09T15:54:20.928 INFO:teuthology.orchestra.run.smithi164.stdout:======================================================================================== 2024-03-09T15:54:20.928 INFO:teuthology.orchestra.run.smithi164.stdout:Install 6 Packages 2024-03-09T15:54:20.928 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:20.929 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 6.8 M 2024-03-09T15:54:20.929 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 33 M 2024-03-09T15:54:20.929 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-09T15:54:21.057 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph-mgr-diskprediction-local 2024-03-09T15:54:21.270 INFO:teuthology.orchestra.run.smithi164.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 2.1 MB/s | 248 kB 00:00 2024-03-09T15:54:21.437 INFO:teuthology.orchestra.run.smithi164.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 20 MB/s | 5.8 MB 00:00 2024-03-09T15:54:21.554 INFO:teuthology.orchestra.run.smithi164.stdout:(3/6): ceph-mgr-cephadm-19.0.0-1920.g6b01fe95.e 347 kB/s | 139 kB 00:00 2024-03-09T15:54:21.635 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:07 ago on Sat 09 Mar 2024 03:53:14 PM UTC. 2024-03-09T15:54:21.795 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-09T15:54:21.796 INFO:teuthology.orchestra.run.smithi052.stdout:============================================================================================ 2024-03-09T15:54:21.796 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repository Size 2024-03-09T15:54:21.796 INFO:teuthology.orchestra.run.smithi052.stdout:============================================================================================ 2024-03-09T15:54:21.797 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-03-09T15:54:21.797 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 7.4 M 2024-03-09T15:54:21.797 INFO:teuthology.orchestra.run.smithi052.stdout:Installing dependencies: 2024-03-09T15:54:21.797 INFO:teuthology.orchestra.run.smithi052.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-03-09T15:54:21.797 INFO:teuthology.orchestra.run.smithi052.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-03-09T15:54:21.797 INFO:teuthology.orchestra.run.smithi052.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-03-09T15:54:21.797 INFO:teuthology.orchestra.run.smithi052.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-03-09T15:54:21.797 INFO:teuthology.orchestra.run.smithi052.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-03-09T15:54:21.797 INFO:teuthology.orchestra.run.smithi052.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-03-09T15:54:21.797 INFO:teuthology.orchestra.run.smithi052.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-03-09T15:54:21.797 INFO:teuthology.orchestra.run.smithi052.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-03-09T15:54:21.797 INFO:teuthology.orchestra.run.smithi052.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-03-09T15:54:21.797 INFO:teuthology.orchestra.run.smithi052.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-03-09T15:54:21.797 INFO:teuthology.orchestra.run.smithi052.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-03-09T15:54:21.798 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:21.798 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-03-09T15:54:21.798 INFO:teuthology.orchestra.run.smithi052.stdout:============================================================================================ 2024-03-09T15:54:21.798 INFO:teuthology.orchestra.run.smithi052.stdout:Install 12 Packages 2024-03-09T15:54:21.798 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:21.798 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 37 M 2024-03-09T15:54:21.798 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 209 M 2024-03-09T15:54:21.799 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-03-09T15:54:22.030 INFO:teuthology.orchestra.run.smithi164.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 101 kB/s | 58 kB 00:00 2024-03-09T15:54:22.105 INFO:teuthology.orchestra.run.smithi164.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 97 kB/s | 51 kB 00:00 2024-03-09T15:54:22.131 INFO:teuthology.orchestra.run.smithi052.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 220 kB/s | 32 kB 00:00 2024-03-09T15:54:22.165 INFO:teuthology.orchestra.run.smithi052.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 536 kB/s | 17 kB 00:00 2024-03-09T15:54:22.198 INFO:teuthology.orchestra.run.smithi052.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 1.0 MB/s | 34 kB 00:00 2024-03-09T15:54:22.357 INFO:teuthology.orchestra.run.smithi052.stdout:(4/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 30 MB/s | 4.7 MB 00:00 2024-03-09T15:54:22.440 INFO:teuthology.orchestra.run.smithi052.stdout:(5/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 6.6 MB/s | 3.0 MB 00:00 2024-03-09T15:54:22.497 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-1920.g6b01f 12/12 2024-03-09T15:54:22.497 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-1920.g6b01f 1/12 2024-03-09T15:54:22.497 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-03-09T15:54:22.497 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-03-09T15:54:22.498 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-03-09T15:54:22.498 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-09T15:54:22.498 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-09T15:54:22.498 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-03-09T15:54:22.498 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-03-09T15:54:22.498 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-03-09T15:54:22.498 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-03-09T15:54:22.498 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-03-09T15:54:22.516 INFO:teuthology.orchestra.run.smithi052.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 30 MB/s | 4.8 MB 00:00 2024-03-09T15:54:22.521 INFO:teuthology.orchestra.run.smithi164.stdout:(6/6): python3-asyncssh-2.13.2-4.el9.noarch.rpm 438 kB/s | 548 kB 00:01 2024-03-09T15:54:22.525 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:54:22.525 INFO:teuthology.orchestra.run.smithi164.stdout:Total 4.3 MB/s | 6.8 MB 00:01 2024-03-09T15:54:22.537 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-09T15:54:22.541 INFO:teuthology.orchestra.run.smithi052.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.2 MB/s | 217 kB 00:00 2024-03-09T15:54:22.548 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-09T15:54:22.548 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-09T15:54:22.640 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-09T15:54:22.642 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-09T15:54:22.874 INFO:teuthology.orchestra.run.smithi052.stdout:(8/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 44 MB/s | 16 MB 00:00 2024-03-09T15:54:22.938 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-03-09T15:54:22.938 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:22.939 INFO:teuthology.orchestra.run.smithi151.stdout:Installed: 2024-03-09T15:54:22.939 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-mgr-diskprediction-local-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T15:54:22.939 INFO:teuthology.orchestra.run.smithi151.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-03-09T15:54:22.939 INFO:teuthology.orchestra.run.smithi151.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-03-09T15:54:22.939 INFO:teuthology.orchestra.run.smithi151.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-03-09T15:54:22.939 INFO:teuthology.orchestra.run.smithi151.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-03-09T15:54:22.939 INFO:teuthology.orchestra.run.smithi151.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-03-09T15:54:22.939 INFO:teuthology.orchestra.run.smithi151.stdout: openblas-0.3.21-2.el9.x86_64 2024-03-09T15:54:22.939 INFO:teuthology.orchestra.run.smithi151.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-03-09T15:54:22.939 INFO:teuthology.orchestra.run.smithi151.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-03-09T15:54:22.939 INFO:teuthology.orchestra.run.smithi151.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-03-09T15:54:22.939 INFO:teuthology.orchestra.run.smithi151.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-03-09T15:54:22.939 INFO:teuthology.orchestra.run.smithi151.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-03-09T15:54:22.939 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:22.940 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2024-03-09T15:54:22.943 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-09T15:54:23.116 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-03-09T15:54:23.116 INFO:teuthology.orchestra.run.smithi052.stdout:(9/12): ceph-mgr-diskprediction-local-19.0.0-19 6.6 MB/s | 7.4 MB 00:01 2024-03-09T15:54:23.182 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-asyncssh-2.13.2-4.el9.noarch 2/6 2024-03-09T15:54:23.183 INFO:teuthology.orchestra.run.smithi052.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 633 kB/s | 195 kB 00:00 2024-03-09T15:54:23.217 INFO:teuthology.orchestra.run.smithi052.stdout:(11/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.2 MB/s | 803 kB 00:00 2024-03-09T15:54:23.355 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install ceph-mgr-rook 2024-03-09T15:54:23.417 INFO:teuthology.orchestra.run.smithi052.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 818 kB/s | 245 kB 00:00 2024-03-09T15:54:23.419 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:54:23.419 INFO:teuthology.orchestra.run.smithi052.stdout:Total 23 MB/s | 37 MB 00:01 2024-03-09T15:54:23.458 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-03-09T15:54:23.482 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-03-09T15:54:23.482 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-03-09T15:54:23.698 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-03-09T15:54:23.784 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-03-09T15:54:23.846 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-03-09T15:54:23.852 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-03-09T15:54:23.852 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-03-09T15:54:23.869 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 6/6 2024-03-09T15:54:23.947 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:01:19 ago on Sat 09 Mar 2024 03:53:04 PM UTC. 2024-03-09T15:54:24.105 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2024-03-09T15:54:24.106 INFO:teuthology.orchestra.run.smithi151.stdout:======================================================================================== 2024-03-09T15:54:24.106 INFO:teuthology.orchestra.run.smithi151.stdout: Package Arch Version Repository Size 2024-03-09T15:54:24.107 INFO:teuthology.orchestra.run.smithi151.stdout:======================================================================================== 2024-03-09T15:54:24.107 INFO:teuthology.orchestra.run.smithi151.stdout:Installing: 2024-03-09T15:54:24.107 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-mgr-rook noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 49 k 2024-03-09T15:54:24.107 INFO:teuthology.orchestra.run.smithi151.stdout:Installing dependencies: 2024-03-09T15:54:24.107 INFO:teuthology.orchestra.run.smithi151.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-03-09T15:54:24.107 INFO:teuthology.orchestra.run.smithi151.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-03-09T15:54:24.107 INFO:teuthology.orchestra.run.smithi151.stdout: python3-google-auth noarch 1:2.28.0-1.el9 epel 203 k 2024-03-09T15:54:24.107 INFO:teuthology.orchestra.run.smithi151.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-03-09T15:54:24.107 INFO:teuthology.orchestra.run.smithi151.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-03-09T15:54:24.107 INFO:teuthology.orchestra.run.smithi151.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-03-09T15:54:24.107 INFO:teuthology.orchestra.run.smithi151.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-03-09T15:54:24.107 INFO:teuthology.orchestra.run.smithi151.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-03-09T15:54:24.107 INFO:teuthology.orchestra.run.smithi151.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-03-09T15:54:24.108 INFO:teuthology.orchestra.run.smithi151.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-03-09T15:54:24.108 INFO:teuthology.orchestra.run.smithi151.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-03-09T15:54:24.108 INFO:teuthology.orchestra.run.smithi151.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-03-09T15:54:24.108 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:24.108 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2024-03-09T15:54:24.108 INFO:teuthology.orchestra.run.smithi151.stdout:======================================================================================== 2024-03-09T15:54:24.108 INFO:teuthology.orchestra.run.smithi151.stdout:Install 13 Packages 2024-03-09T15:54:24.108 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:24.109 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 2.0 M 2024-03-09T15:54:24.109 INFO:teuthology.orchestra.run.smithi151.stdout:Installed size: 26 M 2024-03-09T15:54:24.109 INFO:teuthology.orchestra.run.smithi151.stdout:Downloading Packages: 2024-03-09T15:54:24.305 INFO:teuthology.orchestra.run.smithi151.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 118 kB/s | 18 kB 00:00 2024-03-09T15:54:24.331 INFO:teuthology.orchestra.run.smithi151.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 137 kB/s | 24 kB 00:00 2024-03-09T15:54:24.373 INFO:teuthology.orchestra.run.smithi151.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.6 MB/s | 174 kB 00:00 2024-03-09T15:54:24.398 INFO:teuthology.orchestra.run.smithi151.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.9 MB/s | 132 kB 00:00 2024-03-09T15:54:24.423 INFO:teuthology.orchestra.run.smithi151.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-03-09T15:54:24.449 INFO:teuthology.orchestra.run.smithi151.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 853 kB/s | 43 kB 00:00 2024-03-09T15:54:24.474 INFO:teuthology.orchestra.run.smithi151.stdout:(7/13): ceph-mgr-rook-19.0.0-1920.g6b01fe95.el9 153 kB/s | 49 kB 00:00 2024-03-09T15:54:24.573 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-03-09T15:54:24.591 INFO:teuthology.orchestra.run.smithi151.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 192 kB/s | 32 kB 00:00 2024-03-09T15:54:24.633 INFO:teuthology.orchestra.run.smithi151.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 81 kB/s | 15 kB 00:00 2024-03-09T15:54:24.649 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-03-09T15:54:24.680 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-03-09T15:54:24.733 INFO:teuthology.orchestra.run.smithi151.stdout:(10/13): python3-google-auth-2.28.0-1.el9.noarc 957 kB/s | 203 kB 00:00 2024-03-09T15:54:24.734 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 6/6 2024-03-09T15:54:24.734 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 1/6 2024-03-09T15:54:24.734 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-03-09T15:54:24.735 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-03-09T15:54:24.735 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-asyncssh-2.13.2-4.el9.noarch 4/6 2024-03-09T15:54:24.735 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-03-09T15:54:24.775 INFO:teuthology.orchestra.run.smithi151.stdout:(11/13): python3-kubernetes-26.1.0-2.el9.noarch 5.6 MB/s | 1.0 MB 00:00 2024-03-09T15:54:24.776 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-03-09T15:54:24.801 INFO:teuthology.orchestra.run.smithi151.stdout:(12/13): python3-rsa-4.9-2.el9.noarch.rpm 353 kB/s | 59 kB 00:00 2024-03-09T15:54:24.816 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-03-09T15:54:24.835 INFO:teuthology.orchestra.run.smithi151.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 896 kB/s | 90 kB 00:00 2024-03-09T15:54:24.839 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:54:24.839 INFO:teuthology.orchestra.run.smithi151.stdout:Total 2.8 MB/s | 2.0 MB 00:00 2024-03-09T15:54:24.839 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction check 2024-03-09T15:54:24.852 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction check succeeded. 2024-03-09T15:54:24.852 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction test 2024-03-09T15:54:24.951 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction test succeeded. 2024-03-09T15:54:24.951 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction 2024-03-09T15:54:24.990 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-09T15:54:25.015 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-09T15:54:25.066 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-03-09T15:54:25.066 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:25.066 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-09T15:54:25.066 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T15:54:25.066 INFO:teuthology.orchestra.run.smithi164.stdout: python3-asyncssh-2.13.2-4.el9.noarch 2024-03-09T15:54:25.066 INFO:teuthology.orchestra.run.smithi164.stdout: python3-babel-2.9.1-2.el9.noarch 2024-03-09T15:54:25.066 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-03-09T15:54:25.066 INFO:teuthology.orchestra.run.smithi164.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-03-09T15:54:25.067 INFO:teuthology.orchestra.run.smithi164.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-03-09T15:54:25.067 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:25.067 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T15:54:25.093 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-03-09T15:54:25.330 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-fuse 2024-03-09T15:54:25.479 INFO:teuthology.orchestra.run.smithi151.stdout: Preparing : 1/1 2024-03-09T15:54:25.652 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-03-09T15:54:25.711 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-03-09T15:54:25.784 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-03-09T15:54:25.789 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-03-09T15:54:25.821 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-03-09T15:54:25.863 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-03-09T15:54:25.892 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:28 ago on Sat 09 Mar 2024 03:52:57 PM UTC. 2024-03-09T15:54:25.913 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-03-09T15:54:25.959 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-03-09T15:54:26.044 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T15:54:26.044 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:54:26.044 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-03-09T15:54:26.044 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:54:26.045 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-09T15:54:26.045 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-fuse x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 888 k 2024-03-09T15:54:26.045 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-03-09T15:54:26.045 INFO:teuthology.orchestra.run.smithi164.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-03-09T15:54:26.045 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:26.045 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-09T15:54:26.045 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:54:26.045 INFO:teuthology.orchestra.run.smithi164.stdout:Install 2 Packages 2024-03-09T15:54:26.045 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:26.046 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 967 k 2024-03-09T15:54:26.046 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 2.8 M 2024-03-09T15:54:26.046 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-09T15:54:26.067 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-google-auth-1:2.28.0-1.el9.noarch 7/13 2024-03-09T15:54:26.123 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-03-09T15:54:26.165 INFO:teuthology.orchestra.run.smithi164.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 660 kB/s | 79 kB 00:00 2024-03-09T15:54:26.365 INFO:teuthology.orchestra.run.smithi164.stdout:(2/2): ceph-fuse-19.0.0-1920.g6b01fe95.el9.x86_ 2.7 MB/s | 888 kB 00:00 2024-03-09T15:54:26.366 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:54:26.367 INFO:teuthology.orchestra.run.smithi164.stdout:Total 2.9 MB/s | 967 kB 00:00 2024-03-09T15:54:26.367 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-09T15:54:26.387 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-09T15:54:26.387 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-09T15:54:26.464 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-09T15:54:26.465 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-09T15:54:26.659 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-09T15:54:26.800 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-03-09T15:54:26.865 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-03-09T15:54:26.874 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 2/2 2024-03-09T15:54:26.913 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-03-09T15:54:26.947 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-03-09T15:54:26.997 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-03-09T15:54:27.017 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-mgr-rook-2:19.0.0-1920.g6b01fe95.el9.noarch 13/13 2024-03-09T15:54:27.245 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-03-09T15:54:27.549 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 2/2 2024-03-09T15:54:27.549 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/2 2024-03-09T15:54:27.849 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-1920.g6b01fe95.el9.noarch 13/13 2024-03-09T15:54:27.849 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-mgr-rook-2:19.0.0-1920.g6b01fe95.el9.noarch 1/13 2024-03-09T15:54:27.849 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-03-09T15:54:27.849 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-03-09T15:54:27.849 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-03-09T15:54:27.849 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-03-09T15:54:27.849 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-03-09T15:54:27.849 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-03-09T15:54:27.849 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-03-09T15:54:27.849 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-03-09T15:54:27.849 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-google-auth-1:2.28.0-1.el9.noarch 10/13 2024-03-09T15:54:27.849 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-03-09T15:54:27.850 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-03-09T15:54:27.881 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-03-09T15:54:27.881 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:27.881 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-09T15:54:27.881 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-03-09T15:54:27.881 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:27.881 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T15:54:28.193 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-volume 2024-03-09T15:54:28.238 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-03-09T15:54:28.238 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:28.238 INFO:teuthology.orchestra.run.smithi151.stdout:Installed: 2024-03-09T15:54:28.238 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-mgr-rook-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T15:54:28.238 INFO:teuthology.orchestra.run.smithi151.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-03-09T15:54:28.238 INFO:teuthology.orchestra.run.smithi151.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-03-09T15:54:28.238 INFO:teuthology.orchestra.run.smithi151.stdout: python3-google-auth-1:2.28.0-1.el9.noarch 2024-03-09T15:54:28.238 INFO:teuthology.orchestra.run.smithi151.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-03-09T15:54:28.238 INFO:teuthology.orchestra.run.smithi151.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-03-09T15:54:28.239 INFO:teuthology.orchestra.run.smithi151.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-03-09T15:54:28.239 INFO:teuthology.orchestra.run.smithi151.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-03-09T15:54:28.239 INFO:teuthology.orchestra.run.smithi151.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-03-09T15:54:28.239 INFO:teuthology.orchestra.run.smithi151.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-03-09T15:54:28.239 INFO:teuthology.orchestra.run.smithi151.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-03-09T15:54:28.239 INFO:teuthology.orchestra.run.smithi151.stdout: python3-rsa-4.9-2.el9.noarch 2024-03-09T15:54:28.239 INFO:teuthology.orchestra.run.smithi151.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-03-09T15:54:28.239 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:28.239 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2024-03-09T15:54:28.322 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-03-09T15:54:28.347 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-1920.g6b01f 12/12 2024-03-09T15:54:28.542 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install ceph-mgr-cephadm 2024-03-09T15:54:28.772 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:31 ago on Sat 09 Mar 2024 03:52:57 PM UTC. 2024-03-09T15:54:28.924 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T15:54:28.925 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:54:28.925 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-03-09T15:54:28.925 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:54:28.925 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-09T15:54:28.925 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-volume noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 264 k 2024-03-09T15:54:28.925 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-03-09T15:54:28.925 INFO:teuthology.orchestra.run.smithi164.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-03-09T15:54:28.925 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:28.925 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-09T15:54:28.925 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:54:28.925 INFO:teuthology.orchestra.run.smithi164.stdout:Install 2 Packages 2024-03-09T15:54:28.925 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:28.926 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 332 k 2024-03-09T15:54:28.926 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 1.5 M 2024-03-09T15:54:28.926 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-09T15:54:29.045 INFO:teuthology.orchestra.run.smithi164.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 583 kB/s | 69 kB 00:00 2024-03-09T15:54:29.103 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:01:25 ago on Sat 09 Mar 2024 03:53:04 PM UTC. 2024-03-09T15:54:29.178 INFO:teuthology.orchestra.run.smithi164.stdout:(2/2): ceph-volume-19.0.0-1920.g6b01fe95.el9.no 1.0 MB/s | 264 kB 00:00 2024-03-09T15:54:29.179 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:54:29.179 INFO:teuthology.orchestra.run.smithi164.stdout:Total 1.3 MB/s | 332 kB 00:00 2024-03-09T15:54:29.180 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-09T15:54:29.188 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-09T15:54:29.188 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-09T15:54:29.229 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-09T15:54:29.229 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-09T15:54:29.251 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2024-03-09T15:54:29.254 INFO:teuthology.orchestra.run.smithi151.stdout:======================================================================================== 2024-03-09T15:54:29.254 INFO:teuthology.orchestra.run.smithi151.stdout: Package Arch Version Repository Size 2024-03-09T15:54:29.254 INFO:teuthology.orchestra.run.smithi151.stdout:======================================================================================== 2024-03-09T15:54:29.254 INFO:teuthology.orchestra.run.smithi151.stdout:Installing: 2024-03-09T15:54:29.254 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-mgr-cephadm noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 139 k 2024-03-09T15:54:29.254 INFO:teuthology.orchestra.run.smithi151.stdout:Installing dependencies: 2024-03-09T15:54:29.254 INFO:teuthology.orchestra.run.smithi151.stdout: python3-asyncssh noarch 2.13.2-4.el9 epel 548 k 2024-03-09T15:54:29.254 INFO:teuthology.orchestra.run.smithi151.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-03-09T15:54:29.254 INFO:teuthology.orchestra.run.smithi151.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-03-09T15:54:29.254 INFO:teuthology.orchestra.run.smithi151.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-03-09T15:54:29.254 INFO:teuthology.orchestra.run.smithi151.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-03-09T15:54:29.255 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:29.255 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2024-03-09T15:54:29.255 INFO:teuthology.orchestra.run.smithi151.stdout:======================================================================================== 2024-03-09T15:54:29.255 INFO:teuthology.orchestra.run.smithi151.stdout:Install 6 Packages 2024-03-09T15:54:29.255 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:29.255 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 6.8 M 2024-03-09T15:54:29.255 INFO:teuthology.orchestra.run.smithi151.stdout:Installed size: 33 M 2024-03-09T15:54:29.255 INFO:teuthology.orchestra.run.smithi151.stdout:Downloading Packages: 2024-03-09T15:54:29.394 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-09T15:54:29.570 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-03-09T15:54:29.609 INFO:teuthology.orchestra.run.smithi151.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.5 MB/s | 248 kB 00:00 2024-03-09T15:54:29.614 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-volume-2:19.0.0-1920.g6b01fe95.el9.noarch 2/2 2024-03-09T15:54:29.630 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-volume-2:19.0.0-1920.g6b01fe95.el9.noarch 2/2 2024-03-09T15:54:29.630 INFO:teuthology.orchestra.run.smithi164.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T15:54:29.631 INFO:teuthology.orchestra.run.smithi164.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-03-09T15:54:29.631 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:29.726 INFO:teuthology.orchestra.run.smithi151.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 21 MB/s | 5.8 MB 00:00 2024-03-09T15:54:29.751 INFO:teuthology.orchestra.run.smithi151.stdout:(3/6): ceph-mgr-cephadm-19.0.0-1920.g6b01fe95.e 452 kB/s | 139 kB 00:00 2024-03-09T15:54:29.935 INFO:teuthology.orchestra.run.smithi151.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 277 kB/s | 58 kB 00:00 2024-03-09T15:54:29.960 INFO:teuthology.orchestra.run.smithi151.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 313 kB/s | 51 kB 00:00 2024-03-09T15:54:29.994 INFO:teuthology.orchestra.run.smithi151.stdout:(6/6): python3-asyncssh-2.13.2-4.el9.noarch.rpm 1.4 MB/s | 548 kB 00:00 2024-03-09T15:54:29.997 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:54:29.998 INFO:teuthology.orchestra.run.smithi151.stdout:Total 9.1 MB/s | 6.8 MB 00:00 2024-03-09T15:54:30.010 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction check 2024-03-09T15:54:30.020 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction check succeeded. 2024-03-09T15:54:30.020 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction test 2024-03-09T15:54:30.112 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction test succeeded. 2024-03-09T15:54:30.112 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction 2024-03-09T15:54:30.393 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-volume-2:19.0.0-1920.g6b01fe95.el9.noarch 1/2 2024-03-09T15:54:30.413 INFO:teuthology.orchestra.run.smithi151.stdout: Preparing : 1/1 2024-03-09T15:54:30.576 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-03-09T15:54:30.621 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-asyncssh-2.13.2-4.el9.noarch 2/6 2024-03-09T15:54:30.764 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-03-09T15:54:30.764 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:30.764 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-09T15:54:30.764 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-volume-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T15:54:30.764 INFO:teuthology.orchestra.run.smithi164.stdout: python3-packaging-20.9-5.el9.noarch 2024-03-09T15:54:30.764 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:30.764 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T15:54:30.968 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-1920.g6b01f 12/12 2024-03-09T15:54:30.969 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-1920.g6b01f 1/12 2024-03-09T15:54:30.969 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-03-09T15:54:30.969 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-03-09T15:54:30.969 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-03-09T15:54:30.969 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-09T15:54:30.969 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-09T15:54:30.969 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-03-09T15:54:30.969 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-03-09T15:54:30.969 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-03-09T15:54:30.969 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-03-09T15:54:30.969 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-03-09T15:54:31.119 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install librados-devel 2024-03-09T15:54:31.144 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-03-09T15:54:31.224 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-03-09T15:54:31.286 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-03-09T15:54:31.309 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 6/6 2024-03-09T15:54:31.447 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-03-09T15:54:31.448 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:31.448 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-03-09T15:54:31.448 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-diskprediction-local-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T15:54:31.448 INFO:teuthology.orchestra.run.smithi052.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-03-09T15:54:31.448 INFO:teuthology.orchestra.run.smithi052.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-03-09T15:54:31.448 INFO:teuthology.orchestra.run.smithi052.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-03-09T15:54:31.448 INFO:teuthology.orchestra.run.smithi052.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-03-09T15:54:31.448 INFO:teuthology.orchestra.run.smithi052.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-03-09T15:54:31.448 INFO:teuthology.orchestra.run.smithi052.stdout: openblas-0.3.21-2.el9.x86_64 2024-03-09T15:54:31.448 INFO:teuthology.orchestra.run.smithi052.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-03-09T15:54:31.448 INFO:teuthology.orchestra.run.smithi052.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-03-09T15:54:31.448 INFO:teuthology.orchestra.run.smithi052.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-03-09T15:54:31.448 INFO:teuthology.orchestra.run.smithi052.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-03-09T15:54:31.448 INFO:teuthology.orchestra.run.smithi052.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-03-09T15:54:31.449 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:31.449 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-09T15:54:31.694 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:34 ago on Sat 09 Mar 2024 03:52:57 PM UTC. 2024-03-09T15:54:31.816 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph-mgr-rook 2024-03-09T15:54:31.850 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T15:54:31.851 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:54:31.851 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repo Size 2024-03-09T15:54:31.851 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:54:31.851 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-09T15:54:31.851 INFO:teuthology.orchestra.run.smithi164.stdout: librados-devel x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 126 k 2024-03-09T15:54:31.851 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:31.851 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-09T15:54:31.851 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:54:31.851 INFO:teuthology.orchestra.run.smithi164.stdout:Install 1 Package 2024-03-09T15:54:31.851 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:31.852 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 126 k 2024-03-09T15:54:31.852 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 456 k 2024-03-09T15:54:31.852 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-09T15:54:32.086 INFO:teuthology.orchestra.run.smithi164.stdout:librados-devel-19.0.0-1920.g6b01fe95.el9.x86_64 541 kB/s | 126 kB 00:00 2024-03-09T15:54:32.087 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:54:32.087 INFO:teuthology.orchestra.run.smithi164.stdout:Total 538 kB/s | 126 kB 00:00 2024-03-09T15:54:32.087 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-09T15:54:32.092 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-09T15:54:32.092 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-09T15:54:32.134 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 6/6 2024-03-09T15:54:32.134 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 1/6 2024-03-09T15:54:32.135 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-03-09T15:54:32.135 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-03-09T15:54:32.135 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-asyncssh-2.13.2-4.el9.noarch 4/6 2024-03-09T15:54:32.135 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-03-09T15:54:32.149 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-09T15:54:32.150 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-09T15:54:32.293 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-09T15:54:32.395 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:18 ago on Sat 09 Mar 2024 03:53:14 PM UTC. 2024-03-09T15:54:32.402 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : librados-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:32.451 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-03-09T15:54:32.451 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:32.452 INFO:teuthology.orchestra.run.smithi151.stdout:Installed: 2024-03-09T15:54:32.452 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-mgr-cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T15:54:32.452 INFO:teuthology.orchestra.run.smithi151.stdout: python3-asyncssh-2.13.2-4.el9.noarch 2024-03-09T15:54:32.452 INFO:teuthology.orchestra.run.smithi151.stdout: python3-babel-2.9.1-2.el9.noarch 2024-03-09T15:54:32.452 INFO:teuthology.orchestra.run.smithi151.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-03-09T15:54:32.452 INFO:teuthology.orchestra.run.smithi151.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-03-09T15:54:32.452 INFO:teuthology.orchestra.run.smithi151.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-03-09T15:54:32.452 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:32.452 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2024-03-09T15:54:32.551 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-09T15:54:32.552 INFO:teuthology.orchestra.run.smithi052.stdout:======================================================================================== 2024-03-09T15:54:32.552 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repository Size 2024-03-09T15:54:32.552 INFO:teuthology.orchestra.run.smithi052.stdout:======================================================================================== 2024-03-09T15:54:32.552 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-03-09T15:54:32.552 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-rook noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 49 k 2024-03-09T15:54:32.552 INFO:teuthology.orchestra.run.smithi052.stdout:Installing dependencies: 2024-03-09T15:54:32.552 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-03-09T15:54:32.552 INFO:teuthology.orchestra.run.smithi052.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-03-09T15:54:32.552 INFO:teuthology.orchestra.run.smithi052.stdout: python3-google-auth noarch 1:2.28.0-1.el9 epel 203 k 2024-03-09T15:54:32.553 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-03-09T15:54:32.553 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-03-09T15:54:32.553 INFO:teuthology.orchestra.run.smithi052.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-03-09T15:54:32.553 INFO:teuthology.orchestra.run.smithi052.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-03-09T15:54:32.553 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-03-09T15:54:32.553 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-03-09T15:54:32.553 INFO:teuthology.orchestra.run.smithi052.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-03-09T15:54:32.553 INFO:teuthology.orchestra.run.smithi052.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-03-09T15:54:32.553 INFO:teuthology.orchestra.run.smithi052.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-03-09T15:54:32.553 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:32.553 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-03-09T15:54:32.553 INFO:teuthology.orchestra.run.smithi052.stdout:======================================================================================== 2024-03-09T15:54:32.553 INFO:teuthology.orchestra.run.smithi052.stdout:Install 13 Packages 2024-03-09T15:54:32.553 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:32.554 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 2.0 M 2024-03-09T15:54:32.554 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 26 M 2024-03-09T15:54:32.554 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-03-09T15:54:32.718 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install ceph-fuse 2024-03-09T15:54:32.871 INFO:teuthology.orchestra.run.smithi052.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 137 kB/s | 18 kB 00:00 2024-03-09T15:54:32.875 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: librados-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:32.896 INFO:teuthology.orchestra.run.smithi052.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 155 kB/s | 24 kB 00:00 2024-03-09T15:54:32.947 INFO:teuthology.orchestra.run.smithi052.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.3 MB/s | 174 kB 00:00 2024-03-09T15:54:32.971 INFO:teuthology.orchestra.run.smithi052.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-03-09T15:54:32.997 INFO:teuthology.orchestra.run.smithi052.stdout:(5/13): ceph-mgr-rook-19.0.0-1920.g6b01fe95.el9 191 kB/s | 49 kB 00:00 2024-03-09T15:54:33.022 INFO:teuthology.orchestra.run.smithi052.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.7 MB/s | 211 kB 00:00 2024-03-09T15:54:33.048 INFO:teuthology.orchestra.run.smithi052.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 568 kB/s | 43 kB 00:00 2024-03-09T15:54:33.213 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : librados-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:33.213 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:33.214 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-09T15:54:33.214 INFO:teuthology.orchestra.run.smithi164.stdout: librados-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:54:33.214 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:33.214 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T15:54:33.272 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:01:29 ago on Sat 09 Mar 2024 03:53:04 PM UTC. 2024-03-09T15:54:33.423 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2024-03-09T15:54:33.423 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:54:33.423 INFO:teuthology.orchestra.run.smithi151.stdout: Package Arch Version Repository Size 2024-03-09T15:54:33.423 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:54:33.424 INFO:teuthology.orchestra.run.smithi151.stdout:Installing: 2024-03-09T15:54:33.424 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-fuse x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 888 k 2024-03-09T15:54:33.424 INFO:teuthology.orchestra.run.smithi151.stdout:Installing dependencies: 2024-03-09T15:54:33.424 INFO:teuthology.orchestra.run.smithi151.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-03-09T15:54:33.424 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:33.424 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2024-03-09T15:54:33.424 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:54:33.424 INFO:teuthology.orchestra.run.smithi151.stdout:Install 2 Packages 2024-03-09T15:54:33.424 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:33.425 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 967 k 2024-03-09T15:54:33.425 INFO:teuthology.orchestra.run.smithi151.stdout:Installed size: 2.8 M 2024-03-09T15:54:33.425 INFO:teuthology.orchestra.run.smithi151.stdout:Downloading Packages: 2024-03-09T15:54:33.447 INFO:teuthology.orchestra.run.smithi052.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 35 kB/s | 15 kB 00:00 2024-03-09T15:54:33.473 INFO:teuthology.orchestra.run.smithi052.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 71 kB/s | 32 kB 00:00 2024-03-09T15:54:33.477 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install libcephfs2 2024-03-09T15:54:33.548 INFO:teuthology.orchestra.run.smithi151.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 637 kB/s | 79 kB 00:00 2024-03-09T15:54:33.673 INFO:teuthology.orchestra.run.smithi052.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 295 kB/s | 59 kB 00:00 2024-03-09T15:54:33.715 INFO:teuthology.orchestra.run.smithi052.stdout:(11/13): python3-google-auth-2.28.0-1.el9.noarc 304 kB/s | 203 kB 00:00 2024-03-09T15:54:33.740 INFO:teuthology.orchestra.run.smithi151.stdout:(2/2): ceph-fuse-19.0.0-1920.g6b01fe95.el9.x86_ 2.8 MB/s | 888 kB 00:00 2024-03-09T15:54:33.741 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:54:33.742 INFO:teuthology.orchestra.run.smithi151.stdout:Total 3.0 MB/s | 967 kB 00:00 2024-03-09T15:54:33.742 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction check 2024-03-09T15:54:33.762 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction check succeeded. 2024-03-09T15:54:33.762 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction test 2024-03-09T15:54:33.823 INFO:teuthology.orchestra.run.smithi052.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 598 kB/s | 90 kB 00:00 2024-03-09T15:54:33.838 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction test succeeded. 2024-03-09T15:54:33.839 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction 2024-03-09T15:54:34.015 INFO:teuthology.orchestra.run.smithi052.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.8 MB/s | 1.0 MB 00:00 2024-03-09T15:54:34.020 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:54:34.021 INFO:teuthology.orchestra.run.smithi052.stdout:Total 1.4 MB/s | 2.0 MB 00:01 2024-03-09T15:54:34.021 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-03-09T15:54:34.024 INFO:teuthology.orchestra.run.smithi151.stdout: Preparing : 1/1 2024-03-09T15:54:34.037 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-03-09T15:54:34.037 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-03-09T15:54:34.051 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:37 ago on Sat 09 Mar 2024 03:52:57 PM UTC. 2024-03-09T15:54:34.151 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-03-09T15:54:34.151 INFO:teuthology.orchestra.run.smithi164.stdout:Package libcephfs2-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T15:54:34.152 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-03-09T15:54:34.176 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-03-09T15:54:34.206 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T15:54:34.207 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-03-09T15:54:34.207 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T15:54:34.240 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 2/2 2024-03-09T15:54:34.289 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install libcephfs-devel 2024-03-09T15:54:34.677 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-03-09T15:54:34.851 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:37 ago on Sat 09 Mar 2024 03:52:57 PM UTC. 2024-03-09T15:54:34.853 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-03-09T15:54:34.910 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-03-09T15:54:34.965 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-03-09T15:54:34.970 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 2/2 2024-03-09T15:54:34.970 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/2 2024-03-09T15:54:35.001 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-03-09T15:54:35.002 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T15:54:35.002 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:54:35.002 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repo Size 2024-03-09T15:54:35.002 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:54:35.002 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-09T15:54:35.002 INFO:teuthology.orchestra.run.smithi164.stdout: libcephfs-devel x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 31 k 2024-03-09T15:54:35.002 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:35.002 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-09T15:54:35.002 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:54:35.003 INFO:teuthology.orchestra.run.smithi164.stdout:Install 1 Package 2024-03-09T15:54:35.003 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:35.003 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 31 k 2024-03-09T15:54:35.003 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 140 k 2024-03-09T15:54:35.003 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-09T15:54:35.043 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-03-09T15:54:35.139 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-03-09T15:54:35.240 INFO:teuthology.orchestra.run.smithi164.stdout:libcephfs-devel-19.0.0-1920.g6b01fe95.el9.x86_6 132 kB/s | 31 kB 00:00 2024-03-09T15:54:35.240 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:54:35.241 INFO:teuthology.orchestra.run.smithi164.stdout:Total 131 kB/s | 31 kB 00:00 2024-03-09T15:54:35.241 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-09T15:54:35.244 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-09T15:54:35.244 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-09T15:54:35.258 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-google-auth-1:2.28.0-1.el9.noarch 7/13 2024-03-09T15:54:35.274 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-09T15:54:35.275 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-09T15:54:35.292 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-03-09T15:54:35.292 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:35.292 INFO:teuthology.orchestra.run.smithi151.stdout:Installed: 2024-03-09T15:54:35.292 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-03-09T15:54:35.292 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:35.293 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2024-03-09T15:54:35.311 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-03-09T15:54:35.402 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-09T15:54:35.513 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libcephfs-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:35.623 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install ceph-volume 2024-03-09T15:54:35.871 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:36.085 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-03-09T15:54:36.140 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-03-09T15:54:36.163 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libcephfs-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:36.163 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:36.163 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-09T15:54:36.163 INFO:teuthology.orchestra.run.smithi164.stdout: libcephfs-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:54:36.164 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:36.164 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T15:54:36.168 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-03-09T15:54:36.196 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:01:32 ago on Sat 09 Mar 2024 03:53:04 PM UTC. 2024-03-09T15:54:36.214 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-03-09T15:54:36.243 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-mgr-rook-2:19.0.0-1920.g6b01fe95.el9.noarch 13/13 2024-03-09T15:54:36.350 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2024-03-09T15:54:36.351 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:54:36.351 INFO:teuthology.orchestra.run.smithi151.stdout: Package Arch Version Repository Size 2024-03-09T15:54:36.351 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:54:36.351 INFO:teuthology.orchestra.run.smithi151.stdout:Installing: 2024-03-09T15:54:36.351 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-volume noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 264 k 2024-03-09T15:54:36.351 INFO:teuthology.orchestra.run.smithi151.stdout:Installing dependencies: 2024-03-09T15:54:36.351 INFO:teuthology.orchestra.run.smithi151.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-03-09T15:54:36.351 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:36.351 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2024-03-09T15:54:36.351 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:54:36.351 INFO:teuthology.orchestra.run.smithi151.stdout:Install 2 Packages 2024-03-09T15:54:36.351 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:36.351 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 332 k 2024-03-09T15:54:36.351 INFO:teuthology.orchestra.run.smithi151.stdout:Installed size: 1.5 M 2024-03-09T15:54:36.352 INFO:teuthology.orchestra.run.smithi151.stdout:Downloading Packages: 2024-03-09T15:54:36.378 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install librados2 2024-03-09T15:54:36.474 INFO:teuthology.orchestra.run.smithi151.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 559 kB/s | 69 kB 00:00 2024-03-09T15:54:36.625 INFO:teuthology.orchestra.run.smithi151.stdout:(2/2): ceph-volume-19.0.0-1920.g6b01fe95.el9.no 965 kB/s | 264 kB 00:00 2024-03-09T15:54:36.626 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:54:36.626 INFO:teuthology.orchestra.run.smithi151.stdout:Total 1.2 MB/s | 332 kB 00:00 2024-03-09T15:54:36.626 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction check 2024-03-09T15:54:36.634 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction check succeeded. 2024-03-09T15:54:36.635 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction test 2024-03-09T15:54:36.677 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction test succeeded. 2024-03-09T15:54:36.677 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction 2024-03-09T15:54:36.828 INFO:teuthology.orchestra.run.smithi151.stdout: Preparing : 1/1 2024-03-09T15:54:36.942 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:39 ago on Sat 09 Mar 2024 03:52:57 PM UTC. 2024-03-09T15:54:37.008 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-03-09T15:54:37.015 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-1920.g6b01fe95.el9.noarch 13/13 2024-03-09T15:54:37.015 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-mgr-rook-2:19.0.0-1920.g6b01fe95.el9.noarch 1/13 2024-03-09T15:54:37.015 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-03-09T15:54:37.015 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-03-09T15:54:37.015 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-03-09T15:54:37.015 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-03-09T15:54:37.015 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-03-09T15:54:37.015 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-03-09T15:54:37.016 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-03-09T15:54:37.016 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-03-09T15:54:37.016 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-google-auth-1:2.28.0-1.el9.noarch 10/13 2024-03-09T15:54:37.016 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-03-09T15:54:37.016 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-03-09T15:54:37.039 INFO:teuthology.orchestra.run.smithi164.stdout:Package librados2-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T15:54:37.044 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : ceph-volume-2:19.0.0-1920.g6b01fe95.el9.noarch 2/2 2024-03-09T15:54:37.060 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: ceph-volume-2:19.0.0-1920.g6b01fe95.el9.noarch 2/2 2024-03-09T15:54:37.060 INFO:teuthology.orchestra.run.smithi151.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T15:54:37.060 INFO:teuthology.orchestra.run.smithi151.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-03-09T15:54:37.060 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:37.091 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T15:54:37.092 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-03-09T15:54:37.093 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T15:54:37.144 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install librbd1 2024-03-09T15:54:37.380 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-03-09T15:54:37.380 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:37.381 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-03-09T15:54:37.381 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-rook-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T15:54:37.381 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-03-09T15:54:37.381 INFO:teuthology.orchestra.run.smithi052.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-03-09T15:54:37.381 INFO:teuthology.orchestra.run.smithi052.stdout: python3-google-auth-1:2.28.0-1.el9.noarch 2024-03-09T15:54:37.381 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-03-09T15:54:37.381 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-03-09T15:54:37.381 INFO:teuthology.orchestra.run.smithi052.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-03-09T15:54:37.381 INFO:teuthology.orchestra.run.smithi052.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-03-09T15:54:37.381 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-03-09T15:54:37.381 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-03-09T15:54:37.381 INFO:teuthology.orchestra.run.smithi052.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-03-09T15:54:37.381 INFO:teuthology.orchestra.run.smithi052.stdout: python3-rsa-4.9-2.el9.noarch 2024-03-09T15:54:37.381 INFO:teuthology.orchestra.run.smithi052.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-03-09T15:54:37.382 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:37.382 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-09T15:54:37.637 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph-mgr-cephadm 2024-03-09T15:54:37.702 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:40 ago on Sat 09 Mar 2024 03:52:57 PM UTC. 2024-03-09T15:54:37.797 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : ceph-volume-2:19.0.0-1920.g6b01fe95.el9.noarch 1/2 2024-03-09T15:54:37.801 INFO:teuthology.orchestra.run.smithi164.stdout:Package librbd1-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T15:54:37.854 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T15:54:37.855 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-03-09T15:54:37.855 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T15:54:37.902 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install python3-rados 2024-03-09T15:54:38.185 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-03-09T15:54:38.185 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:38.185 INFO:teuthology.orchestra.run.smithi151.stdout:Installed: 2024-03-09T15:54:38.185 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-volume-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T15:54:38.185 INFO:teuthology.orchestra.run.smithi151.stdout: python3-packaging-20.9-5.el9.noarch 2024-03-09T15:54:38.185 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:38.185 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2024-03-09T15:54:38.205 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:24 ago on Sat 09 Mar 2024 03:53:14 PM UTC. 2024-03-09T15:54:38.362 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-09T15:54:38.363 INFO:teuthology.orchestra.run.smithi052.stdout:======================================================================================== 2024-03-09T15:54:38.363 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repository Size 2024-03-09T15:54:38.363 INFO:teuthology.orchestra.run.smithi052.stdout:======================================================================================== 2024-03-09T15:54:38.363 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-03-09T15:54:38.363 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-cephadm noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 139 k 2024-03-09T15:54:38.363 INFO:teuthology.orchestra.run.smithi052.stdout:Installing dependencies: 2024-03-09T15:54:38.364 INFO:teuthology.orchestra.run.smithi052.stdout: python3-asyncssh noarch 2.13.2-4.el9 epel 548 k 2024-03-09T15:54:38.364 INFO:teuthology.orchestra.run.smithi052.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-03-09T15:54:38.364 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-03-09T15:54:38.364 INFO:teuthology.orchestra.run.smithi052.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-03-09T15:54:38.364 INFO:teuthology.orchestra.run.smithi052.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-03-09T15:54:38.364 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:38.364 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-03-09T15:54:38.364 INFO:teuthology.orchestra.run.smithi052.stdout:======================================================================================== 2024-03-09T15:54:38.364 INFO:teuthology.orchestra.run.smithi052.stdout:Install 6 Packages 2024-03-09T15:54:38.364 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:38.365 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 6.8 M 2024-03-09T15:54:38.365 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 33 M 2024-03-09T15:54:38.365 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-03-09T15:54:38.482 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:41 ago on Sat 09 Mar 2024 03:52:57 PM UTC. 2024-03-09T15:54:38.575 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install librados-devel 2024-03-09T15:54:38.585 INFO:teuthology.orchestra.run.smithi164.stdout:Package python3-rados-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T15:54:38.640 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T15:54:38.642 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-03-09T15:54:38.642 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T15:54:38.698 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install python3-rgw 2024-03-09T15:54:38.991 INFO:teuthology.orchestra.run.smithi052.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.9 MB/s | 248 kB 00:00 2024-03-09T15:54:39.099 INFO:teuthology.orchestra.run.smithi052.stdout:(2/6): ceph-mgr-cephadm-19.0.0-1920.g6b01fe95.e 593 kB/s | 139 kB 00:00 2024-03-09T15:54:39.150 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:01:35 ago on Sat 09 Mar 2024 03:53:04 PM UTC. 2024-03-09T15:54:39.290 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:42 ago on Sat 09 Mar 2024 03:52:57 PM UTC. 2024-03-09T15:54:39.301 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2024-03-09T15:54:39.302 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:54:39.302 INFO:teuthology.orchestra.run.smithi151.stdout: Package Arch Version Repo Size 2024-03-09T15:54:39.302 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:54:39.302 INFO:teuthology.orchestra.run.smithi151.stdout:Installing: 2024-03-09T15:54:39.303 INFO:teuthology.orchestra.run.smithi151.stdout: librados-devel x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 126 k 2024-03-09T15:54:39.303 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:39.303 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2024-03-09T15:54:39.303 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:54:39.303 INFO:teuthology.orchestra.run.smithi151.stdout:Install 1 Package 2024-03-09T15:54:39.303 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:39.303 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 126 k 2024-03-09T15:54:39.303 INFO:teuthology.orchestra.run.smithi151.stdout:Installed size: 456 k 2024-03-09T15:54:39.303 INFO:teuthology.orchestra.run.smithi151.stdout:Downloading Packages: 2024-03-09T15:54:39.316 INFO:teuthology.orchestra.run.smithi052.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 13 MB/s | 5.8 MB 00:00 2024-03-09T15:54:39.387 INFO:teuthology.orchestra.run.smithi164.stdout:Package python3-rgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T15:54:39.440 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T15:54:39.441 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-03-09T15:54:39.441 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T15:54:39.441 INFO:teuthology.orchestra.run.smithi052.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 169 kB/s | 58 kB 00:00 2024-03-09T15:54:39.495 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install python3-cephfs 2024-03-09T15:54:39.617 INFO:teuthology.orchestra.run.smithi151.stdout:librados-devel-19.0.0-1920.g6b01fe95.el9.x86_64 403 kB/s | 126 kB 00:00 2024-03-09T15:54:39.618 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:54:39.618 INFO:teuthology.orchestra.run.smithi151.stdout:Total 401 kB/s | 126 kB 00:00 2024-03-09T15:54:39.618 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction check 2024-03-09T15:54:39.624 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction check succeeded. 2024-03-09T15:54:39.624 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction test 2024-03-09T15:54:39.633 INFO:teuthology.orchestra.run.smithi052.stdout:(5/6): python3-asyncssh-2.13.2-4.el9.noarch.rpm 853 kB/s | 548 kB 00:00 2024-03-09T15:54:39.658 INFO:teuthology.orchestra.run.smithi052.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 149 kB/s | 51 kB 00:00 2024-03-09T15:54:39.659 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:54:39.660 INFO:teuthology.orchestra.run.smithi052.stdout:Total 5.2 MB/s | 6.8 MB 00:01 2024-03-09T15:54:39.673 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-03-09T15:54:39.680 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction test succeeded. 2024-03-09T15:54:39.680 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction 2024-03-09T15:54:39.684 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-03-09T15:54:39.684 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-03-09T15:54:39.781 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-03-09T15:54:39.782 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-03-09T15:54:39.828 INFO:teuthology.orchestra.run.smithi151.stdout: Preparing : 1/1 2024-03-09T15:54:39.932 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : librados-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:40.057 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:43 ago on Sat 09 Mar 2024 03:52:57 PM UTC. 2024-03-09T15:54:40.097 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-03-09T15:54:40.154 INFO:teuthology.orchestra.run.smithi164.stdout:Package python3-cephfs-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T15:54:40.206 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T15:54:40.207 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-03-09T15:54:40.207 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T15:54:40.259 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install python3-rbd 2024-03-09T15:54:40.272 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-03-09T15:54:40.327 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-asyncssh-2.13.2-4.el9.noarch 2/6 2024-03-09T15:54:40.379 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: librados-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:40.699 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : librados-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:40.699 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:40.699 INFO:teuthology.orchestra.run.smithi151.stdout:Installed: 2024-03-09T15:54:40.699 INFO:teuthology.orchestra.run.smithi151.stdout: librados-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:54:40.699 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:40.699 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2024-03-09T15:54:40.824 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:43 ago on Sat 09 Mar 2024 03:52:57 PM UTC. 2024-03-09T15:54:40.879 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-03-09T15:54:40.919 INFO:teuthology.orchestra.run.smithi164.stdout:Package python3-rbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T15:54:40.962 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install libcephfs2 2024-03-09T15:54:40.965 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-03-09T15:54:40.970 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T15:54:40.971 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-03-09T15:54:40.972 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T15:54:41.019 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install rbd-fuse 2024-03-09T15:54:41.034 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-03-09T15:54:41.064 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 6/6 2024-03-09T15:54:41.541 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:01:37 ago on Sat 09 Mar 2024 03:53:04 PM UTC. 2024-03-09T15:54:41.582 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:44 ago on Sat 09 Mar 2024 03:52:57 PM UTC. 2024-03-09T15:54:41.636 INFO:teuthology.orchestra.run.smithi151.stdout:Package libcephfs2-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T15:54:41.690 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2024-03-09T15:54:41.691 INFO:teuthology.orchestra.run.smithi151.stdout:Nothing to do. 2024-03-09T15:54:41.691 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2024-03-09T15:54:41.733 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T15:54:41.733 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:54:41.733 INFO:teuthology.orchestra.run.smithi164.stdout: Package Architecture Version Repository Size 2024-03-09T15:54:41.734 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:54:41.734 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-09T15:54:41.734 INFO:teuthology.orchestra.run.smithi164.stdout: rbd-fuse x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 85 k 2024-03-09T15:54:41.734 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:41.734 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-09T15:54:41.734 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:54:41.734 INFO:teuthology.orchestra.run.smithi164.stdout:Install 1 Package 2024-03-09T15:54:41.734 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:41.735 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 85 k 2024-03-09T15:54:41.735 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 231 k 2024-03-09T15:54:41.735 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-09T15:54:41.770 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install libcephfs-devel 2024-03-09T15:54:41.890 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 6/6 2024-03-09T15:54:41.891 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 1/6 2024-03-09T15:54:41.891 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-03-09T15:54:41.891 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-03-09T15:54:41.891 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-asyncssh-2.13.2-4.el9.noarch 4/6 2024-03-09T15:54:41.891 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-03-09T15:54:42.060 INFO:teuthology.orchestra.run.smithi164.stdout:rbd-fuse-19.0.0-1920.g6b01fe95.el9.x86_64.rpm 263 kB/s | 85 kB 00:00 2024-03-09T15:54:42.060 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:54:42.060 INFO:teuthology.orchestra.run.smithi164.stdout:Total 262 kB/s | 85 kB 00:00 2024-03-09T15:54:42.061 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-09T15:54:42.067 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-09T15:54:42.068 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-09T15:54:42.124 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-09T15:54:42.124 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-09T15:54:42.194 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-03-09T15:54:42.195 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:42.195 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-03-09T15:54:42.195 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T15:54:42.195 INFO:teuthology.orchestra.run.smithi052.stdout: python3-asyncssh-2.13.2-4.el9.noarch 2024-03-09T15:54:42.195 INFO:teuthology.orchestra.run.smithi052.stdout: python3-babel-2.9.1-2.el9.noarch 2024-03-09T15:54:42.195 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-03-09T15:54:42.195 INFO:teuthology.orchestra.run.smithi052.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-03-09T15:54:42.195 INFO:teuthology.orchestra.run.smithi052.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-03-09T15:54:42.195 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:42.195 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-09T15:54:42.264 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-09T15:54:42.337 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:01:38 ago on Sat 09 Mar 2024 03:53:04 PM UTC. 2024-03-09T15:54:42.349 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : rbd-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:42.423 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph-fuse 2024-03-09T15:54:42.487 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2024-03-09T15:54:42.488 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:54:42.488 INFO:teuthology.orchestra.run.smithi151.stdout: Package Arch Version Repo Size 2024-03-09T15:54:42.488 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:54:42.488 INFO:teuthology.orchestra.run.smithi151.stdout:Installing: 2024-03-09T15:54:42.488 INFO:teuthology.orchestra.run.smithi151.stdout: libcephfs-devel x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 31 k 2024-03-09T15:54:42.488 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:42.488 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2024-03-09T15:54:42.488 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:54:42.488 INFO:teuthology.orchestra.run.smithi151.stdout:Install 1 Package 2024-03-09T15:54:42.488 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:42.489 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 31 k 2024-03-09T15:54:42.489 INFO:teuthology.orchestra.run.smithi151.stdout:Installed size: 140 k 2024-03-09T15:54:42.489 INFO:teuthology.orchestra.run.smithi151.stdout:Downloading Packages: 2024-03-09T15:54:42.733 INFO:teuthology.orchestra.run.smithi151.stdout:libcephfs-devel-19.0.0-1920.g6b01fe95.el9.x86_6 128 kB/s | 31 kB 00:00 2024-03-09T15:54:42.733 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:54:42.733 INFO:teuthology.orchestra.run.smithi151.stdout:Total 127 kB/s | 31 kB 00:00 2024-03-09T15:54:42.734 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction check 2024-03-09T15:54:42.737 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction check succeeded. 2024-03-09T15:54:42.737 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction test 2024-03-09T15:54:42.770 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction test succeeded. 2024-03-09T15:54:42.770 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction 2024-03-09T15:54:42.822 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: rbd-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:42.926 INFO:teuthology.orchestra.run.smithi151.stdout: Preparing : 1/1 2024-03-09T15:54:42.995 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:28 ago on Sat 09 Mar 2024 03:53:14 PM UTC. 2024-03-09T15:54:43.031 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : libcephfs-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:43.146 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : rbd-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:43.147 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:43.147 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-09T15:54:43.147 INFO:teuthology.orchestra.run.smithi164.stdout: rbd-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:54:43.147 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:43.147 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T15:54:43.154 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-09T15:54:43.154 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:54:43.154 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repository Size 2024-03-09T15:54:43.155 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:54:43.155 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-03-09T15:54:43.155 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-fuse x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 888 k 2024-03-09T15:54:43.155 INFO:teuthology.orchestra.run.smithi052.stdout:Installing dependencies: 2024-03-09T15:54:43.155 INFO:teuthology.orchestra.run.smithi052.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-03-09T15:54:43.155 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:43.155 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-03-09T15:54:43.155 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:54:43.155 INFO:teuthology.orchestra.run.smithi052.stdout:Install 2 Packages 2024-03-09T15:54:43.155 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:43.156 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 967 k 2024-03-09T15:54:43.156 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 2.8 M 2024-03-09T15:54:43.156 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-03-09T15:54:43.284 INFO:teuthology.orchestra.run.smithi052.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 613 kB/s | 79 kB 00:00 2024-03-09T15:54:43.403 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install rbd-mirror 2024-03-09T15:54:43.443 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:43.484 INFO:teuthology.orchestra.run.smithi052.stdout:(2/2): ceph-fuse-19.0.0-1920.g6b01fe95.el9.x86_ 2.6 MB/s | 888 kB 00:00 2024-03-09T15:54:43.485 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:54:43.486 INFO:teuthology.orchestra.run.smithi052.stdout:Total 2.9 MB/s | 967 kB 00:00 2024-03-09T15:54:43.486 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-03-09T15:54:43.507 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-03-09T15:54:43.507 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-03-09T15:54:43.586 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-03-09T15:54:43.586 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-03-09T15:54:43.732 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : libcephfs-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:43.733 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:43.733 INFO:teuthology.orchestra.run.smithi151.stdout:Installed: 2024-03-09T15:54:43.733 INFO:teuthology.orchestra.run.smithi151.stdout: libcephfs-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:54:43.733 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:43.733 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2024-03-09T15:54:43.776 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-03-09T15:54:43.917 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install librados2 2024-03-09T15:54:43.923 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-03-09T15:54:43.978 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:46 ago on Sat 09 Mar 2024 03:52:57 PM UTC. 2024-03-09T15:54:43.996 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 2/2 2024-03-09T15:54:44.130 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T15:54:44.131 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:54:44.131 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repo Size 2024-03-09T15:54:44.131 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:54:44.131 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-09T15:54:44.131 INFO:teuthology.orchestra.run.smithi164.stdout: rbd-mirror x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 3.1 M 2024-03-09T15:54:44.131 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:44.131 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-09T15:54:44.131 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:54:44.131 INFO:teuthology.orchestra.run.smithi164.stdout:Install 1 Package 2024-03-09T15:54:44.131 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:44.132 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 3.1 M 2024-03-09T15:54:44.132 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 13 M 2024-03-09T15:54:44.132 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-09T15:54:44.480 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:01:40 ago on Sat 09 Mar 2024 03:53:04 PM UTC. 2024-03-09T15:54:44.579 INFO:teuthology.orchestra.run.smithi151.stdout:Package librados2-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T15:54:44.631 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2024-03-09T15:54:44.632 INFO:teuthology.orchestra.run.smithi151.stdout:Nothing to do. 2024-03-09T15:54:44.632 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2024-03-09T15:54:44.686 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install librbd1 2024-03-09T15:54:44.687 INFO:teuthology.orchestra.run.smithi164.stdout:rbd-mirror-19.0.0-1920.g6b01fe95.el9.x86_64.rpm 5.6 MB/s | 3.1 MB 00:00 2024-03-09T15:54:44.689 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:54:44.689 INFO:teuthology.orchestra.run.smithi164.stdout:Total 5.5 MB/s | 3.1 MB 00:00 2024-03-09T15:54:44.689 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-09T15:54:44.698 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-09T15:54:44.698 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-09T15:54:44.722 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 2/2 2024-03-09T15:54:44.722 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/2 2024-03-09T15:54:44.770 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-09T15:54:44.771 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-09T15:54:45.079 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-03-09T15:54:45.079 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:45.079 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-03-09T15:54:45.079 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-03-09T15:54:45.079 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:45.079 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-09T15:54:45.198 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-09T15:54:45.248 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:01:41 ago on Sat 09 Mar 2024 03:53:04 PM UTC. 2024-03-09T15:54:45.263 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : rbd-mirror-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:45.287 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: rbd-mirror-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:45.287 INFO:teuthology.orchestra.run.smithi164.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T15:54:45.287 INFO:teuthology.orchestra.run.smithi164.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-03-09T15:54:45.287 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-09T15:54:45.287 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-09T15:54:45.288 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:45.333 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph-volume 2024-03-09T15:54:45.345 INFO:teuthology.orchestra.run.smithi151.stdout:Package librbd1-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T15:54:45.397 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2024-03-09T15:54:45.398 INFO:teuthology.orchestra.run.smithi151.stdout:Nothing to do. 2024-03-09T15:54:45.398 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2024-03-09T15:54:45.449 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install python3-rados 2024-03-09T15:54:45.905 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:31 ago on Sat 09 Mar 2024 03:53:14 PM UTC. 2024-03-09T15:54:46.010 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:01:42 ago on Sat 09 Mar 2024 03:53:04 PM UTC. 2024-03-09T15:54:46.061 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-09T15:54:46.062 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:54:46.062 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repository Size 2024-03-09T15:54:46.062 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:54:46.062 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-03-09T15:54:46.062 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-volume noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 264 k 2024-03-09T15:54:46.062 INFO:teuthology.orchestra.run.smithi052.stdout:Installing dependencies: 2024-03-09T15:54:46.062 INFO:teuthology.orchestra.run.smithi052.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-03-09T15:54:46.062 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:46.062 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-03-09T15:54:46.062 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:54:46.062 INFO:teuthology.orchestra.run.smithi052.stdout:Install 2 Packages 2024-03-09T15:54:46.063 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:46.063 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 332 k 2024-03-09T15:54:46.063 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 1.5 M 2024-03-09T15:54:46.063 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-03-09T15:54:46.107 INFO:teuthology.orchestra.run.smithi151.stdout:Package python3-rados-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T15:54:46.160 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2024-03-09T15:54:46.161 INFO:teuthology.orchestra.run.smithi151.stdout:Nothing to do. 2024-03-09T15:54:46.161 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2024-03-09T15:54:46.189 INFO:teuthology.orchestra.run.smithi052.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 547 kB/s | 69 kB 00:00 2024-03-09T15:54:46.209 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install python3-rgw 2024-03-09T15:54:46.339 INFO:teuthology.orchestra.run.smithi052.stdout:(2/2): ceph-volume-19.0.0-1920.g6b01fe95.el9.no 956 kB/s | 264 kB 00:00 2024-03-09T15:54:46.340 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:54:46.340 INFO:teuthology.orchestra.run.smithi052.stdout:Total 1.2 MB/s | 332 kB 00:00 2024-03-09T15:54:46.340 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-03-09T15:54:46.349 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-03-09T15:54:46.350 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-03-09T15:54:46.353 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : rbd-mirror-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:46.353 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:46.353 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-09T15:54:46.353 INFO:teuthology.orchestra.run.smithi164.stdout: rbd-mirror-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:54:46.354 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:46.354 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T15:54:46.395 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-03-09T15:54:46.395 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-03-09T15:54:46.554 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-03-09T15:54:46.576 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install rbd-nbd 2024-03-09T15:54:46.743 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-03-09T15:54:46.771 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:01:42 ago on Sat 09 Mar 2024 03:53:04 PM UTC. 2024-03-09T15:54:46.774 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-volume-2:19.0.0-1920.g6b01fe95.el9.noarch 2/2 2024-03-09T15:54:46.790 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-volume-2:19.0.0-1920.g6b01fe95.el9.noarch 2/2 2024-03-09T15:54:46.790 INFO:teuthology.orchestra.run.smithi052.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T15:54:46.790 INFO:teuthology.orchestra.run.smithi052.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-03-09T15:54:46.790 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:46.868 INFO:teuthology.orchestra.run.smithi151.stdout:Package python3-rgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T15:54:46.919 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2024-03-09T15:54:46.920 INFO:teuthology.orchestra.run.smithi151.stdout:Nothing to do. 2024-03-09T15:54:46.920 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2024-03-09T15:54:46.963 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install python3-cephfs 2024-03-09T15:54:47.146 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:50 ago on Sat 09 Mar 2024 03:52:57 PM UTC. 2024-03-09T15:54:47.301 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T15:54:47.301 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:54:47.301 INFO:teuthology.orchestra.run.smithi164.stdout: Package Architecture Version Repository Size 2024-03-09T15:54:47.302 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:54:47.302 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-09T15:54:47.302 INFO:teuthology.orchestra.run.smithi164.stdout: rbd-nbd x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 170 k 2024-03-09T15:54:47.302 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:47.302 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-09T15:54:47.302 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T15:54:47.302 INFO:teuthology.orchestra.run.smithi164.stdout:Install 1 Package 2024-03-09T15:54:47.302 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:47.303 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 170 k 2024-03-09T15:54:47.303 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 490 k 2024-03-09T15:54:47.303 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-09T15:54:47.529 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:01:43 ago on Sat 09 Mar 2024 03:53:04 PM UTC. 2024-03-09T15:54:47.533 INFO:teuthology.orchestra.run.smithi164.stdout:rbd-nbd-19.0.0-1920.g6b01fe95.el9.x86_64.rpm 741 kB/s | 170 kB 00:00 2024-03-09T15:54:47.533 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:54:47.534 INFO:teuthology.orchestra.run.smithi164.stdout:Total 736 kB/s | 170 kB 00:00 2024-03-09T15:54:47.534 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-09T15:54:47.542 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-09T15:54:47.542 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-09T15:54:47.552 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-volume-2:19.0.0-1920.g6b01fe95.el9.noarch 1/2 2024-03-09T15:54:47.598 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-09T15:54:47.599 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-09T15:54:47.627 INFO:teuthology.orchestra.run.smithi151.stdout:Package python3-cephfs-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T15:54:47.678 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2024-03-09T15:54:47.679 INFO:teuthology.orchestra.run.smithi151.stdout:Nothing to do. 2024-03-09T15:54:47.680 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2024-03-09T15:54:47.734 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install python3-rbd 2024-03-09T15:54:47.748 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-09T15:54:47.831 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : rbd-nbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:47.909 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-03-09T15:54:47.910 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:47.910 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-03-09T15:54:47.910 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-volume-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T15:54:47.910 INFO:teuthology.orchestra.run.smithi052.stdout: python3-packaging-20.9-5.el9.noarch 2024-03-09T15:54:47.910 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:47.910 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-09T15:54:48.234 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install librados-devel 2024-03-09T15:54:48.298 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:01:44 ago on Sat 09 Mar 2024 03:53:04 PM UTC. 2024-03-09T15:54:48.327 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: rbd-nbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:48.394 INFO:teuthology.orchestra.run.smithi151.stdout:Package python3-rbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T15:54:48.446 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2024-03-09T15:54:48.447 INFO:teuthology.orchestra.run.smithi151.stdout:Nothing to do. 2024-03-09T15:54:48.447 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2024-03-09T15:54:48.498 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install rbd-fuse 2024-03-09T15:54:48.662 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : rbd-nbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:48.662 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:48.662 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-09T15:54:48.662 INFO:teuthology.orchestra.run.smithi164.stdout: rbd-nbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:54:48.662 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T15:54:48.663 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T15:54:48.807 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:34 ago on Sat 09 Mar 2024 03:53:14 PM UTC. 2024-03-09T15:54:48.903 DEBUG:teuthology.parallel:result is None 2024-03-09T15:54:48.964 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-09T15:54:48.965 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:54:48.965 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repo Size 2024-03-09T15:54:48.965 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:54:48.965 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-03-09T15:54:48.965 INFO:teuthology.orchestra.run.smithi052.stdout: librados-devel x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 126 k 2024-03-09T15:54:48.965 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:48.965 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-03-09T15:54:48.965 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:54:48.966 INFO:teuthology.orchestra.run.smithi052.stdout:Install 1 Package 2024-03-09T15:54:48.966 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:48.966 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 126 k 2024-03-09T15:54:48.966 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 456 k 2024-03-09T15:54:48.966 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-03-09T15:54:49.066 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:01:45 ago on Sat 09 Mar 2024 03:53:04 PM UTC. 2024-03-09T15:54:49.217 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2024-03-09T15:54:49.218 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:54:49.218 INFO:teuthology.orchestra.run.smithi151.stdout: Package Architecture Version Repository Size 2024-03-09T15:54:49.218 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:54:49.218 INFO:teuthology.orchestra.run.smithi151.stdout:Installing: 2024-03-09T15:54:49.218 INFO:teuthology.orchestra.run.smithi151.stdout: rbd-fuse x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 85 k 2024-03-09T15:54:49.218 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:49.218 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2024-03-09T15:54:49.218 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:54:49.218 INFO:teuthology.orchestra.run.smithi151.stdout:Install 1 Package 2024-03-09T15:54:49.218 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:49.219 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 85 k 2024-03-09T15:54:49.219 INFO:teuthology.orchestra.run.smithi151.stdout:Installed size: 231 k 2024-03-09T15:54:49.219 INFO:teuthology.orchestra.run.smithi151.stdout:Downloading Packages: 2024-03-09T15:54:49.279 INFO:teuthology.orchestra.run.smithi052.stdout:librados-devel-19.0.0-1920.g6b01fe95.el9.x86_64 404 kB/s | 126 kB 00:00 2024-03-09T15:54:49.280 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:54:49.280 INFO:teuthology.orchestra.run.smithi052.stdout:Total 402 kB/s | 126 kB 00:00 2024-03-09T15:54:49.280 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-03-09T15:54:49.286 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-03-09T15:54:49.287 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-03-09T15:54:49.346 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-03-09T15:54:49.346 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-03-09T15:54:49.496 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-03-09T15:54:49.536 INFO:teuthology.orchestra.run.smithi151.stdout:rbd-fuse-19.0.0-1920.g6b01fe95.el9.x86_64.rpm 269 kB/s | 85 kB 00:00 2024-03-09T15:54:49.537 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:54:49.537 INFO:teuthology.orchestra.run.smithi151.stdout:Total 268 kB/s | 85 kB 00:00 2024-03-09T15:54:49.537 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction check 2024-03-09T15:54:49.544 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction check succeeded. 2024-03-09T15:54:49.544 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction test 2024-03-09T15:54:49.599 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction test succeeded. 2024-03-09T15:54:49.599 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction 2024-03-09T15:54:49.605 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : librados-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:49.738 INFO:teuthology.orchestra.run.smithi151.stdout: Preparing : 1/1 2024-03-09T15:54:49.834 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : rbd-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:50.080 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: librados-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:50.227 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: rbd-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:50.369 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : librados-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:50.369 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:50.369 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-03-09T15:54:50.369 INFO:teuthology.orchestra.run.smithi052.stdout: librados-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:54:50.369 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:50.369 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-09T15:54:50.542 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : rbd-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:50.542 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:50.543 INFO:teuthology.orchestra.run.smithi151.stdout:Installed: 2024-03-09T15:54:50.543 INFO:teuthology.orchestra.run.smithi151.stdout: rbd-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:54:50.543 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:50.543 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2024-03-09T15:54:50.622 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install libcephfs2 2024-03-09T15:54:50.748 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install rbd-mirror 2024-03-09T15:54:51.195 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:37 ago on Sat 09 Mar 2024 03:53:14 PM UTC. 2024-03-09T15:54:51.294 INFO:teuthology.orchestra.run.smithi052.stdout:Package libcephfs2-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T15:54:51.322 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:01:47 ago on Sat 09 Mar 2024 03:53:04 PM UTC. 2024-03-09T15:54:51.350 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-09T15:54:51.351 INFO:teuthology.orchestra.run.smithi052.stdout:Nothing to do. 2024-03-09T15:54:51.351 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-09T15:54:51.412 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install libcephfs-devel 2024-03-09T15:54:51.478 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2024-03-09T15:54:51.479 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:54:51.479 INFO:teuthology.orchestra.run.smithi151.stdout: Package Arch Version Repo Size 2024-03-09T15:54:51.479 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:54:51.479 INFO:teuthology.orchestra.run.smithi151.stdout:Installing: 2024-03-09T15:54:51.479 INFO:teuthology.orchestra.run.smithi151.stdout: rbd-mirror x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 3.1 M 2024-03-09T15:54:51.479 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:51.479 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2024-03-09T15:54:51.479 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:54:51.479 INFO:teuthology.orchestra.run.smithi151.stdout:Install 1 Package 2024-03-09T15:54:51.479 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:51.480 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 3.1 M 2024-03-09T15:54:51.480 INFO:teuthology.orchestra.run.smithi151.stdout:Installed size: 13 M 2024-03-09T15:54:51.480 INFO:teuthology.orchestra.run.smithi151.stdout:Downloading Packages: 2024-03-09T15:54:51.998 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:37 ago on Sat 09 Mar 2024 03:53:14 PM UTC. 2024-03-09T15:54:52.170 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-09T15:54:52.170 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:54:52.171 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repo Size 2024-03-09T15:54:52.171 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:54:52.171 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-03-09T15:54:52.171 INFO:teuthology.orchestra.run.smithi052.stdout: libcephfs-devel x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 31 k 2024-03-09T15:54:52.171 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:52.171 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-03-09T15:54:52.171 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:54:52.171 INFO:teuthology.orchestra.run.smithi052.stdout:Install 1 Package 2024-03-09T15:54:52.171 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:52.171 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 31 k 2024-03-09T15:54:52.171 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 140 k 2024-03-09T15:54:52.171 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-03-09T15:54:52.184 INFO:teuthology.orchestra.run.smithi151.stdout:rbd-mirror-19.0.0-1920.g6b01fe95.el9.x86_64.rpm 4.4 MB/s | 3.1 MB 00:00 2024-03-09T15:54:52.185 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:54:52.185 INFO:teuthology.orchestra.run.smithi151.stdout:Total 4.4 MB/s | 3.1 MB 00:00 2024-03-09T15:54:52.185 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction check 2024-03-09T15:54:52.194 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction check succeeded. 2024-03-09T15:54:52.194 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction test 2024-03-09T15:54:52.268 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction test succeeded. 2024-03-09T15:54:52.268 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction 2024-03-09T15:54:52.416 INFO:teuthology.orchestra.run.smithi052.stdout:libcephfs-devel-19.0.0-1920.g6b01fe95.el9.x86_6 128 kB/s | 31 kB 00:00 2024-03-09T15:54:52.416 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:54:52.416 INFO:teuthology.orchestra.run.smithi052.stdout:Total 127 kB/s | 31 kB 00:00 2024-03-09T15:54:52.417 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-03-09T15:54:52.420 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-03-09T15:54:52.420 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-03-09T15:54:52.448 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-03-09T15:54:52.448 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-03-09T15:54:52.572 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-03-09T15:54:52.684 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : libcephfs-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:52.696 INFO:teuthology.orchestra.run.smithi151.stdout: Preparing : 1/1 2024-03-09T15:54:52.752 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : rbd-mirror-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:52.776 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: rbd-mirror-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:52.776 INFO:teuthology.orchestra.run.smithi151.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T15:54:52.776 INFO:teuthology.orchestra.run.smithi151.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-03-09T15:54:52.776 INFO:teuthology.orchestra.run.smithi151.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-09T15:54:52.776 INFO:teuthology.orchestra.run.smithi151.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-09T15:54:52.776 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:53.078 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:53.360 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : libcephfs-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:53.360 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:53.360 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-03-09T15:54:53.360 INFO:teuthology.orchestra.run.smithi052.stdout: libcephfs-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:54:53.360 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:53.360 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-09T15:54:53.503 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install librados2 2024-03-09T15:54:53.909 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : rbd-mirror-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:53.909 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:53.909 INFO:teuthology.orchestra.run.smithi151.stdout:Installed: 2024-03-09T15:54:53.909 INFO:teuthology.orchestra.run.smithi151.stdout: rbd-mirror-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:54:53.909 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:53.909 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2024-03-09T15:54:54.071 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:40 ago on Sat 09 Mar 2024 03:53:14 PM UTC. 2024-03-09T15:54:54.148 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum -y install rbd-nbd 2024-03-09T15:54:54.173 INFO:teuthology.orchestra.run.smithi052.stdout:Package librados2-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T15:54:54.228 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-09T15:54:54.229 INFO:teuthology.orchestra.run.smithi052.stdout:Nothing to do. 2024-03-09T15:54:54.229 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-09T15:54:54.272 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install librbd1 2024-03-09T15:54:54.723 INFO:teuthology.orchestra.run.smithi151.stdout:Last metadata expiration check: 0:01:50 ago on Sat 09 Mar 2024 03:53:04 PM UTC. 2024-03-09T15:54:54.841 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:40 ago on Sat 09 Mar 2024 03:53:14 PM UTC. 2024-03-09T15:54:54.873 INFO:teuthology.orchestra.run.smithi151.stdout:Dependencies resolved. 2024-03-09T15:54:54.873 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:54:54.873 INFO:teuthology.orchestra.run.smithi151.stdout: Package Architecture Version Repository Size 2024-03-09T15:54:54.873 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:54:54.873 INFO:teuthology.orchestra.run.smithi151.stdout:Installing: 2024-03-09T15:54:54.874 INFO:teuthology.orchestra.run.smithi151.stdout: rbd-nbd x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 170 k 2024-03-09T15:54:54.874 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:54.874 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction Summary 2024-03-09T15:54:54.874 INFO:teuthology.orchestra.run.smithi151.stdout:================================================================================ 2024-03-09T15:54:54.874 INFO:teuthology.orchestra.run.smithi151.stdout:Install 1 Package 2024-03-09T15:54:54.874 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:54.875 INFO:teuthology.orchestra.run.smithi151.stdout:Total download size: 170 k 2024-03-09T15:54:54.875 INFO:teuthology.orchestra.run.smithi151.stdout:Installed size: 490 k 2024-03-09T15:54:54.875 INFO:teuthology.orchestra.run.smithi151.stdout:Downloading Packages: 2024-03-09T15:54:54.942 INFO:teuthology.orchestra.run.smithi052.stdout:Package librbd1-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T15:54:54.997 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-09T15:54:54.998 INFO:teuthology.orchestra.run.smithi052.stdout:Nothing to do. 2024-03-09T15:54:54.998 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-09T15:54:55.046 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install python3-rados 2024-03-09T15:54:55.224 INFO:teuthology.orchestra.run.smithi151.stdout:rbd-nbd-19.0.0-1920.g6b01fe95.el9.x86_64.rpm 488 kB/s | 170 kB 00:00 2024-03-09T15:54:55.225 INFO:teuthology.orchestra.run.smithi151.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:54:55.225 INFO:teuthology.orchestra.run.smithi151.stdout:Total 486 kB/s | 170 kB 00:00 2024-03-09T15:54:55.225 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction check 2024-03-09T15:54:55.233 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction check succeeded. 2024-03-09T15:54:55.233 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction test 2024-03-09T15:54:55.289 INFO:teuthology.orchestra.run.smithi151.stdout:Transaction test succeeded. 2024-03-09T15:54:55.289 INFO:teuthology.orchestra.run.smithi151.stdout:Running transaction 2024-03-09T15:54:55.437 INFO:teuthology.orchestra.run.smithi151.stdout: Preparing : 1/1 2024-03-09T15:54:55.539 INFO:teuthology.orchestra.run.smithi151.stdout: Installing : rbd-nbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:55.614 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:41 ago on Sat 09 Mar 2024 03:53:14 PM UTC. 2024-03-09T15:54:55.715 INFO:teuthology.orchestra.run.smithi052.stdout:Package python3-rados-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T15:54:55.769 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-09T15:54:55.771 INFO:teuthology.orchestra.run.smithi052.stdout:Nothing to do. 2024-03-09T15:54:55.771 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-09T15:54:55.817 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install python3-rgw 2024-03-09T15:54:56.097 INFO:teuthology.orchestra.run.smithi151.stdout: Running scriptlet: rbd-nbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:56.387 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:42 ago on Sat 09 Mar 2024 03:53:14 PM UTC. 2024-03-09T15:54:56.417 INFO:teuthology.orchestra.run.smithi151.stdout: Verifying : rbd-nbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:56.417 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:56.417 INFO:teuthology.orchestra.run.smithi151.stdout:Installed: 2024-03-09T15:54:56.418 INFO:teuthology.orchestra.run.smithi151.stdout: rbd-nbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:54:56.418 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-03-09T15:54:56.418 INFO:teuthology.orchestra.run.smithi151.stdout:Complete! 2024-03-09T15:54:56.487 INFO:teuthology.orchestra.run.smithi052.stdout:Package python3-rgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T15:54:56.542 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-09T15:54:56.543 INFO:teuthology.orchestra.run.smithi052.stdout:Nothing to do. 2024-03-09T15:54:56.543 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-09T15:54:56.584 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install python3-cephfs 2024-03-09T15:54:56.656 DEBUG:teuthology.parallel:result is None 2024-03-09T15:54:57.155 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:43 ago on Sat 09 Mar 2024 03:53:14 PM UTC. 2024-03-09T15:54:57.255 INFO:teuthology.orchestra.run.smithi052.stdout:Package python3-cephfs-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T15:54:57.310 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-09T15:54:57.311 INFO:teuthology.orchestra.run.smithi052.stdout:Nothing to do. 2024-03-09T15:54:57.311 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-09T15:54:57.358 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install python3-rbd 2024-03-09T15:54:57.928 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:43 ago on Sat 09 Mar 2024 03:53:14 PM UTC. 2024-03-09T15:54:58.027 INFO:teuthology.orchestra.run.smithi052.stdout:Package python3-rbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T15:54:58.081 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-09T15:54:58.082 INFO:teuthology.orchestra.run.smithi052.stdout:Nothing to do. 2024-03-09T15:54:58.082 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-09T15:54:58.125 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install rbd-fuse 2024-03-09T15:54:58.693 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:44 ago on Sat 09 Mar 2024 03:53:14 PM UTC. 2024-03-09T15:54:58.849 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-09T15:54:58.850 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:54:58.850 INFO:teuthology.orchestra.run.smithi052.stdout: Package Architecture Version Repository Size 2024-03-09T15:54:58.850 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:54:58.850 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-03-09T15:54:58.850 INFO:teuthology.orchestra.run.smithi052.stdout: rbd-fuse x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 85 k 2024-03-09T15:54:58.850 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:58.850 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-03-09T15:54:58.851 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:54:58.851 INFO:teuthology.orchestra.run.smithi052.stdout:Install 1 Package 2024-03-09T15:54:58.851 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:54:58.851 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 85 k 2024-03-09T15:54:58.851 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 231 k 2024-03-09T15:54:58.851 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-03-09T15:54:59.161 INFO:teuthology.orchestra.run.smithi052.stdout:rbd-fuse-19.0.0-1920.g6b01fe95.el9.x86_64.rpm 276 kB/s | 85 kB 00:00 2024-03-09T15:54:59.161 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:54:59.161 INFO:teuthology.orchestra.run.smithi052.stdout:Total 275 kB/s | 85 kB 00:00 2024-03-09T15:54:59.162 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-03-09T15:54:59.169 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-03-09T15:54:59.169 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-03-09T15:54:59.226 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-03-09T15:54:59.226 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-03-09T15:54:59.371 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-03-09T15:54:59.462 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : rbd-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:54:59.870 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: rbd-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:55:00.167 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : rbd-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:55:00.168 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:55:00.168 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-03-09T15:55:00.168 INFO:teuthology.orchestra.run.smithi052.stdout: rbd-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:55:00.168 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:55:00.168 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-09T15:55:00.380 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install rbd-mirror 2024-03-09T15:55:00.952 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:46 ago on Sat 09 Mar 2024 03:53:14 PM UTC. 2024-03-09T15:55:01.106 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-09T15:55:01.107 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:55:01.107 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repo Size 2024-03-09T15:55:01.107 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:55:01.107 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-03-09T15:55:01.108 INFO:teuthology.orchestra.run.smithi052.stdout: rbd-mirror x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 3.1 M 2024-03-09T15:55:01.108 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:55:01.108 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-03-09T15:55:01.108 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:55:01.108 INFO:teuthology.orchestra.run.smithi052.stdout:Install 1 Package 2024-03-09T15:55:01.108 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:55:01.109 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 3.1 M 2024-03-09T15:55:01.109 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 13 M 2024-03-09T15:55:01.109 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-03-09T15:55:01.688 INFO:teuthology.orchestra.run.smithi052.stdout:rbd-mirror-19.0.0-1920.g6b01fe95.el9.x86_64.rpm 5.3 MB/s | 3.1 MB 00:00 2024-03-09T15:55:01.688 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:55:01.689 INFO:teuthology.orchestra.run.smithi052.stdout:Total 5.3 MB/s | 3.1 MB 00:00 2024-03-09T15:55:01.689 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-03-09T15:55:01.699 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-03-09T15:55:01.699 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-03-09T15:55:01.776 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-03-09T15:55:01.776 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-03-09T15:55:02.229 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-03-09T15:55:02.288 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : rbd-mirror-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:55:02.312 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: rbd-mirror-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:55:02.312 INFO:teuthology.orchestra.run.smithi052.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T15:55:02.312 INFO:teuthology.orchestra.run.smithi052.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-03-09T15:55:02.313 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-09T15:55:02.313 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-09T15:55:02.313 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:55:03.507 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : rbd-mirror-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:55:03.507 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:55:03.507 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-03-09T15:55:03.507 INFO:teuthology.orchestra.run.smithi052.stdout: rbd-mirror-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:55:03.507 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:55:03.508 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-09T15:55:03.730 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install rbd-nbd 2024-03-09T15:55:04.301 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:50 ago on Sat 09 Mar 2024 03:53:14 PM UTC. 2024-03-09T15:55:04.456 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-09T15:55:04.457 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:55:04.457 INFO:teuthology.orchestra.run.smithi052.stdout: Package Architecture Version Repository Size 2024-03-09T15:55:04.457 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:55:04.457 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-03-09T15:55:04.457 INFO:teuthology.orchestra.run.smithi052.stdout: rbd-nbd x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 170 k 2024-03-09T15:55:04.457 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:55:04.458 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-03-09T15:55:04.458 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-09T15:55:04.458 INFO:teuthology.orchestra.run.smithi052.stdout:Install 1 Package 2024-03-09T15:55:04.458 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:55:04.458 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 170 k 2024-03-09T15:55:04.458 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 490 k 2024-03-09T15:55:04.458 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-03-09T15:55:04.799 INFO:teuthology.orchestra.run.smithi052.stdout:rbd-nbd-19.0.0-1920.g6b01fe95.el9.x86_64.rpm 501 kB/s | 170 kB 00:00 2024-03-09T15:55:04.801 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:55:04.801 INFO:teuthology.orchestra.run.smithi052.stdout:Total 498 kB/s | 170 kB 00:00 2024-03-09T15:55:04.801 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-03-09T15:55:04.808 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-03-09T15:55:04.808 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-03-09T15:55:04.870 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-03-09T15:55:04.871 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-03-09T15:55:05.019 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-03-09T15:55:05.116 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : rbd-nbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:55:05.548 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: rbd-nbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:55:05.882 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : rbd-nbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T15:55:05.882 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:55:05.883 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-03-09T15:55:05.883 INFO:teuthology.orchestra.run.smithi052.stdout: rbd-nbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T15:55:05.883 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:55:05.883 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-09T15:55:06.095 DEBUG:teuthology.parallel:result is None 2024-03-09T15:55:06.096 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T15:55:06.259 DEBUG:teuthology.orchestra.run.smithi052:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-03-09T15:55:06.292 INFO:teuthology.orchestra.run.smithi052.stdout:19.0.0-1920.g6b01fe95.el9 2024-03-09T15:55:06.292 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1920.g6b01fe95.el9 2024-03-09T15:55:06.292 INFO:teuthology.task.install:The correct ceph version 19.0.0-1920.g6b01fe95 is installed. 2024-03-09T15:55:06.294 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T15:55:06.513 DEBUG:teuthology.orchestra.run.smithi151:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-03-09T15:55:06.538 INFO:teuthology.orchestra.run.smithi151.stdout:19.0.0-1920.g6b01fe95.el9 2024-03-09T15:55:06.539 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1920.g6b01fe95.el9 2024-03-09T15:55:06.539 INFO:teuthology.task.install:The correct ceph version 19.0.0-1920.g6b01fe95 is installed. 2024-03-09T15:55:06.541 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T15:55:06.761 DEBUG:teuthology.orchestra.run.smithi164:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-03-09T15:55:06.787 INFO:teuthology.orchestra.run.smithi164.stdout:19.0.0-1920.g6b01fe95.el9 2024-03-09T15:55:06.787 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1920.g6b01fe95.el9 2024-03-09T15:55:06.787 INFO:teuthology.task.install:The correct ceph version 19.0.0-1920.g6b01fe95 is installed. 2024-03-09T15:55:06.789 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-03-09T15:55:06.789 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-03-09T15:55:06.789 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-09T15:55:06.817 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2024-03-09T15:55:06.818 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-09T15:55:06.852 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-03-09T15:55:06.852 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-09T15:55:06.884 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-03-09T15:55:06.884 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-03-09T15:55:06.884 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/usr/bin/daemon-helper 2024-03-09T15:55:06.912 DEBUG:teuthology.orchestra.run.smithi052:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-09T15:55:06.979 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2024-03-09T15:55:06.979 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd of=/usr/bin/daemon-helper 2024-03-09T15:55:07.008 DEBUG:teuthology.orchestra.run.smithi151:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-09T15:55:07.076 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-03-09T15:55:07.076 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/usr/bin/daemon-helper 2024-03-09T15:55:07.108 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-09T15:55:07.178 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-03-09T15:55:07.179 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-03-09T15:55:07.179 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-09T15:55:07.206 DEBUG:teuthology.orchestra.run.smithi052:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-09T15:55:07.273 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2024-03-09T15:55:07.274 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-09T15:55:07.302 DEBUG:teuthology.orchestra.run.smithi151:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-09T15:55:07.370 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-03-09T15:55:07.370 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-09T15:55:07.399 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-09T15:55:07.469 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-03-09T15:55:07.470 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-03-09T15:55:07.470 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/usr/bin/stdin-killer 2024-03-09T15:55:07.497 DEBUG:teuthology.orchestra.run.smithi052:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-09T15:55:07.564 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2024-03-09T15:55:07.564 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd of=/usr/bin/stdin-killer 2024-03-09T15:55:07.594 DEBUG:teuthology.orchestra.run.smithi151:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-09T15:55:07.661 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-03-09T15:55:07.661 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/usr/bin/stdin-killer 2024-03-09T15:55:07.692 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-09T15:55:07.761 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-09T15:55:07.860 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\\)', 'MON_DOWN'], 'sha1': '6b01fe95f3aa686f1951a0c5828907a52930b92a'} 2024-03-09T15:55:07.860 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T15:55:07.861 INFO:tasks.cephadm:Cluster fsid is 67092596-de2d-11ee-95c7-87774f69a715 2024-03-09T15:55:07.861 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-09T15:55:07.861 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.52', 'mon.b': '172.21.15.151', 'mon.c': '172.21.15.164'} 2024-03-09T15:55:07.861 INFO:tasks.cephadm:First mon is mon.a on smithi052 2024-03-09T15:55:07.861 INFO:tasks.cephadm:First mgr is a 2024-03-09T15:55:07.861 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-09T15:55:07.861 DEBUG:teuthology.orchestra.run.smithi052:> sudo hostname $(hostname -s) 2024-03-09T15:55:07.889 DEBUG:teuthology.orchestra.run.smithi151:> sudo hostname $(hostname -s) 2024-03-09T15:55:07.916 DEBUG:teuthology.orchestra.run.smithi164:> sudo hostname $(hostname -s) 2024-03-09T15:55:07.946 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-03-09T15:55:07.947 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T15:55:08.088 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '6b01fe95f3aa686f1951a0c5828907a52930b92a', '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/77392/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-1920-g6b01fe95', 'node_name': '172.21.2.1+braggi01', '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-1920.g6b01fe95'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-03-07 01:55:50.169116', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri8-testing-2024-03-06-1329', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-03-09T15:55:08.233 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-yuri8-testing-2024-03-06-1329, sha1 6b01fe95f3aa686f1951a0c5828907a52930b92a from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T15:55:08.235 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/x86_64/flavors/default/cephadm 2024-03-09T15:55:08.235 DEBUG:teuthology.orchestra.run.smithi052:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-09T15:55:08.756 INFO:teuthology.orchestra.run.smithi052.stdout:-rw-r--r--. 1 ubuntu ubuntu 767311 Mar 9 15:55 /home/ubuntu/cephtest/cephadm 2024-03-09T15:55:08.757 DEBUG:teuthology.orchestra.run.smithi151:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-09T15:55:09.145 INFO:teuthology.orchestra.run.smithi151.stdout:-rw-r--r--. 1 ubuntu ubuntu 767311 Mar 9 15:55 /home/ubuntu/cephtest/cephadm 2024-03-09T15:55:09.145 DEBUG:teuthology.orchestra.run.smithi164:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-09T15:55:09.538 INFO:teuthology.orchestra.run.smithi164.stdout:-rw-r--r--. 1 ubuntu ubuntu 767311 Mar 9 15:55 /home/ubuntu/cephtest/cephadm 2024-03-09T15:55:09.539 DEBUG:teuthology.orchestra.run.smithi052:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-09T15:55:09.557 DEBUG:teuthology.orchestra.run.smithi151:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-09T15:55:09.575 DEBUG:teuthology.orchestra.run.smithi164:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-09T15:55:09.604 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a on all hosts... 2024-03-09T15:55:09.604 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a pull 2024-03-09T15:55:09.607 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a pull 2024-03-09T15:55:09.618 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a pull 2024-03-09T15:55:10.417 INFO:teuthology.orchestra.run.smithi164.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a... 2024-03-09T15:55:10.464 INFO:teuthology.orchestra.run.smithi151.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a... 2024-03-09T15:55:10.551 INFO:teuthology.orchestra.run.smithi052.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a... 2024-03-09T15:55:37.247 INFO:teuthology.orchestra.run.smithi052.stdout:{ 2024-03-09T15:55:37.247 INFO:teuthology.orchestra.run.smithi052.stdout: "ceph_version": "ceph version 19.0.0-1920-g6b01fe95 (6b01fe95f3aa686f1951a0c5828907a52930b92a) squid (dev)", 2024-03-09T15:55:37.247 INFO:teuthology.orchestra.run.smithi052.stdout: "image_id": "f02fa55b9b8de60984f1e61e337d57bb8acd19809523a4759a724dc047890a56", 2024-03-09T15:55:37.247 INFO:teuthology.orchestra.run.smithi052.stdout: "repo_digests": [ 2024-03-09T15:55:37.248 INFO:teuthology.orchestra.run.smithi052.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c4253a9c1a4d2bb6b4ac8a985dd1726f07539b5f0fc76b3531f14a6c822e6e8d" 2024-03-09T15:55:37.248 INFO:teuthology.orchestra.run.smithi052.stdout: ] 2024-03-09T15:55:37.248 INFO:teuthology.orchestra.run.smithi052.stdout:} 2024-03-09T15:56:02.424 INFO:teuthology.orchestra.run.smithi151.stdout:{ 2024-03-09T15:56:02.425 INFO:teuthology.orchestra.run.smithi151.stdout: "ceph_version": "ceph version 19.0.0-1920-g6b01fe95 (6b01fe95f3aa686f1951a0c5828907a52930b92a) squid (dev)", 2024-03-09T15:56:02.425 INFO:teuthology.orchestra.run.smithi151.stdout: "image_id": "f02fa55b9b8de60984f1e61e337d57bb8acd19809523a4759a724dc047890a56", 2024-03-09T15:56:02.425 INFO:teuthology.orchestra.run.smithi151.stdout: "repo_digests": [ 2024-03-09T15:56:02.425 INFO:teuthology.orchestra.run.smithi151.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c4253a9c1a4d2bb6b4ac8a985dd1726f07539b5f0fc76b3531f14a6c822e6e8d" 2024-03-09T15:56:02.425 INFO:teuthology.orchestra.run.smithi151.stdout: ] 2024-03-09T15:56:02.425 INFO:teuthology.orchestra.run.smithi151.stdout:} 2024-03-09T15:56:02.636 INFO:teuthology.orchestra.run.smithi164.stdout:{ 2024-03-09T15:56:02.636 INFO:teuthology.orchestra.run.smithi164.stdout: "ceph_version": "ceph version 19.0.0-1920-g6b01fe95 (6b01fe95f3aa686f1951a0c5828907a52930b92a) squid (dev)", 2024-03-09T15:56:02.636 INFO:teuthology.orchestra.run.smithi164.stdout: "image_id": "f02fa55b9b8de60984f1e61e337d57bb8acd19809523a4759a724dc047890a56", 2024-03-09T15:56:02.636 INFO:teuthology.orchestra.run.smithi164.stdout: "repo_digests": [ 2024-03-09T15:56:02.636 INFO:teuthology.orchestra.run.smithi164.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c4253a9c1a4d2bb6b4ac8a985dd1726f07539b5f0fc76b3531f14a6c822e6e8d" 2024-03-09T15:56:02.636 INFO:teuthology.orchestra.run.smithi164.stdout: ] 2024-03-09T15:56:02.636 INFO:teuthology.orchestra.run.smithi164.stdout:} 2024-03-09T15:56:02.660 DEBUG:teuthology.orchestra.run.smithi052:> sudo mkdir -p /etc/ceph 2024-03-09T15:56:02.696 DEBUG:teuthology.orchestra.run.smithi151:> sudo mkdir -p /etc/ceph 2024-03-09T15:56:02.726 DEBUG:teuthology.orchestra.run.smithi164:> sudo mkdir -p /etc/ceph 2024-03-09T15:56:02.756 DEBUG:teuthology.orchestra.run.smithi052:> sudo chmod 777 /etc/ceph 2024-03-09T15:56:02.799 DEBUG:teuthology.orchestra.run.smithi151:> sudo chmod 777 /etc/ceph 2024-03-09T15:56:02.826 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod 777 /etc/ceph 2024-03-09T15:56:02.852 INFO:tasks.cephadm:Writing seed config... 2024-03-09T15:56:02.854 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-03-09T15:56:02.854 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-09T15:56:02.854 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-09T15:56:02.854 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-03-09T15:56:02.854 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-09T15:56:02.854 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-09T15:56:02.854 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-09T15:56:02.854 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-09T15:56:02.854 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-09T15:56:02.855 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-03-09T15:56:02.855 DEBUG:teuthology.orchestra.run.smithi052:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-09T15:56:02.870 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 = 67092596-de2d-11ee-95c7-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-03-09T15:56:02.871 DEBUG:teuthology.orchestra.run.smithi052:mon.a> sudo journalctl -f -n 0 -u ceph-67092596-de2d-11ee-95c7-87774f69a715@mon.a.service 2024-03-09T15:56:02.913 DEBUG:teuthology.orchestra.run.smithi052:mgr.a> sudo journalctl -f -n 0 -u ceph-67092596-de2d-11ee-95c7-87774f69a715@mgr.a.service 2024-03-09T15:56:02.955 INFO:tasks.cephadm:Bootstrapping... 2024-03-09T15:56:02.955 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a -v bootstrap --fsid 67092596-de2d-11ee-95c7-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.52 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-09T15:56:03.156 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-09T15:56:03.156 INFO:teuthology.orchestra.run.smithi052.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a', '-v', 'bootstrap', '--fsid', '67092596-de2d-11ee-95c7-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.52', '--skip-admin-label'] 2024-03-09T15:56:03.181 INFO:teuthology.orchestra.run.smithi052.stdout:/bin/podman: stdout 4.9.3-dev 2024-03-09T15:56:03.182 INFO:teuthology.orchestra.run.smithi052.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-03-09T15:56:03.182 INFO:teuthology.orchestra.run.smithi052.stdout:Verifying podman|docker is present... 2024-03-09T15:56:03.206 INFO:teuthology.orchestra.run.smithi052.stdout:/bin/podman: stdout 4.9.3-dev 2024-03-09T15:56:03.207 INFO:teuthology.orchestra.run.smithi052.stdout:Verifying lvm2 is present... 2024-03-09T15:56:03.207 INFO:teuthology.orchestra.run.smithi052.stdout:Verifying time synchronization is in place... 2024-03-09T15:56:03.214 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-09T15:56:03.214 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-09T15:56:03.250 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-09T15:56:03.251 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stdout inactive 2024-03-09T15:56:03.258 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stdout enabled 2024-03-09T15:56:03.264 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stdout active 2024-03-09T15:56:03.264 INFO:teuthology.orchestra.run.smithi052.stdout:Unit chronyd.service is enabled and running 2024-03-09T15:56:03.264 INFO:teuthology.orchestra.run.smithi052.stdout:Repeating the final host check... 2024-03-09T15:56:03.287 INFO:teuthology.orchestra.run.smithi052.stdout:/bin/podman: stdout 4.9.3-dev 2024-03-09T15:56:03.287 INFO:teuthology.orchestra.run.smithi052.stdout:podman (/bin/podman) version 4.9.3 is present 2024-03-09T15:56:03.287 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl is present 2024-03-09T15:56:03.287 INFO:teuthology.orchestra.run.smithi052.stdout:lvcreate is present 2024-03-09T15:56:03.293 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-09T15:56:03.294 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-09T15:56:03.300 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-09T15:56:03.300 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stdout inactive 2024-03-09T15:56:03.306 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stdout enabled 2024-03-09T15:56:03.313 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stdout active 2024-03-09T15:56:03.313 INFO:teuthology.orchestra.run.smithi052.stdout:Unit chronyd.service is enabled and running 2024-03-09T15:56:03.313 INFO:teuthology.orchestra.run.smithi052.stdout:Host looks OK 2024-03-09T15:56:03.313 INFO:teuthology.orchestra.run.smithi052.stdout:Cluster fsid: 67092596-de2d-11ee-95c7-87774f69a715 2024-03-09T15:56:03.313 INFO:teuthology.orchestra.run.smithi052.stdout:Acquiring lock 139851745320384 on /run/cephadm/67092596-de2d-11ee-95c7-87774f69a715.lock 2024-03-09T15:56:03.313 INFO:teuthology.orchestra.run.smithi052.stdout:Lock 139851745320384 acquired on /run/cephadm/67092596-de2d-11ee-95c7-87774f69a715.lock 2024-03-09T15:56:03.314 INFO:teuthology.orchestra.run.smithi052.stdout:Verifying IP 172.21.15.52 port 3300 ... 2024-03-09T15:56:03.314 INFO:teuthology.orchestra.run.smithi052.stdout:Verifying IP 172.21.15.52 port 6789 ... 2024-03-09T15:56:03.314 INFO:teuthology.orchestra.run.smithi052.stdout:Base mon IP(s) is [172.21.15.52:3300, 172.21.15.52:6789], mon addrv is [v2:172.21.15.52:3300,v1:172.21.15.52:6789] 2024-03-09T15:56:03.317 INFO:teuthology.orchestra.run.smithi052.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.52 metric 100 2024-03-09T15:56:03.317 INFO:teuthology.orchestra.run.smithi052.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.52 metric 100 2024-03-09T15:56:03.319 INFO:teuthology.orchestra.run.smithi052.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-03-09T15:56:03.320 INFO:teuthology.orchestra.run.smithi052.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2024-03-09T15:56:03.320 INFO:teuthology.orchestra.run.smithi052.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2024-03-09T15:56:03.322 INFO:teuthology.orchestra.run.smithi052.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-09T15:56:03.322 INFO:teuthology.orchestra.run.smithi052.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-03-09T15:56:03.322 INFO:teuthology.orchestra.run.smithi052.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-09T15:56:03.322 INFO:teuthology.orchestra.run.smithi052.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-03-09T15:56:03.322 INFO:teuthology.orchestra.run.smithi052.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:15de/64 scope link noprefixroute 2024-03-09T15:56:03.322 INFO:teuthology.orchestra.run.smithi052.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-09T15:56:03.323 INFO:teuthology.orchestra.run.smithi052.stdout:Mon IP `172.21.15.52` is in CIDR network `172.21.0.0/20` 2024-03-09T15:56:03.323 INFO:teuthology.orchestra.run.smithi052.stdout:Mon IP `172.21.15.52` is in CIDR network `172.21.0.0/20` 2024-03-09T15:56:03.323 INFO:teuthology.orchestra.run.smithi052.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-03-09T15:56:03.323 INFO:teuthology.orchestra.run.smithi052.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-09T15:56:03.324 INFO:teuthology.orchestra.run.smithi052.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a... 2024-03-09T15:56:06.552 INFO:teuthology.orchestra.run.smithi052.stdout:/bin/podman: stdout f02fa55b9b8de60984f1e61e337d57bb8acd19809523a4759a724dc047890a56 2024-03-09T15:56:06.552 INFO:teuthology.orchestra.run.smithi052.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a... 2024-03-09T15:56:06.552 INFO:teuthology.orchestra.run.smithi052.stdout:/bin/podman: stderr Getting image source signatures 2024-03-09T15:56:06.552 INFO:teuthology.orchestra.run.smithi052.stdout:/bin/podman: stderr Copying blob sha256:f2a84f6d9b93f0a9c4c30ffe32cf4d8263921b927dab7c44db356735be8dc908 2024-03-09T15:56:06.552 INFO:teuthology.orchestra.run.smithi052.stdout:/bin/podman: stderr Copying blob sha256:7feca07754707458c3945cf0062cf4dabc512f6d90fe1a9a1370b362b6011124 2024-03-09T15:56:06.553 INFO:teuthology.orchestra.run.smithi052.stdout:/bin/podman: stderr Copying config sha256:f02fa55b9b8de60984f1e61e337d57bb8acd19809523a4759a724dc047890a56 2024-03-09T15:56:06.553 INFO:teuthology.orchestra.run.smithi052.stdout:/bin/podman: stderr Writing manifest to image destination 2024-03-09T15:56:11.263 INFO:teuthology.orchestra.run.smithi052.stdout:ceph: stdout ceph version 19.0.0-1920-g6b01fe95 (6b01fe95f3aa686f1951a0c5828907a52930b92a) squid (dev) 2024-03-09T15:56:11.263 INFO:teuthology.orchestra.run.smithi052.stdout:Ceph version: ceph version 19.0.0-1920-g6b01fe95 (6b01fe95f3aa686f1951a0c5828907a52930b92a) squid (dev) 2024-03-09T15:56:11.263 INFO:teuthology.orchestra.run.smithi052.stdout:Extracting ceph user uid/gid from container image... 2024-03-09T15:56:12.086 INFO:teuthology.orchestra.run.smithi052.stdout:stat: stdout 167 167 2024-03-09T15:56:12.086 INFO:teuthology.orchestra.run.smithi052.stdout:Creating initial keys... 2024-03-09T15:56:13.083 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-authtool: stdout AQCchuxlSMSlFhAAoZWY9wSNax/+A8ZsVwMFCQ== 2024-03-09T15:56:14.464 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-authtool: stdout AQCdhuxlpIX5FxAAhyMiSP25ZEQWMLByw/U9oA== 2024-03-09T15:56:15.353 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-authtool: stdout AQCehuxl89+sLxAAuGDgNGnvLJ/9asAYyzqiyw== 2024-03-09T15:56:15.353 INFO:teuthology.orchestra.run.smithi052.stdout:Creating initial monmap... 2024-03-09T15:56:16.776 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-09T15:56:16.776 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-03-09T15:56:16.776 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 67092596-de2d-11ee-95c7-87774f69a715 2024-03-09T15:56:16.776 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-09T15:56:16.776 INFO:teuthology.orchestra.run.smithi052.stdout:monmaptool for a [v2:172.21.15.52:3300,v1:172.21.15.52:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-09T15:56:16.776 INFO:teuthology.orchestra.run.smithi052.stdout:setting min_mon_release = quincy 2024-03-09T15:56:16.777 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/monmaptool: set fsid to 67092596-de2d-11ee-95c7-87774f69a715 2024-03-09T15:56:16.777 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-09T15:56:16.777 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:56:16.777 INFO:teuthology.orchestra.run.smithi052.stdout:Creating mon... 2024-03-09T15:56:17.673 INFO:teuthology.orchestra.run.smithi052.stdout:create mon.a on 2024-03-09T15:56:17.880 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-03-09T15:56:18.026 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-03-09T15:56:18.195 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-67092596-de2d-11ee-95c7-87774f69a715.target → /etc/systemd/system/ceph-67092596-de2d-11ee-95c7-87774f69a715.target. 2024-03-09T15:56:18.195 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-67092596-de2d-11ee-95c7-87774f69a715.target → /etc/systemd/system/ceph-67092596-de2d-11ee-95c7-87774f69a715.target. 2024-03-09T15:56:18.429 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-67092596-de2d-11ee-95c7-87774f69a715@mon.a 2024-03-09T15:56:18.430 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stderr Failed to reset failed state of unit ceph-67092596-de2d-11ee-95c7-87774f69a715@mon.a.service: Unit ceph-67092596-de2d-11ee-95c7-87774f69a715@mon.a.service not loaded. 2024-03-09T15:56:18.596 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-67092596-de2d-11ee-95c7-87774f69a715.target.wants/ceph-67092596-de2d-11ee-95c7-87774f69a715@mon.a.service → /etc/systemd/system/ceph-67092596-de2d-11ee-95c7-87774f69a715@.service. 2024-03-09T15:56:19.088 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-09T15:56:19.089 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stdout disabled 2024-03-09T15:56:19.095 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-09T15:56:19.095 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stdout inactive 2024-03-09T15:56:19.095 INFO:teuthology.orchestra.run.smithi052.stdout:firewalld.service is not enabled 2024-03-09T15:56:19.095 INFO:teuthology.orchestra.run.smithi052.stdout:Not possible to enable service . firewalld.service is not available 2024-03-09T15:56:19.095 INFO:teuthology.orchestra.run.smithi052.stdout:Waiting for mon to start... 2024-03-09T15:56:19.096 INFO:teuthology.orchestra.run.smithi052.stdout:Waiting for mon... 2024-03-09T15:56:19.220 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:19 smithi052 systemd[1]: Started Ceph mon.a for 67092596-de2d-11ee-95c7-87774f69a715. 2024-03-09T15:56:20.161 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout cluster: 2024-03-09T15:56:20.161 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout id: 67092596-de2d-11ee-95c7-87774f69a715 2024-03-09T15:56:20.162 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-03-09T15:56:20.162 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout 2024-03-09T15:56:20.162 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout services: 2024-03-09T15:56:20.162 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.564446s) 2024-03-09T15:56:20.162 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-03-09T15:56:20.162 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-03-09T15:56:20.162 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout 2024-03-09T15:56:20.162 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout data: 2024-03-09T15:56:20.162 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-03-09T15:56:20.162 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-03-09T15:56:20.162 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-03-09T15:56:20.162 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout pgs: 2024-03-09T15:56:20.162 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout 2024-03-09T15:56:20.162 INFO:teuthology.orchestra.run.smithi052.stdout:mon is available 2024-03-09T15:56:20.163 INFO:teuthology.orchestra.run.smithi052.stdout:Assimilating anything we can from ceph.conf... 2024-03-09T15:56:20.285 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:20 smithi052 ceph-mon[29418]: mon.a is new leader, mons a in quorum (ranks 0) 2024-03-09T15:56:20.286 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:20 smithi052 ceph-mon[29418]: monmap e1: 1 mons at {a=[v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-09T15:56:20.286 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:20 smithi052 ceph-mon[29418]: fsmap 2024-03-09T15:56:20.286 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:20 smithi052 ceph-mon[29418]: osdmap e1: 0 total, 0 up, 0 in 2024-03-09T15:56:20.286 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:20 smithi052 ceph-mon[29418]: mgrmap e1: no daemons active 2024-03-09T15:56:20.286 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:20 smithi052 ceph-mon[29418]: from='client.? 172.21.15.52:0/453922831' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-03-09T15:56:21.209 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout 2024-03-09T15:56:21.210 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout [global] 2024-03-09T15:56:21.210 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout fsid = 67092596-de2d-11ee-95c7-87774f69a715 2024-03-09T15:56:21.210 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.52:3300,v1:172.21.15.52:6789] 2024-03-09T15:56:21.210 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-09T15:56:21.210 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-09T15:56:21.210 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-09T15:56:21.210 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-09T15:56:21.210 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout 2024-03-09T15:56:21.210 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-09T15:56:21.210 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-03-09T15:56:21.210 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-09T15:56:21.210 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout 2024-03-09T15:56:21.210 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout [osd] 2024-03-09T15:56:21.211 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-09T15:56:21.211 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-09T15:56:21.211 INFO:teuthology.orchestra.run.smithi052.stdout:Generating new minimal ceph.conf... 2024-03-09T15:56:21.297 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:21 smithi052 ceph-mon[29418]: from='client.? 172.21.15.52:0/3514540145' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-09T15:56:21.298 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:21 smithi052 ceph-mon[29418]: from='client.? 172.21.15.52:0/3514540145' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-09T15:56:22.297 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:22 smithi052 ceph-mon[29418]: from='client.? 172.21.15.52:0/954857976' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-09T15:56:22.323 INFO:teuthology.orchestra.run.smithi052.stdout:Restarting the monitor... 2024-03-09T15:56:22.590 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:22 smithi052 systemd[1]: Stopping Ceph mon.a for 67092596-de2d-11ee-95c7-87774f69a715... 2024-03-09T15:56:23.006 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:22 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mon-a[29414]: 2024-03-09T15:56:22.589+0000 7f7dcfc91700 -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-03-09T15:56:23.007 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:22 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mon-a[29414]: 2024-03-09T15:56:22.589+0000 7f7dcfc91700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-09T15:56:23.007 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:22 smithi052 podman[29663]: 2024-03-09 15:56:22.794434011 +0000 UTC m=+0.307596784 container died 82db5b823c6a4db7287aa959feb65dcfe8d5dc2463a6ecba33a1f5c2150ba9c2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a, name=ceph-67092596-de2d-11ee-95c7-87774f69a715-mon-a, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=6d53bc8ece767735a31d32bfc429296668de9e0b, RELEASE=wip-yuri8-testing-2024-03-06-1329-6b01fe9, org.label-schema.build-date=20240222, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5) 2024-03-09T15:56:23.298 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 podman[29663]: 2024-03-09 15:56:23.090308242 +0000 UTC m=+0.603471011 container cleanup 82db5b823c6a4db7287aa959feb65dcfe8d5dc2463a6ecba33a1f5c2150ba9c2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a, name=ceph-67092596-de2d-11ee-95c7-87774f69a715-mon-a, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, ceph=True, GIT_COMMIT=6d53bc8ece767735a31d32bfc429296668de9e0b, org.label-schema.build-date=20240222, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, RELEASE=wip-yuri8-testing-2024-03-06-1329-6b01fe9, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5) 2024-03-09T15:56:23.298 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 bash[29663]: ceph-67092596-de2d-11ee-95c7-87774f69a715-mon-a 2024-03-09T15:56:23.648 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 podman[29678]: 2024-03-09 15:56:23.30801972 +0000 UTC m=+0.516329234 container remove 82db5b823c6a4db7287aa959feb65dcfe8d5dc2463a6ecba33a1f5c2150ba9c2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a, name=ceph-67092596-de2d-11ee-95c7-87774f69a715-mon-a, ceph=True, GIT_COMMIT=6d53bc8ece767735a31d32bfc429296668de9e0b, GIT_CLEAN=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, RELEASE=wip-yuri8-testing-2024-03-06-1329-6b01fe9, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240222, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, io.buildah.version=1.33.5) 2024-03-09T15:56:23.649 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 systemd[1]: ceph-67092596-de2d-11ee-95c7-87774f69a715@mon.a.service: Deactivated successfully. 2024-03-09T15:56:23.649 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 systemd[1]: Stopped Ceph mon.a for 67092596-de2d-11ee-95c7-87774f69a715. 2024-03-09T15:56:23.649 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 systemd[1]: Starting Ceph mon.a for 67092596-de2d-11ee-95c7-87774f69a715... 2024-03-09T15:56:23.912 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 podman[29770]: 2024-03-09 15:56:23.552107222 +0000 UTC m=+0.017555421 image pull f02fa55b9b8de60984f1e61e337d57bb8acd19809523a4759a724dc047890a56 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T15:56:23.912 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 podman[29770]: 2024-03-09 15:56:23.658802118 +0000 UTC m=+0.124250305 container create 1399c8ecad1c7ecf6f096c2cb9ef7f3ea0eb5a4344bcd227e7a36d58332b071f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a, name=ceph-67092596-de2d-11ee-95c7-87774f69a715-mon-a, RELEASE=wip-yuri8-testing-2024-03-06-1329-6b01fe9, GIT_COMMIT=6d53bc8ece767735a31d32bfc429296668de9e0b, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.build-date=20240222, 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, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, ceph=True) 2024-03-09T15:56:23.912 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 podman[29770]: 2024-03-09 15:56:23.886285847 +0000 UTC m=+0.351734035 container init 1399c8ecad1c7ecf6f096c2cb9ef7f3ea0eb5a4344bcd227e7a36d58332b071f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a, name=ceph-67092596-de2d-11ee-95c7-87774f69a715-mon-a, RELEASE=wip-yuri8-testing-2024-03-06-1329-6b01fe9, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240222, ceph=True, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_COMMIT=6d53bc8ece767735a31d32bfc429296668de9e0b, org.label-schema.schema-version=1.0) 2024-03-09T15:56:23.912 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 podman[29770]: 2024-03-09 15:56:23.889674675 +0000 UTC m=+0.355122865 container start 1399c8ecad1c7ecf6f096c2cb9ef7f3ea0eb5a4344bcd227e7a36d58332b071f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a, name=ceph-67092596-de2d-11ee-95c7-87774f69a715-mon-a, org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, RELEASE=wip-yuri8-testing-2024-03-06-1329-6b01fe9, GIT_COMMIT=6d53bc8ece767735a31d32bfc429296668de9e0b, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, org.label-schema.build-date=20240222, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=) 2024-03-09T15:56:23.912 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: set uid:gid to 167:167 (ceph:ceph) 2024-03-09T15:56:23.912 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: ceph version 19.0.0-1920-g6b01fe95 (6b01fe95f3aa686f1951a0c5828907a52930b92a) squid (dev), process ceph-mon, pid 2 2024-03-09T15:56:23.912 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: pidfile_write: ignore empty --pid-file 2024-03-09T15:56:23.956 INFO:teuthology.orchestra.run.smithi052.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-03-09T15:56:24.197 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: load: jerasure load: lrc 2024-03-09T15:56:24.198 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: RocksDB version: 7.9.2 2024-03-09T15:56:24.198 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Git sha 0 2024-03-09T15:56:24.198 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Compile date 2024-03-07 00:38:21 2024-03-09T15:56:24.198 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: DB SUMMARY 2024-03-09T15:56:24.198 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: DB Session ID: E91BIBYR49XRSZ70TOUF 2024-03-09T15:56:24.198 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: CURRENT file: CURRENT 2024-03-09T15:56:24.198 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: IDENTITY file: IDENTITY 2024-03-09T15:56:24.198 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-03-09T15:56:24.198 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-03-09T15:56:24.198 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 84955 ; 2024-03-09T15:56:24.198 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.error_if_exists: 0 2024-03-09T15:56:24.198 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.create_if_missing: 0 2024-03-09T15:56:24.199 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.paranoid_checks: 1 2024-03-09T15:56:24.199 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.flush_verify_memtable_count: 1 2024-03-09T15:56:24.199 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-09T15:56:24.199 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-09T15:56:24.199 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.env: 0x5637cd68cb20 2024-03-09T15:56:24.199 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.fs: PosixFileSystem 2024-03-09T15:56:24.199 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.info_log: 0x5637cfa458e0 2024-03-09T15:56:24.199 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.max_file_opening_threads: 16 2024-03-09T15:56:24.199 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.statistics: (nil) 2024-03-09T15:56:24.199 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.use_fsync: 0 2024-03-09T15:56:24.199 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.max_log_file_size: 0 2024-03-09T15:56:24.199 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-09T15:56:24.200 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.log_file_time_to_roll: 0 2024-03-09T15:56:24.200 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.keep_log_file_num: 1000 2024-03-09T15:56:24.200 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.recycle_log_file_num: 0 2024-03-09T15:56:24.200 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.allow_fallocate: 1 2024-03-09T15:56:24.200 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.allow_mmap_reads: 0 2024-03-09T15:56:24.200 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.allow_mmap_writes: 0 2024-03-09T15:56:24.200 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.use_direct_reads: 0 2024-03-09T15:56:24.200 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-09T15:56:24.200 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.create_missing_column_families: 0 2024-03-09T15:56:24.200 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.db_log_dir: 2024-03-09T15:56:24.200 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.wal_dir: 2024-03-09T15:56:24.200 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.table_cache_numshardbits: 6 2024-03-09T15:56:24.200 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.WAL_ttl_seconds: 0 2024-03-09T15:56:24.200 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.WAL_size_limit_MB: 0 2024-03-09T15:56:24.201 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-09T15:56:24.201 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-09T15:56:24.201 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.is_fd_close_on_exec: 1 2024-03-09T15:56:24.201 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.advise_random_on_open: 1 2024-03-09T15:56:24.201 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.db_write_buffer_size: 0 2024-03-09T15:56:24.201 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.write_buffer_manager: 0x5637cfa19400 2024-03-09T15:56:24.201 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-09T15:56:24.201 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-09T15:56:24.201 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.use_adaptive_mutex: 0 2024-03-09T15:56:24.201 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.rate_limiter: (nil) 2024-03-09T15:56:24.201 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-09T15:56:24.201 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.wal_recovery_mode: 2 2024-03-09T15:56:24.201 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.enable_thread_tracking: 0 2024-03-09T15:56:24.202 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.enable_pipelined_write: 0 2024-03-09T15:56:24.202 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.unordered_write: 0 2024-03-09T15:56:24.202 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-09T15:56:24.202 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-09T15:56:24.202 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-09T15:56:24.202 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-09T15:56:24.202 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.row_cache: None 2024-03-09T15:56:24.202 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.wal_filter: None 2024-03-09T15:56:24.202 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-09T15:56:24.202 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.allow_ingest_behind: 0 2024-03-09T15:56:24.202 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.two_write_queues: 0 2024-03-09T15:56:24.202 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.manual_wal_flush: 0 2024-03-09T15:56:24.202 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.wal_compression: 0 2024-03-09T15:56:24.202 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.atomic_flush: 0 2024-03-09T15:56:24.203 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-09T15:56:24.203 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.persist_stats_to_disk: 0 2024-03-09T15:56:24.203 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.write_dbid_to_manifest: 0 2024-03-09T15:56:24.203 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.log_readahead_size: 0 2024-03-09T15:56:24.203 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-09T15:56:24.203 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.best_efforts_recovery: 0 2024-03-09T15:56:24.203 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-09T15:56:24.203 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-09T15:56:24.203 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.allow_data_in_errors: 0 2024-03-09T15:56:24.203 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.db_host_id: __hostname__ 2024-03-09T15:56:24.203 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.enforce_single_del_contracts: true 2024-03-09T15:56:24.203 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.max_background_jobs: 2 2024-03-09T15:56:24.203 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.max_background_compactions: -1 2024-03-09T15:56:24.203 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.max_subcompactions: 1 2024-03-09T15:56:24.205 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-09T15:56:24.205 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-09T15:56:24.205 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.delayed_write_rate : 16777216 2024-03-09T15:56:24.205 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.max_total_wal_size: 0 2024-03-09T15:56:24.205 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-09T15:56:24.205 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.stats_dump_period_sec: 600 2024-03-09T15:56:24.205 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.stats_persist_period_sec: 600 2024-03-09T15:56:24.205 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-09T15:56:24.205 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.max_open_files: -1 2024-03-09T15:56:24.205 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.bytes_per_sync: 0 2024-03-09T15:56:24.206 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.wal_bytes_per_sync: 0 2024-03-09T15:56:24.206 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.strict_bytes_per_sync: 0 2024-03-09T15:56:24.206 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.compaction_readahead_size: 0 2024-03-09T15:56:24.206 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.max_background_flushes: -1 2024-03-09T15:56:24.206 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Compression algorithms supported: 2024-03-09T15:56:24.206 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-09T15:56:24.206 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: kZSTD supported: 0 2024-03-09T15:56:24.206 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: kXpressCompression supported: 0 2024-03-09T15:56:24.206 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: kLZ4HCCompression supported: 1 2024-03-09T15:56:24.206 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: kZlibCompression supported: 1 2024-03-09T15:56:24.206 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: kSnappyCompression supported: 1 2024-03-09T15:56:24.206 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: kLZ4Compression supported: 1 2024-03-09T15:56:24.206 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: kBZip2Compression supported: 0 2024-03-09T15:56:24.207 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Fast CRC32 supported: Supported on x86 2024-03-09T15:56:24.207 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: DMutex implementation: pthread_mutex_t 2024-03-09T15:56:24.207 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-03-09T15:56:24.207 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-09T15:56:24.207 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-09T15:56:24.207 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.merge_operator: 2024-03-09T15:56:24.207 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.compaction_filter: None 2024-03-09T15:56:24.207 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.compaction_filter_factory: None 2024-03-09T15:56:24.207 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.sst_partitioner_factory: None 2024-03-09T15:56:24.207 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.memtable_factory: SkipListFactory 2024-03-09T15:56:24.207 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.table_factory: BlockBasedTable 2024-03-09T15:56:24.207 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5637cfa459e0) 2024-03-09T15:56:24.207 INFO:journalctl@ceph.mon.a.smithi052.stdout: cache_index_and_filter_blocks: 1 2024-03-09T15:56:24.207 INFO:journalctl@ceph.mon.a.smithi052.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-09T15:56:24.208 INFO:journalctl@ceph.mon.a.smithi052.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-09T15:56:24.208 INFO:journalctl@ceph.mon.a.smithi052.stdout: pin_top_level_index_and_filter: 1 2024-03-09T15:56:24.208 INFO:journalctl@ceph.mon.a.smithi052.stdout: index_type: 0 2024-03-09T15:56:24.208 INFO:journalctl@ceph.mon.a.smithi052.stdout: data_block_index_type: 0 2024-03-09T15:56:24.208 INFO:journalctl@ceph.mon.a.smithi052.stdout: index_shortening: 1 2024-03-09T15:56:24.208 INFO:journalctl@ceph.mon.a.smithi052.stdout: data_block_hash_table_util_ratio: 0.750000 2024-03-09T15:56:24.208 INFO:journalctl@ceph.mon.a.smithi052.stdout: checksum: 4 2024-03-09T15:56:24.208 INFO:journalctl@ceph.mon.a.smithi052.stdout: no_block_cache: 0 2024-03-09T15:56:24.208 INFO:journalctl@ceph.mon.a.smithi052.stdout: block_cache: 0x5637cfa4b090 2024-03-09T15:56:24.208 INFO:journalctl@ceph.mon.a.smithi052.stdout: block_cache_name: BinnedLRUCache 2024-03-09T15:56:24.208 INFO:journalctl@ceph.mon.a.smithi052.stdout: block_cache_options: 2024-03-09T15:56:24.208 INFO:journalctl@ceph.mon.a.smithi052.stdout: capacity : 536870912 2024-03-09T15:56:24.208 INFO:journalctl@ceph.mon.a.smithi052.stdout: num_shard_bits : 4 2024-03-09T15:56:24.208 INFO:journalctl@ceph.mon.a.smithi052.stdout: strict_capacity_limit : 0 2024-03-09T15:56:24.209 INFO:journalctl@ceph.mon.a.smithi052.stdout: high_pri_pool_ratio: 0.000 2024-03-09T15:56:24.209 INFO:journalctl@ceph.mon.a.smithi052.stdout: block_cache_compressed: (nil) 2024-03-09T15:56:24.209 INFO:journalctl@ceph.mon.a.smithi052.stdout: persistent_cache: (nil) 2024-03-09T15:56:24.209 INFO:journalctl@ceph.mon.a.smithi052.stdout: block_size: 4096 2024-03-09T15:56:24.209 INFO:journalctl@ceph.mon.a.smithi052.stdout: block_size_deviation: 10 2024-03-09T15:56:24.209 INFO:journalctl@ceph.mon.a.smithi052.stdout: block_restart_interval: 16 2024-03-09T15:56:24.209 INFO:journalctl@ceph.mon.a.smithi052.stdout: index_block_restart_interval: 1 2024-03-09T15:56:24.209 INFO:journalctl@ceph.mon.a.smithi052.stdout: metadata_block_size: 4096 2024-03-09T15:56:24.209 INFO:journalctl@ceph.mon.a.smithi052.stdout: partition_filters: 0 2024-03-09T15:56:24.209 INFO:journalctl@ceph.mon.a.smithi052.stdout: use_delta_encoding: 1 2024-03-09T15:56:24.209 INFO:journalctl@ceph.mon.a.smithi052.stdout: filter_policy: bloomfilter 2024-03-09T15:56:24.209 INFO:journalctl@ceph.mon.a.smithi052.stdout: whole_key_filtering: 1 2024-03-09T15:56:24.209 INFO:journalctl@ceph.mon.a.smithi052.stdout: verify_compression: 0 2024-03-09T15:56:24.209 INFO:journalctl@ceph.mon.a.smithi052.stdout: read_amp_bytes_per_bit: 0 2024-03-09T15:56:24.210 INFO:journalctl@ceph.mon.a.smithi052.stdout: format_version: 5 2024-03-09T15:56:24.210 INFO:journalctl@ceph.mon.a.smithi052.stdout: enable_index_compression: 1 2024-03-09T15:56:24.210 INFO:journalctl@ceph.mon.a.smithi052.stdout: block_align: 0 2024-03-09T15:56:24.210 INFO:journalctl@ceph.mon.a.smithi052.stdout: max_auto_readahead_size: 262144 2024-03-09T15:56:24.210 INFO:journalctl@ceph.mon.a.smithi052.stdout: prepopulate_block_cache: 0 2024-03-09T15:56:24.210 INFO:journalctl@ceph.mon.a.smithi052.stdout: initial_auto_readahead_size: 8192 2024-03-09T15:56:24.210 INFO:journalctl@ceph.mon.a.smithi052.stdout: num_file_reads_for_auto_readahead: 2 2024-03-09T15:56:24.210 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.write_buffer_size: 33554432 2024-03-09T15:56:24.210 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.max_write_buffer_number: 2 2024-03-09T15:56:24.210 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.compression: NoCompression 2024-03-09T15:56:24.210 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.bottommost_compression: Disabled 2024-03-09T15:56:24.210 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.prefix_extractor: nullptr 2024-03-09T15:56:24.210 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-09T15:56:24.211 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.num_levels: 7 2024-03-09T15:56:24.211 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-09T15:56:24.211 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-09T15:56:24.211 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-09T15:56:24.211 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-09T15:56:24.211 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-09T15:56:24.211 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-09T15:56:24.211 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-09T15:56:24.211 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-09T15:56:24.211 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-09T15:56:24.211 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-09T15:56:24.211 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-09T15:56:24.211 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-09T15:56:24.211 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.compression_opts.window_bits: -14 2024-03-09T15:56:24.212 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.compression_opts.level: 32767 2024-03-09T15:56:24.212 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.compression_opts.strategy: 0 2024-03-09T15:56:24.212 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-09T15:56:24.212 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-09T15:56:24.212 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-09T15:56:24.212 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-09T15:56:24.212 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.compression_opts.enabled: false 2024-03-09T15:56:24.212 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-09T15:56:24.212 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-09T15:56:24.212 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-09T15:56:24.213 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-09T15:56:24.213 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.target_file_size_base: 67108864 2024-03-09T15:56:24.213 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.target_file_size_multiplier: 1 2024-03-09T15:56:24.213 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-09T15:56:24.213 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-09T15:56:24.213 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-09T15:56:24.213 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-09T15:56:24.213 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-09T15:56:24.213 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-09T15:56:24.213 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-09T15:56:24.213 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-09T15:56:24.213 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-09T15:56:24.213 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-09T15:56:24.214 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-09T15:56:24.214 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-09T15:56:24.214 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-09T15:56:24.214 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.arena_block_size: 1048576 2024-03-09T15:56:24.214 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-09T15:56:24.214 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-09T15:56:24.214 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.disable_auto_compactions: 0 2024-03-09T15:56:24.214 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-09T15:56:24.214 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-09T15:56:24.214 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-09T15:56:24.214 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-09T15:56:24.214 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-09T15:56:24.214 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-09T15:56:24.215 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-09T15:56:24.215 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-09T15:56:24.215 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-09T15:56:24.215 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-09T15:56:24.215 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.table_properties_collectors: 2024-03-09T15:56:24.215 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.inplace_update_support: 0 2024-03-09T15:56:24.215 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.inplace_update_num_locks: 10000 2024-03-09T15:56:24.215 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-09T15:56:24.215 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-09T15:56:24.215 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.memtable_huge_page_size: 0 2024-03-09T15:56:24.215 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.bloom_locality: 0 2024-03-09T15:56:24.215 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.max_successive_merges: 0 2024-03-09T15:56:24.215 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.optimize_filters_for_hits: 0 2024-03-09T15:56:24.215 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.paranoid_file_checks: 0 2024-03-09T15:56:24.215 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.force_consistency_checks: 1 2024-03-09T15:56:24.216 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.report_bg_io_stats: 0 2024-03-09T15:56:24.216 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.ttl: 2592000 2024-03-09T15:56:24.216 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.periodic_compaction_seconds: 0 2024-03-09T15:56:24.216 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-09T15:56:24.216 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-09T15:56:24.216 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.enable_blob_files: false 2024-03-09T15:56:24.216 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.min_blob_size: 0 2024-03-09T15:56:24.216 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.blob_file_size: 268435456 2024-03-09T15:56:24.216 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.blob_compression_type: NoCompression 2024-03-09T15:56:24.216 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.enable_blob_garbage_collection: false 2024-03-09T15:56:24.216 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-09T15:56:24.216 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-09T15:56:24.216 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-09T15:56:24.216 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.blob_file_starting_level: 0 2024-03-09T15:56:24.216 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-09T15:56:24.217 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: 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-03-09T15:56:24.217 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-03-09T15:56:24.217 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 7935875e-438f-4a10-81f5-41c3f94c7b0c 2024-03-09T15:56:24.217 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: EVENT_LOG_v1 {"time_micros": 1709999783918814, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-03-09T15:56:24.217 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-03-09T15:56:24.217 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: EVENT_LOG_v1 {"time_micros": 1709999783919657, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81580, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 252, "table_properties": {"data_size": 79767, "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": 74076, "raw_average_value_size": 351, "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": 1709999783, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "7935875e-438f-4a10-81f5-41c3f94c7b0c", "db_session_id": "E91BIBYR49XRSZ70TOUF", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-03-09T15:56:24.217 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: EVENT_LOG_v1 {"time_micros": 1709999783919746, "job": 1, "event": "recovery_finished"} 2024-03-09T15:56:24.217 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-03-09T15:56:24.217 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: 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-03-09T15:56:24.217 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5637cfb3e000 2024-03-09T15:56:24.217 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: DB pointer 0x5637cfb28000 2024-03-09T15:56:24.217 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-09T15:56:24.217 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-09T15:56:24.217 INFO:journalctl@ceph.mon.a.smithi052.stdout: ** DB Stats ** 2024-03-09T15:56:24.218 INFO:journalctl@ceph.mon.a.smithi052.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-09T15:56:24.218 INFO:journalctl@ceph.mon.a.smithi052.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-03-09T15:56:24.218 INFO:journalctl@ceph.mon.a.smithi052.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-09T15:56:24.218 INFO:journalctl@ceph.mon.a.smithi052.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-09T15:56:24.218 INFO:journalctl@ceph.mon.a.smithi052.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-03-09T15:56:24.218 INFO:journalctl@ceph.mon.a.smithi052.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-09T15:56:24.218 INFO:journalctl@ceph.mon.a.smithi052.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-09T15:56:24.218 INFO:journalctl@ceph.mon.a.smithi052.stdout: 2024-03-09T15:56:24.218 INFO:journalctl@ceph.mon.a.smithi052.stdout: ** Compaction Stats [default] ** 2024-03-09T15:56:24.218 INFO:journalctl@ceph.mon.a.smithi052.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-03-09T15:56:24.218 INFO:journalctl@ceph.mon.a.smithi052.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-09T15:56:24.218 INFO:journalctl@ceph.mon.a.smithi052.stdout: L0 2/0 81.50 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 148.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-09T15:56:24.218 INFO:journalctl@ceph.mon.a.smithi052.stdout: Sum 2/0 81.50 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 148.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-09T15:56:24.219 INFO:journalctl@ceph.mon.a.smithi052.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 148.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-09T15:56:24.219 INFO:journalctl@ceph.mon.a.smithi052.stdout: 2024-03-09T15:56:24.219 INFO:journalctl@ceph.mon.a.smithi052.stdout: ** Compaction Stats [default] ** 2024-03-09T15:56:24.219 INFO:journalctl@ceph.mon.a.smithi052.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-03-09T15:56:24.219 INFO:journalctl@ceph.mon.a.smithi052.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-09T15:56:24.219 INFO:journalctl@ceph.mon.a.smithi052.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 148.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-09T15:56:24.219 INFO:journalctl@ceph.mon.a.smithi052.stdout: 2024-03-09T15:56:24.219 INFO:journalctl@ceph.mon.a.smithi052.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-09T15:56:24.219 INFO:journalctl@ceph.mon.a.smithi052.stdout: 2024-03-09T15:56:24.219 INFO:journalctl@ceph.mon.a.smithi052.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-09T15:56:24.219 INFO:journalctl@ceph.mon.a.smithi052.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-03-09T15:56:24.219 INFO:journalctl@ceph.mon.a.smithi052.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-09T15:56:24.219 INFO:journalctl@ceph.mon.a.smithi052.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-03-09T15:56:24.219 INFO:journalctl@ceph.mon.a.smithi052.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-03-09T15:56:24.220 INFO:journalctl@ceph.mon.a.smithi052.stdout: AddFile(Keys): cumulative 0, interval 0 2024-03-09T15:56:24.220 INFO:journalctl@ceph.mon.a.smithi052.stdout: Cumulative compaction: 0.00 GB write, 25.15 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-09T15:56:24.220 INFO:journalctl@ceph.mon.a.smithi052.stdout: Interval compaction: 0.00 GB write, 25.15 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-09T15:56:24.220 INFO:journalctl@ceph.mon.a.smithi052.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-03-09T15:56:24.220 INFO:journalctl@ceph.mon.a.smithi052.stdout: Block cache BinnedLRUCache@0x5637cfa4b090#2 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 7e-06 secs_since: 0 2024-03-09T15:56:24.220 INFO:journalctl@ceph.mon.a.smithi052.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-03-09T15:56:24.220 INFO:journalctl@ceph.mon.a.smithi052.stdout: 2024-03-09T15:56:24.220 INFO:journalctl@ceph.mon.a.smithi052.stdout: ** File Read Latency Histogram By Level [default] ** 2024-03-09T15:56:24.220 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: starting mon.a rank 0 at public addrs [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] at bind addrs [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 67092596-de2d-11ee-95c7-87774f69a715 2024-03-09T15:56:24.220 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: mon.a@-1(???) e1 preinit fsid 67092596-de2d-11ee-95c7-87774f69a715 2024-03-09T15:56:24.220 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: mon.a@-1(???).mds e1 new map 2024-03-09T15:56:24.221 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: mon.a@-1(???).mds e1 print_map 2024-03-09T15:56:24.221 INFO:journalctl@ceph.mon.a.smithi052.stdout: e1 2024-03-09T15:56:24.221 INFO:journalctl@ceph.mon.a.smithi052.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-03-09T15:56:24.221 INFO:journalctl@ceph.mon.a.smithi052.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-03-09T15:56:24.221 INFO:journalctl@ceph.mon.a.smithi052.stdout: legacy client fscid: -1 2024-03-09T15:56:24.221 INFO:journalctl@ceph.mon.a.smithi052.stdout: 2024-03-09T15:56:24.221 INFO:journalctl@ceph.mon.a.smithi052.stdout: No filesystems configured 2024-03-09T15:56:24.221 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-09T15:56:24.221 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-09T15:56:24.221 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-09T15:56:24.221 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-09T15:56:24.221 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-03-09T15:56:24.221 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 bash[29770]: 1399c8ecad1c7ecf6f096c2cb9ef7f3ea0eb5a4344bcd227e7a36d58332b071f 2024-03-09T15:56:24.221 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 systemd[1]: Started Ceph mon.a for 67092596-de2d-11ee-95c7-87774f69a715. 2024-03-09T15:56:24.221 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: mon.a is new leader, mons a in quorum (ranks 0) 2024-03-09T15:56:24.222 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: monmap e1: 1 mons at {a=[v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-09T15:56:24.222 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: fsmap 2024-03-09T15:56:24.222 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: osdmap e1: 0 total, 0 up, 0 in 2024-03-09T15:56:24.222 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:23 smithi052 ceph-mon[29788]: mgrmap e1: no daemons active 2024-03-09T15:56:24.936 INFO:teuthology.orchestra.run.smithi052.stdout:Wrote config to /etc/ceph/ceph.conf 2024-03-09T15:56:24.949 INFO:teuthology.orchestra.run.smithi052.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-09T15:56:24.949 INFO:teuthology.orchestra.run.smithi052.stdout:Creating mgr... 2024-03-09T15:56:24.950 INFO:teuthology.orchestra.run.smithi052.stdout:Verifying port 0.0.0.0:9283 ... 2024-03-09T15:56:24.950 INFO:teuthology.orchestra.run.smithi052.stdout:Verifying port 0.0.0.0:8765 ... 2024-03-09T15:56:25.194 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-67092596-de2d-11ee-95c7-87774f69a715@mgr.a 2024-03-09T15:56:25.195 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stderr Failed to reset failed state of unit ceph-67092596-de2d-11ee-95c7-87774f69a715@mgr.a.service: Unit ceph-67092596-de2d-11ee-95c7-87774f69a715@mgr.a.service not loaded. 2024-03-09T15:56:25.336 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-67092596-de2d-11ee-95c7-87774f69a715.target.wants/ceph-67092596-de2d-11ee-95c7-87774f69a715@mgr.a.service → /etc/systemd/system/ceph-67092596-de2d-11ee-95c7-87774f69a715@.service. 2024-03-09T15:56:25.489 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 systemd[1]: Starting Ceph mgr.a for 67092596-de2d-11ee-95c7-87774f69a715... 2024-03-09T15:56:25.797 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:25 smithi052 ceph-mon[29788]: from='client.? 172.21.15.52:0/2139780628' entity='client.admin' 2024-03-09T15:56:25.798 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 podman[30000]: 2024-03-09 15:56:25.474346118 +0000 UTC m=+0.017325150 image pull f02fa55b9b8de60984f1e61e337d57bb8acd19809523a4759a724dc047890a56 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T15:56:25.798 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 podman[30000]: 2024-03-09 15:56:25.636369072 +0000 UTC m=+0.179348140 container create d557d1d2ba080b19a77b0c13151edd9e5691972e41a007c5572238f215b18c5f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a, name=ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, GIT_COMMIT=6d53bc8ece767735a31d32bfc429296668de9e0b, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , RELEASE=wip-yuri8-testing-2024-03-06-1329-6b01fe9, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240222, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=) 2024-03-09T15:56:25.951 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-09T15:56:25.952 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stdout disabled 2024-03-09T15:56:25.959 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-09T15:56:25.959 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stdout inactive 2024-03-09T15:56:25.959 INFO:teuthology.orchestra.run.smithi052.stdout:firewalld.service is not enabled 2024-03-09T15:56:25.959 INFO:teuthology.orchestra.run.smithi052.stdout:Not possible to enable service . firewalld.service is not available 2024-03-09T15:56:25.968 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-09T15:56:25.968 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stdout disabled 2024-03-09T15:56:25.975 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-09T15:56:25.975 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stdout inactive 2024-03-09T15:56:25.975 INFO:teuthology.orchestra.run.smithi052.stdout:firewalld.service is not enabled 2024-03-09T15:56:25.975 INFO:teuthology.orchestra.run.smithi052.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-03-09T15:56:25.975 INFO:teuthology.orchestra.run.smithi052.stdout:Waiting for mgr to start... 2024-03-09T15:56:25.975 INFO:teuthology.orchestra.run.smithi052.stdout:Waiting for mgr... 2024-03-09T15:56:26.075 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 podman[30000]: 2024-03-09 15:56:25.824277607 +0000 UTC m=+0.367256641 container init d557d1d2ba080b19a77b0c13151edd9e5691972e41a007c5572238f215b18c5f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a, name=ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_COMMIT=6d53bc8ece767735a31d32bfc429296668de9e0b, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240222, org.label-schema.license=GPLv2, RELEASE=wip-yuri8-testing-2024-03-06-1329-6b01fe9, org.label-schema.name=CentOS Stream 8 Base Image) 2024-03-09T15:56:26.075 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 podman[30000]: 2024-03-09 15:56:25.826778679 +0000 UTC m=+0.369757712 container start d557d1d2ba080b19a77b0c13151edd9e5691972e41a007c5572238f215b18c5f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a, name=ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240222, RELEASE=wip-yuri8-testing-2024-03-06-1329-6b01fe9, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_CLEAN=True, GIT_COMMIT=6d53bc8ece767735a31d32bfc429296668de9e0b) 2024-03-09T15:56:26.075 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:25.885+0000 7fd592999200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T15:56:26.075 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:25.885+0000 7fd592999200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T15:56:26.075 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.075 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:25.890+0000 7fd592999200 -1 mgr[py] Class not found in module 'restful' 2024-03-09T15:56:26.075 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:25.890+0000 7fd592999200 -1 mgr[py] Error loading module 'restful': (22) Invalid argument 2024-03-09T15:56:26.075 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:25.904+0000 7fd592999200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T15:56:26.075 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:25.904+0000 7fd592999200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T15:56:26.075 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.075 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:25.908+0000 7fd592999200 -1 mgr[py] Class not found in module 'mds_autoscaler' 2024-03-09T15:56:26.075 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:25.908+0000 7fd592999200 -1 mgr[py] Error loading module 'mds_autoscaler': (22) Invalid argument 2024-03-09T15:56:26.076 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:25.923+0000 7fd592999200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T15:56:26.076 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:25.923+0000 7fd592999200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T15:56:26.076 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.076 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:25.927+0000 7fd592999200 -1 mgr[py] Class not found in module 'osd_perf_query' 2024-03-09T15:56:26.076 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:25.927+0000 7fd592999200 -1 mgr[py] Error loading module 'osd_perf_query': (22) Invalid argument 2024-03-09T15:56:26.076 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 bash[30000]: d557d1d2ba080b19a77b0c13151edd9e5691972e41a007c5572238f215b18c5f 2024-03-09T15:56:26.076 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 systemd[1]: Started Ceph mgr.a for 67092596-de2d-11ee-95c7-87774f69a715. 2024-03-09T15:56:26.076 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:25.942+0000 7fd592999200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T15:56:26.076 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:25.942+0000 7fd592999200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T15:56:26.076 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.076 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:25.947+0000 7fd592999200 -1 mgr[py] Class not found in module 'snap_schedule' 2024-03-09T15:56:26.076 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:25.947+0000 7fd592999200 -1 mgr[py] Error loading module 'snap_schedule': (22) Invalid argument 2024-03-09T15:56:26.076 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:25.964+0000 7fd592999200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T15:56:26.076 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:25.964+0000 7fd592999200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T15:56:26.077 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.077 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:25.968+0000 7fd592999200 -1 mgr[py] Class not found in module 'dashboard' 2024-03-09T15:56:26.077 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:25.968+0000 7fd592999200 -1 mgr[py] Error loading module 'dashboard': (22) Invalid argument 2024-03-09T15:56:26.077 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:25.984+0000 7fd592999200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T15:56:26.077 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:25.984+0000 7fd592999200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T15:56:26.077 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.077 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:25.989+0000 7fd592999200 -1 mgr[py] Class not found in module 'zabbix' 2024-03-09T15:56:26.077 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:25 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:25.989+0000 7fd592999200 -1 mgr[py] Error loading module 'zabbix': (22) Invalid argument 2024-03-09T15:56:26.077 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.008+0000 7fd592999200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T15:56:26.077 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.008+0000 7fd592999200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T15:56:26.077 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.077 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.013+0000 7fd592999200 -1 mgr[py] Class not found in module 'balancer' 2024-03-09T15:56:26.077 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.013+0000 7fd592999200 -1 mgr[py] Error loading module 'balancer': (22) Invalid argument 2024-03-09T15:56:26.077 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.028+0000 7fd592999200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T15:56:26.078 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.028+0000 7fd592999200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T15:56:26.078 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.078 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.032+0000 7fd592999200 -1 mgr[py] Class not found in module 'influx' 2024-03-09T15:56:26.078 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.032+0000 7fd592999200 -1 mgr[py] Error loading module 'influx': (22) Invalid argument 2024-03-09T15:56:26.078 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.055+0000 7fd592999200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T15:56:26.078 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.055+0000 7fd592999200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T15:56:26.078 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.078 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.059+0000 7fd592999200 -1 mgr[py] Class not found in module 'alerts' 2024-03-09T15:56:26.078 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.059+0000 7fd592999200 -1 mgr[py] Error loading module 'alerts': (22) Invalid argument 2024-03-09T15:56:26.078 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.074+0000 7fd592999200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T15:56:26.328 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.074+0000 7fd592999200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T15:56:26.328 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.328 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.078+0000 7fd592999200 -1 mgr[py] Class not found in module 'iostat' 2024-03-09T15:56:26.328 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.078+0000 7fd592999200 -1 mgr[py] Error loading module 'iostat': (22) Invalid argument 2024-03-09T15:56:26.328 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.092+0000 7fd592999200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T15:56:26.328 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.092+0000 7fd592999200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T15:56:26.329 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.329 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.096+0000 7fd592999200 -1 mgr[py] Class not found in module 'rgw' 2024-03-09T15:56:26.329 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.096+0000 7fd592999200 -1 mgr[py] Error loading module 'rgw': (22) Invalid argument 2024-03-09T15:56:26.329 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.111+0000 7fd592999200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T15:56:26.329 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.111+0000 7fd592999200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T15:56:26.329 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.329 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.115+0000 7fd592999200 -1 mgr[py] Class not found in module 'rbd_support' 2024-03-09T15:56:26.329 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.115+0000 7fd592999200 -1 mgr[py] Error loading module 'rbd_support': (22) Invalid argument 2024-03-09T15:56:26.329 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.130+0000 7fd592999200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T15:56:26.329 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.130+0000 7fd592999200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T15:56:26.329 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.329 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.134+0000 7fd592999200 -1 mgr[py] Class not found in module 'progress' 2024-03-09T15:56:26.329 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.134+0000 7fd592999200 -1 mgr[py] Error loading module 'progress': (22) Invalid argument 2024-03-09T15:56:26.330 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.148+0000 7fd592999200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T15:56:26.330 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.148+0000 7fd592999200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T15:56:26.330 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.330 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.152+0000 7fd592999200 -1 mgr[py] Class not found in module 'pg_autoscaler' 2024-03-09T15:56:26.330 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.152+0000 7fd592999200 -1 mgr[py] Error loading module 'pg_autoscaler': (22) Invalid argument 2024-03-09T15:56:26.330 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.167+0000 7fd592999200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T15:56:26.330 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.167+0000 7fd592999200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T15:56:26.330 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.330 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.172+0000 7fd592999200 -1 mgr[py] Class not found in module 'devicehealth' 2024-03-09T15:56:26.330 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.172+0000 7fd592999200 -1 mgr[py] Error loading module 'devicehealth': (22) Invalid argument 2024-03-09T15:56:26.330 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.186+0000 7fd592999200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T15:56:26.330 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.186+0000 7fd592999200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T15:56:26.330 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.331 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.190+0000 7fd592999200 -1 mgr[py] Class not found in module 'k8sevents' 2024-03-09T15:56:26.331 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.190+0000 7fd592999200 -1 mgr[py] Error loading module 'k8sevents': (22) Invalid argument 2024-03-09T15:56:26.331 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.204+0000 7fd592999200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T15:56:26.331 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.204+0000 7fd592999200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T15:56:26.331 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.331 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.208+0000 7fd592999200 -1 mgr[py] Class not found in module 'rook' 2024-03-09T15:56:26.331 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.208+0000 7fd592999200 -1 mgr[py] Error loading module 'rook': (22) Invalid argument 2024-03-09T15:56:26.331 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.223+0000 7fd592999200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T15:56:26.331 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.223+0000 7fd592999200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T15:56:26.331 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.331 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.228+0000 7fd592999200 -1 mgr[py] Class not found in module 'diskprediction_local' 2024-03-09T15:56:26.331 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.228+0000 7fd592999200 -1 mgr[py] Error loading module 'diskprediction_local': (22) Invalid argument 2024-03-09T15:56:26.331 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.267+0000 7fd592999200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T15:56:26.331 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.267+0000 7fd592999200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T15:56:26.331 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.332 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.271+0000 7fd592999200 -1 mgr[py] Class not found in module 'mirroring' 2024-03-09T15:56:26.332 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.271+0000 7fd592999200 -1 mgr[py] Error loading module 'mirroring': (22) Invalid argument 2024-03-09T15:56:26.332 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.286+0000 7fd592999200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T15:56:26.332 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.286+0000 7fd592999200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T15:56:26.332 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.332 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.290+0000 7fd592999200 -1 mgr[py] Class not found in module 'selftest' 2024-03-09T15:56:26.332 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.290+0000 7fd592999200 -1 mgr[py] Error loading module 'selftest': (22) Invalid argument 2024-03-09T15:56:26.332 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.305+0000 7fd592999200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T15:56:26.332 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.305+0000 7fd592999200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T15:56:26.333 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.333 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.309+0000 7fd592999200 -1 mgr[py] Class not found in module 'telegraf' 2024-03-09T15:56:26.333 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.309+0000 7fd592999200 -1 mgr[py] Error loading module 'telegraf': (22) Invalid argument 2024-03-09T15:56:26.333 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.323+0000 7fd592999200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T15:56:26.333 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.323+0000 7fd592999200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T15:56:26.333 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.333 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.327+0000 7fd592999200 -1 mgr[py] Class not found in module 'test_orchestrator' 2024-03-09T15:56:26.333 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.327+0000 7fd592999200 -1 mgr[py] Error loading module 'test_orchestrator': (22) Invalid argument 2024-03-09T15:56:26.589 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.342+0000 7fd592999200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T15:56:26.589 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.342+0000 7fd592999200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T15:56:26.589 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.589 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.346+0000 7fd592999200 -1 mgr[py] Class not found in module 'localpool' 2024-03-09T15:56:26.589 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.346+0000 7fd592999200 -1 mgr[py] Error loading module 'localpool': (22) Invalid argument 2024-03-09T15:56:26.590 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.360+0000 7fd592999200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T15:56:26.590 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.360+0000 7fd592999200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T15:56:26.590 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.590 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.365+0000 7fd592999200 -1 mgr[py] Class not found in module 'crash' 2024-03-09T15:56:26.590 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.365+0000 7fd592999200 -1 mgr[py] Error loading module 'crash': (22) Invalid argument 2024-03-09T15:56:26.590 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.380+0000 7fd592999200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T15:56:26.590 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.380+0000 7fd592999200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T15:56:26.590 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.590 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.384+0000 7fd592999200 -1 mgr[py] Class not found in module 'insights' 2024-03-09T15:56:26.590 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.384+0000 7fd592999200 -1 mgr[py] Error loading module 'insights': (22) Invalid argument 2024-03-09T15:56:26.590 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.399+0000 7fd592999200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T15:56:26.590 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.399+0000 7fd592999200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T15:56:26.590 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.591 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.403+0000 7fd592999200 -1 mgr[py] Class not found in module 'orchestrator' 2024-03-09T15:56:26.591 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.403+0000 7fd592999200 -1 mgr[py] Error loading module 'orchestrator': (22) Invalid argument 2024-03-09T15:56:26.591 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.418+0000 7fd592999200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T15:56:26.591 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.418+0000 7fd592999200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T15:56:26.591 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.591 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.422+0000 7fd592999200 -1 mgr[py] Class not found in module 'osd_support' 2024-03-09T15:56:26.591 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.422+0000 7fd592999200 -1 mgr[py] Error loading module 'osd_support': (22) Invalid argument 2024-03-09T15:56:26.591 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.437+0000 7fd592999200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T15:56:26.592 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.437+0000 7fd592999200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T15:56:26.592 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.592 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.441+0000 7fd592999200 -1 mgr[py] Class not found in module 'volumes' 2024-03-09T15:56:26.592 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.441+0000 7fd592999200 -1 mgr[py] Error loading module 'volumes': (22) Invalid argument 2024-03-09T15:56:26.592 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.492+0000 7fd592999200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T15:56:26.592 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.492+0000 7fd592999200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T15:56:26.592 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.592 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.496+0000 7fd592999200 -1 mgr[py] Class not found in module 'stats' 2024-03-09T15:56:26.592 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.496+0000 7fd592999200 -1 mgr[py] Error loading module 'stats': (22) Invalid argument 2024-03-09T15:56:26.592 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.511+0000 7fd592999200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T15:56:26.592 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.511+0000 7fd592999200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T15:56:26.592 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.593 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.515+0000 7fd592999200 -1 mgr[py] Class not found in module 'cephadm' 2024-03-09T15:56:26.593 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.515+0000 7fd592999200 -1 mgr[py] Error loading module 'cephadm': (22) Invalid argument 2024-03-09T15:56:26.593 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.530+0000 7fd592999200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T15:56:26.593 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.530+0000 7fd592999200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T15:56:26.593 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.593 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.534+0000 7fd592999200 -1 mgr[py] Class not found in module 'telemetry' 2024-03-09T15:56:26.593 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.534+0000 7fd592999200 -1 mgr[py] Error loading module 'telemetry': (22) Invalid argument 2024-03-09T15:56:26.593 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.548+0000 7fd592999200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T15:56:26.593 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.548+0000 7fd592999200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T15:56:26.593 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.593 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.552+0000 7fd592999200 -1 mgr[py] Class not found in module 'prometheus' 2024-03-09T15:56:26.593 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.552+0000 7fd592999200 -1 mgr[py] Error loading module 'prometheus': (22) Invalid argument 2024-03-09T15:56:26.593 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.567+0000 7fd592999200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T15:56:26.593 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.567+0000 7fd592999200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T15:56:26.594 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.594 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.572+0000 7fd592999200 -1 mgr[py] Class not found in module 'status' 2024-03-09T15:56:26.594 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.572+0000 7fd592999200 -1 mgr[py] Error loading module 'status': (22) Invalid argument 2024-03-09T15:56:26.594 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.588+0000 7fd592999200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T15:56:26.853 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-mon[29788]: from='client.? 172.21.15.52:0/3204369570' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-09T15:56:26.853 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-mon[29788]: Activating manager daemon a 2024-03-09T15:56:26.853 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-mon[29788]: mgrmap e2: a(active, starting, since 0.00173265s) 2024-03-09T15:56:26.853 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-mon[29788]: from='mgr.14100 172.21.15.52:0/2247714281' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-09T15:56:26.853 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-mon[29788]: from='mgr.14100 172.21.15.52:0/2247714281' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-09T15:56:26.853 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-mon[29788]: from='mgr.14100 172.21.15.52:0/2247714281' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-09T15:56:26.853 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-mon[29788]: from='mgr.14100 172.21.15.52:0/2247714281' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-09T15:56:26.853 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-mon[29788]: from='mgr.14100 172.21.15.52:0/2247714281' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-09T15:56:26.854 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.588+0000 7fd592999200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T15:56:26.854 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.854 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.593+0000 7fd592999200 -1 mgr[py] Class not found in module 'nfs' 2024-03-09T15:56:26.854 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.593+0000 7fd592999200 -1 mgr[py] Error loading module 'nfs': (22) Invalid argument 2024-03-09T15:56:26.854 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:26 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:26.593+0000 7fd592999200 -1 log_channel(cluster) log [ERR] : Failed to load ceph-mgr modules: restful, mds_autoscaler, osd_perf_query, snap_schedule, dashboard, zabbix, balancer, influx, alerts, iostat, rgw, rbd_support, progress, pg_autoscaler, devicehealth, k8sevents, rook, diskprediction_local, mirroring, selftest, telegraf, test_orchestrator, localpool, crash, insights, orchestrator, osd_support, volumes, stats, cephadm, telemetry, prometheus, status, nfs 2024-03-09T15:56:27.063 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout 2024-03-09T15:56:27.064 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout { 2024-03-09T15:56:27.064 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "fsid": "67092596-de2d-11ee-95c7-87774f69a715", 2024-03-09T15:56:27.064 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "health": { 2024-03-09T15:56:27.064 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-09T15:56:27.064 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-09T15:56:27.064 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-09T15:56:27.064 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-03-09T15:56:27.064 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-09T15:56:27.064 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-09T15:56:27.064 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout 0 2024-03-09T15:56:27.064 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout ], 2024-03-09T15:56:27.064 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-09T15:56:27.064 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "a" 2024-03-09T15:56:27.065 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout ], 2024-03-09T15:56:27.065 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-03-09T15:56:27.065 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-09T15:56:27.065 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-09T15:56:27.065 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-09T15:56:27.065 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-09T15:56:27.065 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-03-09T15:56:27.065 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-09T15:56:27.065 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-09T15:56:27.065 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-09T15:56:27.065 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-09T15:56:27.065 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-09T15:56:27.065 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-09T15:56:27.065 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-09T15:56:27.065 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-09T15:56:27.066 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-03-09T15:56:27.066 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-09T15:56:27.066 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-09T15:56:27.066 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-09T15:56:27.066 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-09T15:56:27.066 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-09T15:56:27.066 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-09T15:56:27.066 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-09T15:56:27.066 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-09T15:56:27.066 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-09T15:56:27.066 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-03-09T15:56:27.066 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-09T15:56:27.066 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-09T15:56:27.067 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-09T15:56:27.067 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-09T15:56:27.067 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-03-09T15:56:27.067 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-09T15:56:27.067 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-09T15:56:27.067 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-09T15:56:27.067 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-09T15:56:27.067 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-09T15:56:27.067 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-09T15:56:27.067 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "restful" 2024-03-09T15:56:27.067 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout ], 2024-03-09T15:56:27.068 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-09T15:56:27.068 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-03-09T15:56:27.068 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-09T15:56:27.068 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-09T15:56:27.068 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "modified": "2024-03-09T15:56:19.063757+0000", 2024-03-09T15:56:27.068 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-09T15:56:27.068 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-03-09T15:56:27.068 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-09T15:56:27.068 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout } 2024-03-09T15:56:27.068 INFO:teuthology.orchestra.run.smithi052.stdout:mgr not available, waiting (1/15)... 2024-03-09T15:56:28.047 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:27 smithi052 ceph-mon[29788]: Manager daemon a is now available 2024-03-09T15:56:28.797 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:28 smithi052 ceph-mon[29788]: mgrmap e3: a(active, since 1.01004s) 2024-03-09T15:56:29.797 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:29 smithi052 ceph-mon[29788]: from='client.? 172.21.15.52:0/3221579251' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-09T15:56:30.184 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout 2024-03-09T15:56:30.184 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout { 2024-03-09T15:56:30.185 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "fsid": "67092596-de2d-11ee-95c7-87774f69a715", 2024-03-09T15:56:30.185 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "health": { 2024-03-09T15:56:30.185 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-09T15:56:30.185 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-09T15:56:30.185 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-09T15:56:30.185 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-03-09T15:56:30.185 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-09T15:56:30.185 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-09T15:56:30.185 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout 0 2024-03-09T15:56:30.185 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout ], 2024-03-09T15:56:30.185 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-09T15:56:30.185 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "a" 2024-03-09T15:56:30.185 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout ], 2024-03-09T15:56:30.185 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-03-09T15:56:30.186 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-09T15:56:30.186 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-09T15:56:30.186 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-09T15:56:30.186 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-09T15:56:30.186 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-03-09T15:56:30.186 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-09T15:56:30.186 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-09T15:56:30.186 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-09T15:56:30.186 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-09T15:56:30.186 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-09T15:56:30.186 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-09T15:56:30.186 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-09T15:56:30.186 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-09T15:56:30.186 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-03-09T15:56:30.186 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-09T15:56:30.187 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-09T15:56:30.187 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-09T15:56:30.187 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-09T15:56:30.187 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-09T15:56:30.187 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-09T15:56:30.187 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-09T15:56:30.187 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-09T15:56:30.187 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-09T15:56:30.187 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-03-09T15:56:30.187 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-09T15:56:30.187 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-09T15:56:30.187 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-09T15:56:30.187 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-09T15:56:30.187 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-03-09T15:56:30.188 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-09T15:56:30.188 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-09T15:56:30.188 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-09T15:56:30.188 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-09T15:56:30.188 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-09T15:56:30.188 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-09T15:56:30.188 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "restful" 2024-03-09T15:56:30.188 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout ], 2024-03-09T15:56:30.188 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-09T15:56:30.188 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-03-09T15:56:30.188 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-09T15:56:30.188 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-09T15:56:30.188 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "modified": "2024-03-09T15:56:19.063757+0000", 2024-03-09T15:56:30.188 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-09T15:56:30.189 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-03-09T15:56:30.189 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-09T15:56:30.189 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout } 2024-03-09T15:56:30.189 INFO:teuthology.orchestra.run.smithi052.stdout:mgr is available 2024-03-09T15:56:30.797 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:30 smithi052 ceph-mon[29788]: from='client.? 172.21.15.52:0/4177118400' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-09T15:56:31.179 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout 2024-03-09T15:56:31.179 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout [global] 2024-03-09T15:56:31.179 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout fsid = 67092596-de2d-11ee-95c7-87774f69a715 2024-03-09T15:56:31.180 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-09T15:56:31.180 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-09T15:56:31.180 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-09T15:56:31.180 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-09T15:56:31.180 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout 2024-03-09T15:56:31.180 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-09T15:56:31.180 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-03-09T15:56:31.180 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-09T15:56:31.180 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout 2024-03-09T15:56:31.180 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout [osd] 2024-03-09T15:56:31.180 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-09T15:56:31.180 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-09T15:56:31.180 INFO:teuthology.orchestra.run.smithi052.stdout:Enabling cephadm module... 2024-03-09T15:56:32.047 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:31 smithi052 ceph-mon[29788]: from='client.? 172.21.15.52:0/342761119' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-09T15:56:32.225 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 2 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a -e NODE_NAME=smithi052 -v /var/log/ceph/67092596-de2d-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp22nq07eo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_ec1xoda:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a mgr module enable cephadm 2024-03-09T15:56:32.225 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stderr Error ENOENT: module 'cephadm' reports that it cannot run on the active manager daemon: No module named 'mgr_module' (pass --force to force enablement) 2024-03-09T15:56:32.225 INFO:teuthology.orchestra.run.smithi052.stderr:RuntimeError: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a -e NODE_NAME=smithi052 -v /var/log/ceph/67092596-de2d-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp22nq07eo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_ec1xoda:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a mgr module enable cephadm: Error ENOENT: module 'cephadm' reports that it cannot run on the active manager daemon: No module named 'mgr_module' (pass --force to force enablement) 2024-03-09T15:56:32.225 INFO:teuthology.orchestra.run.smithi052.stderr: 2024-03-09T15:56:32.225 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:56:32.226 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:56:32.226 INFO:teuthology.orchestra.run.smithi052.stdout: *************** 2024-03-09T15:56:32.226 INFO:teuthology.orchestra.run.smithi052.stdout: Cephadm hit an issue during cluster installation. Current cluster files will be deleted automatically. 2024-03-09T15:56:32.226 INFO:teuthology.orchestra.run.smithi052.stdout: To disable this behaviour you can pass the --no-cleanup-on-failure flag. In case of any previous 2024-03-09T15:56:32.226 INFO:teuthology.orchestra.run.smithi052.stdout: broken installation, users must use the following command to completely delete the broken cluster: 2024-03-09T15:56:32.226 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:56:32.226 INFO:teuthology.orchestra.run.smithi052.stdout: > cephadm rm-cluster --force --zap-osds --fsid 2024-03-09T15:56:32.226 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:56:32.226 INFO:teuthology.orchestra.run.smithi052.stdout: for more information please refer to https://docs.ceph.com/en/latest/cephadm/operations/#purging-a-cluster 2024-03-09T15:56:32.226 INFO:teuthology.orchestra.run.smithi052.stdout: *************** 2024-03-09T15:56:32.226 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:56:32.226 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-09T15:56:32.227 INFO:teuthology.orchestra.run.smithi052.stdout:Deleting cluster with fsid: 67092596-de2d-11ee-95c7-87774f69a715 2024-03-09T15:56:32.253 INFO:teuthology.orchestra.run.smithi052.stdout:/bin/podman: stdout 1399c8ecad1c,23.37MB / 33.27GB 2024-03-09T15:56:32.253 INFO:teuthology.orchestra.run.smithi052.stdout:/bin/podman: stdout d557d1d2ba08,99.42MB / 33.27GB 2024-03-09T15:56:32.283 INFO:teuthology.orchestra.run.smithi052.stdout:/bin/podman: stdout 1399c8ecad1c,1.25% 2024-03-09T15:56:32.283 INFO:teuthology.orchestra.run.smithi052.stdout:/bin/podman: stdout d557d1d2ba08,12.25% 2024-03-09T15:56:32.517 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:32 smithi052 systemd[1]: Stopping Ceph mon.a for 67092596-de2d-11ee-95c7-87774f69a715... 2024-03-09T15:56:32.798 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:32 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mon-a[29784]: 2024-03-09T15:56:32.517+0000 7fb9eafda700 -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-03-09T15:56:32.798 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:32 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mon-a[29784]: 2024-03-09T15:56:32.517+0000 7fb9eafda700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-09T15:56:32.798 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:32 smithi052 podman[30354]: 2024-03-09 15:56:32.660956991 +0000 UTC m=+0.217437958 container died 1399c8ecad1c7ecf6f096c2cb9ef7f3ea0eb5a4344bcd227e7a36d58332b071f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a, name=ceph-67092596-de2d-11ee-95c7-87774f69a715-mon-a, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240222, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=6d53bc8ece767735a31d32bfc429296668de9e0b, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, RELEASE=wip-yuri8-testing-2024-03-06-1329-6b01fe9, io.buildah.version=1.33.5) 2024-03-09T15:56:33.175 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:32 smithi052 podman[30354]: 2024-03-09 15:56:32.917605824 +0000 UTC m=+0.474086836 container cleanup 1399c8ecad1c7ecf6f096c2cb9ef7f3ea0eb5a4344bcd227e7a36d58332b071f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a, name=ceph-67092596-de2d-11ee-95c7-87774f69a715-mon-a, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240222, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_COMMIT=6d53bc8ece767735a31d32bfc429296668de9e0b, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=wip-yuri8-testing-2024-03-06-1329-6b01fe9) 2024-03-09T15:56:33.176 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:32 smithi052 bash[30354]: ceph-67092596-de2d-11ee-95c7-87774f69a715-mon-a 2024-03-09T15:56:33.490 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph-67092596-de2d-11ee-95c7-87774f69a715.target.wants/ceph-67092596-de2d-11ee-95c7-87774f69a715@mon.a.service". 2024-03-09T15:56:33.498 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 5 from systemctl stop ceph-67092596-de2d-11ee-95c7-87774f69a715-init@mon.a.service 2024-03-09T15:56:33.498 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stderr Failed to stop ceph-67092596-de2d-11ee-95c7-87774f69a715-init@mon.a.service: Unit ceph-67092596-de2d-11ee-95c7-87774f69a715-init@mon.a.service not loaded. 2024-03-09T15:56:33.504 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-67092596-de2d-11ee-95c7-87774f69a715-init@mon.a.service 2024-03-09T15:56:33.504 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stderr Failed to reset failed state of unit ceph-67092596-de2d-11ee-95c7-87774f69a715-init@mon.a.service: Unit ceph-67092596-de2d-11ee-95c7-87774f69a715-init@mon.a.service not loaded. 2024-03-09T15:56:33.510 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 1 from systemctl disable ceph-67092596-de2d-11ee-95c7-87774f69a715-init@mon.a.service 2024-03-09T15:56:33.510 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-67092596-de2d-11ee-95c7-87774f69a715-init@mon.a.service does not exist. 2024-03-09T15:56:33.529 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:33 smithi052 podman[30368]: 2024-03-09 15:56:33.176978216 +0000 UTC m=+0.513131707 container remove 1399c8ecad1c7ecf6f096c2cb9ef7f3ea0eb5a4344bcd227e7a36d58332b071f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a, name=ceph-67092596-de2d-11ee-95c7-87774f69a715-mon-a, GIT_CLEAN=True, RELEASE=wip-yuri8-testing-2024-03-06-1329-6b01fe9, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20240222, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=6d53bc8ece767735a31d32bfc429296668de9e0b, org.label-schema.license=GPLv2, io.buildah.version=1.33.5) 2024-03-09T15:56:33.529 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:33 smithi052 systemd[1]: ceph-67092596-de2d-11ee-95c7-87774f69a715@mon.a.service: Deactivated successfully. 2024-03-09T15:56:33.530 INFO:journalctl@ceph.mon.a.smithi052.stdout:Mar 09 15:56:33 smithi052 systemd[1]: Stopped Ceph mon.a for 67092596-de2d-11ee-95c7-87774f69a715. 2024-03-09T15:56:33.788 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:33 smithi052 systemd[1]: Stopping Ceph mgr.a for 67092596-de2d-11ee-95c7-87774f69a715... 2024-03-09T15:56:34.039 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:33 smithi052 ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a[30015]: 2024-03-09T15:56:33.787+0000 7fd586f94700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-03-09T15:56:34.039 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:33 smithi052 podman[30483]: 2024-03-09 15:56:33.798719498 +0000 UTC m=+0.122182036 container died d557d1d2ba080b19a77b0c13151edd9e5691972e41a007c5572238f215b18c5f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a, name=ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240222, org.label-schema.schema-version=1.0, GIT_COMMIT=6d53bc8ece767735a31d32bfc429296668de9e0b, RELEASE=wip-yuri8-testing-2024-03-06-1329-6b01fe9, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-03-09T15:56:34.039 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:34 smithi052 podman[30483]: 2024-03-09 15:56:34.037706083 +0000 UTC m=+0.361168619 container cleanup d557d1d2ba080b19a77b0c13151edd9e5691972e41a007c5572238f215b18c5f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a, name=ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=6d53bc8ece767735a31d32bfc429296668de9e0b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=wip-yuri8-testing-2024-03-06-1329-6b01fe9, org.label-schema.build-date=20240222) 2024-03-09T15:56:34.039 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:34 smithi052 bash[30483]: ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a 2024-03-09T15:56:34.474 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:34 smithi052 podman[30505]: 2024-03-09 15:56:34.213661816 +0000 UTC m=+0.414805289 container remove d557d1d2ba080b19a77b0c13151edd9e5691972e41a007c5572238f215b18c5f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a, name=ceph-67092596-de2d-11ee-95c7-87774f69a715-mgr-a, GIT_BRANCH=HEAD, RELEASE=wip-yuri8-testing-2024-03-06-1329-6b01fe9, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_COMMIT=6d53bc8ece767735a31d32bfc429296668de9e0b, org.label-schema.build-date=20240222, org.label-schema.schema-version=1.0) 2024-03-09T15:56:34.475 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:34 smithi052 systemd[1]: ceph-67092596-de2d-11ee-95c7-87774f69a715@mgr.a.service: Deactivated successfully. 2024-03-09T15:56:34.475 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:34 smithi052 systemd[1]: Stopped Ceph mgr.a for 67092596-de2d-11ee-95c7-87774f69a715. 2024-03-09T15:56:34.475 INFO:journalctl@ceph.mgr.a.smithi052.stdout:Mar 09 15:56:34 smithi052 systemd[1]: ceph-67092596-de2d-11ee-95c7-87774f69a715@mgr.a.service: Consumed 1.544s CPU time. 2024-03-09T15:56:34.665 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph-67092596-de2d-11ee-95c7-87774f69a715.target.wants/ceph-67092596-de2d-11ee-95c7-87774f69a715@mgr.a.service". 2024-03-09T15:56:34.671 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 5 from systemctl stop ceph-67092596-de2d-11ee-95c7-87774f69a715-init@mgr.a.service 2024-03-09T15:56:34.671 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stderr Failed to stop ceph-67092596-de2d-11ee-95c7-87774f69a715-init@mgr.a.service: Unit ceph-67092596-de2d-11ee-95c7-87774f69a715-init@mgr.a.service not loaded. 2024-03-09T15:56:34.677 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-67092596-de2d-11ee-95c7-87774f69a715-init@mgr.a.service 2024-03-09T15:56:34.677 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stderr Failed to reset failed state of unit ceph-67092596-de2d-11ee-95c7-87774f69a715-init@mgr.a.service: Unit ceph-67092596-de2d-11ee-95c7-87774f69a715-init@mgr.a.service not loaded. 2024-03-09T15:56:34.682 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 1 from systemctl disable ceph-67092596-de2d-11ee-95c7-87774f69a715-init@mgr.a.service 2024-03-09T15:56:34.683 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-67092596-de2d-11ee-95c7-87774f69a715-init@mgr.a.service does not exist. 2024-03-09T15:56:34.875 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph-67092596-de2d-11ee-95c7-87774f69a715.target". 2024-03-09T15:56:34.875 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph.target.wants/ceph-67092596-de2d-11ee-95c7-87774f69a715.target". 2024-03-09T15:56:35.044 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-03-09T15:56:35.045 INFO:teuthology.orchestra.run.smithi052.stderr:Traceback (most recent call last): 2024-03-09T15:56:35.045 INFO:teuthology.orchestra.run.smithi052.stderr: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-03-09T15:56:35.053 INFO:teuthology.orchestra.run.smithi052.stderr: return _run_code(code, main_globals, None, 2024-03-09T15:56:35.053 INFO:teuthology.orchestra.run.smithi052.stderr: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-03-09T15:56:35.054 INFO:teuthology.orchestra.run.smithi052.stderr: exec(code, run_globals) 2024-03-09T15:56:35.054 INFO:teuthology.orchestra.run.smithi052.stderr: File "/tmp/tmps31uil4l.cephadm.build/app/__main__.py", line 5527, in 2024-03-09T15:56:35.054 INFO:teuthology.orchestra.run.smithi052.stderr: File "/tmp/tmps31uil4l.cephadm.build/app/__main__.py", line 5515, in main 2024-03-09T15:56:35.054 INFO:teuthology.orchestra.run.smithi052.stderr: File "/tmp/tmps31uil4l.cephadm.build/app/__main__.py", line 2640, in _rollback 2024-03-09T15:56:35.054 INFO:teuthology.orchestra.run.smithi052.stderr: File "/tmp/tmps31uil4l.cephadm.build/app/__main__.py", line 443, in _default_image 2024-03-09T15:56:35.054 INFO:teuthology.orchestra.run.smithi052.stderr: File "/tmp/tmps31uil4l.cephadm.build/app/__main__.py", line 2872, in command_bootstrap 2024-03-09T15:56:35.054 INFO:teuthology.orchestra.run.smithi052.stderr: File "/tmp/tmps31uil4l.cephadm.build/app/__main__.py", line 2334, in enable_cephadm_mgr_module 2024-03-09T15:56:35.054 INFO:teuthology.orchestra.run.smithi052.stderr: File "/tmp/tmps31uil4l.cephadm.build/app/__main__.py", line 2801, in cli 2024-03-09T15:56:35.054 INFO:teuthology.orchestra.run.smithi052.stderr: File "/tmp/tmps31uil4l.cephadm.build/app/cephadmlib/container_types.py", line 433, in run 2024-03-09T15:56:35.054 INFO:teuthology.orchestra.run.smithi052.stderr: File "/tmp/tmps31uil4l.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-03-09T15:56:35.054 INFO:teuthology.orchestra.run.smithi052.stderr:RuntimeError: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a -e NODE_NAME=smithi052 -v /var/log/ceph/67092596-de2d-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp22nq07eo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_ec1xoda:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a mgr module enable cephadm: Error ENOENT: module 'cephadm' reports that it cannot run on the active manager daemon: No module named 'mgr_module' (pass --force to force enablement) 2024-03-09T15:56:35.055 INFO:teuthology.orchestra.run.smithi052.stderr: 2024-03-09T15:56:35.076 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-09T15:56:35.076 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-03-09T15:56:35.077 DEBUG:teuthology.orchestra.run.smithi052:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-09T15:56:35.092 DEBUG:teuthology.orchestra.run.smithi151:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-09T15:56:35.110 DEBUG:teuthology.orchestra.run.smithi164:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-09T15:56:35.128 INFO:tasks.cephadm:Stopping all daemons... 2024-03-09T15:56:35.128 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-03-09T15:56:35.129 DEBUG:teuthology.orchestra.run.smithi052:> sudo systemctl stop ceph-67092596-de2d-11ee-95c7-87774f69a715@mon.a 2024-03-09T15:56:35.166 INFO:teuthology.orchestra.run.smithi052.stderr:Failed to stop ceph-67092596-de2d-11ee-95c7-87774f69a715@mon.a.service: Unit ceph-67092596-de2d-11ee-95c7-87774f69a715@mon.a.service not loaded. 2024-03-09T15:56:35.167 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-03-09T15:56:35.168 ERROR:tasks.cephadm:Failed to stop "ceph.mon.a" Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 743, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi052 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a -v bootstrap --fsid 67092596-de2d-11ee-95c7-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.52 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 830, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi052 with status 5: 'sudo systemctl stop ceph-67092596-de2d-11ee-95c7-87774f69a715@mon.a' 2024-03-09T15:56:35.169 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 743, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi052 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a -v bootstrap --fsid 67092596-de2d-11ee-95c7-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.52 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 830, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi052 with status 5: 'sudo systemctl stop ceph-67092596-de2d-11ee-95c7-87774f69a715@mon.a' 2024-03-09T15:56:35.170 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-09T15:56:35.172 DEBUG:teuthology.misc:Transferring archived files from smithi052:/var/lib/ceph/67092596-de2d-11ee-95c7-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587243/remote/smithi052/crash 2024-03-09T15:56:35.172 DEBUG:teuthology.orchestra.run.smithi052:> sudo tar c -f - -C /var/lib/ceph/67092596-de2d-11ee-95c7-87774f69a715/crash -- . 2024-03-09T15:56:35.248 INFO:teuthology.orchestra.run.smithi052.stderr:tar: /var/lib/ceph/67092596-de2d-11ee-95c7-87774f69a715/crash: Cannot open: No such file or directory 2024-03-09T15:56:35.248 INFO:teuthology.orchestra.run.smithi052.stderr:tar: Error is not recoverable: exiting now 2024-03-09T15:56:35.250 DEBUG:teuthology.misc:Transferring archived files from smithi151:/var/lib/ceph/67092596-de2d-11ee-95c7-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587243/remote/smithi151/crash 2024-03-09T15:56:35.251 DEBUG:teuthology.orchestra.run.smithi151:> sudo tar c -f - -C /var/lib/ceph/67092596-de2d-11ee-95c7-87774f69a715/crash -- . 2024-03-09T15:56:35.326 INFO:teuthology.orchestra.run.smithi151.stderr:tar: /var/lib/ceph/67092596-de2d-11ee-95c7-87774f69a715/crash: Cannot open: No such file or directory 2024-03-09T15:56:35.326 INFO:teuthology.orchestra.run.smithi151.stderr:tar: Error is not recoverable: exiting now 2024-03-09T15:56:35.328 DEBUG:teuthology.misc:Transferring archived files from smithi164:/var/lib/ceph/67092596-de2d-11ee-95c7-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587243/remote/smithi164/crash 2024-03-09T15:56:35.329 DEBUG:teuthology.orchestra.run.smithi164:> sudo tar c -f - -C /var/lib/ceph/67092596-de2d-11ee-95c7-87774f69a715/crash -- . 2024-03-09T15:56:35.372 INFO:teuthology.orchestra.run.smithi164.stderr:tar: /var/lib/ceph/67092596-de2d-11ee-95c7-87774f69a715/crash: Cannot open: No such file or directory 2024-03-09T15:56:35.373 INFO:teuthology.orchestra.run.smithi164.stderr:tar: Error is not recoverable: exiting now 2024-03-09T15:56:35.374 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-09T15:56:35.374 DEBUG:teuthology.orchestra.run.smithi052:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/67092596-de2d-11ee-95c7-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-09T15:56:35.400 INFO:teuthology.orchestra.run.smithi052.stderr:grep: /var/log/ceph/67092596-de2d-11ee-95c7-87774f69a715/ceph.log: No such file or directory 2024-03-09T15:56:35.402 INFO:tasks.cephadm:Compressing logs... 2024-03-09T15:56:35.402 DEBUG:teuthology.orchestra.run.smithi052:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-09T15:56:35.445 DEBUG:teuthology.orchestra.run.smithi151:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-09T15:56:35.447 DEBUG:teuthology.orchestra.run.smithi164:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-09T15:56:35.468 INFO:teuthology.orchestra.run.smithi052.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-03-09T15:56:35.471 INFO:teuthology.orchestra.run.smithi052.stderr: 2024-03-09T15:56:35.471 INFO:teuthology.orchestra.run.smithi052.stderr:real 0m0.014s 2024-03-09T15:56:35.471 INFO:teuthology.orchestra.run.smithi052.stderr:user 0m0.010s 2024-03-09T15:56:35.471 INFO:teuthology.orchestra.run.smithi052.stderr:sys 0m0.015s 2024-03-09T15:56:35.476 INFO:teuthology.orchestra.run.smithi151.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-09T15:56:35.476 INFO:teuthology.orchestra.run.smithi151.stderr:: No such file or directory 2024-03-09T15:56:35.477 INFO:teuthology.orchestra.run.smithi151.stderr:/var/log/ceph/cephadm.log: 55.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-09T15:56:35.478 INFO:teuthology.orchestra.run.smithi164.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-09T15:56:35.478 INFO:teuthology.orchestra.run.smithi164.stderr:: No such file or directory 2024-03-09T15:56:35.479 INFO:teuthology.orchestra.run.smithi164.stderr:/var/log/ceph/cephadm.log: 55.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-09T15:56:35.479 INFO:teuthology.orchestra.run.smithi151.stderr: 2024-03-09T15:56:35.479 INFO:teuthology.orchestra.run.smithi151.stderr:real 0m0.017s 2024-03-09T15:56:35.480 INFO:teuthology.orchestra.run.smithi151.stderr:user 0m0.012s 2024-03-09T15:56:35.480 INFO:teuthology.orchestra.run.smithi151.stderr:sys 0m0.018s 2024-03-09T15:56:35.481 INFO:teuthology.orchestra.run.smithi164.stderr: 2024-03-09T15:56:35.481 INFO:teuthology.orchestra.run.smithi164.stderr:real 0m0.016s 2024-03-09T15:56:35.481 INFO:teuthology.orchestra.run.smithi164.stderr:user 0m0.011s 2024-03-09T15:56:35.481 INFO:teuthology.orchestra.run.smithi164.stderr:sys 0m0.019s 2024-03-09T15:56:35.481 INFO:tasks.cephadm:Archiving logs... 2024-03-09T15:56:35.481 DEBUG:teuthology.misc:Transferring archived files from smithi052:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587243/remote/smithi052/log 2024-03-09T15:56:35.482 DEBUG:teuthology.orchestra.run.smithi052:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-09T15:56:35.537 DEBUG:teuthology.misc:Transferring archived files from smithi151:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587243/remote/smithi151/log 2024-03-09T15:56:35.538 DEBUG:teuthology.orchestra.run.smithi151:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-09T15:56:35.569 DEBUG:teuthology.misc:Transferring archived files from smithi164:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587243/remote/smithi164/log 2024-03-09T15:56:35.569 DEBUG:teuthology.orchestra.run.smithi164:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-09T15:56:35.601 INFO:tasks.cephadm:Removing cluster... 2024-03-09T15:56:35.602 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 67092596-de2d-11ee-95c7-87774f69a715 --force 2024-03-09T15:56:35.784 INFO:teuthology.orchestra.run.smithi052.stdout:Deleting cluster with fsid: 67092596-de2d-11ee-95c7-87774f69a715 2024-03-09T15:56:36.027 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 67092596-de2d-11ee-95c7-87774f69a715 --force 2024-03-09T15:56:36.206 INFO:teuthology.orchestra.run.smithi151.stdout:Deleting cluster with fsid: 67092596-de2d-11ee-95c7-87774f69a715 2024-03-09T15:56:36.470 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 67092596-de2d-11ee-95c7-87774f69a715 --force 2024-03-09T15:56:36.660 INFO:teuthology.orchestra.run.smithi164.stdout:Deleting cluster with fsid: 67092596-de2d-11ee-95c7-87774f69a715 2024-03-09T15:56:36.914 INFO:tasks.cephadm:Removing cephadm ... 2024-03-09T15:56:36.915 DEBUG:teuthology.orchestra.run.smithi052:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-09T15:56:36.933 DEBUG:teuthology.orchestra.run.smithi151:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-09T15:56:36.949 DEBUG:teuthology.orchestra.run.smithi164:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-09T15:56:36.964 INFO:tasks.cephadm:Teardown complete 2024-03-09T15:56:36.965 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 743, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi052 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a -v bootstrap --fsid 67092596-de2d-11ee-95c7-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.52 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 1831, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 1746, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 830, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi052 with status 5: 'sudo systemctl stop ceph-67092596-de2d-11ee-95c7-87774f69a715@mon.a' 2024-03-09T15:56:37.192 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=e48bde6c6cae4958843eebe56e3f1763 Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 743, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi052 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a -v bootstrap --fsid 67092596-de2d-11ee-95c7-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.52 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 1831, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 1746, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 830, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi052 with status 5: 'sudo systemctl stop ceph-67092596-de2d-11ee-95c7-87774f69a715@mon.a' 2024-03-09T15:56:37.197 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-09T15:56:37.207 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-03-09T15:56:37.251 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-03-09T15:56:37.251 DEBUG:teuthology.orchestra.run.smithi052:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-09T15:56:37.266 DEBUG:teuthology.orchestra.run.smithi151:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-09T15:56:37.269 DEBUG:teuthology.orchestra.run.smithi164:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-09T15:56:37.371 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-09T15:56:37.380 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-09T15:56:37.380 DEBUG:teuthology.orchestra.run.smithi052:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-09T15:56:37.383 DEBUG:teuthology.orchestra.run.smithi151:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-09T15:56:37.385 DEBUG:teuthology.orchestra.run.smithi164:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-09T15:56:37.396 INFO:teuthology.orchestra.run.smithi151.stderr:bash: line 1: ntpq: command not found 2024-03-09T15:56:37.397 INFO:teuthology.orchestra.run.smithi052.stderr:bash: line 1: ntpq: command not found 2024-03-09T15:56:37.400 INFO:teuthology.orchestra.run.smithi164.stderr:bash: line 1: ntpq: command not found 2024-03-09T15:56:37.401 INFO:teuthology.orchestra.run.smithi151.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-09T15:56:37.401 INFO:teuthology.orchestra.run.smithi151.stdout:=============================================================================== 2024-03-09T15:56:37.401 INFO:teuthology.orchestra.run.smithi151.stdout:^+ hv01.front.sepia.ceph.com 2 6 177 42 +2157us[+2157us] +/- 117ms 2024-03-09T15:56:37.401 INFO:teuthology.orchestra.run.smithi151.stdout:^+ hv02.front.sepia.ceph.com 3 6 177 43 -1489us[-1493us] +/- 75ms 2024-03-09T15:56:37.401 INFO:teuthology.orchestra.run.smithi151.stdout:^* hv03.front.sepia.ceph.com 3 6 177 42 +97us[ +93us] +/- 72ms 2024-03-09T15:56:37.402 INFO:teuthology.orchestra.run.smithi151.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-03-09T15:56:37.403 INFO:teuthology.orchestra.run.smithi052.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-09T15:56:37.403 INFO:teuthology.orchestra.run.smithi052.stdout:=============================================================================== 2024-03-09T15:56:37.403 INFO:teuthology.orchestra.run.smithi052.stdout:^+ hv01.front.sepia.ceph.com 2 6 177 42 +2176us[+2177us] +/- 117ms 2024-03-09T15:56:37.404 INFO:teuthology.orchestra.run.smithi052.stdout:^+ hv02.front.sepia.ceph.com 3 6 177 43 -1468us[-1467us] +/- 75ms 2024-03-09T15:56:37.404 INFO:teuthology.orchestra.run.smithi052.stdout:^* hv03.front.sepia.ceph.com 3 6 177 42 +102us[ +103us] +/- 72ms 2024-03-09T15:56:37.404 INFO:teuthology.orchestra.run.smithi052.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-03-09T15:56:37.405 INFO:teuthology.orchestra.run.smithi164.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-09T15:56:37.405 INFO:teuthology.orchestra.run.smithi164.stdout:=============================================================================== 2024-03-09T15:56:37.405 INFO:teuthology.orchestra.run.smithi164.stdout:^+ hv01.front.sepia.ceph.com 2 6 177 44 +2182us[+2186us] +/- 117ms 2024-03-09T15:56:37.405 INFO:teuthology.orchestra.run.smithi164.stdout:^+ hv02.front.sepia.ceph.com 3 6 177 42 -1480us[-1476us] +/- 75ms 2024-03-09T15:56:37.405 INFO:teuthology.orchestra.run.smithi164.stdout:^* hv03.front.sepia.ceph.com 3 6 177 42 +118us[ +122us] +/- 72ms 2024-03-09T15:56:37.405 INFO:teuthology.orchestra.run.smithi164.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-03-09T15:56:37.406 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-09T15:56:37.424 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-09T15:56:37.424 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-09T15:56:37.459 DEBUG:teuthology.orchestra.run.smithi052:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-03-09T15:56:37.530 DEBUG:teuthology.orchestra.run.smithi151:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-03-09T15:56:37.592 DEBUG:teuthology.orchestra.run.smithi164:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-03-09T15:56:37.657 DEBUG:teuthology.orchestra.run.smithi052:> 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-03-09T15:56:37.689 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-09T15:56:37.689 DEBUG:teuthology.orchestra.run.smithi151:> 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-03-09T15:56:37.718 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-09T15:56:37.719 DEBUG:teuthology.orchestra.run.smithi164:> 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-03-09T15:56:37.750 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-09T15:56:37.750 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-09T15:56:37.759 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-09T15:56:37.784 INFO:teuthology.task.internal:Duration was 504.840758 seconds 2024-03-09T15:56:37.785 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-09T15:56:37.820 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-09T15:56:37.820 DEBUG:teuthology.orchestra.run.smithi052:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-09T15:56:37.823 DEBUG:teuthology.orchestra.run.smithi151:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-09T15:56:37.826 DEBUG:teuthology.orchestra.run.smithi164:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-09T15:56:37.867 INFO:teuthology.orchestra.run.smithi151.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-09T15:56:37.869 INFO:teuthology.orchestra.run.smithi052.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-09T15:56:37.870 INFO:teuthology.orchestra.run.smithi164.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-09T15:56:38.196 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-09T15:56:38.196 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi052.front.sepia.ceph.com 2024-03-09T15:56:38.197 DEBUG:teuthology.orchestra.run.smithi052:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-09T15:56:38.219 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi151.front.sepia.ceph.com 2024-03-09T15:56:38.219 DEBUG:teuthology.orchestra.run.smithi151:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-09T15:56:38.262 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi164.front.sepia.ceph.com 2024-03-09T15:56:38.263 DEBUG:teuthology.orchestra.run.smithi164:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-09T15:56:38.293 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-09T15:56:38.293 DEBUG:teuthology.orchestra.run.smithi052:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-09T15:56:38.296 DEBUG:teuthology.orchestra.run.smithi151:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-09T15:56:38.304 DEBUG:teuthology.orchestra.run.smithi164:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-09T15:56:38.363 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-09T15:56:38.418 DEBUG:teuthology.orchestra.run.smithi052:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-09T15:56:38.420 DEBUG:teuthology.orchestra.run.smithi151:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-09T15:56:38.422 DEBUG:teuthology.orchestra.run.smithi164:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-09T15:56:38.531 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-09T15:56:38.540 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-09T15:56:38.540 DEBUG:teuthology.orchestra.run.smithi052:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-09T15:56:38.567 DEBUG:teuthology.orchestra.run.smithi151:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-09T15:56:38.595 DEBUG:teuthology.orchestra.run.smithi164:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-09T15:56:38.622 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-09T15:56:38.631 DEBUG:teuthology.orchestra.run.smithi052:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-09T15:56:38.634 DEBUG:teuthology.orchestra.run.smithi151:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-09T15:56:38.637 DEBUG:teuthology.orchestra.run.smithi164:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-09T15:56:38.657 INFO:teuthology.orchestra.run.smithi052.stdout:kernel.core_pattern = core 2024-03-09T15:56:38.660 INFO:teuthology.orchestra.run.smithi151.stdout:kernel.core_pattern = core 2024-03-09T15:56:38.688 INFO:teuthology.orchestra.run.smithi164.stdout:kernel.core_pattern = core 2024-03-09T15:56:38.717 DEBUG:teuthology.orchestra.run.smithi052:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-09T15:56:38.731 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-09T15:56:38.731 DEBUG:teuthology.orchestra.run.smithi151:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-09T15:56:38.745 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-09T15:56:38.745 DEBUG:teuthology.orchestra.run.smithi164:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-09T15:56:38.770 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-09T15:56:38.771 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-09T15:56:38.780 INFO:teuthology.task.internal:Transferring archived files... 2024-03-09T15:56:38.781 DEBUG:teuthology.misc:Transferring archived files from smithi052:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587243/remote/smithi052 2024-03-09T15:56:38.781 DEBUG:teuthology.orchestra.run.smithi052:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-09T15:56:38.817 DEBUG:teuthology.misc:Transferring archived files from smithi151:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587243/remote/smithi151 2024-03-09T15:56:38.818 DEBUG:teuthology.orchestra.run.smithi151:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-09T15:56:38.853 DEBUG:teuthology.misc:Transferring archived files from smithi164:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587243/remote/smithi164 2024-03-09T15:56:38.854 DEBUG:teuthology.orchestra.run.smithi164:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-09T15:56:38.888 INFO:teuthology.task.internal:Removing archive directory... 2024-03-09T15:56:38.888 DEBUG:teuthology.orchestra.run.smithi052:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-09T15:56:38.891 DEBUG:teuthology.orchestra.run.smithi151:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-09T15:56:38.893 DEBUG:teuthology.orchestra.run.smithi164:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-09T15:56:38.941 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-09T15:56:38.952 INFO:teuthology.task.internal:Not uploading archives. 2024-03-09T15:56:38.952 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-09T15:56:39.011 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-09T15:56:39.011 DEBUG:teuthology.orchestra.run.smithi052:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-09T15:56:39.013 DEBUG:teuthology.orchestra.run.smithi151:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-09T15:56:39.016 DEBUG:teuthology.orchestra.run.smithi164:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-09T15:56:39.025 INFO:teuthology.orchestra.run.smithi052.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 9 15:56 /home/ubuntu/cephtest 2024-03-09T15:56:39.027 INFO:teuthology.orchestra.run.smithi151.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 9 15:56 /home/ubuntu/cephtest 2024-03-09T15:56:39.030 INFO:teuthology.orchestra.run.smithi164.stdout: 265343 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 9 15:56 /home/ubuntu/cephtest 2024-03-09T15:56:39.032 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-09T15:56:39.045 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-09T15:56:39.110 INFO:teuthology.nuke:Checking targets against current locks 2024-03-09T15:56:39.134 DEBUG:teuthology.nuke:shortname: smithi052 2024-03-09T15:56:39.135 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-09T15:56:39.158 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi052.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587243', '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-03-09 15:39:23.097376', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBH0mjBP/e7cCB8HXhN7nf9A98EIdvH0wnw/lMyvDPIkDVT3GlGpMqJ306PAPj0qMcxU3ow6sQeYIjz5oez2Uks='} 2024-03-09T15:56:39.163 DEBUG:teuthology.nuke:shortname: smithi151 2024-03-09T15:56:39.163 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-09T15:56:39.186 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi151.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587243', '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-03-09 15:39:23.094698', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDV6ffvvTVv4zWwtDNJuUBmFPWawZlcxWCVXqKUUA1+CTnq8IcmWAV8BVWuRTsIdIfT6wN7L//FhJ0MDah5Gdfs='} 2024-03-09T15:56:39.191 DEBUG:teuthology.nuke:shortname: smithi164 2024-03-09T15:56:39.191 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-09T15:56:39.211 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi164.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587243', '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-03-09 15:39:23.096452', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLajIsWOWRhx8A/h9cK5m5czuNwnMw/RZOXUBeDtZ6XzbII6NAdSSLqsHfFxMGj0qOKZw5CMhmK7B914vid/gLM='} 2024-03-09T15:56:39.225 INFO:teuthology.orchestra.console.smithi052:Power off 2024-03-09T15:56:39.226 DEBUG:teuthology.orchestra.console.smithi052:pexpect command: ipmitool -H smithi052.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-09T15:56:39.251 INFO:teuthology.orchestra.console.smithi151:Power off 2024-03-09T15:56:39.252 DEBUG:teuthology.orchestra.console.smithi151:pexpect command: ipmitool -H smithi151.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-09T15:56:39.264 DEBUG:teuthology.orchestra.console.smithi052:power off output: Chassis Power Control: Down/Off 2024-03-09T15:56:39.264 DEBUG:teuthology.orchestra.console.smithi052:pexpect command: ipmitool -H smithi052.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-09T15:56:39.276 DEBUG:teuthology.orchestra.console.smithi151:power off output: Chassis Power Control: Down/Off 2024-03-09T15:56:39.277 DEBUG:teuthology.orchestra.console.smithi151:pexpect command: ipmitool -H smithi151.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-09T15:56:39.295 INFO:teuthology.orchestra.console.smithi164:Power off 2024-03-09T15:56:39.295 DEBUG:teuthology.orchestra.console.smithi164:pexpect command: ipmitool -H smithi164.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-09T15:56:39.303 DEBUG:teuthology.orchestra.console.smithi052:check power output: Chassis Power is on 2024-03-09T15:56:39.304 DEBUG:teuthology.orchestra.console.smithi151:check power output: Chassis Power is on 2024-03-09T15:56:39.318 DEBUG:teuthology.orchestra.console.smithi164:power off output: Chassis Power Control: Down/Off 2024-03-09T15:56:39.318 DEBUG:teuthology.orchestra.console.smithi164:pexpect command: ipmitool -H smithi164.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-09T15:56:39.340 DEBUG:teuthology.orchestra.console.smithi164:check power output: Chassis Power is on 2024-03-09T15:56:43.305 DEBUG:teuthology.orchestra.console.smithi052:pexpect command: ipmitool -H smithi052.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-09T15:56:43.313 DEBUG:teuthology.orchestra.console.smithi151:pexpect command: ipmitool -H smithi151.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-09T15:56:43.342 DEBUG:teuthology.orchestra.console.smithi164:pexpect command: ipmitool -H smithi164.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-09T15:56:43.416 DEBUG:teuthology.orchestra.console.smithi052:check power output: Chassis Power is on 2024-03-09T15:56:43.422 DEBUG:teuthology.orchestra.console.smithi151:check power output: Chassis Power is on 2024-03-09T15:56:43.452 DEBUG:teuthology.orchestra.console.smithi164:check power output: Chassis Power is on 2024-03-09T15:56:47.418 DEBUG:teuthology.orchestra.console.smithi052:pexpect command: ipmitool -H smithi052.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-09T15:56:47.427 DEBUG:teuthology.orchestra.console.smithi151:pexpect command: ipmitool -H smithi151.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-09T15:56:47.453 DEBUG:teuthology.orchestra.console.smithi164:pexpect command: ipmitool -H smithi164.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-09T15:56:47.528 DEBUG:teuthology.orchestra.console.smithi052:check power output: Chassis Power is off 2024-03-09T15:56:47.536 DEBUG:teuthology.orchestra.console.smithi151:check power output: Chassis Power is off 2024-03-09T15:56:47.564 DEBUG:teuthology.orchestra.console.smithi164:check power output: Chassis Power is off 2024-03-09T15:56:47.630 INFO:teuthology.orchestra.console.smithi052:Power off completed 2024-03-09T15:56:47.638 INFO:teuthology.orchestra.console.smithi151:Power off completed 2024-03-09T15:56:47.665 INFO:teuthology.orchestra.console.smithi164:Power off completed 2024-03-09T15:56:47.770 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} duration: 504.84075808525085 failure_reason: 'Command failed on smithi052 with status 5: ''sudo systemctl stop ceph-67092596-de2d-11ee-95c7-87774f69a715@mon.a''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=e48bde6c6cae4958843eebe56e3f1763 status: fail success: false 2024-03-09T15:56:47.770 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-09T15:56:47.870 INFO:teuthology.run:FAIL