2024-04-02T14:40:49.820 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-04-02T14:40:49.821 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636026 --owner scheduled_gabrioux@teuthology --verbose --description orch:cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_basic} --name gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi -- /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636026/orig.config.yaml 2024-04-02T14:40:49.855 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-02T14:40:49.936 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636026 branch: wip-guits-testing-2024-04-02-0703 description: orch:cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_basic} email: gabrioux@ibm.com first_in_suite: false job_id: '7636026' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-testing-2024-04-02-0703 ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 3f3f3ed992429b85be729743ad3b39d52dd90744 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 3f3f3ed992429b85be729743ad3b39d52dd90744 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-testing-2024-04-02-0703 sha1: 3f3f3ed992429b85be729743ad3b39d52dd90744 owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.x - osd.0 - osd.1 - client.0 - - host.b - cephadm.exclude seed: 5637 sha1: 3f3f3ed992429b85be729743ad3b39d52dd90744 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-testing-2024-04-02-0703 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 3f3f3ed992429b85be729743ad3b39d52dd90744 targets: smithi161.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNPbo9DI6+jV2w22roy3aw8REQ878xunXO4qYLmujfebOHfDRx6Dqzcp7M+9H++uFXp8qKwgHlyXbcXqD1N8fUg= smithi176.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJZbsU+tePBArRSWUVwylpAMwexEPcXw+R0QQNH2vmJVKV1kS3Al8QeXOgCwCKZuifgWfV3hxtQOdaVFRLUB4sA= tasks: - install: null - cephadm.configure_samba_client_container: role: host.b - cephadm: null - cephadm.shell: host.a: - ceph fs volume create cephfs - cephadm.wait_for_service: service: mds.cephfs - cephadm.shell: host.a: - cmd: ceph fs subvolumegroup create cephfs g1 - cmd: ceph fs subvolume create cephfs sub1 --group-name=g1 --mode=0777 - cmd: ceph fs authorize cephfs client.smbdata / rw - cmd: ceph osd pool create .smb --yes-i-really-mean-it - cmd: ceph osd pool application enable .smb smb - cmd: rados --pool=.smb --namespace=saserv1 put conf.toml /dev/stdin stdin: 'samba-container-config = "v0" [configs.saserv1] shares = ["share1"] globals = ["default", "domain"] instance_name = "SAMBA" [shares.share1.options] "vfs objects" = "ceph" path = "/" "ceph:config_file" = "/etc/ceph/ceph.conf" "ceph:user_id" = "smbdata" "kernel share modes" = "no" "read only" = "no" "browseable" = "yes" [globals.default.options] "server min protocol" = "SMB2" "load printers" = "no" "printing" = "bsd" "printcap name" = "/dev/null" "disable spoolss" = "yes" "guest ok" = "no" [globals.domain.options] security = "USER" workgroup = "STANDALONE1" [[users.all_entries]] name = "smbuser1" password = "insecure321" ' - cephadm.apply: specs: - cluster_id: saserv1 config_uri: rados://.smb/saserv1/conf.toml include_ceph_users: - client.smbdata placement: count: 1 service_id: saserv1 service_type: smb - cephadm.wait_for_service: service: smb.saserv1 - cephadm.exec: host.b: - sleep 30 - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U smbuser1%insecure321 //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share1 -c ls' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-04-02_14:30:22 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-02T14:40:49.936 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa; will attempt to use it 2024-04-02T14:40:49.937 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks 2024-04-02T14:40:49.937 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-02T14:40:49.939 INFO:teuthology.task.internal:Checking packages... 2024-04-02T14:40:49.962 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '3f3f3ed992429b85be729743ad3b39d52dd90744' 2024-04-02T14:40:49.962 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-02T14:40:49.962 INFO:teuthology.packaging:ref: None 2024-04-02T14:40:49.962 INFO:teuthology.packaging:tag: None 2024-04-02T14:40:49.962 INFO:teuthology.packaging:branch: wip-guits-testing-2024-04-02-0703 2024-04-02T14:40:49.962 INFO:teuthology.packaging:sha1: 3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T14:40:49.963 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-guits-testing-2024-04-02-0703 2024-04-02T14:40:50.117 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2592.g3f3f3ed9 2024-04-02T14:40:50.119 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-02T14:40:50.125 INFO:teuthology.task.internal:no buildpackages task found 2024-04-02T14:40:50.126 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-02T14:40:50.134 INFO:teuthology.task.internal:Saving configuration 2024-04-02T14:40:50.147 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-02T14:40:50.157 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-02T14:40:50.183 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi161.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636026', '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-04-02 14:35:32.774461', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNPbo9DI6+jV2w22roy3aw8REQ878xunXO4qYLmujfebOHfDRx6Dqzcp7M+9H++uFXp8qKwgHlyXbcXqD1N8fUg='} 2024-04-02T14:40:50.206 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi176.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636026', '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-04-02 14:35:32.772798', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJZbsU+tePBArRSWUVwylpAMwexEPcXw+R0QQNH2vmJVKV1kS3Al8QeXOgCwCKZuifgWfV3hxtQOdaVFRLUB4sA='} 2024-04-02T14:40:50.207 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-02T14:40:50.213 INFO:teuthology.task.internal:roles: ubuntu@smithi161.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2024-04-02T14:40:50.214 INFO:teuthology.task.internal:roles: ubuntu@smithi176.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2024-04-02T14:40:50.214 INFO:teuthology.run_tasks:Running task console_log... 2024-04-02T14:40:50.281 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f5f96048e50>, signals=[15]) 2024-04-02T14:40:50.281 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-02T14:40:50.288 INFO:teuthology.task.internal:Opening connections... 2024-04-02T14:40:50.288 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi161.front.sepia.ceph.com 2024-04-02T14:40:50.290 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:40:50.382 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi176.front.sepia.ceph.com 2024-04-02T14:40:50.383 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:40:50.473 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-02T14:40:50.480 DEBUG:teuthology.orchestra.run.smithi161:> uname -m 2024-04-02T14:40:50.498 INFO:teuthology.orchestra.run.smithi161.stdout:x86_64 2024-04-02T14:40:50.499 DEBUG:teuthology.orchestra.run.smithi161:> cat /etc/os-release 2024-04-02T14:40:50.555 INFO:teuthology.orchestra.run.smithi161.stdout:NAME="CentOS Stream" 2024-04-02T14:40:50.555 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION="9" 2024-04-02T14:40:50.555 INFO:teuthology.orchestra.run.smithi161.stdout:ID="centos" 2024-04-02T14:40:50.555 INFO:teuthology.orchestra.run.smithi161.stdout:ID_LIKE="rhel fedora" 2024-04-02T14:40:50.555 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION_ID="9" 2024-04-02T14:40:50.555 INFO:teuthology.orchestra.run.smithi161.stdout:PLATFORM_ID="platform:el9" 2024-04-02T14:40:50.556 INFO:teuthology.orchestra.run.smithi161.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-02T14:40:50.556 INFO:teuthology.orchestra.run.smithi161.stdout:ANSI_COLOR="0;31" 2024-04-02T14:40:50.556 INFO:teuthology.orchestra.run.smithi161.stdout:LOGO="fedora-logo-icon" 2024-04-02T14:40:50.556 INFO:teuthology.orchestra.run.smithi161.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-02T14:40:50.556 INFO:teuthology.orchestra.run.smithi161.stdout:HOME_URL="https://centos.org/" 2024-04-02T14:40:50.556 INFO:teuthology.orchestra.run.smithi161.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-02T14:40:50.556 INFO:teuthology.orchestra.run.smithi161.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-02T14:40:50.556 INFO:teuthology.orchestra.run.smithi161.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-02T14:40:50.558 INFO:teuthology.lock.ops:Updating smithi161.front.sepia.ceph.com on lock server 2024-04-02T14:40:50.580 DEBUG:teuthology.orchestra.run.smithi176:> uname -m 2024-04-02T14:40:50.598 INFO:teuthology.orchestra.run.smithi176.stdout:x86_64 2024-04-02T14:40:50.598 DEBUG:teuthology.orchestra.run.smithi176:> cat /etc/os-release 2024-04-02T14:40:50.656 INFO:teuthology.orchestra.run.smithi176.stdout:NAME="CentOS Stream" 2024-04-02T14:40:50.656 INFO:teuthology.orchestra.run.smithi176.stdout:VERSION="9" 2024-04-02T14:40:50.657 INFO:teuthology.orchestra.run.smithi176.stdout:ID="centos" 2024-04-02T14:40:50.657 INFO:teuthology.orchestra.run.smithi176.stdout:ID_LIKE="rhel fedora" 2024-04-02T14:40:50.657 INFO:teuthology.orchestra.run.smithi176.stdout:VERSION_ID="9" 2024-04-02T14:40:50.657 INFO:teuthology.orchestra.run.smithi176.stdout:PLATFORM_ID="platform:el9" 2024-04-02T14:40:50.657 INFO:teuthology.orchestra.run.smithi176.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-02T14:40:50.657 INFO:teuthology.orchestra.run.smithi176.stdout:ANSI_COLOR="0;31" 2024-04-02T14:40:50.657 INFO:teuthology.orchestra.run.smithi176.stdout:LOGO="fedora-logo-icon" 2024-04-02T14:40:50.657 INFO:teuthology.orchestra.run.smithi176.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-02T14:40:50.657 INFO:teuthology.orchestra.run.smithi176.stdout:HOME_URL="https://centos.org/" 2024-04-02T14:40:50.657 INFO:teuthology.orchestra.run.smithi176.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-02T14:40:50.657 INFO:teuthology.orchestra.run.smithi176.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-02T14:40:50.657 INFO:teuthology.orchestra.run.smithi176.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-02T14:40:50.658 INFO:teuthology.lock.ops:Updating smithi176.front.sepia.ceph.com on lock server 2024-04-02T14:40:50.680 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-02T14:40:50.687 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-02T14:40:50.692 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-02T14:40:50.693 DEBUG:teuthology.orchestra.run.smithi161:> test '!' -e /home/ubuntu/cephtest 2024-04-02T14:40:50.695 DEBUG:teuthology.orchestra.run.smithi176:> test '!' -e /home/ubuntu/cephtest 2024-04-02T14:40:50.713 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-02T14:40:50.720 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-02T14:40:50.720 DEBUG:teuthology.orchestra.run.smithi161:> test -z $(ls -A /var/lib/ceph) 2024-04-02T14:40:50.752 DEBUG:teuthology.orchestra.run.smithi176:> test -z $(ls -A /var/lib/ceph) 2024-04-02T14:40:50.783 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-02T14:40:50.837 INFO:teuthology.run_tasks:Running task kernel... 2024-04-02T14:40:50.851 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-04-02T14:40:50.851 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-04-02T14:40:50.852 DEBUG:teuthology.orchestra.run.smithi161:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-02T14:40:50.852 DEBUG:teuthology.orchestra.run.smithi176:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-02T14:40:50.868 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:40:50.868 DEBUG:teuthology.orchestra.run.smithi161:> uname -r 2024-04-02T14:40:50.869 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:40:50.869 DEBUG:teuthology.orchestra.run.smithi176:> uname -r 2024-04-02T14:40:50.926 INFO:teuthology.orchestra.run.smithi161.stdout:5.14.0-361.el9.x86_64 2024-04-02T14:40:50.926 INFO:teuthology.task.kernel:Running kernel on smithi161: 5.14.0-361.el9.x86_64 2024-04-02T14:40:50.926 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum install -y kernel 2024-04-02T14:40:50.927 INFO:teuthology.orchestra.run.smithi176.stdout:5.14.0-361.el9.x86_64 2024-04-02T14:40:50.927 INFO:teuthology.task.kernel:Running kernel on smithi176: 5.14.0-361.el9.x86_64 2024-04-02T14:40:50.928 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum install -y kernel 2024-04-02T14:40:53.404 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS-9 - AppStream 8.3 MB/s | 6.7 MB 00:00 2024-04-02T14:40:53.616 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS-9 - AppStream 6.1 MB/s | 6.7 MB 00:01 2024-04-02T14:40:54.991 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS-9 - BaseOS 7.6 MB/s | 2.0 MB 00:00 2024-04-02T14:40:55.112 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS-9 - BaseOS 3.2 MB/s | 2.0 MB 00:00 2024-04-02T14:40:55.806 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 9 - BaseOS 17 MB/s | 8.0 MB 00:00 2024-04-02T14:40:55.995 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.0 MB 00:00 2024-04-02T14:40:57.916 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 9 - AppStream 18 MB/s | 19 MB 00:01 2024-04-02T14:41:02.450 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 9 - CRB 5.8 MB/s | 6.1 MB 00:01 2024-04-02T14:41:03.942 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 9 - Extras packages 43 kB/s | 16 kB 00:00 2024-04-02T14:41:05.704 INFO:teuthology.orchestra.run.smithi176.stdout:Extra Packages for Enterprise Linux 13 MB/s | 21 MB 00:01 2024-04-02T14:41:10.660 INFO:teuthology.orchestra.run.smithi176.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-04-02T14:41:12.933 INFO:teuthology.orchestra.run.smithi176.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-02T14:41:12.933 INFO:teuthology.orchestra.run.smithi176.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-02T14:41:13.014 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-04-02T14:41:13.023 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:41:13.023 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2024-04-02T14:41:13.023 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:41:13.023 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-04-02T14:41:13.023 INFO:teuthology.orchestra.run.smithi176.stdout: kernel x86_64 5.14.0-434.el9 CentOS-BaseOS 192 k 2024-04-02T14:41:13.023 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2024-04-02T14:41:13.023 INFO:teuthology.orchestra.run.smithi176.stdout: kernel-core x86_64 5.14.0-434.el9 CentOS-BaseOS 15 M 2024-04-02T14:41:13.023 INFO:teuthology.orchestra.run.smithi176.stdout: kernel-modules x86_64 5.14.0-434.el9 CentOS-BaseOS 34 M 2024-04-02T14:41:13.023 INFO:teuthology.orchestra.run.smithi176.stdout: kernel-modules-core x86_64 5.14.0-434.el9 CentOS-BaseOS 28 M 2024-04-02T14:41:13.023 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:41:13.023 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-04-02T14:41:13.024 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:41:13.024 INFO:teuthology.orchestra.run.smithi176.stdout:Install 4 Packages 2024-04-02T14:41:13.024 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:41:13.024 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 76 M 2024-04-02T14:41:13.024 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 123 M 2024-04-02T14:41:13.024 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-04-02T14:41:13.215 INFO:teuthology.orchestra.run.smithi176.stdout:(1/4): kernel-5.14.0-434.el9.x86_64.rpm 1.0 MB/s | 192 kB 00:00 2024-04-02T14:41:14.628 INFO:teuthology.orchestra.run.smithi176.stdout:(2/4): kernel-core-5.14.0-434.el9.x86_64.rpm 9.4 MB/s | 15 MB 00:01 2024-04-02T14:41:15.378 INFO:teuthology.orchestra.run.smithi176.stdout:(3/4): kernel-modules-5.14.0-434.el9.x86_64.rpm 14 MB/s | 34 MB 00:02 2024-04-02T14:41:15.770 INFO:teuthology.orchestra.run.smithi176.stdout:(4/4): kernel-modules-core-5.14.0-434.el9.x86_6 11 MB/s | 28 MB 00:02 2024-04-02T14:41:15.773 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:41:15.773 INFO:teuthology.orchestra.run.smithi176.stdout:Total 28 MB/s | 76 MB 00:02 2024-04-02T14:41:15.773 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-04-02T14:41:16.120 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-04-02T14:41:16.120 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-04-02T14:41:16.935 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-04-02T14:41:16.935 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-04-02T14:41:19.223 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-04-02T14:41:19.857 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : kernel-modules-core-5.14.0-434.el9.x86_64 1/4 2024-04-02T14:41:19.952 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T14:41:21.333 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 9 - AppStream 797 kB/s | 19 MB 00:24 2024-04-02T14:41:22.705 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T14:41:22.836 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T14:41:26.617 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 9 - CRB 4.4 MB/s | 6.1 MB 00:01 2024-04-02T14:41:27.586 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T14:41:27.626 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : kernel-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:41:28.084 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 9 - Extras packages 51 kB/s | 16 kB 00:00 2024-04-02T14:41:28.919 INFO:teuthology.orchestra.run.smithi161.stdout:Extra Packages for Enterprise Linux 29 MB/s | 21 MB 00:00 2024-04-02T14:41:32.388 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: kernel-modules-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:41:34.011 INFO:teuthology.orchestra.run.smithi161.stdout:lab-extras 14 kB/s | 1.7 kB 00:00 2024-04-02T14:41:36.268 INFO:teuthology.orchestra.run.smithi161.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-02T14:41:36.268 INFO:teuthology.orchestra.run.smithi161.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-02T14:41:36.355 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-04-02T14:41:36.359 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:41:36.359 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2024-04-02T14:41:36.360 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:41:36.360 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-04-02T14:41:36.360 INFO:teuthology.orchestra.run.smithi161.stdout: kernel x86_64 5.14.0-434.el9 CentOS-BaseOS 192 k 2024-04-02T14:41:36.360 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2024-04-02T14:41:36.360 INFO:teuthology.orchestra.run.smithi161.stdout: kernel-core x86_64 5.14.0-434.el9 CentOS-BaseOS 15 M 2024-04-02T14:41:36.360 INFO:teuthology.orchestra.run.smithi161.stdout: kernel-modules x86_64 5.14.0-434.el9 CentOS-BaseOS 34 M 2024-04-02T14:41:36.360 INFO:teuthology.orchestra.run.smithi161.stdout: kernel-modules-core x86_64 5.14.0-434.el9 CentOS-BaseOS 28 M 2024-04-02T14:41:36.360 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:41:36.361 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-04-02T14:41:36.361 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:41:36.361 INFO:teuthology.orchestra.run.smithi161.stdout:Install 4 Packages 2024-04-02T14:41:36.361 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:41:36.362 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 76 M 2024-04-02T14:41:36.362 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 123 M 2024-04-02T14:41:36.362 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-04-02T14:41:36.520 INFO:teuthology.orchestra.run.smithi161.stdout:(1/4): kernel-5.14.0-434.el9.x86_64.rpm 1.2 MB/s | 192 kB 00:00 2024-04-02T14:41:37.279 INFO:teuthology.orchestra.run.smithi161.stdout:(2/4): kernel-core-5.14.0-434.el9.x86_64.rpm 16 MB/s | 15 MB 00:00 2024-04-02T14:41:37.920 INFO:teuthology.orchestra.run.smithi161.stdout:(3/4): kernel-modules-5.14.0-434.el9.x86_64.rpm 22 MB/s | 34 MB 00:01 2024-04-02T14:41:38.279 INFO:teuthology.orchestra.run.smithi161.stdout:(4/4): kernel-modules-core-5.14.0-434.el9.x86_6 16 MB/s | 28 MB 00:01 2024-04-02T14:41:38.282 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:41:38.282 INFO:teuthology.orchestra.run.smithi161.stdout:Total 40 MB/s | 76 MB 00:01 2024-04-02T14:41:38.283 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-04-02T14:41:38.669 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-04-02T14:41:38.669 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-04-02T14:41:39.525 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-04-02T14:41:39.526 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-04-02T14:41:41.844 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-04-02T14:41:42.435 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : kernel-modules-core-5.14.0-434.el9.x86_64 1/4 2024-04-02T14:41:42.521 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T14:41:45.306 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T14:41:45.450 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T14:41:50.167 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T14:41:50.265 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : kernel-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:41:55.030 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: kernel-modules-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:42:01.965 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: kernel-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:42:01.965 INFO:teuthology.orchestra.run.smithi176.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-02T14:42:01.965 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:42:02.008 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: kernel-modules-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:42:02.376 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: kernel-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:42:02.376 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : kernel-5.14.0-434.el9.x86_64 1/4 2024-04-02T14:42:02.376 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T14:42:02.376 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T14:42:02.795 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : kernel-modules-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:42:02.795 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:42:02.795 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-04-02T14:42:02.796 INFO:teuthology.orchestra.run.smithi176.stdout: kernel-5.14.0-434.el9.x86_64 2024-04-02T14:42:02.796 INFO:teuthology.orchestra.run.smithi176.stdout: kernel-core-5.14.0-434.el9.x86_64 2024-04-02T14:42:02.796 INFO:teuthology.orchestra.run.smithi176.stdout: kernel-modules-5.14.0-434.el9.x86_64 2024-04-02T14:42:02.796 INFO:teuthology.orchestra.run.smithi176.stdout: kernel-modules-core-5.14.0-434.el9.x86_64 2024-04-02T14:42:02.796 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:42:02.796 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-04-02T14:42:03.127 DEBUG:teuthology.orchestra.run.smithi176:> rpm -q kernel | sort -rV | head -n 1 2024-04-02T14:42:03.231 INFO:teuthology.orchestra.run.smithi176.stdout:kernel-5.14.0-434.el9.x86_64 2024-04-02T14:42:03.231 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-434.el9.x86_64 2024-04-02T14:42:03.231 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-434.el9.x86_64 2024-04-02T14:42:03.231 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-02T14:42:03.231 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-02T14:42:03.232 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-02T14:42:03.232 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi176.front.sepia.ceph.com, path=None, version=distro) 2024-04-02T14:42:03.232 DEBUG:teuthology.orchestra.run.smithi176:> rpm -q kernel | sort -rV | head -n 1 2024-04-02T14:42:03.311 INFO:teuthology.orchestra.run.smithi176.stdout:kernel-5.14.0-434.el9.x86_64 2024-04-02T14:42:03.311 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-434.el9.x86_64 2024-04-02T14:42:03.311 DEBUG:teuthology.orchestra.run.smithi176:> sudo rpm -qi grub2-tools 2024-04-02T14:42:03.346 INFO:teuthology.orchestra.run.smithi176.stdout:Name : grub2-tools 2024-04-02T14:42:03.346 INFO:teuthology.orchestra.run.smithi176.stdout:Epoch : 1 2024-04-02T14:42:03.346 INFO:teuthology.orchestra.run.smithi176.stdout:Version : 2.06 2024-04-02T14:42:03.346 INFO:teuthology.orchestra.run.smithi176.stdout:Release : 68.el9 2024-04-02T14:42:03.346 INFO:teuthology.orchestra.run.smithi176.stdout:Architecture: x86_64 2024-04-02T14:42:03.346 INFO:teuthology.orchestra.run.smithi176.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-02T14:42:03.346 INFO:teuthology.orchestra.run.smithi176.stdout:Group : Unspecified 2024-04-02T14:42:03.346 INFO:teuthology.orchestra.run.smithi176.stdout:Size : 8264254 2024-04-02T14:42:03.346 INFO:teuthology.orchestra.run.smithi176.stdout:License : GPLv3+ 2024-04-02T14:42:03.346 INFO:teuthology.orchestra.run.smithi176.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-02T14:42:03.346 INFO:teuthology.orchestra.run.smithi176.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-02T14:42:03.346 INFO:teuthology.orchestra.run.smithi176.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-02T14:42:03.347 INFO:teuthology.orchestra.run.smithi176.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-02T14:42:03.347 INFO:teuthology.orchestra.run.smithi176.stdout:Packager : builder@centos.org 2024-04-02T14:42:03.347 INFO:teuthology.orchestra.run.smithi176.stdout:Vendor : CentOS 2024-04-02T14:42:03.347 INFO:teuthology.orchestra.run.smithi176.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-02T14:42:03.347 INFO:teuthology.orchestra.run.smithi176.stdout:Summary : Support tools for GRUB. 2024-04-02T14:42:03.347 INFO:teuthology.orchestra.run.smithi176.stdout:Description : 2024-04-02T14:42:03.347 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:42:03.347 INFO:teuthology.orchestra.run.smithi176.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-02T14:42:03.347 INFO:teuthology.orchestra.run.smithi176.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-02T14:42:03.347 INFO:teuthology.orchestra.run.smithi176.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-02T14:42:03.347 INFO:teuthology.orchestra.run.smithi176.stdout:hardware devices. 2024-04-02T14:42:03.347 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:42:03.347 INFO:teuthology.orchestra.run.smithi176.stdout:This subpackage provides tools for support of all platforms. 2024-04-02T14:42:03.348 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-02T14:42:03.348 INFO:teuthology.task.kernel:Updating grub on smithi176 to boot 5.14.0-434.el9.x86_64 2024-04-02T14:42:03.348 DEBUG:teuthology.orchestra.run.smithi176:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-02T14:42:03.965 INFO:teuthology.orchestra.run.smithi176.stderr:Generating grub configuration file ... 2024-04-02T14:42:05.260 INFO:teuthology.orchestra.run.smithi176.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-02T14:42:05.297 INFO:teuthology.orchestra.run.smithi176.stderr:done 2024-04-02T14:42:05.299 DEBUG:teuthology.orchestra.run.smithi176:> mktemp 2024-04-02T14:42:05.314 INFO:teuthology.orchestra.run.smithi176.stdout:/tmp/tmp.Vi9BZar7kq 2024-04-02T14:42:05.314 DEBUG:teuthology.orchestra.run.smithi176:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Vi9BZar7kq 2024-04-02T14:42:05.387 DEBUG:teuthology.orchestra.run.smithi176:> sudo chmod 0666 /tmp/tmp.Vi9BZar7kq 2024-04-02T14:42:05.519 DEBUG:teuthology.orchestra.remote:smithi176:/tmp/tmp.Vi9BZar7kq is 6KB 2024-04-02T14:42:05.568 DEBUG:teuthology.orchestra.run.smithi176:> rm -fr /tmp/tmp.Vi9BZar7kq 2024-04-02T14:42:05.582 DEBUG:teuthology.orchestra.run.smithi176:> sudo /bin/ls /boot/loader/entries || true 2024-04-02T14:42:05.646 INFO:teuthology.orchestra.run.smithi176.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-02T14:42:05.646 INFO:teuthology.orchestra.run.smithi176.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-02T14:42:05.646 INFO:teuthology.orchestra.run.smithi176.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-02T14:42:05.646 INFO:teuthology.orchestra.run.smithi176.stdout:15949e3c88704300882482eddfd7baae-5.14.0-434.el9.x86_64.conf 2024-04-02T14:42:05.647 DEBUG:teuthology.orchestra.run.smithi176:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-434.el9.x86_64 2024-04-02T14:42:05.800 DEBUG:teuthology.orchestra.run.smithi176:> sudo shutdown -r now 2024-04-02T14:42:24.243 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: kernel-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:42:24.244 INFO:teuthology.orchestra.run.smithi161.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-02T14:42:24.244 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:42:24.285 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: kernel-modules-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:42:24.648 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: kernel-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:42:24.648 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : kernel-5.14.0-434.el9.x86_64 1/4 2024-04-02T14:42:24.648 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T14:42:24.648 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T14:42:25.074 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : kernel-modules-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:42:25.075 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:42:25.075 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-04-02T14:42:25.075 INFO:teuthology.orchestra.run.smithi161.stdout: kernel-5.14.0-434.el9.x86_64 2024-04-02T14:42:25.075 INFO:teuthology.orchestra.run.smithi161.stdout: kernel-core-5.14.0-434.el9.x86_64 2024-04-02T14:42:25.075 INFO:teuthology.orchestra.run.smithi161.stdout: kernel-modules-5.14.0-434.el9.x86_64 2024-04-02T14:42:25.075 INFO:teuthology.orchestra.run.smithi161.stdout: kernel-modules-core-5.14.0-434.el9.x86_64 2024-04-02T14:42:25.075 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:42:25.075 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-04-02T14:42:25.400 DEBUG:teuthology.orchestra.run.smithi161:> rpm -q kernel | sort -rV | head -n 1 2024-04-02T14:42:25.513 INFO:teuthology.orchestra.run.smithi161.stdout:kernel-5.14.0-434.el9.x86_64 2024-04-02T14:42:25.514 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-434.el9.x86_64 2024-04-02T14:42:25.514 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-434.el9.x86_64 2024-04-02T14:42:25.514 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-02T14:42:25.514 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-02T14:42:25.514 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-02T14:42:25.514 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi161.front.sepia.ceph.com, path=None, version=distro) 2024-04-02T14:42:25.514 DEBUG:teuthology.orchestra.run.smithi161:> rpm -q kernel | sort -rV | head -n 1 2024-04-02T14:42:25.594 INFO:teuthology.orchestra.run.smithi161.stdout:kernel-5.14.0-434.el9.x86_64 2024-04-02T14:42:25.595 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-434.el9.x86_64 2024-04-02T14:42:25.595 DEBUG:teuthology.orchestra.run.smithi161:> sudo rpm -qi grub2-tools 2024-04-02T14:42:25.629 INFO:teuthology.orchestra.run.smithi161.stdout:Name : grub2-tools 2024-04-02T14:42:25.629 INFO:teuthology.orchestra.run.smithi161.stdout:Epoch : 1 2024-04-02T14:42:25.629 INFO:teuthology.orchestra.run.smithi161.stdout:Version : 2.06 2024-04-02T14:42:25.629 INFO:teuthology.orchestra.run.smithi161.stdout:Release : 68.el9 2024-04-02T14:42:25.629 INFO:teuthology.orchestra.run.smithi161.stdout:Architecture: x86_64 2024-04-02T14:42:25.629 INFO:teuthology.orchestra.run.smithi161.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-02T14:42:25.629 INFO:teuthology.orchestra.run.smithi161.stdout:Group : Unspecified 2024-04-02T14:42:25.629 INFO:teuthology.orchestra.run.smithi161.stdout:Size : 8264254 2024-04-02T14:42:25.630 INFO:teuthology.orchestra.run.smithi161.stdout:License : GPLv3+ 2024-04-02T14:42:25.630 INFO:teuthology.orchestra.run.smithi161.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-02T14:42:25.630 INFO:teuthology.orchestra.run.smithi161.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-02T14:42:25.630 INFO:teuthology.orchestra.run.smithi161.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-02T14:42:25.630 INFO:teuthology.orchestra.run.smithi161.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-02T14:42:25.630 INFO:teuthology.orchestra.run.smithi161.stdout:Packager : builder@centos.org 2024-04-02T14:42:25.630 INFO:teuthology.orchestra.run.smithi161.stdout:Vendor : CentOS 2024-04-02T14:42:25.630 INFO:teuthology.orchestra.run.smithi161.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-02T14:42:25.630 INFO:teuthology.orchestra.run.smithi161.stdout:Summary : Support tools for GRUB. 2024-04-02T14:42:25.630 INFO:teuthology.orchestra.run.smithi161.stdout:Description : 2024-04-02T14:42:25.630 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:42:25.630 INFO:teuthology.orchestra.run.smithi161.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-02T14:42:25.630 INFO:teuthology.orchestra.run.smithi161.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-02T14:42:25.630 INFO:teuthology.orchestra.run.smithi161.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-02T14:42:25.631 INFO:teuthology.orchestra.run.smithi161.stdout:hardware devices. 2024-04-02T14:42:25.631 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:42:25.631 INFO:teuthology.orchestra.run.smithi161.stdout:This subpackage provides tools for support of all platforms. 2024-04-02T14:42:25.632 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-02T14:42:25.632 INFO:teuthology.task.kernel:Updating grub on smithi161 to boot 5.14.0-434.el9.x86_64 2024-04-02T14:42:25.632 DEBUG:teuthology.orchestra.run.smithi161:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-02T14:42:26.242 INFO:teuthology.orchestra.run.smithi161.stderr:Generating grub configuration file ... 2024-04-02T14:42:27.595 INFO:teuthology.orchestra.run.smithi161.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-02T14:42:27.632 INFO:teuthology.orchestra.run.smithi161.stderr:done 2024-04-02T14:42:27.635 DEBUG:teuthology.orchestra.run.smithi161:> mktemp 2024-04-02T14:42:27.649 INFO:teuthology.orchestra.run.smithi161.stdout:/tmp/tmp.pcKBguZk3H 2024-04-02T14:42:27.650 DEBUG:teuthology.orchestra.run.smithi161:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.pcKBguZk3H 2024-04-02T14:42:27.719 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod 0666 /tmp/tmp.pcKBguZk3H 2024-04-02T14:42:27.859 DEBUG:teuthology.orchestra.remote:smithi161:/tmp/tmp.pcKBguZk3H is 6KB 2024-04-02T14:42:27.878 DEBUG:teuthology.orchestra.run.smithi161:> rm -fr /tmp/tmp.pcKBguZk3H 2024-04-02T14:42:27.892 DEBUG:teuthology.orchestra.run.smithi161:> sudo /bin/ls /boot/loader/entries || true 2024-04-02T14:42:27.963 INFO:teuthology.orchestra.run.smithi161.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-02T14:42:27.963 INFO:teuthology.orchestra.run.smithi161.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-02T14:42:27.963 INFO:teuthology.orchestra.run.smithi161.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-02T14:42:27.963 INFO:teuthology.orchestra.run.smithi161.stdout:15949e3c88704300882482eddfd7baae-5.14.0-434.el9.x86_64.conf 2024-04-02T14:42:27.964 DEBUG:teuthology.orchestra.run.smithi161:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-434.el9.x86_64 2024-04-02T14:42:28.113 DEBUG:teuthology.orchestra.run.smithi161:> sudo shutdown -r now 2024-04-02T14:42:35.805 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-02T14:42:35.806 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi176.front.sepia.ceph.com' 2024-04-02T14:42:35.807 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:42:58.138 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-02T14:42:58.139 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-02T14:42:58.140 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:43:32.767 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.161 2024-04-02T14:43:35.810 DEBUG:teuthology.orchestra.remote:timed out 2024-04-02T14:43:41.770 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-02T14:43:41.771 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:43:44.814 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi176.front.sepia.ceph.com' 2024-04-02T14:43:44.815 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:43:45.248 DEBUG:teuthology.orchestra.run.smithi176:> true 2024-04-02T14:43:45.664 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi176.front.sepia.ceph.com' 2024-04-02T14:43:45.664 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-434.el9.x86_64"... 2024-04-02T14:43:45.665 DEBUG:teuthology.orchestra.run.smithi176:> uname -r 2024-04-02T14:43:45.679 INFO:teuthology.orchestra.run.smithi176.stdout:5.14.0-434.el9.x86_64 2024-04-02T14:43:45.680 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-434.el9.x86_64 vs 5.14.0-434.el9.x86_64 2024-04-02T14:43:45.680 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-02T14:43:45.680 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-02T14:43:46.680 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-02T14:43:46.681 DEBUG:teuthology.orchestra.run.smithi176:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-02T14:43:46.742 INFO:teuthology.orchestra.run.smithi176.stdout:ttyS1 2024-04-02T14:43:46.779 DEBUG:teuthology.parallel:result is None 2024-04-02T14:44:41.774 DEBUG:teuthology.orchestra.remote:timed out 2024-04-02T14:44:53.776 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-02T14:44:53.777 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:44:54.210 DEBUG:teuthology.orchestra.run.smithi161:> true 2024-04-02T14:44:54.574 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-02T14:44:54.574 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-434.el9.x86_64"... 2024-04-02T14:44:54.575 DEBUG:teuthology.orchestra.run.smithi161:> uname -r 2024-04-02T14:44:54.589 INFO:teuthology.orchestra.run.smithi161.stdout:5.14.0-434.el9.x86_64 2024-04-02T14:44:54.590 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-434.el9.x86_64 vs 5.14.0-434.el9.x86_64 2024-04-02T14:44:54.590 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-02T14:44:54.590 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-02T14:44:55.591 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-02T14:44:55.591 DEBUG:teuthology.orchestra.run.smithi161:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-02T14:44:55.678 INFO:teuthology.orchestra.run.smithi161.stdout:ttyS1 2024-04-02T14:44:55.704 DEBUG:teuthology.parallel:result is None 2024-04-02T14:44:55.705 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-02T14:44:55.712 INFO:teuthology.task.internal:Creating test directory... 2024-04-02T14:44:55.712 DEBUG:teuthology.orchestra.run.smithi161:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-02T14:44:55.715 DEBUG:teuthology.orchestra.run.smithi176:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-02T14:44:55.734 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-02T14:44:55.744 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-02T14:44:55.751 INFO:teuthology.task.internal:Creating archive directory... 2024-04-02T14:44:55.751 DEBUG:teuthology.orchestra.run.smithi161:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-02T14:44:55.773 DEBUG:teuthology.orchestra.run.smithi176:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-02T14:44:55.801 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-02T14:44:55.808 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-02T14:44:55.808 DEBUG:teuthology.orchestra.run.smithi161:> 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-04-02T14:44:55.836 DEBUG:teuthology.orchestra.run.smithi176:> 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-04-02T14:44:55.870 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T14:44:55.879 INFO:teuthology.orchestra.run.smithi176.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T14:44:55.884 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T14:44:55.893 INFO:teuthology.orchestra.run.smithi176.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T14:44:55.895 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-02T14:44:55.902 INFO:teuthology.task.internal:Configuring sudo... 2024-04-02T14:44:55.902 DEBUG:teuthology.orchestra.run.smithi161:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-02T14:44:55.929 DEBUG:teuthology.orchestra.run.smithi176:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-02T14:44:55.965 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-02T14:44:55.973 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-02T14:44:55.974 DEBUG:teuthology.orchestra.run.smithi161:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-02T14:44:56.000 DEBUG:teuthology.orchestra.run.smithi176:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-02T14:44:56.020 DEBUG:teuthology.orchestra.run.smithi161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-02T14:44:56.100 DEBUG:teuthology.orchestra.run.smithi161:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-02T14:44:56.151 DEBUG:teuthology.orchestra.run.smithi161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-02T14:44:56.234 DEBUG:teuthology.orchestra.run.smithi161:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-02T14:44:56.277 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-02T14:44:56.277 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-02T14:44:56.345 DEBUG:teuthology.orchestra.run.smithi176:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-02T14:44:56.389 DEBUG:teuthology.orchestra.run.smithi176:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-02T14:44:56.463 DEBUG:teuthology.orchestra.run.smithi176:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-02T14:44:56.507 DEBUG:teuthology.orchestra.run.smithi176:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-02T14:44:56.551 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-04-02T14:44:56.551 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-02T14:44:56.620 DEBUG:teuthology.orchestra.run.smithi161:> sudo service rsyslog restart 2024-04-02T14:44:56.623 DEBUG:teuthology.orchestra.run.smithi176:> sudo service rsyslog restart 2024-04-02T14:44:56.671 INFO:teuthology.orchestra.run.smithi161.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-02T14:44:56.718 INFO:teuthology.orchestra.run.smithi176.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-02T14:44:57.198 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-02T14:44:57.206 INFO:teuthology.task.internal:Starting timer... 2024-04-02T14:44:57.206 INFO:teuthology.run_tasks:Running task pcp... 2024-04-02T14:44:57.216 INFO:teuthology.run_tasks:Running task selinux... 2024-04-02T14:44:57.228 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-02T14:44:57.229 DEBUG:teuthology.orchestra.run.smithi161:> sudo service auditd rotate 2024-04-02T14:44:57.275 INFO:teuthology.orchestra.run.smithi161.stdout:Rotating logs: 2024-04-02T14:44:57.277 DEBUG:teuthology.orchestra.run.smithi176:> sudo service auditd rotate 2024-04-02T14:44:57.341 INFO:teuthology.orchestra.run.smithi176.stdout:Rotating logs: 2024-04-02T14:44:57.343 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-02T14:44:57.343 DEBUG:teuthology.orchestra.run.smithi161:> /usr/sbin/getenforce 2024-04-02T14:44:57.369 INFO:teuthology.orchestra.run.smithi161.stdout:Permissive 2024-04-02T14:44:57.370 DEBUG:teuthology.orchestra.run.smithi176:> /usr/sbin/getenforce 2024-04-02T14:44:57.396 INFO:teuthology.orchestra.run.smithi176.stdout:Permissive 2024-04-02T14:44:57.397 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi161.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi176.front.sepia.ceph.com': 'permissive'} 2024-04-02T14:44:57.397 DEBUG:teuthology.orchestra.run.smithi161:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-02T14:44:57.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:44:57.438 DEBUG:teuthology.orchestra.run.smithi176:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-02T14:44:57.468 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:44:57.468 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-02T14:44:57.469 DEBUG:teuthology.orchestra.run.smithi161:> sudo /usr/sbin/setenforce permissive 2024-04-02T14:44:57.511 DEBUG:teuthology.orchestra.run.smithi176:> sudo /usr/sbin/setenforce permissive 2024-04-02T14:44:57.549 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-02T14:44:57.560 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-02T14:44:57.578 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-04-02T14:44:57.579 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi161.front.sepia.ceph.com,smithi176.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-02T14:49:08.537 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi161.front.sepia.ceph.com'), Remote(name='ubuntu@smithi176.front.sepia.ceph.com')] 2024-04-02T14:49:08.539 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-02T14:49:08.540 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:49:08.636 DEBUG:teuthology.orchestra.run.smithi161:> true 2024-04-02T14:49:08.709 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-02T14:49:08.709 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi176.front.sepia.ceph.com' 2024-04-02T14:49:08.710 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:49:08.799 DEBUG:teuthology.orchestra.run.smithi176:> true 2024-04-02T14:49:08.873 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi176.front.sepia.ceph.com' 2024-04-02T14:49:08.873 INFO:teuthology.run_tasks:Running task clock... 2024-04-02T14:49:08.884 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-02T14:49:08.884 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-02T14:49:08.884 DEBUG:teuthology.orchestra.run.smithi161:> 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-04-02T14:49:08.887 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-02T14:49:08.887 DEBUG:teuthology.orchestra.run.smithi176:> 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-04-02T14:49:08.916 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-02T14:49:08.932 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-02T14:49:08.943 INFO:teuthology.orchestra.run.smithi176.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-02T14:49:08.960 INFO:teuthology.orchestra.run.smithi176.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-02T14:49:08.961 INFO:teuthology.orchestra.run.smithi161.stderr:sudo: ntpd: command not found 2024-04-02T14:49:08.974 INFO:teuthology.orchestra.run.smithi161.stdout:506 Cannot talk to daemon 2024-04-02T14:49:08.989 INFO:teuthology.orchestra.run.smithi176.stderr:sudo: ntpd: command not found 2024-04-02T14:49:08.991 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-02T14:49:09.003 INFO:teuthology.orchestra.run.smithi176.stdout:506 Cannot talk to daemon 2024-04-02T14:49:09.008 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-02T14:49:09.019 INFO:teuthology.orchestra.run.smithi176.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-02T14:49:09.036 INFO:teuthology.orchestra.run.smithi176.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-02T14:49:09.064 INFO:teuthology.orchestra.run.smithi161.stderr:bash: line 1: ntpq: command not found 2024-04-02T14:49:09.067 INFO:teuthology.orchestra.run.smithi161.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-02T14:49:09.067 INFO:teuthology.orchestra.run.smithi161.stdout:=============================================================================== 2024-04-02T14:49:09.068 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T14:49:09.068 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T14:49:09.068 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T14:49:09.068 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T14:49:09.087 INFO:teuthology.orchestra.run.smithi176.stderr:bash: line 1: ntpq: command not found 2024-04-02T14:49:09.090 INFO:teuthology.orchestra.run.smithi176.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-02T14:49:09.090 INFO:teuthology.orchestra.run.smithi176.stdout:=============================================================================== 2024-04-02T14:49:09.090 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T14:49:09.090 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T14:49:09.090 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T14:49:09.090 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T14:49:09.091 INFO:teuthology.run_tasks:Running task install... 2024-04-02T14:49:09.099 DEBUG:teuthology.task.install:project ceph 2024-04-02T14:49:09.100 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '3f3f3ed992429b85be729743ad3b39d52dd90744'}} 2024-04-02T14:49:09.100 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '3f3f3ed992429b85be729743ad3b39d52dd90744'} 2024-04-02T14:49:09.100 INFO:teuthology.task.install:Using flavor: default 2024-04-02T14:49:09.106 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-04-02T14:49:09.106 INFO:teuthology.task.install:extra packages: [] 2024-04-02T14:49:09.106 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': '3f3f3ed992429b85be729743ad3b39d52dd90744', 'tag': None, 'wait_for_package': False} 2024-04-02T14:49:09.107 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T14:49:09.109 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': '3f3f3ed992429b85be729743ad3b39d52dd90744', 'tag': None, 'wait_for_package': False} 2024-04-02T14:49:09.109 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T14:49:09.255 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/ 2024-04-02T14:49:09.256 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2592.g3f3f3ed9 2024-04-02T14:49:09.323 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/ 2024-04-02T14:49:09.323 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2592.g3f3f3ed9 2024-04-02T14:49:09.431 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/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-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/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-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-02T14:49:09.432 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-02T14:49:09.432 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-02T14:49:09.434 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/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-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/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-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-02T14:49:09.435 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-04-02T14:49:09.435 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-02T14:49:09.462 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-04-02T14:49:09.462 DEBUG:teuthology.orchestra.run.smithi176:> 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/3f3f3ed992429b85be729743ad3b39d52dd90744/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-02T14:49:09.463 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-04-02T14:49:09.463 DEBUG:teuthology.orchestra.run.smithi161:> 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/3f3f3ed992429b85be729743ad3b39d52dd90744/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-02T14:49:09.530 DEBUG:teuthology.orchestra.run.smithi176:> 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-04-02T14:49:09.531 DEBUG:teuthology.orchestra.run.smithi161:> 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-04-02T14:49:09.610 DEBUG:teuthology.orchestra.run.smithi176:> 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-04-02T14:49:09.612 DEBUG:teuthology.orchestra.run.smithi161:> 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-04-02T14:49:09.677 INFO:teuthology.orchestra.run.smithi176.stdout:check_obsoletes = 1 2024-04-02T14:49:09.678 INFO:teuthology.orchestra.run.smithi161.stdout:check_obsoletes = 1 2024-04-02T14:49:09.679 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum clean all 2024-04-02T14:49:09.680 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum clean all 2024-04-02T14:49:09.933 INFO:teuthology.orchestra.run.smithi161.stdout:74 files removed 2024-04-02T14:49:09.939 INFO:teuthology.orchestra.run.smithi176.stdout:74 files removed 2024-04-02T14:49:09.960 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-radosgw 2024-04-02T14:49:09.969 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph-radosgw 2024-04-02T14:49:10.669 INFO:teuthology.orchestra.run.smithi176.stdout:ceph packages for x86_64 207 kB/s | 83 kB 00:00 2024-04-02T14:49:10.727 INFO:teuthology.orchestra.run.smithi161.stdout:ceph packages for x86_64 179 kB/s | 83 kB 00:00 2024-04-02T14:49:11.030 INFO:teuthology.orchestra.run.smithi176.stdout:ceph noarch packages 37 kB/s | 12 kB 00:00 2024-04-02T14:49:11.179 INFO:teuthology.orchestra.run.smithi161.stdout:ceph noarch packages 29 kB/s | 12 kB 00:00 2024-04-02T14:49:11.447 INFO:teuthology.orchestra.run.smithi176.stdout:ceph source packages 5.0 kB/s | 1.9 kB 00:00 2024-04-02T14:49:11.586 INFO:teuthology.orchestra.run.smithi161.stdout:ceph source packages 5.2 kB/s | 1.9 kB 00:00 2024-04-02T14:49:42.237 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS-9 - AppStream 223 kB/s | 6.7 MB 00:30 2024-04-02T14:49:42.493 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS-9 - AppStream 222 kB/s | 6.7 MB 00:30 2024-04-02T14:49:43.745 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS-9 - BaseOS 5.0 MB/s | 2.0 MB 00:00 2024-04-02T14:49:43.985 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS-9 - BaseOS 5.5 MB/s | 2.0 MB 00:00 2024-04-02T14:49:44.900 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.0 MB 00:00 2024-04-02T14:49:45.511 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 9 - BaseOS 5.6 MB/s | 8.0 MB 00:01 2024-04-02T14:49:47.287 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 9 - AppStream 27 MB/s | 19 MB 00:00 2024-04-02T14:49:47.610 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 9 - AppStream 12 MB/s | 19 MB 00:01 2024-04-02T14:49:52.444 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 9 - CRB 4.6 MB/s | 6.1 MB 00:01 2024-04-02T14:49:52.746 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 9 - CRB 3.2 MB/s | 6.1 MB 00:01 2024-04-02T14:49:54.012 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 9 - Extras packages 39 kB/s | 16 kB 00:00 2024-04-02T14:49:54.180 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 9 - Extras packages 56 kB/s | 16 kB 00:00 2024-04-02T14:49:54.996 INFO:teuthology.orchestra.run.smithi161.stdout:Extra Packages for Enterprise Linux 24 MB/s | 21 MB 00:00 2024-04-02T14:49:57.675 INFO:teuthology.orchestra.run.smithi176.stdout:Extra Packages for Enterprise Linux 6.2 MB/s | 21 MB 00:03 2024-04-02T14:50:00.021 INFO:teuthology.orchestra.run.smithi161.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-04-02T14:50:02.594 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-04-02T14:50:02.608 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:50:02.608 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2024-04-02T14:50:02.608 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:50:02.608 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-04-02T14:50:02.608 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-radosgw x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 9.8 M 2024-04-02T14:50:02.608 INFO:teuthology.orchestra.run.smithi161.stdout:Upgrading: 2024-04-02T14:50:02.608 INFO:teuthology.orchestra.run.smithi161.stdout: librados2 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 3.4 M 2024-04-02T14:50:02.608 INFO:teuthology.orchestra.run.smithi161.stdout: librbd1 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 3.1 M 2024-04-02T14:50:02.608 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2024-04-02T14:50:02.608 INFO:teuthology.orchestra.run.smithi161.stdout: boost-program-options 2024-04-02T14:50:02.608 INFO:teuthology.orchestra.run.smithi161.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-04-02T14:50:02.608 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-base x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 5.4 M 2024-04-02T14:50:02.608 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-common x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 21 M 2024-04-02T14:50:02.609 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-selinux x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 25 k 2024-04-02T14:50:02.609 INFO:teuthology.orchestra.run.smithi161.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-02T14:50:02.609 INFO:teuthology.orchestra.run.smithi161.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-02T14:50:02.609 INFO:teuthology.orchestra.run.smithi161.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-02T14:50:02.609 INFO:teuthology.orchestra.run.smithi161.stdout: libcephfs2 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 746 k 2024-04-02T14:50:02.609 INFO:teuthology.orchestra.run.smithi161.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-02T14:50:02.609 INFO:teuthology.orchestra.run.smithi161.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-04-02T14:50:02.609 INFO:teuthology.orchestra.run.smithi161.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-04-02T14:50:02.609 INFO:teuthology.orchestra.run.smithi161.stdout: libradosstriper1 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 500 k 2024-04-02T14:50:02.609 INFO:teuthology.orchestra.run.smithi161.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-04-02T14:50:02.609 INFO:teuthology.orchestra.run.smithi161.stdout: librgw2 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 5.1 M 2024-04-02T14:50:02.609 INFO:teuthology.orchestra.run.smithi161.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-02T14:50:02.609 INFO:teuthology.orchestra.run.smithi161.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-04-02T14:50:02.610 INFO:teuthology.orchestra.run.smithi161.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-02T14:50:02.610 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ceph-argparse 2024-04-02T14:50:02.610 INFO:teuthology.orchestra.run.smithi161.stdout: x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 45 k 2024-04-02T14:50:02.610 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ceph-common x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 134 k 2024-04-02T14:50:02.610 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cephfs x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 161 k 2024-04-02T14:50:02.610 INFO:teuthology.orchestra.run.smithi161.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-04-02T14:50:02.610 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rados x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 321 k 2024-04-02T14:50:02.610 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rbd x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 299 k 2024-04-02T14:50:02.610 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rgw x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 99 k 2024-04-02T14:50:02.610 INFO:teuthology.orchestra.run.smithi161.stdout: qatlib x86_64 24.02.0-1.el9 CentOS-AppStream 220 k 2024-04-02T14:50:02.610 INFO:teuthology.orchestra.run.smithi161.stdout: qatzip-libs x86_64 1.2.0-1.el9 CentOS-AppStream 46 k 2024-04-02T14:50:02.610 INFO:teuthology.orchestra.run.smithi161.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-02T14:50:02.610 INFO:teuthology.orchestra.run.smithi161.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-02T14:50:02.610 INFO:teuthology.orchestra.run.smithi161.stdout:Installing weak dependencies: 2024-04-02T14:50:02.610 INFO:teuthology.orchestra.run.smithi161.stdout: qatlib-service x86_64 24.02.0-1.el9 CentOS-AppStream 35 k 2024-04-02T14:50:02.611 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:50:02.611 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-04-02T14:50:02.611 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:50:02.611 INFO:teuthology.orchestra.run.smithi161.stdout:Install 30 Packages 2024-04-02T14:50:02.611 INFO:teuthology.orchestra.run.smithi161.stdout:Upgrade 2 Packages 2024-04-02T14:50:02.611 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:50:02.611 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 59 M 2024-04-02T14:50:02.611 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-04-02T14:50:02.706 INFO:teuthology.orchestra.run.smithi176.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-04-02T14:50:03.988 INFO:teuthology.orchestra.run.smithi161.stdout:(1/32): ceph-base-19.0.0-2592.g3f3f3ed9.el9.x86 4.4 MB/s | 5.4 MB 00:01 2024-04-02T14:50:04.097 INFO:teuthology.orchestra.run.smithi161.stdout:(2/32): ceph-selinux-19.0.0-2592.g3f3f3ed9.el9. 232 kB/s | 25 kB 00:00 2024-04-02T14:50:04.289 INFO:teuthology.orchestra.run.smithi161.stdout:(3/32): libcephfs2-19.0.0-2592.g3f3f3ed9.el9.x8 3.8 MB/s | 746 kB 00:00 2024-04-02T14:50:04.498 INFO:teuthology.orchestra.run.smithi161.stdout:(4/32): ceph-common-19.0.0-2592.g3f3f3ed9.el9.x 12 MB/s | 21 MB 00:01 2024-04-02T14:50:04.531 INFO:teuthology.orchestra.run.smithi161.stdout:(5/32): libradosstriper1-19.0.0-2592.g3f3f3ed9. 2.0 MB/s | 500 kB 00:00 2024-04-02T14:50:04.631 INFO:teuthology.orchestra.run.smithi161.stdout:(6/32): ceph-radosgw-19.0.0-2592.g3f3f3ed9.el9. 5.3 MB/s | 9.8 MB 00:01 2024-04-02T14:50:04.656 INFO:teuthology.orchestra.run.smithi161.stdout:(7/32): python3-ceph-argparse-19.0.0-2592.g3f3f 360 kB/s | 45 kB 00:00 2024-04-02T14:50:04.723 INFO:teuthology.orchestra.run.smithi161.stdout:(8/32): python3-ceph-common-19.0.0-2592.g3f3f3e 1.4 MB/s | 134 kB 00:00 2024-04-02T14:50:04.765 INFO:teuthology.orchestra.run.smithi161.stdout:(9/32): python3-cephfs-19.0.0-2592.g3f3f3ed9.el 1.5 MB/s | 161 kB 00:00 2024-04-02T14:50:04.841 INFO:teuthology.orchestra.run.smithi161.stdout:(10/32): python3-rbd-19.0.0-2592.g3f3f3ed9.el9. 3.9 MB/s | 299 kB 00:00 2024-04-02T14:50:04.866 INFO:teuthology.orchestra.run.smithi161.stdout:(11/32): python3-rados-19.0.0-2592.g3f3f3ed9.el 2.2 MB/s | 321 kB 00:00 2024-04-02T14:50:04.930 INFO:teuthology.orchestra.run.smithi161.stdout:(12/32): python3-rgw-19.0.0-2592.g3f3f3ed9.el9. 1.1 MB/s | 99 kB 00:00 2024-04-02T14:50:05.016 INFO:teuthology.orchestra.run.smithi161.stdout:(13/32): librgw2-19.0.0-2592.g3f3f3ed9.el9.x86_ 9.9 MB/s | 5.1 MB 00:00 2024-04-02T14:50:05.033 INFO:teuthology.orchestra.run.smithi161.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 633 kB/s | 106 kB 00:00 2024-04-02T14:50:05.058 INFO:teuthology.orchestra.run.smithi161.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.2 MB/s | 159 kB 00:00 2024-04-02T14:50:05.084 INFO:teuthology.orchestra.run.smithi161.stdout:(16/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 664 kB/s | 44 kB 00:00 2024-04-02T14:50:05.126 INFO:teuthology.orchestra.run.smithi161.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 4.1 MB/s | 282 kB 00:00 2024-04-02T14:50:05.151 INFO:teuthology.orchestra.run.smithi161.stdout:(18/32): librdkafka-1.6.1-102.el9.x86_64.rpm 7.0 MB/s | 661 kB 00:00 2024-04-02T14:50:05.168 INFO:teuthology.orchestra.run.smithi161.stdout:(19/32): python3-prettytable-0.7.2-27.el9.noarc 491 kB/s | 41 kB 00:00 2024-04-02T14:50:05.193 INFO:teuthology.orchestra.run.smithi161.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 3.2 MB/s | 220 kB 00:00 2024-04-02T14:50:05.210 INFO:teuthology.orchestra.run.smithi161.stdout:(21/32): qatlib-service-24.02.0-1.el9.x86_64.rp 842 kB/s | 35 kB 00:00 2024-04-02T14:50:05.227 INFO:teuthology.orchestra.run.smithi161.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 797 kB/s | 46 kB 00:00 2024-04-02T14:50:05.277 INFO:teuthology.orchestra.run.smithi161.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 522 kB/s | 26 kB 00:00 2024-04-02T14:50:05.284 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-04-02T14:50:05.303 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:50:05.303 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2024-04-02T14:50:05.303 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:50:05.303 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-04-02T14:50:05.304 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-radosgw x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 9.8 M 2024-04-02T14:50:05.304 INFO:teuthology.orchestra.run.smithi176.stdout:Upgrading: 2024-04-02T14:50:05.304 INFO:teuthology.orchestra.run.smithi176.stdout: librados2 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 3.4 M 2024-04-02T14:50:05.304 INFO:teuthology.orchestra.run.smithi176.stdout: librbd1 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 3.1 M 2024-04-02T14:50:05.304 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2024-04-02T14:50:05.304 INFO:teuthology.orchestra.run.smithi176.stdout: boost-program-options 2024-04-02T14:50:05.304 INFO:teuthology.orchestra.run.smithi176.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-04-02T14:50:05.304 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-base x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 5.4 M 2024-04-02T14:50:05.304 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-common x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 21 M 2024-04-02T14:50:05.304 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-selinux x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 25 k 2024-04-02T14:50:05.304 INFO:teuthology.orchestra.run.smithi176.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-02T14:50:05.304 INFO:teuthology.orchestra.run.smithi176.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-02T14:50:05.304 INFO:teuthology.orchestra.run.smithi176.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-02T14:50:05.304 INFO:teuthology.orchestra.run.smithi176.stdout: libcephfs2 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 746 k 2024-04-02T14:50:05.305 INFO:teuthology.orchestra.run.smithi176.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-02T14:50:05.305 INFO:teuthology.orchestra.run.smithi176.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-04-02T14:50:05.305 INFO:teuthology.orchestra.run.smithi176.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-04-02T14:50:05.305 INFO:teuthology.orchestra.run.smithi176.stdout: libradosstriper1 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 500 k 2024-04-02T14:50:05.305 INFO:teuthology.orchestra.run.smithi176.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-04-02T14:50:05.305 INFO:teuthology.orchestra.run.smithi176.stdout: librgw2 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 5.1 M 2024-04-02T14:50:05.305 INFO:teuthology.orchestra.run.smithi176.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-02T14:50:05.305 INFO:teuthology.orchestra.run.smithi176.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-04-02T14:50:05.305 INFO:teuthology.orchestra.run.smithi176.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-02T14:50:05.305 INFO:teuthology.orchestra.run.smithi176.stdout: python3-ceph-argparse 2024-04-02T14:50:05.305 INFO:teuthology.orchestra.run.smithi176.stdout: x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 45 k 2024-04-02T14:50:05.305 INFO:teuthology.orchestra.run.smithi176.stdout: python3-ceph-common x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 134 k 2024-04-02T14:50:05.305 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cephfs x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 161 k 2024-04-02T14:50:05.305 INFO:teuthology.orchestra.run.smithi176.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-04-02T14:50:05.306 INFO:teuthology.orchestra.run.smithi176.stdout: python3-rados x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 321 k 2024-04-02T14:50:05.306 INFO:teuthology.orchestra.run.smithi176.stdout: python3-rbd x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 299 k 2024-04-02T14:50:05.306 INFO:teuthology.orchestra.run.smithi176.stdout: python3-rgw x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 99 k 2024-04-02T14:50:05.306 INFO:teuthology.orchestra.run.smithi176.stdout: qatlib x86_64 24.02.0-1.el9 CentOS-AppStream 220 k 2024-04-02T14:50:05.306 INFO:teuthology.orchestra.run.smithi176.stdout: qatzip-libs x86_64 1.2.0-1.el9 CentOS-AppStream 46 k 2024-04-02T14:50:05.306 INFO:teuthology.orchestra.run.smithi176.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-02T14:50:05.306 INFO:teuthology.orchestra.run.smithi176.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-02T14:50:05.306 INFO:teuthology.orchestra.run.smithi176.stdout:Installing weak dependencies: 2024-04-02T14:50:05.306 INFO:teuthology.orchestra.run.smithi176.stdout: qatlib-service x86_64 24.02.0-1.el9 CentOS-AppStream 35 k 2024-04-02T14:50:05.306 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:50:05.306 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-04-02T14:50:05.306 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:50:05.306 INFO:teuthology.orchestra.run.smithi176.stdout:Install 30 Packages 2024-04-02T14:50:05.306 INFO:teuthology.orchestra.run.smithi176.stdout:Upgrade 2 Packages 2024-04-02T14:50:05.307 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:50:05.307 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 59 M 2024-04-02T14:50:05.307 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-04-02T14:50:05.327 INFO:teuthology.orchestra.run.smithi161.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 2.3 MB/s | 309 kB 00:00 2024-04-02T14:50:05.352 INFO:teuthology.orchestra.run.smithi161.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 647 kB/s | 49 kB 00:00 2024-04-02T14:50:05.378 INFO:teuthology.orchestra.run.smithi161.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-04-02T14:50:05.420 INFO:teuthology.orchestra.run.smithi161.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 4.5 MB/s | 192 kB 00:00 2024-04-02T14:50:05.453 INFO:teuthology.orchestra.run.smithi161.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 8.1 MB/s | 838 kB 00:00 2024-04-02T14:50:05.512 INFO:teuthology.orchestra.run.smithi161.stdout:(29/32): libarrow-9.0.0-10.el9.x86_64.rpm 16 MB/s | 4.4 MB 00:00 2024-04-02T14:50:05.571 INFO:teuthology.orchestra.run.smithi161.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 11 MB/s | 1.6 MB 00:00 2024-04-02T14:50:05.863 INFO:teuthology.orchestra.run.smithi161.stdout:(31/32): librbd1-19.0.0-2592.g3f3f3ed9.el9.x86_ 9.0 MB/s | 3.1 MB 00:00 2024-04-02T14:50:05.988 INFO:teuthology.orchestra.run.smithi161.stdout:(32/32): librados2-19.0.0-2592.g3f3f3ed9.el9.x8 6.4 MB/s | 3.4 MB 00:00 2024-04-02T14:50:05.991 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:50:05.991 INFO:teuthology.orchestra.run.smithi161.stdout:Total 17 MB/s | 59 MB 00:03 2024-04-02T14:50:05.992 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-04-02T14:50:06.027 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-04-02T14:50:06.027 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-04-02T14:50:06.506 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-04-02T14:50:06.506 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-04-02T14:50:06.992 INFO:teuthology.orchestra.run.smithi176.stdout:(1/32): ceph-radosgw-19.0.0-2592.g3f3f3ed9.el9. 6.1 MB/s | 9.8 MB 00:01 2024-04-02T14:50:07.182 INFO:teuthology.orchestra.run.smithi176.stdout:(2/32): ceph-common-19.0.0-2592.g3f3f3ed9.el9.x 11 MB/s | 21 MB 00:01 2024-04-02T14:50:07.198 INFO:teuthology.orchestra.run.smithi176.stdout:(3/32): ceph-selinux-19.0.0-2592.g3f3f3ed9.el9. 121 kB/s | 25 kB 00:00 2024-04-02T14:50:07.266 INFO:teuthology.orchestra.run.smithi176.stdout:(4/32): libradosstriper1-19.0.0-2592.g3f3f3ed9. 7.3 MB/s | 500 kB 00:00 2024-04-02T14:50:07.291 INFO:teuthology.orchestra.run.smithi176.stdout:(5/32): libcephfs2-19.0.0-2592.g3f3f3ed9.el9.x8 6.7 MB/s | 746 kB 00:00 2024-04-02T14:50:07.341 INFO:teuthology.orchestra.run.smithi176.stdout:(6/32): python3-ceph-argparse-19.0.0-2592.g3f3f 902 kB/s | 45 kB 00:00 2024-04-02T14:50:07.408 INFO:teuthology.orchestra.run.smithi176.stdout:(7/32): python3-ceph-common-19.0.0-2592.g3f3f3e 2.0 MB/s | 134 kB 00:00 2024-04-02T14:50:07.525 INFO:teuthology.orchestra.run.smithi176.stdout:(8/32): ceph-base-19.0.0-2592.g3f3f3ed9.el9.x86 2.5 MB/s | 5.4 MB 00:02 2024-04-02T14:50:07.550 INFO:teuthology.orchestra.run.smithi176.stdout:(9/32): python3-cephfs-19.0.0-2592.g3f3f3ed9.el 1.1 MB/s | 161 kB 00:00 2024-04-02T14:50:07.626 INFO:teuthology.orchestra.run.smithi176.stdout:(10/32): librgw2-19.0.0-2592.g3f3f3ed9.el9.x86_ 14 MB/s | 5.1 MB 00:00 2024-04-02T14:50:07.651 INFO:teuthology.orchestra.run.smithi176.stdout:(11/32): python3-rbd-19.0.0-2592.g3f3f3ed9.el9. 2.9 MB/s | 299 kB 00:00 2024-04-02T14:50:07.676 INFO:teuthology.orchestra.run.smithi176.stdout:(12/32): python3-rados-19.0.0-2592.g3f3f3ed9.el 2.1 MB/s | 321 kB 00:00 2024-04-02T14:50:07.701 INFO:teuthology.orchestra.run.smithi176.stdout:(13/32): python3-rgw-19.0.0-2592.g3f3f3ed9.el9. 1.3 MB/s | 99 kB 00:00 2024-04-02T14:50:07.828 INFO:teuthology.orchestra.run.smithi176.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 603 kB/s | 106 kB 00:00 2024-04-02T14:50:07.853 INFO:teuthology.orchestra.run.smithi176.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 906 kB/s | 159 kB 00:00 2024-04-02T14:50:07.878 INFO:teuthology.orchestra.run.smithi176.stdout:(16/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 347 kB/s | 44 kB 00:00 2024-04-02T14:50:07.984 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-04-02T14:50:08.011 INFO:teuthology.orchestra.run.smithi176.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 3.5 MB/s | 661 kB 00:00 2024-04-02T14:50:08.037 INFO:teuthology.orchestra.run.smithi176.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 260 kB/s | 41 kB 00:00 2024-04-02T14:50:08.059 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-02T14:50:08.062 INFO:teuthology.orchestra.run.smithi176.stdout:(19/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.5 MB/s | 282 kB 00:00 2024-04-02T14:50:08.088 INFO:teuthology.orchestra.run.smithi176.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.8 MB/s | 220 kB 00:00 2024-04-02T14:50:08.101 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-02T14:50:08.126 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-02T14:50:08.149 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-02T14:50:08.154 INFO:teuthology.orchestra.run.smithi176.stdout:(21/32): qatlib-service-24.02.0-1.el9.x86_64.rp 299 kB/s | 35 kB 00:00 2024-04-02T14:50:08.166 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-02T14:50:08.179 INFO:teuthology.orchestra.run.smithi176.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 395 kB/s | 46 kB 00:00 2024-04-02T14:50:08.305 INFO:teuthology.orchestra.run.smithi176.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 208 kB/s | 26 kB 00:00 2024-04-02T14:50:08.367 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-02T14:50:08.396 INFO:teuthology.orchestra.run.smithi176.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 530 kB/s | 49 kB 00:00 2024-04-02T14:50:08.420 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-02T14:50:08.422 INFO:teuthology.orchestra.run.smithi176.stdout:(25/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.1 MB/s | 309 kB 00:00 2024-04-02T14:50:08.480 INFO:teuthology.orchestra.run.smithi176.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 805 kB/s | 67 kB 00:00 2024-04-02T14:50:08.556 INFO:teuthology.orchestra.run.smithi176.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 6.1 MB/s | 838 kB 00:00 2024-04-02T14:50:08.589 INFO:teuthology.orchestra.run.smithi176.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 1.7 MB/s | 192 kB 00:00 2024-04-02T14:50:08.657 INFO:teuthology.orchestra.run.smithi176.stdout:(29/32): libarrow-9.0.0-10.el9.x86_64.rpm 8.8 MB/s | 4.4 MB 00:00 2024-04-02T14:50:08.707 INFO:teuthology.orchestra.run.smithi176.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 10 MB/s | 1.6 MB 00:00 2024-04-02T14:50:08.749 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-02T14:50:08.802 INFO:teuthology.orchestra.run.smithi161.stdout: Upgrading : librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 7/34 2024-04-02T14:50:08.900 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 7/34 2024-04-02T14:50:08.915 INFO:teuthology.orchestra.run.smithi176.stdout:(31/32): librbd1-19.0.0-2592.g3f3f3ed9.el9.x86_ 12 MB/s | 3.1 MB 00:00 2024-04-02T14:50:08.989 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-rados-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 8/34 2024-04-02T14:50:09.021 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 9/34 2024-04-02T14:50:09.066 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 9/34 2024-04-02T14:50:09.095 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-02T14:50:09.143 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-ceph-argparse-2:19.0.0-2592.g3f3f3ed9.el9. 11/34 2024-04-02T14:50:09.215 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-cephfs-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 12/34 2024-04-02T14:50:09.239 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libradosstriper1-2:19.0.0-2592.g3f3f3ed9.el9.x86_6 13/34 2024-04-02T14:50:09.240 INFO:teuthology.orchestra.run.smithi176.stdout:(32/32): librados2-19.0.0-2592.g3f3f3ed9.el9.x8 5.2 MB/s | 3.4 MB 00:00 2024-04-02T14:50:09.244 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:50:09.244 INFO:teuthology.orchestra.run.smithi176.stdout:Total 15 MB/s | 59 MB 00:03 2024-04-02T14:50:09.244 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-04-02T14:50:09.277 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-04-02T14:50:09.278 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-04-02T14:50:09.303 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2592.g3f3f3ed9.el9.x86_6 13/34 2024-04-02T14:50:09.337 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-02T14:50:09.445 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-02T14:50:09.489 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-02T14:50:09.552 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-02T14:50:09.578 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-02T14:50:09.607 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-02T14:50:09.640 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-02T14:50:09.792 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-04-02T14:50:09.792 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-04-02T14:50:09.955 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-02T14:50:09.978 INFO:teuthology.orchestra.run.smithi161.stdout: Upgrading : librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 22/34 2024-04-02T14:50:10.068 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 22/34 2024-04-02T14:50:10.099 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-rbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 23/34 2024-04-02T14:50:10.142 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-02T14:50:10.604 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-02T14:50:10.639 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : librgw2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 26/34 2024-04-02T14:50:10.693 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librgw2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 26/34 2024-04-02T14:50:10.762 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-rgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 27/34 2024-04-02T14:50:10.791 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x8 28/34 2024-04-02T14:50:11.242 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-04-02T14:50:11.332 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-02T14:50:11.379 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-02T14:50:11.404 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-02T14:50:11.427 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-02T14:50:11.443 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-02T14:50:11.643 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-02T14:50:11.699 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-02T14:50:12.083 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-02T14:50:12.131 INFO:teuthology.orchestra.run.smithi176.stdout: Upgrading : librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 7/34 2024-04-02T14:50:12.250 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 7/34 2024-04-02T14:50:12.343 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-rados-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 8/34 2024-04-02T14:50:12.374 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 9/34 2024-04-02T14:50:12.428 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 9/34 2024-04-02T14:50:12.456 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-02T14:50:12.500 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-ceph-argparse-2:19.0.0-2592.g3f3f3ed9.el9. 11/34 2024-04-02T14:50:12.568 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-cephfs-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 12/34 2024-04-02T14:50:12.593 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libradosstriper1-2:19.0.0-2592.g3f3f3ed9.el9.x86_6 13/34 2024-04-02T14:50:12.639 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2592.g3f3f3ed9.el9.x86_6 13/34 2024-04-02T14:50:12.674 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-02T14:50:12.782 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-02T14:50:12.817 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-02T14:50:12.858 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-02T14:50:12.890 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-02T14:50:12.919 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-02T14:50:12.952 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-02T14:50:13.009 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 29/34 2024-04-02T14:50:13.046 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 29/34 2024-04-02T14:50:13.264 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-02T14:50:13.368 INFO:teuthology.orchestra.run.smithi176.stdout: Upgrading : librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 22/34 2024-04-02T14:50:13.371 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 22/34 2024-04-02T14:50:13.403 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-rbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 23/34 2024-04-02T14:50:13.442 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-02T14:50:13.608 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 29/34 2024-04-02T14:50:13.676 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 30/34 2024-04-02T14:50:13.764 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 30/34 2024-04-02T14:50:13.764 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-02T14:50:13.765 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-02T14:50:13.765 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:50:13.800 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-selinux-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 31/34 2024-04-02T14:50:13.900 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-02T14:50:13.934 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : librgw2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 26/34 2024-04-02T14:50:14.005 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: librgw2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 26/34 2024-04-02T14:50:14.090 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-rgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 27/34 2024-04-02T14:50:14.129 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x8 28/34 2024-04-02T14:50:16.381 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 29/34 2024-04-02T14:50:16.416 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 29/34 2024-04-02T14:50:16.973 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 29/34 2024-04-02T14:50:17.012 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 30/34 2024-04-02T14:50:17.103 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 30/34 2024-04-02T14:50:17.103 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-02T14:50:17.104 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-02T14:50:17.104 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:50:17.138 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-selinux-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 31/34 2024-04-02T14:50:23.583 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 31/34 2024-04-02T14:50:23.584 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /sys 2024-04-02T14:50:23.584 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /proc 2024-04-02T14:50:23.584 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /mnt 2024-04-02T14:50:23.584 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /var/tmp 2024-04-02T14:50:23.584 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /home 2024-04-02T14:50:23.584 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /root 2024-04-02T14:50:23.584 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /tmp 2024-04-02T14:50:23.584 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:50:24.524 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-radosgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 32/34 2024-04-02T14:50:24.549 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 32/34 2024-04-02T14:50:24.549 INFO:teuthology.orchestra.run.smithi161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:50:24.549 INFO:teuthology.orchestra.run.smithi161.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-02T14:50:24.549 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-02T14:50:24.549 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-02T14:50:24.550 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:50:24.551 INFO:teuthology.orchestra.run.smithi161.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-02T14:50:24.618 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-02T14:50:24.618 INFO:teuthology.orchestra.run.smithi161.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-02T14:50:25.735 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-02T14:50:25.735 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/34 2024-04-02T14:50:25.735 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/34 2024-04-02T14:50:25.735 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-radosgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 3/34 2024-04-02T14:50:25.735 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-selinux-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 4/34 2024-04-02T14:50:25.735 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 5/34 2024-04-02T14:50:25.736 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libradosstriper1-2:19.0.0-2592.g3f3f3ed9.el9.x86_6 6/34 2024-04-02T14:50:25.736 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librgw2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 7/34 2024-04-02T14:50:25.736 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2592.g3f3f3ed9.el9. 8/34 2024-04-02T14:50:25.736 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x8 9/34 2024-04-02T14:50:25.736 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-cephfs-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 10/34 2024-04-02T14:50:25.736 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-rados-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 11/34 2024-04-02T14:50:25.736 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-rbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 12/34 2024-04-02T14:50:25.736 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-rgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 13/34 2024-04-02T14:50:25.736 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-02T14:50:25.736 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-02T14:50:25.736 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-02T14:50:25.736 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-02T14:50:25.736 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-02T14:50:25.737 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-02T14:50:25.737 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-02T14:50:25.737 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-02T14:50:25.737 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-02T14:50:25.737 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-02T14:50:25.737 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-02T14:50:25.737 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-02T14:50:25.737 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-02T14:50:25.737 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-02T14:50:25.738 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-02T14:50:25.738 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-02T14:50:25.738 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-02T14:50:25.738 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 31/34 2024-04-02T14:50:25.738 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-02T14:50:25.738 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 33/34 2024-04-02T14:50:26.722 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 31/34 2024-04-02T14:50:26.722 INFO:teuthology.orchestra.run.smithi176.stdout:skipping the directory /sys 2024-04-02T14:50:26.722 INFO:teuthology.orchestra.run.smithi176.stdout:skipping the directory /proc 2024-04-02T14:50:26.722 INFO:teuthology.orchestra.run.smithi176.stdout:skipping the directory /mnt 2024-04-02T14:50:26.722 INFO:teuthology.orchestra.run.smithi176.stdout:skipping the directory /var/tmp 2024-04-02T14:50:26.722 INFO:teuthology.orchestra.run.smithi176.stdout:skipping the directory /home 2024-04-02T14:50:26.722 INFO:teuthology.orchestra.run.smithi176.stdout:skipping the directory /root 2024-04-02T14:50:26.722 INFO:teuthology.orchestra.run.smithi176.stdout:skipping the directory /tmp 2024-04-02T14:50:26.723 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:50:26.789 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-02T14:50:26.789 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:50:26.789 INFO:teuthology.orchestra.run.smithi161.stdout:Upgraded: 2024-04-02T14:50:26.789 INFO:teuthology.orchestra.run.smithi161.stdout: librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:26.789 INFO:teuthology.orchestra.run.smithi161.stdout: librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:26.789 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-04-02T14:50:26.789 INFO:teuthology.orchestra.run.smithi161.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-02T14:50:26.789 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:26.789 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:26.789 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-radosgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:26.789 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-selinux-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:26.790 INFO:teuthology.orchestra.run.smithi161.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-02T14:50:26.790 INFO:teuthology.orchestra.run.smithi161.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-02T14:50:26.790 INFO:teuthology.orchestra.run.smithi161.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-02T14:50:26.790 INFO:teuthology.orchestra.run.smithi161.stdout: libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:26.790 INFO:teuthology.orchestra.run.smithi161.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-02T14:50:26.790 INFO:teuthology.orchestra.run.smithi161.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-02T14:50:26.790 INFO:teuthology.orchestra.run.smithi161.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-02T14:50:26.790 INFO:teuthology.orchestra.run.smithi161.stdout: libradosstriper1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:26.790 INFO:teuthology.orchestra.run.smithi161.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-02T14:50:26.790 INFO:teuthology.orchestra.run.smithi161.stdout: librgw2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:26.790 INFO:teuthology.orchestra.run.smithi161.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-02T14:50:26.790 INFO:teuthology.orchestra.run.smithi161.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-02T14:50:26.790 INFO:teuthology.orchestra.run.smithi161.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-02T14:50:26.790 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ceph-argparse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:26.791 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:26.791 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cephfs-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:26.791 INFO:teuthology.orchestra.run.smithi161.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-02T14:50:26.791 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rados-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:26.791 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:26.791 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:26.791 INFO:teuthology.orchestra.run.smithi161.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-02T14:50:26.791 INFO:teuthology.orchestra.run.smithi161.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-02T14:50:26.791 INFO:teuthology.orchestra.run.smithi161.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-02T14:50:26.791 INFO:teuthology.orchestra.run.smithi161.stdout: re2-1:20211101-3.el9.x86_64 2024-04-02T14:50:26.791 INFO:teuthology.orchestra.run.smithi161.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-02T14:50:26.791 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:50:26.791 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-04-02T14:50:27.133 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-test 2024-04-02T14:50:27.665 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-radosgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 32/34 2024-04-02T14:50:27.690 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 32/34 2024-04-02T14:50:27.690 INFO:teuthology.orchestra.run.smithi176.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:50:27.690 INFO:teuthology.orchestra.run.smithi176.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-02T14:50:27.690 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-02T14:50:27.690 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-02T14:50:27.690 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:50:27.692 INFO:teuthology.orchestra.run.smithi176.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-02T14:50:27.700 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:00:27 ago on Tue 02 Apr 2024 02:50:00 PM UTC. 2024-04-02T14:50:27.777 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-02T14:50:27.777 INFO:teuthology.orchestra.run.smithi176.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-02T14:50:27.852 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-04-02T14:50:27.852 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:50:27.853 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2024-04-02T14:50:27.853 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:50:27.853 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-04-02T14:50:27.853 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-test x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 48 M 2024-04-02T14:50:27.853 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2024-04-02T14:50:27.853 INFO:teuthology.orchestra.run.smithi161.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-02T14:50:27.853 INFO:teuthology.orchestra.run.smithi161.stdout: libcephsqlite x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 163 k 2024-04-02T14:50:27.853 INFO:teuthology.orchestra.run.smithi161.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-04-02T14:50:27.853 INFO:teuthology.orchestra.run.smithi161.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-04-02T14:50:27.853 INFO:teuthology.orchestra.run.smithi161.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-04-02T14:50:27.853 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:50:27.853 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-04-02T14:50:27.853 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:50:27.854 INFO:teuthology.orchestra.run.smithi161.stdout:Install 6 Packages 2024-04-02T14:50:27.854 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:50:27.854 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 49 M 2024-04-02T14:50:27.854 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 206 M 2024-04-02T14:50:27.854 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-04-02T14:50:28.128 INFO:teuthology.orchestra.run.smithi161.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.0 MB/s | 217 kB 00:00 2024-04-02T14:50:28.170 INFO:teuthology.orchestra.run.smithi161.stdout:(2/6): libcephsqlite-19.0.0-2592.g3f3f3ed9.el9. 632 kB/s | 163 kB 00:00 2024-04-02T14:50:28.204 INFO:teuthology.orchestra.run.smithi161.stdout:(3/6): socat-1.7.4.1-5.el9.x86_64.rpm 3.9 MB/s | 300 kB 00:00 2024-04-02T14:50:28.220 INFO:teuthology.orchestra.run.smithi161.stdout:(4/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.2 MB/s | 63 kB 00:00 2024-04-02T14:50:28.371 INFO:teuthology.orchestra.run.smithi161.stdout:(5/6): jq-1.6-16.el9.x86_64.rpm 1.1 MB/s | 187 kB 00:00 2024-04-02T14:50:28.928 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-02T14:50:28.929 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/34 2024-04-02T14:50:28.929 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/34 2024-04-02T14:50:28.929 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-radosgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 3/34 2024-04-02T14:50:28.929 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-selinux-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 4/34 2024-04-02T14:50:28.929 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 5/34 2024-04-02T14:50:28.929 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libradosstriper1-2:19.0.0-2592.g3f3f3ed9.el9.x86_6 6/34 2024-04-02T14:50:28.929 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : librgw2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 7/34 2024-04-02T14:50:28.929 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2592.g3f3f3ed9.el9. 8/34 2024-04-02T14:50:28.929 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x8 9/34 2024-04-02T14:50:28.929 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-cephfs-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 10/34 2024-04-02T14:50:28.929 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-rados-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 11/34 2024-04-02T14:50:28.929 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-rbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 12/34 2024-04-02T14:50:28.930 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-rgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 13/34 2024-04-02T14:50:28.930 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-02T14:50:28.930 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-02T14:50:28.930 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-02T14:50:28.930 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-02T14:50:28.930 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-02T14:50:28.930 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-02T14:50:28.930 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-02T14:50:28.930 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-02T14:50:28.930 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-02T14:50:28.930 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-02T14:50:28.930 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-02T14:50:28.930 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-02T14:50:28.931 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-02T14:50:28.931 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-02T14:50:28.931 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-02T14:50:28.931 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-02T14:50:28.931 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-02T14:50:28.931 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 31/34 2024-04-02T14:50:28.931 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-02T14:50:28.931 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 33/34 2024-04-02T14:50:29.993 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-02T14:50:29.993 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:50:29.993 INFO:teuthology.orchestra.run.smithi176.stdout:Upgraded: 2024-04-02T14:50:29.993 INFO:teuthology.orchestra.run.smithi176.stdout: librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:29.993 INFO:teuthology.orchestra.run.smithi176.stdout: librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:29.993 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-04-02T14:50:29.993 INFO:teuthology.orchestra.run.smithi176.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-02T14:50:29.993 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:29.993 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:29.994 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-radosgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:29.994 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-selinux-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:29.994 INFO:teuthology.orchestra.run.smithi176.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-02T14:50:29.994 INFO:teuthology.orchestra.run.smithi176.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-02T14:50:29.994 INFO:teuthology.orchestra.run.smithi176.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-02T14:50:29.994 INFO:teuthology.orchestra.run.smithi176.stdout: libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:29.994 INFO:teuthology.orchestra.run.smithi176.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-02T14:50:29.994 INFO:teuthology.orchestra.run.smithi176.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-02T14:50:29.994 INFO:teuthology.orchestra.run.smithi176.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-02T14:50:29.994 INFO:teuthology.orchestra.run.smithi176.stdout: libradosstriper1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:29.994 INFO:teuthology.orchestra.run.smithi176.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-02T14:50:29.994 INFO:teuthology.orchestra.run.smithi176.stdout: librgw2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:29.994 INFO:teuthology.orchestra.run.smithi176.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-02T14:50:29.994 INFO:teuthology.orchestra.run.smithi176.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-02T14:50:29.995 INFO:teuthology.orchestra.run.smithi176.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-02T14:50:29.995 INFO:teuthology.orchestra.run.smithi176.stdout: python3-ceph-argparse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:29.995 INFO:teuthology.orchestra.run.smithi176.stdout: python3-ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:29.995 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cephfs-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:29.995 INFO:teuthology.orchestra.run.smithi176.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-02T14:50:29.995 INFO:teuthology.orchestra.run.smithi176.stdout: python3-rados-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:29.995 INFO:teuthology.orchestra.run.smithi176.stdout: python3-rbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:29.995 INFO:teuthology.orchestra.run.smithi176.stdout: python3-rgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:29.995 INFO:teuthology.orchestra.run.smithi176.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-02T14:50:29.995 INFO:teuthology.orchestra.run.smithi176.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-02T14:50:29.995 INFO:teuthology.orchestra.run.smithi176.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-02T14:50:29.995 INFO:teuthology.orchestra.run.smithi176.stdout: re2-1:20211101-3.el9.x86_64 2024-04-02T14:50:29.995 INFO:teuthology.orchestra.run.smithi176.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-02T14:50:29.995 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:50:29.995 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-04-02T14:50:30.336 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph-test 2024-04-02T14:50:30.892 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:00:28 ago on Tue 02 Apr 2024 02:50:02 PM UTC. 2024-04-02T14:50:31.041 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-04-02T14:50:31.041 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:50:31.041 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2024-04-02T14:50:31.042 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:50:31.042 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-04-02T14:50:31.042 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-test x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 48 M 2024-04-02T14:50:31.042 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2024-04-02T14:50:31.042 INFO:teuthology.orchestra.run.smithi176.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-02T14:50:31.042 INFO:teuthology.orchestra.run.smithi176.stdout: libcephsqlite x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 163 k 2024-04-02T14:50:31.042 INFO:teuthology.orchestra.run.smithi176.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-04-02T14:50:31.042 INFO:teuthology.orchestra.run.smithi176.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-04-02T14:50:31.042 INFO:teuthology.orchestra.run.smithi176.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-04-02T14:50:31.042 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:50:31.042 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-04-02T14:50:31.042 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:50:31.043 INFO:teuthology.orchestra.run.smithi176.stdout:Install 6 Packages 2024-04-02T14:50:31.043 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:50:31.043 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 49 M 2024-04-02T14:50:31.043 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 206 M 2024-04-02T14:50:31.043 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-04-02T14:50:31.406 INFO:teuthology.orchestra.run.smithi176.stdout:(1/6): libcephsqlite-19.0.0-2592.g3f3f3ed9.el9. 619 kB/s | 163 kB 00:00 2024-04-02T14:50:31.431 INFO:teuthology.orchestra.run.smithi176.stdout:(2/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 751 kB/s | 217 kB 00:00 2024-04-02T14:50:31.521 INFO:teuthology.orchestra.run.smithi161.stdout:(6/6): ceph-test-19.0.0-2592.g3f3f3ed9.el9.x86_ 13 MB/s | 48 MB 00:03 2024-04-02T14:50:31.524 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:50:31.524 INFO:teuthology.orchestra.run.smithi161.stdout:Total 13 MB/s | 49 MB 00:03 2024-04-02T14:50:31.539 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-04-02T14:50:31.561 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-04-02T14:50:31.561 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-04-02T14:50:31.573 INFO:teuthology.orchestra.run.smithi176.stdout:(3/6): socat-1.7.4.1-5.el9.x86_64.rpm 1.8 MB/s | 300 kB 00:00 2024-04-02T14:50:31.606 INFO:teuthology.orchestra.run.smithi176.stdout:(4/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 357 kB/s | 63 kB 00:00 2024-04-02T14:50:31.723 INFO:teuthology.orchestra.run.smithi176.stdout:(5/6): jq-1.6-16.el9.x86_64.rpm 1.2 MB/s | 187 kB 00:00 2024-04-02T14:50:31.956 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-04-02T14:50:31.956 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-04-02T14:50:32.548 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-04-02T14:50:32.673 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-02T14:50:32.714 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-02T14:50:32.754 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-02T14:50:32.790 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-02T14:50:32.809 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libcephsqlite-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 5/6 2024-04-02T14:50:37.592 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 5/6 2024-04-02T14:50:37.666 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-test-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 6/6 2024-04-02T14:50:39.962 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-test-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 6/6 2024-04-02T14:50:39.962 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-test-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/6 2024-04-02T14:50:39.962 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libcephsqlite-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/6 2024-04-02T14:50:39.963 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-02T14:50:39.963 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-04-02T14:50:39.963 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-04-02T14:50:40.411 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-04-02T14:50:40.411 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:50:40.411 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-04-02T14:50:40.411 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-test-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:40.411 INFO:teuthology.orchestra.run.smithi161.stdout: jq-1.6-16.el9.x86_64 2024-04-02T14:50:40.411 INFO:teuthology.orchestra.run.smithi161.stdout: libcephsqlite-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:40.411 INFO:teuthology.orchestra.run.smithi161.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-02T14:50:40.412 INFO:teuthology.orchestra.run.smithi161.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-02T14:50:40.412 INFO:teuthology.orchestra.run.smithi161.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-02T14:50:40.412 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:50:40.412 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-04-02T14:50:40.683 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph 2024-04-02T14:50:41.250 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:00:41 ago on Tue 02 Apr 2024 02:50:00 PM UTC. 2024-04-02T14:50:41.403 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-04-02T14:50:41.406 INFO:teuthology.orchestra.run.smithi161.stdout:========================================================================================= 2024-04-02T14:50:41.406 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2024-04-02T14:50:41.406 INFO:teuthology.orchestra.run.smithi161.stdout:========================================================================================= 2024-04-02T14:50:41.406 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-04-02T14:50:41.406 INFO:teuthology.orchestra.run.smithi161.stdout: ceph x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 6.6 k 2024-04-02T14:50:41.406 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2024-04-02T14:50:41.406 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mds x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 2.4 M 2024-04-02T14:50:41.406 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 1.5 M 2024-04-02T14:50:41.406 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 249 k 2024-04-02T14:50:41.406 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mon x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 4.7 M 2024-04-02T14:50:41.406 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-osd x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 17 M 2024-04-02T14:50:41.406 INFO:teuthology.orchestra.run.smithi161.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-04-02T14:50:41.407 INFO:teuthology.orchestra.run.smithi161.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-02T14:50:41.407 INFO:teuthology.orchestra.run.smithi161.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-02T14:50:41.407 INFO:teuthology.orchestra.run.smithi161.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-02T14:50:41.407 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-04-02T14:50:41.407 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-02T14:50:41.407 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-02T14:50:41.407 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-04-02T14:50:41.407 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-02T14:50:41.407 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-02T14:50:41.407 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-04-02T14:50:41.407 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-02T14:50:41.407 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-02T14:50:41.407 INFO:teuthology.orchestra.run.smithi161.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-02T14:50:41.407 INFO:teuthology.orchestra.run.smithi161.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-04-02T14:50:41.407 INFO:teuthology.orchestra.run.smithi161.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-04-02T14:50:41.408 INFO:teuthology.orchestra.run.smithi161.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-02T14:50:41.408 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-02T14:50:41.408 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-04-02T14:50:41.408 INFO:teuthology.orchestra.run.smithi161.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-02T14:50:41.408 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-02T14:50:41.408 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-04-02T14:50:41.408 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-04-02T14:50:41.408 INFO:teuthology.orchestra.run.smithi161.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-02T14:50:41.408 INFO:teuthology.orchestra.run.smithi161.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-02T14:50:41.408 INFO:teuthology.orchestra.run.smithi161.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-04-02T14:50:41.408 INFO:teuthology.orchestra.run.smithi161.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-04-02T14:50:41.408 INFO:teuthology.orchestra.run.smithi161.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-02T14:50:41.408 INFO:teuthology.orchestra.run.smithi161.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-02T14:50:41.409 INFO:teuthology.orchestra.run.smithi161.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-02T14:50:41.409 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:50:41.409 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-04-02T14:50:41.409 INFO:teuthology.orchestra.run.smithi161.stdout:========================================================================================= 2024-04-02T14:50:41.409 INFO:teuthology.orchestra.run.smithi161.stdout:Install 36 Packages 2024-04-02T14:50:41.409 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:50:41.409 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 30 M 2024-04-02T14:50:41.409 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 108 M 2024-04-02T14:50:41.410 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-04-02T14:50:42.275 INFO:teuthology.orchestra.run.smithi161.stdout:(1/36): ceph-19.0.0-2592.g3f3f3ed9.el9.x86_64.r 37 kB/s | 6.6 kB 00:00 2024-04-02T14:50:42.517 INFO:teuthology.orchestra.run.smithi161.stdout:(2/36): ceph-mds-19.0.0-2592.g3f3f3ed9.el9.x86_ 5.6 MB/s | 2.4 MB 00:00 2024-04-02T14:50:42.684 INFO:teuthology.orchestra.run.smithi161.stdout:(3/36): ceph-mgr-19.0.0-2592.g3f3f3ed9.el9.x86_ 2.6 MB/s | 1.5 MB 00:00 2024-04-02T14:50:42.784 INFO:teuthology.orchestra.run.smithi161.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2592.g3f3f 2.4 MB/s | 249 kB 00:00 2024-04-02T14:50:42.934 INFO:teuthology.orchestra.run.smithi161.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.2 MB/s | 187 kB 00:00 2024-04-02T14:50:42.976 INFO:teuthology.orchestra.run.smithi161.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 144 kB 00:00 2024-04-02T14:50:43.009 INFO:teuthology.orchestra.run.smithi161.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 949 kB/s | 32 kB 00:00 2024-04-02T14:50:43.043 INFO:teuthology.orchestra.run.smithi161.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.4 MB/s | 47 kB 00:00 2024-04-02T14:50:43.085 INFO:teuthology.orchestra.run.smithi161.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 931 kB/s | 39 kB 00:00 2024-04-02T14:50:43.127 INFO:teuthology.orchestra.run.smithi161.stdout:(10/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.7 MB/s | 241 kB 00:00 2024-04-02T14:50:43.202 INFO:teuthology.orchestra.run.smithi161.stdout:(11/36): python3-cryptography-36.0.1-4.el9.x86_ 15 MB/s | 1.1 MB 00:00 2024-04-02T14:50:43.236 INFO:teuthology.orchestra.run.smithi161.stdout:(12/36): python3-ply-3.11-14.el9.noarch.rpm 3.0 MB/s | 103 kB 00:00 2024-04-02T14:50:43.270 INFO:teuthology.orchestra.run.smithi161.stdout:(13/36): python3-pycparser-2.20-6.el9.noarch.rp 3.6 MB/s | 124 kB 00:00 2024-04-02T14:50:43.303 INFO:teuthology.orchestra.run.smithi161.stdout:(14/36): python3-urllib3-1.26.5-5.el9.noarch.rp 5.5 MB/s | 187 kB 00:00 2024-04-02T14:50:43.387 INFO:teuthology.orchestra.run.smithi161.stdout:(15/36): ceph-mon-19.0.0-2592.g3f3f3ed9.el9.x86 4.2 MB/s | 4.7 MB 00:01 2024-04-02T14:50:43.554 INFO:teuthology.orchestra.run.smithi161.stdout:(16/36): ceph-osd-19.0.0-2592.g3f3f3ed9.el9.x86 16 MB/s | 17 MB 00:01 2024-04-02T14:50:43.579 INFO:teuthology.orchestra.run.smithi161.stdout:(17/36): python3-requests-2.25.1-8.el9.noarch.r 453 kB/s | 125 kB 00:00 2024-04-02T14:50:43.605 INFO:teuthology.orchestra.run.smithi161.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 103 kB/s | 22 kB 00:00 2024-04-02T14:50:43.997 INFO:teuthology.orchestra.run.smithi161.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 104 kB/s | 43 kB 00:00 2024-04-02T14:50:44.121 INFO:teuthology.orchestra.run.smithi161.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 266 kB/s | 151 kB 00:00 2024-04-02T14:50:44.163 INFO:teuthology.orchestra.run.smithi161.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 307 kB/s | 172 kB 00:00 2024-04-02T14:50:44.214 INFO:teuthology.orchestra.run.smithi161.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 116 kB/s | 11 kB 00:00 2024-04-02T14:50:44.256 INFO:teuthology.orchestra.run.smithi161.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 192 kB/s | 18 kB 00:00 2024-04-02T14:50:44.314 INFO:teuthology.orchestra.run.smithi161.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 231 kB/s | 23 kB 00:00 2024-04-02T14:50:44.365 INFO:teuthology.orchestra.run.smithi161.stdout:(25/36): python3-cherrypy-18.6.1-2.el9.noarch.r 974 kB/s | 358 kB 00:00 2024-04-02T14:50:44.390 INFO:teuthology.orchestra.run.smithi161.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 145 kB/s | 19 kB 00:00 2024-04-02T14:50:44.424 INFO:teuthology.orchestra.run.smithi161.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 180 kB/s | 20 kB 00:00 2024-04-02T14:50:44.466 INFO:teuthology.orchestra.run.smithi161.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 460 kB/s | 46 kB 00:00 2024-04-02T14:50:44.507 INFO:teuthology.orchestra.run.smithi161.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 673 kB/s | 79 kB 00:00 2024-04-02T14:50:44.566 INFO:teuthology.orchestra.run.smithi161.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 164 kB/s | 16 kB 00:00 2024-04-02T14:50:44.624 INFO:teuthology.orchestra.run.smithi161.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.3 MB/s | 272 kB 00:00 2024-04-02T14:50:44.641 INFO:teuthology.orchestra.run.smithi161.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 673 kB/s | 90 kB 00:00 2024-04-02T14:50:44.666 INFO:teuthology.orchestra.run.smithi161.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 356 kB/s | 36 kB 00:00 2024-04-02T14:50:44.698 INFO:teuthology.orchestra.run.smithi176.stdout:(6/6): ceph-test-19.0.0-2592.g3f3f3ed9.el9.x86_ 3.5 MB/s | 48 MB 00:13 2024-04-02T14:50:44.700 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:50:44.701 INFO:teuthology.orchestra.run.smithi176.stdout:Total 3.6 MB/s | 49 MB 00:13 2024-04-02T14:50:44.716 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-04-02T14:50:44.736 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-04-02T14:50:44.736 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-04-02T14:50:44.759 INFO:teuthology.orchestra.run.smithi161.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.7 MB/s | 230 kB 00:00 2024-04-02T14:50:44.784 INFO:teuthology.orchestra.run.smithi161.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 170 kB/s | 20 kB 00:00 2024-04-02T14:50:44.892 INFO:teuthology.orchestra.run.smithi161.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.7 MB/s | 427 kB 00:00 2024-04-02T14:50:44.897 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:50:44.897 INFO:teuthology.orchestra.run.smithi161.stdout:Total 8.6 MB/s | 30 MB 00:03 2024-04-02T14:50:44.919 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-04-02T14:50:44.958 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-04-02T14:50:44.959 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-04-02T14:50:45.120 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-04-02T14:50:45.121 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-04-02T14:50:45.399 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-04-02T14:50:45.400 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-04-02T14:50:45.704 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-04-02T14:50:45.790 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-02T14:50:45.836 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-02T14:50:45.875 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-02T14:50:45.922 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-02T14:50:45.950 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libcephsqlite-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 5/6 2024-04-02T14:50:46.739 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-04-02T14:50:46.795 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-02T14:50:46.828 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-02T14:50:46.855 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-02T14:50:46.926 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-02T14:50:46.971 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-02T14:50:47.003 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-02T14:50:47.094 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-02T14:50:47.181 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-02T14:50:47.223 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-02T14:50:47.303 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-02T14:50:47.357 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-04-02T14:50:47.395 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-04-02T14:50:47.444 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-04-02T14:50:47.499 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-04-02T14:50:47.685 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-04-02T14:50:47.732 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-04-02T14:50:47.770 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-04-02T14:50:47.805 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-04-02T14:50:47.835 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-04-02T14:50:47.911 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-04-02T14:50:47.946 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-02T14:50:47.979 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-04-02T14:50:48.019 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-04-02T14:50:48.063 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-04-02T14:50:48.097 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-04-02T14:50:48.186 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-04-02T14:50:48.229 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-04-02T14:50:48.300 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-04-02T14:50:48.437 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-04-02T14:50:48.554 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-02T14:50:48.713 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2592.g3f3f3ed9.el9. 31/36 2024-04-02T14:50:48.750 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 32/36 2024-04-02T14:50:48.775 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 32/36 2024-04-02T14:50:48.775 INFO:teuthology.orchestra.run.smithi161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:50:48.775 INFO:teuthology.orchestra.run.smithi161.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-02T14:50:48.775 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-02T14:50:48.775 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-02T14:50:48.776 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:50:50.218 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-osd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 33/36 2024-04-02T14:50:50.244 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-osd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 33/36 2024-04-02T14:50:50.244 INFO:teuthology.orchestra.run.smithi161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:50:50.244 INFO:teuthology.orchestra.run.smithi161.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-02T14:50:50.244 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-02T14:50:50.244 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-02T14:50:50.244 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:50:50.432 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 5/6 2024-04-02T14:50:50.516 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-test-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 6/6 2024-04-02T14:50:50.693 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mon-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 34/36 2024-04-02T14:50:50.716 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-mon-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 34/36 2024-04-02T14:50:50.716 INFO:teuthology.orchestra.run.smithi161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:50:50.716 INFO:teuthology.orchestra.run.smithi161.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-02T14:50:50.716 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-02T14:50:50.716 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-02T14:50:50.716 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:50:50.944 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mds-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 35/36 2024-04-02T14:50:50.967 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-mds-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 35/36 2024-04-02T14:50:50.967 INFO:teuthology.orchestra.run.smithi161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:50:50.967 INFO:teuthology.orchestra.run.smithi161.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-02T14:50:50.967 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-02T14:50:50.967 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-02T14:50:50.967 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:50:51.032 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 36/36 2024-04-02T14:50:52.823 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 36/36 2024-04-02T14:50:52.823 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/36 2024-04-02T14:50:52.823 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mds-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/36 2024-04-02T14:50:52.823 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 3/36 2024-04-02T14:50:52.823 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mon-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 4/36 2024-04-02T14:50:52.823 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-osd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 5/36 2024-04-02T14:50:52.823 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2592.g3f3f3ed9.el9. 6/36 2024-04-02T14:50:52.823 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-04-02T14:50:52.823 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-04-02T14:50:52.823 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-04-02T14:50:52.823 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-04-02T14:50:52.824 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-02T14:50:52.824 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-04-02T14:50:52.824 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-04-02T14:50:52.824 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-04-02T14:50:52.824 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-04-02T14:50:52.824 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-04-02T14:50:52.824 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-04-02T14:50:52.824 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-02T14:50:52.824 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-02T14:50:52.824 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-02T14:50:52.824 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-02T14:50:52.824 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-02T14:50:52.824 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-02T14:50:52.824 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-02T14:50:52.825 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-02T14:50:52.825 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-02T14:50:52.825 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-02T14:50:52.825 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-02T14:50:52.826 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-02T14:50:52.826 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-02T14:50:52.826 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-02T14:50:52.826 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-02T14:50:52.826 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-02T14:50:52.826 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-02T14:50:52.826 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-02T14:50:52.961 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-test-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 6/6 2024-04-02T14:50:52.961 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-test-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/6 2024-04-02T14:50:52.961 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libcephsqlite-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/6 2024-04-02T14:50:52.961 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-02T14:50:52.961 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-04-02T14:50:52.961 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-04-02T14:50:53.332 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-04-02T14:50:53.333 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:50:53.333 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-04-02T14:50:53.333 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-test-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:53.333 INFO:teuthology.orchestra.run.smithi176.stdout: jq-1.6-16.el9.x86_64 2024-04-02T14:50:53.333 INFO:teuthology.orchestra.run.smithi176.stdout: libcephsqlite-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:53.333 INFO:teuthology.orchestra.run.smithi176.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-02T14:50:53.333 INFO:teuthology.orchestra.run.smithi176.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-02T14:50:53.333 INFO:teuthology.orchestra.run.smithi176.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-02T14:50:53.333 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:50:53.333 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-04-02T14:50:53.661 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph 2024-04-02T14:50:53.895 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-02T14:50:53.895 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:50:53.895 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-04-02T14:50:53.895 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:53.895 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mds-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:53.895 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:53.895 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-modules-core-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:50:53.896 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mon-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:53.896 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-osd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:53.896 INFO:teuthology.orchestra.run.smithi161.stdout: lua-5.4.4-4.el9.x86_64 2024-04-02T14:50:53.896 INFO:teuthology.orchestra.run.smithi161.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-02T14:50:53.896 INFO:teuthology.orchestra.run.smithi161.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-02T14:50:53.896 INFO:teuthology.orchestra.run.smithi161.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-02T14:50:53.896 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-02T14:50:53.896 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-02T14:50:53.896 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-02T14:50:53.896 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-02T14:50:53.896 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-02T14:50:53.896 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-02T14:50:53.896 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-02T14:50:53.896 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-02T14:50:53.896 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-02T14:50:53.897 INFO:teuthology.orchestra.run.smithi161.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-02T14:50:53.897 INFO:teuthology.orchestra.run.smithi161.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-02T14:50:53.897 INFO:teuthology.orchestra.run.smithi161.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-02T14:50:53.897 INFO:teuthology.orchestra.run.smithi161.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-02T14:50:53.897 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-02T14:50:53.897 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ply-3.11-14.el9.noarch 2024-04-02T14:50:53.897 INFO:teuthology.orchestra.run.smithi161.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-02T14:50:53.897 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-02T14:50:53.897 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-02T14:50:53.897 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-02T14:50:53.897 INFO:teuthology.orchestra.run.smithi161.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-02T14:50:53.897 INFO:teuthology.orchestra.run.smithi161.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-02T14:50:53.898 INFO:teuthology.orchestra.run.smithi161.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-02T14:50:53.898 INFO:teuthology.orchestra.run.smithi161.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-02T14:50:53.898 INFO:teuthology.orchestra.run.smithi161.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-02T14:50:53.898 INFO:teuthology.orchestra.run.smithi161.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-02T14:50:53.898 INFO:teuthology.orchestra.run.smithi161.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-02T14:50:53.898 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:50:53.898 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-04-02T14:50:54.241 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:00:52 ago on Tue 02 Apr 2024 02:50:02 PM UTC. 2024-04-02T14:50:54.245 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-base 2024-04-02T14:50:54.398 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-04-02T14:50:54.401 INFO:teuthology.orchestra.run.smithi176.stdout:========================================================================================= 2024-04-02T14:50:54.401 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2024-04-02T14:50:54.401 INFO:teuthology.orchestra.run.smithi176.stdout:========================================================================================= 2024-04-02T14:50:54.401 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-04-02T14:50:54.401 INFO:teuthology.orchestra.run.smithi176.stdout: ceph x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 6.6 k 2024-04-02T14:50:54.401 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2024-04-02T14:50:54.401 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mds x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 2.4 M 2024-04-02T14:50:54.401 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 1.5 M 2024-04-02T14:50:54.401 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 249 k 2024-04-02T14:50:54.402 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mon x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 4.7 M 2024-04-02T14:50:54.402 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-osd x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 17 M 2024-04-02T14:50:54.402 INFO:teuthology.orchestra.run.smithi176.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-04-02T14:50:54.402 INFO:teuthology.orchestra.run.smithi176.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-02T14:50:54.402 INFO:teuthology.orchestra.run.smithi176.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-02T14:50:54.402 INFO:teuthology.orchestra.run.smithi176.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-02T14:50:54.402 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-04-02T14:50:54.402 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-02T14:50:54.402 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-02T14:50:54.402 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-04-02T14:50:54.402 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-02T14:50:54.402 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-02T14:50:54.402 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-04-02T14:50:54.402 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-02T14:50:54.403 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-02T14:50:54.403 INFO:teuthology.orchestra.run.smithi176.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-02T14:50:54.403 INFO:teuthology.orchestra.run.smithi176.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-04-02T14:50:54.403 INFO:teuthology.orchestra.run.smithi176.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-04-02T14:50:54.403 INFO:teuthology.orchestra.run.smithi176.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-02T14:50:54.403 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-02T14:50:54.403 INFO:teuthology.orchestra.run.smithi176.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-04-02T14:50:54.403 INFO:teuthology.orchestra.run.smithi176.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-02T14:50:54.403 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-02T14:50:54.403 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-04-02T14:50:54.403 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-04-02T14:50:54.403 INFO:teuthology.orchestra.run.smithi176.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-02T14:50:54.403 INFO:teuthology.orchestra.run.smithi176.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-02T14:50:54.403 INFO:teuthology.orchestra.run.smithi176.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-04-02T14:50:54.403 INFO:teuthology.orchestra.run.smithi176.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-04-02T14:50:54.404 INFO:teuthology.orchestra.run.smithi176.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-02T14:50:54.404 INFO:teuthology.orchestra.run.smithi176.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-02T14:50:54.404 INFO:teuthology.orchestra.run.smithi176.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-02T14:50:54.404 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:50:54.404 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-04-02T14:50:54.404 INFO:teuthology.orchestra.run.smithi176.stdout:========================================================================================= 2024-04-02T14:50:54.404 INFO:teuthology.orchestra.run.smithi176.stdout:Install 36 Packages 2024-04-02T14:50:54.404 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:50:54.405 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 30 M 2024-04-02T14:50:54.405 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 108 M 2024-04-02T14:50:54.405 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-04-02T14:50:54.724 INFO:teuthology.orchestra.run.smithi176.stdout:(1/36): ceph-19.0.0-2592.g3f3f3ed9.el9.x86_64.r 41 kB/s | 6.6 kB 00:00 2024-04-02T14:50:54.812 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:00:54 ago on Tue 02 Apr 2024 02:50:00 PM UTC. 2024-04-02T14:50:54.911 INFO:teuthology.orchestra.run.smithi161.stdout:Package ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:50:54.958 INFO:teuthology.orchestra.run.smithi176.stdout:(2/36): ceph-mds-19.0.0-2592.g3f3f3ed9.el9.x86_ 6.0 MB/s | 2.4 MB 00:00 2024-04-02T14:50:54.963 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-04-02T14:50:54.964 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2024-04-02T14:50:54.964 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-04-02T14:50:55.028 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install cephadm 2024-04-02T14:50:55.275 INFO:teuthology.orchestra.run.smithi176.stdout:(3/36): ceph-mon-19.0.0-2592.g3f3f3ed9.el9.x86_ 8.5 MB/s | 4.7 MB 00:00 2024-04-02T14:50:55.375 INFO:teuthology.orchestra.run.smithi176.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2592.g3f3f 2.4 MB/s | 249 kB 00:00 2024-04-02T14:50:55.492 INFO:teuthology.orchestra.run.smithi176.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.6 MB/s | 187 kB 00:00 2024-04-02T14:50:55.534 INFO:teuthology.orchestra.run.smithi176.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 144 kB 00:00 2024-04-02T14:50:55.576 INFO:teuthology.orchestra.run.smithi176.stdout:(7/36): ceph-mgr-19.0.0-2592.g3f3f3ed9.el9.x86_ 1.5 MB/s | 1.5 MB 00:01 2024-04-02T14:50:55.591 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:00:55 ago on Tue 02 Apr 2024 02:50:00 PM UTC. 2024-04-02T14:50:55.601 INFO:teuthology.orchestra.run.smithi176.stdout:(8/36): python3-markupsafe-1.1.1-12.el9.x86_64. 472 kB/s | 32 kB 00:00 2024-04-02T14:50:55.627 INFO:teuthology.orchestra.run.smithi176.stdout:(9/36): python3-pytz-2021.1-5.el9.noarch.rpm 943 kB/s | 47 kB 00:00 2024-04-02T14:50:55.652 INFO:teuthology.orchestra.run.smithi176.stdout:(10/36): python3-toml-0.10.2-6.el9.noarch.rpm 769 kB/s | 39 kB 00:00 2024-04-02T14:50:55.679 INFO:teuthology.orchestra.run.smithi176.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 4.5 MB/s | 241 kB 00:00 2024-04-02T14:50:55.738 INFO:teuthology.orchestra.run.smithi176.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 13 MB/s | 1.1 MB 00:00 2024-04-02T14:50:55.741 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-04-02T14:50:55.742 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:50:55.742 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2024-04-02T14:50:55.742 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:50:55.742 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-04-02T14:50:55.742 INFO:teuthology.orchestra.run.smithi161.stdout: cephadm noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 762 k 2024-04-02T14:50:55.742 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:50:55.742 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-04-02T14:50:55.742 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:50:55.742 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2024-04-02T14:50:55.743 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:50:55.743 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 762 k 2024-04-02T14:50:55.743 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 769 k 2024-04-02T14:50:55.743 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-04-02T14:50:55.763 INFO:teuthology.orchestra.run.smithi176.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 1.2 MB/s | 103 kB 00:00 2024-04-02T14:50:55.788 INFO:teuthology.orchestra.run.smithi176.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.4 MB/s | 124 kB 00:00 2024-04-02T14:50:55.813 INFO:teuthology.orchestra.run.smithi176.stdout:(15/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.6 MB/s | 187 kB 00:00 2024-04-02T14:50:55.981 INFO:teuthology.orchestra.run.smithi176.stdout:(16/36): ceph-osd-19.0.0-2592.g3f3f3ed9.el9.x86 16 MB/s | 17 MB 00:01 2024-04-02T14:50:56.057 INFO:teuthology.orchestra.run.smithi161.stdout:cephadm-19.0.0-2592.g3f3f3ed9.el9.noarch.rpm 2.4 MB/s | 762 kB 00:00 2024-04-02T14:50:56.058 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:50:56.058 INFO:teuthology.orchestra.run.smithi161.stdout:Total 2.4 MB/s | 762 kB 00:00 2024-04-02T14:50:56.058 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-04-02T14:50:56.063 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-04-02T14:50:56.063 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-04-02T14:50:56.069 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-04-02T14:50:56.069 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-04-02T14:50:56.146 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-04-02T14:50:56.314 INFO:teuthology.orchestra.run.smithi176.stdout:(17/36): luarocks-3.9.2-1.el9.noarch.rpm 454 kB/s | 151 kB 00:00 2024-04-02T14:50:56.381 INFO:teuthology.orchestra.run.smithi176.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 652 kB/s | 43 kB 00:00 2024-04-02T14:50:56.473 INFO:teuthology.orchestra.run.smithi176.stdout:(19/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.8 MB/s | 172 kB 00:00 2024-04-02T14:50:56.490 INFO:teuthology.orchestra.run.smithi176.stdout:(20/36): lua-devel-5.4.4-4.el9.x86_64.rpm 33 kB/s | 22 kB 00:00 2024-04-02T14:50:56.588 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/1 2024-04-02T14:50:56.623 INFO:teuthology.orchestra.run.smithi176.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.3 MB/s | 358 kB 00:00 2024-04-02T14:50:56.666 INFO:teuthology.orchestra.run.smithi176.stdout:(22/36): python3-requests-2.25.1-8.el9.noarch.r 142 kB/s | 125 kB 00:00 2024-04-02T14:50:56.670 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/1 2024-04-02T14:50:56.699 INFO:teuthology.orchestra.run.smithi176.stdout:(23/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 51 kB/s | 11 kB 00:00 2024-04-02T14:50:56.716 INFO:teuthology.orchestra.run.smithi176.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 193 kB/s | 18 kB 00:00 2024-04-02T14:50:56.774 INFO:teuthology.orchestra.run.smithi176.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 259 kB/s | 19 kB 00:00 2024-04-02T14:50:56.841 INFO:teuthology.orchestra.run.smithi176.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 193 kB/s | 20 kB 00:00 2024-04-02T14:50:56.883 INFO:teuthology.orchestra.run.smithi176.stdout:(27/36): python3-jaraco-collections-3.0.0-8.el9 106 kB/s | 23 kB 00:00 2024-04-02T14:50:56.900 INFO:teuthology.orchestra.run.smithi176.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 369 kB/s | 46 kB 00:00 2024-04-02T14:50:56.926 INFO:teuthology.orchestra.run.smithi176.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 939 kB/s | 79 kB 00:00 2024-04-02T14:50:56.968 INFO:teuthology.orchestra.run.smithi176.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 244 kB/s | 16 kB 00:00 2024-04-02T14:50:57.001 INFO:teuthology.orchestra.run.smithi176.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-04-02T14:50:57.043 INFO:teuthology.orchestra.run.smithi176.stdout:(32/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.7 MB/s | 272 kB 00:00 2024-04-02T14:50:57.061 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/1 2024-04-02T14:50:57.068 INFO:teuthology.orchestra.run.smithi176.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 356 kB/s | 36 kB 00:00 2024-04-02T14:50:57.094 INFO:teuthology.orchestra.run.smithi176.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.4 MB/s | 230 kB 00:00 2024-04-02T14:50:57.144 INFO:teuthology.orchestra.run.smithi176.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 265 kB/s | 20 kB 00:00 2024-04-02T14:50:57.177 INFO:teuthology.orchestra.run.smithi176.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.1 MB/s | 427 kB 00:00 2024-04-02T14:50:57.183 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:50:57.183 INFO:teuthology.orchestra.run.smithi176.stdout:Total 11 MB/s | 30 MB 00:02 2024-04-02T14:50:57.205 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-04-02T14:50:57.243 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-04-02T14:50:57.243 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-04-02T14:50:57.359 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/1 2024-04-02T14:50:57.359 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:50:57.359 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-04-02T14:50:57.359 INFO:teuthology.orchestra.run.smithi161.stdout: cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:50:57.359 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:50:57.359 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-04-02T14:50:57.554 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-immutable-object-cache 2024-04-02T14:50:57.677 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-04-02T14:50:57.678 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-04-02T14:50:58.131 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:00:58 ago on Tue 02 Apr 2024 02:50:00 PM UTC. 2024-04-02T14:50:58.286 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-04-02T14:50:58.287 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:50:58.287 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repo Size 2024-04-02T14:50:58.287 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:50:58.287 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-04-02T14:50:58.287 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 145 k 2024-04-02T14:50:58.287 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:50:58.287 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-04-02T14:50:58.287 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:50:58.287 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2024-04-02T14:50:58.287 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:50:58.288 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 145 k 2024-04-02T14:50:58.288 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 435 k 2024-04-02T14:50:58.288 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-04-02T14:50:58.513 INFO:teuthology.orchestra.run.smithi161.stdout:ceph-immutable-object-cache-19.0.0-2592.g3f3f3e 643 kB/s | 145 kB 00:00 2024-04-02T14:50:58.514 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:50:58.514 INFO:teuthology.orchestra.run.smithi161.stdout:Total 639 kB/s | 145 kB 00:00 2024-04-02T14:50:58.514 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-04-02T14:50:58.521 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-04-02T14:50:58.521 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-04-02T14:50:58.574 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-04-02T14:50:58.574 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-04-02T14:50:58.714 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-04-02T14:50:58.772 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2592.g3f3f3ed9. 1/1 2024-04-02T14:50:58.797 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2592.g3f3f3ed9. 1/1 2024-04-02T14:50:58.797 INFO:teuthology.orchestra.run.smithi161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:50:58.797 INFO:teuthology.orchestra.run.smithi161.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-02T14:50:58.797 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:50:59.032 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-04-02T14:50:59.113 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-02T14:50:59.155 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-02T14:50:59.183 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-02T14:50:59.254 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-02T14:50:59.298 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-02T14:50:59.339 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-02T14:50:59.439 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-02T14:50:59.517 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-02T14:50:59.558 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-02T14:50:59.629 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-02T14:50:59.692 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-04-02T14:50:59.738 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-04-02T14:50:59.766 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2592.g3f3f3ed9. 1/1 2024-04-02T14:50:59.766 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:50:59.766 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-04-02T14:50:59.766 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-immutable-object-cache-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:50:59.766 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:50:59.766 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-04-02T14:50:59.788 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-04-02T14:50:59.844 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-04-02T14:51:00.029 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-04-02T14:51:00.031 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-mgr 2024-04-02T14:51:00.085 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-04-02T14:51:00.123 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-04-02T14:51:00.158 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-04-02T14:51:00.188 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-04-02T14:51:00.264 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-04-02T14:51:00.298 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-02T14:51:00.332 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-04-02T14:51:00.372 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-04-02T14:51:00.407 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-04-02T14:51:00.442 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-04-02T14:51:00.530 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-04-02T14:51:00.573 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-04-02T14:51:00.606 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:00 ago on Tue 02 Apr 2024 02:50:00 PM UTC. 2024-04-02T14:51:00.645 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-04-02T14:51:00.707 INFO:teuthology.orchestra.run.smithi161.stdout:Package ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:51:00.759 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-04-02T14:51:00.760 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2024-04-02T14:51:00.761 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-04-02T14:51:00.781 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-04-02T14:51:00.828 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-mgr-dashboard 2024-04-02T14:51:00.899 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-02T14:51:01.056 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2592.g3f3f3ed9.el9. 31/36 2024-04-02T14:51:01.085 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 32/36 2024-04-02T14:51:01.111 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 32/36 2024-04-02T14:51:01.111 INFO:teuthology.orchestra.run.smithi176.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:51:01.111 INFO:teuthology.orchestra.run.smithi176.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-02T14:51:01.111 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-02T14:51:01.111 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-02T14:51:01.111 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:01.390 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:01 ago on Tue 02 Apr 2024 02:50:00 PM UTC. 2024-04-02T14:51:01.539 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-04-02T14:51:01.540 INFO:teuthology.orchestra.run.smithi161.stdout:====================================================================================== 2024-04-02T14:51:01.540 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2024-04-02T14:51:01.540 INFO:teuthology.orchestra.run.smithi161.stdout:====================================================================================== 2024-04-02T14:51:01.540 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-04-02T14:51:01.540 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 3.5 M 2024-04-02T14:51:01.541 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2024-04-02T14:51:01.541 INFO:teuthology.orchestra.run.smithi161.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-02T14:51:01.541 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 34 k 2024-04-02T14:51:01.541 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 16 k 2024-04-02T14:51:01.541 INFO:teuthology.orchestra.run.smithi161.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-02T14:51:01.541 INFO:teuthology.orchestra.run.smithi161.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-04-02T14:51:01.541 INFO:teuthology.orchestra.run.smithi161.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-02T14:51:01.541 INFO:teuthology.orchestra.run.smithi161.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-02T14:51:01.541 INFO:teuthology.orchestra.run.smithi161.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-02T14:51:01.541 INFO:teuthology.orchestra.run.smithi161.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-04-02T14:51:01.541 INFO:teuthology.orchestra.run.smithi161.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-02T14:51:01.541 INFO:teuthology.orchestra.run.smithi161.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-02T14:51:01.541 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:01.542 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-04-02T14:51:01.542 INFO:teuthology.orchestra.run.smithi161.stdout:====================================================================================== 2024-04-02T14:51:01.542 INFO:teuthology.orchestra.run.smithi161.stdout:Install 12 Packages 2024-04-02T14:51:01.542 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:01.542 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 8.6 M 2024-04-02T14:51:01.542 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 104 M 2024-04-02T14:51:01.543 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-04-02T14:51:01.875 INFO:teuthology.orchestra.run.smithi161.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2592.g3f 207 kB/s | 34 kB 00:00 2024-04-02T14:51:01.900 INFO:teuthology.orchestra.run.smithi161.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2592.g3f3 87 kB/s | 16 kB 00:00 2024-04-02T14:51:02.059 INFO:teuthology.orchestra.run.smithi161.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.5 MB/s | 238 kB 00:00 2024-04-02T14:51:02.092 INFO:teuthology.orchestra.run.smithi161.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.6 MB/s | 1.0 MB 00:00 2024-04-02T14:51:02.367 INFO:teuthology.orchestra.run.smithi161.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.9 MB/s | 548 kB 00:00 2024-04-02T14:51:02.409 INFO:teuthology.orchestra.run.smithi161.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 465 kB/s | 19 kB 00:00 2024-04-02T14:51:02.553 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-osd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 33/36 2024-04-02T14:51:02.579 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-osd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 33/36 2024-04-02T14:51:02.579 INFO:teuthology.orchestra.run.smithi176.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:51:02.579 INFO:teuthology.orchestra.run.smithi176.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-02T14:51:02.580 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-02T14:51:02.580 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-02T14:51:02.580 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:02.593 INFO:teuthology.orchestra.run.smithi161.stdout:(7/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 11 MB/s | 2.0 MB 00:00 2024-04-02T14:51:02.668 INFO:teuthology.orchestra.run.smithi161.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.9 MB/s | 144 kB 00:00 2024-04-02T14:51:02.710 INFO:teuthology.orchestra.run.smithi161.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 743 kB/s | 31 kB 00:00 2024-04-02T14:51:02.760 INFO:teuthology.orchestra.run.smithi161.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 3.7 MB/s | 188 kB 00:00 2024-04-02T14:51:02.794 INFO:teuthology.orchestra.run.smithi161.stdout:(11/12): protobuf-compiler-3.14.0-13.el9.x86_64 1.1 MB/s | 863 kB 00:00 2024-04-02T14:51:03.029 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-mon-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 34/36 2024-04-02T14:51:03.036 INFO:teuthology.orchestra.run.smithi161.stdout:(12/12): ceph-mgr-dashboard-19.0.0-2592.g3f3f3e 2.7 MB/s | 3.5 MB 00:01 2024-04-02T14:51:03.040 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:51:03.040 INFO:teuthology.orchestra.run.smithi161.stdout:Total 5.8 MB/s | 8.6 MB 00:01 2024-04-02T14:51:03.052 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-mon-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 34/36 2024-04-02T14:51:03.053 INFO:teuthology.orchestra.run.smithi176.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:51:03.053 INFO:teuthology.orchestra.run.smithi176.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-02T14:51:03.053 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-02T14:51:03.053 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-02T14:51:03.053 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:03.058 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-04-02T14:51:03.075 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-04-02T14:51:03.075 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-04-02T14:51:03.269 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-04-02T14:51:03.269 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-04-02T14:51:03.279 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-mds-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 35/36 2024-04-02T14:51:03.303 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-mds-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 35/36 2024-04-02T14:51:03.303 INFO:teuthology.orchestra.run.smithi176.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:51:03.303 INFO:teuthology.orchestra.run.smithi176.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-02T14:51:03.303 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-02T14:51:03.304 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-02T14:51:03.304 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:03.368 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 36/36 2024-04-02T14:51:03.796 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-04-02T14:51:03.870 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-02T14:51:03.905 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-02T14:51:03.951 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-02T14:51:03.990 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-02T14:51:04.104 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-02T14:51:04.250 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-02T14:51:04.342 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-02T14:51:04.386 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-02T14:51:04.424 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-02T14:51:04.456 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2592.g3f3f3ed9.el9 10/12 2024-04-02T14:51:05.180 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 36/36 2024-04-02T14:51:05.181 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/36 2024-04-02T14:51:05.181 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-mds-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/36 2024-04-02T14:51:05.181 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 3/36 2024-04-02T14:51:05.181 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-mon-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 4/36 2024-04-02T14:51:05.181 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-osd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 5/36 2024-04-02T14:51:05.181 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2592.g3f3f3ed9.el9. 6/36 2024-04-02T14:51:05.181 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-04-02T14:51:05.181 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-04-02T14:51:05.181 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-04-02T14:51:05.181 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-04-02T14:51:05.181 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-02T14:51:05.182 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-04-02T14:51:05.182 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-04-02T14:51:05.182 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-04-02T14:51:05.182 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-04-02T14:51:05.182 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-04-02T14:51:05.182 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-04-02T14:51:05.182 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-02T14:51:05.182 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-02T14:51:05.182 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-02T14:51:05.182 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-02T14:51:05.182 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-02T14:51:05.182 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-02T14:51:05.182 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-02T14:51:05.183 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-02T14:51:05.183 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-02T14:51:05.183 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-02T14:51:05.183 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-02T14:51:05.184 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-02T14:51:05.184 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-02T14:51:05.184 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-02T14:51:05.184 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-02T14:51:05.184 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-02T14:51:05.184 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-02T14:51:05.184 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-02T14:51:05.499 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2592.g3f3f3ed9.el 11/12 2024-04-02T14:51:05.530 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2592.g3f3f3ed9.el9.noa 12/12 2024-04-02T14:51:06.194 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-02T14:51:06.194 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:06.194 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-04-02T14:51:06.194 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:51:06.194 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mds-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:51:06.194 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:51:06.194 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-modules-core-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:51:06.195 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mon-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:51:06.195 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-osd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:51:06.195 INFO:teuthology.orchestra.run.smithi176.stdout: lua-5.4.4-4.el9.x86_64 2024-04-02T14:51:06.195 INFO:teuthology.orchestra.run.smithi176.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-02T14:51:06.195 INFO:teuthology.orchestra.run.smithi176.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-02T14:51:06.195 INFO:teuthology.orchestra.run.smithi176.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-02T14:51:06.195 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-02T14:51:06.195 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-02T14:51:06.195 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-02T14:51:06.195 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-02T14:51:06.195 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-02T14:51:06.195 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-02T14:51:06.195 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-02T14:51:06.195 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-02T14:51:06.195 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-02T14:51:06.196 INFO:teuthology.orchestra.run.smithi176.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-02T14:51:06.196 INFO:teuthology.orchestra.run.smithi176.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-02T14:51:06.196 INFO:teuthology.orchestra.run.smithi176.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-02T14:51:06.196 INFO:teuthology.orchestra.run.smithi176.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-02T14:51:06.196 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-02T14:51:06.196 INFO:teuthology.orchestra.run.smithi176.stdout: python3-ply-3.11-14.el9.noarch 2024-04-02T14:51:06.196 INFO:teuthology.orchestra.run.smithi176.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-02T14:51:06.196 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-02T14:51:06.196 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-02T14:51:06.196 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-02T14:51:06.196 INFO:teuthology.orchestra.run.smithi176.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-02T14:51:06.196 INFO:teuthology.orchestra.run.smithi176.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-02T14:51:06.196 INFO:teuthology.orchestra.run.smithi176.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-02T14:51:06.196 INFO:teuthology.orchestra.run.smithi176.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-02T14:51:06.196 INFO:teuthology.orchestra.run.smithi176.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-02T14:51:06.197 INFO:teuthology.orchestra.run.smithi176.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-02T14:51:06.197 INFO:teuthology.orchestra.run.smithi176.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-02T14:51:06.197 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:06.197 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-04-02T14:51:06.552 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph-base 2024-04-02T14:51:06.850 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2592.g3f3f3ed9.el9.noa 12/12 2024-04-02T14:51:06.850 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2592.g3f3f3ed9.el 1/12 2024-04-02T14:51:06.850 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2592.g3f3f3ed9.el9.noa 2/12 2024-04-02T14:51:06.850 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2592.g3f3f3ed9.el9 3/12 2024-04-02T14:51:06.850 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-02T14:51:06.851 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-02T14:51:06.851 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-02T14:51:06.851 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-02T14:51:06.851 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-02T14:51:06.851 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-02T14:51:06.851 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-02T14:51:06.851 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-02T14:51:07.122 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:05 ago on Tue 02 Apr 2024 02:50:02 PM UTC. 2024-04-02T14:51:07.207 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-02T14:51:07.207 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:07.207 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-04-02T14:51:07.207 INFO:teuthology.orchestra.run.smithi161.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-02T14:51:07.208 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-grafana-dashboards-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:51:07.208 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-dashboard-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:51:07.208 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-prometheus-alerts-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:51:07.208 INFO:teuthology.orchestra.run.smithi161.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-02T14:51:07.208 INFO:teuthology.orchestra.run.smithi161.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-02T14:51:07.208 INFO:teuthology.orchestra.run.smithi161.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-02T14:51:07.208 INFO:teuthology.orchestra.run.smithi161.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-02T14:51:07.208 INFO:teuthology.orchestra.run.smithi161.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-02T14:51:07.208 INFO:teuthology.orchestra.run.smithi161.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-02T14:51:07.208 INFO:teuthology.orchestra.run.smithi161.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-02T14:51:07.208 INFO:teuthology.orchestra.run.smithi161.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-02T14:51:07.208 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:07.208 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-04-02T14:51:07.219 INFO:teuthology.orchestra.run.smithi176.stdout:Package ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:51:07.270 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-04-02T14:51:07.271 INFO:teuthology.orchestra.run.smithi176.stdout:Nothing to do. 2024-04-02T14:51:07.271 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-04-02T14:51:07.336 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install cephadm 2024-04-02T14:51:07.443 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-02T14:51:07.919 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:05 ago on Tue 02 Apr 2024 02:50:02 PM UTC. 2024-04-02T14:51:08.011 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:08 ago on Tue 02 Apr 2024 02:50:00 PM UTC. 2024-04-02T14:51:08.081 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-04-02T14:51:08.082 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:51:08.082 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2024-04-02T14:51:08.082 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:51:08.082 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-04-02T14:51:08.082 INFO:teuthology.orchestra.run.smithi176.stdout: cephadm noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 762 k 2024-04-02T14:51:08.082 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:08.082 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-04-02T14:51:08.082 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:51:08.082 INFO:teuthology.orchestra.run.smithi176.stdout:Install 1 Package 2024-04-02T14:51:08.082 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:08.083 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 762 k 2024-04-02T14:51:08.083 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 769 k 2024-04-02T14:51:08.083 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-04-02T14:51:08.167 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-04-02T14:51:08.168 INFO:teuthology.orchestra.run.smithi161.stdout:============================================================================================ 2024-04-02T14:51:08.168 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2024-04-02T14:51:08.168 INFO:teuthology.orchestra.run.smithi161.stdout:============================================================================================ 2024-04-02T14:51:08.168 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-04-02T14:51:08.168 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 7.4 M 2024-04-02T14:51:08.168 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2024-04-02T14:51:08.168 INFO:teuthology.orchestra.run.smithi161.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-04-02T14:51:08.168 INFO:teuthology.orchestra.run.smithi161.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-04-02T14:51:08.169 INFO:teuthology.orchestra.run.smithi161.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-04-02T14:51:08.169 INFO:teuthology.orchestra.run.smithi161.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-02T14:51:08.169 INFO:teuthology.orchestra.run.smithi161.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-02T14:51:08.169 INFO:teuthology.orchestra.run.smithi161.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-04-02T14:51:08.169 INFO:teuthology.orchestra.run.smithi161.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-04-02T14:51:08.169 INFO:teuthology.orchestra.run.smithi161.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-02T14:51:08.169 INFO:teuthology.orchestra.run.smithi161.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-04-02T14:51:08.169 INFO:teuthology.orchestra.run.smithi161.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-04-02T14:51:08.169 INFO:teuthology.orchestra.run.smithi161.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-04-02T14:51:08.169 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:08.169 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-04-02T14:51:08.169 INFO:teuthology.orchestra.run.smithi161.stdout:============================================================================================ 2024-04-02T14:51:08.169 INFO:teuthology.orchestra.run.smithi161.stdout:Install 12 Packages 2024-04-02T14:51:08.170 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:08.170 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 37 M 2024-04-02T14:51:08.170 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 209 M 2024-04-02T14:51:08.170 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-04-02T14:51:08.396 INFO:teuthology.orchestra.run.smithi176.stdout:cephadm-19.0.0-2592.g3f3f3ed9.el9.noarch.rpm 2.4 MB/s | 762 kB 00:00 2024-04-02T14:51:08.396 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:51:08.397 INFO:teuthology.orchestra.run.smithi176.stdout:Total 2.4 MB/s | 762 kB 00:00 2024-04-02T14:51:08.397 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-04-02T14:51:08.402 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-04-02T14:51:08.402 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-04-02T14:51:08.408 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-04-02T14:51:08.408 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-04-02T14:51:08.486 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-04-02T14:51:08.728 INFO:teuthology.orchestra.run.smithi161.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 126 kB/s | 32 kB 00:00 2024-04-02T14:51:08.760 INFO:teuthology.orchestra.run.smithi161.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 516 kB/s | 17 kB 00:00 2024-04-02T14:51:08.802 INFO:teuthology.orchestra.run.smithi161.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 821 kB/s | 34 kB 00:00 2024-04-02T14:51:08.920 INFO:teuthology.orchestra.run.smithi161.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 6.7 MB/s | 3.0 MB 00:00 2024-04-02T14:51:08.969 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/1 2024-04-02T14:51:09.053 INFO:teuthology.orchestra.run.smithi161.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 19 MB/s | 4.7 MB 00:00 2024-04-02T14:51:09.058 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/1 2024-04-02T14:51:09.145 INFO:teuthology.orchestra.run.smithi161.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 21 MB/s | 4.8 MB 00:00 2024-04-02T14:51:09.170 INFO:teuthology.orchestra.run.smithi161.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 1.9 MB/s | 217 kB 00:00 2024-04-02T14:51:09.354 INFO:teuthology.orchestra.run.smithi161.stdout:(8/12): libgfortran-11.4.1-3.el9.x86_64.rpm 4.3 MB/s | 803 kB 00:00 2024-04-02T14:51:09.437 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/1 2024-04-02T14:51:09.487 INFO:teuthology.orchestra.run.smithi161.stdout:(9/12): ceph-mgr-diskprediction-local-19.0.0-25 7.3 MB/s | 7.4 MB 00:01 2024-04-02T14:51:09.521 INFO:teuthology.orchestra.run.smithi161.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.2 MB/s | 195 kB 00:00 2024-04-02T14:51:09.671 INFO:teuthology.orchestra.run.smithi161.stdout:(11/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 30 MB/s | 16 MB 00:00 2024-04-02T14:51:09.740 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/1 2024-04-02T14:51:09.740 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:09.740 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-04-02T14:51:09.740 INFO:teuthology.orchestra.run.smithi176.stdout: cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:51:09.740 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:09.741 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-04-02T14:51:09.951 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph-immutable-object-cache 2024-04-02T14:51:10.104 INFO:teuthology.orchestra.run.smithi161.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 399 kB/s | 245 kB 00:00 2024-04-02T14:51:10.108 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:51:10.108 INFO:teuthology.orchestra.run.smithi161.stdout:Total 19 MB/s | 37 MB 00:01 2024-04-02T14:51:10.153 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-04-02T14:51:10.179 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-04-02T14:51:10.179 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-04-02T14:51:10.515 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:08 ago on Tue 02 Apr 2024 02:50:02 PM UTC. 2024-04-02T14:51:10.528 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-04-02T14:51:10.529 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-04-02T14:51:10.667 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-04-02T14:51:10.668 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:51:10.668 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repo Size 2024-04-02T14:51:10.668 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:51:10.668 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-04-02T14:51:10.668 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 145 k 2024-04-02T14:51:10.668 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:10.668 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-04-02T14:51:10.668 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:51:10.668 INFO:teuthology.orchestra.run.smithi176.stdout:Install 1 Package 2024-04-02T14:51:10.669 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:10.669 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 145 k 2024-04-02T14:51:10.669 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 435 k 2024-04-02T14:51:10.669 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-04-02T14:51:11.051 INFO:teuthology.orchestra.run.smithi176.stdout:ceph-immutable-object-cache-19.0.0-2592.g3f3f3e 379 kB/s | 145 kB 00:00 2024-04-02T14:51:11.052 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:51:11.052 INFO:teuthology.orchestra.run.smithi176.stdout:Total 377 kB/s | 145 kB 00:00 2024-04-02T14:51:11.052 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-04-02T14:51:11.059 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-04-02T14:51:11.060 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-04-02T14:51:11.111 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-04-02T14:51:11.112 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-04-02T14:51:11.257 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-04-02T14:51:11.258 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-04-02T14:51:11.327 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-04-02T14:51:11.328 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2592.g3f3f3ed9. 1/1 2024-04-02T14:51:11.352 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2592.g3f3f3ed9. 1/1 2024-04-02T14:51:11.352 INFO:teuthology.orchestra.run.smithi176.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:51:11.352 INFO:teuthology.orchestra.run.smithi176.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-02T14:51:11.352 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:11.358 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-02T14:51:11.453 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-04-02T14:51:11.496 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-02T14:51:11.664 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-02T14:51:11.703 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-02T14:51:11.788 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-02T14:51:12.323 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2592.g3f3f3ed9. 1/1 2024-04-02T14:51:12.323 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:12.323 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-04-02T14:51:12.323 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-immutable-object-cache-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:51:12.324 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:12.324 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-04-02T14:51:12.431 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-02T14:51:12.531 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-02T14:51:12.581 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph-mgr 2024-04-02T14:51:13.158 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:11 ago on Tue 02 Apr 2024 02:50:02 PM UTC. 2024-04-02T14:51:13.259 INFO:teuthology.orchestra.run.smithi176.stdout:Package ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:51:13.310 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-04-02T14:51:13.311 INFO:teuthology.orchestra.run.smithi176.stdout:Nothing to do. 2024-04-02T14:51:13.311 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-04-02T14:51:13.374 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph-mgr-dashboard 2024-04-02T14:51:13.777 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-02T14:51:13.938 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:11 ago on Tue 02 Apr 2024 02:50:02 PM UTC. 2024-04-02T14:51:14.087 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-04-02T14:51:14.089 INFO:teuthology.orchestra.run.smithi176.stdout:====================================================================================== 2024-04-02T14:51:14.089 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2024-04-02T14:51:14.089 INFO:teuthology.orchestra.run.smithi176.stdout:====================================================================================== 2024-04-02T14:51:14.089 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-04-02T14:51:14.089 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 3.5 M 2024-04-02T14:51:14.089 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2024-04-02T14:51:14.089 INFO:teuthology.orchestra.run.smithi176.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-02T14:51:14.089 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 34 k 2024-04-02T14:51:14.089 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 16 k 2024-04-02T14:51:14.089 INFO:teuthology.orchestra.run.smithi176.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-02T14:51:14.089 INFO:teuthology.orchestra.run.smithi176.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-04-02T14:51:14.090 INFO:teuthology.orchestra.run.smithi176.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-02T14:51:14.090 INFO:teuthology.orchestra.run.smithi176.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-02T14:51:14.090 INFO:teuthology.orchestra.run.smithi176.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-02T14:51:14.090 INFO:teuthology.orchestra.run.smithi176.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-04-02T14:51:14.090 INFO:teuthology.orchestra.run.smithi176.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-02T14:51:14.090 INFO:teuthology.orchestra.run.smithi176.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-02T14:51:14.090 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:14.090 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-04-02T14:51:14.090 INFO:teuthology.orchestra.run.smithi176.stdout:====================================================================================== 2024-04-02T14:51:14.090 INFO:teuthology.orchestra.run.smithi176.stdout:Install 12 Packages 2024-04-02T14:51:14.090 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:14.091 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 8.6 M 2024-04-02T14:51:14.091 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 104 M 2024-04-02T14:51:14.091 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-04-02T14:51:14.797 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-02T14:51:14.826 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2592.g3f3f3 12/12 2024-04-02T14:51:14.872 INFO:teuthology.orchestra.run.smithi176.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2592.g3f3 53 kB/s | 16 kB 00:00 2024-04-02T14:51:14.897 INFO:teuthology.orchestra.run.smithi176.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2592.g3f 101 kB/s | 34 kB 00:00 2024-04-02T14:51:15.081 INFO:teuthology.orchestra.run.smithi176.stdout:(3/12): ceph-mgr-dashboard-19.0.0-2592.g3f3f3ed 6.8 MB/s | 3.5 MB 00:00 2024-04-02T14:51:15.115 INFO:teuthology.orchestra.run.smithi176.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.1 MB/s | 238 kB 00:00 2024-04-02T14:51:15.282 INFO:teuthology.orchestra.run.smithi176.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.5 MB/s | 1.0 MB 00:00 2024-04-02T14:51:15.473 INFO:teuthology.orchestra.run.smithi176.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 101 kB/s | 19 kB 00:00 2024-04-02T14:51:15.507 INFO:teuthology.orchestra.run.smithi176.stdout:(7/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.0 MB/s | 863 kB 00:00 2024-04-02T14:51:15.541 INFO:teuthology.orchestra.run.smithi176.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.3 MB/s | 548 kB 00:00 2024-04-02T14:51:15.633 INFO:teuthology.orchestra.run.smithi176.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 335 kB/s | 31 kB 00:00 2024-04-02T14:51:15.725 INFO:teuthology.orchestra.run.smithi176.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.0 MB/s | 188 kB 00:00 2024-04-02T14:51:15.841 INFO:teuthology.orchestra.run.smithi176.stdout:(11/12): python3-grpcio-tools-1.46.7-10.el9.x86 432 kB/s | 144 kB 00:00 2024-04-02T14:51:16.633 INFO:teuthology.orchestra.run.smithi176.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 1.8 MB/s | 2.0 MB 00:01 2024-04-02T14:51:16.637 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:51:16.637 INFO:teuthology.orchestra.run.smithi176.stdout:Total 3.4 MB/s | 8.6 MB 00:02 2024-04-02T14:51:16.657 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-04-02T14:51:16.675 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-04-02T14:51:16.676 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-04-02T14:51:16.871 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-04-02T14:51:16.871 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-04-02T14:51:17.246 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2592.g3f3f3 12/12 2024-04-02T14:51:17.246 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2592.g3f3f3 1/12 2024-04-02T14:51:17.246 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-04-02T14:51:17.246 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-04-02T14:51:17.247 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-04-02T14:51:17.247 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-02T14:51:17.247 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-02T14:51:17.247 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-04-02T14:51:17.247 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-04-02T14:51:17.247 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-04-02T14:51:17.247 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-04-02T14:51:17.247 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-04-02T14:51:17.405 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-04-02T14:51:17.492 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-02T14:51:17.535 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-02T14:51:17.602 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-02T14:51:17.637 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-02T14:51:17.684 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-04-02T14:51:17.684 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:17.684 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-04-02T14:51:17.684 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:51:17.684 INFO:teuthology.orchestra.run.smithi161.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-02T14:51:17.684 INFO:teuthology.orchestra.run.smithi161.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-02T14:51:17.684 INFO:teuthology.orchestra.run.smithi161.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-02T14:51:17.684 INFO:teuthology.orchestra.run.smithi161.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-02T14:51:17.684 INFO:teuthology.orchestra.run.smithi161.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-02T14:51:17.684 INFO:teuthology.orchestra.run.smithi161.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-02T14:51:17.685 INFO:teuthology.orchestra.run.smithi161.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-02T14:51:17.685 INFO:teuthology.orchestra.run.smithi161.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-02T14:51:17.685 INFO:teuthology.orchestra.run.smithi161.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-02T14:51:17.685 INFO:teuthology.orchestra.run.smithi161.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-02T14:51:17.685 INFO:teuthology.orchestra.run.smithi161.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-02T14:51:17.685 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:17.685 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-04-02T14:51:17.739 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-02T14:51:17.874 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-02T14:51:17.976 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-02T14:51:18.017 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-02T14:51:18.054 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-02T14:51:18.086 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2592.g3f3f3ed9.el9 10/12 2024-04-02T14:51:18.103 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-mgr-rook 2024-04-02T14:51:18.680 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:18 ago on Tue 02 Apr 2024 02:50:00 PM UTC. 2024-04-02T14:51:18.835 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-04-02T14:51:18.836 INFO:teuthology.orchestra.run.smithi161.stdout:======================================================================================== 2024-04-02T14:51:18.836 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2024-04-02T14:51:18.836 INFO:teuthology.orchestra.run.smithi161.stdout:======================================================================================== 2024-04-02T14:51:18.836 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-04-02T14:51:18.836 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-rook noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 49 k 2024-04-02T14:51:18.836 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2024-04-02T14:51:18.836 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-02T14:51:18.836 INFO:teuthology.orchestra.run.smithi161.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-02T14:51:18.837 INFO:teuthology.orchestra.run.smithi161.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-02T14:51:18.837 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-04-02T14:51:18.837 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-04-02T14:51:18.837 INFO:teuthology.orchestra.run.smithi161.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-02T14:51:18.837 INFO:teuthology.orchestra.run.smithi161.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-04-02T14:51:18.837 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-04-02T14:51:18.837 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-04-02T14:51:18.837 INFO:teuthology.orchestra.run.smithi161.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-04-02T14:51:18.837 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-02T14:51:18.837 INFO:teuthology.orchestra.run.smithi161.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-02T14:51:18.837 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:18.837 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-04-02T14:51:18.837 INFO:teuthology.orchestra.run.smithi161.stdout:======================================================================================== 2024-04-02T14:51:18.837 INFO:teuthology.orchestra.run.smithi161.stdout:Install 13 Packages 2024-04-02T14:51:18.838 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:18.838 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 2.0 M 2024-04-02T14:51:18.838 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 26 M 2024-04-02T14:51:18.838 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-04-02T14:51:19.051 INFO:teuthology.orchestra.run.smithi161.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 200 kB/s | 24 kB 00:00 2024-04-02T14:51:19.076 INFO:teuthology.orchestra.run.smithi161.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 123 kB/s | 18 kB 00:00 2024-04-02T14:51:19.126 INFO:teuthology.orchestra.run.smithi161.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.3 MB/s | 174 kB 00:00 2024-04-02T14:51:19.144 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2592.g3f3f3ed9.el 11/12 2024-04-02T14:51:19.160 INFO:teuthology.orchestra.run.smithi161.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.6 MB/s | 132 kB 00:00 2024-04-02T14:51:19.185 INFO:teuthology.orchestra.run.smithi161.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 3.5 MB/s | 211 kB 00:00 2024-04-02T14:51:19.186 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2592.g3f3f3ed9.el9.noa 12/12 2024-04-02T14:51:19.202 INFO:teuthology.orchestra.run.smithi161.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 43 kB 00:00 2024-04-02T14:51:19.219 INFO:teuthology.orchestra.run.smithi161.stdout:(7/13): ceph-mgr-rook-19.0.0-2592.g3f3f3ed9.el9 170 kB/s | 49 kB 00:00 2024-04-02T14:51:19.844 INFO:teuthology.orchestra.run.smithi161.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 23 kB/s | 15 kB 00:00 2024-04-02T14:51:19.861 INFO:teuthology.orchestra.run.smithi161.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 48 kB/s | 32 kB 00:00 2024-04-02T14:51:20.186 INFO:teuthology.orchestra.run.smithi161.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 209 kB/s | 203 kB 00:00 2024-04-02T14:51:20.228 INFO:teuthology.orchestra.run.smithi161.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 161 kB/s | 59 kB 00:00 2024-04-02T14:51:20.328 INFO:teuthology.orchestra.run.smithi161.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 634 kB/s | 90 kB 00:00 2024-04-02T14:51:20.534 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2592.g3f3f3ed9.el9.noa 12/12 2024-04-02T14:51:20.535 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2592.g3f3f3ed9.el 1/12 2024-04-02T14:51:20.535 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2592.g3f3f3ed9.el9.noa 2/12 2024-04-02T14:51:20.535 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2592.g3f3f3ed9.el9 3/12 2024-04-02T14:51:20.535 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-02T14:51:20.535 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-02T14:51:20.535 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-02T14:51:20.535 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-02T14:51:20.535 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-02T14:51:20.535 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-02T14:51:20.535 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-02T14:51:20.535 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-02T14:51:20.880 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-02T14:51:20.880 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:20.880 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-04-02T14:51:20.880 INFO:teuthology.orchestra.run.smithi176.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-02T14:51:20.880 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-grafana-dashboards-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:51:20.881 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-dashboard-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:51:20.881 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-prometheus-alerts-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:51:20.881 INFO:teuthology.orchestra.run.smithi176.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-02T14:51:20.881 INFO:teuthology.orchestra.run.smithi176.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-02T14:51:20.881 INFO:teuthology.orchestra.run.smithi176.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-02T14:51:20.881 INFO:teuthology.orchestra.run.smithi176.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-02T14:51:20.881 INFO:teuthology.orchestra.run.smithi176.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-02T14:51:20.881 INFO:teuthology.orchestra.run.smithi176.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-02T14:51:20.881 INFO:teuthology.orchestra.run.smithi176.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-02T14:51:20.881 INFO:teuthology.orchestra.run.smithi176.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-02T14:51:20.881 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:20.881 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-04-02T14:51:21.170 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-02T14:51:21.731 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:19 ago on Tue 02 Apr 2024 02:50:02 PM UTC. 2024-04-02T14:51:21.885 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-04-02T14:51:21.886 INFO:teuthology.orchestra.run.smithi176.stdout:============================================================================================ 2024-04-02T14:51:21.886 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2024-04-02T14:51:21.886 INFO:teuthology.orchestra.run.smithi176.stdout:============================================================================================ 2024-04-02T14:51:21.886 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-04-02T14:51:21.887 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 7.4 M 2024-04-02T14:51:21.887 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2024-04-02T14:51:21.887 INFO:teuthology.orchestra.run.smithi176.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-04-02T14:51:21.887 INFO:teuthology.orchestra.run.smithi176.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-04-02T14:51:21.887 INFO:teuthology.orchestra.run.smithi176.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-04-02T14:51:21.887 INFO:teuthology.orchestra.run.smithi176.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-02T14:51:21.887 INFO:teuthology.orchestra.run.smithi176.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-02T14:51:21.887 INFO:teuthology.orchestra.run.smithi176.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-04-02T14:51:21.887 INFO:teuthology.orchestra.run.smithi176.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-04-02T14:51:21.887 INFO:teuthology.orchestra.run.smithi176.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-02T14:51:21.887 INFO:teuthology.orchestra.run.smithi176.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-04-02T14:51:21.887 INFO:teuthology.orchestra.run.smithi176.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-04-02T14:51:21.887 INFO:teuthology.orchestra.run.smithi176.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-04-02T14:51:21.887 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:21.888 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-04-02T14:51:21.888 INFO:teuthology.orchestra.run.smithi176.stdout:============================================================================================ 2024-04-02T14:51:21.888 INFO:teuthology.orchestra.run.smithi176.stdout:Install 12 Packages 2024-04-02T14:51:21.888 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:21.888 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 37 M 2024-04-02T14:51:21.888 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 209 M 2024-04-02T14:51:21.888 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-04-02T14:51:22.124 INFO:teuthology.orchestra.run.smithi176.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 241 kB/s | 32 kB 00:00 2024-04-02T14:51:22.158 INFO:teuthology.orchestra.run.smithi176.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 534 kB/s | 17 kB 00:00 2024-04-02T14:51:22.200 INFO:teuthology.orchestra.run.smithi176.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 841 kB/s | 34 kB 00:00 2024-04-02T14:51:22.259 INFO:teuthology.orchestra.run.smithi176.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 11 MB/s | 3.0 MB 00:00 2024-04-02T14:51:22.509 INFO:teuthology.orchestra.run.smithi176.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 15 MB/s | 4.7 MB 00:00 2024-04-02T14:51:22.576 INFO:teuthology.orchestra.run.smithi176.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 15 MB/s | 4.8 MB 00:00 2024-04-02T14:51:22.601 INFO:teuthology.orchestra.run.smithi176.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.4 MB/s | 217 kB 00:00 2024-04-02T14:51:22.818 INFO:teuthology.orchestra.run.smithi176.stdout:(8/12): ceph-mgr-diskprediction-local-19.0.0-25 9.0 MB/s | 7.4 MB 00:00 2024-04-02T14:51:23.185 INFO:teuthology.orchestra.run.smithi176.stdout:(9/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 26 MB/s | 16 MB 00:00 2024-04-02T14:51:23.210 INFO:teuthology.orchestra.run.smithi176.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 501 kB/s | 195 kB 00:00 2024-04-02T14:51:23.452 INFO:teuthology.orchestra.run.smithi176.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 921 kB/s | 245 kB 00:00 2024-04-02T14:51:23.485 INFO:teuthology.orchestra.run.smithi176.stdout:(12/12): libgfortran-11.4.1-3.el9.x86_64.rpm 909 kB/s | 803 kB 00:00 2024-04-02T14:51:23.487 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:51:23.488 INFO:teuthology.orchestra.run.smithi176.stdout:Total 23 MB/s | 37 MB 00:01 2024-04-02T14:51:23.530 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-04-02T14:51:23.553 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-04-02T14:51:23.553 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-04-02T14:51:23.886 INFO:teuthology.orchestra.run.smithi161.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 259 kB/s | 1.0 MB 00:04 2024-04-02T14:51:23.889 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:51:23.889 INFO:teuthology.orchestra.run.smithi161.stdout:Total 415 kB/s | 2.0 MB 00:05 2024-04-02T14:51:23.889 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-04-02T14:51:23.905 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-04-02T14:51:23.905 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-04-02T14:51:23.915 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-04-02T14:51:23.916 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-04-02T14:51:24.003 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-04-02T14:51:24.004 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-04-02T14:51:24.526 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-04-02T14:51:24.640 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-04-02T14:51:24.708 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-02T14:51:24.725 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-04-02T14:51:24.756 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-02T14:51:24.770 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-02T14:51:24.827 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-02T14:51:24.863 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-04-02T14:51:24.864 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-02T14:51:24.910 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-02T14:51:24.913 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-02T14:51:25.008 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-02T14:51:25.089 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-02T14:51:25.117 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-02T14:51:25.125 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-02T14:51:25.164 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-02T14:51:25.210 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-02T14:51:25.908 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-02T14:51:25.916 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-02T14:51:25.969 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-02T14:51:26.003 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-02T14:51:26.015 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-02T14:51:26.051 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-02T14:51:26.073 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mgr-rook-2:19.0.0-2592.g3f3f3ed9.el9.noarch 13/13 2024-04-02T14:51:26.859 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2592.g3f3f3ed9.el9.noarch 13/13 2024-04-02T14:51:26.860 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/13 2024-04-02T14:51:26.860 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-02T14:51:26.860 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-02T14:51:26.860 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-02T14:51:26.860 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-02T14:51:26.860 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-02T14:51:26.860 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-02T14:51:26.860 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-02T14:51:26.860 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-02T14:51:26.860 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-02T14:51:26.860 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-02T14:51:26.860 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-02T14:51:27.219 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-02T14:51:27.220 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:27.220 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-04-02T14:51:27.220 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-rook-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:51:27.220 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-02T14:51:27.220 INFO:teuthology.orchestra.run.smithi161.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-02T14:51:27.220 INFO:teuthology.orchestra.run.smithi161.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-02T14:51:27.220 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-02T14:51:27.220 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-02T14:51:27.220 INFO:teuthology.orchestra.run.smithi161.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-02T14:51:27.220 INFO:teuthology.orchestra.run.smithi161.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-02T14:51:27.220 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-02T14:51:27.220 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-02T14:51:27.220 INFO:teuthology.orchestra.run.smithi161.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-02T14:51:27.221 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-02T14:51:27.221 INFO:teuthology.orchestra.run.smithi161.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-02T14:51:27.221 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:27.221 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-04-02T14:51:27.318 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-02T14:51:27.472 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-mgr-cephadm 2024-04-02T14:51:28.037 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:28 ago on Tue 02 Apr 2024 02:50:00 PM UTC. 2024-04-02T14:51:28.192 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-04-02T14:51:28.193 INFO:teuthology.orchestra.run.smithi161.stdout:======================================================================================== 2024-04-02T14:51:28.193 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2024-04-02T14:51:28.193 INFO:teuthology.orchestra.run.smithi161.stdout:======================================================================================== 2024-04-02T14:51:28.193 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-04-02T14:51:28.193 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 141 k 2024-04-02T14:51:28.193 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2024-04-02T14:51:28.193 INFO:teuthology.orchestra.run.smithi161.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-02T14:51:28.193 INFO:teuthology.orchestra.run.smithi161.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-04-02T14:51:28.193 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-02T14:51:28.193 INFO:teuthology.orchestra.run.smithi161.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-02T14:51:28.193 INFO:teuthology.orchestra.run.smithi161.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-02T14:51:28.193 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:28.193 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-04-02T14:51:28.194 INFO:teuthology.orchestra.run.smithi161.stdout:======================================================================================== 2024-04-02T14:51:28.194 INFO:teuthology.orchestra.run.smithi161.stdout:Install 6 Packages 2024-04-02T14:51:28.194 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:28.194 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 6.8 M 2024-04-02T14:51:28.194 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 33 M 2024-04-02T14:51:28.194 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-04-02T14:51:28.372 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-02T14:51:28.408 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2592.g3f3f3 12/12 2024-04-02T14:51:28.837 INFO:teuthology.orchestra.run.smithi161.stdout:(1/6): ceph-mgr-cephadm-19.0.0-2592.g3f3f3ed9.e 630 kB/s | 141 kB 00:00 2024-04-02T14:51:28.929 INFO:teuthology.orchestra.run.smithi161.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 784 kB/s | 248 kB 00:00 2024-04-02T14:51:29.071 INFO:teuthology.orchestra.run.smithi161.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 13 MB/s | 5.8 MB 00:00 2024-04-02T14:51:29.121 INFO:teuthology.orchestra.run.smithi161.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 304 kB/s | 58 kB 00:00 2024-04-02T14:51:29.155 INFO:teuthology.orchestra.run.smithi161.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 612 kB/s | 51 kB 00:00 2024-04-02T14:51:29.422 INFO:teuthology.orchestra.run.smithi161.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 938 kB/s | 548 kB 00:00 2024-04-02T14:51:29.423 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:51:29.424 INFO:teuthology.orchestra.run.smithi161.stdout:Total 5.5 MB/s | 6.8 MB 00:01 2024-04-02T14:51:29.437 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-04-02T14:51:29.448 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-04-02T14:51:29.448 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-04-02T14:51:29.539 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-04-02T14:51:29.540 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-04-02T14:51:29.841 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-04-02T14:51:30.014 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-02T14:51:30.082 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-02T14:51:30.599 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-02T14:51:30.684 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-02T14:51:30.747 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-02T14:51:30.777 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 6/6 2024-04-02T14:51:30.908 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2592.g3f3f3 12/12 2024-04-02T14:51:30.909 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2592.g3f3f3 1/12 2024-04-02T14:51:30.909 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-04-02T14:51:30.909 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-04-02T14:51:30.909 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-04-02T14:51:30.909 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-02T14:51:30.909 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-02T14:51:30.909 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-04-02T14:51:30.909 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-04-02T14:51:30.909 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-04-02T14:51:30.909 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-04-02T14:51:30.909 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-04-02T14:51:31.303 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-04-02T14:51:31.303 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:31.303 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-04-02T14:51:31.304 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:51:31.304 INFO:teuthology.orchestra.run.smithi176.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-02T14:51:31.304 INFO:teuthology.orchestra.run.smithi176.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-02T14:51:31.304 INFO:teuthology.orchestra.run.smithi176.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-02T14:51:31.304 INFO:teuthology.orchestra.run.smithi176.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-02T14:51:31.304 INFO:teuthology.orchestra.run.smithi176.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-02T14:51:31.304 INFO:teuthology.orchestra.run.smithi176.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-02T14:51:31.304 INFO:teuthology.orchestra.run.smithi176.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-02T14:51:31.304 INFO:teuthology.orchestra.run.smithi176.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-02T14:51:31.304 INFO:teuthology.orchestra.run.smithi176.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-02T14:51:31.304 INFO:teuthology.orchestra.run.smithi176.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-02T14:51:31.304 INFO:teuthology.orchestra.run.smithi176.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-02T14:51:31.304 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:31.305 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-04-02T14:51:31.604 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 6/6 2024-04-02T14:51:31.605 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/6 2024-04-02T14:51:31.605 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-02T14:51:31.605 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-02T14:51:31.605 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-02T14:51:31.605 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-02T14:51:31.704 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph-mgr-rook 2024-04-02T14:51:31.914 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-02T14:51:31.914 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:31.914 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-04-02T14:51:31.914 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:51:31.914 INFO:teuthology.orchestra.run.smithi161.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-02T14:51:31.914 INFO:teuthology.orchestra.run.smithi161.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-02T14:51:31.914 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-02T14:51:31.914 INFO:teuthology.orchestra.run.smithi161.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-02T14:51:31.914 INFO:teuthology.orchestra.run.smithi161.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-02T14:51:31.915 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:31.915 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-04-02T14:51:32.160 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-fuse 2024-04-02T14:51:32.273 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:30 ago on Tue 02 Apr 2024 02:50:02 PM UTC. 2024-04-02T14:51:32.429 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-04-02T14:51:32.430 INFO:teuthology.orchestra.run.smithi176.stdout:======================================================================================== 2024-04-02T14:51:32.430 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2024-04-02T14:51:32.430 INFO:teuthology.orchestra.run.smithi176.stdout:======================================================================================== 2024-04-02T14:51:32.430 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-04-02T14:51:32.430 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-rook noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 49 k 2024-04-02T14:51:32.430 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2024-04-02T14:51:32.430 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-02T14:51:32.430 INFO:teuthology.orchestra.run.smithi176.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-02T14:51:32.430 INFO:teuthology.orchestra.run.smithi176.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-02T14:51:32.431 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-04-02T14:51:32.431 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-04-02T14:51:32.431 INFO:teuthology.orchestra.run.smithi176.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-02T14:51:32.431 INFO:teuthology.orchestra.run.smithi176.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-04-02T14:51:32.431 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-04-02T14:51:32.431 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-04-02T14:51:32.431 INFO:teuthology.orchestra.run.smithi176.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-04-02T14:51:32.431 INFO:teuthology.orchestra.run.smithi176.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-02T14:51:32.431 INFO:teuthology.orchestra.run.smithi176.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-02T14:51:32.431 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:32.431 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-04-02T14:51:32.431 INFO:teuthology.orchestra.run.smithi176.stdout:======================================================================================== 2024-04-02T14:51:32.431 INFO:teuthology.orchestra.run.smithi176.stdout:Install 13 Packages 2024-04-02T14:51:32.431 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:32.432 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 2.0 M 2024-04-02T14:51:32.432 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 26 M 2024-04-02T14:51:32.432 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-04-02T14:51:32.730 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:32 ago on Tue 02 Apr 2024 02:50:00 PM UTC. 2024-04-02T14:51:32.832 INFO:teuthology.orchestra.run.smithi176.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 113 kB/s | 18 kB 00:00 2024-04-02T14:51:32.858 INFO:teuthology.orchestra.run.smithi176.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 132 kB/s | 24 kB 00:00 2024-04-02T14:51:32.882 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-04-02T14:51:32.883 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:51:32.883 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2024-04-02T14:51:32.883 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:51:32.883 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-04-02T14:51:32.883 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-fuse x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 890 k 2024-04-02T14:51:32.883 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2024-04-02T14:51:32.884 INFO:teuthology.orchestra.run.smithi161.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-04-02T14:51:32.884 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:32.884 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-04-02T14:51:32.884 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:51:32.884 INFO:teuthology.orchestra.run.smithi161.stdout:Install 2 Packages 2024-04-02T14:51:32.884 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:32.884 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 969 k 2024-04-02T14:51:32.885 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 2.8 M 2024-04-02T14:51:32.885 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-04-02T14:51:32.958 INFO:teuthology.orchestra.run.smithi176.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.4 MB/s | 174 kB 00:00 2024-04-02T14:51:32.991 INFO:teuthology.orchestra.run.smithi176.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 991 kB/s | 132 kB 00:00 2024-04-02T14:51:33.025 INFO:teuthology.orchestra.run.smithi176.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 3.1 MB/s | 211 kB 00:00 2024-04-02T14:51:33.050 INFO:teuthology.orchestra.run.smithi176.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 732 kB/s | 43 kB 00:00 2024-04-02T14:51:33.073 INFO:teuthology.orchestra.run.smithi161.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 418 kB/s | 79 kB 00:00 2024-04-02T14:51:33.075 INFO:teuthology.orchestra.run.smithi176.stdout:(7/13): ceph-mgr-rook-19.0.0-2592.g3f3f3ed9.el9 122 kB/s | 49 kB 00:00 2024-04-02T14:51:33.134 INFO:teuthology.orchestra.run.smithi176.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 179 kB/s | 15 kB 00:00 2024-04-02T14:51:33.159 INFO:teuthology.orchestra.run.smithi176.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 240 kB/s | 32 kB 00:00 2024-04-02T14:51:33.226 INFO:teuthology.orchestra.run.smithi176.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 1.3 MB/s | 203 kB 00:00 2024-04-02T14:51:33.252 INFO:teuthology.orchestra.run.smithi176.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 644 kB/s | 59 kB 00:00 2024-04-02T14:51:33.293 INFO:teuthology.orchestra.run.smithi176.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.3 MB/s | 90 kB 00:00 2024-04-02T14:51:33.385 INFO:teuthology.orchestra.run.smithi176.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 4.1 MB/s | 1.0 MB 00:00 2024-04-02T14:51:33.387 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:51:33.387 INFO:teuthology.orchestra.run.smithi176.stdout:Total 2.1 MB/s | 2.0 MB 00:00 2024-04-02T14:51:33.388 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-04-02T14:51:33.400 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-04-02T14:51:33.400 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-04-02T14:51:33.490 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-04-02T14:51:33.490 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-04-02T14:51:33.506 INFO:teuthology.orchestra.run.smithi161.stdout:(2/2): ceph-fuse-19.0.0-2592.g3f3f3ed9.el9.x86_ 1.4 MB/s | 890 kB 00:00 2024-04-02T14:51:33.507 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:51:33.508 INFO:teuthology.orchestra.run.smithi161.stdout:Total 1.5 MB/s | 969 kB 00:00 2024-04-02T14:51:33.508 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-04-02T14:51:33.529 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-04-02T14:51:33.530 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-04-02T14:51:33.603 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-04-02T14:51:33.604 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-04-02T14:51:33.786 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-04-02T14:51:33.933 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-02T14:51:33.998 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/2 2024-04-02T14:51:33.999 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-04-02T14:51:34.163 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-02T14:51:34.219 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-02T14:51:34.283 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-02T14:51:34.321 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-02T14:51:34.362 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-02T14:51:34.455 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-02T14:51:34.555 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-02T14:51:34.605 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-02T14:51:34.684 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/2 2024-04-02T14:51:34.684 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/2 2024-04-02T14:51:34.970 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-02T14:51:34.970 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:34.970 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-04-02T14:51:34.970 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-02T14:51:34.970 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:34.970 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-04-02T14:51:35.262 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-volume 2024-04-02T14:51:35.326 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-02T14:51:35.370 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-02T14:51:35.403 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-02T14:51:35.451 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-02T14:51:35.473 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-mgr-rook-2:19.0.0-2592.g3f3f3ed9.el9.noarch 13/13 2024-04-02T14:51:35.838 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:35 ago on Tue 02 Apr 2024 02:50:00 PM UTC. 2024-04-02T14:51:35.996 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-04-02T14:51:35.996 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:51:35.997 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2024-04-02T14:51:35.997 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:51:35.997 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-04-02T14:51:35.997 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-volume noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 273 k 2024-04-02T14:51:35.997 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2024-04-02T14:51:35.997 INFO:teuthology.orchestra.run.smithi161.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-04-02T14:51:35.997 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:35.997 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-04-02T14:51:35.997 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:51:35.997 INFO:teuthology.orchestra.run.smithi161.stdout:Install 2 Packages 2024-04-02T14:51:35.997 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:35.998 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 342 k 2024-04-02T14:51:35.998 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 1.5 M 2024-04-02T14:51:35.998 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-04-02T14:51:36.154 INFO:teuthology.orchestra.run.smithi161.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 440 kB/s | 69 kB 00:00 2024-04-02T14:51:36.205 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2592.g3f3f3ed9.el9.noarch 13/13 2024-04-02T14:51:36.205 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/13 2024-04-02T14:51:36.205 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-02T14:51:36.206 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-02T14:51:36.206 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-02T14:51:36.206 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-02T14:51:36.206 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-02T14:51:36.206 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-02T14:51:36.206 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-02T14:51:36.206 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-02T14:51:36.206 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-02T14:51:36.206 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-02T14:51:36.206 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-02T14:51:36.388 INFO:teuthology.orchestra.run.smithi161.stdout:(2/2): ceph-volume-19.0.0-2592.g3f3f3ed9.el9.no 701 kB/s | 273 kB 00:00 2024-04-02T14:51:36.389 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:51:36.389 INFO:teuthology.orchestra.run.smithi161.stdout:Total 872 kB/s | 342 kB 00:00 2024-04-02T14:51:36.389 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-04-02T14:51:36.397 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-04-02T14:51:36.398 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-04-02T14:51:36.436 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-04-02T14:51:36.437 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-04-02T14:51:36.570 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-02T14:51:36.571 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:36.571 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-04-02T14:51:36.571 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-rook-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:51:36.571 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-02T14:51:36.571 INFO:teuthology.orchestra.run.smithi176.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-02T14:51:36.571 INFO:teuthology.orchestra.run.smithi176.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-02T14:51:36.571 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-02T14:51:36.571 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-02T14:51:36.571 INFO:teuthology.orchestra.run.smithi176.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-02T14:51:36.571 INFO:teuthology.orchestra.run.smithi176.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-02T14:51:36.571 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-02T14:51:36.571 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-02T14:51:36.571 INFO:teuthology.orchestra.run.smithi176.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-02T14:51:36.571 INFO:teuthology.orchestra.run.smithi176.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-02T14:51:36.572 INFO:teuthology.orchestra.run.smithi176.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-02T14:51:36.572 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:36.572 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-04-02T14:51:36.587 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-04-02T14:51:36.775 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-02T14:51:36.815 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-volume-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2/2 2024-04-02T14:51:36.816 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph-mgr-cephadm 2024-04-02T14:51:36.831 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-volume-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2/2 2024-04-02T14:51:36.831 INFO:teuthology.orchestra.run.smithi161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:51:36.831 INFO:teuthology.orchestra.run.smithi161.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-02T14:51:36.832 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:37.397 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:35 ago on Tue 02 Apr 2024 02:50:02 PM UTC. 2024-04-02T14:51:37.561 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-04-02T14:51:37.561 INFO:teuthology.orchestra.run.smithi176.stdout:======================================================================================== 2024-04-02T14:51:37.562 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2024-04-02T14:51:37.562 INFO:teuthology.orchestra.run.smithi176.stdout:======================================================================================== 2024-04-02T14:51:37.562 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-04-02T14:51:37.562 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 141 k 2024-04-02T14:51:37.562 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2024-04-02T14:51:37.562 INFO:teuthology.orchestra.run.smithi176.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-02T14:51:37.562 INFO:teuthology.orchestra.run.smithi176.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-04-02T14:51:37.562 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-02T14:51:37.562 INFO:teuthology.orchestra.run.smithi176.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-02T14:51:37.562 INFO:teuthology.orchestra.run.smithi176.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-02T14:51:37.562 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:37.562 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-04-02T14:51:37.563 INFO:teuthology.orchestra.run.smithi176.stdout:======================================================================================== 2024-04-02T14:51:37.563 INFO:teuthology.orchestra.run.smithi176.stdout:Install 6 Packages 2024-04-02T14:51:37.563 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:37.563 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 6.8 M 2024-04-02T14:51:37.563 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 33 M 2024-04-02T14:51:37.563 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-04-02T14:51:37.604 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-volume-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/2 2024-04-02T14:51:37.919 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-02T14:51:37.920 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:37.920 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-04-02T14:51:37.920 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-volume-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:51:37.920 INFO:teuthology.orchestra.run.smithi161.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-02T14:51:37.920 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:37.920 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-04-02T14:51:38.223 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install librados-devel 2024-04-02T14:51:38.255 INFO:teuthology.orchestra.run.smithi176.stdout:(1/6): ceph-mgr-cephadm-19.0.0-2592.g3f3f3ed9.e 272 kB/s | 141 kB 00:00 2024-04-02T14:51:38.338 INFO:teuthology.orchestra.run.smithi176.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 9.6 MB/s | 5.8 MB 00:00 2024-04-02T14:51:38.802 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:38 ago on Tue 02 Apr 2024 02:50:00 PM UTC. 2024-04-02T14:51:38.880 INFO:teuthology.orchestra.run.smithi176.stdout:(3/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 216 kB/s | 248 kB 00:01 2024-04-02T14:51:38.947 INFO:teuthology.orchestra.run.smithi176.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 95 kB/s | 58 kB 00:00 2024-04-02T14:51:38.952 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-04-02T14:51:38.953 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:51:38.953 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repo Size 2024-04-02T14:51:38.953 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:51:38.953 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-04-02T14:51:38.953 INFO:teuthology.orchestra.run.smithi161.stdout: librados-devel x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 127 k 2024-04-02T14:51:38.953 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:38.953 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-04-02T14:51:38.953 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:51:38.954 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2024-04-02T14:51:38.954 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:38.954 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 127 k 2024-04-02T14:51:38.954 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 456 k 2024-04-02T14:51:38.954 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-04-02T14:51:39.322 INFO:teuthology.orchestra.run.smithi176.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 514 kB/s | 548 kB 00:01 2024-04-02T14:51:39.327 INFO:teuthology.orchestra.run.smithi161.stdout:librados-devel-19.0.0-2592.g3f3f3ed9.el9.x86_64 340 kB/s | 127 kB 00:00 2024-04-02T14:51:39.328 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:51:39.328 INFO:teuthology.orchestra.run.smithi161.stdout:Total 339 kB/s | 127 kB 00:00 2024-04-02T14:51:39.328 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-04-02T14:51:39.334 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-04-02T14:51:39.334 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-04-02T14:51:39.381 INFO:teuthology.orchestra.run.smithi176.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 102 kB/s | 51 kB 00:00 2024-04-02T14:51:39.384 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:51:39.384 INFO:teuthology.orchestra.run.smithi176.stdout:Total 3.7 MB/s | 6.8 MB 00:01 2024-04-02T14:51:39.391 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-04-02T14:51:39.391 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-04-02T14:51:39.397 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-04-02T14:51:39.407 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-04-02T14:51:39.407 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-04-02T14:51:39.496 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-04-02T14:51:39.498 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-04-02T14:51:39.550 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-04-02T14:51:39.659 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : librados-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:51:39.797 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-04-02T14:51:39.962 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-02T14:51:40.016 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-02T14:51:40.121 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librados-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:51:40.435 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librados-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:51:40.436 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:40.436 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-04-02T14:51:40.436 INFO:teuthology.orchestra.run.smithi161.stdout: librados-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:51:40.436 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:40.436 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-04-02T14:51:40.532 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-02T14:51:40.618 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-02T14:51:40.679 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install libcephfs2 2024-04-02T14:51:40.689 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-02T14:51:40.719 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 6/6 2024-04-02T14:51:41.259 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:41 ago on Tue 02 Apr 2024 02:50:00 PM UTC. 2024-04-02T14:51:41.362 INFO:teuthology.orchestra.run.smithi161.stdout:Package libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:51:41.416 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-04-02T14:51:41.417 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2024-04-02T14:51:41.417 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-04-02T14:51:41.481 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install libcephfs-devel 2024-04-02T14:51:41.554 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 6/6 2024-04-02T14:51:41.554 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/6 2024-04-02T14:51:41.554 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-02T14:51:41.554 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-02T14:51:41.554 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-02T14:51:41.554 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-02T14:51:41.860 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-02T14:51:41.860 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:41.861 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-04-02T14:51:41.861 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:51:41.861 INFO:teuthology.orchestra.run.smithi176.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-02T14:51:41.861 INFO:teuthology.orchestra.run.smithi176.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-02T14:51:41.861 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-02T14:51:41.861 INFO:teuthology.orchestra.run.smithi176.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-02T14:51:41.861 INFO:teuthology.orchestra.run.smithi176.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-02T14:51:41.861 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:41.861 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-04-02T14:51:42.041 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:42 ago on Tue 02 Apr 2024 02:50:00 PM UTC. 2024-04-02T14:51:42.095 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph-fuse 2024-04-02T14:51:42.194 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-04-02T14:51:42.195 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:51:42.195 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repo Size 2024-04-02T14:51:42.195 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:51:42.195 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-04-02T14:51:42.195 INFO:teuthology.orchestra.run.smithi161.stdout: libcephfs-devel x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 32 k 2024-04-02T14:51:42.195 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:42.195 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-04-02T14:51:42.195 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:51:42.195 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2024-04-02T14:51:42.195 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:42.195 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 32 k 2024-04-02T14:51:42.195 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 142 k 2024-04-02T14:51:42.195 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-04-02T14:51:42.364 INFO:teuthology.orchestra.run.smithi161.stdout:libcephfs-devel-19.0.0-2592.g3f3f3ed9.el9.x86_6 188 kB/s | 32 kB 00:00 2024-04-02T14:51:42.364 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:51:42.364 INFO:teuthology.orchestra.run.smithi161.stdout:Total 187 kB/s | 32 kB 00:00 2024-04-02T14:51:42.365 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-04-02T14:51:42.368 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-04-02T14:51:42.368 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-04-02T14:51:42.400 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-04-02T14:51:42.401 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-04-02T14:51:42.518 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-04-02T14:51:42.620 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libcephfs-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:51:42.659 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:40 ago on Tue 02 Apr 2024 02:50:02 PM UTC. 2024-04-02T14:51:42.814 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-04-02T14:51:42.815 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:51:42.815 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2024-04-02T14:51:42.815 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:51:42.815 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-04-02T14:51:42.815 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-fuse x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 890 k 2024-04-02T14:51:42.815 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2024-04-02T14:51:42.815 INFO:teuthology.orchestra.run.smithi176.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-04-02T14:51:42.816 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:42.816 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-04-02T14:51:42.816 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:51:42.816 INFO:teuthology.orchestra.run.smithi176.stdout:Install 2 Packages 2024-04-02T14:51:42.816 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:42.816 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 969 k 2024-04-02T14:51:42.816 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 2.8 M 2024-04-02T14:51:42.816 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-04-02T14:51:42.993 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:51:43.107 INFO:teuthology.orchestra.run.smithi176.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 270 kB/s | 79 kB 00:00 2024-04-02T14:51:43.260 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libcephfs-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:51:43.260 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:43.260 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-04-02T14:51:43.260 INFO:teuthology.orchestra.run.smithi161.stdout: libcephfs-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:51:43.260 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:43.260 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-04-02T14:51:43.428 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install librados2 2024-04-02T14:51:43.753 INFO:teuthology.orchestra.run.smithi176.stdout:(2/2): ceph-fuse-19.0.0-2592.g3f3f3ed9.el9.x86_ 950 kB/s | 890 kB 00:00 2024-04-02T14:51:43.754 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:51:43.754 INFO:teuthology.orchestra.run.smithi176.stdout:Total 1.0 MB/s | 969 kB 00:00 2024-04-02T14:51:43.754 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-04-02T14:51:43.776 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-04-02T14:51:43.776 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-04-02T14:51:43.851 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-04-02T14:51:43.851 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-04-02T14:51:43.996 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:44 ago on Tue 02 Apr 2024 02:50:00 PM UTC. 2024-04-02T14:51:44.035 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-04-02T14:51:44.095 INFO:teuthology.orchestra.run.smithi161.stdout:Package librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:51:44.148 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-04-02T14:51:44.149 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2024-04-02T14:51:44.149 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-04-02T14:51:44.167 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-02T14:51:44.205 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install librbd1 2024-04-02T14:51:44.241 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/2 2024-04-02T14:51:44.776 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:44 ago on Tue 02 Apr 2024 02:50:00 PM UTC. 2024-04-02T14:51:44.877 INFO:teuthology.orchestra.run.smithi161.stdout:Package librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:51:44.930 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-04-02T14:51:44.931 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2024-04-02T14:51:44.931 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-04-02T14:51:44.951 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/2 2024-04-02T14:51:44.951 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/2 2024-04-02T14:51:44.987 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install python3-rados 2024-04-02T14:51:45.276 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-02T14:51:45.276 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:45.276 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-04-02T14:51:45.276 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-02T14:51:45.276 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:45.276 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-04-02T14:51:45.565 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph-volume 2024-04-02T14:51:45.566 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:45 ago on Tue 02 Apr 2024 02:50:00 PM UTC. 2024-04-02T14:51:45.656 INFO:teuthology.orchestra.run.smithi161.stdout:Package python3-rados-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:51:45.709 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-04-02T14:51:45.710 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2024-04-02T14:51:45.710 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-04-02T14:51:45.772 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install python3-rgw 2024-04-02T14:51:46.149 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:44 ago on Tue 02 Apr 2024 02:50:02 PM UTC. 2024-04-02T14:51:46.301 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-04-02T14:51:46.302 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:51:46.302 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2024-04-02T14:51:46.302 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:51:46.302 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-04-02T14:51:46.302 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-volume noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 273 k 2024-04-02T14:51:46.302 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2024-04-02T14:51:46.302 INFO:teuthology.orchestra.run.smithi176.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-04-02T14:51:46.303 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:46.303 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-04-02T14:51:46.303 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:51:46.303 INFO:teuthology.orchestra.run.smithi176.stdout:Install 2 Packages 2024-04-02T14:51:46.303 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:46.303 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 342 k 2024-04-02T14:51:46.303 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 1.5 M 2024-04-02T14:51:46.303 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-04-02T14:51:46.342 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:46 ago on Tue 02 Apr 2024 02:50:00 PM UTC. 2024-04-02T14:51:46.442 INFO:teuthology.orchestra.run.smithi161.stdout:Package python3-rgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:51:46.445 INFO:teuthology.orchestra.run.smithi176.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 485 kB/s | 69 kB 00:00 2024-04-02T14:51:46.494 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-04-02T14:51:46.495 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2024-04-02T14:51:46.495 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-04-02T14:51:46.570 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install python3-cephfs 2024-04-02T14:51:46.771 INFO:teuthology.orchestra.run.smithi176.stdout:(2/2): ceph-volume-19.0.0-2592.g3f3f3ed9.el9.no 585 kB/s | 273 kB 00:00 2024-04-02T14:51:46.772 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:51:46.772 INFO:teuthology.orchestra.run.smithi176.stdout:Total 728 kB/s | 342 kB 00:00 2024-04-02T14:51:46.772 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-04-02T14:51:46.781 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-04-02T14:51:46.781 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-04-02T14:51:46.817 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-04-02T14:51:46.818 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-04-02T14:51:46.963 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-04-02T14:51:47.137 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:47 ago on Tue 02 Apr 2024 02:50:00 PM UTC. 2024-04-02T14:51:47.166 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-02T14:51:47.198 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-volume-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2/2 2024-04-02T14:51:47.214 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-volume-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2/2 2024-04-02T14:51:47.214 INFO:teuthology.orchestra.run.smithi176.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:51:47.214 INFO:teuthology.orchestra.run.smithi176.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-02T14:51:47.214 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:47.236 INFO:teuthology.orchestra.run.smithi161.stdout:Package python3-cephfs-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:51:47.288 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-04-02T14:51:47.289 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2024-04-02T14:51:47.289 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-04-02T14:51:47.333 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install python3-rbd 2024-04-02T14:51:47.913 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:47 ago on Tue 02 Apr 2024 02:50:00 PM UTC. 2024-04-02T14:51:47.957 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-volume-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/2 2024-04-02T14:51:48.012 INFO:teuthology.orchestra.run.smithi161.stdout:Package python3-rbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:51:48.064 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-04-02T14:51:48.065 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2024-04-02T14:51:48.065 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-04-02T14:51:48.117 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install rbd-fuse 2024-04-02T14:51:48.301 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-02T14:51:48.301 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:48.301 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-04-02T14:51:48.302 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-volume-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:51:48.302 INFO:teuthology.orchestra.run.smithi176.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-02T14:51:48.302 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:48.302 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-04-02T14:51:48.636 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install librados-devel 2024-04-02T14:51:48.693 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:48 ago on Tue 02 Apr 2024 02:50:00 PM UTC. 2024-04-02T14:51:48.844 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-04-02T14:51:48.845 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:51:48.845 INFO:teuthology.orchestra.run.smithi161.stdout: Package Architecture Version Repository Size 2024-04-02T14:51:48.845 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:51:48.845 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-04-02T14:51:48.845 INFO:teuthology.orchestra.run.smithi161.stdout: rbd-fuse x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 85 k 2024-04-02T14:51:48.845 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:48.845 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-04-02T14:51:48.845 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:51:48.846 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2024-04-02T14:51:48.846 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:48.846 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 85 k 2024-04-02T14:51:48.846 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 231 k 2024-04-02T14:51:48.846 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-04-02T14:51:49.150 INFO:teuthology.orchestra.run.smithi161.stdout:rbd-fuse-19.0.0-2592.g3f3f3ed9.el9.x86_64.rpm 282 kB/s | 85 kB 00:00 2024-04-02T14:51:49.150 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:51:49.150 INFO:teuthology.orchestra.run.smithi161.stdout:Total 280 kB/s | 85 kB 00:00 2024-04-02T14:51:49.151 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-04-02T14:51:49.157 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-04-02T14:51:49.158 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-04-02T14:51:49.207 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:47 ago on Tue 02 Apr 2024 02:50:02 PM UTC. 2024-04-02T14:51:49.212 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-04-02T14:51:49.213 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-04-02T14:51:49.351 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-04-02T14:51:49.359 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-04-02T14:51:49.360 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:51:49.360 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repo Size 2024-04-02T14:51:49.360 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:51:49.360 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-04-02T14:51:49.360 INFO:teuthology.orchestra.run.smithi176.stdout: librados-devel x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 127 k 2024-04-02T14:51:49.360 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:49.361 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-04-02T14:51:49.361 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:51:49.361 INFO:teuthology.orchestra.run.smithi176.stdout:Install 1 Package 2024-04-02T14:51:49.361 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:49.361 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 127 k 2024-04-02T14:51:49.361 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 456 k 2024-04-02T14:51:49.362 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-04-02T14:51:49.456 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : rbd-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:51:49.703 INFO:teuthology.orchestra.run.smithi176.stdout:librados-devel-19.0.0-2592.g3f3f3ed9.el9.x86_64 371 kB/s | 127 kB 00:00 2024-04-02T14:51:49.704 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:51:49.704 INFO:teuthology.orchestra.run.smithi176.stdout:Total 369 kB/s | 127 kB 00:00 2024-04-02T14:51:49.704 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-04-02T14:51:49.710 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-04-02T14:51:49.710 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-04-02T14:51:49.767 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-04-02T14:51:49.767 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-04-02T14:51:49.852 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:51:49.909 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-04-02T14:51:50.018 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : librados-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:51:50.176 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : rbd-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:51:50.176 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:50.176 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-04-02T14:51:50.177 INFO:teuthology.orchestra.run.smithi161.stdout: rbd-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:51:50.177 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:50.177 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-04-02T14:51:50.422 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install rbd-mirror 2024-04-02T14:51:50.522 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: librados-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:51:50.809 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : librados-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:51:50.810 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:50.810 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-04-02T14:51:50.810 INFO:teuthology.orchestra.run.smithi176.stdout: librados-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:51:50.810 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:50.810 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-04-02T14:51:51.000 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:51 ago on Tue 02 Apr 2024 02:50:00 PM UTC. 2024-04-02T14:51:51.030 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install libcephfs2 2024-04-02T14:51:51.155 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-04-02T14:51:51.156 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:51:51.156 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repo Size 2024-04-02T14:51:51.156 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:51:51.156 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-04-02T14:51:51.156 INFO:teuthology.orchestra.run.smithi161.stdout: rbd-mirror x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 3.1 M 2024-04-02T14:51:51.156 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:51.156 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-04-02T14:51:51.156 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:51:51.156 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2024-04-02T14:51:51.156 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:51.157 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 3.1 M 2024-04-02T14:51:51.157 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 13 M 2024-04-02T14:51:51.157 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-04-02T14:51:51.608 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:49 ago on Tue 02 Apr 2024 02:50:02 PM UTC. 2024-04-02T14:51:51.710 INFO:teuthology.orchestra.run.smithi176.stdout:Package libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:51:51.763 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-04-02T14:51:51.764 INFO:teuthology.orchestra.run.smithi176.stdout:Nothing to do. 2024-04-02T14:51:51.764 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-04-02T14:51:51.831 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install libcephfs-devel 2024-04-02T14:51:52.387 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:50 ago on Tue 02 Apr 2024 02:50:02 PM UTC. 2024-04-02T14:51:52.538 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-04-02T14:51:52.539 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:51:52.539 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repo Size 2024-04-02T14:51:52.539 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:51:52.539 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-04-02T14:51:52.539 INFO:teuthology.orchestra.run.smithi176.stdout: libcephfs-devel x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 32 k 2024-04-02T14:51:52.539 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:52.539 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-04-02T14:51:52.539 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:51:52.539 INFO:teuthology.orchestra.run.smithi176.stdout:Install 1 Package 2024-04-02T14:51:52.539 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:52.539 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 32 k 2024-04-02T14:51:52.539 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 142 k 2024-04-02T14:51:52.539 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-04-02T14:51:52.782 INFO:teuthology.orchestra.run.smithi176.stdout:libcephfs-devel-19.0.0-2592.g3f3f3ed9.el9.x86_6 131 kB/s | 32 kB 00:00 2024-04-02T14:51:52.783 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:51:52.783 INFO:teuthology.orchestra.run.smithi176.stdout:Total 130 kB/s | 32 kB 00:00 2024-04-02T14:51:52.783 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-04-02T14:51:52.786 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-04-02T14:51:52.786 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-04-02T14:51:52.822 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-04-02T14:51:52.822 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-04-02T14:51:52.827 INFO:teuthology.orchestra.run.smithi161.stdout:rbd-mirror-19.0.0-2592.g3f3f3ed9.el9.x86_64.rpm 1.8 MB/s | 3.1 MB 00:01 2024-04-02T14:51:52.828 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:51:52.829 INFO:teuthology.orchestra.run.smithi161.stdout:Total 1.8 MB/s | 3.1 MB 00:01 2024-04-02T14:51:52.829 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-04-02T14:51:52.840 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-04-02T14:51:52.840 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-04-02T14:51:52.917 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-04-02T14:51:52.918 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-04-02T14:51:52.952 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-04-02T14:51:53.055 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libcephfs-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:51:53.336 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-04-02T14:51:53.403 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : rbd-mirror-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:51:53.428 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:51:53.428 INFO:teuthology.orchestra.run.smithi161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:51:53.428 INFO:teuthology.orchestra.run.smithi161.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-02T14:51:53.428 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-02T14:51:53.428 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-02T14:51:53.428 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:53.453 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:51:53.726 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libcephfs-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:51:53.726 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:53.726 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-04-02T14:51:53.726 INFO:teuthology.orchestra.run.smithi176.stdout: libcephfs-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:51:53.727 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:53.727 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-04-02T14:51:53.908 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install librados2 2024-04-02T14:51:54.472 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:52 ago on Tue 02 Apr 2024 02:50:02 PM UTC. 2024-04-02T14:51:54.521 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : rbd-mirror-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:51:54.521 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:54.521 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-04-02T14:51:54.521 INFO:teuthology.orchestra.run.smithi161.stdout: rbd-mirror-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:51:54.521 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:54.521 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-04-02T14:51:54.570 INFO:teuthology.orchestra.run.smithi176.stdout:Package librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:51:54.623 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-04-02T14:51:54.624 INFO:teuthology.orchestra.run.smithi176.stdout:Nothing to do. 2024-04-02T14:51:54.624 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-04-02T14:51:54.676 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install librbd1 2024-04-02T14:51:54.804 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install rbd-nbd 2024-04-02T14:51:55.248 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:53 ago on Tue 02 Apr 2024 02:50:02 PM UTC. 2024-04-02T14:51:55.348 INFO:teuthology.orchestra.run.smithi176.stdout:Package librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:51:55.392 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:55 ago on Tue 02 Apr 2024 02:50:00 PM UTC. 2024-04-02T14:51:55.401 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-04-02T14:51:55.402 INFO:teuthology.orchestra.run.smithi176.stdout:Nothing to do. 2024-04-02T14:51:55.402 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-04-02T14:51:55.453 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install python3-rados 2024-04-02T14:51:55.547 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-04-02T14:51:55.547 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:51:55.547 INFO:teuthology.orchestra.run.smithi161.stdout: Package Architecture Version Repository Size 2024-04-02T14:51:55.547 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:51:55.547 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-04-02T14:51:55.547 INFO:teuthology.orchestra.run.smithi161.stdout: rbd-nbd x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 170 k 2024-04-02T14:51:55.548 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:55.548 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-04-02T14:51:55.548 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-02T14:51:55.548 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2024-04-02T14:51:55.548 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:55.548 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 170 k 2024-04-02T14:51:55.549 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 494 k 2024-04-02T14:51:55.549 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-04-02T14:51:55.864 INFO:teuthology.orchestra.run.smithi161.stdout:rbd-nbd-19.0.0-2592.g3f3f3ed9.el9.x86_64.rpm 540 kB/s | 170 kB 00:00 2024-04-02T14:51:55.865 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:51:55.865 INFO:teuthology.orchestra.run.smithi161.stdout:Total 538 kB/s | 170 kB 00:00 2024-04-02T14:51:55.865 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-04-02T14:51:55.873 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-04-02T14:51:55.873 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-04-02T14:51:55.930 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-04-02T14:51:55.930 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-04-02T14:51:56.026 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:54 ago on Tue 02 Apr 2024 02:50:02 PM UTC. 2024-04-02T14:51:56.080 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-04-02T14:51:56.127 INFO:teuthology.orchestra.run.smithi176.stdout:Package python3-rados-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:51:56.179 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : rbd-nbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:51:56.180 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-04-02T14:51:56.182 INFO:teuthology.orchestra.run.smithi176.stdout:Nothing to do. 2024-04-02T14:51:56.182 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-04-02T14:51:56.237 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install python3-rgw 2024-04-02T14:51:56.594 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:51:56.800 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:54 ago on Tue 02 Apr 2024 02:50:02 PM UTC. 2024-04-02T14:51:56.884 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : rbd-nbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:51:56.884 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:56.884 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-04-02T14:51:56.884 INFO:teuthology.orchestra.run.smithi161.stdout: rbd-nbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:51:56.884 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:51:56.884 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-04-02T14:51:56.900 INFO:teuthology.orchestra.run.smithi176.stdout:Package python3-rgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:51:56.952 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-04-02T14:51:56.953 INFO:teuthology.orchestra.run.smithi176.stdout:Nothing to do. 2024-04-02T14:51:56.953 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-04-02T14:51:57.000 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install python3-cephfs 2024-04-02T14:51:57.101 DEBUG:teuthology.parallel:result is None 2024-04-02T14:51:57.554 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:55 ago on Tue 02 Apr 2024 02:50:02 PM UTC. 2024-04-02T14:51:57.653 INFO:teuthology.orchestra.run.smithi176.stdout:Package python3-cephfs-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:51:57.703 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-04-02T14:51:57.705 INFO:teuthology.orchestra.run.smithi176.stdout:Nothing to do. 2024-04-02T14:51:57.705 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-04-02T14:51:57.755 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install python3-rbd 2024-04-02T14:51:58.325 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:56 ago on Tue 02 Apr 2024 02:50:02 PM UTC. 2024-04-02T14:51:58.425 INFO:teuthology.orchestra.run.smithi176.stdout:Package python3-rbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:51:58.478 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-04-02T14:51:58.479 INFO:teuthology.orchestra.run.smithi176.stdout:Nothing to do. 2024-04-02T14:51:58.479 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-04-02T14:51:58.533 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install rbd-fuse 2024-04-02T14:51:59.100 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:57 ago on Tue 02 Apr 2024 02:50:02 PM UTC. 2024-04-02T14:51:59.251 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-04-02T14:51:59.252 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:51:59.252 INFO:teuthology.orchestra.run.smithi176.stdout: Package Architecture Version Repository Size 2024-04-02T14:51:59.252 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:51:59.252 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-04-02T14:51:59.252 INFO:teuthology.orchestra.run.smithi176.stdout: rbd-fuse x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 85 k 2024-04-02T14:51:59.252 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:59.252 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-04-02T14:51:59.252 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:51:59.252 INFO:teuthology.orchestra.run.smithi176.stdout:Install 1 Package 2024-04-02T14:51:59.253 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:51:59.253 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 85 k 2024-04-02T14:51:59.253 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 231 k 2024-04-02T14:51:59.253 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-04-02T14:51:59.576 INFO:teuthology.orchestra.run.smithi176.stdout:rbd-fuse-19.0.0-2592.g3f3f3ed9.el9.x86_64.rpm 264 kB/s | 85 kB 00:00 2024-04-02T14:51:59.577 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:51:59.577 INFO:teuthology.orchestra.run.smithi176.stdout:Total 263 kB/s | 85 kB 00:00 2024-04-02T14:51:59.577 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-04-02T14:51:59.583 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-04-02T14:51:59.584 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-04-02T14:51:59.639 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-04-02T14:51:59.639 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-04-02T14:51:59.776 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-04-02T14:51:59.882 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : rbd-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:52:00.348 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:52:00.624 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : rbd-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:52:00.624 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:52:00.624 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-04-02T14:52:00.624 INFO:teuthology.orchestra.run.smithi176.stdout: rbd-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:52:00.624 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:52:00.625 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-04-02T14:52:00.851 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install rbd-mirror 2024-04-02T14:52:01.428 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:59 ago on Tue 02 Apr 2024 02:50:02 PM UTC. 2024-04-02T14:52:01.588 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-04-02T14:52:01.588 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:52:01.589 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repo Size 2024-04-02T14:52:01.589 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:52:01.589 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-04-02T14:52:01.589 INFO:teuthology.orchestra.run.smithi176.stdout: rbd-mirror x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 3.1 M 2024-04-02T14:52:01.589 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:52:01.589 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-04-02T14:52:01.589 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:52:01.589 INFO:teuthology.orchestra.run.smithi176.stdout:Install 1 Package 2024-04-02T14:52:01.589 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:52:01.589 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 3.1 M 2024-04-02T14:52:01.589 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 13 M 2024-04-02T14:52:01.589 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-04-02T14:52:02.196 INFO:teuthology.orchestra.run.smithi176.stdout:rbd-mirror-19.0.0-2592.g3f3f3ed9.el9.x86_64.rpm 5.1 MB/s | 3.1 MB 00:00 2024-04-02T14:52:02.196 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:52:02.197 INFO:teuthology.orchestra.run.smithi176.stdout:Total 5.1 MB/s | 3.1 MB 00:00 2024-04-02T14:52:02.197 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-04-02T14:52:02.206 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-04-02T14:52:02.206 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-04-02T14:52:02.279 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-04-02T14:52:02.279 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-04-02T14:52:02.695 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-04-02T14:52:02.746 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : rbd-mirror-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:52:02.771 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:52:02.771 INFO:teuthology.orchestra.run.smithi176.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:52:02.771 INFO:teuthology.orchestra.run.smithi176.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-02T14:52:02.771 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-02T14:52:02.771 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-02T14:52:02.771 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:52:03.950 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : rbd-mirror-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:52:03.950 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:52:03.950 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-04-02T14:52:03.950 INFO:teuthology.orchestra.run.smithi176.stdout: rbd-mirror-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:52:03.950 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:52:03.950 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-04-02T14:52:04.184 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install rbd-nbd 2024-04-02T14:52:04.765 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:02:02 ago on Tue 02 Apr 2024 02:50:02 PM UTC. 2024-04-02T14:52:04.917 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-04-02T14:52:04.918 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:52:04.918 INFO:teuthology.orchestra.run.smithi176.stdout: Package Architecture Version Repository Size 2024-04-02T14:52:04.918 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:52:04.919 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-04-02T14:52:04.919 INFO:teuthology.orchestra.run.smithi176.stdout: rbd-nbd x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 170 k 2024-04-02T14:52:04.919 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:52:04.919 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-04-02T14:52:04.919 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-04-02T14:52:04.919 INFO:teuthology.orchestra.run.smithi176.stdout:Install 1 Package 2024-04-02T14:52:04.919 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:52:04.919 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 170 k 2024-04-02T14:52:04.919 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 494 k 2024-04-02T14:52:04.919 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-04-02T14:52:05.140 INFO:teuthology.orchestra.run.smithi176.stdout:rbd-nbd-19.0.0-2592.g3f3f3ed9.el9.x86_64.rpm 770 kB/s | 170 kB 00:00 2024-04-02T14:52:05.141 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:52:05.141 INFO:teuthology.orchestra.run.smithi176.stdout:Total 766 kB/s | 170 kB 00:00 2024-04-02T14:52:05.141 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-04-02T14:52:05.149 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-04-02T14:52:05.149 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-04-02T14:52:05.205 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-04-02T14:52:05.205 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-04-02T14:52:05.347 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-04-02T14:52:05.439 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : rbd-nbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:52:05.896 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:52:06.185 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : rbd-nbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:52:06.186 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:52:06.186 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-04-02T14:52:06.186 INFO:teuthology.orchestra.run.smithi176.stdout: rbd-nbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:52:06.186 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:52:06.186 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-04-02T14:52:06.394 DEBUG:teuthology.parallel:result is None 2024-04-02T14:52:06.395 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T14:52:06.746 DEBUG:teuthology.orchestra.run.smithi161:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-02T14:52:06.771 INFO:teuthology.orchestra.run.smithi161.stdout:19.0.0-2592.g3f3f3ed9.el9 2024-04-02T14:52:06.771 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2592.g3f3f3ed9.el9 2024-04-02T14:52:06.771 INFO:teuthology.task.install:The correct ceph version 19.0.0-2592.g3f3f3ed9 is installed. 2024-04-02T14:52:06.773 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T14:52:06.916 DEBUG:teuthology.orchestra.run.smithi176:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-02T14:52:06.937 INFO:teuthology.orchestra.run.smithi176.stdout:19.0.0-2592.g3f3f3ed9.el9 2024-04-02T14:52:06.937 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2592.g3f3f3ed9.el9 2024-04-02T14:52:06.938 INFO:teuthology.task.install:The correct ceph version 19.0.0-2592.g3f3f3ed9 is installed. 2024-04-02T14:52:06.939 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-02T14:52:06.939 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-02T14:52:06.940 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-02T14:52:06.973 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-04-02T14:52:06.973 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-02T14:52:07.005 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-02T14:52:07.005 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-02T14:52:07.006 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/usr/bin/daemon-helper 2024-04-02T14:52:07.043 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-02T14:52:07.112 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-04-02T14:52:07.112 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/usr/bin/daemon-helper 2024-04-02T14:52:07.139 DEBUG:teuthology.orchestra.run.smithi176:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-02T14:52:07.206 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-02T14:52:07.206 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-02T14:52:07.207 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-02T14:52:07.238 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-02T14:52:07.306 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-04-02T14:52:07.306 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-02T14:52:07.333 DEBUG:teuthology.orchestra.run.smithi176:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-02T14:52:07.401 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-02T14:52:07.401 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-02T14:52:07.401 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/usr/bin/stdin-killer 2024-04-02T14:52:07.428 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-02T14:52:07.495 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-04-02T14:52:07.495 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/usr/bin/stdin-killer 2024-04-02T14:52:07.523 DEBUG:teuthology.orchestra.run.smithi176:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-02T14:52:07.591 INFO:teuthology.run_tasks:Running task cephadm.configure_samba_client_container... 2024-04-02T14:52:07.683 INFO:tasks.cephadm:Testing if podman is available 2024-04-02T14:52:07.683 DEBUG:teuthology.orchestra.run.smithi176:> sudo podman --help 2024-04-02T14:52:07.747 INFO:teuthology.orchestra.run.smithi176.stdout:Manage pods, containers and images 2024-04-02T14:52:07.747 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:52:07.748 INFO:teuthology.orchestra.run.smithi176.stdout:Usage: 2024-04-02T14:52:07.748 INFO:teuthology.orchestra.run.smithi176.stdout: podman [options] [command] 2024-04-02T14:52:07.748 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:52:07.748 INFO:teuthology.orchestra.run.smithi176.stdout:Available Commands: 2024-04-02T14:52:07.748 INFO:teuthology.orchestra.run.smithi176.stdout: attach Attach to a running container 2024-04-02T14:52:07.748 INFO:teuthology.orchestra.run.smithi176.stdout: auto-update Auto update containers according to their auto-update policy 2024-04-02T14:52:07.748 INFO:teuthology.orchestra.run.smithi176.stdout: build Build an image using instructions from Containerfiles 2024-04-02T14:52:07.748 INFO:teuthology.orchestra.run.smithi176.stdout: commit Create new image based on the changed container 2024-04-02T14:52:07.748 INFO:teuthology.orchestra.run.smithi176.stdout: compose Run compose workloads via an external provider such as docker-compose or podman-compose 2024-04-02T14:52:07.749 INFO:teuthology.orchestra.run.smithi176.stdout: container Manage containers 2024-04-02T14:52:07.749 INFO:teuthology.orchestra.run.smithi176.stdout: cp Copy files/folders between a container and the local filesystem 2024-04-02T14:52:07.749 INFO:teuthology.orchestra.run.smithi176.stdout: create Create but do not start a container 2024-04-02T14:52:07.749 INFO:teuthology.orchestra.run.smithi176.stdout: diff Display the changes to the object's file system 2024-04-02T14:52:07.749 INFO:teuthology.orchestra.run.smithi176.stdout: events Show podman system events 2024-04-02T14:52:07.749 INFO:teuthology.orchestra.run.smithi176.stdout: exec Run a process in a running container 2024-04-02T14:52:07.749 INFO:teuthology.orchestra.run.smithi176.stdout: export Export container's filesystem contents as a tar archive 2024-04-02T14:52:07.749 INFO:teuthology.orchestra.run.smithi176.stdout: farm Farm out builds to remote machines 2024-04-02T14:52:07.749 INFO:teuthology.orchestra.run.smithi176.stdout: generate Generate structured data based on containers, pods or volumes 2024-04-02T14:52:07.749 INFO:teuthology.orchestra.run.smithi176.stdout: healthcheck Manage health checks on containers 2024-04-02T14:52:07.749 INFO:teuthology.orchestra.run.smithi176.stdout: help Help about any command 2024-04-02T14:52:07.749 INFO:teuthology.orchestra.run.smithi176.stdout: history Show history of a specified image 2024-04-02T14:52:07.749 INFO:teuthology.orchestra.run.smithi176.stdout: image Manage images 2024-04-02T14:52:07.749 INFO:teuthology.orchestra.run.smithi176.stdout: images List images in local storage 2024-04-02T14:52:07.750 INFO:teuthology.orchestra.run.smithi176.stdout: import Import a tarball to create a filesystem image 2024-04-02T14:52:07.750 INFO:teuthology.orchestra.run.smithi176.stdout: info Display podman system information 2024-04-02T14:52:07.750 INFO:teuthology.orchestra.run.smithi176.stdout: init Initialize one or more containers 2024-04-02T14:52:07.750 INFO:teuthology.orchestra.run.smithi176.stdout: inspect Display the configuration of object denoted by ID 2024-04-02T14:52:07.750 INFO:teuthology.orchestra.run.smithi176.stdout: kill Kill one or more running containers with a specific signal 2024-04-02T14:52:07.750 INFO:teuthology.orchestra.run.smithi176.stdout: kube Play containers, pods or volumes from a structured file 2024-04-02T14:52:07.750 INFO:teuthology.orchestra.run.smithi176.stdout: load Load image(s) from a tar archive 2024-04-02T14:52:07.750 INFO:teuthology.orchestra.run.smithi176.stdout: login Log in to a container registry 2024-04-02T14:52:07.750 INFO:teuthology.orchestra.run.smithi176.stdout: logout Log out of a container registry 2024-04-02T14:52:07.750 INFO:teuthology.orchestra.run.smithi176.stdout: logs Fetch the logs of one or more containers 2024-04-02T14:52:07.750 INFO:teuthology.orchestra.run.smithi176.stdout: machine Manage a virtual machine 2024-04-02T14:52:07.750 INFO:teuthology.orchestra.run.smithi176.stdout: manifest Manipulate manifest lists and image indexes 2024-04-02T14:52:07.750 INFO:teuthology.orchestra.run.smithi176.stdout: mount Mount a working container's root filesystem 2024-04-02T14:52:07.751 INFO:teuthology.orchestra.run.smithi176.stdout: network Manage networks 2024-04-02T14:52:07.751 INFO:teuthology.orchestra.run.smithi176.stdout: pause Pause all the processes in one or more containers 2024-04-02T14:52:07.751 INFO:teuthology.orchestra.run.smithi176.stdout: pod Manage pods 2024-04-02T14:52:07.751 INFO:teuthology.orchestra.run.smithi176.stdout: port List port mappings or a specific mapping for the container 2024-04-02T14:52:07.751 INFO:teuthology.orchestra.run.smithi176.stdout: ps List containers 2024-04-02T14:52:07.751 INFO:teuthology.orchestra.run.smithi176.stdout: pull Pull an image from a registry 2024-04-02T14:52:07.751 INFO:teuthology.orchestra.run.smithi176.stdout: push Push an image to a specified destination 2024-04-02T14:52:07.751 INFO:teuthology.orchestra.run.smithi176.stdout: rename Rename an existing container 2024-04-02T14:52:07.751 INFO:teuthology.orchestra.run.smithi176.stdout: restart Restart one or more containers 2024-04-02T14:52:07.751 INFO:teuthology.orchestra.run.smithi176.stdout: rm Remove one or more containers 2024-04-02T14:52:07.751 INFO:teuthology.orchestra.run.smithi176.stdout: rmi Remove one or more images from local storage 2024-04-02T14:52:07.751 INFO:teuthology.orchestra.run.smithi176.stdout: run Run a command in a new container 2024-04-02T14:52:07.751 INFO:teuthology.orchestra.run.smithi176.stdout: save Save image(s) to an archive 2024-04-02T14:52:07.752 INFO:teuthology.orchestra.run.smithi176.stdout: search Search registry for image 2024-04-02T14:52:07.752 INFO:teuthology.orchestra.run.smithi176.stdout: secret Manage secrets 2024-04-02T14:52:07.752 INFO:teuthology.orchestra.run.smithi176.stdout: start Start one or more containers 2024-04-02T14:52:07.752 INFO:teuthology.orchestra.run.smithi176.stdout: stats Display a live stream of container resource usage statistics 2024-04-02T14:52:07.752 INFO:teuthology.orchestra.run.smithi176.stdout: stop Stop one or more containers 2024-04-02T14:52:07.752 INFO:teuthology.orchestra.run.smithi176.stdout: system Manage podman 2024-04-02T14:52:07.752 INFO:teuthology.orchestra.run.smithi176.stdout: tag Add an additional name to a local image 2024-04-02T14:52:07.752 INFO:teuthology.orchestra.run.smithi176.stdout: top Display the running processes of a container 2024-04-02T14:52:07.752 INFO:teuthology.orchestra.run.smithi176.stdout: unmount Unmount working container's root filesystem 2024-04-02T14:52:07.752 INFO:teuthology.orchestra.run.smithi176.stdout: unpause Unpause the processes in one or more containers 2024-04-02T14:52:07.752 INFO:teuthology.orchestra.run.smithi176.stdout: unshare Run a command in a modified user namespace 2024-04-02T14:52:07.752 INFO:teuthology.orchestra.run.smithi176.stdout: untag Remove a name from a local image 2024-04-02T14:52:07.752 INFO:teuthology.orchestra.run.smithi176.stdout: update Update an existing container 2024-04-02T14:52:07.752 INFO:teuthology.orchestra.run.smithi176.stdout: version Display the Podman version information 2024-04-02T14:52:07.753 INFO:teuthology.orchestra.run.smithi176.stdout: volume Manage volumes 2024-04-02T14:52:07.753 INFO:teuthology.orchestra.run.smithi176.stdout: wait Block on one or more containers 2024-04-02T14:52:07.753 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:52:07.753 INFO:teuthology.orchestra.run.smithi176.stdout:Options: 2024-04-02T14:52:07.753 INFO:teuthology.orchestra.run.smithi176.stdout: --cgroup-manager string Cgroup manager to use ("cgroupfs"|"systemd") (default "systemd") 2024-04-02T14:52:07.753 INFO:teuthology.orchestra.run.smithi176.stdout: --conmon string Path of the conmon binary 2024-04-02T14:52:07.753 INFO:teuthology.orchestra.run.smithi176.stdout: -c, --connection string Connection to use for remote Podman service 2024-04-02T14:52:07.753 INFO:teuthology.orchestra.run.smithi176.stdout: --events-backend string Events backend to use ("file"|"journald"|"none") (default "journald") 2024-04-02T14:52:07.753 INFO:teuthology.orchestra.run.smithi176.stdout: --help Help for podman 2024-04-02T14:52:07.753 INFO:teuthology.orchestra.run.smithi176.stdout: --hooks-dir strings Set the OCI hooks directory path (may be set multiple times) (default [/usr/share/containers/oci/hooks.d]) 2024-04-02T14:52:07.753 INFO:teuthology.orchestra.run.smithi176.stdout: --identity string path to SSH identity file, (CONTAINER_SSHKEY) 2024-04-02T14:52:07.753 INFO:teuthology.orchestra.run.smithi176.stdout: --imagestore string Path to the 'image store', different from 'graph root', use this to split storing the image into a separate 'image store', see 'man containers-storage.conf' for details 2024-04-02T14:52:07.753 INFO:teuthology.orchestra.run.smithi176.stdout: --log-level string Log messages above specified level (trace, debug, info, warn, warning, error, fatal, panic) (default "warn") 2024-04-02T14:52:07.753 INFO:teuthology.orchestra.run.smithi176.stdout: --module strings Load the containers.conf(5) module 2024-04-02T14:52:07.754 INFO:teuthology.orchestra.run.smithi176.stdout: --network-cmd-path string Path to the command for configuring the network 2024-04-02T14:52:07.754 INFO:teuthology.orchestra.run.smithi176.stdout: --network-config-dir string Path of the configuration directory for networks 2024-04-02T14:52:07.754 INFO:teuthology.orchestra.run.smithi176.stdout: --out string Send output (stdout) from podman to a file 2024-04-02T14:52:07.754 INFO:teuthology.orchestra.run.smithi176.stdout: -r, --remote Access remote Podman service 2024-04-02T14:52:07.754 INFO:teuthology.orchestra.run.smithi176.stdout: --root string Path to the graph root directory where images, containers, etc. are stored 2024-04-02T14:52:07.754 INFO:teuthology.orchestra.run.smithi176.stdout: --runroot string Path to the 'run directory' where all state information is stored 2024-04-02T14:52:07.754 INFO:teuthology.orchestra.run.smithi176.stdout: --runtime string Path to the OCI-compatible binary used to run containers. (default "crun") 2024-04-02T14:52:07.754 INFO:teuthology.orchestra.run.smithi176.stdout: --runtime-flag stringArray add global flags for the container runtime 2024-04-02T14:52:07.754 INFO:teuthology.orchestra.run.smithi176.stdout: --ssh string define the ssh mode (default "golang") 2024-04-02T14:52:07.754 INFO:teuthology.orchestra.run.smithi176.stdout: --storage-driver string Select which storage driver is used to manage storage of images and containers 2024-04-02T14:52:07.754 INFO:teuthology.orchestra.run.smithi176.stdout: --storage-opt stringArray Used to pass an option to the storage driver 2024-04-02T14:52:07.754 INFO:teuthology.orchestra.run.smithi176.stdout: --syslog Output logging information to syslog as well as the console (default false) 2024-04-02T14:52:07.754 INFO:teuthology.orchestra.run.smithi176.stdout: --tmpdir string Path to the tmp directory for libpod state content. 2024-04-02T14:52:07.754 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-02T14:52:07.755 INFO:teuthology.orchestra.run.smithi176.stdout: Note: use the environment variable 'TMPDIR' to change the temporary storage location for container images, '/var/tmp'. 2024-04-02T14:52:07.755 INFO:teuthology.orchestra.run.smithi176.stdout: (default "/run/libpod") 2024-04-02T14:52:07.755 INFO:teuthology.orchestra.run.smithi176.stdout: --transient-store Enable transient container storage 2024-04-02T14:52:07.755 INFO:teuthology.orchestra.run.smithi176.stdout: --url string URL to access Podman service (CONTAINER_HOST) (default "unix:///run/podman/podman.sock") 2024-04-02T14:52:07.755 INFO:teuthology.orchestra.run.smithi176.stdout: -v, --version version for podman 2024-04-02T14:52:07.755 INFO:teuthology.orchestra.run.smithi176.stdout: --volumepath string Path to the volume directory in which volume data is stored 2024-04-02T14:52:07.756 DEBUG:teuthology.orchestra.run.smithi176:> sudo podman pull quay.io/samba.org/samba-client:latest 2024-04-02T14:52:08.625 INFO:teuthology.orchestra.run.smithi176.stderr:Trying to pull quay.io/samba.org/samba-client:latest... 2024-04-02T14:52:09.335 INFO:teuthology.orchestra.run.smithi176.stderr:Getting image source signatures 2024-04-02T14:52:09.344 INFO:teuthology.orchestra.run.smithi176.stderr:Copying blob sha256:93563578f5f493de4b1255cc80f6247d165c9b0b4d0900f6ddb7ee5d366f783c 2024-04-02T14:52:09.344 INFO:teuthology.orchestra.run.smithi176.stderr:Copying blob sha256:3b79e0080ade9cc5d524d91db58b0355d861c74d4dc24b63bd024bd0bb294f82 2024-04-02T14:52:13.423 INFO:teuthology.orchestra.run.smithi176.stderr:Copying config sha256:9bf3292df7911f70d85fbaf78b904caeffb1b76fe4832e4cd8592c887cae9ce9 2024-04-02T14:52:13.591 INFO:teuthology.orchestra.run.smithi176.stderr:Writing manifest to image destination 2024-04-02T14:52:13.804 INFO:teuthology.orchestra.run.smithi176.stdout:9bf3292df7911f70d85fbaf78b904caeffb1b76fe4832e4cd8592c887cae9ce9 2024-04-02T14:52:13.809 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-02T14:52:13.818 INFO:tasks.cephadm:Config: {'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '3f3f3ed992429b85be729743ad3b39d52dd90744'} 2024-04-02T14:52:13.818 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T14:52:13.818 INFO:tasks.cephadm:Cluster fsid is 9772000a-f100-11ee-b647-cb9ed24678a4 2024-04-02T14:52:13.819 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-02T14:52:13.819 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.161'} 2024-04-02T14:52:13.819 INFO:tasks.cephadm:First mon is mon.a on smithi161 2024-04-02T14:52:13.819 INFO:tasks.cephadm:First mgr is x 2024-04-02T14:52:13.819 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-02T14:52:13.819 DEBUG:teuthology.orchestra.run.smithi161:> sudo hostname $(hostname -s) 2024-04-02T14:52:13.852 DEBUG:teuthology.orchestra.run.smithi176:> sudo hostname $(hostname -s) 2024-04-02T14:52:13.883 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-02T14:52:13.884 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T14:52:14.027 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '3f3f3ed992429b85be729743ad3b39d52dd90744', '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/78169/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2592-g3f3f3ed9', 'node_name': '172.21.5.36+adami06', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2592.g3f3f3ed9'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-02 10:26:18.789181', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-testing-2024-04-02-0703', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-04-02T14:52:14.166 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-guits-testing-2024-04-02-0703, sha1 3f3f3ed992429b85be729743ad3b39d52dd90744 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T14:52:14.167 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/x86_64/flavors/default/cephadm 2024-04-02T14:52:14.168 DEBUG:teuthology.orchestra.run.smithi161:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-02T14:52:14.888 INFO:teuthology.orchestra.run.smithi161.stdout:-rw-r--r--. 1 ubuntu ubuntu 781500 Apr 2 14:52 /home/ubuntu/cephtest/cephadm 2024-04-02T14:52:14.888 DEBUG:teuthology.orchestra.run.smithi176:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-02T14:52:15.380 INFO:teuthology.orchestra.run.smithi176.stdout:-rw-r--r--. 1 ubuntu ubuntu 781500 Apr 2 14:52 /home/ubuntu/cephtest/cephadm 2024-04-02T14:52:15.380 DEBUG:teuthology.orchestra.run.smithi161:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-02T14:52:15.399 DEBUG:teuthology.orchestra.run.smithi176:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-02T14:52:15.427 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 on all hosts... 2024-04-02T14:52:15.427 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 pull 2024-04-02T14:52:15.441 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 pull 2024-04-02T14:52:15.646 INFO:teuthology.orchestra.run.smithi176.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744... 2024-04-02T14:52:16.338 INFO:teuthology.orchestra.run.smithi161.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744... 2024-04-02T14:52:43.140 INFO:teuthology.orchestra.run.smithi176.stdout:{ 2024-04-02T14:52:43.141 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph_version": "ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev)", 2024-04-02T14:52:43.141 INFO:teuthology.orchestra.run.smithi176.stdout: "image_id": "7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783", 2024-04-02T14:52:43.141 INFO:teuthology.orchestra.run.smithi176.stdout: "repo_digests": [ 2024-04-02T14:52:43.141 INFO:teuthology.orchestra.run.smithi176.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6c740d4757bcfc646ba2af58c0d4aaf274efb0f36ed5b987df90c88e7e38aeac" 2024-04-02T14:52:43.141 INFO:teuthology.orchestra.run.smithi176.stdout: ] 2024-04-02T14:52:43.141 INFO:teuthology.orchestra.run.smithi176.stdout:} 2024-04-02T14:52:47.444 INFO:teuthology.orchestra.run.smithi161.stdout:{ 2024-04-02T14:52:47.444 INFO:teuthology.orchestra.run.smithi161.stdout: "ceph_version": "ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev)", 2024-04-02T14:52:47.445 INFO:teuthology.orchestra.run.smithi161.stdout: "image_id": "7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783", 2024-04-02T14:52:47.445 INFO:teuthology.orchestra.run.smithi161.stdout: "repo_digests": [ 2024-04-02T14:52:47.445 INFO:teuthology.orchestra.run.smithi161.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6c740d4757bcfc646ba2af58c0d4aaf274efb0f36ed5b987df90c88e7e38aeac" 2024-04-02T14:52:47.445 INFO:teuthology.orchestra.run.smithi161.stdout: ] 2024-04-02T14:52:47.445 INFO:teuthology.orchestra.run.smithi161.stdout:} 2024-04-02T14:52:47.470 DEBUG:teuthology.orchestra.run.smithi161:> sudo mkdir -p /etc/ceph 2024-04-02T14:52:47.503 DEBUG:teuthology.orchestra.run.smithi176:> sudo mkdir -p /etc/ceph 2024-04-02T14:52:47.537 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod 777 /etc/ceph 2024-04-02T14:52:47.570 DEBUG:teuthology.orchestra.run.smithi176:> sudo chmod 777 /etc/ceph 2024-04-02T14:52:47.605 INFO:tasks.cephadm:Writing seed config... 2024-04-02T14:52:47.606 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-02T14:52:47.607 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-02T14:52:47.607 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-02T14:52:47.607 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-02T14:52:47.607 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-02T14:52:47.607 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-02T14:52:47.607 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-02T14:52:47.607 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-02T14:52:47.607 DEBUG:teuthology.orchestra.run.smithi161:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-02T14:52:47.626 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 = 9772000a-f100-11ee-b647-cb9ed24678a4 [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 [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-04-02T14:52:47.626 DEBUG:teuthology.orchestra.run.smithi161:mon.a> sudo journalctl -f -n 0 -u ceph-9772000a-f100-11ee-b647-cb9ed24678a4@mon.a.service 2024-04-02T14:52:47.668 DEBUG:teuthology.orchestra.run.smithi161:mgr.x> sudo journalctl -f -n 0 -u ceph-9772000a-f100-11ee-b647-cb9ed24678a4@mgr.x.service 2024-04-02T14:52:47.710 INFO:tasks.cephadm:Bootstrapping... 2024-04-02T14:52:47.711 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid 9772000a-f100-11ee-b647-cb9ed24678a4 --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 x --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.161 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-02T14:52:47.904 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:52:47.904 INFO:teuthology.orchestra.run.smithi161.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744', '-v', 'bootstrap', '--fsid', '9772000a-f100-11ee-b647-cb9ed24678a4', '--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', 'x', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.161', '--skip-admin-label'] 2024-04-02T14:52:47.905 INFO:teuthology.orchestra.run.smithi161.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-02T14:52:47.905 INFO:teuthology.orchestra.run.smithi161.stdout:Verifying podman|docker is present... 2024-04-02T14:52:47.930 INFO:teuthology.orchestra.run.smithi161.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-02T14:52:47.930 INFO:teuthology.orchestra.run.smithi161.stdout:Verifying lvm2 is present... 2024-04-02T14:52:47.930 INFO:teuthology.orchestra.run.smithi161.stdout:Verifying time synchronization is in place... 2024-04-02T14:52:47.938 INFO:teuthology.orchestra.run.smithi161.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-02T14:52:47.938 INFO:teuthology.orchestra.run.smithi161.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-02T14:52:47.944 INFO:teuthology.orchestra.run.smithi161.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-02T14:52:47.944 INFO:teuthology.orchestra.run.smithi161.stdout:systemctl: stdout inactive 2024-04-02T14:52:47.950 INFO:teuthology.orchestra.run.smithi161.stdout:systemctl: stdout enabled 2024-04-02T14:52:47.956 INFO:teuthology.orchestra.run.smithi161.stdout:systemctl: stdout active 2024-04-02T14:52:47.956 INFO:teuthology.orchestra.run.smithi161.stdout:Unit chronyd.service is enabled and running 2024-04-02T14:52:47.956 INFO:teuthology.orchestra.run.smithi161.stdout:Repeating the final host check... 2024-04-02T14:52:47.979 INFO:teuthology.orchestra.run.smithi161.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-02T14:52:47.979 INFO:teuthology.orchestra.run.smithi161.stdout:podman (/bin/podman) version 4.9.4 is present 2024-04-02T14:52:47.979 INFO:teuthology.orchestra.run.smithi161.stdout:systemctl is present 2024-04-02T14:52:47.979 INFO:teuthology.orchestra.run.smithi161.stdout:lvcreate is present 2024-04-02T14:52:47.985 INFO:teuthology.orchestra.run.smithi161.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-02T14:52:47.985 INFO:teuthology.orchestra.run.smithi161.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-02T14:52:47.991 INFO:teuthology.orchestra.run.smithi161.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-02T14:52:47.991 INFO:teuthology.orchestra.run.smithi161.stdout:systemctl: stdout inactive 2024-04-02T14:52:47.997 INFO:teuthology.orchestra.run.smithi161.stdout:systemctl: stdout enabled 2024-04-02T14:52:48.004 INFO:teuthology.orchestra.run.smithi161.stdout:systemctl: stdout active 2024-04-02T14:52:48.004 INFO:teuthology.orchestra.run.smithi161.stdout:Unit chronyd.service is enabled and running 2024-04-02T14:52:48.004 INFO:teuthology.orchestra.run.smithi161.stdout:Host looks OK 2024-04-02T14:52:48.004 INFO:teuthology.orchestra.run.smithi161.stdout:Cluster fsid: 9772000a-f100-11ee-b647-cb9ed24678a4 2024-04-02T14:52:48.004 INFO:teuthology.orchestra.run.smithi161.stdout:Acquiring lock 139892074421792 on /run/cephadm/9772000a-f100-11ee-b647-cb9ed24678a4.lock 2024-04-02T14:52:48.004 INFO:teuthology.orchestra.run.smithi161.stdout:Lock 139892074421792 acquired on /run/cephadm/9772000a-f100-11ee-b647-cb9ed24678a4.lock 2024-04-02T14:52:48.004 INFO:teuthology.orchestra.run.smithi161.stdout:Verifying IP 172.21.15.161 port 3300 ... 2024-04-02T14:52:48.005 INFO:teuthology.orchestra.run.smithi161.stdout:Verifying IP 172.21.15.161 port 6789 ... 2024-04-02T14:52:48.005 INFO:teuthology.orchestra.run.smithi161.stdout:Base mon IP(s) is [172.21.15.161:3300, 172.21.15.161:6789], mon addrv is [v2:172.21.15.161:3300,v1:172.21.15.161:6789] 2024-04-02T14:52:48.008 INFO:teuthology.orchestra.run.smithi161.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.161 metric 100 2024-04-02T14:52:48.008 INFO:teuthology.orchestra.run.smithi161.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.161 metric 100 2024-04-02T14:52:48.010 INFO:teuthology.orchestra.run.smithi161.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-02T14:52:48.011 INFO:teuthology.orchestra.run.smithi161.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-04-02T14:52:48.011 INFO:teuthology.orchestra.run.smithi161.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1798sec hoplimit 64 pref medium 2024-04-02T14:52:48.013 INFO:teuthology.orchestra.run.smithi161.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-02T14:52:48.013 INFO:teuthology.orchestra.run.smithi161.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-02T14:52:48.013 INFO:teuthology.orchestra.run.smithi161.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-02T14:52:48.013 INFO:teuthology.orchestra.run.smithi161.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-02T14:52:48.013 INFO:teuthology.orchestra.run.smithi161.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe88:7251/64 scope link 2024-04-02T14:52:48.013 INFO:teuthology.orchestra.run.smithi161.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-02T14:52:48.014 INFO:teuthology.orchestra.run.smithi161.stdout:Mon IP `172.21.15.161` is in CIDR network `172.21.0.0/20` 2024-04-02T14:52:48.014 INFO:teuthology.orchestra.run.smithi161.stdout:Mon IP `172.21.15.161` is in CIDR network `172.21.0.0/20` 2024-04-02T14:52:48.014 INFO:teuthology.orchestra.run.smithi161.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-02T14:52:48.014 INFO:teuthology.orchestra.run.smithi161.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-02T14:52:48.015 INFO:teuthology.orchestra.run.smithi161.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744... 2024-04-02T14:52:48.413 INFO:teuthology.orchestra.run.smithi161.stdout:/bin/podman: stdout 7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783 2024-04-02T14:52:48.413 INFO:teuthology.orchestra.run.smithi161.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744... 2024-04-02T14:52:48.413 INFO:teuthology.orchestra.run.smithi161.stdout:/bin/podman: stderr Getting image source signatures 2024-04-02T14:52:48.413 INFO:teuthology.orchestra.run.smithi161.stdout:/bin/podman: stderr Copying blob sha256:36e7de5559a67de38a300df73ea37ddf7f245c894fc986bb6224667f46e1b766 2024-04-02T14:52:48.413 INFO:teuthology.orchestra.run.smithi161.stdout:/bin/podman: stderr Copying blob sha256:11da15500eca1f826c328eb3265caa30b0a3730510e2a32023084d6fe9cee20c 2024-04-02T14:52:48.413 INFO:teuthology.orchestra.run.smithi161.stdout:/bin/podman: stderr Copying config sha256:7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783 2024-04-02T14:52:48.413 INFO:teuthology.orchestra.run.smithi161.stdout:/bin/podman: stderr Writing manifest to image destination 2024-04-02T14:52:49.384 INFO:teuthology.orchestra.run.smithi161.stdout:ceph: stdout ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev) 2024-04-02T14:52:49.385 INFO:teuthology.orchestra.run.smithi161.stdout:Ceph version: ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev) 2024-04-02T14:52:49.385 INFO:teuthology.orchestra.run.smithi161.stdout:Extracting ceph user uid/gid from container image... 2024-04-02T14:52:50.265 INFO:teuthology.orchestra.run.smithi161.stdout:stat: stdout 167 167 2024-04-02T14:52:50.265 INFO:teuthology.orchestra.run.smithi161.stdout:Creating initial keys... 2024-04-02T14:52:51.212 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph-authtool: stdout AQDCGwxmnMbGIxAA/5YuPAzi+hg2oeTqDsG3Jw== 2024-04-02T14:52:52.159 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph-authtool: stdout AQDDGwxm460sHRAABXOFcGnaaA7B8sHoAfR++A== 2024-04-02T14:52:59.186 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph-authtool: stdout AQDFGwxmwf0/DBAAU/fdN/LMCRUySNG6P7iS6Q== 2024-04-02T14:52:59.187 INFO:teuthology.orchestra.run.smithi161.stdout:Creating initial monmap... 2024-04-02T14:53:05.258 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-02T14:53:05.258 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-02T14:53:05.258 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 9772000a-f100-11ee-b647-cb9ed24678a4 2024-04-02T14:53:05.258 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-02T14:53:05.258 INFO:teuthology.orchestra.run.smithi161.stdout:monmaptool for a [v2:172.21.15.161:3300,v1:172.21.15.161:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-02T14:53:05.258 INFO:teuthology.orchestra.run.smithi161.stdout:setting min_mon_release = quincy 2024-04-02T14:53:05.258 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/monmaptool: set fsid to 9772000a-f100-11ee-b647-cb9ed24678a4 2024-04-02T14:53:05.259 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-02T14:53:05.259 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:53:05.259 INFO:teuthology.orchestra.run.smithi161.stdout:Creating mon... 2024-04-02T14:53:06.154 INFO:teuthology.orchestra.run.smithi161.stdout:create mon.a on 2024-04-02T14:53:06.609 INFO:teuthology.orchestra.run.smithi161.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-04-02T14:53:06.748 INFO:teuthology.orchestra.run.smithi161.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-04-02T14:53:06.927 INFO:teuthology.orchestra.run.smithi161.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-9772000a-f100-11ee-b647-cb9ed24678a4.target → /etc/systemd/system/ceph-9772000a-f100-11ee-b647-cb9ed24678a4.target. 2024-04-02T14:53:06.927 INFO:teuthology.orchestra.run.smithi161.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-9772000a-f100-11ee-b647-cb9ed24678a4.target → /etc/systemd/system/ceph-9772000a-f100-11ee-b647-cb9ed24678a4.target. 2024-04-02T14:53:07.157 INFO:teuthology.orchestra.run.smithi161.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-9772000a-f100-11ee-b647-cb9ed24678a4@mon.a 2024-04-02T14:53:07.158 INFO:teuthology.orchestra.run.smithi161.stdout:systemctl: stderr Failed to reset failed state of unit ceph-9772000a-f100-11ee-b647-cb9ed24678a4@mon.a.service: Unit ceph-9772000a-f100-11ee-b647-cb9ed24678a4@mon.a.service not loaded. 2024-04-02T14:53:07.336 INFO:teuthology.orchestra.run.smithi161.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-9772000a-f100-11ee-b647-cb9ed24678a4.target.wants/ceph-9772000a-f100-11ee-b647-cb9ed24678a4@mon.a.service → /etc/systemd/system/ceph-9772000a-f100-11ee-b647-cb9ed24678a4@.service. 2024-04-02T14:53:07.393 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:07 smithi161 systemd[1]: Starting Ceph mon.a for 9772000a-f100-11ee-b647-cb9ed24678a4... 2024-04-02T14:53:07.710 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:07 smithi161 podman[28958]: 2024-04-02 14:53:07.506464964 +0000 UTC m=+0.020141009 image pull 7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T14:53:07.711 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:07 smithi161 podman[28958]: 2024-04-02 14:53:07.612902902 +0000 UTC m=+0.126578925 container create 44d5aad03e7dbe3bbf12c2b77cf144f9b726e8cb9b4946df8a382e3382e4f8a2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mon-a, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240326, org.label-schema.schema-version=1.0, ceph=True) 2024-04-02T14:53:07.911 INFO:teuthology.orchestra.run.smithi161.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-02T14:53:07.912 INFO:teuthology.orchestra.run.smithi161.stdout:systemctl: stdout disabled 2024-04-02T14:53:07.918 INFO:teuthology.orchestra.run.smithi161.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-02T14:53:07.918 INFO:teuthology.orchestra.run.smithi161.stdout:systemctl: stdout inactive 2024-04-02T14:53:07.919 INFO:teuthology.orchestra.run.smithi161.stdout:firewalld.service is not enabled 2024-04-02T14:53:07.919 INFO:teuthology.orchestra.run.smithi161.stdout:Not possible to enable service . firewalld.service is not available 2024-04-02T14:53:07.919 INFO:teuthology.orchestra.run.smithi161.stdout:Waiting for mon to start... 2024-04-02T14:53:07.919 INFO:teuthology.orchestra.run.smithi161.stdout:Waiting for mon... 2024-04-02T14:53:08.065 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:07 smithi161 podman[28958]: 2024-04-02 14:53:07.823581883 +0000 UTC m=+0.337257921 container init 44d5aad03e7dbe3bbf12c2b77cf144f9b726e8cb9b4946df8a382e3382e4f8a2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mon-a, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240326, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, org.label-schema.schema-version=1.0, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5) 2024-04-02T14:53:08.065 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:07 smithi161 podman[28958]: 2024-04-02 14:53:07.826688517 +0000 UTC m=+0.340364548 container start 44d5aad03e7dbe3bbf12c2b77cf144f9b726e8cb9b4946df8a382e3382e4f8a2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mon-a, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, org.label-schema.build-date=20240326, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, org.label-schema.license=GPLv2) 2024-04-02T14:53:08.065 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:07 smithi161 ceph-mon[28985]: mkfs 9772000a-f100-11ee-b647-cb9ed24678a4 2024-04-02T14:53:08.066 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:07 smithi161 ceph-mon[28985]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-02T14:53:08.066 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:07 smithi161 bash[28958]: 44d5aad03e7dbe3bbf12c2b77cf144f9b726e8cb9b4946df8a382e3382e4f8a2 2024-04-02T14:53:08.066 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:07 smithi161 systemd[1]: Started Ceph mon.a for 9772000a-f100-11ee-b647-cb9ed24678a4. 2024-04-02T14:53:09.050 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout cluster: 2024-04-02T14:53:09.050 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout id: 9772000a-f100-11ee-b647-cb9ed24678a4 2024-04-02T14:53:09.050 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-02T14:53:09.050 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout 2024-04-02T14:53:09.050 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout services: 2024-04-02T14:53:09.050 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.622866s) 2024-04-02T14:53:09.050 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-02T14:53:09.050 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-02T14:53:09.050 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout 2024-04-02T14:53:09.050 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout data: 2024-04-02T14:53:09.050 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-02T14:53:09.050 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-02T14:53:09.051 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-02T14:53:09.051 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout pgs: 2024-04-02T14:53:09.051 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout 2024-04-02T14:53:09.051 INFO:teuthology.orchestra.run.smithi161.stdout:mon is available 2024-04-02T14:53:09.051 INFO:teuthology.orchestra.run.smithi161.stdout:Assimilating anything we can from ceph.conf... 2024-04-02T14:53:09.155 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:08 smithi161 ceph-mon[28985]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-02T14:53:09.155 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:08 smithi161 ceph-mon[28985]: monmap epoch 1 2024-04-02T14:53:09.155 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:08 smithi161 ceph-mon[28985]: fsid 9772000a-f100-11ee-b647-cb9ed24678a4 2024-04-02T14:53:09.155 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:08 smithi161 ceph-mon[28985]: last_changed 2024-04-02T14:53:01.892544+0000 2024-04-02T14:53:09.155 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:08 smithi161 ceph-mon[28985]: created 2024-04-02T14:53:01.892544+0000 2024-04-02T14:53:09.155 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:08 smithi161 ceph-mon[28985]: min_mon_release 19 (squid) 2024-04-02T14:53:09.155 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:08 smithi161 ceph-mon[28985]: election_strategy: 1 2024-04-02T14:53:09.156 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:08 smithi161 ceph-mon[28985]: 0: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.a 2024-04-02T14:53:09.156 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:08 smithi161 ceph-mon[28985]: fsmap 2024-04-02T14:53:09.156 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:08 smithi161 ceph-mon[28985]: osdmap e1: 0 total, 0 up, 0 in 2024-04-02T14:53:09.156 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:08 smithi161 ceph-mon[28985]: mgrmap e1: no daemons active 2024-04-02T14:53:09.156 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:08 smithi161 ceph-mon[28985]: from='client.? 172.21.15.161:0/3586367204' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-02T14:53:10.021 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout 2024-04-02T14:53:10.022 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout [global] 2024-04-02T14:53:10.022 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout fsid = 9772000a-f100-11ee-b647-cb9ed24678a4 2024-04-02T14:53:10.022 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.161:3300,v1:172.21.15.161:6789] 2024-04-02T14:53:10.022 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-02T14:53:10.022 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-02T14:53:10.022 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-02T14:53:10.022 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-02T14:53:10.022 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout 2024-04-02T14:53:10.022 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-02T14:53:10.022 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-02T14:53:10.022 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout 2024-04-02T14:53:10.023 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout [osd] 2024-04-02T14:53:10.023 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-02T14:53:10.023 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-02T14:53:10.023 INFO:teuthology.orchestra.run.smithi161.stdout:Generating new minimal ceph.conf... 2024-04-02T14:53:10.135 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:09 smithi161 ceph-mon[28985]: from='client.? 172.21.15.161:0/1696679351' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-02T14:53:10.135 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:09 smithi161 ceph-mon[28985]: from='client.? 172.21.15.161:0/1696679351' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-02T14:53:10.964 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:10 smithi161 ceph-mon[28985]: from='client.? 172.21.15.161:0/389938043' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-02T14:53:12.309 INFO:teuthology.orchestra.run.smithi161.stdout:Restarting the monitor... 2024-04-02T14:53:12.328 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:12 smithi161 systemd[1]: Stopping Ceph mon.a for 9772000a-f100-11ee-b647-cb9ed24678a4... 2024-04-02T14:53:12.714 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:12 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mon-a[28981]: 2024-04-02T14:53:12.583+0000 7f7ba775f700 -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-04-02T14:53:12.798 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:12 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mon-a[28981]: 2024-04-02T14:53:12.583+0000 7f7ba775f700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-02T14:53:13.059 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:12 smithi161 podman[29231]: 2024-04-02 14:53:12.789067273 +0000 UTC m=+0.307209511 container died 44d5aad03e7dbe3bbf12c2b77cf144f9b726e8cb9b4946df8a382e3382e4f8a2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mon-a, org.label-schema.build-date=20240326, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-04-02T14:53:13.417 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:13 smithi161 podman[29231]: 2024-04-02 14:53:13.16726673 +0000 UTC m=+0.685408957 container cleanup 44d5aad03e7dbe3bbf12c2b77cf144f9b726e8cb9b4946df8a382e3382e4f8a2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mon-a, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240326, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-02T14:53:13.417 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:13 smithi161 bash[29231]: ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mon-a 2024-04-02T14:53:13.714 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:13 smithi161 podman[29245]: 2024-04-02 14:53:13.426484809 +0000 UTC m=+0.635589919 container remove 44d5aad03e7dbe3bbf12c2b77cf144f9b726e8cb9b4946df8a382e3382e4f8a2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mon-a, org.label-schema.build-date=20240326, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , ceph=True, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-04-02T14:53:13.714 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:13 smithi161 systemd[1]: ceph-9772000a-f100-11ee-b647-cb9ed24678a4@mon.a.service: Deactivated successfully. 2024-04-02T14:53:13.714 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:13 smithi161 systemd[1]: Stopped Ceph mon.a for 9772000a-f100-11ee-b647-cb9ed24678a4. 2024-04-02T14:53:13.714 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:13 smithi161 systemd[1]: Starting Ceph mon.a for 9772000a-f100-11ee-b647-cb9ed24678a4... 2024-04-02T14:53:14.062 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:13 smithi161 podman[29336]: 2024-04-02 14:53:13.703800069 +0000 UTC m=+0.017696534 image pull 7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T14:53:14.063 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:13 smithi161 podman[29336]: 2024-04-02 14:53:13.810758917 +0000 UTC m=+0.124655354 container create 3c4b490629698beef766c74dce2394953589df623d8bb4f706621388227f5fd0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mon-a, ceph=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240326, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, GIT_BRANCH=HEAD) 2024-04-02T14:53:14.063 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:13 smithi161 podman[29336]: 2024-04-02 14:53:13.988236681 +0000 UTC m=+0.302133139 container init 3c4b490629698beef766c74dce2394953589df623d8bb4f706621388227f5fd0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mon-a, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240326, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-02T14:53:14.063 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:13 smithi161 podman[29336]: 2024-04-02 14:53:13.991369241 +0000 UTC m=+0.305265682 container start 3c4b490629698beef766c74dce2394953589df623d8bb4f706621388227f5fd0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mon-a, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240326, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2024-04-02T14:53:14.063 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: set uid:gid to 167:167 (ceph:ceph) 2024-04-02T14:53:14.063 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev), process ceph-mon, pid 2 2024-04-02T14:53:14.063 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: pidfile_write: ignore empty --pid-file 2024-04-02T14:53:14.063 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: load: jerasure load: lrc 2024-04-02T14:53:14.063 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: RocksDB version: 7.9.2 2024-04-02T14:53:14.063 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Git sha 0 2024-04-02T14:53:14.063 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Compile date 2024-04-02 09:40:07 2024-04-02T14:53:14.063 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: DB SUMMARY 2024-04-02T14:53:14.063 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: DB Session ID: V84KECX7VGU1HI8TOHDK 2024-04-02T14:53:14.063 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: CURRENT file: CURRENT 2024-04-02T14:53:14.063 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: IDENTITY file: IDENTITY 2024-04-02T14:53:14.064 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-02T14:53:14.064 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-02T14:53:14.064 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88589 ; 2024-04-02T14:53:14.064 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.error_if_exists: 0 2024-04-02T14:53:14.064 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.create_if_missing: 0 2024-04-02T14:53:14.064 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.paranoid_checks: 1 2024-04-02T14:53:14.064 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-02T14:53:14.064 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-02T14:53:14.064 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-02T14:53:14.064 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.env: 0x560db267cc60 2024-04-02T14:53:14.064 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.fs: PosixFileSystem 2024-04-02T14:53:14.064 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.info_log: 0x560db3917ae0 2024-04-02T14:53:14.064 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.max_file_opening_threads: 16 2024-04-02T14:53:14.064 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.statistics: (nil) 2024-04-02T14:53:14.065 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.use_fsync: 0 2024-04-02T14:53:14.065 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.max_log_file_size: 0 2024-04-02T14:53:14.065 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-02T14:53:14.065 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-02T14:53:14.065 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.keep_log_file_num: 1000 2024-04-02T14:53:14.065 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.recycle_log_file_num: 0 2024-04-02T14:53:14.065 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.allow_fallocate: 1 2024-04-02T14:53:14.065 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.allow_mmap_reads: 0 2024-04-02T14:53:14.065 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.allow_mmap_writes: 0 2024-04-02T14:53:14.065 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.use_direct_reads: 0 2024-04-02T14:53:14.065 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-02T14:53:14.065 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.create_missing_column_families: 0 2024-04-02T14:53:14.065 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.db_log_dir: 2024-04-02T14:53:14.065 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.wal_dir: 2024-04-02T14:53:14.065 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-02T14:53:14.065 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-02T14:53:14.066 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-02T14:53:14.066 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-02T14:53:14.066 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-02T14:53:14.066 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-02T14:53:14.066 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.advise_random_on_open: 1 2024-04-02T14:53:14.066 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.db_write_buffer_size: 0 2024-04-02T14:53:14.066 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.write_buffer_manager: 0x560db38e81e0 2024-04-02T14:53:14.066 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-02T14:53:14.066 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-02T14:53:14.066 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-02T14:53:14.066 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.rate_limiter: (nil) 2024-04-02T14:53:14.066 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-02T14:53:14.067 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.wal_recovery_mode: 2 2024-04-02T14:53:14.068 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.enable_thread_tracking: 0 2024-04-02T14:53:14.068 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.enable_pipelined_write: 0 2024-04-02T14:53:14.068 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.unordered_write: 0 2024-04-02T14:53:14.068 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-02T14:53:14.068 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-02T14:53:14.068 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-02T14:53:14.068 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-02T14:53:14.068 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.row_cache: None 2024-04-02T14:53:14.068 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.wal_filter: None 2024-04-02T14:53:14.068 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-02T14:53:14.068 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.allow_ingest_behind: 0 2024-04-02T14:53:14.068 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.two_write_queues: 0 2024-04-02T14:53:14.068 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.manual_wal_flush: 0 2024-04-02T14:53:14.068 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.wal_compression: 0 2024-04-02T14:53:14.068 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.atomic_flush: 0 2024-04-02T14:53:14.069 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-02T14:53:14.069 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-02T14:53:14.069 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-02T14:53:14.069 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.log_readahead_size: 0 2024-04-02T14:53:14.069 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-02T14:53:14.069 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.best_efforts_recovery: 0 2024-04-02T14:53:14.069 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-02T14:53:14.069 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-02T14:53:14.069 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.allow_data_in_errors: 0 2024-04-02T14:53:14.069 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.db_host_id: __hostname__ 2024-04-02T14:53:14.069 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-02T14:53:14.069 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.max_background_jobs: 2 2024-04-02T14:53:14.069 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.max_background_compactions: -1 2024-04-02T14:53:14.069 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.max_subcompactions: 1 2024-04-02T14:53:14.069 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-02T14:53:14.070 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-02T14:53:14.070 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-02T14:53:14.070 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.max_total_wal_size: 0 2024-04-02T14:53:14.070 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-02T14:53:14.070 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-02T14:53:14.070 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-02T14:53:14.070 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-02T14:53:14.070 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.max_open_files: -1 2024-04-02T14:53:14.070 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.bytes_per_sync: 0 2024-04-02T14:53:14.070 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-02T14:53:14.070 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-02T14:53:14.070 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.compaction_readahead_size: 0 2024-04-02T14:53:14.070 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.max_background_flushes: -1 2024-04-02T14:53:14.070 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Compression algorithms supported: 2024-04-02T14:53:14.071 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-02T14:53:14.071 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: kZSTD supported: 0 2024-04-02T14:53:14.071 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: kXpressCompression supported: 0 2024-04-02T14:53:14.071 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: kLZ4HCCompression supported: 1 2024-04-02T14:53:14.071 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: kZlibCompression supported: 1 2024-04-02T14:53:14.071 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: kSnappyCompression supported: 1 2024-04-02T14:53:14.071 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: kLZ4Compression supported: 1 2024-04-02T14:53:14.071 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: kBZip2Compression supported: 0 2024-04-02T14:53:14.071 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-02T14:53:14.071 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-02T14:53:14.071 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-02T14:53:14.071 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-02T14:53:14.071 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-02T14:53:14.071 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.merge_operator: 2024-04-02T14:53:14.071 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.compaction_filter: None 2024-04-02T14:53:14.072 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.compaction_filter_factory: None 2024-04-02T14:53:14.072 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.sst_partitioner_factory: None 2024-04-02T14:53:14.072 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-02T14:53:14.072 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-02T14:53:14.072 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x560db3917cc0) 2024-04-02T14:53:14.072 INFO:journalctl@ceph.mon.a.smithi161.stdout: cache_index_and_filter_blocks: 1 2024-04-02T14:53:14.072 INFO:journalctl@ceph.mon.a.smithi161.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-02T14:53:14.072 INFO:journalctl@ceph.mon.a.smithi161.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-02T14:53:14.072 INFO:journalctl@ceph.mon.a.smithi161.stdout: pin_top_level_index_and_filter: 1 2024-04-02T14:53:14.072 INFO:journalctl@ceph.mon.a.smithi161.stdout: index_type: 0 2024-04-02T14:53:14.072 INFO:journalctl@ceph.mon.a.smithi161.stdout: data_block_index_type: 0 2024-04-02T14:53:14.072 INFO:journalctl@ceph.mon.a.smithi161.stdout: index_shortening: 1 2024-04-02T14:53:14.072 INFO:journalctl@ceph.mon.a.smithi161.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-02T14:53:14.072 INFO:journalctl@ceph.mon.a.smithi161.stdout: checksum: 4 2024-04-02T14:53:14.072 INFO:journalctl@ceph.mon.a.smithi161.stdout: no_block_cache: 0 2024-04-02T14:53:14.072 INFO:journalctl@ceph.mon.a.smithi161.stdout: block_cache: 0x560db391b090 2024-04-02T14:53:14.073 INFO:journalctl@ceph.mon.a.smithi161.stdout: block_cache_name: BinnedLRUCache 2024-04-02T14:53:14.073 INFO:journalctl@ceph.mon.a.smithi161.stdout: block_cache_options: 2024-04-02T14:53:14.073 INFO:journalctl@ceph.mon.a.smithi161.stdout: capacity : 536870912 2024-04-02T14:53:14.073 INFO:journalctl@ceph.mon.a.smithi161.stdout: num_shard_bits : 4 2024-04-02T14:53:14.073 INFO:journalctl@ceph.mon.a.smithi161.stdout: strict_capacity_limit : 0 2024-04-02T14:53:14.073 INFO:journalctl@ceph.mon.a.smithi161.stdout: high_pri_pool_ratio: 0.000 2024-04-02T14:53:14.073 INFO:journalctl@ceph.mon.a.smithi161.stdout: block_cache_compressed: (nil) 2024-04-02T14:53:14.073 INFO:journalctl@ceph.mon.a.smithi161.stdout: persistent_cache: (nil) 2024-04-02T14:53:14.073 INFO:journalctl@ceph.mon.a.smithi161.stdout: block_size: 4096 2024-04-02T14:53:14.073 INFO:journalctl@ceph.mon.a.smithi161.stdout: block_size_deviation: 10 2024-04-02T14:53:14.073 INFO:journalctl@ceph.mon.a.smithi161.stdout: block_restart_interval: 16 2024-04-02T14:53:14.073 INFO:journalctl@ceph.mon.a.smithi161.stdout: index_block_restart_interval: 1 2024-04-02T14:53:14.073 INFO:journalctl@ceph.mon.a.smithi161.stdout: metadata_block_size: 4096 2024-04-02T14:53:14.073 INFO:journalctl@ceph.mon.a.smithi161.stdout: partition_filters: 0 2024-04-02T14:53:14.073 INFO:journalctl@ceph.mon.a.smithi161.stdout: use_delta_encoding: 1 2024-04-02T14:53:14.074 INFO:journalctl@ceph.mon.a.smithi161.stdout: filter_policy: bloomfilter 2024-04-02T14:53:14.074 INFO:journalctl@ceph.mon.a.smithi161.stdout: whole_key_filtering: 1 2024-04-02T14:53:14.074 INFO:journalctl@ceph.mon.a.smithi161.stdout: verify_compression: 0 2024-04-02T14:53:14.074 INFO:journalctl@ceph.mon.a.smithi161.stdout: read_amp_bytes_per_bit: 0 2024-04-02T14:53:14.074 INFO:journalctl@ceph.mon.a.smithi161.stdout: format_version: 5 2024-04-02T14:53:14.074 INFO:journalctl@ceph.mon.a.smithi161.stdout: enable_index_compression: 1 2024-04-02T14:53:14.074 INFO:journalctl@ceph.mon.a.smithi161.stdout: block_align: 0 2024-04-02T14:53:14.074 INFO:journalctl@ceph.mon.a.smithi161.stdout: max_auto_readahead_size: 262144 2024-04-02T14:53:14.074 INFO:journalctl@ceph.mon.a.smithi161.stdout: prepopulate_block_cache: 0 2024-04-02T14:53:14.074 INFO:journalctl@ceph.mon.a.smithi161.stdout: initial_auto_readahead_size: 8192 2024-04-02T14:53:14.074 INFO:journalctl@ceph.mon.a.smithi161.stdout: num_file_reads_for_auto_readahead: 2 2024-04-02T14:53:14.074 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.write_buffer_size: 33554432 2024-04-02T14:53:14.074 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.max_write_buffer_number: 2 2024-04-02T14:53:14.074 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.compression: NoCompression 2024-04-02T14:53:14.074 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.bottommost_compression: Disabled 2024-04-02T14:53:14.075 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.prefix_extractor: nullptr 2024-04-02T14:53:14.075 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-02T14:53:14.075 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.num_levels: 7 2024-04-02T14:53:14.075 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-02T14:53:14.075 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-02T14:53:14.075 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-02T14:53:14.075 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-02T14:53:14.075 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-02T14:53:14.075 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-02T14:53:14.075 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-02T14:53:14.075 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-02T14:53:14.075 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-02T14:53:14.075 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-02T14:53:14.075 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-02T14:53:14.075 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-02T14:53:14.076 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-02T14:53:14.076 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.compression_opts.level: 32767 2024-04-02T14:53:14.076 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.compression_opts.strategy: 0 2024-04-02T14:53:14.076 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-02T14:53:14.076 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-02T14:53:14.076 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-02T14:53:14.076 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-02T14:53:14.076 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.compression_opts.enabled: false 2024-04-02T14:53:14.076 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-02T14:53:14.076 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-02T14:53:14.076 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-02T14:53:14.076 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-02T14:53:14.076 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.target_file_size_base: 67108864 2024-04-02T14:53:14.076 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-02T14:53:14.076 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-02T14:53:14.076 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-02T14:53:14.076 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-02T14:53:14.077 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-02T14:53:14.077 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-02T14:53:14.077 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-02T14:53:14.077 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-02T14:53:14.077 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-02T14:53:14.077 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-02T14:53:14.077 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-02T14:53:14.077 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-02T14:53:14.077 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-02T14:53:14.077 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-02T14:53:14.078 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.arena_block_size: 1048576 2024-04-02T14:53:14.078 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-02T14:53:14.078 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-02T14:53:14.078 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.disable_auto_compactions: 0 2024-04-02T14:53:14.078 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-02T14:53:14.078 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-02T14:53:14.078 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-02T14:53:14.078 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-02T14:53:14.078 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-02T14:53:14.078 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-02T14:53:14.078 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-02T14:53:14.078 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-02T14:53:14.078 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-02T14:53:14.082 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-02T14:53:14.082 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-02T14:53:14.082 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.inplace_update_support: 0 2024-04-02T14:53:14.082 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-02T14:53:14.082 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-02T14:53:14.083 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-02T14:53:14.083 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-02T14:53:14.083 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.bloom_locality: 0 2024-04-02T14:53:14.083 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.max_successive_merges: 0 2024-04-02T14:53:14.083 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-02T14:53:14.083 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.paranoid_file_checks: 0 2024-04-02T14:53:14.083 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.force_consistency_checks: 1 2024-04-02T14:53:14.083 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.report_bg_io_stats: 0 2024-04-02T14:53:14.083 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.ttl: 2592000 2024-04-02T14:53:14.083 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-02T14:53:14.083 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-02T14:53:14.083 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-02T14:53:14.083 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.enable_blob_files: false 2024-04-02T14:53:14.083 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.min_blob_size: 0 2024-04-02T14:53:14.083 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.blob_file_size: 268435456 2024-04-02T14:53:14.084 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-02T14:53:14.084 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-02T14:53:14.084 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-02T14:53:14.084 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-02T14:53:14.084 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-02T14:53:14.084 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.blob_file_starting_level: 0 2024-04-02T14:53:14.084 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-02T14:53:14.084 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: 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-04-02T14:53:14.084 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-02T14:53:14.084 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: cd3ab2dc-84a0-45c3-bfce-25eecd6c2e6b 2024-04-02T14:53:14.084 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712069594020274, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-02T14:53:14.084 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-02T14:53:14.084 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712069594021126, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85315, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83462, "index_size": 237, "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": 10058, "raw_average_key_size": 46, "raw_value_size": 77693, "raw_average_value_size": 361, "num_data_blocks": 11, "num_entries": 215, "num_filter_entries": 215, "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": "[CompactOnDeletionCollector]", "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": 1712069594, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "cd3ab2dc-84a0-45c3-bfce-25eecd6c2e6b", "db_session_id": "V84KECX7VGU1HI8TOHDK", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-02T14:53:14.084 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712069594021184, "job": 1, "event": "recovery_finished"} 2024-04-02T14:53:14.084 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-02T14:53:14.084 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: 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-04-02T14:53:14.085 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x560db3a0a000 2024-04-02T14:53:14.085 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: DB pointer 0x560db39f4000 2024-04-02T14:53:14.085 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-02T14:53:14.085 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-02T14:53:14.085 INFO:journalctl@ceph.mon.a.smithi161.stdout: ** DB Stats ** 2024-04-02T14:53:14.085 INFO:journalctl@ceph.mon.a.smithi161.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-02T14:53:14.085 INFO:journalctl@ceph.mon.a.smithi161.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-04-02T14:53:14.085 INFO:journalctl@ceph.mon.a.smithi161.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-02T14:53:14.085 INFO:journalctl@ceph.mon.a.smithi161.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-02T14:53:14.085 INFO:journalctl@ceph.mon.a.smithi161.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-04-02T14:53:14.085 INFO:journalctl@ceph.mon.a.smithi161.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-02T14:53:14.085 INFO:journalctl@ceph.mon.a.smithi161.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-02T14:53:14.085 INFO:journalctl@ceph.mon.a.smithi161.stdout: 2024-04-02T14:53:14.085 INFO:journalctl@ceph.mon.a.smithi161.stdout: ** Compaction Stats [default] ** 2024-04-02T14:53:14.085 INFO:journalctl@ceph.mon.a.smithi161.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-04-02T14:53:14.086 INFO:journalctl@ceph.mon.a.smithi161.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-02T14:53:14.086 INFO:journalctl@ceph.mon.a.smithi161.stdout: L0 2/0 85.18 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 149.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-02T14:53:14.086 INFO:journalctl@ceph.mon.a.smithi161.stdout: Sum 2/0 85.18 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 149.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-02T14:53:14.086 INFO:journalctl@ceph.mon.a.smithi161.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 149.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-02T14:53:14.086 INFO:journalctl@ceph.mon.a.smithi161.stdout: 2024-04-02T14:53:14.086 INFO:journalctl@ceph.mon.a.smithi161.stdout: ** Compaction Stats [default] ** 2024-04-02T14:53:14.086 INFO:journalctl@ceph.mon.a.smithi161.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-04-02T14:53:14.086 INFO:journalctl@ceph.mon.a.smithi161.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-02T14:53:14.086 INFO:journalctl@ceph.mon.a.smithi161.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 149.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-02T14:53:14.086 INFO:journalctl@ceph.mon.a.smithi161.stdout: 2024-04-02T14:53:14.086 INFO:journalctl@ceph.mon.a.smithi161.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-02T14:53:14.086 INFO:journalctl@ceph.mon.a.smithi161.stdout: 2024-04-02T14:53:14.086 INFO:journalctl@ceph.mon.a.smithi161.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-02T14:53:14.086 INFO:journalctl@ceph.mon.a.smithi161.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-02T14:53:14.086 INFO:journalctl@ceph.mon.a.smithi161.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-02T14:53:14.086 INFO:journalctl@ceph.mon.a.smithi161.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-02T14:53:14.087 INFO:journalctl@ceph.mon.a.smithi161.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-02T14:53:14.087 INFO:journalctl@ceph.mon.a.smithi161.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-02T14:53:14.087 INFO:journalctl@ceph.mon.a.smithi161.stdout: Cumulative compaction: 0.00 GB write, 29.07 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-02T14:53:14.087 INFO:journalctl@ceph.mon.a.smithi161.stdout: Interval compaction: 0.00 GB write, 29.07 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-02T14:53:14.087 INFO:journalctl@ceph.mon.a.smithi161.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-04-02T14:53:14.087 INFO:journalctl@ceph.mon.a.smithi161.stdout: Block cache BinnedLRUCache@0x560db391b090#2 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-04-02T14:53:14.087 INFO:journalctl@ceph.mon.a.smithi161.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-04-02T14:53:14.087 INFO:journalctl@ceph.mon.a.smithi161.stdout: 2024-04-02T14:53:14.087 INFO:journalctl@ceph.mon.a.smithi161.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-02T14:53:14.087 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: starting mon.a rank 0 at public addrs [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] at bind addrs [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 9772000a-f100-11ee-b647-cb9ed24678a4 2024-04-02T14:53:14.087 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: mon.a@-1(???) e1 preinit fsid 9772000a-f100-11ee-b647-cb9ed24678a4 2024-04-02T14:53:14.087 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: mon.a@-1(???).mds e1 new map 2024-04-02T14:53:14.087 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: mon.a@-1(???).mds e1 print_map 2024-04-02T14:53:14.087 INFO:journalctl@ceph.mon.a.smithi161.stdout: e1 2024-04-02T14:53:14.087 INFO:journalctl@ceph.mon.a.smithi161.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-02T14:53:14.088 INFO:journalctl@ceph.mon.a.smithi161.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,12=quiesce subvolumes} 2024-04-02T14:53:14.088 INFO:journalctl@ceph.mon.a.smithi161.stdout: legacy client fscid: -1 2024-04-02T14:53:14.088 INFO:journalctl@ceph.mon.a.smithi161.stdout: 2024-04-02T14:53:14.088 INFO:journalctl@ceph.mon.a.smithi161.stdout: No filesystems configured 2024-04-02T14:53:14.088 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-02T14:53:14.088 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-02T14:53:14.088 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-02T14:53:14.088 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-02T14:53:14.088 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-02T14:53:14.088 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 bash[29336]: 3c4b490629698beef766c74dce2394953589df623d8bb4f706621388227f5fd0 2024-04-02T14:53:14.088 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 systemd[1]: Started Ceph mon.a for 9772000a-f100-11ee-b647-cb9ed24678a4. 2024-04-02T14:53:14.088 INFO:teuthology.orchestra.run.smithi161.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-02T14:53:14.390 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-02T14:53:14.390 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: monmap epoch 1 2024-04-02T14:53:14.390 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: fsid 9772000a-f100-11ee-b647-cb9ed24678a4 2024-04-02T14:53:14.390 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: last_changed 2024-04-02T14:53:01.892544+0000 2024-04-02T14:53:14.390 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: created 2024-04-02T14:53:01.892544+0000 2024-04-02T14:53:14.391 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: min_mon_release 19 (squid) 2024-04-02T14:53:14.391 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: election_strategy: 1 2024-04-02T14:53:14.391 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: 0: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.a 2024-04-02T14:53:14.391 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: fsmap 2024-04-02T14:53:14.391 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: osdmap e1: 0 total, 0 up, 0 in 2024-04-02T14:53:14.391 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:14 smithi161 ceph-mon[29355]: mgrmap e1: no daemons active 2024-04-02T14:53:15.121 INFO:teuthology.orchestra.run.smithi161.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-02T14:53:15.143 INFO:teuthology.orchestra.run.smithi161.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-02T14:53:15.143 INFO:teuthology.orchestra.run.smithi161.stdout:Creating mgr... 2024-04-02T14:53:15.143 INFO:teuthology.orchestra.run.smithi161.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-02T14:53:15.143 INFO:teuthology.orchestra.run.smithi161.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-02T14:53:15.392 INFO:teuthology.orchestra.run.smithi161.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-9772000a-f100-11ee-b647-cb9ed24678a4@mgr.x 2024-04-02T14:53:15.392 INFO:teuthology.orchestra.run.smithi161.stdout:systemctl: stderr Failed to reset failed state of unit ceph-9772000a-f100-11ee-b647-cb9ed24678a4@mgr.x.service: Unit ceph-9772000a-f100-11ee-b647-cb9ed24678a4@mgr.x.service not loaded. 2024-04-02T14:53:15.544 INFO:teuthology.orchestra.run.smithi161.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-9772000a-f100-11ee-b647-cb9ed24678a4.target.wants/ceph-9772000a-f100-11ee-b647-cb9ed24678a4@mgr.x.service → /etc/systemd/system/ceph-9772000a-f100-11ee-b647-cb9ed24678a4@.service. 2024-04-02T14:53:15.714 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:15 smithi161 ceph-mon[29355]: from='client.? 172.21.15.161:0/2505802281' entity='client.admin' 2024-04-02T14:53:16.068 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 podman[29573]: 2024-04-02 14:53:16.017059276 +0000 UTC m=+0.344294511 container start 4eafc9c423959dadf32c67f51cf15b02cb9fa82fb63ee3db5185854d66b673e8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.license=GPLv2, ceph=True, GIT_BRANCH=HEAD, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240326, GIT_CLEAN=True, io.buildah.version=1.33.5) 2024-04-02T14:53:16.069 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.074+0000 7fb0b0117200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:53:16.112 INFO:teuthology.orchestra.run.smithi161.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-02T14:53:16.112 INFO:teuthology.orchestra.run.smithi161.stdout:systemctl: stdout disabled 2024-04-02T14:53:16.119 INFO:teuthology.orchestra.run.smithi161.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-02T14:53:16.119 INFO:teuthology.orchestra.run.smithi161.stdout:systemctl: stdout inactive 2024-04-02T14:53:16.120 INFO:teuthology.orchestra.run.smithi161.stdout:firewalld.service is not enabled 2024-04-02T14:53:16.120 INFO:teuthology.orchestra.run.smithi161.stdout:Not possible to enable service . firewalld.service is not available 2024-04-02T14:53:16.128 INFO:teuthology.orchestra.run.smithi161.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-02T14:53:16.128 INFO:teuthology.orchestra.run.smithi161.stdout:systemctl: stdout disabled 2024-04-02T14:53:16.135 INFO:teuthology.orchestra.run.smithi161.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-02T14:53:16.135 INFO:teuthology.orchestra.run.smithi161.stdout:systemctl: stdout inactive 2024-04-02T14:53:16.135 INFO:teuthology.orchestra.run.smithi161.stdout:firewalld.service is not enabled 2024-04-02T14:53:16.135 INFO:teuthology.orchestra.run.smithi161.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-02T14:53:16.135 INFO:teuthology.orchestra.run.smithi161.stdout:Waiting for mgr to start... 2024-04-02T14:53:16.135 INFO:teuthology.orchestra.run.smithi161.stdout:Waiting for mgr... 2024-04-02T14:53:16.332 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.074+0000 7fb0b0117200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:53:16.332 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.332 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.079+0000 7fb0b0117200 -1 mgr[py] Class not found in module 'restful' 2024-04-02T14:53:16.332 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.079+0000 7fb0b0117200 -1 mgr[py] Error loading module 'restful': (22) Invalid argument 2024-04-02T14:53:16.332 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.094+0000 7fb0b0117200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:53:16.332 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.094+0000 7fb0b0117200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:53:16.332 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.332 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.098+0000 7fb0b0117200 -1 mgr[py] Class not found in module 'mds_autoscaler' 2024-04-02T14:53:16.332 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.098+0000 7fb0b0117200 -1 mgr[py] Error loading module 'mds_autoscaler': (22) Invalid argument 2024-04-02T14:53:16.332 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 bash[29573]: 4eafc9c423959dadf32c67f51cf15b02cb9fa82fb63ee3db5185854d66b673e8 2024-04-02T14:53:16.333 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 systemd[1]: Started Ceph mgr.x for 9772000a-f100-11ee-b647-cb9ed24678a4. 2024-04-02T14:53:16.333 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.113+0000 7fb0b0117200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:53:16.333 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.113+0000 7fb0b0117200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:53:16.333 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.333 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.117+0000 7fb0b0117200 -1 mgr[py] Class not found in module 'osd_perf_query' 2024-04-02T14:53:16.333 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.117+0000 7fb0b0117200 -1 mgr[py] Error loading module 'osd_perf_query': (22) Invalid argument 2024-04-02T14:53:16.333 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.133+0000 7fb0b0117200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:53:16.333 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.133+0000 7fb0b0117200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:53:16.333 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.333 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.137+0000 7fb0b0117200 -1 mgr[py] Class not found in module 'snap_schedule' 2024-04-02T14:53:16.333 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.137+0000 7fb0b0117200 -1 mgr[py] Error loading module 'snap_schedule': (22) Invalid argument 2024-04-02T14:53:16.333 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.153+0000 7fb0b0117200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:53:16.333 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.153+0000 7fb0b0117200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:53:16.333 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.334 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.157+0000 7fb0b0117200 -1 mgr[py] Class not found in module 'dashboard' 2024-04-02T14:53:16.334 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.157+0000 7fb0b0117200 -1 mgr[py] Error loading module 'dashboard': (22) Invalid argument 2024-04-02T14:53:16.334 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.176+0000 7fb0b0117200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:53:16.334 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.176+0000 7fb0b0117200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:53:16.334 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.334 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.181+0000 7fb0b0117200 -1 mgr[py] Class not found in module 'zabbix' 2024-04-02T14:53:16.334 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.181+0000 7fb0b0117200 -1 mgr[py] Error loading module 'zabbix': (22) Invalid argument 2024-04-02T14:53:16.335 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.197+0000 7fb0b0117200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:53:16.335 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.197+0000 7fb0b0117200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:53:16.335 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.335 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.202+0000 7fb0b0117200 -1 mgr[py] Class not found in module 'balancer' 2024-04-02T14:53:16.335 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.202+0000 7fb0b0117200 -1 mgr[py] Error loading module 'balancer': (22) Invalid argument 2024-04-02T14:53:16.335 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.217+0000 7fb0b0117200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:53:16.335 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.217+0000 7fb0b0117200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:53:16.335 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.335 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.221+0000 7fb0b0117200 -1 mgr[py] Class not found in module 'influx' 2024-04-02T14:53:16.335 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.221+0000 7fb0b0117200 -1 mgr[py] Error loading module 'influx': (22) Invalid argument 2024-04-02T14:53:16.335 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.244+0000 7fb0b0117200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:53:16.335 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.244+0000 7fb0b0117200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:53:16.335 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.335 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.248+0000 7fb0b0117200 -1 mgr[py] Class not found in module 'alerts' 2024-04-02T14:53:16.336 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.249+0000 7fb0b0117200 -1 mgr[py] Error loading module 'alerts': (22) Invalid argument 2024-04-02T14:53:16.336 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.263+0000 7fb0b0117200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:53:16.336 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.263+0000 7fb0b0117200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:53:16.336 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.336 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.267+0000 7fb0b0117200 -1 mgr[py] Class not found in module 'iostat' 2024-04-02T14:53:16.336 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.267+0000 7fb0b0117200 -1 mgr[py] Error loading module 'iostat': (22) Invalid argument 2024-04-02T14:53:16.336 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.282+0000 7fb0b0117200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:53:16.336 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.282+0000 7fb0b0117200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:53:16.336 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.336 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.286+0000 7fb0b0117200 -1 mgr[py] Class not found in module 'rgw' 2024-04-02T14:53:16.336 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.286+0000 7fb0b0117200 -1 mgr[py] Error loading module 'rgw': (22) Invalid argument 2024-04-02T14:53:16.336 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.301+0000 7fb0b0117200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:53:16.336 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.301+0000 7fb0b0117200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:53:16.336 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.337 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.305+0000 7fb0b0117200 -1 mgr[py] Class not found in module 'rbd_support' 2024-04-02T14:53:16.337 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.305+0000 7fb0b0117200 -1 mgr[py] Error loading module 'rbd_support': (22) Invalid argument 2024-04-02T14:53:16.337 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.319+0000 7fb0b0117200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:53:16.337 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.319+0000 7fb0b0117200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:53:16.337 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.337 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.323+0000 7fb0b0117200 -1 mgr[py] Class not found in module 'progress' 2024-04-02T14:53:16.337 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.323+0000 7fb0b0117200 -1 mgr[py] Error loading module 'progress': (22) Invalid argument 2024-04-02T14:53:16.337 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.338+0000 7fb0b0117200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:53:16.583 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.338+0000 7fb0b0117200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:53:16.583 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.584 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.342+0000 7fb0b0117200 -1 mgr[py] Class not found in module 'pg_autoscaler' 2024-04-02T14:53:16.584 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.342+0000 7fb0b0117200 -1 mgr[py] Error loading module 'pg_autoscaler': (22) Invalid argument 2024-04-02T14:53:16.584 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.357+0000 7fb0b0117200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:53:16.584 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.357+0000 7fb0b0117200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:53:16.584 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.584 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.361+0000 7fb0b0117200 -1 mgr[py] Class not found in module 'devicehealth' 2024-04-02T14:53:16.584 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.361+0000 7fb0b0117200 -1 mgr[py] Error loading module 'devicehealth': (22) Invalid argument 2024-04-02T14:53:16.584 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.376+0000 7fb0b0117200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:53:16.584 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.376+0000 7fb0b0117200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:53:16.584 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.584 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.379+0000 7fb0b0117200 -1 mgr[py] Class not found in module 'k8sevents' 2024-04-02T14:53:16.584 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.379+0000 7fb0b0117200 -1 mgr[py] Error loading module 'k8sevents': (22) Invalid argument 2024-04-02T14:53:16.584 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.394+0000 7fb0b0117200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:53:16.584 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.394+0000 7fb0b0117200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:53:16.584 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.585 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.398+0000 7fb0b0117200 -1 mgr[py] Class not found in module 'rook' 2024-04-02T14:53:16.585 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.398+0000 7fb0b0117200 -1 mgr[py] Error loading module 'rook': (22) Invalid argument 2024-04-02T14:53:16.585 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.414+0000 7fb0b0117200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:53:16.585 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.414+0000 7fb0b0117200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:53:16.585 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.585 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.418+0000 7fb0b0117200 -1 mgr[py] Class not found in module 'diskprediction_local' 2024-04-02T14:53:16.585 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.418+0000 7fb0b0117200 -1 mgr[py] Error loading module 'diskprediction_local': (22) Invalid argument 2024-04-02T14:53:16.585 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.457+0000 7fb0b0117200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:53:16.585 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.457+0000 7fb0b0117200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:53:16.586 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.586 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.461+0000 7fb0b0117200 -1 mgr[py] Class not found in module 'mirroring' 2024-04-02T14:53:16.586 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.461+0000 7fb0b0117200 -1 mgr[py] Error loading module 'mirroring': (22) Invalid argument 2024-04-02T14:53:16.586 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.476+0000 7fb0b0117200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:53:16.586 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.476+0000 7fb0b0117200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:53:16.586 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.586 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.480+0000 7fb0b0117200 -1 mgr[py] Class not found in module 'selftest' 2024-04-02T14:53:16.586 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.480+0000 7fb0b0117200 -1 mgr[py] Error loading module 'selftest': (22) Invalid argument 2024-04-02T14:53:16.586 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.494+0000 7fb0b0117200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:53:16.586 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.494+0000 7fb0b0117200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:53:16.586 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.586 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.498+0000 7fb0b0117200 -1 mgr[py] Class not found in module 'telegraf' 2024-04-02T14:53:16.586 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.498+0000 7fb0b0117200 -1 mgr[py] Error loading module 'telegraf': (22) Invalid argument 2024-04-02T14:53:16.587 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.513+0000 7fb0b0117200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:53:16.587 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.513+0000 7fb0b0117200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:53:16.587 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.587 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.516+0000 7fb0b0117200 -1 mgr[py] Class not found in module 'test_orchestrator' 2024-04-02T14:53:16.587 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.516+0000 7fb0b0117200 -1 mgr[py] Error loading module 'test_orchestrator': (22) Invalid argument 2024-04-02T14:53:16.587 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.531+0000 7fb0b0117200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:53:16.587 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.531+0000 7fb0b0117200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:53:16.587 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.587 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.535+0000 7fb0b0117200 -1 mgr[py] Class not found in module 'localpool' 2024-04-02T14:53:16.587 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.535+0000 7fb0b0117200 -1 mgr[py] Error loading module 'localpool': (22) Invalid argument 2024-04-02T14:53:16.587 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.550+0000 7fb0b0117200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:53:16.587 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.550+0000 7fb0b0117200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:53:16.588 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.588 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.555+0000 7fb0b0117200 -1 mgr[py] Class not found in module 'crash' 2024-04-02T14:53:16.588 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.555+0000 7fb0b0117200 -1 mgr[py] Error loading module 'crash': (22) Invalid argument 2024-04-02T14:53:16.588 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.570+0000 7fb0b0117200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:53:16.588 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.570+0000 7fb0b0117200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:53:16.588 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.588 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.574+0000 7fb0b0117200 -1 mgr[py] Class not found in module 'insights' 2024-04-02T14:53:16.588 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.574+0000 7fb0b0117200 -1 mgr[py] Error loading module 'insights': (22) Invalid argument 2024-04-02T14:53:16.588 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.589+0000 7fb0b0117200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:53:16.963 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-mon[29355]: from='client.? 172.21.15.161:0/3705915969' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-02T14:53:16.964 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.589+0000 7fb0b0117200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:53:16.964 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.965 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.593+0000 7fb0b0117200 -1 mgr[py] Class not found in module 'orchestrator' 2024-04-02T14:53:16.965 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.593+0000 7fb0b0117200 -1 mgr[py] Error loading module 'orchestrator': (22) Invalid argument 2024-04-02T14:53:16.965 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.608+0000 7fb0b0117200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:53:16.965 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.608+0000 7fb0b0117200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:53:16.965 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.965 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.612+0000 7fb0b0117200 -1 mgr[py] Class not found in module 'osd_support' 2024-04-02T14:53:16.965 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.612+0000 7fb0b0117200 -1 mgr[py] Error loading module 'osd_support': (22) Invalid argument 2024-04-02T14:53:16.965 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.627+0000 7fb0b0117200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:53:16.965 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.627+0000 7fb0b0117200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:53:16.965 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.965 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.632+0000 7fb0b0117200 -1 mgr[py] Class not found in module 'volumes' 2024-04-02T14:53:16.965 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.632+0000 7fb0b0117200 -1 mgr[py] Error loading module 'volumes': (22) Invalid argument 2024-04-02T14:53:16.965 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.684+0000 7fb0b0117200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:53:16.966 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.684+0000 7fb0b0117200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:53:16.966 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.966 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.688+0000 7fb0b0117200 -1 mgr[py] Class not found in module 'stats' 2024-04-02T14:53:16.966 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.688+0000 7fb0b0117200 -1 mgr[py] Error loading module 'stats': (22) Invalid argument 2024-04-02T14:53:16.966 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.702+0000 7fb0b0117200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:53:16.966 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.702+0000 7fb0b0117200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:53:16.966 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.966 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.706+0000 7fb0b0117200 -1 mgr[py] Class not found in module 'cephadm' 2024-04-02T14:53:16.966 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.706+0000 7fb0b0117200 -1 mgr[py] Error loading module 'cephadm': (22) Invalid argument 2024-04-02T14:53:16.966 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.722+0000 7fb0b0117200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:53:16.967 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.722+0000 7fb0b0117200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:53:16.967 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.967 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.727+0000 7fb0b0117200 -1 mgr[py] Class not found in module 'telemetry' 2024-04-02T14:53:16.967 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.727+0000 7fb0b0117200 -1 mgr[py] Error loading module 'telemetry': (22) Invalid argument 2024-04-02T14:53:16.967 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.743+0000 7fb0b0117200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:53:16.967 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.743+0000 7fb0b0117200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:53:16.967 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.967 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.747+0000 7fb0b0117200 -1 mgr[py] Class not found in module 'prometheus' 2024-04-02T14:53:16.967 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.747+0000 7fb0b0117200 -1 mgr[py] Error loading module 'prometheus': (22) Invalid argument 2024-04-02T14:53:16.967 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.762+0000 7fb0b0117200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:53:16.967 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.762+0000 7fb0b0117200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:53:16.967 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.967 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.766+0000 7fb0b0117200 -1 mgr[py] Class not found in module 'status' 2024-04-02T14:53:16.968 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.766+0000 7fb0b0117200 -1 mgr[py] Error loading module 'status': (22) Invalid argument 2024-04-02T14:53:16.968 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.781+0000 7fb0b0117200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:53:16.968 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.781+0000 7fb0b0117200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:53:16.968 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.968 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.785+0000 7fb0b0117200 -1 mgr[py] Class not found in module 'nfs' 2024-04-02T14:53:16.968 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.785+0000 7fb0b0117200 -1 mgr[py] Error loading module 'nfs': (22) Invalid argument 2024-04-02T14:53:16.968 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:16 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:16.785+0000 7fb0b0117200 -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-04-02T14:53:17.485 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout 2024-04-02T14:53:17.485 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout { 2024-04-02T14:53:17.485 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "fsid": "9772000a-f100-11ee-b647-cb9ed24678a4", 2024-04-02T14:53:17.485 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "health": { 2024-04-02T14:53:17.485 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-02T14:53:17.485 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-02T14:53:17.486 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-02T14:53:17.486 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout }, 2024-04-02T14:53:17.486 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-02T14:53:17.486 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-02T14:53:17.486 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout 0 2024-04-02T14:53:17.486 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout ], 2024-04-02T14:53:17.486 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-02T14:53:17.486 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "a" 2024-04-02T14:53:17.486 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout ], 2024-04-02T14:53:17.486 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-02T14:53:17.486 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-02T14:53:17.486 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T14:53:17.486 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-02T14:53:17.486 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-02T14:53:17.487 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout }, 2024-04-02T14:53:17.487 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-02T14:53:17.487 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T14:53:17.487 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-02T14:53:17.487 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-02T14:53:17.487 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-02T14:53:17.490 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-02T14:53:17.491 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-02T14:53:17.491 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-02T14:53:17.491 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout }, 2024-04-02T14:53:17.491 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-02T14:53:17.491 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-02T14:53:17.491 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-02T14:53:17.491 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-02T14:53:17.491 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-02T14:53:17.491 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-02T14:53:17.491 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-02T14:53:17.491 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-02T14:53:17.491 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-02T14:53:17.491 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout }, 2024-04-02T14:53:17.491 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-02T14:53:17.492 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T14:53:17.492 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-02T14:53:17.492 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-02T14:53:17.492 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout }, 2024-04-02T14:53:17.492 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-02T14:53:17.492 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-02T14:53:17.492 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-02T14:53:17.492 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-02T14:53:17.492 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-02T14:53:17.492 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-02T14:53:17.492 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "restful" 2024-04-02T14:53:17.492 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout ], 2024-04-02T14:53:17.492 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-02T14:53:17.492 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout }, 2024-04-02T14:53:17.493 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-02T14:53:17.493 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T14:53:17.493 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "modified": "2024-04-02T14:53:07.882940+0000", 2024-04-02T14:53:17.493 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-02T14:53:17.493 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout }, 2024-04-02T14:53:17.493 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-02T14:53:17.493 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout } 2024-04-02T14:53:17.493 INFO:teuthology.orchestra.run.smithi161.stdout:mgr not available, waiting (1/15)... 2024-04-02T14:53:18.215 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:17 smithi161 ceph-mon[29355]: Activating manager daemon x 2024-04-02T14:53:18.215 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:17 smithi161 ceph-mon[29355]: mgrmap e2: x(active, starting, since 0.00176256s) 2024-04-02T14:53:18.215 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:17 smithi161 ceph-mon[29355]: from='mgr.14100 172.21.15.161:0/1246348688' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-02T14:53:18.215 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:17 smithi161 ceph-mon[29355]: from='mgr.14100 172.21.15.161:0/1246348688' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-02T14:53:18.215 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:17 smithi161 ceph-mon[29355]: from='mgr.14100 172.21.15.161:0/1246348688' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-02T14:53:18.215 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:17 smithi161 ceph-mon[29355]: from='mgr.14100 172.21.15.161:0/1246348688' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-02T14:53:18.216 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:17 smithi161 ceph-mon[29355]: from='mgr.14100 172.21.15.161:0/1246348688' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-02T14:53:18.216 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:17 smithi161 ceph-mon[29355]: Manager daemon x is now available 2024-04-02T14:53:19.214 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:18 smithi161 ceph-mon[29355]: mgrmap e3: x(active, since 1.00343s) 2024-04-02T14:53:20.214 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:20 smithi161 ceph-mon[29355]: from='client.? 172.21.15.161:0/1727312159' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-02T14:53:20.585 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout 2024-04-02T14:53:20.586 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout { 2024-04-02T14:53:20.586 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "fsid": "9772000a-f100-11ee-b647-cb9ed24678a4", 2024-04-02T14:53:20.586 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "health": { 2024-04-02T14:53:20.586 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-02T14:53:20.586 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-02T14:53:20.586 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-02T14:53:20.586 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout }, 2024-04-02T14:53:20.586 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-02T14:53:20.586 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-02T14:53:20.586 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout 0 2024-04-02T14:53:20.586 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout ], 2024-04-02T14:53:20.587 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-02T14:53:20.587 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "a" 2024-04-02T14:53:20.587 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout ], 2024-04-02T14:53:20.587 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-02T14:53:20.587 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-02T14:53:20.587 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T14:53:20.587 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-02T14:53:20.587 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-02T14:53:20.587 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout }, 2024-04-02T14:53:20.587 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-02T14:53:20.587 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T14:53:20.587 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-02T14:53:20.587 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-02T14:53:20.587 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-02T14:53:20.588 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-02T14:53:20.588 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-02T14:53:20.588 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-02T14:53:20.588 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout }, 2024-04-02T14:53:20.588 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-02T14:53:20.588 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-02T14:53:20.588 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-02T14:53:20.588 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-02T14:53:20.588 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-02T14:53:20.588 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-02T14:53:20.588 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-02T14:53:20.588 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-02T14:53:20.588 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-02T14:53:20.588 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout }, 2024-04-02T14:53:20.589 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-02T14:53:20.589 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T14:53:20.589 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-02T14:53:20.589 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-02T14:53:20.589 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout }, 2024-04-02T14:53:20.589 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-02T14:53:20.589 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-02T14:53:20.589 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-02T14:53:20.589 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-02T14:53:20.589 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-02T14:53:20.589 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-02T14:53:20.589 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "restful" 2024-04-02T14:53:20.589 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout ], 2024-04-02T14:53:20.589 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-02T14:53:20.589 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout }, 2024-04-02T14:53:20.590 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-02T14:53:20.590 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T14:53:20.590 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "modified": "2024-04-02T14:53:07.882940+0000", 2024-04-02T14:53:20.590 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-02T14:53:20.590 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout }, 2024-04-02T14:53:20.590 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-02T14:53:20.590 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout } 2024-04-02T14:53:20.590 INFO:teuthology.orchestra.run.smithi161.stdout:mgr is available 2024-04-02T14:53:21.214 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:21 smithi161 ceph-mon[29355]: from='client.? 172.21.15.161:0/2489512245' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-02T14:53:21.629 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout 2024-04-02T14:53:21.629 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout [global] 2024-04-02T14:53:21.629 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout fsid = 9772000a-f100-11ee-b647-cb9ed24678a4 2024-04-02T14:53:21.629 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-02T14:53:21.629 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-02T14:53:21.630 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-02T14:53:21.630 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-02T14:53:21.630 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout 2024-04-02T14:53:21.630 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-02T14:53:21.630 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-02T14:53:21.630 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout 2024-04-02T14:53:21.630 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout [osd] 2024-04-02T14:53:21.630 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-02T14:53:21.630 INFO:teuthology.orchestra.run.smithi161.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-02T14:53:21.630 INFO:teuthology.orchestra.run.smithi161.stdout:Enabling cephadm module... 2024-04-02T14:53:22.464 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:22 smithi161 ceph-mon[29355]: from='client.? 172.21.15.161:0/2949970784' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-02T14:53:22.716 INFO:teuthology.orchestra.run.smithi161.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:3f3f3ed992429b85be729743ad3b39d52dd90744 -e NODE_NAME=smithi161 -v /var/log/ceph/9772000a-f100-11ee-b647-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmpjzousx2_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv9me7vqq:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 mgr module enable cephadm 2024-04-02T14:53:22.717 INFO:teuthology.orchestra.run.smithi161.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-04-02T14:53:22.717 INFO:teuthology.orchestra.run.smithi161.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:3f3f3ed992429b85be729743ad3b39d52dd90744 -e NODE_NAME=smithi161 -v /var/log/ceph/9772000a-f100-11ee-b647-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmpjzousx2_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv9me7vqq:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 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-04-02T14:53:22.717 INFO:teuthology.orchestra.run.smithi161.stderr: 2024-04-02T14:53:22.717 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:53:22.717 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:53:22.717 INFO:teuthology.orchestra.run.smithi161.stdout: *************** 2024-04-02T14:53:22.718 INFO:teuthology.orchestra.run.smithi161.stdout: Cephadm hit an issue during cluster installation. Current cluster files will be deleted automatically. 2024-04-02T14:53:22.718 INFO:teuthology.orchestra.run.smithi161.stdout: To disable this behaviour you can pass the --no-cleanup-on-failure flag. In case of any previous 2024-04-02T14:53:22.718 INFO:teuthology.orchestra.run.smithi161.stdout: broken installation, users must use the following command to completely delete the broken cluster: 2024-04-02T14:53:22.718 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:53:22.718 INFO:teuthology.orchestra.run.smithi161.stdout: > cephadm rm-cluster --force --zap-osds --fsid 2024-04-02T14:53:22.718 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:53:22.718 INFO:teuthology.orchestra.run.smithi161.stdout: for more information please refer to https://docs.ceph.com/en/latest/cephadm/operations/#purging-a-cluster 2024-04-02T14:53:22.718 INFO:teuthology.orchestra.run.smithi161.stdout: *************** 2024-04-02T14:53:22.718 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:53:22.718 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-02T14:53:22.718 INFO:teuthology.orchestra.run.smithi161.stdout:Deleting cluster with fsid: 9772000a-f100-11ee-b647-cb9ed24678a4 2024-04-02T14:53:22.746 INFO:teuthology.orchestra.run.smithi161.stdout:/bin/podman: stdout 3c4b49062969,18.49MB / 33.27GB 2024-04-02T14:53:22.746 INFO:teuthology.orchestra.run.smithi161.stdout:/bin/podman: stdout 4eafc9c42395,99.19MB / 33.27GB 2024-04-02T14:53:22.773 INFO:teuthology.orchestra.run.smithi161.stdout:/bin/podman: stdout 3c4b49062969,1.19% 2024-04-02T14:53:22.773 INFO:teuthology.orchestra.run.smithi161.stdout:/bin/podman: stdout 4eafc9c42395,11.68% 2024-04-02T14:53:22.964 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:22 smithi161 systemd[1]: Stopping Ceph mon.a for 9772000a-f100-11ee-b647-cb9ed24678a4... 2024-04-02T14:53:23.434 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:23 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mon-a[29351]: 2024-04-02T14:53:23.050+0000 7f0002d7e700 -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-04-02T14:53:23.435 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:23 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mon-a[29351]: 2024-04-02T14:53:23.050+0000 7f0002d7e700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-02T14:53:23.435 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:23 smithi161 podman[29924]: 2024-04-02 14:53:23.173993313 +0000 UTC m=+0.234077341 container died 3c4b490629698beef766c74dce2394953589df623d8bb4f706621388227f5fd0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mon-a, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240326, ceph=True, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, CEPH_POINT_RELEASE=, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-04-02T14:53:23.714 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:23 smithi161 podman[29924]: 2024-04-02 14:53:23.534004349 +0000 UTC m=+0.594088358 container cleanup 3c4b490629698beef766c74dce2394953589df623d8bb4f706621388227f5fd0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mon-a, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240326, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed) 2024-04-02T14:53:23.714 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:23 smithi161 bash[29924]: ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mon-a 2024-04-02T14:53:24.092 INFO:teuthology.orchestra.run.smithi161.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph-9772000a-f100-11ee-b647-cb9ed24678a4.target.wants/ceph-9772000a-f100-11ee-b647-cb9ed24678a4@mon.a.service". 2024-04-02T14:53:24.099 INFO:teuthology.orchestra.run.smithi161.stdout:Non-zero exit code 5 from systemctl stop ceph-9772000a-f100-11ee-b647-cb9ed24678a4-init@mon.a.service 2024-04-02T14:53:24.099 INFO:teuthology.orchestra.run.smithi161.stdout:systemctl: stderr Failed to stop ceph-9772000a-f100-11ee-b647-cb9ed24678a4-init@mon.a.service: Unit ceph-9772000a-f100-11ee-b647-cb9ed24678a4-init@mon.a.service not loaded. 2024-04-02T14:53:24.105 INFO:teuthology.orchestra.run.smithi161.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-9772000a-f100-11ee-b647-cb9ed24678a4-init@mon.a.service 2024-04-02T14:53:24.105 INFO:teuthology.orchestra.run.smithi161.stdout:systemctl: stderr Failed to reset failed state of unit ceph-9772000a-f100-11ee-b647-cb9ed24678a4-init@mon.a.service: Unit ceph-9772000a-f100-11ee-b647-cb9ed24678a4-init@mon.a.service not loaded. 2024-04-02T14:53:24.111 INFO:teuthology.orchestra.run.smithi161.stdout:Non-zero exit code 1 from systemctl disable ceph-9772000a-f100-11ee-b647-cb9ed24678a4-init@mon.a.service 2024-04-02T14:53:24.111 INFO:teuthology.orchestra.run.smithi161.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-9772000a-f100-11ee-b647-cb9ed24678a4-init@mon.a.service does not exist. 2024-04-02T14:53:24.129 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:23 smithi161 podman[29938]: 2024-04-02 14:53:23.785178036 +0000 UTC m=+0.611038465 container remove 3c4b490629698beef766c74dce2394953589df623d8bb4f706621388227f5fd0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240326, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, GIT_BRANCH=HEAD) 2024-04-02T14:53:24.129 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:23 smithi161 systemd[1]: ceph-9772000a-f100-11ee-b647-cb9ed24678a4@mon.a.service: Deactivated successfully. 2024-04-02T14:53:24.129 INFO:journalctl@ceph.mon.a.smithi161.stdout:Apr 02 14:53:23 smithi161 systemd[1]: Stopped Ceph mon.a for 9772000a-f100-11ee-b647-cb9ed24678a4. 2024-04-02T14:53:24.381 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:24 smithi161 systemd[1]: Stopping Ceph mgr.x for 9772000a-f100-11ee-b647-cb9ed24678a4... 2024-04-02T14:53:24.382 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:24 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:24.379+0000 7fb0a4705700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.x -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-04-02T14:53:24.382 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:24 smithi161 ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x[29588]: 2024-04-02T14:53:24.379+0000 7fb0a4705700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-04-02T14:53:24.696 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:24 smithi161 podman[30051]: 2024-04-02 14:53:24.390467425 +0000 UTC m=+0.115108053 container died 4eafc9c423959dadf32c67f51cf15b02cb9fa82fb63ee3db5185854d66b673e8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240326, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-04-02T14:53:24.696 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:24 smithi161 podman[30051]: 2024-04-02 14:53:24.705011903 +0000 UTC m=+0.429652576 container cleanup 4eafc9c423959dadf32c67f51cf15b02cb9fa82fb63ee3db5185854d66b673e8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240326, org.label-schema.schema-version=1.0, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, CEPH_POINT_RELEASE=, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.33.5, GIT_BRANCH=HEAD) 2024-04-02T14:53:24.964 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:24 smithi161 bash[30051]: ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x 2024-04-02T14:53:24.964 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:24 smithi161 podman[30065]: 2024-04-02 14:53:24.897428663 +0000 UTC m=+0.507183483 container remove 4eafc9c423959dadf32c67f51cf15b02cb9fa82fb63ee3db5185854d66b673e8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-9772000a-f100-11ee-b647-cb9ed24678a4-mgr-x, ceph=True, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, GIT_CLEAN=True, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240326, org.label-schema.vendor=CentOS) 2024-04-02T14:53:25.349 INFO:teuthology.orchestra.run.smithi161.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph-9772000a-f100-11ee-b647-cb9ed24678a4.target.wants/ceph-9772000a-f100-11ee-b647-cb9ed24678a4@mgr.x.service". 2024-04-02T14:53:25.356 INFO:teuthology.orchestra.run.smithi161.stdout:Non-zero exit code 5 from systemctl stop ceph-9772000a-f100-11ee-b647-cb9ed24678a4-init@mgr.x.service 2024-04-02T14:53:25.357 INFO:teuthology.orchestra.run.smithi161.stdout:systemctl: stderr Failed to stop ceph-9772000a-f100-11ee-b647-cb9ed24678a4-init@mgr.x.service: Unit ceph-9772000a-f100-11ee-b647-cb9ed24678a4-init@mgr.x.service not loaded. 2024-04-02T14:53:25.362 INFO:teuthology.orchestra.run.smithi161.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-9772000a-f100-11ee-b647-cb9ed24678a4-init@mgr.x.service 2024-04-02T14:53:25.362 INFO:teuthology.orchestra.run.smithi161.stdout:systemctl: stderr Failed to reset failed state of unit ceph-9772000a-f100-11ee-b647-cb9ed24678a4-init@mgr.x.service: Unit ceph-9772000a-f100-11ee-b647-cb9ed24678a4-init@mgr.x.service not loaded. 2024-04-02T14:53:25.368 INFO:teuthology.orchestra.run.smithi161.stdout:Non-zero exit code 1 from systemctl disable ceph-9772000a-f100-11ee-b647-cb9ed24678a4-init@mgr.x.service 2024-04-02T14:53:25.369 INFO:teuthology.orchestra.run.smithi161.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-9772000a-f100-11ee-b647-cb9ed24678a4-init@mgr.x.service does not exist. 2024-04-02T14:53:25.374 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:25 smithi161 systemd[1]: ceph-9772000a-f100-11ee-b647-cb9ed24678a4@mgr.x.service: Deactivated successfully. 2024-04-02T14:53:25.374 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:25 smithi161 systemd[1]: Stopped Ceph mgr.x for 9772000a-f100-11ee-b647-cb9ed24678a4. 2024-04-02T14:53:25.374 INFO:journalctl@ceph.mgr.x.smithi161.stdout:Apr 02 14:53:25 smithi161 systemd[1]: ceph-9772000a-f100-11ee-b647-cb9ed24678a4@mgr.x.service: Consumed 1.526s CPU time. 2024-04-02T14:53:25.526 INFO:teuthology.orchestra.run.smithi161.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph-9772000a-f100-11ee-b647-cb9ed24678a4.target". 2024-04-02T14:53:25.526 INFO:teuthology.orchestra.run.smithi161.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph.target.wants/ceph-9772000a-f100-11ee-b647-cb9ed24678a4.target". 2024-04-02T14:53:25.688 INFO:teuthology.orchestra.run.smithi161.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-04-02T14:53:25.690 INFO:teuthology.orchestra.run.smithi161.stderr:Traceback (most recent call last): 2024-04-02T14:53:25.690 INFO:teuthology.orchestra.run.smithi161.stderr: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-04-02T14:53:25.704 INFO:teuthology.orchestra.run.smithi161.stderr: return _run_code(code, main_globals, None, 2024-04-02T14:53:25.705 INFO:teuthology.orchestra.run.smithi161.stderr: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-04-02T14:53:25.705 INFO:teuthology.orchestra.run.smithi161.stderr: exec(code, run_globals) 2024-04-02T14:53:25.705 INFO:teuthology.orchestra.run.smithi161.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/__main__.py", line 5608, in 2024-04-02T14:53:25.705 INFO:teuthology.orchestra.run.smithi161.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/__main__.py", line 5596, in main 2024-04-02T14:53:25.705 INFO:teuthology.orchestra.run.smithi161.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/__main__.py", line 2693, in _rollback 2024-04-02T14:53:25.705 INFO:teuthology.orchestra.run.smithi161.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/__main__.py", line 445, in _default_image 2024-04-02T14:53:25.705 INFO:teuthology.orchestra.run.smithi161.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/__main__.py", line 2925, in command_bootstrap 2024-04-02T14:53:25.705 INFO:teuthology.orchestra.run.smithi161.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/__main__.py", line 2387, in enable_cephadm_mgr_module 2024-04-02T14:53:25.705 INFO:teuthology.orchestra.run.smithi161.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/__main__.py", line 2854, in cli 2024-04-02T14:53:25.705 INFO:teuthology.orchestra.run.smithi161.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/cephadmlib/container_types.py", line 429, in run 2024-04-02T14:53:25.705 INFO:teuthology.orchestra.run.smithi161.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-02T14:53:25.705 INFO:teuthology.orchestra.run.smithi161.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:3f3f3ed992429b85be729743ad3b39d52dd90744 -e NODE_NAME=smithi161 -v /var/log/ceph/9772000a-f100-11ee-b647-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmpjzousx2_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv9me7vqq:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 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-04-02T14:53:25.705 INFO:teuthology.orchestra.run.smithi161.stderr: 2024-04-02T14:53:25.728 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:53:25.729 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-02T14:53:25.729 DEBUG:teuthology.orchestra.run.smithi161:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-02T14:53:25.744 DEBUG:teuthology.orchestra.run.smithi176:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-02T14:53:25.762 INFO:tasks.cephadm:Stopping all daemons... 2024-04-02T14:53:25.762 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-02T14:53:25.763 DEBUG:teuthology.orchestra.run.smithi161:> sudo systemctl stop ceph-9772000a-f100-11ee-b647-cb9ed24678a4@mon.a 2024-04-02T14:53:25.819 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to stop ceph-9772000a-f100-11ee-b647-cb9ed24678a4@mon.a.service: Unit ceph-9772000a-f100-11ee-b647-cb9ed24678a4@mon.a.service not loaded. 2024-04-02T14:53:25.820 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-04-02T14:53:25.821 ERROR:tasks.cephadm:Failed to stop "ceph.mon.a" Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 770, 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 smithi161 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid 9772000a-f100-11ee-b647-cb9ed24678a4 --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 x --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.161 --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_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 857, 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 smithi161 with status 5: 'sudo systemctl stop ceph-9772000a-f100-11ee-b647-cb9ed24678a4@mon.a' 2024-04-02T14:53:25.822 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 770, 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 smithi161 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid 9772000a-f100-11ee-b647-cb9ed24678a4 --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 x --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.161 --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/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 857, 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 smithi161 with status 5: 'sudo systemctl stop ceph-9772000a-f100-11ee-b647-cb9ed24678a4@mon.a' 2024-04-02T14:53:25.823 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-02T14:53:25.825 DEBUG:teuthology.misc:Transferring archived files from smithi161:/var/lib/ceph/9772000a-f100-11ee-b647-cb9ed24678a4/crash to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636026/remote/smithi161/crash 2024-04-02T14:53:25.826 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /var/lib/ceph/9772000a-f100-11ee-b647-cb9ed24678a4/crash -- . 2024-04-02T14:53:25.918 INFO:teuthology.orchestra.run.smithi161.stderr:tar: /var/lib/ceph/9772000a-f100-11ee-b647-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-02T14:53:25.918 INFO:teuthology.orchestra.run.smithi161.stderr:tar: Error is not recoverable: exiting now 2024-04-02T14:53:25.920 DEBUG:teuthology.misc:Transferring archived files from smithi176:/var/lib/ceph/9772000a-f100-11ee-b647-cb9ed24678a4/crash to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636026/remote/smithi176/crash 2024-04-02T14:53:25.921 DEBUG:teuthology.orchestra.run.smithi176:> sudo tar c -f - -C /var/lib/ceph/9772000a-f100-11ee-b647-cb9ed24678a4/crash -- . 2024-04-02T14:53:25.968 INFO:teuthology.orchestra.run.smithi176.stderr:tar: /var/lib/ceph/9772000a-f100-11ee-b647-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-02T14:53:25.968 INFO:teuthology.orchestra.run.smithi176.stderr:tar: Error is not recoverable: exiting now 2024-04-02T14:53:25.969 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-02T14:53:25.969 DEBUG:teuthology.orchestra.run.smithi161:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/9772000a-f100-11ee-b647-cb9ed24678a4/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-02T14:53:25.997 INFO:teuthology.orchestra.run.smithi161.stderr:grep: /var/log/ceph/9772000a-f100-11ee-b647-cb9ed24678a4/ceph.log: No such file or directory 2024-04-02T14:53:25.998 INFO:tasks.cephadm:Compressing logs... 2024-04-02T14:53:25.998 DEBUG:teuthology.orchestra.run.smithi161:> 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-04-02T14:53:26.041 DEBUG:teuthology.orchestra.run.smithi176:> 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-04-02T14:53:26.064 INFO:teuthology.orchestra.run.smithi161.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-04-02T14:53:26.066 INFO:teuthology.orchestra.run.smithi161.stderr: 2024-04-02T14:53:26.067 INFO:teuthology.orchestra.run.smithi161.stderr:real 0m0.014s 2024-04-02T14:53:26.067 INFO:teuthology.orchestra.run.smithi161.stderr:user 0m0.013s 2024-04-02T14:53:26.067 INFO:teuthology.orchestra.run.smithi161.stderr:sys 0m0.013s 2024-04-02T14:53:26.071 INFO:teuthology.orchestra.run.smithi176.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-02T14:53:26.071 INFO:teuthology.orchestra.run.smithi176.stderr:: No such file or directory 2024-04-02T14:53:26.072 INFO:teuthology.orchestra.run.smithi176.stderr:/var/log/ceph/cephadm.log: 56.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-02T14:53:26.074 INFO:teuthology.orchestra.run.smithi176.stderr: 2024-04-02T14:53:26.074 INFO:teuthology.orchestra.run.smithi176.stderr:real 0m0.016s 2024-04-02T14:53:26.074 INFO:teuthology.orchestra.run.smithi176.stderr:user 0m0.018s 2024-04-02T14:53:26.074 INFO:teuthology.orchestra.run.smithi176.stderr:sys 0m0.012s 2024-04-02T14:53:26.074 INFO:tasks.cephadm:Archiving logs... 2024-04-02T14:53:26.075 DEBUG:teuthology.misc:Transferring archived files from smithi161:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636026/remote/smithi161/log 2024-04-02T14:53:26.075 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-02T14:53:26.133 DEBUG:teuthology.misc:Transferring archived files from smithi176:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636026/remote/smithi176/log 2024-04-02T14:53:26.134 DEBUG:teuthology.orchestra.run.smithi176:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-02T14:53:26.164 INFO:tasks.cephadm:Removing cluster... 2024-04-02T14:53:26.164 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9772000a-f100-11ee-b647-cb9ed24678a4 --force 2024-04-02T14:53:26.358 INFO:teuthology.orchestra.run.smithi161.stdout:Deleting cluster with fsid: 9772000a-f100-11ee-b647-cb9ed24678a4 2024-04-02T14:53:26.606 INFO:tasks.cephadm:Removing cephadm ... 2024-04-02T14:53:26.606 DEBUG:teuthology.orchestra.run.smithi161:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-02T14:53:26.621 DEBUG:teuthology.orchestra.run.smithi176:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-02T14:53:26.637 INFO:tasks.cephadm:Teardown complete 2024-04-02T14:53:26.637 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 770, 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 smithi161 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid 9772000a-f100-11ee-b647-cb9ed24678a4 --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 x --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.161 --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/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 2194, 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/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 1823, 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/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 857, 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 smithi161 with status 5: 'sudo systemctl stop ceph-9772000a-f100-11ee-b647-cb9ed24678a4@mon.a' 2024-04-02T14:53:26.835 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=2ef62d11808e4878a4c94281ca59739e Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 770, 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 smithi161 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid 9772000a-f100-11ee-b647-cb9ed24678a4 --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 x --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.161 --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/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 2194, 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/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 1823, 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/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 857, 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 smithi161 with status 5: 'sudo systemctl stop ceph-9772000a-f100-11ee-b647-cb9ed24678a4@mon.a' 2024-04-02T14:53:26.839 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-02T14:53:26.852 DEBUG:teuthology.run_tasks:Unwinding manager cephadm.configure_samba_client_container 2024-04-02T14:53:26.877 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-02T14:53:26.890 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-04-02T14:53:26.891 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-02T14:53:26.904 DEBUG:teuthology.orchestra.run.smithi176:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-02T14:53:26.981 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-02T14:53:26.990 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-02T14:53:26.990 DEBUG:teuthology.orchestra.run.smithi161:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-02T14:53:26.992 DEBUG:teuthology.orchestra.run.smithi176:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-02T14:53:27.004 INFO:teuthology.orchestra.run.smithi161.stderr:bash: line 1: ntpq: command not found 2024-04-02T14:53:27.006 INFO:teuthology.orchestra.run.smithi176.stderr:bash: line 1: ntpq: command not found 2024-04-02T14:53:27.009 INFO:teuthology.orchestra.run.smithi161.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-02T14:53:27.009 INFO:teuthology.orchestra.run.smithi161.stdout:=============================================================================== 2024-04-02T14:53:27.009 INFO:teuthology.orchestra.run.smithi161.stdout:^+ hv01.front.sepia.ceph.com 2 6 177 59 -680us[ -680us] +/- 88ms 2024-04-02T14:53:27.009 INFO:teuthology.orchestra.run.smithi161.stdout:^+ hv02.front.sepia.ceph.com 3 6 177 58 -1362us[-1362us] +/- 77ms 2024-04-02T14:53:27.009 INFO:teuthology.orchestra.run.smithi161.stdout:^* hv03.front.sepia.ceph.com 3 6 177 59 +1683us[+1657us] +/- 66ms 2024-04-02T14:53:27.009 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T14:53:27.011 INFO:teuthology.orchestra.run.smithi176.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-02T14:53:27.011 INFO:teuthology.orchestra.run.smithi176.stdout:=============================================================================== 2024-04-02T14:53:27.011 INFO:teuthology.orchestra.run.smithi176.stdout:^+ hv01.front.sepia.ceph.com 2 6 177 57 -665us[ -665us] +/- 88ms 2024-04-02T14:53:27.011 INFO:teuthology.orchestra.run.smithi176.stdout:^+ hv02.front.sepia.ceph.com 3 6 177 58 -1354us[-1354us] +/- 77ms 2024-04-02T14:53:27.011 INFO:teuthology.orchestra.run.smithi176.stdout:^* hv03.front.sepia.ceph.com 3 6 177 58 +1680us[+1671us] +/- 66ms 2024-04-02T14:53:27.011 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T14:53:27.012 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-02T14:53:27.020 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-02T14:53:27.021 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-02T14:53:27.030 DEBUG:teuthology.orchestra.run.smithi161:> 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-04-02T14:53:27.113 DEBUG:teuthology.orchestra.run.smithi176:> 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-04-02T14:53:27.176 DEBUG:teuthology.orchestra.run.smithi161:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-02T14:53:27.204 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:53:27.205 DEBUG:teuthology.orchestra.run.smithi176:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-02T14:53:27.234 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:53:27.235 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-02T14:53:27.244 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-02T14:53:27.254 INFO:teuthology.task.internal:Duration was 510.047617 seconds 2024-04-02T14:53:27.254 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-02T14:53:27.265 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-02T14:53:27.265 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-02T14:53:27.268 DEBUG:teuthology.orchestra.run.smithi176:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-02T14:53:27.309 INFO:teuthology.orchestra.run.smithi161.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-02T14:53:27.318 INFO:teuthology.orchestra.run.smithi176.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-02T14:53:27.639 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-02T14:53:27.639 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi161.front.sepia.ceph.com 2024-04-02T14:53:27.639 DEBUG:teuthology.orchestra.run.smithi161:> 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-04-02T14:53:27.660 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi176.front.sepia.ceph.com 2024-04-02T14:53:27.660 DEBUG:teuthology.orchestra.run.smithi176:> 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-04-02T14:53:27.704 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-02T14:53:27.704 DEBUG:teuthology.orchestra.run.smithi161:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-02T14:53:27.706 DEBUG:teuthology.orchestra.run.smithi176:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-02T14:53:27.772 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-02T14:53:27.773 DEBUG:teuthology.orchestra.run.smithi161:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-02T14:53:27.777 DEBUG:teuthology.orchestra.run.smithi176:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-02T14:53:27.908 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-02T14:53:27.918 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-02T14:53:27.919 DEBUG:teuthology.orchestra.run.smithi161:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-02T14:53:27.946 DEBUG:teuthology.orchestra.run.smithi176:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-02T14:53:27.973 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-02T14:53:27.984 DEBUG:teuthology.orchestra.run.smithi161:> 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-04-02T14:53:27.989 DEBUG:teuthology.orchestra.run.smithi176:> 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-04-02T14:53:28.013 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern = core 2024-04-02T14:53:28.038 INFO:teuthology.orchestra.run.smithi176.stdout:kernel.core_pattern = core 2024-04-02T14:53:28.082 DEBUG:teuthology.orchestra.run.smithi161:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-02T14:53:28.096 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:53:28.096 DEBUG:teuthology.orchestra.run.smithi176:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-02T14:53:28.136 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:53:28.136 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-02T14:53:28.147 INFO:teuthology.task.internal:Transferring archived files... 2024-04-02T14:53:28.147 DEBUG:teuthology.misc:Transferring archived files from smithi161:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636026/remote/smithi161 2024-04-02T14:53:28.148 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-02T14:53:28.183 DEBUG:teuthology.misc:Transferring archived files from smithi176:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636026/remote/smithi176 2024-04-02T14:53:28.184 DEBUG:teuthology.orchestra.run.smithi176:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-02T14:53:28.223 INFO:teuthology.task.internal:Removing archive directory... 2024-04-02T14:53:28.223 DEBUG:teuthology.orchestra.run.smithi161:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-02T14:53:28.226 DEBUG:teuthology.orchestra.run.smithi176:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-02T14:53:28.269 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-02T14:53:28.280 INFO:teuthology.task.internal:Not uploading archives. 2024-04-02T14:53:28.280 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-02T14:53:28.291 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-02T14:53:28.291 DEBUG:teuthology.orchestra.run.smithi161:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-02T14:53:28.293 DEBUG:teuthology.orchestra.run.smithi176:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-02T14:53:28.306 INFO:teuthology.orchestra.run.smithi161.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 2 14:53 /home/ubuntu/cephtest 2024-04-02T14:53:28.323 INFO:teuthology.orchestra.run.smithi176.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 2 14:53 /home/ubuntu/cephtest 2024-04-02T14:53:28.324 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-02T14:53:28.335 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-02T14:53:28.356 INFO:teuthology.nuke:Checking targets against current locks 2024-04-02T14:53:28.386 DEBUG:teuthology.nuke:shortname: smithi161 2024-04-02T14:53:28.387 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-02T14:53:28.413 DEBUG:teuthology.nuke:shortname: smithi176 2024-04-02T14:53:28.413 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-02T14:53:28.417 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi161.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636026', '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-04-02 14:35:32.774461', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNPbo9DI6+jV2w22roy3aw8REQ878xunXO4qYLmujfebOHfDRx6Dqzcp7M+9H++uFXp8qKwgHlyXbcXqD1N8fUg='} 2024-04-02T14:53:28.438 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi176.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636026', '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-04-02 14:35:32.772798', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJZbsU+tePBArRSWUVwylpAMwexEPcXw+R0QQNH2vmJVKV1kS3Al8QeXOgCwCKZuifgWfV3hxtQOdaVFRLUB4sA='} 2024-04-02T14:53:28.472 INFO:teuthology.orchestra.console.smithi161:Power off 2024-04-02T14:53:28.472 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-02T14:53:28.498 DEBUG:teuthology.orchestra.console.smithi161:power off output: Chassis Power Control: Down/Off 2024-04-02T14:53:28.498 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T14:53:28.513 INFO:teuthology.orchestra.console.smithi176:Power off 2024-04-02T14:53:28.513 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-02T14:53:28.522 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is on 2024-04-02T14:53:28.536 DEBUG:teuthology.orchestra.console.smithi176:power off output: Chassis Power Control: Down/Off 2024-04-02T14:53:28.536 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T14:53:28.558 DEBUG:teuthology.orchestra.console.smithi176:check power output: Chassis Power is on 2024-04-02T14:53:32.523 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T14:53:32.559 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T14:53:32.635 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is on 2024-04-02T14:53:32.669 DEBUG:teuthology.orchestra.console.smithi176:check power output: Chassis Power is on 2024-04-02T14:53:36.638 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T14:53:36.671 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T14:53:36.748 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is on 2024-04-02T14:53:36.780 DEBUG:teuthology.orchestra.console.smithi176:check power output: Chassis Power is off 2024-04-02T14:53:36.881 INFO:teuthology.orchestra.console.smithi176:Power off completed 2024-04-02T14:53:40.751 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T14:53:40.861 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is off 2024-04-02T14:53:40.961 INFO:teuthology.orchestra.console.smithi161:Power off completed 2024-04-02T14:53:41.066 INFO:teuthology.run:Summary data: description: orch:cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_basic} duration: 510.04761695861816 failure_reason: 'Command failed on smithi161 with status 5: ''sudo systemctl stop ceph-9772000a-f100-11ee-b647-cb9ed24678a4@mon.a''' flavor: default owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=2ef62d11808e4878a4c94281ca59739e status: fail success: false 2024-04-02T14:53:41.066 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-02T14:53:41.140 INFO:teuthology.run:FAIL