2024-05-08T07:00:03.782 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-08T07:00:03.782 DEBUG:teuthology.run:Teuthology command: teuthology --name adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi --owner scheduled_adking@teuthology --description orch:cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_mgr_domain} --archive /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697365 --verbose -- /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697365/orig.config.yaml 2024-05-08T07:00:03.813 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-08T07:00:03.883 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697365 branch: wip-adk-testing-2024-05-07-0802 description: orch:cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_mgr_domain} email: adking@redhat.com first_in_suite: false job_id: '7697365' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-adk-testing-2024-05-07-0802 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: 7c8f650b36e258f639fa4a83becade57cbfd2009 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2024-05-07-0802 sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 owner: scheduled_adking@teuthology priority: 80 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: 1064 sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 sleep_before_teardown: 0 subset: 1/20 suite: orch:cephadm suite_branch: wip-adk-testing-2024-05-07-0802 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 targets: smithi031.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMLeCtRJLwcPliCxONc4ZuA7Ti97e3G6/dbfaJ5uYzyNkVZq/H1q4scsA9riydofHXI9UY1oCJjx+AXH94UOJ9w= smithi052.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIigcpXOn7AdIYgoRs8oJybZe7uxsdssC1AF/gK5Sm/M52iRHeF69qXXS3lD2Z1D1++N97z6xPVm9hu5gXr2m2Y= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - cephadm.deploy_samba_ad_dc: role: host.b - cephadm: null - cephadm.shell: host.a: - ceph fs volume create cephfs - cephadm.wait_for_service: service: mds.cephfs - cephadm.shell: host.a: - cmd: ceph fs subvolumegroup create cephfs 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 cluster create modtest1 active-directory --domain-realm=domain1.sink.test --domain-join-user-pass=Administrator%Passw0rd --custom-dns={{ctx.samba_ad_dc_ip}} ' - cmd: ceph smb share create modtest1 share1 cephfs / --subvolume=smb/sv1 - cmd: ceph smb share create modtest1 share2 cephfs / --subvolume=smb/sv2 - 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 share rm modtest1 share2 - cmd: ceph smb share rm modtest1 share1 - cmd: ceph smb cluster rm modtest1 - cephadm.wait_for_service_not_present: service: smb.modtest1 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 1ae7ad82388e92a475afff437d49054826c019a1 timestamp: 2024-05-08_05:24:58 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-05-08T07:00:03.883 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa; will attempt to use it 2024-05-08T07:00:03.884 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks 2024-05-08T07:00:03.884 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-08T07:00:03.885 INFO:teuthology.task.internal:Checking packages... 2024-05-08T07:00:03.907 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '7c8f650b36e258f639fa4a83becade57cbfd2009' 2024-05-08T07:00:03.908 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-08T07:00:03.908 INFO:teuthology.packaging:ref: None 2024-05-08T07:00:03.908 INFO:teuthology.packaging:tag: None 2024-05-08T07:00:03.908 INFO:teuthology.packaging:branch: wip-adk-testing-2024-05-07-0802 2024-05-08T07:00:03.908 INFO:teuthology.packaging:sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T07:00:03.908 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-adk-testing-2024-05-07-0802 2024-05-08T07:00:04.129 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3593.g7c8f650b 2024-05-08T07:00:04.130 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-08T07:00:04.136 INFO:teuthology.task.internal:no buildpackages task found 2024-05-08T07:00:04.136 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-08T07:00:04.169 INFO:teuthology.task.internal:Saving configuration 2024-05-08T07:00:04.181 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-08T07:00:04.197 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T07:00:04.223 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi031.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697365', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 06:55:27.472786', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMLeCtRJLwcPliCxONc4ZuA7Ti97e3G6/dbfaJ5uYzyNkVZq/H1q4scsA9riydofHXI9UY1oCJjx+AXH94UOJ9w='} 2024-05-08T07:00:04.243 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi052.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697365', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 06:55:27.470844', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIigcpXOn7AdIYgoRs8oJybZe7uxsdssC1AF/gK5Sm/M52iRHeF69qXXS3lD2Z1D1++N97z6xPVm9hu5gXr2m2Y='} 2024-05-08T07:00:04.243 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-08T07:00:04.251 INFO:teuthology.task.internal:roles: ubuntu@smithi031.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2024-05-08T07:00:04.251 INFO:teuthology.task.internal:roles: ubuntu@smithi052.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2024-05-08T07:00:04.251 INFO:teuthology.run_tasks:Running task console_log... 2024-05-08T07:00:04.347 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f54f86d1160>, signals=[15]) 2024-05-08T07:00:04.347 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-08T07:00:04.367 INFO:teuthology.task.internal:Opening connections... 2024-05-08T07:00:04.368 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi031.front.sepia.ceph.com 2024-05-08T07:00:04.369 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T07:00:04.447 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi052.front.sepia.ceph.com 2024-05-08T07:00:04.448 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T07:00:04.521 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-08T07:00:04.527 DEBUG:teuthology.orchestra.run.smithi031:> uname -m 2024-05-08T07:00:04.546 INFO:teuthology.orchestra.run.smithi031.stdout:x86_64 2024-05-08T07:00:04.547 DEBUG:teuthology.orchestra.run.smithi031:> cat /etc/os-release 2024-05-08T07:00:04.604 INFO:teuthology.orchestra.run.smithi031.stdout:NAME="CentOS Stream" 2024-05-08T07:00:04.604 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION="9" 2024-05-08T07:00:04.604 INFO:teuthology.orchestra.run.smithi031.stdout:ID="centos" 2024-05-08T07:00:04.605 INFO:teuthology.orchestra.run.smithi031.stdout:ID_LIKE="rhel fedora" 2024-05-08T07:00:04.605 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION_ID="9" 2024-05-08T07:00:04.605 INFO:teuthology.orchestra.run.smithi031.stdout:PLATFORM_ID="platform:el9" 2024-05-08T07:00:04.605 INFO:teuthology.orchestra.run.smithi031.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-08T07:00:04.605 INFO:teuthology.orchestra.run.smithi031.stdout:ANSI_COLOR="0;31" 2024-05-08T07:00:04.605 INFO:teuthology.orchestra.run.smithi031.stdout:LOGO="fedora-logo-icon" 2024-05-08T07:00:04.605 INFO:teuthology.orchestra.run.smithi031.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-08T07:00:04.605 INFO:teuthology.orchestra.run.smithi031.stdout:HOME_URL="https://centos.org/" 2024-05-08T07:00:04.605 INFO:teuthology.orchestra.run.smithi031.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-08T07:00:04.605 INFO:teuthology.orchestra.run.smithi031.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-08T07:00:04.605 INFO:teuthology.orchestra.run.smithi031.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-08T07:00:04.606 INFO:teuthology.lock.ops:Updating smithi031.front.sepia.ceph.com on lock server 2024-05-08T07:00:04.630 DEBUG:teuthology.orchestra.run.smithi052:> uname -m 2024-05-08T07:00:04.649 INFO:teuthology.orchestra.run.smithi052.stdout:x86_64 2024-05-08T07:00:04.649 DEBUG:teuthology.orchestra.run.smithi052:> cat /etc/os-release 2024-05-08T07:00:04.706 INFO:teuthology.orchestra.run.smithi052.stdout:NAME="CentOS Stream" 2024-05-08T07:00:04.706 INFO:teuthology.orchestra.run.smithi052.stdout:VERSION="9" 2024-05-08T07:00:04.706 INFO:teuthology.orchestra.run.smithi052.stdout:ID="centos" 2024-05-08T07:00:04.706 INFO:teuthology.orchestra.run.smithi052.stdout:ID_LIKE="rhel fedora" 2024-05-08T07:00:04.706 INFO:teuthology.orchestra.run.smithi052.stdout:VERSION_ID="9" 2024-05-08T07:00:04.706 INFO:teuthology.orchestra.run.smithi052.stdout:PLATFORM_ID="platform:el9" 2024-05-08T07:00:04.707 INFO:teuthology.orchestra.run.smithi052.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-08T07:00:04.707 INFO:teuthology.orchestra.run.smithi052.stdout:ANSI_COLOR="0;31" 2024-05-08T07:00:04.707 INFO:teuthology.orchestra.run.smithi052.stdout:LOGO="fedora-logo-icon" 2024-05-08T07:00:04.707 INFO:teuthology.orchestra.run.smithi052.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-08T07:00:04.707 INFO:teuthology.orchestra.run.smithi052.stdout:HOME_URL="https://centos.org/" 2024-05-08T07:00:04.707 INFO:teuthology.orchestra.run.smithi052.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-08T07:00:04.707 INFO:teuthology.orchestra.run.smithi052.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-08T07:00:04.707 INFO:teuthology.orchestra.run.smithi052.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-08T07:00:04.707 INFO:teuthology.lock.ops:Updating smithi052.front.sepia.ceph.com on lock server 2024-05-08T07:00:04.729 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-08T07:00:04.739 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-08T07:00:04.766 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-08T07:00:04.767 DEBUG:teuthology.orchestra.run.smithi031:> test '!' -e /home/ubuntu/cephtest 2024-05-08T07:00:04.769 DEBUG:teuthology.orchestra.run.smithi052:> test '!' -e /home/ubuntu/cephtest 2024-05-08T07:00:04.786 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-08T07:00:04.832 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-08T07:00:04.833 DEBUG:teuthology.orchestra.run.smithi031:> test -z $(ls -A /var/lib/ceph) 2024-05-08T07:00:04.835 DEBUG:teuthology.orchestra.run.smithi052:> test -z $(ls -A /var/lib/ceph) 2024-05-08T07:00:04.864 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-08T07:00:04.923 INFO:teuthology.run_tasks:Running task kernel... 2024-05-08T07:00:04.940 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-08T07:00:04.940 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-08T07:00:04.941 DEBUG:teuthology.orchestra.run.smithi031:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-08T07:00:04.941 DEBUG:teuthology.orchestra.run.smithi052:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-08T07:00:04.958 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:00:04.958 DEBUG:teuthology.orchestra.run.smithi031:> uname -r 2024-05-08T07:00:04.959 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:00:04.959 DEBUG:teuthology.orchestra.run.smithi052:> uname -r 2024-05-08T07:00:05.016 INFO:teuthology.orchestra.run.smithi031.stdout:5.14.0-437.el9.x86_64 2024-05-08T07:00:05.016 INFO:teuthology.task.kernel:Running kernel on smithi031: 5.14.0-437.el9.x86_64 2024-05-08T07:00:05.016 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum install -y kernel 2024-05-08T07:00:05.017 INFO:teuthology.orchestra.run.smithi052.stdout:5.14.0-437.el9.x86_64 2024-05-08T07:00:05.017 INFO:teuthology.task.kernel:Running kernel on smithi052: 5.14.0-437.el9.x86_64 2024-05-08T07:00:05.017 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum install -y kernel 2024-05-08T07:00:08.189 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - BaseOS 5.1 MB/s | 8.1 MB 00:01 2024-05-08T07:00:09.792 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 9 - BaseOS 2.5 MB/s | 8.1 MB 00:03 2024-05-08T07:00:10.190 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - AppStream 22 MB/s | 19 MB 00:00 2024-05-08T07:00:11.685 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 9 - AppStream 26 MB/s | 19 MB 00:00 2024-05-08T07:00:15.836 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 9 - CRB 15 MB/s | 6.2 MB 00:00 2024-05-08T07:00:17.253 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 9 - Extras packages 85 kB/s | 16 kB 00:00 2024-05-08T07:00:17.506 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - CRB 1.7 MB/s | 6.2 MB 00:03 2024-05-08T07:00:18.213 INFO:teuthology.orchestra.run.smithi052.stdout:Extra Packages for Enterprise Linux 26 MB/s | 21 MB 00:00 2024-05-08T07:00:19.107 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - Extras packages 53 kB/s | 16 kB 00:00 2024-05-08T07:00:21.391 INFO:teuthology.orchestra.run.smithi031.stdout:Extra Packages for Enterprise Linux 9.9 MB/s | 21 MB 00:02 2024-05-08T07:00:23.638 INFO:teuthology.orchestra.run.smithi052.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-05-08T07:00:25.830 INFO:teuthology.orchestra.run.smithi052.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-08T07:00:25.830 INFO:teuthology.orchestra.run.smithi052.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-08T07:00:25.926 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-05-08T07:00:25.937 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-05-08T07:00:25.937 INFO:teuthology.orchestra.run.smithi052.stdout: Package Architecture Version Repository Size 2024-05-08T07:00:25.937 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-05-08T07:00:25.937 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-05-08T07:00:25.938 INFO:teuthology.orchestra.run.smithi052.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-08T07:00:25.938 INFO:teuthology.orchestra.run.smithi052.stdout:Installing dependencies: 2024-05-08T07:00:25.938 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-08T07:00:25.938 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-08T07:00:25.938 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-08T07:00:25.938 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-08T07:00:25.938 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-05-08T07:00:25.938 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-05-08T07:00:25.938 INFO:teuthology.orchestra.run.smithi052.stdout:Install 4 Packages 2024-05-08T07:00:25.938 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-08T07:00:25.939 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 78 M 2024-05-08T07:00:25.939 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 123 M 2024-05-08T07:00:25.939 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-05-08T07:00:26.448 INFO:teuthology.orchestra.run.smithi052.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 2.1 MB/s | 484 kB 00:00 2024-05-08T07:00:26.716 INFO:teuthology.orchestra.run.smithi031.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-05-08T07:00:28.805 INFO:teuthology.orchestra.run.smithi031.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-08T07:00:28.806 INFO:teuthology.orchestra.run.smithi031.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-08T07:00:28.889 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-05-08T07:00:28.901 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-05-08T07:00:28.901 INFO:teuthology.orchestra.run.smithi031.stdout: Package Architecture Version Repository Size 2024-05-08T07:00:28.901 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-05-08T07:00:28.901 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-05-08T07:00:28.901 INFO:teuthology.orchestra.run.smithi031.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-08T07:00:28.901 INFO:teuthology.orchestra.run.smithi031.stdout:Installing dependencies: 2024-05-08T07:00:28.902 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-08T07:00:28.902 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-08T07:00:28.902 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-08T07:00:28.902 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-05-08T07:00:28.902 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-05-08T07:00:28.902 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-05-08T07:00:28.902 INFO:teuthology.orchestra.run.smithi031.stdout:Install 4 Packages 2024-05-08T07:00:28.902 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-05-08T07:00:28.903 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 78 M 2024-05-08T07:00:28.903 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 123 M 2024-05-08T07:00:28.903 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-05-08T07:00:29.098 INFO:teuthology.orchestra.run.smithi052.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 5.4 MB/s | 15 MB 00:02 2024-05-08T07:00:29.842 INFO:teuthology.orchestra.run.smithi031.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 724 kB/s | 484 kB 00:00 2024-05-08T07:00:31.714 INFO:teuthology.orchestra.run.smithi052.stdout:(3/4): kernel-modules-core-5.14.0-444.el9.x86_6 5.3 MB/s | 28 MB 00:05 2024-05-08T07:00:32.482 INFO:teuthology.orchestra.run.smithi052.stdout:(4/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 5.4 MB/s | 34 MB 00:06 2024-05-08T07:00:32.482 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:00:32.482 INFO:teuthology.orchestra.run.smithi052.stdout:Total 12 MB/s | 78 MB 00:06 2024-05-08T07:00:33.194 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-05-08T07:00:33.591 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-05-08T07:00:33.591 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-05-08T07:00:34.543 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-05-08T07:00:34.543 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-05-08T07:00:37.071 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-05-08T07:00:37.741 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-08T07:00:37.823 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T07:00:40.632 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T07:00:40.769 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T07:00:43.807 INFO:teuthology.orchestra.run.smithi031.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 1.1 MB/s | 15 MB 00:14 2024-05-08T07:00:45.854 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T07:00:45.897 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T07:00:50.996 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T07:01:00.672 INFO:teuthology.orchestra.run.smithi031.stdout:(3/4): kernel-modules-core-5.14.0-444.el9.x86_6 929 kB/s | 28 MB 00:30 2024-05-08T07:01:09.555 INFO:teuthology.orchestra.run.smithi031.stdout:(4/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 860 kB/s | 34 MB 00:40 2024-05-08T07:01:09.555 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:01:09.555 INFO:teuthology.orchestra.run.smithi031.stdout:Total 1.9 MB/s | 78 MB 00:40 2024-05-08T07:01:10.262 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-05-08T07:01:10.674 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-05-08T07:01:10.674 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-05-08T07:01:11.630 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-05-08T07:01:11.630 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-05-08T07:01:14.182 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-05-08T07:01:14.837 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-08T07:01:14.920 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T07:01:17.703 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T07:01:17.836 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T07:01:22.159 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T07:01:22.199 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-08T07:01:22.558 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T07:01:22.559 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-08T07:01:22.559 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T07:01:22.559 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T07:01:22.914 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T07:01:22.962 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T07:01:23.374 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T07:01:23.374 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-08T07:01:23.374 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-05-08T07:01:23.374 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-08T07:01:23.374 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-08T07:01:23.374 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-08T07:01:23.374 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-08T07:01:23.374 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-08T07:01:23.374 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-05-08T07:01:23.851 DEBUG:teuthology.orchestra.run.smithi052:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T07:01:23.973 INFO:teuthology.orchestra.run.smithi052.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T07:01:23.973 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T07:01:23.973 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-444.el9.x86_64 2024-05-08T07:01:23.973 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-08T07:01:23.974 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-08T07:01:23.974 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-08T07:01:23.974 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi052.front.sepia.ceph.com, path=None, version=distro) 2024-05-08T07:01:23.974 DEBUG:teuthology.orchestra.run.smithi052:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T07:01:24.026 INFO:teuthology.orchestra.run.smithi052.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T07:01:24.026 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T07:01:24.026 DEBUG:teuthology.orchestra.run.smithi052:> sudo rpm -qi grub2-tools 2024-05-08T07:01:24.068 INFO:teuthology.orchestra.run.smithi052.stdout:Name : grub2-tools 2024-05-08T07:01:24.068 INFO:teuthology.orchestra.run.smithi052.stdout:Epoch : 1 2024-05-08T07:01:24.068 INFO:teuthology.orchestra.run.smithi052.stdout:Version : 2.06 2024-05-08T07:01:24.068 INFO:teuthology.orchestra.run.smithi052.stdout:Release : 68.el9 2024-05-08T07:01:24.068 INFO:teuthology.orchestra.run.smithi052.stdout:Architecture: x86_64 2024-05-08T07:01:24.068 INFO:teuthology.orchestra.run.smithi052.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-08T07:01:24.068 INFO:teuthology.orchestra.run.smithi052.stdout:Group : Unspecified 2024-05-08T07:01:24.068 INFO:teuthology.orchestra.run.smithi052.stdout:Size : 8264254 2024-05-08T07:01:24.069 INFO:teuthology.orchestra.run.smithi052.stdout:License : GPLv3+ 2024-05-08T07:01:24.069 INFO:teuthology.orchestra.run.smithi052.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-08T07:01:24.069 INFO:teuthology.orchestra.run.smithi052.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-08T07:01:24.069 INFO:teuthology.orchestra.run.smithi052.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-08T07:01:24.069 INFO:teuthology.orchestra.run.smithi052.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-08T07:01:24.069 INFO:teuthology.orchestra.run.smithi052.stdout:Packager : builder@centos.org 2024-05-08T07:01:24.069 INFO:teuthology.orchestra.run.smithi052.stdout:Vendor : CentOS 2024-05-08T07:01:24.069 INFO:teuthology.orchestra.run.smithi052.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-08T07:01:24.069 INFO:teuthology.orchestra.run.smithi052.stdout:Summary : Support tools for GRUB. 2024-05-08T07:01:24.069 INFO:teuthology.orchestra.run.smithi052.stdout:Description : 2024-05-08T07:01:24.069 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-08T07:01:24.069 INFO:teuthology.orchestra.run.smithi052.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-08T07:01:24.069 INFO:teuthology.orchestra.run.smithi052.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-08T07:01:24.069 INFO:teuthology.orchestra.run.smithi052.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-08T07:01:24.069 INFO:teuthology.orchestra.run.smithi052.stdout:hardware devices. 2024-05-08T07:01:24.070 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-08T07:01:24.070 INFO:teuthology.orchestra.run.smithi052.stdout:This subpackage provides tools for support of all platforms. 2024-05-08T07:01:24.071 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-08T07:01:24.071 INFO:teuthology.task.kernel:Updating grub on smithi052 to boot 5.14.0-444.el9.x86_64 2024-05-08T07:01:24.071 DEBUG:teuthology.orchestra.run.smithi052:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-08T07:01:24.668 INFO:teuthology.orchestra.run.smithi052.stderr:Generating grub configuration file ... 2024-05-08T07:01:26.051 INFO:teuthology.orchestra.run.smithi052.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-08T07:01:26.068 INFO:teuthology.orchestra.run.smithi052.stderr:done 2024-05-08T07:01:26.070 DEBUG:teuthology.orchestra.run.smithi052:> mktemp 2024-05-08T07:01:26.085 INFO:teuthology.orchestra.run.smithi052.stdout:/tmp/tmp.88wKylOGBV 2024-05-08T07:01:26.086 DEBUG:teuthology.orchestra.run.smithi052:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.88wKylOGBV 2024-05-08T07:01:26.151 DEBUG:teuthology.orchestra.run.smithi052:> sudo chmod 0666 /tmp/tmp.88wKylOGBV 2024-05-08T07:01:26.287 DEBUG:teuthology.orchestra.remote:smithi052:/tmp/tmp.88wKylOGBV is 6KB 2024-05-08T07:01:26.336 DEBUG:teuthology.orchestra.run.smithi052:> rm -fr /tmp/tmp.88wKylOGBV 2024-05-08T07:01:26.351 DEBUG:teuthology.orchestra.run.smithi052:> sudo /bin/ls /boot/loader/entries || true 2024-05-08T07:01:26.413 INFO:teuthology.orchestra.run.smithi052.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-08T07:01:26.413 INFO:teuthology.orchestra.run.smithi052.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-08T07:01:26.413 INFO:teuthology.orchestra.run.smithi052.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-08T07:01:26.413 INFO:teuthology.orchestra.run.smithi052.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-08T07:01:26.414 DEBUG:teuthology.orchestra.run.smithi052:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-08T07:01:26.585 DEBUG:teuthology.orchestra.run.smithi052:> sudo shutdown -r now 2024-05-08T07:01:28.057 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T07:01:56.588 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-08T07:01:56.589 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-05-08T07:01:56.589 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T07:01:58.963 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T07:01:59.002 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-08T07:01:59.290 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T07:01:59.290 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-08T07:01:59.290 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T07:01:59.291 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T07:02:00.071 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T07:02:00.071 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-05-08T07:02:00.071 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-05-08T07:02:00.072 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-08T07:02:00.072 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-08T07:02:00.072 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-08T07:02:00.072 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-08T07:02:00.072 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-05-08T07:02:00.072 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-05-08T07:02:00.425 DEBUG:teuthology.orchestra.run.smithi031:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T07:02:00.503 INFO:teuthology.orchestra.run.smithi031.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T07:02:00.504 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T07:02:00.504 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-444.el9.x86_64 2024-05-08T07:02:00.504 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-08T07:02:00.504 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-08T07:02:00.504 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-08T07:02:00.504 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi031.front.sepia.ceph.com, path=None, version=distro) 2024-05-08T07:02:00.504 DEBUG:teuthology.orchestra.run.smithi031:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T07:02:00.555 INFO:teuthology.orchestra.run.smithi031.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T07:02:00.556 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T07:02:00.556 DEBUG:teuthology.orchestra.run.smithi031:> sudo rpm -qi grub2-tools 2024-05-08T07:02:00.587 INFO:teuthology.orchestra.run.smithi031.stdout:Name : grub2-tools 2024-05-08T07:02:00.587 INFO:teuthology.orchestra.run.smithi031.stdout:Epoch : 1 2024-05-08T07:02:00.587 INFO:teuthology.orchestra.run.smithi031.stdout:Version : 2.06 2024-05-08T07:02:00.587 INFO:teuthology.orchestra.run.smithi031.stdout:Release : 68.el9 2024-05-08T07:02:00.587 INFO:teuthology.orchestra.run.smithi031.stdout:Architecture: x86_64 2024-05-08T07:02:00.587 INFO:teuthology.orchestra.run.smithi031.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-08T07:02:00.587 INFO:teuthology.orchestra.run.smithi031.stdout:Group : Unspecified 2024-05-08T07:02:00.587 INFO:teuthology.orchestra.run.smithi031.stdout:Size : 8264254 2024-05-08T07:02:00.587 INFO:teuthology.orchestra.run.smithi031.stdout:License : GPLv3+ 2024-05-08T07:02:00.588 INFO:teuthology.orchestra.run.smithi031.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-08T07:02:00.588 INFO:teuthology.orchestra.run.smithi031.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-08T07:02:00.588 INFO:teuthology.orchestra.run.smithi031.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-08T07:02:00.588 INFO:teuthology.orchestra.run.smithi031.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-08T07:02:00.588 INFO:teuthology.orchestra.run.smithi031.stdout:Packager : builder@centos.org 2024-05-08T07:02:00.588 INFO:teuthology.orchestra.run.smithi031.stdout:Vendor : CentOS 2024-05-08T07:02:00.588 INFO:teuthology.orchestra.run.smithi031.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-08T07:02:00.588 INFO:teuthology.orchestra.run.smithi031.stdout:Summary : Support tools for GRUB. 2024-05-08T07:02:00.588 INFO:teuthology.orchestra.run.smithi031.stdout:Description : 2024-05-08T07:02:00.588 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-05-08T07:02:00.588 INFO:teuthology.orchestra.run.smithi031.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-08T07:02:00.588 INFO:teuthology.orchestra.run.smithi031.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-08T07:02:00.588 INFO:teuthology.orchestra.run.smithi031.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-08T07:02:00.588 INFO:teuthology.orchestra.run.smithi031.stdout:hardware devices. 2024-05-08T07:02:00.589 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-05-08T07:02:00.589 INFO:teuthology.orchestra.run.smithi031.stdout:This subpackage provides tools for support of all platforms. 2024-05-08T07:02:00.589 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-08T07:02:00.590 INFO:teuthology.task.kernel:Updating grub on smithi031 to boot 5.14.0-444.el9.x86_64 2024-05-08T07:02:00.590 DEBUG:teuthology.orchestra.run.smithi031:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-08T07:02:01.202 INFO:teuthology.orchestra.run.smithi031.stderr:Generating grub configuration file ... 2024-05-08T07:02:02.631 INFO:teuthology.orchestra.run.smithi031.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-08T07:02:02.659 INFO:teuthology.orchestra.run.smithi031.stderr:done 2024-05-08T07:02:02.661 DEBUG:teuthology.orchestra.run.smithi031:> mktemp 2024-05-08T07:02:02.676 INFO:teuthology.orchestra.run.smithi031.stdout:/tmp/tmp.FRh0s6ficB 2024-05-08T07:02:02.676 DEBUG:teuthology.orchestra.run.smithi031:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.FRh0s6ficB 2024-05-08T07:02:02.751 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 0666 /tmp/tmp.FRh0s6ficB 2024-05-08T07:02:02.893 DEBUG:teuthology.orchestra.remote:smithi031:/tmp/tmp.FRh0s6ficB is 6KB 2024-05-08T07:02:02.941 DEBUG:teuthology.orchestra.run.smithi031:> rm -fr /tmp/tmp.FRh0s6ficB 2024-05-08T07:02:02.956 DEBUG:teuthology.orchestra.run.smithi031:> sudo /bin/ls /boot/loader/entries || true 2024-05-08T07:02:03.018 INFO:teuthology.orchestra.run.smithi031.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-08T07:02:03.018 INFO:teuthology.orchestra.run.smithi031.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-08T07:02:03.018 INFO:teuthology.orchestra.run.smithi031.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-08T07:02:03.018 INFO:teuthology.orchestra.run.smithi031.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-08T07:02:03.019 DEBUG:teuthology.orchestra.run.smithi031:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-08T07:02:03.163 DEBUG:teuthology.orchestra.run.smithi031:> sudo shutdown -r now 2024-05-08T07:02:15.070 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.52 2024-05-08T07:02:24.080 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-05-08T07:02:24.081 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T07:02:33.174 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-08T07:02:33.175 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-05-08T07:02:33.175 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T07:02:51.678 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.31 2024-05-08T07:03:00.688 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-05-08T07:03:00.689 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T07:03:19.070 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.31 2024-05-08T07:03:24.086 DEBUG:teuthology.orchestra.remote:timed out 2024-05-08T07:03:31.078 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-05-08T07:03:31.079 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T07:03:31.294 DEBUG:teuthology.orchestra.run.smithi031:> true 2024-05-08T07:03:31.723 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-05-08T07:03:31.723 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-444.el9.x86_64"... 2024-05-08T07:03:31.723 DEBUG:teuthology.orchestra.run.smithi031:> uname -r 2024-05-08T07:03:31.742 INFO:teuthology.orchestra.run.smithi031.stdout:5.14.0-444.el9.x86_64 2024-05-08T07:03:31.742 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-444.el9.x86_64 vs 5.14.0-444.el9.x86_64 2024-05-08T07:03:31.742 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-08T07:03:31.742 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-08T07:03:32.743 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-08T07:03:32.744 DEBUG:teuthology.orchestra.run.smithi031:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-08T07:03:32.836 INFO:teuthology.orchestra.run.smithi031.stdout:ttyS1 2024-05-08T07:03:32.881 DEBUG:teuthology.parallel:result is None 2024-05-08T07:03:36.087 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-05-08T07:03:36.088 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T07:03:36.432 DEBUG:teuthology.orchestra.run.smithi052:> true 2024-05-08T07:03:36.785 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-05-08T07:03:36.785 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-444.el9.x86_64"... 2024-05-08T07:03:36.785 DEBUG:teuthology.orchestra.run.smithi052:> uname -r 2024-05-08T07:03:36.802 INFO:teuthology.orchestra.run.smithi052.stdout:5.14.0-444.el9.x86_64 2024-05-08T07:03:36.803 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-444.el9.x86_64 vs 5.14.0-444.el9.x86_64 2024-05-08T07:03:36.803 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-08T07:03:36.803 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-08T07:03:37.804 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-08T07:03:37.804 DEBUG:teuthology.orchestra.run.smithi052:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-08T07:03:37.867 INFO:teuthology.orchestra.run.smithi052.stdout:ttyS1 2024-05-08T07:03:37.903 DEBUG:teuthology.parallel:result is None 2024-05-08T07:03:37.903 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-08T07:03:37.913 INFO:teuthology.task.internal:Creating test directory... 2024-05-08T07:03:37.913 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-08T07:03:37.916 DEBUG:teuthology.orchestra.run.smithi052:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-08T07:03:37.934 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-08T07:03:37.986 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-08T07:03:38.036 INFO:teuthology.task.internal:Creating archive directory... 2024-05-08T07:03:38.037 DEBUG:teuthology.orchestra.run.smithi031:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-08T07:03:38.039 DEBUG:teuthology.orchestra.run.smithi052:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-08T07:03:38.082 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-08T07:03:38.099 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-08T07:03:38.100 DEBUG:teuthology.orchestra.run.smithi031:> 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-05-08T07:03:38.102 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-05-08T07:03:38.128 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T07:03:38.138 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T07:03:38.152 INFO:teuthology.orchestra.run.smithi052.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T07:03:38.164 INFO:teuthology.orchestra.run.smithi052.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T07:03:38.166 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-08T07:03:38.177 INFO:teuthology.task.internal:Configuring sudo... 2024-05-08T07:03:38.177 DEBUG:teuthology.orchestra.run.smithi031:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-08T07:03:38.180 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-05-08T07:03:38.235 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-08T07:03:38.244 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-08T07:03:38.244 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-08T07:03:38.246 DEBUG:teuthology.orchestra.run.smithi052:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-08T07:03:38.293 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T07:03:38.342 DEBUG:teuthology.orchestra.run.smithi031:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T07:03:38.406 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T07:03:38.447 DEBUG:teuthology.orchestra.run.smithi031:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T07:03:38.490 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-05-08T07:03:38.490 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-08T07:03:38.555 DEBUG:teuthology.orchestra.run.smithi052:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T07:03:38.603 DEBUG:teuthology.orchestra.run.smithi052:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T07:03:38.651 DEBUG:teuthology.orchestra.run.smithi052:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T07:03:38.738 DEBUG:teuthology.orchestra.run.smithi052:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T07:03:38.784 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-05-08T07:03:38.784 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-08T07:03:38.854 DEBUG:teuthology.orchestra.run.smithi031:> sudo service rsyslog restart 2024-05-08T07:03:38.857 DEBUG:teuthology.orchestra.run.smithi052:> sudo service rsyslog restart 2024-05-08T07:03:38.905 INFO:teuthology.orchestra.run.smithi031.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T07:03:38.941 INFO:teuthology.orchestra.run.smithi052.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T07:03:39.264 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-08T07:03:39.272 INFO:teuthology.task.internal:Starting timer... 2024-05-08T07:03:39.272 INFO:teuthology.run_tasks:Running task pcp... 2024-05-08T07:03:39.307 INFO:teuthology.run_tasks:Running task selinux... 2024-05-08T07:03:39.335 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-08T07:03:39.335 DEBUG:teuthology.orchestra.run.smithi031:> sudo service auditd rotate 2024-05-08T07:03:39.413 INFO:teuthology.orchestra.run.smithi031.stdout:Rotating logs: 2024-05-08T07:03:39.418 DEBUG:teuthology.orchestra.run.smithi052:> sudo service auditd rotate 2024-05-08T07:03:39.466 INFO:teuthology.orchestra.run.smithi052.stdout:Rotating logs: 2024-05-08T07:03:39.468 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-08T07:03:39.468 DEBUG:teuthology.orchestra.run.smithi031:> /usr/sbin/getenforce 2024-05-08T07:03:39.502 INFO:teuthology.orchestra.run.smithi031.stdout:Permissive 2024-05-08T07:03:39.502 DEBUG:teuthology.orchestra.run.smithi052:> /usr/sbin/getenforce 2024-05-08T07:03:39.534 INFO:teuthology.orchestra.run.smithi052.stdout:Permissive 2024-05-08T07:03:39.534 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi031.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi052.front.sepia.ceph.com': 'permissive'} 2024-05-08T07:03:39.535 DEBUG:teuthology.orchestra.run.smithi031:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-08T07:03:39.594 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:03:39.595 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 scontext=system_u:system_r:logrotate_t:s0 2024-05-08T07:03:39.623 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:03:39.624 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-08T07:03:39.624 DEBUG:teuthology.orchestra.run.smithi031:> sudo /usr/sbin/setenforce permissive 2024-05-08T07:03:39.838 DEBUG:teuthology.orchestra.run.smithi052:> sudo /usr/sbin/setenforce permissive 2024-05-08T07:03:39.866 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-08T07:03:39.875 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-08T07:03:39.891 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-05-08T07:03:39.893 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi031.front.sepia.ceph.com,smithi052.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-08T07:08:17.254 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi031.front.sepia.ceph.com'), Remote(name='ubuntu@smithi052.front.sepia.ceph.com')] 2024-05-08T07:08:17.255 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-05-08T07:08:17.256 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T07:08:17.337 DEBUG:teuthology.orchestra.run.smithi031:> true 2024-05-08T07:08:17.420 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-05-08T07:08:17.421 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-05-08T07:08:17.421 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T07:08:17.507 DEBUG:teuthology.orchestra.run.smithi052:> true 2024-05-08T07:08:17.590 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-05-08T07:08:17.591 INFO:teuthology.run_tasks:Running task clock... 2024-05-08T07:08:17.601 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-08T07:08:17.602 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-08T07:08:17.602 DEBUG:teuthology.orchestra.run.smithi031:> 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-05-08T07:08:17.604 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-08T07:08:17.605 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-05-08T07:08:17.634 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-08T07:08:17.650 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-08T07:08:17.664 INFO:teuthology.orchestra.run.smithi052.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-08T07:08:17.677 INFO:teuthology.orchestra.run.smithi031.stderr:sudo: ntpd: command not found 2024-05-08T07:08:17.679 INFO:teuthology.orchestra.run.smithi052.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-08T07:08:17.689 INFO:teuthology.orchestra.run.smithi031.stdout:506 Cannot talk to daemon 2024-05-08T07:08:17.704 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-08T07:08:17.705 INFO:teuthology.orchestra.run.smithi052.stderr:sudo: ntpd: command not found 2024-05-08T07:08:17.717 INFO:teuthology.orchestra.run.smithi052.stdout:506 Cannot talk to daemon 2024-05-08T07:08:17.719 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-08T07:08:17.732 INFO:teuthology.orchestra.run.smithi052.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-08T07:08:17.746 INFO:teuthology.orchestra.run.smithi052.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-08T07:08:17.788 INFO:teuthology.orchestra.run.smithi031.stderr:bash: line 1: ntpq: command not found 2024-05-08T07:08:17.791 INFO:teuthology.orchestra.run.smithi031.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T07:08:17.791 INFO:teuthology.orchestra.run.smithi031.stdout:=============================================================================== 2024-05-08T07:08:17.791 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T07:08:17.791 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T07:08:17.791 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T07:08:17.791 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T07:08:17.808 INFO:teuthology.orchestra.run.smithi052.stderr:bash: line 1: ntpq: command not found 2024-05-08T07:08:17.811 INFO:teuthology.orchestra.run.smithi052.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T07:08:17.811 INFO:teuthology.orchestra.run.smithi052.stdout:=============================================================================== 2024-05-08T07:08:17.811 INFO:teuthology.orchestra.run.smithi052.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T07:08:17.812 INFO:teuthology.orchestra.run.smithi052.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T07:08:17.812 INFO:teuthology.orchestra.run.smithi052.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T07:08:17.812 INFO:teuthology.orchestra.run.smithi052.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T07:08:17.812 INFO:teuthology.run_tasks:Running task pexec... 2024-05-08T07:08:17.821 INFO:teuthology.task.pexec:Executing custom commands... 2024-05-08T07:08:17.822 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi031.front.sepia.ceph.com 2024-05-08T07:08:17.822 DEBUG:teuthology.orchestra.run.smithi031:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-08T07:08:17.822 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi052.front.sepia.ceph.com 2024-05-08T07:08:17.823 DEBUG:teuthology.orchestra.run.smithi052:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-08T07:08:18.442 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:11 ago on Wed 08 May 2024 07:07:07 AM UTC. 2024-05-08T07:08:18.457 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:06 ago on Wed 08 May 2024 07:07:12 AM UTC. 2024-05-08T07:08:18.566 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-05-08T07:08:18.580 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-05-08T07:08:18.581 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-05-08T07:08:18.581 INFO:teuthology.orchestra.run.smithi031.stdout: Package Architecture Version Repository Size 2024-05-08T07:08:18.581 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-05-08T07:08:18.581 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-05-08T07:08:18.581 INFO:teuthology.orchestra.run.smithi031.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-05-08T07:08:18.581 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-05-08T07:08:18.581 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-05-08T07:08:18.581 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-05-08T07:08:18.581 INFO:teuthology.orchestra.run.smithi031.stdout:Install 1 Package 2024-05-08T07:08:18.581 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-05-08T07:08:18.590 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 3.1 M 2024-05-08T07:08:18.590 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 9.8 M 2024-05-08T07:08:18.590 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-05-08T07:08:18.593 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-05-08T07:08:18.593 INFO:teuthology.orchestra.run.smithi052.stdout: Package Architecture Version Repository Size 2024-05-08T07:08:18.593 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-05-08T07:08:18.593 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-05-08T07:08:18.593 INFO:teuthology.orchestra.run.smithi052.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-05-08T07:08:18.593 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-08T07:08:18.593 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-05-08T07:08:18.593 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-05-08T07:08:18.593 INFO:teuthology.orchestra.run.smithi052.stdout:Install 1 Package 2024-05-08T07:08:18.593 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-08T07:08:18.604 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 3.1 M 2024-05-08T07:08:18.604 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 9.8 M 2024-05-08T07:08:18.604 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-05-08T07:08:18.970 INFO:teuthology.orchestra.run.smithi031.stdout:runc-1.1.12-2.el9.x86_64.rpm 13 MB/s | 3.1 MB 00:00 2024-05-08T07:08:18.971 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:08:18.971 INFO:teuthology.orchestra.run.smithi031.stdout:Total 8.2 MB/s | 3.1 MB 00:00 2024-05-08T07:08:19.008 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-05-08T07:08:19.015 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-05-08T07:08:19.015 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-05-08T07:08:19.125 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-05-08T07:08:19.125 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-05-08T07:08:19.359 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-05-08T07:08:19.467 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-08T07:08:19.619 INFO:teuthology.orchestra.run.smithi052.stdout:runc-1.1.12-2.el9.x86_64.rpm 3.4 MB/s | 3.1 MB 00:00 2024-05-08T07:08:19.619 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:08:19.619 INFO:teuthology.orchestra.run.smithi052.stdout:Total 3.1 MB/s | 3.1 MB 00:01 2024-05-08T07:08:19.657 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-05-08T07:08:19.663 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-05-08T07:08:19.663 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-05-08T07:08:19.770 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-05-08T07:08:19.770 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-05-08T07:08:19.923 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-08T07:08:19.994 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-05-08T07:08:20.090 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-08T07:08:20.157 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-08T07:08:20.158 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-05-08T07:08:20.158 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-05-08T07:08:20.158 INFO:teuthology.orchestra.run.smithi031.stdout: runc-4:1.1.12-2.el9.x86_64 2024-05-08T07:08:20.158 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-05-08T07:08:20.158 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-05-08T07:08:20.431 DEBUG:teuthology.parallel:result is None 2024-05-08T07:08:20.599 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-08T07:08:20.869 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-08T07:08:20.869 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-08T07:08:20.869 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-05-08T07:08:20.869 INFO:teuthology.orchestra.run.smithi052.stdout: runc-4:1.1.12-2.el9.x86_64 2024-05-08T07:08:20.869 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-08T07:08:20.869 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-05-08T07:08:21.121 DEBUG:teuthology.parallel:result is None 2024-05-08T07:08:21.121 INFO:teuthology.run_tasks:Running task cephadm.deploy_samba_ad_dc... 2024-05-08T07:08:21.242 INFO:tasks.cephadm:Testing if podman is available 2024-05-08T07:08:21.242 DEBUG:teuthology.orchestra.run.smithi052:> sudo podman --help 2024-05-08T07:08:22.416 INFO:teuthology.orchestra.run.smithi052.stdout:Manage pods, containers and images 2024-05-08T07:08:22.416 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-08T07:08:22.416 INFO:teuthology.orchestra.run.smithi052.stdout:Usage: 2024-05-08T07:08:22.416 INFO:teuthology.orchestra.run.smithi052.stdout: podman [options] [command] 2024-05-08T07:08:22.416 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-08T07:08:22.416 INFO:teuthology.orchestra.run.smithi052.stdout:Available Commands: 2024-05-08T07:08:22.416 INFO:teuthology.orchestra.run.smithi052.stdout: attach Attach to a running container 2024-05-08T07:08:22.416 INFO:teuthology.orchestra.run.smithi052.stdout: auto-update Auto update containers according to their auto-update policy 2024-05-08T07:08:22.417 INFO:teuthology.orchestra.run.smithi052.stdout: build Build an image using instructions from Containerfiles 2024-05-08T07:08:22.417 INFO:teuthology.orchestra.run.smithi052.stdout: commit Create new image based on the changed container 2024-05-08T07:08:22.417 INFO:teuthology.orchestra.run.smithi052.stdout: compose Run compose workloads via an external provider such as docker-compose or podman-compose 2024-05-08T07:08:22.417 INFO:teuthology.orchestra.run.smithi052.stdout: container Manage containers 2024-05-08T07:08:22.417 INFO:teuthology.orchestra.run.smithi052.stdout: cp Copy files/folders between a container and the local filesystem 2024-05-08T07:08:22.417 INFO:teuthology.orchestra.run.smithi052.stdout: create Create but do not start a container 2024-05-08T07:08:22.417 INFO:teuthology.orchestra.run.smithi052.stdout: diff Display the changes to the object's file system 2024-05-08T07:08:22.417 INFO:teuthology.orchestra.run.smithi052.stdout: events Show podman system events 2024-05-08T07:08:22.417 INFO:teuthology.orchestra.run.smithi052.stdout: exec Run a process in a running container 2024-05-08T07:08:22.417 INFO:teuthology.orchestra.run.smithi052.stdout: export Export container's filesystem contents as a tar archive 2024-05-08T07:08:22.417 INFO:teuthology.orchestra.run.smithi052.stdout: farm Farm out builds to remote machines 2024-05-08T07:08:22.417 INFO:teuthology.orchestra.run.smithi052.stdout: generate Generate structured data based on containers, pods or volumes 2024-05-08T07:08:22.417 INFO:teuthology.orchestra.run.smithi052.stdout: healthcheck Manage health checks on containers 2024-05-08T07:08:22.417 INFO:teuthology.orchestra.run.smithi052.stdout: help Help about any command 2024-05-08T07:08:22.418 INFO:teuthology.orchestra.run.smithi052.stdout: history Show history of a specified image 2024-05-08T07:08:22.418 INFO:teuthology.orchestra.run.smithi052.stdout: image Manage images 2024-05-08T07:08:22.418 INFO:teuthology.orchestra.run.smithi052.stdout: images List images in local storage 2024-05-08T07:08:22.418 INFO:teuthology.orchestra.run.smithi052.stdout: import Import a tarball to create a filesystem image 2024-05-08T07:08:22.418 INFO:teuthology.orchestra.run.smithi052.stdout: info Display podman system information 2024-05-08T07:08:22.418 INFO:teuthology.orchestra.run.smithi052.stdout: init Initialize one or more containers 2024-05-08T07:08:22.418 INFO:teuthology.orchestra.run.smithi052.stdout: inspect Display the configuration of object denoted by ID 2024-05-08T07:08:22.418 INFO:teuthology.orchestra.run.smithi052.stdout: kill Kill one or more running containers with a specific signal 2024-05-08T07:08:22.418 INFO:teuthology.orchestra.run.smithi052.stdout: kube Play containers, pods or volumes from a structured file 2024-05-08T07:08:22.418 INFO:teuthology.orchestra.run.smithi052.stdout: load Load image(s) from a tar archive 2024-05-08T07:08:22.418 INFO:teuthology.orchestra.run.smithi052.stdout: login Log in to a container registry 2024-05-08T07:08:22.418 INFO:teuthology.orchestra.run.smithi052.stdout: logout Log out of a container registry 2024-05-08T07:08:22.418 INFO:teuthology.orchestra.run.smithi052.stdout: logs Fetch the logs of one or more containers 2024-05-08T07:08:22.418 INFO:teuthology.orchestra.run.smithi052.stdout: machine Manage a virtual machine 2024-05-08T07:08:22.418 INFO:teuthology.orchestra.run.smithi052.stdout: manifest Manipulate manifest lists and image indexes 2024-05-08T07:08:22.419 INFO:teuthology.orchestra.run.smithi052.stdout: mount Mount a working container's root filesystem 2024-05-08T07:08:22.419 INFO:teuthology.orchestra.run.smithi052.stdout: network Manage networks 2024-05-08T07:08:22.419 INFO:teuthology.orchestra.run.smithi052.stdout: pause Pause all the processes in one or more containers 2024-05-08T07:08:22.419 INFO:teuthology.orchestra.run.smithi052.stdout: pod Manage pods 2024-05-08T07:08:22.419 INFO:teuthology.orchestra.run.smithi052.stdout: port List port mappings or a specific mapping for the container 2024-05-08T07:08:22.419 INFO:teuthology.orchestra.run.smithi052.stdout: ps List containers 2024-05-08T07:08:22.419 INFO:teuthology.orchestra.run.smithi052.stdout: pull Pull an image from a registry 2024-05-08T07:08:22.419 INFO:teuthology.orchestra.run.smithi052.stdout: push Push an image to a specified destination 2024-05-08T07:08:22.419 INFO:teuthology.orchestra.run.smithi052.stdout: rename Rename an existing container 2024-05-08T07:08:22.419 INFO:teuthology.orchestra.run.smithi052.stdout: restart Restart one or more containers 2024-05-08T07:08:22.419 INFO:teuthology.orchestra.run.smithi052.stdout: rm Remove one or more containers 2024-05-08T07:08:22.419 INFO:teuthology.orchestra.run.smithi052.stdout: rmi Remove one or more images from local storage 2024-05-08T07:08:22.419 INFO:teuthology.orchestra.run.smithi052.stdout: run Run a command in a new container 2024-05-08T07:08:22.419 INFO:teuthology.orchestra.run.smithi052.stdout: save Save image(s) to an archive 2024-05-08T07:08:22.419 INFO:teuthology.orchestra.run.smithi052.stdout: search Search registry for image 2024-05-08T07:08:22.420 INFO:teuthology.orchestra.run.smithi052.stdout: secret Manage secrets 2024-05-08T07:08:22.420 INFO:teuthology.orchestra.run.smithi052.stdout: start Start one or more containers 2024-05-08T07:08:22.420 INFO:teuthology.orchestra.run.smithi052.stdout: stats Display a live stream of container resource usage statistics 2024-05-08T07:08:22.420 INFO:teuthology.orchestra.run.smithi052.stdout: stop Stop one or more containers 2024-05-08T07:08:22.420 INFO:teuthology.orchestra.run.smithi052.stdout: system Manage podman 2024-05-08T07:08:22.420 INFO:teuthology.orchestra.run.smithi052.stdout: tag Add an additional name to a local image 2024-05-08T07:08:22.420 INFO:teuthology.orchestra.run.smithi052.stdout: top Display the running processes of a container 2024-05-08T07:08:22.420 INFO:teuthology.orchestra.run.smithi052.stdout: unmount Unmount working container's root filesystem 2024-05-08T07:08:22.420 INFO:teuthology.orchestra.run.smithi052.stdout: unpause Unpause the processes in one or more containers 2024-05-08T07:08:22.420 INFO:teuthology.orchestra.run.smithi052.stdout: unshare Run a command in a modified user namespace 2024-05-08T07:08:22.420 INFO:teuthology.orchestra.run.smithi052.stdout: untag Remove a name from a local image 2024-05-08T07:08:22.420 INFO:teuthology.orchestra.run.smithi052.stdout: update Update an existing container 2024-05-08T07:08:22.420 INFO:teuthology.orchestra.run.smithi052.stdout: version Display the Podman version information 2024-05-08T07:08:22.420 INFO:teuthology.orchestra.run.smithi052.stdout: volume Manage volumes 2024-05-08T07:08:22.421 INFO:teuthology.orchestra.run.smithi052.stdout: wait Block on one or more containers 2024-05-08T07:08:22.421 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-08T07:08:22.421 INFO:teuthology.orchestra.run.smithi052.stdout:Options: 2024-05-08T07:08:22.421 INFO:teuthology.orchestra.run.smithi052.stdout: --cgroup-manager string Cgroup manager to use ("cgroupfs"|"systemd") (default "systemd") 2024-05-08T07:08:22.421 INFO:teuthology.orchestra.run.smithi052.stdout: --conmon string Path of the conmon binary 2024-05-08T07:08:22.421 INFO:teuthology.orchestra.run.smithi052.stdout: -c, --connection string Connection to use for remote Podman service 2024-05-08T07:08:22.421 INFO:teuthology.orchestra.run.smithi052.stdout: --events-backend string Events backend to use ("file"|"journald"|"none") (default "journald") 2024-05-08T07:08:22.422 INFO:teuthology.orchestra.run.smithi052.stdout: --help Help for podman 2024-05-08T07:08:22.422 INFO:teuthology.orchestra.run.smithi052.stdout: --hooks-dir strings Set the OCI hooks directory path (may be set multiple times) (default [/usr/share/containers/oci/hooks.d]) 2024-05-08T07:08:22.422 INFO:teuthology.orchestra.run.smithi052.stdout: --identity string path to SSH identity file, (CONTAINER_SSHKEY) 2024-05-08T07:08:22.422 INFO:teuthology.orchestra.run.smithi052.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-05-08T07:08:22.422 INFO:teuthology.orchestra.run.smithi052.stdout: --log-level string Log messages above specified level (trace, debug, info, warn, warning, error, fatal, panic) (default "warn") 2024-05-08T07:08:22.423 INFO:teuthology.orchestra.run.smithi052.stdout: --module strings Load the containers.conf(5) module 2024-05-08T07:08:22.423 INFO:teuthology.orchestra.run.smithi052.stdout: --network-cmd-path string Path to the command for configuring the network 2024-05-08T07:08:22.423 INFO:teuthology.orchestra.run.smithi052.stdout: --network-config-dir string Path of the configuration directory for networks 2024-05-08T07:08:22.423 INFO:teuthology.orchestra.run.smithi052.stdout: --out string Send output (stdout) from podman to a file 2024-05-08T07:08:22.423 INFO:teuthology.orchestra.run.smithi052.stdout: -r, --remote Access remote Podman service 2024-05-08T07:08:22.423 INFO:teuthology.orchestra.run.smithi052.stdout: --root string Path to the graph root directory where images, containers, etc. are stored 2024-05-08T07:08:22.423 INFO:teuthology.orchestra.run.smithi052.stdout: --runroot string Path to the 'run directory' where all state information is stored 2024-05-08T07:08:22.424 INFO:teuthology.orchestra.run.smithi052.stdout: --runtime string Path to the OCI-compatible binary used to run containers. (default "runc") 2024-05-08T07:08:22.424 INFO:teuthology.orchestra.run.smithi052.stdout: --runtime-flag stringArray add global flags for the container runtime 2024-05-08T07:08:22.424 INFO:teuthology.orchestra.run.smithi052.stdout: --ssh string define the ssh mode (default "golang") 2024-05-08T07:08:22.424 INFO:teuthology.orchestra.run.smithi052.stdout: --storage-driver string Select which storage driver is used to manage storage of images and containers 2024-05-08T07:08:22.424 INFO:teuthology.orchestra.run.smithi052.stdout: --storage-opt stringArray Used to pass an option to the storage driver 2024-05-08T07:08:22.424 INFO:teuthology.orchestra.run.smithi052.stdout: --syslog Output logging information to syslog as well as the console (default false) 2024-05-08T07:08:22.424 INFO:teuthology.orchestra.run.smithi052.stdout: --tmpdir string Path to the tmp directory for libpod state content. 2024-05-08T07:08:22.425 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-08T07:08:22.425 INFO:teuthology.orchestra.run.smithi052.stdout: Note: use the environment variable 'TMPDIR' to change the temporary storage location for container images, '/var/tmp'. 2024-05-08T07:08:22.425 INFO:teuthology.orchestra.run.smithi052.stdout: (default "/run/libpod") 2024-05-08T07:08:22.425 INFO:teuthology.orchestra.run.smithi052.stdout: --transient-store Enable transient container storage 2024-05-08T07:08:22.425 INFO:teuthology.orchestra.run.smithi052.stdout: --url string URL to access Podman service (CONTAINER_HOST) (default "unix:///run/podman/podman.sock") 2024-05-08T07:08:22.425 INFO:teuthology.orchestra.run.smithi052.stdout: -v, --version version for podman 2024-05-08T07:08:22.426 INFO:teuthology.orchestra.run.smithi052.stdout: --volumepath string Path to the volume directory in which volume data is stored 2024-05-08T07:08:22.427 DEBUG:teuthology.orchestra.run.smithi052:> sudo podman pull quay.io/samba.org/samba-ad-server:latest 2024-05-08T07:08:23.377 INFO:teuthology.orchestra.run.smithi052.stderr:Trying to pull quay.io/samba.org/samba-ad-server:latest... 2024-05-08T07:08:23.865 INFO:teuthology.orchestra.run.smithi052.stderr:Getting image source signatures 2024-05-08T07:08:23.872 INFO:teuthology.orchestra.run.smithi052.stderr:Copying blob sha256:c754bae5ee467c22fbbf495966135daa4a276c84de5e1b2a56b7d285f182266f 2024-05-08T07:08:23.872 INFO:teuthology.orchestra.run.smithi052.stderr:Copying blob sha256:991f53b8bd3e905c80ba66bee0586ac48fccf9d03dda5d919fc6b105cb7c7141 2024-05-08T07:08:23.872 INFO:teuthology.orchestra.run.smithi052.stderr:Copying blob sha256:2390d0b6e92a4366770b13a47ee17dee2960c9e24cbcd1285a61d097498c2ca7 2024-05-08T07:08:23.872 INFO:teuthology.orchestra.run.smithi052.stderr:Copying blob sha256:429b73e1a6f27e86320cf7e5f03180efbddc89e6e93640255700d36e3d5b5294 2024-05-08T07:08:23.872 INFO:teuthology.orchestra.run.smithi052.stderr:Copying blob sha256:26bbf39f839a688e4438891ee844a69ab7fabfd13054a6f9a6ac17e6cbc8c3b9 2024-05-08T07:08:23.872 INFO:teuthology.orchestra.run.smithi052.stderr:Copying blob sha256:808641f5c12d6f709afc98876f467c1f009fcbf768e55b944cfab1913ab1d47f 2024-05-08T07:08:31.249 INFO:teuthology.orchestra.run.smithi052.stderr:Copying config sha256:c7170efd9d2b835c03d4ce06ac3fd4adc020a159c2bbe07a4cd180c1a4e28adc 2024-05-08T07:08:31.516 INFO:teuthology.orchestra.run.smithi052.stderr:Writing manifest to image destination 2024-05-08T07:08:31.730 INFO:teuthology.orchestra.run.smithi052.stdout:c7170efd9d2b835c03d4ce06ac3fd4adc020a159c2bbe07a4cd180c1a4e28adc 2024-05-08T07:08:31.736 DEBUG:teuthology.orchestra.run.smithi052:> sudo podman pull quay.io/samba.org/samba-client:latest 2024-05-08T07:08:31.871 INFO:teuthology.orchestra.run.smithi052.stderr:Trying to pull quay.io/samba.org/samba-client:latest... 2024-05-08T07:08:32.240 INFO:teuthology.orchestra.run.smithi052.stderr:Getting image source signatures 2024-05-08T07:08:32.240 INFO:teuthology.orchestra.run.smithi052.stderr:Copying blob sha256:0c8920509b8039b2ceffa7254c3c90d61429969392fe6d03aa514a4232259bdb 2024-05-08T07:08:32.240 INFO:teuthology.orchestra.run.smithi052.stderr:Copying blob sha256:2390d0b6e92a4366770b13a47ee17dee2960c9e24cbcd1285a61d097498c2ca7 2024-05-08T07:08:36.389 INFO:teuthology.orchestra.run.smithi052.stderr:Copying config sha256:f3042eae5846e432b78493fb0a3667e2c99f336bc190d5c017c48806d90762c4 2024-05-08T07:08:36.547 INFO:teuthology.orchestra.run.smithi052.stderr:Writing manifest to image destination 2024-05-08T07:08:36.755 INFO:teuthology.orchestra.run.smithi052.stdout:f3042eae5846e432b78493fb0a3667e2c99f336bc190d5c017c48806d90762c4 2024-05-08T07:08:36.760 DEBUG:teuthology.orchestra.run.smithi052:> ss -lunH 2024-05-08T07:08:36.782 INFO:teuthology.orchestra.run.smithi052.stdout:UNCONN 0 0 0.0.0.0:111 0.0.0.0:* 2024-05-08T07:08:36.782 INFO:teuthology.orchestra.run.smithi052.stdout:UNCONN 0 0 127.0.0.1:323 0.0.0.0:* 2024-05-08T07:08:36.782 INFO:teuthology.orchestra.run.smithi052.stdout:UNCONN 0 0 [::]:111 [::]:* 2024-05-08T07:08:36.782 INFO:teuthology.orchestra.run.smithi052.stdout:UNCONN 0 0 [::1]:323 [::]:* 2024-05-08T07:08:36.782 DEBUG:teuthology.orchestra.run.smithi052:> sudo mkdir -p /var/lib/samba/container/logs /var/lib/samba/container/data 2024-05-08T07:08:36.859 DEBUG:teuthology.orchestra.run.smithi052:> sudo mkdir -p /var/tmp/samba 2024-05-08T07:08:36.928 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-05-08T07:08:36.928 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/var/tmp/samba/container.json 2024-05-08T07:08:36.995 DEBUG:teuthology.orchestra.run.smithi052:> 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-05-08T07:08:37.737 INFO:teuthology.orchestra.run.smithi052.stdout:7737bfcb403840d3fdc15e0905180bf9ba666a5ed5f06316ee408c471052f8c2 2024-05-08T07:08:37.991 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.52, idx=0 2024-05-08T07:08:37.992 DEBUG:teuthology.orchestra.run.smithi052:> sudo podman run --rm --net=host --dns=172.21.15.52 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-05-08T07:08:38.658 INFO:teuthology.orchestra.run.smithi052.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-05-08T07:08:39.792 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:08:40.293 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.52, idx=1 2024-05-08T07:08:40.293 DEBUG:teuthology.orchestra.run.smithi052:> sudo podman run --rm --net=host --dns=172.21.15.52 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-05-08T07:08:41.026 INFO:teuthology.orchestra.run.smithi052.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-05-08T07:08:41.975 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:08:42.976 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.52, idx=2 2024-05-08T07:08:42.976 DEBUG:teuthology.orchestra.run.smithi052:> sudo podman run --rm --net=host --dns=172.21.15.52 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-05-08T07:08:43.538 INFO:teuthology.orchestra.run.smithi052.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-05-08T07:08:44.056 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:08:46.058 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.52, idx=3 2024-05-08T07:08:46.058 DEBUG:teuthology.orchestra.run.smithi052:> sudo podman run --rm --net=host --dns=172.21.15.52 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-05-08T07:08:46.548 INFO:teuthology.orchestra.run.smithi052.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-05-08T07:08:47.197 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:08:51.199 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.52, idx=4 2024-05-08T07:08:51.200 DEBUG:teuthology.orchestra.run.smithi052:> sudo podman run --rm --net=host --dns=172.21.15.52 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-05-08T07:08:51.777 INFO:teuthology.orchestra.run.smithi052.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-05-08T07:08:52.593 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:09:00.594 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.52, idx=5 2024-05-08T07:09:00.595 DEBUG:teuthology.orchestra.run.smithi052:> sudo podman run --rm --net=host --dns=172.21.15.52 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-05-08T07:09:01.131 INFO:teuthology.orchestra.run.smithi052.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-05-08T07:09:01.630 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:09:17.631 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.52, idx=6 2024-05-08T07:09:17.631 DEBUG:teuthology.orchestra.run.smithi052:> sudo podman run --rm --net=host --dns=172.21.15.52 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-05-08T07:09:18.450 INFO:teuthology.orchestra.run.smithi052.stdout: . D 0 Wed May 8 07:08:47 2024 2024-05-08T07:09:18.450 INFO:teuthology.orchestra.run.smithi052.stdout: .. D 0 Wed May 8 07:08:47 2024 2024-05-08T07:09:18.450 INFO:teuthology.orchestra.run.smithi052.stdout: domain1.sink.test D 0 Wed May 8 07:08:46 2024 2024-05-08T07:09:18.450 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-08T07:09:18.450 INFO:teuthology.orchestra.run.smithi052.stdout: 960311424 blocks of size 1024. 907900372 blocks available 2024-05-08T07:09:19.006 INFO:tasks.cephadm:SMB status probe succeeded 2024-05-08T07:09:19.006 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-08T07:09:19.016 INFO:tasks.cephadm:Config: {'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': '7c8f650b36e258f639fa4a83becade57cbfd2009'} 2024-05-08T07:09:19.017 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T07:09:19.017 INFO:tasks.cephadm:Cluster fsid is e33ea61c-0d09-11ef-bc97-c7b262605968 2024-05-08T07:09:19.017 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-08T07:09:19.017 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.31'} 2024-05-08T07:09:19.018 INFO:tasks.cephadm:First mon is mon.a on smithi031 2024-05-08T07:09:19.018 INFO:tasks.cephadm:First mgr is x 2024-05-08T07:09:19.018 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-08T07:09:19.018 DEBUG:teuthology.orchestra.run.smithi031:> sudo hostname $(hostname -s) 2024-05-08T07:09:19.052 DEBUG:teuthology.orchestra.run.smithi052:> sudo hostname $(hostname -s) 2024-05-08T07:09:19.084 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-08T07:09:19.085 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T07:09:19.237 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '7c8f650b36e258f639fa4a83becade57cbfd2009', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/79172/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3593-g7c8f650b', 'node_name': '172.21.2.14+braggi14', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3593.g7c8f650b'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-05-07 17:59:41.144528', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-05-07-0802', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-05-08T07:09:19.389 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-adk-testing-2024-05-07-0802, sha1 7c8f650b36e258f639fa4a83becade57cbfd2009 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T07:09:19.391 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/x86_64/flavors/default/cephadm 2024-05-08T07:09:19.391 INFO:tasks.cephadm:Downloading cephadm from url: https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/x86_64/flavors/default/cephadm 2024-05-08T07:09:19.391 DEBUG:teuthology.orchestra.run.smithi031:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-08T07:09:20.432 INFO:teuthology.orchestra.run.smithi031.stdout:-rw-r--r--. 1 ubuntu ubuntu 783059 May 8 07:09 /home/ubuntu/cephtest/cephadm 2024-05-08T07:09:20.433 DEBUG:teuthology.orchestra.run.smithi052:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-08T07:09:21.597 INFO:teuthology.orchestra.run.smithi052.stdout:-rw-r--r--. 1 ubuntu ubuntu 783059 May 8 07:09 /home/ubuntu/cephtest/cephadm 2024-05-08T07:09:21.598 DEBUG:teuthology.orchestra.run.smithi031:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-08T07:09:21.618 DEBUG:teuthology.orchestra.run.smithi052:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-08T07:09:21.647 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 on all hosts... 2024-05-08T07:09:21.647 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull 2024-05-08T07:09:21.661 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull 2024-05-08T07:09:21.884 INFO:teuthology.orchestra.run.smithi052.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009... 2024-05-08T07:09:22.034 INFO:teuthology.orchestra.run.smithi052.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T07:09:22.034 INFO:teuthology.orchestra.run.smithi052.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009... 2024-05-08T07:09:22.034 INFO:teuthology.orchestra.run.smithi052.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009: reading manifest 7c8f650b36e258f639fa4a83becade57cbfd2009 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-05-08T07:09:22.034 INFO:teuthology.orchestra.run.smithi052.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T07:09:23.300 INFO:teuthology.orchestra.run.smithi031.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009... 2024-05-08T07:09:23.513 INFO:teuthology.orchestra.run.smithi031.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T07:09:23.513 INFO:teuthology.orchestra.run.smithi031.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009... 2024-05-08T07:09:23.513 INFO:teuthology.orchestra.run.smithi031.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009: reading manifest 7c8f650b36e258f639fa4a83becade57cbfd2009 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-05-08T07:09:23.513 INFO:teuthology.orchestra.run.smithi031.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T07:09:23.536 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:09:23.537 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 585, in pull_image run.wait(ctx.cluster.run(args=cmd, wait=False)) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi031 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull' 2024-05-08T07:09:23.539 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-08T07:09:23.540 DEBUG:teuthology.misc:Transferring archived files from smithi031:/var/lib/ceph/e33ea61c-0d09-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697365/remote/smithi031/crash 2024-05-08T07:09:23.541 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /var/lib/ceph/e33ea61c-0d09-11ef-bc97-c7b262605968/crash -- . 2024-05-08T07:09:23.610 INFO:teuthology.orchestra.run.smithi031.stderr:tar: /var/lib/ceph/e33ea61c-0d09-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-08T07:09:23.610 INFO:teuthology.orchestra.run.smithi031.stderr:tar: Error is not recoverable: exiting now 2024-05-08T07:09:23.612 DEBUG:teuthology.misc:Transferring archived files from smithi052:/var/lib/ceph/e33ea61c-0d09-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697365/remote/smithi052/crash 2024-05-08T07:09:23.613 DEBUG:teuthology.orchestra.run.smithi052:> sudo tar c -f - -C /var/lib/ceph/e33ea61c-0d09-11ef-bc97-c7b262605968/crash -- . 2024-05-08T07:09:23.659 INFO:teuthology.orchestra.run.smithi052.stderr:tar: /var/lib/ceph/e33ea61c-0d09-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-08T07:09:23.659 INFO:teuthology.orchestra.run.smithi052.stderr:tar: Error is not recoverable: exiting now 2024-05-08T07:09:23.661 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-08T07:09:23.661 DEBUG:teuthology.orchestra.run.smithi031:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/e33ea61c-0d09-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-05-08T07:09:23.686 INFO:teuthology.orchestra.run.smithi031.stderr:grep: /var/log/ceph/e33ea61c-0d09-11ef-bc97-c7b262605968/ceph.log: No such file or directory 2024-05-08T07:09:23.687 INFO:tasks.cephadm:Compressing logs... 2024-05-08T07:09:23.688 DEBUG:teuthology.orchestra.run.smithi031:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-08T07:09:23.731 DEBUG:teuthology.orchestra.run.smithi052:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-08T07:09:23.754 INFO:teuthology.orchestra.run.smithi031.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-08T07:09:23.754 INFO:teuthology.orchestra.run.smithi031.stderr:: No such file or directory 2024-05-08T07:09:23.755 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/cephadm.log: 73.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-08T07:09:23.756 INFO:teuthology.orchestra.run.smithi031.stderr: 2024-05-08T07:09:23.756 INFO:teuthology.orchestra.run.smithi031.stderr:real 0m0.012s 2024-05-08T07:09:23.757 INFO:teuthology.orchestra.run.smithi031.stderr:user 0m0.010s 2024-05-08T07:09:23.757 INFO:teuthology.orchestra.run.smithi031.stderr:sys 0m0.012s 2024-05-08T07:09:23.762 INFO:teuthology.orchestra.run.smithi052.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-08T07:09:23.762 INFO:teuthology.orchestra.run.smithi052.stderr:: No such file or directory 2024-05-08T07:09:23.762 INFO:teuthology.orchestra.run.smithi052.stderr:/var/log/ceph/cephadm.log: 73.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-08T07:09:23.764 INFO:teuthology.orchestra.run.smithi052.stderr: 2024-05-08T07:09:23.764 INFO:teuthology.orchestra.run.smithi052.stderr:real 0m0.014s 2024-05-08T07:09:23.765 INFO:teuthology.orchestra.run.smithi052.stderr:user 0m0.011s 2024-05-08T07:09:23.765 INFO:teuthology.orchestra.run.smithi052.stderr:sys 0m0.015s 2024-05-08T07:09:23.765 INFO:tasks.cephadm:Archiving logs... 2024-05-08T07:09:23.765 DEBUG:teuthology.misc:Transferring archived files from smithi031:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697365/remote/smithi031/log 2024-05-08T07:09:23.767 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-08T07:09:23.822 DEBUG:teuthology.misc:Transferring archived files from smithi052:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697365/remote/smithi052/log 2024-05-08T07:09:23.823 DEBUG:teuthology.orchestra.run.smithi052:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-08T07:09:23.853 INFO:tasks.cephadm:Removing cluster... 2024-05-08T07:09:23.853 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e33ea61c-0d09-11ef-bc97-c7b262605968 --force 2024-05-08T07:09:24.045 INFO:teuthology.orchestra.run.smithi031.stdout:Deleting cluster with fsid: e33ea61c-0d09-11ef-bc97-c7b262605968 2024-05-08T07:09:24.165 INFO:tasks.cephadm:Removing cephadm ... 2024-05-08T07:09:24.165 DEBUG:teuthology.orchestra.run.smithi031:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-08T07:09:24.181 DEBUG:teuthology.orchestra.run.smithi052:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-08T07:09:24.200 INFO:tasks.cephadm:Teardown complete 2024-05-08T07:09:24.201 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 2244, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 1873, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 585, in pull_image run.wait(ctx.cluster.run(args=cmd, wait=False)) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi031 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull' 2024-05-08T07:09:24.408 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=e6dac221184b4caab99db8b86539eaec Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 2244, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 1873, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 585, in pull_image run.wait(ctx.cluster.run(args=cmd, wait=False)) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi031 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull' 2024-05-08T07:09:24.411 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-08T07:09:24.423 DEBUG:teuthology.run_tasks:Unwinding manager cephadm.deploy_samba_ad_dc 2024-05-08T07:09:24.431 DEBUG:teuthology.orchestra.run.smithi052:> sudo podman stop samba-ad 2024-05-08T07:09:25.246 INFO:teuthology.orchestra.run.smithi052.stdout:samba-ad 2024-05-08T07:09:25.251 DEBUG:teuthology.orchestra.run.smithi052:> sudo podman rm samba-ad 2024-05-08T07:09:25.556 INFO:teuthology.orchestra.run.smithi052.stdout:samba-ad 2024-05-08T07:09:25.561 DEBUG:teuthology.orchestra.run.smithi052:> sudo rm -rf /var/lib/samba/container/logs /var/lib/samba/container/data 2024-05-08T07:09:25.590 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-08T07:09:25.599 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-08T07:09:25.599 DEBUG:teuthology.orchestra.run.smithi031:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T07:09:25.602 DEBUG:teuthology.orchestra.run.smithi052:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T07:09:25.617 INFO:teuthology.orchestra.run.smithi031.stderr:bash: line 1: ntpq: command not found 2024-05-08T07:09:25.622 INFO:teuthology.orchestra.run.smithi031.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T07:09:25.622 INFO:teuthology.orchestra.run.smithi031.stdout:=============================================================================== 2024-05-08T07:09:25.622 INFO:teuthology.orchestra.run.smithi031.stdout:^* hv01.front.sepia.ceph.com 3 6 17 61 +397us[ +383us] +/- 53ms 2024-05-08T07:09:25.623 INFO:teuthology.orchestra.run.smithi031.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 61 -2032us[-2032us] +/- 72ms 2024-05-08T07:09:25.623 INFO:teuthology.orchestra.run.smithi031.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 61 +1522us[+1522us] +/- 71ms 2024-05-08T07:09:25.623 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T07:09:25.647 INFO:teuthology.orchestra.run.smithi052.stderr:bash: line 1: ntpq: command not found 2024-05-08T07:09:25.651 INFO:teuthology.orchestra.run.smithi052.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T07:09:25.651 INFO:teuthology.orchestra.run.smithi052.stdout:=============================================================================== 2024-05-08T07:09:25.651 INFO:teuthology.orchestra.run.smithi052.stdout:^* hv01.front.sepia.ceph.com 3 6 17 61 +386us[ +396us] +/- 53ms 2024-05-08T07:09:25.651 INFO:teuthology.orchestra.run.smithi052.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 61 -2045us[-2045us] +/- 72ms 2024-05-08T07:09:25.651 INFO:teuthology.orchestra.run.smithi052.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 61 +1490us[+1490us] +/- 71ms 2024-05-08T07:09:25.651 INFO:teuthology.orchestra.run.smithi052.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T07:09:25.652 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-08T07:09:25.661 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-08T07:09:25.661 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-08T07:09:25.670 DEBUG:teuthology.orchestra.run.smithi031:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-08T07:09:25.734 DEBUG:teuthology.orchestra.run.smithi052:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-08T07:09:25.798 DEBUG:teuthology.orchestra.run.smithi031:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-08T07:09:25.828 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:09:25.829 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 scontext=system_u:system_r:logrotate_t:s0 2024-05-08T07:09:25.858 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:09:25.859 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-08T07:09:25.868 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-08T07:09:25.878 INFO:teuthology.task.internal:Duration was 346.605501 seconds 2024-05-08T07:09:25.878 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-08T07:09:25.887 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-08T07:09:25.887 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-08T07:09:25.890 DEBUG:teuthology.orchestra.run.smithi052:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-08T07:09:25.931 INFO:teuthology.orchestra.run.smithi031.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T07:09:25.941 INFO:teuthology.orchestra.run.smithi052.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T07:09:26.263 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-08T07:09:26.263 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi031.front.sepia.ceph.com 2024-05-08T07:09:26.263 DEBUG:teuthology.orchestra.run.smithi031:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-08T07:09:26.287 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi052.front.sepia.ceph.com 2024-05-08T07:09:26.287 DEBUG:teuthology.orchestra.run.smithi052:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-08T07:09:26.331 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-08T07:09:26.332 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-08T07:09:26.334 DEBUG:teuthology.orchestra.run.smithi052:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-08T07:09:26.399 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-08T07:09:26.399 DEBUG:teuthology.orchestra.run.smithi031:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-08T07:09:26.403 DEBUG:teuthology.orchestra.run.smithi052:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-08T07:09:26.538 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-08T07:09:26.547 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-08T07:09:26.548 DEBUG:teuthology.orchestra.run.smithi031:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-08T07:09:26.574 DEBUG:teuthology.orchestra.run.smithi052:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-08T07:09:26.600 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-08T07:09:26.609 DEBUG:teuthology.orchestra.run.smithi031:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-08T07:09:26.616 DEBUG:teuthology.orchestra.run.smithi052:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-08T07:09:26.638 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = core 2024-05-08T07:09:26.664 INFO:teuthology.orchestra.run.smithi052.stdout:kernel.core_pattern = core 2024-05-08T07:09:26.684 DEBUG:teuthology.orchestra.run.smithi031:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-08T07:09:26.713 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:09:26.713 DEBUG:teuthology.orchestra.run.smithi052:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-08T07:09:26.739 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:09:26.739 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-08T07:09:26.750 INFO:teuthology.task.internal:Transferring archived files... 2024-05-08T07:09:26.751 DEBUG:teuthology.misc:Transferring archived files from smithi031:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697365/remote/smithi031 2024-05-08T07:09:26.751 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-08T07:09:26.787 DEBUG:teuthology.misc:Transferring archived files from smithi052:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697365/remote/smithi052 2024-05-08T07:09:26.787 DEBUG:teuthology.orchestra.run.smithi052:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-08T07:09:26.820 INFO:teuthology.task.internal:Removing archive directory... 2024-05-08T07:09:26.820 DEBUG:teuthology.orchestra.run.smithi031:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-08T07:09:26.823 DEBUG:teuthology.orchestra.run.smithi052:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-08T07:09:26.871 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-08T07:09:26.879 INFO:teuthology.task.internal:Not uploading archives. 2024-05-08T07:09:26.880 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-08T07:09:26.888 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-08T07:09:26.888 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-08T07:09:26.891 DEBUG:teuthology.orchestra.run.smithi052:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-08T07:09:26.904 INFO:teuthology.orchestra.run.smithi031.stdout: 265933 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 8 07:09 /home/ubuntu/cephtest 2024-05-08T07:09:26.926 INFO:teuthology.orchestra.run.smithi052.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 8 07:09 /home/ubuntu/cephtest 2024-05-08T07:09:26.927 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-08T07:09:26.938 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-08T07:09:26.956 INFO:teuthology.nuke:Checking targets against current locks 2024-05-08T07:09:26.977 DEBUG:teuthology.nuke:shortname: smithi031 2024-05-08T07:09:26.978 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T07:09:26.994 DEBUG:teuthology.nuke:shortname: smithi052 2024-05-08T07:09:26.995 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T07:09:26.998 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi031.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697365', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 06:55:27.472786', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMLeCtRJLwcPliCxONc4ZuA7Ti97e3G6/dbfaJ5uYzyNkVZq/H1q4scsA9riydofHXI9UY1oCJjx+AXH94UOJ9w='} 2024-05-08T07:09:27.021 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi052.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697365', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 06:55:27.470844', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIigcpXOn7AdIYgoRs8oJybZe7uxsdssC1AF/gK5Sm/M52iRHeF69qXXS3lD2Z1D1++N97z6xPVm9hu5gXr2m2Y='} 2024-05-08T07:09:27.051 INFO:teuthology.orchestra.console.smithi031:Power off 2024-05-08T07:09:27.051 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-08T07:09:27.077 DEBUG:teuthology.orchestra.console.smithi031:power off output: Chassis Power Control: Down/Off 2024-05-08T07:09:27.077 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T07:09:27.092 INFO:teuthology.orchestra.console.smithi052:Power off 2024-05-08T07:09:27.093 DEBUG:teuthology.orchestra.console.smithi052:pexpect command: ipmitool -H smithi052.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-08T07:09:27.101 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is on 2024-05-08T07:09:27.115 DEBUG:teuthology.orchestra.console.smithi052:power off output: Chassis Power Control: Down/Off 2024-05-08T07:09:27.115 DEBUG:teuthology.orchestra.console.smithi052:pexpect command: ipmitool -H smithi052.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T07:09:27.139 DEBUG:teuthology.orchestra.console.smithi052:check power output: Chassis Power is on 2024-05-08T07:09:31.102 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T07:09:31.140 DEBUG:teuthology.orchestra.console.smithi052:pexpect command: ipmitool -H smithi052.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T07:09:31.213 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is on 2024-05-08T07:09:31.249 DEBUG:teuthology.orchestra.console.smithi052:check power output: Chassis Power is on 2024-05-08T07:09:35.218 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T07:09:35.250 DEBUG:teuthology.orchestra.console.smithi052:pexpect command: ipmitool -H smithi052.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T07:09:35.330 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is off 2024-05-08T07:09:35.361 DEBUG:teuthology.orchestra.console.smithi052:check power output: Chassis Power is off 2024-05-08T07:09:35.431 INFO:teuthology.orchestra.console.smithi031:Power off completed 2024-05-08T07:09:35.463 INFO:teuthology.orchestra.console.smithi052:Power off completed 2024-05-08T07:09:35.569 INFO:teuthology.run:Summary data: description: orch:cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_mgr_domain} duration: 346.6055006980896 failure_reason: 'Command failed on smithi031 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull''' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=e6dac221184b4caab99db8b86539eaec status: fail success: false 2024-05-08T07:09:35.570 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-08T07:09:35.648 INFO:teuthology.run:FAIL