2024-09-13T05:41:21.190 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-13T05:41:21.206 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-13T05:41:21.302 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-09-13_05:00:55-orch:cephadm-wip-guits-main-2024-09-12-1245-distro-default-smithi/7903153 branch: wip-guits-main-2024-09-12-1245 description: orch:cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_mgr_res_dom} email: gabrioux@ibm.com first_in_suite: false job_id: '7903153' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-09-13_05:00:55-orch:cephadm-wip-guits-main-2024-09-12-1245-distro-default-smithi no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-main-2024-09-12-1245 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\) log-only-match: - CEPHADM_ sha1: 9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-main-2024-09-12-1245 sha1: 9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 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: 1848 sha1: 9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-main-2024-09-12-1245 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 targets: smithi052.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPyyw0WI35O69b1fHaXOvQXI9AYn41Ns60oNexgoBOwMM7dBgp5vS1c+LOBfkN1sq5w1/LoBmLCrx1oINv6q544= smithi174.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI6Z2dRg5oKtZqsDFdt6EP8sG0xSSNUT2euuwzfffKCILgKHoca6plvAwCyxMLzPLwrSbCaY6iv2R4A4+9ZFx7g= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install runc nvmetcli nvme-cli -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - cephadm.deploy_samba_ad_dc: role: host.b - cephadm: single_host_defaults: true - 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 smb - cmd: ceph fs subvolume create cephfs sv1 --group-name=smb --mode=0777 - cmd: ceph fs subvolume create cephfs sv2 --group-name=smb --mode=0777 - cmd: ceph mgr module enable smb - cmd: sleep 30 - cmd: ceph smb apply -i - stdin: "# --- Begin Embedded YAML\n- resource_type: ceph.smb.cluster\n cluster_id:\ \ modtest1\n auth_mode: active-directory\n domain_settings:\n realm:\ \ DOMAIN1.SINK.TEST\n join_sources:\n - source_type: resource\n \ \ ref: join1-admin\n custom_dns:\n - \"{{ctx.samba_ad_dc_ip}}\"\n\ \ placement:\n count: 1\n- resource_type: ceph.smb.join.auth\n auth_id:\ \ join1-admin\n auth:\n username: Administrator\n password: Passw0rd\n\ - resource_type: ceph.smb.share\n cluster_id: modtest1\n share_id: share1\n\ \ cephfs:\n volume: cephfs\n subvolumegroup: smb\n subvolume: sv1\n\ \ path: /\n- resource_type: ceph.smb.share\n cluster_id: modtest1\n share_id:\ \ share2\n cephfs:\n volume: cephfs\n subvolumegroup: smb\n subvolume:\ \ sv2\n path: /\n# --- End Embedded YAML\n" - cephadm.wait_for_service: service: smb.modtest1 - cephadm.exec: host.b: - sleep 30 - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U DOMAIN1\\ckent%1115Rose. //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share1 -c ls' - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U DOMAIN1\\ckent%1115Rose. //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share2 -c ls' - cephadm.shell: host.a: - cmd: ceph smb apply -i - stdin: "# --- Begin Embedded YAML\n- resource_type: ceph.smb.cluster\n cluster_id:\ \ modtest1\n intent: removed\n- resource_type: ceph.smb.join.auth\n auth_id:\ \ join1-admin\n intent: removed\n- resource_type: ceph.smb.share\n cluster_id:\ \ modtest1\n share_id: share1\n intent: removed\n- resource_type: ceph.smb.share\n\ \ cluster_id: modtest1\n share_id: share2\n intent: removed\n# --- End\ \ Embedded YAML\n" - cephadm.wait_for_service_not_present: service: smb.modtest1 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-13_05:00:55 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-13T05:41:21.302 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/qa; will attempt to use it 2024-09-13T05:41:21.303 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/qa/tasks 2024-09-13T05:41:21.303 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-13T05:41:21.304 INFO:teuthology.task.internal:Checking packages... 2024-09-13T05:41:21.325 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3' 2024-09-13T05:41:21.325 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-13T05:41:21.325 INFO:teuthology.packaging:ref: None 2024-09-13T05:41:21.325 INFO:teuthology.packaging:tag: None 2024-09-13T05:41:21.325 INFO:teuthology.packaging:branch: wip-guits-main-2024-09-12-1245 2024-09-13T05:41:21.325 INFO:teuthology.packaging:sha1: 9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 2024-09-13T05:41:21.325 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-guits-main-2024-09-12-1245 2024-09-13T05:41:21.474 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-4911.g9d608eb1 2024-09-13T05:41:21.475 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-13T05:41:21.482 INFO:teuthology.task.internal:no buildpackages task found 2024-09-13T05:41:21.482 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-13T05:41:21.541 INFO:teuthology.task.internal:Saving configuration 2024-09-13T05:41:21.559 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-13T05:41:21.582 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-13T05:41:21.616 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi052.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-13_05:00:55-orch:cephadm-wip-guits-main-2024-09-12-1245-distro-default-smithi/7903153', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-13 05:36:25.113322', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPyyw0WI35O69b1fHaXOvQXI9AYn41Ns60oNexgoBOwMM7dBgp5vS1c+LOBfkN1sq5w1/LoBmLCrx1oINv6q544='} 2024-09-13T05:41:21.646 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi174.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-13_05:00:55-orch:cephadm-wip-guits-main-2024-09-12-1245-distro-default-smithi/7903153', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-13 05:36:25.111330', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI6Z2dRg5oKtZqsDFdt6EP8sG0xSSNUT2euuwzfffKCILgKHoca6plvAwCyxMLzPLwrSbCaY6iv2R4A4+9ZFx7g='} 2024-09-13T05:41:21.646 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-13T05:41:21.653 INFO:teuthology.task.internal:roles: ubuntu@smithi052.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2024-09-13T05:41:21.653 INFO:teuthology.task.internal:roles: ubuntu@smithi174.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2024-09-13T05:41:21.653 INFO:teuthology.run_tasks:Running task console_log... 2024-09-13T05:41:21.759 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f415be23be0>, signals=[15]) 2024-09-13T05:41:21.759 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-13T05:41:21.772 INFO:teuthology.task.internal:Opening connections... 2024-09-13T05:41:21.773 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi052.front.sepia.ceph.com 2024-09-13T05:41:21.774 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:41:21.860 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi174.front.sepia.ceph.com 2024-09-13T05:41:21.861 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi174.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:41:21.942 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-13T05:41:21.949 DEBUG:teuthology.orchestra.run.smithi052:> uname -m 2024-09-13T05:41:21.967 INFO:teuthology.orchestra.run.smithi052.stdout:x86_64 2024-09-13T05:41:21.967 DEBUG:teuthology.orchestra.run.smithi052:> cat /etc/os-release 2024-09-13T05:41:22.026 INFO:teuthology.orchestra.run.smithi052.stdout:NAME="CentOS Stream" 2024-09-13T05:41:22.026 INFO:teuthology.orchestra.run.smithi052.stdout:VERSION="9" 2024-09-13T05:41:22.026 INFO:teuthology.orchestra.run.smithi052.stdout:ID="centos" 2024-09-13T05:41:22.026 INFO:teuthology.orchestra.run.smithi052.stdout:ID_LIKE="rhel fedora" 2024-09-13T05:41:22.026 INFO:teuthology.orchestra.run.smithi052.stdout:VERSION_ID="9" 2024-09-13T05:41:22.026 INFO:teuthology.orchestra.run.smithi052.stdout:PLATFORM_ID="platform:el9" 2024-09-13T05:41:22.026 INFO:teuthology.orchestra.run.smithi052.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-13T05:41:22.026 INFO:teuthology.orchestra.run.smithi052.stdout:ANSI_COLOR="0;31" 2024-09-13T05:41:22.026 INFO:teuthology.orchestra.run.smithi052.stdout:LOGO="fedora-logo-icon" 2024-09-13T05:41:22.026 INFO:teuthology.orchestra.run.smithi052.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-13T05:41:22.026 INFO:teuthology.orchestra.run.smithi052.stdout:HOME_URL="https://centos.org/" 2024-09-13T05:41:22.026 INFO:teuthology.orchestra.run.smithi052.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-13T05:41:22.027 INFO:teuthology.orchestra.run.smithi052.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-13T05:41:22.027 INFO:teuthology.orchestra.run.smithi052.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-13T05:41:22.027 INFO:teuthology.lock.ops:Updating smithi052.front.sepia.ceph.com on lock server 2024-09-13T05:41:22.061 DEBUG:teuthology.orchestra.run.smithi174:> uname -m 2024-09-13T05:41:22.080 INFO:teuthology.orchestra.run.smithi174.stdout:x86_64 2024-09-13T05:41:22.080 DEBUG:teuthology.orchestra.run.smithi174:> cat /etc/os-release 2024-09-13T05:41:22.138 INFO:teuthology.orchestra.run.smithi174.stdout:NAME="CentOS Stream" 2024-09-13T05:41:22.138 INFO:teuthology.orchestra.run.smithi174.stdout:VERSION="9" 2024-09-13T05:41:22.138 INFO:teuthology.orchestra.run.smithi174.stdout:ID="centos" 2024-09-13T05:41:22.138 INFO:teuthology.orchestra.run.smithi174.stdout:ID_LIKE="rhel fedora" 2024-09-13T05:41:22.138 INFO:teuthology.orchestra.run.smithi174.stdout:VERSION_ID="9" 2024-09-13T05:41:22.138 INFO:teuthology.orchestra.run.smithi174.stdout:PLATFORM_ID="platform:el9" 2024-09-13T05:41:22.138 INFO:teuthology.orchestra.run.smithi174.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-13T05:41:22.138 INFO:teuthology.orchestra.run.smithi174.stdout:ANSI_COLOR="0;31" 2024-09-13T05:41:22.138 INFO:teuthology.orchestra.run.smithi174.stdout:LOGO="fedora-logo-icon" 2024-09-13T05:41:22.138 INFO:teuthology.orchestra.run.smithi174.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-13T05:41:22.139 INFO:teuthology.orchestra.run.smithi174.stdout:HOME_URL="https://centos.org/" 2024-09-13T05:41:22.139 INFO:teuthology.orchestra.run.smithi174.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-13T05:41:22.139 INFO:teuthology.orchestra.run.smithi174.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-13T05:41:22.139 INFO:teuthology.orchestra.run.smithi174.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-13T05:41:22.139 INFO:teuthology.lock.ops:Updating smithi174.front.sepia.ceph.com on lock server 2024-09-13T05:41:22.169 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-13T05:41:22.178 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-13T05:41:22.191 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-13T05:41:22.192 DEBUG:teuthology.orchestra.run.smithi052:> test '!' -e /home/ubuntu/cephtest 2024-09-13T05:41:22.194 DEBUG:teuthology.orchestra.run.smithi174:> test '!' -e /home/ubuntu/cephtest 2024-09-13T05:41:22.211 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-13T05:41:22.216 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-13T05:41:22.217 DEBUG:teuthology.orchestra.run.smithi052:> test -z $(ls -A /var/lib/ceph) 2024-09-13T05:41:22.252 DEBUG:teuthology.orchestra.run.smithi174:> test -z $(ls -A /var/lib/ceph) 2024-09-13T05:41:22.299 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-13T05:41:22.371 INFO:teuthology.run_tasks:Running task kernel... 2024-09-13T05:41:22.385 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-13T05:41:22.386 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-13T05:41:22.386 DEBUG:teuthology.orchestra.run.smithi052:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-13T05:41:22.386 DEBUG:teuthology.orchestra.run.smithi174:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-13T05:41:22.403 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T05:41:22.404 DEBUG:teuthology.orchestra.run.smithi052:> uname -r 2024-09-13T05:41:22.404 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T05:41:22.405 DEBUG:teuthology.orchestra.run.smithi174:> uname -r 2024-09-13T05:41:22.461 INFO:teuthology.orchestra.run.smithi052.stdout:5.14.0-503.el9.x86_64 2024-09-13T05:41:22.461 INFO:teuthology.task.kernel:Running kernel on smithi052: 5.14.0-503.el9.x86_64 2024-09-13T05:41:22.461 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum install -y kernel 2024-09-13T05:41:22.463 INFO:teuthology.orchestra.run.smithi174.stdout:5.14.0-503.el9.x86_64 2024-09-13T05:41:22.463 INFO:teuthology.task.kernel:Running kernel on smithi174: 5.14.0-503.el9.x86_64 2024-09-13T05:41:22.463 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum install -y kernel 2024-09-13T05:41:24.830 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.2 MB 00:00 2024-09-13T05:41:25.287 INFO:teuthology.orchestra.run.smithi174.stdout:CentOS Stream 9 - BaseOS 7.6 MB/s | 8.2 MB 00:01 2024-09-13T05:41:26.698 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 9 - AppStream 29 MB/s | 20 MB 00:00 2024-09-13T05:41:27.022 INFO:teuthology.orchestra.run.smithi174.stdout:CentOS Stream 9 - AppStream 33 MB/s | 20 MB 00:00 2024-09-13T05:41:31.239 INFO:teuthology.orchestra.run.smithi174.stdout:CentOS Stream 9 - CRB 15 MB/s | 6.5 MB 00:00 2024-09-13T05:41:31.833 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 9 - CRB 5.5 MB/s | 6.5 MB 00:01 2024-09-13T05:41:32.773 INFO:teuthology.orchestra.run.smithi174.stdout:CentOS Stream 9 - Extras packages 57 kB/s | 19 kB 00:00 2024-09-13T05:41:33.710 INFO:teuthology.orchestra.run.smithi174.stdout:Extra Packages for Enterprise Linux 28 MB/s | 23 MB 00:00 2024-09-13T05:41:34.291 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 9 - Extras packages 17 kB/s | 19 kB 00:01 2024-09-13T05:41:35.221 INFO:teuthology.orchestra.run.smithi052.stdout:Extra Packages for Enterprise Linux 29 MB/s | 23 MB 00:00 2024-09-13T05:41:39.149 INFO:teuthology.orchestra.run.smithi174.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-09-13T05:41:40.885 INFO:teuthology.orchestra.run.smithi052.stdout:lab-extras 34 kB/s | 1.7 kB 00:00 2024-09-13T05:41:41.155 INFO:teuthology.orchestra.run.smithi174.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-13T05:41:41.156 INFO:teuthology.orchestra.run.smithi174.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-13T05:41:41.254 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2024-09-13T05:41:41.262 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-09-13T05:41:41.262 INFO:teuthology.orchestra.run.smithi174.stdout: Package Architecture Version Repository Size 2024-09-13T05:41:41.262 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-09-13T05:41:41.262 INFO:teuthology.orchestra.run.smithi174.stdout:Installing: 2024-09-13T05:41:41.262 INFO:teuthology.orchestra.run.smithi174.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-13T05:41:41.263 INFO:teuthology.orchestra.run.smithi174.stdout:Installing dependencies: 2024-09-13T05:41:41.263 INFO:teuthology.orchestra.run.smithi174.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-13T05:41:41.263 INFO:teuthology.orchestra.run.smithi174.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-13T05:41:41.263 INFO:teuthology.orchestra.run.smithi174.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-13T05:41:41.263 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-09-13T05:41:41.263 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction Summary 2024-09-13T05:41:41.263 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-09-13T05:41:41.263 INFO:teuthology.orchestra.run.smithi174.stdout:Install 4 Packages 2024-09-13T05:41:41.263 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-09-13T05:41:41.264 INFO:teuthology.orchestra.run.smithi174.stdout:Total download size: 79 M 2024-09-13T05:41:41.264 INFO:teuthology.orchestra.run.smithi174.stdout:Installed size: 126 M 2024-09-13T05:41:41.264 INFO:teuthology.orchestra.run.smithi174.stdout:Downloading Packages: 2024-09-13T05:41:41.392 INFO:teuthology.orchestra.run.smithi174.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 214 kB/s | 23 kB 00:00 2024-09-13T05:41:42.451 INFO:teuthology.orchestra.run.smithi174.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 13 MB/s | 16 MB 00:01 2024-09-13T05:41:42.983 INFO:teuthology.orchestra.run.smithi052.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-13T05:41:42.983 INFO:teuthology.orchestra.run.smithi052.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-13T05:41:42.984 INFO:teuthology.orchestra.run.smithi174.stdout:(3/4): kernel-modules-core-5.14.0-505.el9.x86_6 18 MB/s | 29 MB 00:01 2024-09-13T05:41:43.085 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-09-13T05:41:43.104 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-09-13T05:41:43.104 INFO:teuthology.orchestra.run.smithi052.stdout: Package Architecture Version Repository Size 2024-09-13T05:41:43.104 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-09-13T05:41:43.104 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-09-13T05:41:43.104 INFO:teuthology.orchestra.run.smithi052.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-13T05:41:43.104 INFO:teuthology.orchestra.run.smithi052.stdout:Installing dependencies: 2024-09-13T05:41:43.104 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-13T05:41:43.104 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-13T05:41:43.104 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-13T05:41:43.104 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-09-13T05:41:43.105 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-09-13T05:41:43.105 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-09-13T05:41:43.105 INFO:teuthology.orchestra.run.smithi052.stdout:Install 4 Packages 2024-09-13T05:41:43.105 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-09-13T05:41:43.105 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 79 M 2024-09-13T05:41:43.106 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 126 M 2024-09-13T05:41:43.106 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-09-13T05:41:43.220 INFO:teuthology.orchestra.run.smithi052.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 246 kB/s | 23 kB 00:00 2024-09-13T05:41:43.360 INFO:teuthology.orchestra.run.smithi174.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 17 MB/s | 35 MB 00:02 2024-09-13T05:41:43.360 INFO:teuthology.orchestra.run.smithi174.stdout:-------------------------------------------------------------------------------- 2024-09-13T05:41:43.360 INFO:teuthology.orchestra.run.smithi174.stdout:Total 38 MB/s | 79 MB 00:02 2024-09-13T05:41:43.528 INFO:teuthology.orchestra.run.smithi052.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 39 MB/s | 16 MB 00:00 2024-09-13T05:41:43.845 INFO:teuthology.orchestra.run.smithi052.stdout:(3/4): kernel-modules-core-5.14.0-505.el9.x86_6 46 MB/s | 29 MB 00:00 2024-09-13T05:41:44.040 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction check 2024-09-13T05:41:44.396 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction check succeeded. 2024-09-13T05:41:44.397 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction test 2024-09-13T05:41:44.587 INFO:teuthology.orchestra.run.smithi052.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 24 MB/s | 35 MB 00:01 2024-09-13T05:41:44.587 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-09-13T05:41:44.587 INFO:teuthology.orchestra.run.smithi052.stdout:Total 53 MB/s | 79 MB 00:01 2024-09-13T05:41:45.296 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-09-13T05:41:45.367 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction test succeeded. 2024-09-13T05:41:45.367 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction 2024-09-13T05:41:45.666 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-09-13T05:41:45.667 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-09-13T05:41:46.632 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-09-13T05:41:46.632 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-09-13T05:41:47.826 INFO:teuthology.orchestra.run.smithi174.stdout: Preparing : 1/1 2024-09-13T05:41:48.735 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-13T05:41:48.819 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T05:41:49.233 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-09-13T05:41:49.897 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-13T05:41:49.987 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T05:41:51.614 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T05:41:51.744 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T05:41:52.789 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T05:41:52.917 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T05:41:56.625 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T05:41:56.727 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:41:58.034 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T05:41:58.076 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:42:01.602 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:42:03.229 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:42:39.977 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:42:40.021 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:42:40.362 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:42:40.362 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-13T05:42:40.362 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T05:42:40.362 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T05:42:41.163 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:42:41.163 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-09-13T05:42:41.163 INFO:teuthology.orchestra.run.smithi174.stdout:Installed: 2024-09-13T05:42:41.163 INFO:teuthology.orchestra.run.smithi174.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-13T05:42:41.163 INFO:teuthology.orchestra.run.smithi174.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-13T05:42:41.163 INFO:teuthology.orchestra.run.smithi174.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-13T05:42:41.164 INFO:teuthology.orchestra.run.smithi174.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-13T05:42:41.164 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-09-13T05:42:41.164 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2024-09-13T05:42:41.484 DEBUG:teuthology.orchestra.run.smithi174:> rpm -q kernel | sort -rV | head -n 1 2024-09-13T05:42:41.584 INFO:teuthology.orchestra.run.smithi174.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-13T05:42:41.585 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-13T05:42:41.585 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-13T05:42:41.585 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-13T05:42:41.585 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-13T05:42:41.585 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-13T05:42:41.586 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi174.front.sepia.ceph.com, path=None, version=distro) 2024-09-13T05:42:41.586 DEBUG:teuthology.orchestra.run.smithi174:> rpm -q kernel | sort -rV | head -n 1 2024-09-13T05:42:41.644 INFO:teuthology.orchestra.run.smithi174.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-13T05:42:41.644 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-13T05:42:41.644 DEBUG:teuthology.orchestra.run.smithi174:> sudo rpm -qi grub2-tools 2024-09-13T05:42:41.685 INFO:teuthology.orchestra.run.smithi174.stdout:Name : grub2-tools 2024-09-13T05:42:41.685 INFO:teuthology.orchestra.run.smithi174.stdout:Epoch : 1 2024-09-13T05:42:41.685 INFO:teuthology.orchestra.run.smithi174.stdout:Version : 2.06 2024-09-13T05:42:41.685 INFO:teuthology.orchestra.run.smithi174.stdout:Release : 82.el9 2024-09-13T05:42:41.685 INFO:teuthology.orchestra.run.smithi174.stdout:Architecture: x86_64 2024-09-13T05:42:41.685 INFO:teuthology.orchestra.run.smithi174.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-13T05:42:41.686 INFO:teuthology.orchestra.run.smithi174.stdout:Group : Unspecified 2024-09-13T05:42:41.686 INFO:teuthology.orchestra.run.smithi174.stdout:Size : 8274670 2024-09-13T05:42:41.686 INFO:teuthology.orchestra.run.smithi174.stdout:License : GPLv3+ 2024-09-13T05:42:41.686 INFO:teuthology.orchestra.run.smithi174.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-13T05:42:41.686 INFO:teuthology.orchestra.run.smithi174.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-13T05:42:41.686 INFO:teuthology.orchestra.run.smithi174.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-13T05:42:41.686 INFO:teuthology.orchestra.run.smithi174.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-13T05:42:41.686 INFO:teuthology.orchestra.run.smithi174.stdout:Packager : builder@centos.org 2024-09-13T05:42:41.686 INFO:teuthology.orchestra.run.smithi174.stdout:Vendor : CentOS 2024-09-13T05:42:41.686 INFO:teuthology.orchestra.run.smithi174.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-13T05:42:41.686 INFO:teuthology.orchestra.run.smithi174.stdout:Summary : Support tools for GRUB. 2024-09-13T05:42:41.686 INFO:teuthology.orchestra.run.smithi174.stdout:Description : 2024-09-13T05:42:41.686 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-09-13T05:42:41.687 INFO:teuthology.orchestra.run.smithi174.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-13T05:42:41.687 INFO:teuthology.orchestra.run.smithi174.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-13T05:42:41.687 INFO:teuthology.orchestra.run.smithi174.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-13T05:42:41.687 INFO:teuthology.orchestra.run.smithi174.stdout:hardware devices. 2024-09-13T05:42:41.687 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-09-13T05:42:41.687 INFO:teuthology.orchestra.run.smithi174.stdout:This subpackage provides tools for support of all platforms. 2024-09-13T05:42:41.688 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-13T05:42:41.688 INFO:teuthology.task.kernel:Updating grub on smithi174 to boot 5.14.0-505.el9.x86_64 2024-09-13T05:42:41.688 DEBUG:teuthology.orchestra.run.smithi174:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-13T05:42:42.389 INFO:teuthology.orchestra.run.smithi174.stderr:Generating grub configuration file ... 2024-09-13T05:42:42.494 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:42:42.535 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:42:42.897 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:42:42.897 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-13T05:42:42.897 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T05:42:42.897 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T05:42:43.684 INFO:teuthology.orchestra.run.smithi174.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-13T05:42:43.712 INFO:teuthology.orchestra.run.smithi174.stderr:done 2024-09-13T05:42:43.714 DEBUG:teuthology.orchestra.run.smithi174:> mktemp 2024-09-13T05:42:43.718 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:42:43.718 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-09-13T05:42:43.718 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-09-13T05:42:43.719 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-13T05:42:43.719 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-13T05:42:43.719 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-13T05:42:43.719 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-13T05:42:43.719 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-09-13T05:42:43.719 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-09-13T05:42:43.732 INFO:teuthology.orchestra.run.smithi174.stdout:/tmp/tmp.J91AZlFEmD 2024-09-13T05:42:43.732 DEBUG:teuthology.orchestra.run.smithi174:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.J91AZlFEmD 2024-09-13T05:42:43.802 DEBUG:teuthology.orchestra.run.smithi174:> sudo chmod 0666 /tmp/tmp.J91AZlFEmD 2024-09-13T05:42:43.951 DEBUG:teuthology.orchestra.remote:smithi174:/tmp/tmp.J91AZlFEmD is 6KB 2024-09-13T05:42:43.973 DEBUG:teuthology.orchestra.run.smithi174:> rm -fr /tmp/tmp.J91AZlFEmD 2024-09-13T05:42:43.988 DEBUG:teuthology.orchestra.run.smithi174:> sudo /bin/ls /boot/loader/entries || true 2024-09-13T05:42:44.051 INFO:teuthology.orchestra.run.smithi174.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-13T05:42:44.052 INFO:teuthology.orchestra.run.smithi174.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-13T05:42:44.052 INFO:teuthology.orchestra.run.smithi174.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-13T05:42:44.052 INFO:teuthology.orchestra.run.smithi174.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-13T05:42:44.053 DEBUG:teuthology.orchestra.run.smithi174:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-13T05:42:44.200 DEBUG:teuthology.orchestra.run.smithi174:> sudo shutdown -r now 2024-09-13T05:42:44.229 DEBUG:teuthology.orchestra.run.smithi052:> rpm -q kernel | sort -rV | head -n 1 2024-09-13T05:42:44.366 INFO:teuthology.orchestra.run.smithi052.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-13T05:42:44.366 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-13T05:42:44.366 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-13T05:42:44.366 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-13T05:42:44.366 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-13T05:42:44.367 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-13T05:42:44.367 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi052.front.sepia.ceph.com, path=None, version=distro) 2024-09-13T05:42:44.367 DEBUG:teuthology.orchestra.run.smithi052:> rpm -q kernel | sort -rV | head -n 1 2024-09-13T05:42:44.427 INFO:teuthology.orchestra.run.smithi052.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-13T05:42:44.427 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-13T05:42:44.427 DEBUG:teuthology.orchestra.run.smithi052:> sudo rpm -qi grub2-tools 2024-09-13T05:42:44.468 INFO:teuthology.orchestra.run.smithi052.stdout:Name : grub2-tools 2024-09-13T05:42:44.468 INFO:teuthology.orchestra.run.smithi052.stdout:Epoch : 1 2024-09-13T05:42:44.468 INFO:teuthology.orchestra.run.smithi052.stdout:Version : 2.06 2024-09-13T05:42:44.469 INFO:teuthology.orchestra.run.smithi052.stdout:Release : 82.el9 2024-09-13T05:42:44.469 INFO:teuthology.orchestra.run.smithi052.stdout:Architecture: x86_64 2024-09-13T05:42:44.469 INFO:teuthology.orchestra.run.smithi052.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-13T05:42:44.469 INFO:teuthology.orchestra.run.smithi052.stdout:Group : Unspecified 2024-09-13T05:42:44.469 INFO:teuthology.orchestra.run.smithi052.stdout:Size : 8274670 2024-09-13T05:42:44.469 INFO:teuthology.orchestra.run.smithi052.stdout:License : GPLv3+ 2024-09-13T05:42:44.469 INFO:teuthology.orchestra.run.smithi052.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-13T05:42:44.469 INFO:teuthology.orchestra.run.smithi052.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-13T05:42:44.469 INFO:teuthology.orchestra.run.smithi052.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-13T05:42:44.469 INFO:teuthology.orchestra.run.smithi052.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-13T05:42:44.469 INFO:teuthology.orchestra.run.smithi052.stdout:Packager : builder@centos.org 2024-09-13T05:42:44.469 INFO:teuthology.orchestra.run.smithi052.stdout:Vendor : CentOS 2024-09-13T05:42:44.469 INFO:teuthology.orchestra.run.smithi052.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-13T05:42:44.469 INFO:teuthology.orchestra.run.smithi052.stdout:Summary : Support tools for GRUB. 2024-09-13T05:42:44.470 INFO:teuthology.orchestra.run.smithi052.stdout:Description : 2024-09-13T05:42:44.470 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-09-13T05:42:44.470 INFO:teuthology.orchestra.run.smithi052.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-13T05:42:44.470 INFO:teuthology.orchestra.run.smithi052.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-13T05:42:44.470 INFO:teuthology.orchestra.run.smithi052.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-13T05:42:44.470 INFO:teuthology.orchestra.run.smithi052.stdout:hardware devices. 2024-09-13T05:42:44.470 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-09-13T05:42:44.470 INFO:teuthology.orchestra.run.smithi052.stdout:This subpackage provides tools for support of all platforms. 2024-09-13T05:42:44.471 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-13T05:42:44.471 INFO:teuthology.task.kernel:Updating grub on smithi052 to boot 5.14.0-505.el9.x86_64 2024-09-13T05:42:44.471 DEBUG:teuthology.orchestra.run.smithi052:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-13T05:42:45.133 INFO:teuthology.orchestra.run.smithi052.stderr:Generating grub configuration file ... 2024-09-13T05:42:46.423 INFO:teuthology.orchestra.run.smithi052.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-13T05:42:46.451 INFO:teuthology.orchestra.run.smithi052.stderr:done 2024-09-13T05:42:46.453 DEBUG:teuthology.orchestra.run.smithi052:> mktemp 2024-09-13T05:42:46.468 INFO:teuthology.orchestra.run.smithi052.stdout:/tmp/tmp.wmkWlZj1mA 2024-09-13T05:42:46.468 DEBUG:teuthology.orchestra.run.smithi052:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.wmkWlZj1mA 2024-09-13T05:42:46.541 DEBUG:teuthology.orchestra.run.smithi052:> sudo chmod 0666 /tmp/tmp.wmkWlZj1mA 2024-09-13T05:42:46.676 DEBUG:teuthology.orchestra.remote:smithi052:/tmp/tmp.wmkWlZj1mA is 6KB 2024-09-13T05:42:46.725 DEBUG:teuthology.orchestra.run.smithi052:> rm -fr /tmp/tmp.wmkWlZj1mA 2024-09-13T05:42:46.739 DEBUG:teuthology.orchestra.run.smithi052:> sudo /bin/ls /boot/loader/entries || true 2024-09-13T05:42:46.802 INFO:teuthology.orchestra.run.smithi052.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-13T05:42:46.802 INFO:teuthology.orchestra.run.smithi052.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-13T05:42:46.802 INFO:teuthology.orchestra.run.smithi052.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-13T05:42:46.803 INFO:teuthology.orchestra.run.smithi052.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-13T05:42:46.804 DEBUG:teuthology.orchestra.run.smithi052:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-13T05:42:46.970 DEBUG:teuthology.orchestra.run.smithi052:> sudo shutdown -r now 2024-09-13T05:43:14.230 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-13T05:43:14.231 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi174.front.sepia.ceph.com' 2024-09-13T05:43:14.232 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi174.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:43:16.976 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-13T05:43:16.976 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-09-13T05:43:16.977 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:44:14.298 DEBUG:teuthology.orchestra.remote:timed out 2024-09-13T05:44:16.989 DEBUG:teuthology.orchestra.remote:timed out 2024-09-13T05:44:23.305 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi174.front.sepia.ceph.com' 2024-09-13T05:44:23.306 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi174.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:44:23.671 DEBUG:teuthology.orchestra.run.smithi174:> true 2024-09-13T05:44:24.012 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi174.front.sepia.ceph.com' 2024-09-13T05:44:24.012 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-505.el9.x86_64"... 2024-09-13T05:44:24.013 DEBUG:teuthology.orchestra.run.smithi174:> uname -r 2024-09-13T05:44:24.027 INFO:teuthology.orchestra.run.smithi174.stdout:5.14.0-505.el9.x86_64 2024-09-13T05:44:24.028 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-13T05:44:24.028 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-13T05:44:24.028 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-13T05:44:25.028 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-13T05:44:25.029 DEBUG:teuthology.orchestra.run.smithi174:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-13T05:44:25.125 INFO:teuthology.orchestra.run.smithi174.stdout:ttyS1 2024-09-13T05:44:25.154 DEBUG:teuthology.parallel:result is None 2024-09-13T05:44:25.990 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-09-13T05:44:25.991 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:44:26.389 DEBUG:teuthology.orchestra.run.smithi052:> true 2024-09-13T05:44:26.773 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-09-13T05:44:26.773 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-505.el9.x86_64"... 2024-09-13T05:44:26.773 DEBUG:teuthology.orchestra.run.smithi052:> uname -r 2024-09-13T05:44:26.788 INFO:teuthology.orchestra.run.smithi052.stdout:5.14.0-505.el9.x86_64 2024-09-13T05:44:26.789 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-13T05:44:26.789 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-13T05:44:26.789 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-13T05:44:27.790 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-13T05:44:27.790 DEBUG:teuthology.orchestra.run.smithi052:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-13T05:44:27.875 INFO:teuthology.orchestra.run.smithi052.stdout:ttyS1 2024-09-13T05:44:27.913 DEBUG:teuthology.parallel:result is None 2024-09-13T05:44:27.913 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-13T05:44:27.919 INFO:teuthology.task.internal:Creating test directory... 2024-09-13T05:44:27.920 DEBUG:teuthology.orchestra.run.smithi052:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-13T05:44:27.922 DEBUG:teuthology.orchestra.run.smithi174:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-13T05:44:27.949 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-13T05:44:28.030 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-13T05:44:28.110 INFO:teuthology.task.internal:Creating archive directory... 2024-09-13T05:44:28.110 DEBUG:teuthology.orchestra.run.smithi052:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-13T05:44:28.112 DEBUG:teuthology.orchestra.run.smithi174:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-13T05:44:28.164 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-13T05:44:28.251 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-13T05:44:28.252 DEBUG:teuthology.orchestra.run.smithi052:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-13T05:44:28.254 DEBUG:teuthology.orchestra.run.smithi174:> 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-09-13T05:44:28.280 INFO:teuthology.orchestra.run.smithi052.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T05:44:28.291 INFO:teuthology.orchestra.run.smithi052.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T05:44:28.324 INFO:teuthology.orchestra.run.smithi174.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T05:44:28.356 INFO:teuthology.orchestra.run.smithi174.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T05:44:28.360 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-13T05:44:28.367 INFO:teuthology.task.internal:Configuring sudo... 2024-09-13T05:44:28.367 DEBUG:teuthology.orchestra.run.smithi052:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-13T05:44:28.369 DEBUG:teuthology.orchestra.run.smithi174:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-13T05:44:28.430 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-13T05:44:28.458 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-13T05:44:28.458 DEBUG:teuthology.orchestra.run.smithi052:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-13T05:44:28.461 DEBUG:teuthology.orchestra.run.smithi174:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-13T05:44:28.500 DEBUG:teuthology.orchestra.run.smithi052:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T05:44:28.569 DEBUG:teuthology.orchestra.run.smithi052:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T05:44:28.611 DEBUG:teuthology.orchestra.run.smithi052:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T05:44:28.706 DEBUG:teuthology.orchestra.run.smithi052:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T05:44:28.742 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-09-13T05:44:28.742 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-13T05:44:28.811 DEBUG:teuthology.orchestra.run.smithi174:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T05:44:28.884 DEBUG:teuthology.orchestra.run.smithi174:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T05:44:28.925 DEBUG:teuthology.orchestra.run.smithi174:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T05:44:29.014 DEBUG:teuthology.orchestra.run.smithi174:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T05:44:29.048 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-09-13T05:44:29.048 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-13T05:44:29.114 DEBUG:teuthology.orchestra.run.smithi052:> sudo service rsyslog restart 2024-09-13T05:44:29.117 DEBUG:teuthology.orchestra.run.smithi174:> sudo service rsyslog restart 2024-09-13T05:44:29.166 INFO:teuthology.orchestra.run.smithi052.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-13T05:44:29.360 INFO:teuthology.orchestra.run.smithi174.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-13T05:44:29.519 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-13T05:44:29.526 INFO:teuthology.task.internal:Starting timer... 2024-09-13T05:44:29.526 INFO:teuthology.run_tasks:Running task pcp... 2024-09-13T05:44:29.655 INFO:teuthology.run_tasks:Running task selinux... 2024-09-13T05:44:29.724 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-09-13T05:44:29.724 DEBUG:teuthology.orchestra.run.smithi052:> sudo service auditd rotate 2024-09-13T05:44:29.819 INFO:teuthology.orchestra.run.smithi052.stdout:Rotating logs: 2024-09-13T05:44:29.820 DEBUG:teuthology.orchestra.run.smithi174:> sudo service auditd rotate 2024-09-13T05:44:29.880 INFO:teuthology.orchestra.run.smithi174.stdout:Rotating logs: 2024-09-13T05:44:29.881 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-13T05:44:29.881 DEBUG:teuthology.orchestra.run.smithi052:> /usr/sbin/getenforce 2024-09-13T05:44:29.903 INFO:teuthology.orchestra.run.smithi052.stdout:Permissive 2024-09-13T05:44:29.903 DEBUG:teuthology.orchestra.run.smithi174:> /usr/sbin/getenforce 2024-09-13T05:44:29.924 INFO:teuthology.orchestra.run.smithi174.stdout:Permissive 2024-09-13T05:44:29.924 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi052.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi174.front.sepia.ceph.com': 'permissive'} 2024-09-13T05:44:29.924 DEBUG:teuthology.orchestra.run.smithi052:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-13T05:44:29.971 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T05:44:29.971 DEBUG:teuthology.orchestra.run.smithi174:> 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 context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-13T05:44:29.998 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T05:44:29.999 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-13T05:44:29.999 DEBUG:teuthology.orchestra.run.smithi052:> sudo /usr/sbin/setenforce permissive 2024-09-13T05:44:30.047 DEBUG:teuthology.orchestra.run.smithi174:> sudo /usr/sbin/setenforce permissive 2024-09-13T05:44:30.074 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-13T05:44:30.085 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-09-13T05:44:30.088 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-09-13T05:44:30.206 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-13T05:44:30.218 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-09-13T05:44:30.219 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi052.front.sepia.ceph.com,smithi174.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-13T05:48:22.327 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi052.front.sepia.ceph.com'), Remote(name='ubuntu@smithi174.front.sepia.ceph.com')] 2024-09-13T05:48:22.328 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-09-13T05:48:22.330 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:48:22.417 DEBUG:teuthology.orchestra.run.smithi052:> true 2024-09-13T05:48:22.501 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-09-13T05:48:22.502 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi174.front.sepia.ceph.com' 2024-09-13T05:48:22.502 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi174.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:48:22.587 DEBUG:teuthology.orchestra.run.smithi174:> true 2024-09-13T05:48:22.673 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi174.front.sepia.ceph.com' 2024-09-13T05:48:22.673 INFO:teuthology.run_tasks:Running task clock... 2024-09-13T05:48:22.684 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-13T05:48:22.684 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-13T05:48:22.685 DEBUG:teuthology.orchestra.run.smithi052:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-13T05:48:22.688 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-13T05:48:22.688 DEBUG:teuthology.orchestra.run.smithi174:> 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-09-13T05:48:22.718 INFO:teuthology.orchestra.run.smithi052.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-13T05:48:22.734 INFO:teuthology.orchestra.run.smithi052.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-13T05:48:22.745 INFO:teuthology.orchestra.run.smithi174.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-13T05:48:22.760 INFO:teuthology.orchestra.run.smithi052.stderr:sudo: ntpd: command not found 2024-09-13T05:48:22.761 INFO:teuthology.orchestra.run.smithi174.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-13T05:48:22.772 INFO:teuthology.orchestra.run.smithi052.stdout:506 Cannot talk to daemon 2024-09-13T05:48:22.786 INFO:teuthology.orchestra.run.smithi174.stderr:sudo: ntpd: command not found 2024-09-13T05:48:22.787 INFO:teuthology.orchestra.run.smithi052.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-13T05:48:22.797 INFO:teuthology.orchestra.run.smithi174.stdout:506 Cannot talk to daemon 2024-09-13T05:48:22.802 INFO:teuthology.orchestra.run.smithi052.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-13T05:48:22.812 INFO:teuthology.orchestra.run.smithi174.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-13T05:48:22.826 INFO:teuthology.orchestra.run.smithi174.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-13T05:48:22.857 INFO:teuthology.orchestra.run.smithi052.stderr:bash: line 1: ntpq: command not found 2024-09-13T05:48:22.860 INFO:teuthology.orchestra.run.smithi052.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-13T05:48:22.861 INFO:teuthology.orchestra.run.smithi052.stdout:=============================================================================== 2024-09-13T05:48:22.861 INFO:teuthology.orchestra.run.smithi052.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T05:48:22.861 INFO:teuthology.orchestra.run.smithi052.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T05:48:22.861 INFO:teuthology.orchestra.run.smithi052.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T05:48:22.861 INFO:teuthology.orchestra.run.smithi052.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T05:48:22.884 INFO:teuthology.orchestra.run.smithi174.stderr:bash: line 1: ntpq: command not found 2024-09-13T05:48:22.887 INFO:teuthology.orchestra.run.smithi174.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-13T05:48:22.887 INFO:teuthology.orchestra.run.smithi174.stdout:=============================================================================== 2024-09-13T05:48:22.887 INFO:teuthology.orchestra.run.smithi174.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T05:48:22.887 INFO:teuthology.orchestra.run.smithi174.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T05:48:22.887 INFO:teuthology.orchestra.run.smithi174.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T05:48:22.888 INFO:teuthology.orchestra.run.smithi174.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T05:48:22.888 INFO:teuthology.run_tasks:Running task pexec... 2024-09-13T05:48:22.897 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-13T05:48:22.898 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi052.front.sepia.ceph.com 2024-09-13T05:48:22.898 DEBUG:teuthology.orchestra.run.smithi052:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-13T05:48:22.898 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi174.front.sepia.ceph.com 2024-09-13T05:48:22.899 DEBUG:teuthology.orchestra.run.smithi174:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-13T05:48:23.272 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-09-13T05:48:23.273 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-09-13T05:48:23.274 INFO:teuthology.orchestra.run.smithi052.stdout: Package Architecture Version Repository Size 2024-09-13T05:48:23.274 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-09-13T05:48:23.274 INFO:teuthology.orchestra.run.smithi052.stdout:Removing: 2024-09-13T05:48:23.274 INFO:teuthology.orchestra.run.smithi052.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-13T05:48:23.274 INFO:teuthology.orchestra.run.smithi052.stdout:Removing unused dependencies: 2024-09-13T05:48:23.274 INFO:teuthology.orchestra.run.smithi052.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-13T05:48:23.274 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-09-13T05:48:23.274 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-09-13T05:48:23.274 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-09-13T05:48:23.274 INFO:teuthology.orchestra.run.smithi052.stdout:Remove 2 Packages 2024-09-13T05:48:23.274 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-09-13T05:48:23.274 INFO:teuthology.orchestra.run.smithi052.stdout:Freed space: 5.5 M 2024-09-13T05:48:23.275 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-09-13T05:48:23.277 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2024-09-13T05:48:23.278 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-09-13T05:48:23.278 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-09-13T05:48:23.291 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-09-13T05:48:23.291 INFO:teuthology.orchestra.run.smithi174.stdout: Package Architecture Version Repository Size 2024-09-13T05:48:23.291 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-09-13T05:48:23.291 INFO:teuthology.orchestra.run.smithi174.stdout:Removing: 2024-09-13T05:48:23.292 INFO:teuthology.orchestra.run.smithi174.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-13T05:48:23.292 INFO:teuthology.orchestra.run.smithi174.stdout:Removing unused dependencies: 2024-09-13T05:48:23.292 INFO:teuthology.orchestra.run.smithi174.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-13T05:48:23.292 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-09-13T05:48:23.292 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction Summary 2024-09-13T05:48:23.292 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-09-13T05:48:23.292 INFO:teuthology.orchestra.run.smithi174.stdout:Remove 2 Packages 2024-09-13T05:48:23.292 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-09-13T05:48:23.292 INFO:teuthology.orchestra.run.smithi174.stdout:Freed space: 5.5 M 2024-09-13T05:48:23.292 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction check 2024-09-13T05:48:23.296 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction check succeeded. 2024-09-13T05:48:23.296 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction test 2024-09-13T05:48:23.338 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-09-13T05:48:23.338 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-09-13T05:48:23.365 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction test succeeded. 2024-09-13T05:48:23.366 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction 2024-09-13T05:48:23.478 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-09-13T05:48:23.506 INFO:teuthology.orchestra.run.smithi174.stdout: Preparing : 1/1 2024-09-13T05:48:23.557 INFO:teuthology.orchestra.run.smithi052.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-13T05:48:23.587 INFO:teuthology.orchestra.run.smithi174.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-13T05:48:23.620 INFO:teuthology.orchestra.run.smithi052.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-13T05:48:23.639 INFO:teuthology.orchestra.run.smithi174.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-13T05:48:24.078 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-13T05:48:24.079 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-13T05:48:24.146 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-13T05:48:24.146 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-13T05:48:24.415 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-13T05:48:24.416 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-09-13T05:48:24.416 INFO:teuthology.orchestra.run.smithi174.stdout:Removed: 2024-09-13T05:48:24.416 INFO:teuthology.orchestra.run.smithi174.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-13T05:48:24.416 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-09-13T05:48:24.416 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2024-09-13T05:48:24.433 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-13T05:48:24.433 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-09-13T05:48:24.434 INFO:teuthology.orchestra.run.smithi052.stdout:Removed: 2024-09-13T05:48:24.434 INFO:teuthology.orchestra.run.smithi052.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-13T05:48:24.434 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-09-13T05:48:24.434 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-09-13T05:48:25.255 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:00:51 ago on Fri 13 Sep 2024 05:47:33 AM UTC. 2024-09-13T05:48:25.351 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:00:57 ago on Fri 13 Sep 2024 05:47:28 AM UTC. 2024-09-13T05:48:25.395 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-09-13T05:48:25.396 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-09-13T05:48:25.396 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repository Size 2024-09-13T05:48:25.396 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-09-13T05:48:25.396 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-09-13T05:48:25.396 INFO:teuthology.orchestra.run.smithi052.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-13T05:48:25.396 INFO:teuthology.orchestra.run.smithi052.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-13T05:48:25.397 INFO:teuthology.orchestra.run.smithi052.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-13T05:48:25.397 INFO:teuthology.orchestra.run.smithi052.stdout:Installing dependencies: 2024-09-13T05:48:25.397 INFO:teuthology.orchestra.run.smithi052.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-13T05:48:25.397 INFO:teuthology.orchestra.run.smithi052.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-13T05:48:25.397 INFO:teuthology.orchestra.run.smithi052.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-13T05:48:25.397 INFO:teuthology.orchestra.run.smithi052.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-13T05:48:25.397 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-09-13T05:48:25.397 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-09-13T05:48:25.397 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-09-13T05:48:25.397 INFO:teuthology.orchestra.run.smithi052.stdout:Install 7 Packages 2024-09-13T05:48:25.397 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-09-13T05:48:25.409 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 5.2 M 2024-09-13T05:48:25.409 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 19 M 2024-09-13T05:48:25.409 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-09-13T05:48:25.489 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2024-09-13T05:48:25.490 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-09-13T05:48:25.490 INFO:teuthology.orchestra.run.smithi174.stdout: Package Arch Version Repository Size 2024-09-13T05:48:25.490 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-09-13T05:48:25.490 INFO:teuthology.orchestra.run.smithi174.stdout:Installing: 2024-09-13T05:48:25.490 INFO:teuthology.orchestra.run.smithi174.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-13T05:48:25.490 INFO:teuthology.orchestra.run.smithi174.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-13T05:48:25.490 INFO:teuthology.orchestra.run.smithi174.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-13T05:48:25.491 INFO:teuthology.orchestra.run.smithi174.stdout:Installing dependencies: 2024-09-13T05:48:25.491 INFO:teuthology.orchestra.run.smithi174.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-13T05:48:25.491 INFO:teuthology.orchestra.run.smithi174.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-13T05:48:25.491 INFO:teuthology.orchestra.run.smithi174.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-13T05:48:25.491 INFO:teuthology.orchestra.run.smithi174.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-13T05:48:25.491 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-09-13T05:48:25.491 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction Summary 2024-09-13T05:48:25.491 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-09-13T05:48:25.491 INFO:teuthology.orchestra.run.smithi174.stdout:Install 7 Packages 2024-09-13T05:48:25.491 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-09-13T05:48:25.507 INFO:teuthology.orchestra.run.smithi174.stdout:Total download size: 5.2 M 2024-09-13T05:48:25.507 INFO:teuthology.orchestra.run.smithi174.stdout:Installed size: 19 M 2024-09-13T05:48:25.507 INFO:teuthology.orchestra.run.smithi174.stdout:Downloading Packages: 2024-09-13T05:48:25.919 INFO:teuthology.orchestra.run.smithi174.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 428 kB/s | 44 kB 00:00 2024-09-13T05:48:25.945 INFO:teuthology.orchestra.run.smithi174.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 820 kB/s | 106 kB 00:00 2024-09-13T05:48:25.963 INFO:teuthology.orchestra.run.smithi052.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 319 kB/s | 44 kB 00:00 2024-09-13T05:48:25.978 INFO:teuthology.orchestra.run.smithi174.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 1.2 MB/s | 72 kB 00:00 2024-09-13T05:48:25.989 INFO:teuthology.orchestra.run.smithi052.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 645 kB/s | 106 kB 00:00 2024-09-13T05:48:26.003 INFO:teuthology.orchestra.run.smithi174.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.4 MB/s | 84 kB 00:00 2024-09-13T05:48:26.037 INFO:teuthology.orchestra.run.smithi174.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 4.0 MB/s | 906 kB 00:00 2024-09-13T05:48:26.039 INFO:teuthology.orchestra.run.smithi052.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.6 MB/s | 84 kB 00:00 2024-09-13T05:48:26.064 INFO:teuthology.orchestra.run.smithi052.stdout:(4/7): python3-configshell-1.1.30-1.el9.noarch. 713 kB/s | 72 kB 00:00 2024-09-13T05:48:26.087 INFO:teuthology.orchestra.run.smithi174.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 7.5 MB/s | 837 kB 00:00 2024-09-13T05:48:26.123 INFO:teuthology.orchestra.run.smithi052.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 3.0 MB/s | 906 kB 00:00 2024-09-13T05:48:26.181 INFO:teuthology.orchestra.run.smithi052.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 5.8 MB/s | 837 kB 00:00 2024-09-13T05:48:26.348 INFO:teuthology.orchestra.run.smithi052.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 11 MB/s | 3.2 MB 00:00 2024-09-13T05:48:26.349 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-09-13T05:48:26.349 INFO:teuthology.orchestra.run.smithi052.stdout:Total 5.5 MB/s | 5.2 MB 00:00 2024-09-13T05:48:26.465 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-09-13T05:48:26.481 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-09-13T05:48:26.481 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-09-13T05:48:26.786 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-09-13T05:48:26.787 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-09-13T05:48:26.821 INFO:teuthology.orchestra.run.smithi174.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 3.9 MB/s | 3.2 MB 00:00 2024-09-13T05:48:26.821 INFO:teuthology.orchestra.run.smithi174.stdout:-------------------------------------------------------------------------------- 2024-09-13T05:48:26.821 INFO:teuthology.orchestra.run.smithi174.stdout:Total 3.9 MB/s | 5.2 MB 00:01 2024-09-13T05:48:26.930 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction check 2024-09-13T05:48:26.945 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction check succeeded. 2024-09-13T05:48:26.945 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction test 2024-09-13T05:48:27.240 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction test succeeded. 2024-09-13T05:48:27.241 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction 2024-09-13T05:48:27.268 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-09-13T05:48:27.385 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-13T05:48:27.419 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-13T05:48:27.447 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-13T05:48:27.676 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-13T05:48:27.712 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-13T05:48:27.723 INFO:teuthology.orchestra.run.smithi174.stdout: Preparing : 1/1 2024-09-13T05:48:27.815 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-13T05:48:27.855 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-13T05:48:27.886 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-13T05:48:28.111 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-13T05:48:28.149 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-13T05:48:28.189 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-13T05:48:28.223 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-13T05:48:28.347 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-13T05:48:28.420 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-13T05:48:28.578 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-13T05:48:28.603 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-13T05:48:28.723 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-13T05:48:28.790 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-13T05:48:29.305 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-13T05:48:29.306 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-13T05:48:29.306 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-13T05:48:29.306 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-13T05:48:29.306 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-13T05:48:29.306 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-13T05:48:29.306 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-13T05:48:29.704 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-13T05:48:29.704 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-09-13T05:48:29.704 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-09-13T05:48:29.704 INFO:teuthology.orchestra.run.smithi052.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-13T05:48:29.705 INFO:teuthology.orchestra.run.smithi052.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-13T05:48:29.705 INFO:teuthology.orchestra.run.smithi052.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-13T05:48:29.705 INFO:teuthology.orchestra.run.smithi052.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-13T05:48:29.705 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-09-13T05:48:29.705 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-09-13T05:48:29.764 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-13T05:48:29.764 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-13T05:48:29.764 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-13T05:48:29.764 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-13T05:48:29.764 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-13T05:48:29.764 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-13T05:48:29.765 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-13T05:48:30.068 DEBUG:teuthology.parallel:result is None 2024-09-13T05:48:30.188 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-13T05:48:30.188 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-09-13T05:48:30.188 INFO:teuthology.orchestra.run.smithi174.stdout:Installed: 2024-09-13T05:48:30.188 INFO:teuthology.orchestra.run.smithi174.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-13T05:48:30.188 INFO:teuthology.orchestra.run.smithi174.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-13T05:48:30.188 INFO:teuthology.orchestra.run.smithi174.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-13T05:48:30.188 INFO:teuthology.orchestra.run.smithi174.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-13T05:48:30.188 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-09-13T05:48:30.188 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2024-09-13T05:48:30.547 DEBUG:teuthology.parallel:result is None 2024-09-13T05:48:30.548 INFO:teuthology.run_tasks:Running task cephadm.deploy_samba_ad_dc... 2024-09-13T05:48:30.660 INFO:tasks.cephadm:Testing if podman is available 2024-09-13T05:48:30.660 DEBUG:teuthology.orchestra.run.smithi174:> sudo podman --help 2024-09-13T05:48:31.807 INFO:teuthology.orchestra.run.smithi174.stdout:Manage pods, containers and images 2024-09-13T05:48:31.807 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-09-13T05:48:31.808 INFO:teuthology.orchestra.run.smithi174.stdout:Usage: 2024-09-13T05:48:31.808 INFO:teuthology.orchestra.run.smithi174.stdout: podman [options] [command] 2024-09-13T05:48:31.808 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-09-13T05:48:31.808 INFO:teuthology.orchestra.run.smithi174.stdout:Available Commands: 2024-09-13T05:48:31.808 INFO:teuthology.orchestra.run.smithi174.stdout: attach Attach to a running container 2024-09-13T05:48:31.808 INFO:teuthology.orchestra.run.smithi174.stdout: auto-update Auto update containers according to their auto-update policy 2024-09-13T05:48:31.808 INFO:teuthology.orchestra.run.smithi174.stdout: build Build an image using instructions from Containerfiles 2024-09-13T05:48:31.808 INFO:teuthology.orchestra.run.smithi174.stdout: commit Create new image based on the changed container 2024-09-13T05:48:31.809 INFO:teuthology.orchestra.run.smithi174.stdout: compose Run compose workloads via an external provider such as docker-compose or podman-compose 2024-09-13T05:48:31.809 INFO:teuthology.orchestra.run.smithi174.stdout: container Manage containers 2024-09-13T05:48:31.809 INFO:teuthology.orchestra.run.smithi174.stdout: cp Copy files/folders between a container and the local filesystem 2024-09-13T05:48:31.809 INFO:teuthology.orchestra.run.smithi174.stdout: create Create but do not start a container 2024-09-13T05:48:31.809 INFO:teuthology.orchestra.run.smithi174.stdout: diff Display the changes to the object's file system 2024-09-13T05:48:31.809 INFO:teuthology.orchestra.run.smithi174.stdout: events Show podman system events 2024-09-13T05:48:31.809 INFO:teuthology.orchestra.run.smithi174.stdout: exec Run a process in a running container 2024-09-13T05:48:31.809 INFO:teuthology.orchestra.run.smithi174.stdout: export Export container's filesystem contents as a tar archive 2024-09-13T05:48:31.809 INFO:teuthology.orchestra.run.smithi174.stdout: farm Farm out builds to remote machines 2024-09-13T05:48:31.809 INFO:teuthology.orchestra.run.smithi174.stdout: generate Generate structured data based on containers, pods or volumes 2024-09-13T05:48:31.809 INFO:teuthology.orchestra.run.smithi174.stdout: healthcheck Manage health checks on containers 2024-09-13T05:48:31.809 INFO:teuthology.orchestra.run.smithi174.stdout: help Help about any command 2024-09-13T05:48:31.809 INFO:teuthology.orchestra.run.smithi174.stdout: history Show history of a specified image 2024-09-13T05:48:31.810 INFO:teuthology.orchestra.run.smithi174.stdout: image Manage images 2024-09-13T05:48:31.810 INFO:teuthology.orchestra.run.smithi174.stdout: images List images in local storage 2024-09-13T05:48:31.810 INFO:teuthology.orchestra.run.smithi174.stdout: import Import a tarball to create a filesystem image 2024-09-13T05:48:31.810 INFO:teuthology.orchestra.run.smithi174.stdout: info Display podman system information 2024-09-13T05:48:31.810 INFO:teuthology.orchestra.run.smithi174.stdout: init Initialize one or more containers 2024-09-13T05:48:31.810 INFO:teuthology.orchestra.run.smithi174.stdout: inspect Display the configuration of object denoted by ID 2024-09-13T05:48:31.810 INFO:teuthology.orchestra.run.smithi174.stdout: kill Kill one or more running containers with a specific signal 2024-09-13T05:48:31.810 INFO:teuthology.orchestra.run.smithi174.stdout: kube Play containers, pods or volumes from a structured file 2024-09-13T05:48:31.810 INFO:teuthology.orchestra.run.smithi174.stdout: load Load image(s) from a tar archive 2024-09-13T05:48:31.810 INFO:teuthology.orchestra.run.smithi174.stdout: login Log in to a container registry 2024-09-13T05:48:31.810 INFO:teuthology.orchestra.run.smithi174.stdout: logout Log out of a container registry 2024-09-13T05:48:31.810 INFO:teuthology.orchestra.run.smithi174.stdout: logs Fetch the logs of one or more containers 2024-09-13T05:48:31.810 INFO:teuthology.orchestra.run.smithi174.stdout: machine Manage a virtual machine 2024-09-13T05:48:31.810 INFO:teuthology.orchestra.run.smithi174.stdout: manifest Manipulate manifest lists and image indexes 2024-09-13T05:48:31.811 INFO:teuthology.orchestra.run.smithi174.stdout: mount Mount a working container's root filesystem 2024-09-13T05:48:31.811 INFO:teuthology.orchestra.run.smithi174.stdout: network Manage networks 2024-09-13T05:48:31.811 INFO:teuthology.orchestra.run.smithi174.stdout: pause Pause all the processes in one or more containers 2024-09-13T05:48:31.811 INFO:teuthology.orchestra.run.smithi174.stdout: pod Manage pods 2024-09-13T05:48:31.811 INFO:teuthology.orchestra.run.smithi174.stdout: port List port mappings or a specific mapping for the container 2024-09-13T05:48:31.811 INFO:teuthology.orchestra.run.smithi174.stdout: ps List containers 2024-09-13T05:48:31.811 INFO:teuthology.orchestra.run.smithi174.stdout: pull Pull an image from a registry 2024-09-13T05:48:31.811 INFO:teuthology.orchestra.run.smithi174.stdout: push Push an image to a specified destination 2024-09-13T05:48:31.811 INFO:teuthology.orchestra.run.smithi174.stdout: rename Rename an existing container 2024-09-13T05:48:31.811 INFO:teuthology.orchestra.run.smithi174.stdout: restart Restart one or more containers 2024-09-13T05:48:31.811 INFO:teuthology.orchestra.run.smithi174.stdout: rm Remove one or more containers 2024-09-13T05:48:31.811 INFO:teuthology.orchestra.run.smithi174.stdout: rmi Remove one or more images from local storage 2024-09-13T05:48:31.811 INFO:teuthology.orchestra.run.smithi174.stdout: run Run a command in a new container 2024-09-13T05:48:31.811 INFO:teuthology.orchestra.run.smithi174.stdout: save Save image(s) to an archive 2024-09-13T05:48:31.812 INFO:teuthology.orchestra.run.smithi174.stdout: search Search registry for image 2024-09-13T05:48:31.812 INFO:teuthology.orchestra.run.smithi174.stdout: secret Manage secrets 2024-09-13T05:48:31.812 INFO:teuthology.orchestra.run.smithi174.stdout: start Start one or more containers 2024-09-13T05:48:31.812 INFO:teuthology.orchestra.run.smithi174.stdout: stats Display a live stream of container resource usage statistics 2024-09-13T05:48:31.812 INFO:teuthology.orchestra.run.smithi174.stdout: stop Stop one or more containers 2024-09-13T05:48:31.812 INFO:teuthology.orchestra.run.smithi174.stdout: system Manage podman 2024-09-13T05:48:31.812 INFO:teuthology.orchestra.run.smithi174.stdout: tag Add an additional name to a local image 2024-09-13T05:48:31.812 INFO:teuthology.orchestra.run.smithi174.stdout: top Display the running processes of a container 2024-09-13T05:48:31.812 INFO:teuthology.orchestra.run.smithi174.stdout: unmount Unmount working container's root filesystem 2024-09-13T05:48:31.812 INFO:teuthology.orchestra.run.smithi174.stdout: unpause Unpause the processes in one or more containers 2024-09-13T05:48:31.812 INFO:teuthology.orchestra.run.smithi174.stdout: unshare Run a command in a modified user namespace 2024-09-13T05:48:31.812 INFO:teuthology.orchestra.run.smithi174.stdout: untag Remove a name from a local image 2024-09-13T05:48:31.812 INFO:teuthology.orchestra.run.smithi174.stdout: update Update an existing container 2024-09-13T05:48:31.813 INFO:teuthology.orchestra.run.smithi174.stdout: version Display the Podman version information 2024-09-13T05:48:31.813 INFO:teuthology.orchestra.run.smithi174.stdout: volume Manage volumes 2024-09-13T05:48:31.813 INFO:teuthology.orchestra.run.smithi174.stdout: wait Block on one or more containers 2024-09-13T05:48:31.813 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-09-13T05:48:31.813 INFO:teuthology.orchestra.run.smithi174.stdout:Options: 2024-09-13T05:48:31.813 INFO:teuthology.orchestra.run.smithi174.stdout: --cgroup-manager string Cgroup manager to use ("cgroupfs"|"systemd") (default "systemd") 2024-09-13T05:48:31.813 INFO:teuthology.orchestra.run.smithi174.stdout: --config string Location of authentication config file 2024-09-13T05:48:31.813 INFO:teuthology.orchestra.run.smithi174.stdout: --conmon string Path of the conmon binary 2024-09-13T05:48:31.813 INFO:teuthology.orchestra.run.smithi174.stdout: -c, --connection string Connection to use for remote Podman service (CONTAINER_CONNECTION) 2024-09-13T05:48:31.813 INFO:teuthology.orchestra.run.smithi174.stdout: --events-backend string Events backend to use ("file"|"journald"|"none") (default "journald") 2024-09-13T05:48:31.813 INFO:teuthology.orchestra.run.smithi174.stdout: --help Help for podman 2024-09-13T05:48:31.813 INFO:teuthology.orchestra.run.smithi174.stdout: --hooks-dir stringArray Set the OCI hooks directory path (may be set multiple times) (default [/usr/share/containers/oci/hooks.d]) 2024-09-13T05:48:31.813 INFO:teuthology.orchestra.run.smithi174.stdout: --identity string path to SSH identity file, (CONTAINER_SSHKEY) 2024-09-13T05:48:31.814 INFO:teuthology.orchestra.run.smithi174.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-09-13T05:48:31.814 INFO:teuthology.orchestra.run.smithi174.stdout: --log-level string Log messages above specified level (trace, debug, info, warn, warning, error, fatal, panic) (default "warn") 2024-09-13T05:48:31.814 INFO:teuthology.orchestra.run.smithi174.stdout: --module stringArray Load the containers.conf(5) module 2024-09-13T05:48:31.814 INFO:teuthology.orchestra.run.smithi174.stdout: --network-cmd-path string Path to the command for configuring the network 2024-09-13T05:48:31.814 INFO:teuthology.orchestra.run.smithi174.stdout: --network-config-dir string Path of the configuration directory for networks 2024-09-13T05:48:31.814 INFO:teuthology.orchestra.run.smithi174.stdout: --out string Send output (stdout) from podman to a file 2024-09-13T05:48:31.814 INFO:teuthology.orchestra.run.smithi174.stdout: -r, --remote Access remote Podman service 2024-09-13T05:48:31.814 INFO:teuthology.orchestra.run.smithi174.stdout: --root string Path to the graph root directory where images, containers, etc. are stored 2024-09-13T05:48:31.814 INFO:teuthology.orchestra.run.smithi174.stdout: --runroot string Path to the 'run directory' where all state information is stored 2024-09-13T05:48:31.814 INFO:teuthology.orchestra.run.smithi174.stdout: --runtime string Path to the OCI-compatible binary used to run containers. (default "runc") 2024-09-13T05:48:31.814 INFO:teuthology.orchestra.run.smithi174.stdout: --runtime-flag stringArray add global flags for the container runtime 2024-09-13T05:48:31.814 INFO:teuthology.orchestra.run.smithi174.stdout: --ssh string define the ssh mode (default "golang") 2024-09-13T05:48:31.814 INFO:teuthology.orchestra.run.smithi174.stdout: --storage-driver string Select which storage driver is used to manage storage of images and containers 2024-09-13T05:48:31.814 INFO:teuthology.orchestra.run.smithi174.stdout: --storage-opt stringArray Used to pass an option to the storage driver 2024-09-13T05:48:31.815 INFO:teuthology.orchestra.run.smithi174.stdout: --syslog Output logging information to syslog as well as the console (default false) 2024-09-13T05:48:31.815 INFO:teuthology.orchestra.run.smithi174.stdout: --tmpdir string Path to the tmp directory for libpod state content. 2024-09-13T05:48:31.815 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-09-13T05:48:31.815 INFO:teuthology.orchestra.run.smithi174.stdout: Note: use the environment variable 'TMPDIR' to change the temporary storage location for container images, '/var/tmp'. 2024-09-13T05:48:31.815 INFO:teuthology.orchestra.run.smithi174.stdout: (default "/run/libpod") 2024-09-13T05:48:31.815 INFO:teuthology.orchestra.run.smithi174.stdout: --transient-store Enable transient container storage 2024-09-13T05:48:31.815 INFO:teuthology.orchestra.run.smithi174.stdout: --url string URL to access Podman service (CONTAINER_HOST) (default "unix:///run/podman/podman.sock") 2024-09-13T05:48:31.815 INFO:teuthology.orchestra.run.smithi174.stdout: -v, --version version for podman 2024-09-13T05:48:31.815 INFO:teuthology.orchestra.run.smithi174.stdout: --volumepath string Path to the volume directory in which volume data is stored 2024-09-13T05:48:31.816 DEBUG:teuthology.orchestra.run.smithi174:> sudo podman pull quay.io/samba.org/samba-ad-server:latest 2024-09-13T05:48:32.711 INFO:teuthology.orchestra.run.smithi174.stderr:Trying to pull quay.io/samba.org/samba-ad-server:latest... 2024-09-13T05:48:33.410 INFO:teuthology.orchestra.run.smithi174.stderr:Getting image source signatures 2024-09-13T05:48:33.416 INFO:teuthology.orchestra.run.smithi174.stderr:Copying blob sha256:e42dd1978b0159fb7cb9023871c2f70f399577eee7646353e9b172da9cbc48fb 2024-09-13T05:48:33.416 INFO:teuthology.orchestra.run.smithi174.stderr:Copying blob sha256:2c4e5c38df09eab4a8da275ad6beabe2a520e8e70f738d2741b420656f5fd846 2024-09-13T05:48:33.416 INFO:teuthology.orchestra.run.smithi174.stderr:Copying blob sha256:6fc7ed9b669f01b0ccb8e4e1c5b530ffcf65d5be96a3fd4bf628d4cdf0d5a491 2024-09-13T05:48:33.416 INFO:teuthology.orchestra.run.smithi174.stderr:Copying blob sha256:b71ddcf1953cd35a55a031b6615823bb5f55b3558ffc7468f4e272323e7864e5 2024-09-13T05:48:33.416 INFO:teuthology.orchestra.run.smithi174.stderr:Copying blob sha256:5b4659efc847a02116aa31125cf3c76c9b7d48fd7b0f676100294a34d539a395 2024-09-13T05:48:33.417 INFO:teuthology.orchestra.run.smithi174.stderr:Copying blob sha256:28d5a09357eae404aa05a0eeec10e89e8ec8cd325b797206e9d1d37915c7d2d5 2024-09-13T05:48:38.410 INFO:teuthology.orchestra.run.smithi174.stderr:Copying config sha256:040aee7021d8704fb4b22451dc60c02e5708f76759677bb39312ec4af89b8550 2024-09-13T05:48:38.552 INFO:teuthology.orchestra.run.smithi174.stderr:Writing manifest to image destination 2024-09-13T05:48:38.708 INFO:teuthology.orchestra.run.smithi174.stdout:040aee7021d8704fb4b22451dc60c02e5708f76759677bb39312ec4af89b8550 2024-09-13T05:48:38.713 DEBUG:teuthology.orchestra.run.smithi174:> sudo podman pull quay.io/samba.org/samba-client:latest 2024-09-13T05:48:38.835 INFO:teuthology.orchestra.run.smithi174.stderr:Trying to pull quay.io/samba.org/samba-client:latest... 2024-09-13T05:48:39.153 INFO:teuthology.orchestra.run.smithi174.stderr:Getting image source signatures 2024-09-13T05:48:39.153 INFO:teuthology.orchestra.run.smithi174.stderr:Copying blob sha256:0173e89a2fccbe07a3da704de9fece2e4fe720ef9b81fd8e5afb3613864730b0 2024-09-13T05:48:39.153 INFO:teuthology.orchestra.run.smithi174.stderr:Copying blob sha256:6fc7ed9b669f01b0ccb8e4e1c5b530ffcf65d5be96a3fd4bf628d4cdf0d5a491 2024-09-13T05:48:41.080 INFO:teuthology.orchestra.run.smithi174.stderr:Copying config sha256:e4bb8143df905275cc73355df8a2255ba12b45cb6555fc5e61dbe40e1e685530 2024-09-13T05:48:41.240 INFO:teuthology.orchestra.run.smithi174.stderr:Writing manifest to image destination 2024-09-13T05:48:41.447 INFO:teuthology.orchestra.run.smithi174.stdout:e4bb8143df905275cc73355df8a2255ba12b45cb6555fc5e61dbe40e1e685530 2024-09-13T05:48:41.452 DEBUG:teuthology.orchestra.run.smithi174:> ss -lunH 2024-09-13T05:48:41.470 INFO:teuthology.orchestra.run.smithi174.stdout:UNCONN 0 0 0.0.0.0:111 0.0.0.0:* 2024-09-13T05:48:41.471 INFO:teuthology.orchestra.run.smithi174.stdout:UNCONN 0 0 127.0.0.1:323 0.0.0.0:* 2024-09-13T05:48:41.471 INFO:teuthology.orchestra.run.smithi174.stdout:UNCONN 0 0 [::]:111 [::]:* 2024-09-13T05:48:41.471 INFO:teuthology.orchestra.run.smithi174.stdout:UNCONN 0 0 [::1]:323 [::]:* 2024-09-13T05:48:41.471 DEBUG:teuthology.orchestra.run.smithi174:> sudo mkdir -p /var/lib/samba/container/logs /var/lib/samba/container/data 2024-09-13T05:48:41.540 DEBUG:teuthology.orchestra.run.smithi174:> sudo mkdir -p /var/tmp/samba 2024-09-13T05:48:41.606 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-09-13T05:48:41.606 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/var/tmp/samba/container.json 2024-09-13T05:48:41.671 DEBUG:teuthology.orchestra.run.smithi174:> sudo podman run -d --name=samba-ad --network=host --privileged --volume=/var/tmp/samba:/etc/samba-container:ro -eSAMBACC_CONFIG=/etc/samba-container/container.json quay.io/samba.org/samba-ad-server:latest 2024-09-13T05:48:42.328 INFO:teuthology.orchestra.run.smithi174.stdout:05e95ffeb0f40553aa316d67db935fc7e13dc3aa369d79bf5859cc6631d74a60 2024-09-13T05:48:42.586 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.174, idx=0 2024-09-13T05:48:42.586 DEBUG:teuthology.orchestra.run.smithi174:> sudo podman run --rm --net=host --dns=172.21.15.174 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-09-13T05:48:43.215 INFO:teuthology.orchestra.run.smithi174.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-09-13T05:48:48.314 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T05:48:48.816 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.174, idx=1 2024-09-13T05:48:48.816 DEBUG:teuthology.orchestra.run.smithi174:> sudo podman run --rm --net=host --dns=172.21.15.174 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-09-13T05:48:49.562 INFO:teuthology.orchestra.run.smithi174.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-09-13T05:48:50.495 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T05:48:51.496 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.174, idx=2 2024-09-13T05:48:51.496 DEBUG:teuthology.orchestra.run.smithi174:> sudo podman run --rm --net=host --dns=172.21.15.174 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-09-13T05:48:52.121 INFO:teuthology.orchestra.run.smithi174.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-09-13T05:48:52.604 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T05:48:54.605 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.174, idx=3 2024-09-13T05:48:54.605 DEBUG:teuthology.orchestra.run.smithi174:> sudo podman run --rm --net=host --dns=172.21.15.174 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-09-13T05:48:55.387 INFO:teuthology.orchestra.run.smithi174.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-09-13T05:48:56.302 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T05:49:00.303 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.174, idx=4 2024-09-13T05:49:00.303 DEBUG:teuthology.orchestra.run.smithi174:> sudo podman run --rm --net=host --dns=172.21.15.174 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-09-13T05:49:00.766 INFO:teuthology.orchestra.run.smithi174.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-09-13T05:49:01.468 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T05:49:04.917 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2024-09-13T05:49:04.917 DEBUG:teuthology.task.console_log:Killing console logger for smithi052 2024-09-13T05:49:04.918 DEBUG:teuthology.task.console_log:Killing console logger for smithi174 2024-09-13T05:49:04.918 DEBUG:teuthology.exit:Finished running handlers