2024-03-04T23:30:46.591 INFO:root:teuthology version: 0.0.1.dev260+gb1dac55 2024-03-04T23:30:46.592 DEBUG:teuthology.run:Teuthology command: teuthology --name phlogistonjohn-2024-03-04_22:57:05-orch:cephadm:smb-wip-phlogistonjohn-testing-2024-03-04-1505-distro-default-smithi --description orch:cephadm:smb/{0-distro/centos_9.stream tasks/deploy_smb_domain} --archive /home/teuthworker/archive/phlogistonjohn-2024-03-04_22:57:05-orch:cephadm:smb-wip-phlogistonjohn-testing-2024-03-04-1505-distro-default-smithi/7581757 --verbose --owner scheduled_phlogistonjohn@teuthology -- /home/teuthworker/archive/phlogistonjohn-2024-03-04_22:57:05-orch:cephadm:smb-wip-phlogistonjohn-testing-2024-03-04-1505-distro-default-smithi/7581757/orig.config.yaml 2024-03-04T23:30:46.623 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-04T23:30:46.714 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/phlogistonjohn-2024-03-04_22:57:05-orch:cephadm:smb-wip-phlogistonjohn-testing-2024-03-04-1505-distro-default-smithi/7581757 branch: wip-phlogistonjohn-testing-2024-03-04-1505 description: orch:cephadm:smb/{0-distro/centos_9.stream tasks/deploy_smb_domain} email: jmulligan@redhat.com first_in_suite: false job_id: '7581757' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: phlogistonjohn-2024-03-04_22:57:05-orch:cephadm:smb-wip-phlogistonjohn-testing-2024-03-04-1505-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-phlogistonjohn-testing-2024-03-04-1505 ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 5cdcbe22c7c88228d715ff1b869d89e6fb22cbe4 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5cdcbe22c7c88228d715ff1b869d89e6fb22cbe4 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-phlogistonjohn-testing-2024-03-04-1505 sha1: 5cdcbe22c7c88228d715ff1b869d89e6fb22cbe4 owner: scheduled_phlogistonjohn@teuthology priority: 99 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: 2028 sha1: 5cdcbe22c7c88228d715ff1b869d89e6fb22cbe4 sleep_before_teardown: 0 suite: orch:cephadm:smb suite_branch: wip-phlogistonjohn-testing-2024-03-04-1505 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_5cdcbe22c7c88228d715ff1b869d89e6fb22cbe4/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 5cdcbe22c7c88228d715ff1b869d89e6fb22cbe4 targets: smithi092.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOTkYfQCNA3/Y6nQkLEYppbQYixGuCpSxt4MzQCHvQ4s/y9mz4vchxpl1c25JQiT/Fykl35nNR/RY6MH84SwQaU= smithi156.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMPZikFpH6hiGE0DacQO8TlOhHsA/6qf1EEKwEXUaZutmF4Zk8L1WWp7ZdfcnXXt1hwkx2FYc2XiKWA0gVu8AY8= tasks: - 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 g1 - cmd: ceph fs subvolume create cephfs sub1 --group-name=g1 --mode=0777 - cmd: ceph fs authorize cephfs client.smbdata / rw - cmd: ceph osd pool create .smb --yes-i-really-mean-it - cmd: ceph osd pool application enable .smb smb - cmd: rados --pool=.smb --namespace=admem1 put conf.toml /dev/stdin stdin: 'samba-container-config = "v0" [configs.admem1] shares = ["share1"] globals = ["default", "domain"] instance_name = "SAMBA" [shares.share1.options] "vfs objects" = "ceph" path = "/" "ceph:config_file" = "/etc/ceph/ceph.conf" "ceph:user_id" = "smbdata" "kernel share modes" = "no" "read only" = "no" "browseable" = "yes" [globals.default.options] "server min protocol" = "SMB2" "load printers" = "no" "printing" = "bsd" "printcap name" = "/dev/null" "disable spoolss" = "yes" "guest ok" = "no" [globals.domain.options] security = "ads" workgroup = "DOMAIN1" realm = "domain1.sink.test" "idmap config * : backend" = "autorid" "idmap config * : range" = "2000-9999999" ' - cmd: ceph config-key set smb/config/admem1/join1.json -i - stdin: '{"username": "Administrator", "password": "Passw0rd"} ' - cephadm.apply: specs: - cluster_id: admem1 config_uri: rados://.smb/admem1/conf.toml custom_dns: - '{{ctx.samba_ad_dc_ip}}' features: - domain include_ceph_users: - client.smbdata join_sources: - rados:mon-config-key:smb/config/admem1/join1.json placement: count: 1 service_id: admem1 service_type: smb - cephadm.wait_for_service: service: smb.admem1 - 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' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: b1dac5519c57c269ea98a22fb7729016a1d0e4d2 timestamp: 2024-03-04_22:57:05 tube: smithi user: phlogistonjohn verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-04T23:30:46.715 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_5cdcbe22c7c88228d715ff1b869d89e6fb22cbe4/qa; will attempt to use it 2024-03-04T23:30:46.716 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_5cdcbe22c7c88228d715ff1b869d89e6fb22cbe4/qa/tasks 2024-03-04T23:30:46.716 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-04T23:30:46.717 INFO:teuthology.task.internal:Checking packages... 2024-03-04T23:30:46.748 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '5cdcbe22c7c88228d715ff1b869d89e6fb22cbe4' 2024-03-04T23:30:46.748 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-04T23:30:46.748 INFO:teuthology.packaging:ref: None 2024-03-04T23:30:46.748 INFO:teuthology.packaging:tag: None 2024-03-04T23:30:46.748 INFO:teuthology.packaging:branch: wip-phlogistonjohn-testing-2024-03-04-1505 2024-03-04T23:30:46.748 INFO:teuthology.packaging:sha1: 5cdcbe22c7c88228d715ff1b869d89e6fb22cbe4 2024-03-04T23:30:46.748 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-phlogistonjohn-testing-2024-03-04-1505 2024-03-04T23:30:46.901 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-1875.g5cdcbe22 2024-03-04T23:30:46.903 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-04T23:30:46.909 INFO:teuthology.task.internal:no buildpackages task found 2024-03-04T23:30:46.910 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-04T23:30:46.940 INFO:teuthology.task.internal:Saving configuration 2024-03-04T23:30:46.954 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-04T23:30:46.973 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-04T23:30:46.999 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi092.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2024-03-04_22:57:05-orch:cephadm:smb-wip-phlogistonjohn-testing-2024-03-04-1505-distro-default-smithi/7581757', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-04 23:25:37.446704', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOTkYfQCNA3/Y6nQkLEYppbQYixGuCpSxt4MzQCHvQ4s/y9mz4vchxpl1c25JQiT/Fykl35nNR/RY6MH84SwQaU='} 2024-03-04T23:30:47.022 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi156.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2024-03-04_22:57:05-orch:cephadm:smb-wip-phlogistonjohn-testing-2024-03-04-1505-distro-default-smithi/7581757', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-04 23:25:37.448200', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMPZikFpH6hiGE0DacQO8TlOhHsA/6qf1EEKwEXUaZutmF4Zk8L1WWp7ZdfcnXXt1hwkx2FYc2XiKWA0gVu8AY8='} 2024-03-04T23:30:47.022 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-04T23:30:47.028 INFO:teuthology.task.internal:roles: ubuntu@smithi092.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2024-03-04T23:30:47.028 INFO:teuthology.task.internal:roles: ubuntu@smithi156.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2024-03-04T23:30:47.028 INFO:teuthology.run_tasks:Running task console_log... 2024-03-04T23:30:47.121 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f887d5bde50>, signals=[15]) 2024-03-04T23:30:47.121 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-04T23:30:47.129 INFO:teuthology.task.internal:Opening connections... 2024-03-04T23:30:47.129 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi092.front.sepia.ceph.com 2024-03-04T23:30:47.131 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-04T23:30:47.223 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi156.front.sepia.ceph.com 2024-03-04T23:30:47.224 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-04T23:30:47.314 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-04T23:30:47.321 DEBUG:teuthology.orchestra.run.smithi092:> uname -m 2024-03-04T23:30:47.339 INFO:teuthology.orchestra.run.smithi092.stdout:x86_64 2024-03-04T23:30:47.339 DEBUG:teuthology.orchestra.run.smithi092:> cat /etc/os-release 2024-03-04T23:30:47.395 INFO:teuthology.orchestra.run.smithi092.stdout:NAME="CentOS Stream" 2024-03-04T23:30:47.395 INFO:teuthology.orchestra.run.smithi092.stdout:VERSION="9" 2024-03-04T23:30:47.395 INFO:teuthology.orchestra.run.smithi092.stdout:ID="centos" 2024-03-04T23:30:47.396 INFO:teuthology.orchestra.run.smithi092.stdout:ID_LIKE="rhel fedora" 2024-03-04T23:30:47.396 INFO:teuthology.orchestra.run.smithi092.stdout:VERSION_ID="9" 2024-03-04T23:30:47.396 INFO:teuthology.orchestra.run.smithi092.stdout:PLATFORM_ID="platform:el9" 2024-03-04T23:30:47.396 INFO:teuthology.orchestra.run.smithi092.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-04T23:30:47.396 INFO:teuthology.orchestra.run.smithi092.stdout:ANSI_COLOR="0;31" 2024-03-04T23:30:47.396 INFO:teuthology.orchestra.run.smithi092.stdout:LOGO="fedora-logo-icon" 2024-03-04T23:30:47.396 INFO:teuthology.orchestra.run.smithi092.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-04T23:30:47.396 INFO:teuthology.orchestra.run.smithi092.stdout:HOME_URL="https://centos.org/" 2024-03-04T23:30:47.396 INFO:teuthology.orchestra.run.smithi092.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-04T23:30:47.396 INFO:teuthology.orchestra.run.smithi092.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-04T23:30:47.396 INFO:teuthology.orchestra.run.smithi092.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-04T23:30:47.397 INFO:teuthology.lock.ops:Updating smithi092.front.sepia.ceph.com on lock server 2024-03-04T23:30:47.416 DEBUG:teuthology.orchestra.run.smithi156:> uname -m 2024-03-04T23:30:47.433 INFO:teuthology.orchestra.run.smithi156.stdout:x86_64 2024-03-04T23:30:47.433 DEBUG:teuthology.orchestra.run.smithi156:> cat /etc/os-release 2024-03-04T23:30:47.490 INFO:teuthology.orchestra.run.smithi156.stdout:NAME="CentOS Stream" 2024-03-04T23:30:47.490 INFO:teuthology.orchestra.run.smithi156.stdout:VERSION="9" 2024-03-04T23:30:47.490 INFO:teuthology.orchestra.run.smithi156.stdout:ID="centos" 2024-03-04T23:30:47.491 INFO:teuthology.orchestra.run.smithi156.stdout:ID_LIKE="rhel fedora" 2024-03-04T23:30:47.491 INFO:teuthology.orchestra.run.smithi156.stdout:VERSION_ID="9" 2024-03-04T23:30:47.491 INFO:teuthology.orchestra.run.smithi156.stdout:PLATFORM_ID="platform:el9" 2024-03-04T23:30:47.491 INFO:teuthology.orchestra.run.smithi156.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-04T23:30:47.491 INFO:teuthology.orchestra.run.smithi156.stdout:ANSI_COLOR="0;31" 2024-03-04T23:30:47.491 INFO:teuthology.orchestra.run.smithi156.stdout:LOGO="fedora-logo-icon" 2024-03-04T23:30:47.491 INFO:teuthology.orchestra.run.smithi156.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-04T23:30:47.491 INFO:teuthology.orchestra.run.smithi156.stdout:HOME_URL="https://centos.org/" 2024-03-04T23:30:47.491 INFO:teuthology.orchestra.run.smithi156.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-04T23:30:47.491 INFO:teuthology.orchestra.run.smithi156.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-04T23:30:47.492 INFO:teuthology.orchestra.run.smithi156.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-04T23:30:47.492 INFO:teuthology.lock.ops:Updating smithi156.front.sepia.ceph.com on lock server 2024-03-04T23:30:47.514 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-04T23:30:47.523 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-04T23:30:47.548 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-04T23:30:47.549 DEBUG:teuthology.orchestra.run.smithi092:> test '!' -e /home/ubuntu/cephtest 2024-03-04T23:30:47.552 DEBUG:teuthology.orchestra.run.smithi156:> test '!' -e /home/ubuntu/cephtest 2024-03-04T23:30:47.568 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-04T23:30:47.581 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-04T23:30:47.582 DEBUG:teuthology.orchestra.run.smithi092:> test -z $(ls -A /var/lib/ceph) 2024-03-04T23:30:47.608 DEBUG:teuthology.orchestra.run.smithi156:> test -z $(ls -A /var/lib/ceph) 2024-03-04T23:30:47.695 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-04T23:30:47.750 INFO:teuthology.run_tasks:Running task kernel... 2024-03-04T23:30:47.788 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-04T23:30:47.788 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-04T23:30:47.788 DEBUG:teuthology.orchestra.run.smithi092:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-04T23:30:47.789 DEBUG:teuthology.orchestra.run.smithi156:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-04T23:30:47.804 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-04T23:30:47.805 DEBUG:teuthology.orchestra.run.smithi092:> uname -r 2024-03-04T23:30:47.805 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-04T23:30:47.806 DEBUG:teuthology.orchestra.run.smithi156:> uname -r 2024-03-04T23:30:47.863 INFO:teuthology.orchestra.run.smithi156.stdout:5.14.0-361.el9.x86_64 2024-03-04T23:30:47.863 INFO:teuthology.orchestra.run.smithi092.stdout:5.14.0-361.el9.x86_64 2024-03-04T23:30:47.863 INFO:teuthology.task.kernel:Running kernel on smithi156: 5.14.0-361.el9.x86_64 2024-03-04T23:30:47.863 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum install -y kernel 2024-03-04T23:30:47.864 INFO:teuthology.task.kernel:Running kernel on smithi092: 5.14.0-361.el9.x86_64 2024-03-04T23:30:47.864 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum install -y kernel 2024-03-04T23:30:49.985 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS-9 - AppStream 14 MB/s | 6.7 MB 00:00 2024-03-04T23:30:50.068 INFO:teuthology.orchestra.run.smithi156.stdout:CentOS-9 - AppStream 14 MB/s | 6.7 MB 00:00 2024-03-04T23:30:51.656 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS-9 - BaseOS 3.6 MB/s | 2.0 MB 00:00 2024-03-04T23:30:51.735 INFO:teuthology.orchestra.run.smithi156.stdout:CentOS-9 - BaseOS 3.5 MB/s | 2.0 MB 00:00 2024-03-04T23:30:52.651 INFO:teuthology.orchestra.run.smithi156.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.0 MB 00:00 2024-03-04T23:30:53.646 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS Stream 9 - BaseOS 4.9 MB/s | 8.0 MB 00:01 2024-03-04T23:30:55.356 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS Stream 9 - AppStream 30 MB/s | 19 MB 00:00 2024-03-04T23:31:00.806 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS Stream 9 - CRB 3.2 MB/s | 6.1 MB 00:01 2024-03-04T23:31:02.398 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS Stream 9 - Extras packages 31 kB/s | 15 kB 00:00 2024-03-04T23:31:04.832 INFO:teuthology.orchestra.run.smithi092.stdout:Extra Packages for Enterprise Linux 8.8 MB/s | 20 MB 00:02 2024-03-04T23:31:09.740 INFO:teuthology.orchestra.run.smithi092.stdout:lab-extras 14 kB/s | 1.7 kB 00:00 2024-03-04T23:31:11.955 INFO:teuthology.orchestra.run.smithi092.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-04T23:31:11.955 INFO:teuthology.orchestra.run.smithi092.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-04T23:31:12.039 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-03-04T23:31:12.052 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-04T23:31:12.052 INFO:teuthology.orchestra.run.smithi092.stdout: Package Architecture Version Repository Size 2024-03-04T23:31:12.052 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-04T23:31:12.052 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-03-04T23:31:12.052 INFO:teuthology.orchestra.run.smithi092.stdout: kernel x86_64 5.14.0-427.el9 baseos 6.0 M 2024-03-04T23:31:12.052 INFO:teuthology.orchestra.run.smithi092.stdout:Installing dependencies: 2024-03-04T23:31:12.052 INFO:teuthology.orchestra.run.smithi092.stdout: kernel-core x86_64 5.14.0-427.el9 baseos 21 M 2024-03-04T23:31:12.052 INFO:teuthology.orchestra.run.smithi092.stdout: kernel-modules x86_64 5.14.0-427.el9 baseos 39 M 2024-03-04T23:31:12.052 INFO:teuthology.orchestra.run.smithi092.stdout: kernel-modules-core x86_64 5.14.0-427.el9 baseos 33 M 2024-03-04T23:31:12.052 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-04T23:31:12.052 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-03-04T23:31:12.052 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-04T23:31:12.052 INFO:teuthology.orchestra.run.smithi092.stdout:Install 4 Packages 2024-03-04T23:31:12.053 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-04T23:31:12.053 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 100 M 2024-03-04T23:31:12.053 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 123 M 2024-03-04T23:31:12.053 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-03-04T23:31:13.816 INFO:teuthology.orchestra.run.smithi092.stdout:(1/4): kernel-5.14.0-427.el9.x86_64.rpm 3.5 MB/s | 6.0 MB 00:01 2024-03-04T23:31:15.308 INFO:teuthology.orchestra.run.smithi092.stdout:(2/4): kernel-core-5.14.0-427.el9.x86_64.rpm 6.5 MB/s | 21 MB 00:03 2024-03-04T23:31:15.715 INFO:teuthology.orchestra.run.smithi156.stdout:CentOS Stream 9 - AppStream 888 kB/s | 19 MB 00:22 2024-03-04T23:31:19.524 INFO:teuthology.orchestra.run.smithi092.stdout:(3/4): kernel-modules-core-5.14.0-427.el9.x86_6 5.9 MB/s | 33 MB 00:05 2024-03-04T23:31:22.232 INFO:teuthology.orchestra.run.smithi092.stdout:(4/4): kernel-modules-5.14.0-427.el9.x86_64.rpm 3.9 MB/s | 39 MB 00:10 2024-03-04T23:31:22.232 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-03-04T23:31:22.232 INFO:teuthology.orchestra.run.smithi092.stdout:Total 9.8 MB/s | 100 MB 00:10 2024-03-04T23:31:23.117 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-03-04T23:31:23.482 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-03-04T23:31:23.482 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-03-04T23:31:24.820 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-03-04T23:31:24.820 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-03-04T23:31:27.751 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-03-04T23:31:27.948 INFO:teuthology.orchestra.run.smithi156.stdout:CentOS Stream 9 - CRB 726 kB/s | 6.1 MB 00:08 2024-03-04T23:31:28.385 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : kernel-modules-core-5.14.0-427.el9.x86_64 1/4 2024-03-04T23:31:28.531 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-04T23:31:29.816 INFO:teuthology.orchestra.run.smithi156.stdout:CentOS Stream 9 - Extras packages 20 kB/s | 15 kB 00:00 2024-03-04T23:31:31.316 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-04T23:31:31.509 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-04T23:31:32.261 INFO:teuthology.orchestra.run.smithi156.stdout:Extra Packages for Enterprise Linux 8.8 MB/s | 20 MB 00:02 2024-03-04T23:31:36.230 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-04T23:31:36.352 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : kernel-5.14.0-427.el9.x86_64 4/4 2024-03-04T23:31:37.208 INFO:teuthology.orchestra.run.smithi156.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-03-04T23:31:39.440 INFO:teuthology.orchestra.run.smithi156.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-04T23:31:39.440 INFO:teuthology.orchestra.run.smithi156.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-04T23:31:39.539 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2024-03-04T23:31:39.546 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-03-04T23:31:39.546 INFO:teuthology.orchestra.run.smithi156.stdout: Package Architecture Version Repository Size 2024-03-04T23:31:39.546 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-03-04T23:31:39.546 INFO:teuthology.orchestra.run.smithi156.stdout:Installing: 2024-03-04T23:31:39.546 INFO:teuthology.orchestra.run.smithi156.stdout: kernel x86_64 5.14.0-427.el9 baseos 6.0 M 2024-03-04T23:31:39.546 INFO:teuthology.orchestra.run.smithi156.stdout:Installing dependencies: 2024-03-04T23:31:39.546 INFO:teuthology.orchestra.run.smithi156.stdout: kernel-core x86_64 5.14.0-427.el9 baseos 21 M 2024-03-04T23:31:39.546 INFO:teuthology.orchestra.run.smithi156.stdout: kernel-modules x86_64 5.14.0-427.el9 baseos 39 M 2024-03-04T23:31:39.546 INFO:teuthology.orchestra.run.smithi156.stdout: kernel-modules-core x86_64 5.14.0-427.el9 baseos 33 M 2024-03-04T23:31:39.546 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-03-04T23:31:39.546 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction Summary 2024-03-04T23:31:39.546 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-03-04T23:31:39.546 INFO:teuthology.orchestra.run.smithi156.stdout:Install 4 Packages 2024-03-04T23:31:39.547 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-03-04T23:31:39.547 INFO:teuthology.orchestra.run.smithi156.stdout:Total download size: 100 M 2024-03-04T23:31:39.547 INFO:teuthology.orchestra.run.smithi156.stdout:Installed size: 123 M 2024-03-04T23:31:39.547 INFO:teuthology.orchestra.run.smithi156.stdout:Downloading Packages: 2024-03-04T23:31:41.179 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-04T23:31:41.617 INFO:teuthology.orchestra.run.smithi156.stdout:(1/4): kernel-5.14.0-427.el9.x86_64.rpm 3.3 MB/s | 6.0 MB 00:01 2024-03-04T23:31:43.501 INFO:teuthology.orchestra.run.smithi156.stdout:(2/4): kernel-core-5.14.0-427.el9.x86_64.rpm 5.7 MB/s | 21 MB 00:03 2024-03-04T23:31:45.192 INFO:teuthology.orchestra.run.smithi156.stdout:(3/4): kernel-modules-5.14.0-427.el9.x86_64.rpm 7.3 MB/s | 39 MB 00:05 2024-03-04T23:31:46.334 INFO:teuthology.orchestra.run.smithi156.stdout:(4/4): kernel-modules-core-5.14.0-427.el9.x86_6 7.1 MB/s | 33 MB 00:04 2024-03-04T23:31:46.334 INFO:teuthology.orchestra.run.smithi156.stdout:-------------------------------------------------------------------------------- 2024-03-04T23:31:46.335 INFO:teuthology.orchestra.run.smithi156.stdout:Total 15 MB/s | 100 MB 00:06 2024-03-04T23:31:47.214 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction check 2024-03-04T23:31:47.616 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction check succeeded. 2024-03-04T23:31:47.616 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction test 2024-03-04T23:31:49.259 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction test succeeded. 2024-03-04T23:31:49.260 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction 2024-03-04T23:31:51.992 INFO:teuthology.orchestra.run.smithi156.stdout: Preparing : 1/1 2024-03-04T23:31:52.650 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : kernel-modules-core-5.14.0-427.el9.x86_64 1/4 2024-03-04T23:31:52.785 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-04T23:31:55.554 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-04T23:31:55.739 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-04T23:32:00.483 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-04T23:32:00.700 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : kernel-5.14.0-427.el9.x86_64 4/4 2024-03-04T23:32:05.439 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-04T23:32:10.332 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 4/4 2024-03-04T23:32:10.333 INFO:teuthology.orchestra.run.smithi092.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-04T23:32:10.333 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-04T23:32:10.419 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 4/4 2024-03-04T23:32:10.840 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: kernel-5.14.0-427.el9.x86_64 4/4 2024-03-04T23:32:10.841 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : kernel-5.14.0-427.el9.x86_64 1/4 2024-03-04T23:32:10.841 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-04T23:32:10.841 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-04T23:32:11.238 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-04T23:32:11.238 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-04T23:32:11.238 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-03-04T23:32:11.239 INFO:teuthology.orchestra.run.smithi092.stdout: kernel-5.14.0-427.el9.x86_64 2024-03-04T23:32:11.239 INFO:teuthology.orchestra.run.smithi092.stdout: kernel-core-5.14.0-427.el9.x86_64 2024-03-04T23:32:11.239 INFO:teuthology.orchestra.run.smithi092.stdout: kernel-modules-5.14.0-427.el9.x86_64 2024-03-04T23:32:11.239 INFO:teuthology.orchestra.run.smithi092.stdout: kernel-modules-core-5.14.0-427.el9.x86_64 2024-03-04T23:32:11.239 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-04T23:32:11.239 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-03-04T23:32:11.750 DEBUG:teuthology.orchestra.run.smithi092:> rpm -q kernel | sort -rV | head -n 1 2024-03-04T23:32:11.894 INFO:teuthology.orchestra.run.smithi092.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-04T23:32:11.894 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-04T23:32:11.894 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-427.el9.x86_64 2024-03-04T23:32:11.895 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-04T23:32:11.895 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-04T23:32:11.895 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-04T23:32:11.895 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi092.front.sepia.ceph.com, path=None, version=distro) 2024-03-04T23:32:11.895 DEBUG:teuthology.orchestra.run.smithi092:> rpm -q kernel | sort -rV | head -n 1 2024-03-04T23:32:12.016 INFO:teuthology.orchestra.run.smithi092.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-04T23:32:12.016 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-04T23:32:12.016 DEBUG:teuthology.orchestra.run.smithi092:> sudo rpm -qi grub2-tools 2024-03-04T23:32:12.060 INFO:teuthology.orchestra.run.smithi092.stdout:Name : grub2-tools 2024-03-04T23:32:12.060 INFO:teuthology.orchestra.run.smithi092.stdout:Epoch : 1 2024-03-04T23:32:12.060 INFO:teuthology.orchestra.run.smithi092.stdout:Version : 2.06 2024-03-04T23:32:12.060 INFO:teuthology.orchestra.run.smithi092.stdout:Release : 68.el9 2024-03-04T23:32:12.060 INFO:teuthology.orchestra.run.smithi092.stdout:Architecture: x86_64 2024-03-04T23:32:12.060 INFO:teuthology.orchestra.run.smithi092.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-04T23:32:12.060 INFO:teuthology.orchestra.run.smithi092.stdout:Group : Unspecified 2024-03-04T23:32:12.061 INFO:teuthology.orchestra.run.smithi092.stdout:Size : 8264254 2024-03-04T23:32:12.061 INFO:teuthology.orchestra.run.smithi092.stdout:License : GPLv3+ 2024-03-04T23:32:12.061 INFO:teuthology.orchestra.run.smithi092.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-04T23:32:12.061 INFO:teuthology.orchestra.run.smithi092.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-04T23:32:12.061 INFO:teuthology.orchestra.run.smithi092.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-04T23:32:12.061 INFO:teuthology.orchestra.run.smithi092.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-04T23:32:12.061 INFO:teuthology.orchestra.run.smithi092.stdout:Packager : builder@centos.org 2024-03-04T23:32:12.061 INFO:teuthology.orchestra.run.smithi092.stdout:Vendor : CentOS 2024-03-04T23:32:12.061 INFO:teuthology.orchestra.run.smithi092.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-04T23:32:12.061 INFO:teuthology.orchestra.run.smithi092.stdout:Summary : Support tools for GRUB. 2024-03-04T23:32:12.061 INFO:teuthology.orchestra.run.smithi092.stdout:Description : 2024-03-04T23:32:12.061 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-04T23:32:12.061 INFO:teuthology.orchestra.run.smithi092.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-04T23:32:12.061 INFO:teuthology.orchestra.run.smithi092.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-04T23:32:12.061 INFO:teuthology.orchestra.run.smithi092.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-04T23:32:12.062 INFO:teuthology.orchestra.run.smithi092.stdout:hardware devices. 2024-03-04T23:32:12.062 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-04T23:32:12.062 INFO:teuthology.orchestra.run.smithi092.stdout:This subpackage provides tools for support of all platforms. 2024-03-04T23:32:12.064 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-04T23:32:12.064 INFO:teuthology.task.kernel:Updating grub on smithi092 to boot 5.14.0-427.el9.x86_64 2024-03-04T23:32:12.064 DEBUG:teuthology.orchestra.run.smithi092:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-04T23:32:12.616 INFO:teuthology.orchestra.run.smithi092.stderr:Generating grub configuration file ... 2024-03-04T23:32:14.007 INFO:teuthology.orchestra.run.smithi092.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-04T23:32:14.036 INFO:teuthology.orchestra.run.smithi092.stderr:done 2024-03-04T23:32:14.039 DEBUG:teuthology.orchestra.run.smithi092:> mktemp 2024-03-04T23:32:14.054 INFO:teuthology.orchestra.run.smithi092.stdout:/tmp/tmp.6Rezc7Q6Yu 2024-03-04T23:32:14.054 DEBUG:teuthology.orchestra.run.smithi092:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.6Rezc7Q6Yu 2024-03-04T23:32:14.123 DEBUG:teuthology.orchestra.run.smithi092:> sudo chmod 0666 /tmp/tmp.6Rezc7Q6Yu 2024-03-04T23:32:14.264 DEBUG:teuthology.orchestra.remote:smithi092:/tmp/tmp.6Rezc7Q6Yu is 6KB 2024-03-04T23:32:14.313 DEBUG:teuthology.orchestra.run.smithi092:> rm -fr /tmp/tmp.6Rezc7Q6Yu 2024-03-04T23:32:14.326 DEBUG:teuthology.orchestra.run.smithi092:> sudo /bin/ls /boot/loader/entries || true 2024-03-04T23:32:14.392 INFO:teuthology.orchestra.run.smithi092.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-04T23:32:14.392 INFO:teuthology.orchestra.run.smithi092.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-04T23:32:14.392 INFO:teuthology.orchestra.run.smithi092.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-04T23:32:14.392 INFO:teuthology.orchestra.run.smithi092.stdout:15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64.conf 2024-03-04T23:32:14.394 DEBUG:teuthology.orchestra.run.smithi092:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64 2024-03-04T23:32:14.561 DEBUG:teuthology.orchestra.run.smithi092:> sudo shutdown -r now 2024-03-04T23:32:34.489 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 4/4 2024-03-04T23:32:34.490 INFO:teuthology.orchestra.run.smithi156.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-04T23:32:34.490 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-03-04T23:32:34.573 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 4/4 2024-03-04T23:32:35.030 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: kernel-5.14.0-427.el9.x86_64 4/4 2024-03-04T23:32:35.030 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : kernel-5.14.0-427.el9.x86_64 1/4 2024-03-04T23:32:35.030 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-04T23:32:35.030 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-04T23:32:35.490 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-04T23:32:35.490 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-03-04T23:32:35.491 INFO:teuthology.orchestra.run.smithi156.stdout:Installed: 2024-03-04T23:32:35.491 INFO:teuthology.orchestra.run.smithi156.stdout: kernel-5.14.0-427.el9.x86_64 2024-03-04T23:32:35.491 INFO:teuthology.orchestra.run.smithi156.stdout: kernel-core-5.14.0-427.el9.x86_64 2024-03-04T23:32:35.491 INFO:teuthology.orchestra.run.smithi156.stdout: kernel-modules-5.14.0-427.el9.x86_64 2024-03-04T23:32:35.491 INFO:teuthology.orchestra.run.smithi156.stdout: kernel-modules-core-5.14.0-427.el9.x86_64 2024-03-04T23:32:35.491 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-03-04T23:32:35.491 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2024-03-04T23:32:35.991 DEBUG:teuthology.orchestra.run.smithi156:> rpm -q kernel | sort -rV | head -n 1 2024-03-04T23:32:36.131 INFO:teuthology.orchestra.run.smithi156.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-04T23:32:36.132 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-04T23:32:36.132 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-427.el9.x86_64 2024-03-04T23:32:36.132 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-04T23:32:36.132 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-04T23:32:36.132 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-04T23:32:36.132 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi156.front.sepia.ceph.com, path=None, version=distro) 2024-03-04T23:32:36.132 DEBUG:teuthology.orchestra.run.smithi156:> rpm -q kernel | sort -rV | head -n 1 2024-03-04T23:32:36.254 INFO:teuthology.orchestra.run.smithi156.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-04T23:32:36.255 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-04T23:32:36.255 DEBUG:teuthology.orchestra.run.smithi156:> sudo rpm -qi grub2-tools 2024-03-04T23:32:36.298 INFO:teuthology.orchestra.run.smithi156.stdout:Name : grub2-tools 2024-03-04T23:32:36.298 INFO:teuthology.orchestra.run.smithi156.stdout:Epoch : 1 2024-03-04T23:32:36.298 INFO:teuthology.orchestra.run.smithi156.stdout:Version : 2.06 2024-03-04T23:32:36.298 INFO:teuthology.orchestra.run.smithi156.stdout:Release : 68.el9 2024-03-04T23:32:36.298 INFO:teuthology.orchestra.run.smithi156.stdout:Architecture: x86_64 2024-03-04T23:32:36.298 INFO:teuthology.orchestra.run.smithi156.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-04T23:32:36.298 INFO:teuthology.orchestra.run.smithi156.stdout:Group : Unspecified 2024-03-04T23:32:36.298 INFO:teuthology.orchestra.run.smithi156.stdout:Size : 8264254 2024-03-04T23:32:36.298 INFO:teuthology.orchestra.run.smithi156.stdout:License : GPLv3+ 2024-03-04T23:32:36.298 INFO:teuthology.orchestra.run.smithi156.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-04T23:32:36.298 INFO:teuthology.orchestra.run.smithi156.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-04T23:32:36.299 INFO:teuthology.orchestra.run.smithi156.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-04T23:32:36.299 INFO:teuthology.orchestra.run.smithi156.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-04T23:32:36.299 INFO:teuthology.orchestra.run.smithi156.stdout:Packager : builder@centos.org 2024-03-04T23:32:36.299 INFO:teuthology.orchestra.run.smithi156.stdout:Vendor : CentOS 2024-03-04T23:32:36.299 INFO:teuthology.orchestra.run.smithi156.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-04T23:32:36.299 INFO:teuthology.orchestra.run.smithi156.stdout:Summary : Support tools for GRUB. 2024-03-04T23:32:36.299 INFO:teuthology.orchestra.run.smithi156.stdout:Description : 2024-03-04T23:32:36.299 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-03-04T23:32:36.299 INFO:teuthology.orchestra.run.smithi156.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-04T23:32:36.299 INFO:teuthology.orchestra.run.smithi156.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-04T23:32:36.299 INFO:teuthology.orchestra.run.smithi156.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-04T23:32:36.299 INFO:teuthology.orchestra.run.smithi156.stdout:hardware devices. 2024-03-04T23:32:36.299 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-03-04T23:32:36.299 INFO:teuthology.orchestra.run.smithi156.stdout:This subpackage provides tools for support of all platforms. 2024-03-04T23:32:36.300 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-04T23:32:36.300 INFO:teuthology.task.kernel:Updating grub on smithi156 to boot 5.14.0-427.el9.x86_64 2024-03-04T23:32:36.300 DEBUG:teuthology.orchestra.run.smithi156:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-04T23:32:36.862 INFO:teuthology.orchestra.run.smithi156.stderr:Generating grub configuration file ... 2024-03-04T23:32:38.235 INFO:teuthology.orchestra.run.smithi156.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-04T23:32:38.270 INFO:teuthology.orchestra.run.smithi156.stderr:done 2024-03-04T23:32:38.272 DEBUG:teuthology.orchestra.run.smithi156:> mktemp 2024-03-04T23:32:38.287 INFO:teuthology.orchestra.run.smithi156.stdout:/tmp/tmp.eTPPPfg5Cn 2024-03-04T23:32:38.288 DEBUG:teuthology.orchestra.run.smithi156:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.eTPPPfg5Cn 2024-03-04T23:32:38.359 DEBUG:teuthology.orchestra.run.smithi156:> sudo chmod 0666 /tmp/tmp.eTPPPfg5Cn 2024-03-04T23:32:38.501 DEBUG:teuthology.orchestra.remote:smithi156:/tmp/tmp.eTPPPfg5Cn is 6KB 2024-03-04T23:32:38.549 DEBUG:teuthology.orchestra.run.smithi156:> rm -fr /tmp/tmp.eTPPPfg5Cn 2024-03-04T23:32:38.563 DEBUG:teuthology.orchestra.run.smithi156:> sudo /bin/ls /boot/loader/entries || true 2024-03-04T23:32:38.627 INFO:teuthology.orchestra.run.smithi156.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-04T23:32:38.628 INFO:teuthology.orchestra.run.smithi156.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-04T23:32:38.628 INFO:teuthology.orchestra.run.smithi156.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-04T23:32:38.628 INFO:teuthology.orchestra.run.smithi156.stdout:15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64.conf 2024-03-04T23:32:38.629 DEBUG:teuthology.orchestra.run.smithi156:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64 2024-03-04T23:32:38.762 DEBUG:teuthology.orchestra.run.smithi156:> sudo shutdown -r now 2024-03-04T23:32:44.569 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-04T23:32:44.569 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi092.front.sepia.ceph.com' 2024-03-04T23:32:44.570 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-04T23:33:08.788 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-04T23:33:08.788 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi156.front.sepia.ceph.com' 2024-03-04T23:33:08.789 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-04T23:33:43.357 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.156 2024-03-04T23:33:44.574 DEBUG:teuthology.orchestra.remote:timed out 2024-03-04T23:33:52.364 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi156.front.sepia.ceph.com' 2024-03-04T23:33:52.365 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-04T23:33:53.576 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi092.front.sepia.ceph.com' 2024-03-04T23:33:53.576 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-04T23:33:53.972 DEBUG:teuthology.orchestra.run.smithi092:> true 2024-03-04T23:33:54.549 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi092.front.sepia.ceph.com' 2024-03-04T23:33:54.549 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-427.el9.x86_64"... 2024-03-04T23:33:54.549 DEBUG:teuthology.orchestra.run.smithi092:> uname -r 2024-03-04T23:33:54.563 INFO:teuthology.orchestra.run.smithi092.stdout:5.14.0-427.el9.x86_64 2024-03-04T23:33:54.563 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-427.el9.x86_64 vs 5.14.0-427.el9.x86_64 2024-03-04T23:33:54.563 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-04T23:33:54.563 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-04T23:33:55.565 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-04T23:33:55.565 DEBUG:teuthology.orchestra.run.smithi092:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-04T23:33:55.633 INFO:teuthology.orchestra.run.smithi092.stdout:ttyS1 2024-03-04T23:33:55.682 DEBUG:teuthology.parallel:result is None 2024-03-04T23:34:10.748 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.156 2024-03-04T23:34:22.749 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi156.front.sepia.ceph.com' 2024-03-04T23:34:22.750 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-04T23:34:25.820 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.156 2024-03-04T23:34:40.821 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi156.front.sepia.ceph.com' 2024-03-04T23:34:40.822 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-04T23:34:41.183 DEBUG:teuthology.orchestra.run.smithi156:> true 2024-03-04T23:34:41.555 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi156.front.sepia.ceph.com' 2024-03-04T23:34:41.555 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-427.el9.x86_64"... 2024-03-04T23:34:41.555 DEBUG:teuthology.orchestra.run.smithi156:> uname -r 2024-03-04T23:34:41.571 INFO:teuthology.orchestra.run.smithi156.stdout:5.14.0-427.el9.x86_64 2024-03-04T23:34:41.571 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-427.el9.x86_64 vs 5.14.0-427.el9.x86_64 2024-03-04T23:34:41.571 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-04T23:34:41.571 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-04T23:34:42.572 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-04T23:34:42.573 DEBUG:teuthology.orchestra.run.smithi156:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-04T23:34:42.631 INFO:teuthology.orchestra.run.smithi156.stdout:ttyS1 2024-03-04T23:34:42.668 DEBUG:teuthology.parallel:result is None 2024-03-04T23:34:42.668 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-04T23:34:42.676 INFO:teuthology.task.internal:Creating test directory... 2024-03-04T23:34:42.676 DEBUG:teuthology.orchestra.run.smithi092:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-04T23:34:42.679 DEBUG:teuthology.orchestra.run.smithi156:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-04T23:34:42.697 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-04T23:34:42.725 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-04T23:34:42.758 INFO:teuthology.task.internal:Creating archive directory... 2024-03-04T23:34:42.759 DEBUG:teuthology.orchestra.run.smithi092:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-04T23:34:42.761 DEBUG:teuthology.orchestra.run.smithi156:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-04T23:34:42.806 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-04T23:34:42.815 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-04T23:34:42.816 DEBUG:teuthology.orchestra.run.smithi092:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-04T23:34:42.844 DEBUG:teuthology.orchestra.run.smithi156:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-04T23:34:42.881 INFO:teuthology.orchestra.run.smithi156.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-04T23:34:42.888 INFO:teuthology.orchestra.run.smithi092.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-04T23:34:42.895 INFO:teuthology.orchestra.run.smithi156.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-04T23:34:42.902 INFO:teuthology.orchestra.run.smithi092.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-04T23:34:42.904 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-04T23:34:42.910 INFO:teuthology.task.internal:Configuring sudo... 2024-03-04T23:34:42.910 DEBUG:teuthology.orchestra.run.smithi092:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-04T23:34:42.913 DEBUG:teuthology.orchestra.run.smithi156:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-04T23:34:42.966 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-04T23:34:42.976 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-04T23:34:42.976 DEBUG:teuthology.orchestra.run.smithi092:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-04T23:34:42.982 DEBUG:teuthology.orchestra.run.smithi156:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-04T23:34:43.022 DEBUG:teuthology.orchestra.run.smithi092:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-04T23:34:43.076 DEBUG:teuthology.orchestra.run.smithi092:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-04T23:34:43.125 DEBUG:teuthology.orchestra.run.smithi092:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-04T23:34:43.208 DEBUG:teuthology.orchestra.run.smithi092:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-04T23:34:43.250 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-03-04T23:34:43.250 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-04T23:34:43.318 DEBUG:teuthology.orchestra.run.smithi156:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-04T23:34:43.364 DEBUG:teuthology.orchestra.run.smithi156:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-04T23:34:43.413 DEBUG:teuthology.orchestra.run.smithi156:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-04T23:34:43.498 DEBUG:teuthology.orchestra.run.smithi156:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-04T23:34:43.543 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2024-03-04T23:34:43.543 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-04T23:34:43.612 DEBUG:teuthology.orchestra.run.smithi092:> sudo service rsyslog restart 2024-03-04T23:34:43.614 DEBUG:teuthology.orchestra.run.smithi156:> sudo service rsyslog restart 2024-03-04T23:34:43.661 INFO:teuthology.orchestra.run.smithi092.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-04T23:34:43.698 INFO:teuthology.orchestra.run.smithi156.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-04T23:34:44.145 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-04T23:34:44.156 INFO:teuthology.task.internal:Starting timer... 2024-03-04T23:34:44.156 INFO:teuthology.run_tasks:Running task pcp... 2024-03-04T23:34:44.195 INFO:teuthology.run_tasks:Running task selinux... 2024-03-04T23:34:44.253 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-03-04T23:34:44.253 DEBUG:teuthology.orchestra.run.smithi092:> sudo service auditd rotate 2024-03-04T23:34:44.309 INFO:teuthology.orchestra.run.smithi092.stdout:Rotating logs: 2024-03-04T23:34:44.311 DEBUG:teuthology.orchestra.run.smithi156:> sudo service auditd rotate 2024-03-04T23:34:44.384 INFO:teuthology.orchestra.run.smithi156.stdout:Rotating logs: 2024-03-04T23:34:44.387 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-04T23:34:44.388 DEBUG:teuthology.orchestra.run.smithi092:> /usr/sbin/getenforce 2024-03-04T23:34:44.410 INFO:teuthology.orchestra.run.smithi092.stdout:Permissive 2024-03-04T23:34:44.410 DEBUG:teuthology.orchestra.run.smithi156:> /usr/sbin/getenforce 2024-03-04T23:34:44.478 INFO:teuthology.orchestra.run.smithi156.stdout:Permissive 2024-03-04T23:34:44.478 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi092.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi156.front.sepia.ceph.com': 'permissive'} 2024-03-04T23:34:44.478 DEBUG:teuthology.orchestra.run.smithi092:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-03-04T23:34:44.507 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-04T23:34:44.507 DEBUG:teuthology.orchestra.run.smithi156:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-03-04T23:34:44.536 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-04T23:34:44.537 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-04T23:34:44.537 DEBUG:teuthology.orchestra.run.smithi092:> sudo /usr/sbin/setenforce permissive 2024-03-04T23:34:44.579 DEBUG:teuthology.orchestra.run.smithi156:> sudo /usr/sbin/setenforce permissive 2024-03-04T23:34:44.613 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-04T23:34:44.623 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-04T23:34:44.643 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-03-04T23:34:44.645 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi092.front.sepia.ceph.com,smithi156.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-04T23:38:54.098 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi092.front.sepia.ceph.com'), Remote(name='ubuntu@smithi156.front.sepia.ceph.com')] 2024-03-04T23:38:54.099 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi092.front.sepia.ceph.com' 2024-03-04T23:38:54.101 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-04T23:38:54.193 DEBUG:teuthology.orchestra.run.smithi092:> true 2024-03-04T23:38:54.266 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi092.front.sepia.ceph.com' 2024-03-04T23:38:54.266 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi156.front.sepia.ceph.com' 2024-03-04T23:38:54.267 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-04T23:38:54.358 DEBUG:teuthology.orchestra.run.smithi156:> true 2024-03-04T23:38:54.435 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi156.front.sepia.ceph.com' 2024-03-04T23:38:54.436 INFO:teuthology.run_tasks:Running task clock... 2024-03-04T23:38:54.447 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-04T23:38:54.447 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-04T23:38:54.447 DEBUG:teuthology.orchestra.run.smithi092:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-04T23:38:54.450 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-04T23:38:54.450 DEBUG:teuthology.orchestra.run.smithi156:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-04T23:38:54.478 INFO:teuthology.orchestra.run.smithi092.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-04T23:38:54.494 INFO:teuthology.orchestra.run.smithi092.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-04T23:38:54.506 INFO:teuthology.orchestra.run.smithi156.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-04T23:38:54.522 INFO:teuthology.orchestra.run.smithi156.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-04T23:38:54.523 INFO:teuthology.orchestra.run.smithi092.stderr:sudo: ntpd: command not found 2024-03-04T23:38:54.536 INFO:teuthology.orchestra.run.smithi092.stdout:506 Cannot talk to daemon 2024-03-04T23:38:54.552 INFO:teuthology.orchestra.run.smithi156.stderr:sudo: ntpd: command not found 2024-03-04T23:38:54.552 INFO:teuthology.orchestra.run.smithi092.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-04T23:38:54.566 INFO:teuthology.orchestra.run.smithi156.stdout:506 Cannot talk to daemon 2024-03-04T23:38:54.569 INFO:teuthology.orchestra.run.smithi092.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-04T23:38:54.582 INFO:teuthology.orchestra.run.smithi156.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-04T23:38:54.599 INFO:teuthology.orchestra.run.smithi156.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-04T23:38:54.620 INFO:teuthology.orchestra.run.smithi092.stderr:bash: line 1: ntpq: command not found 2024-03-04T23:38:54.623 INFO:teuthology.orchestra.run.smithi092.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-04T23:38:54.623 INFO:teuthology.orchestra.run.smithi092.stdout:=============================================================================== 2024-03-04T23:38:54.623 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-04T23:38:54.623 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-04T23:38:54.624 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-04T23:38:54.624 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-04T23:38:54.657 INFO:teuthology.orchestra.run.smithi156.stderr:bash: line 1: ntpq: command not found 2024-03-04T23:38:54.661 INFO:teuthology.orchestra.run.smithi156.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-04T23:38:54.661 INFO:teuthology.orchestra.run.smithi156.stdout:=============================================================================== 2024-03-04T23:38:54.661 INFO:teuthology.orchestra.run.smithi156.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-04T23:38:54.661 INFO:teuthology.orchestra.run.smithi156.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-04T23:38:54.661 INFO:teuthology.orchestra.run.smithi156.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-04T23:38:54.661 INFO:teuthology.orchestra.run.smithi156.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-04T23:38:54.661 INFO:teuthology.run_tasks:Running task cephadm.deploy_samba_ad_dc... 2024-03-04T23:38:55.028 INFO:tasks.cephadm:Testing if podman is available 2024-03-04T23:38:55.028 DEBUG:teuthology.orchestra.run.smithi156:> sudo podman --help 2024-03-04T23:38:55.097 INFO:teuthology.orchestra.run.smithi156.stdout:Manage pods, containers and images 2024-03-04T23:38:55.097 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-03-04T23:38:55.098 INFO:teuthology.orchestra.run.smithi156.stdout:Usage: 2024-03-04T23:38:55.098 INFO:teuthology.orchestra.run.smithi156.stdout: podman [options] [command] 2024-03-04T23:38:55.098 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-03-04T23:38:55.098 INFO:teuthology.orchestra.run.smithi156.stdout:Available Commands: 2024-03-04T23:38:55.098 INFO:teuthology.orchestra.run.smithi156.stdout: attach Attach to a running container 2024-03-04T23:38:55.098 INFO:teuthology.orchestra.run.smithi156.stdout: auto-update Auto update containers according to their auto-update policy 2024-03-04T23:38:55.098 INFO:teuthology.orchestra.run.smithi156.stdout: build Build an image using instructions from Containerfiles 2024-03-04T23:38:55.098 INFO:teuthology.orchestra.run.smithi156.stdout: commit Create new image based on the changed container 2024-03-04T23:38:55.098 INFO:teuthology.orchestra.run.smithi156.stdout: compose Run compose workloads via an external provider such as docker-compose or podman-compose 2024-03-04T23:38:55.099 INFO:teuthology.orchestra.run.smithi156.stdout: container Manage containers 2024-03-04T23:38:55.099 INFO:teuthology.orchestra.run.smithi156.stdout: cp Copy files/folders between a container and the local filesystem 2024-03-04T23:38:55.099 INFO:teuthology.orchestra.run.smithi156.stdout: create Create but do not start a container 2024-03-04T23:38:55.099 INFO:teuthology.orchestra.run.smithi156.stdout: diff Display the changes to the object's file system 2024-03-04T23:38:55.099 INFO:teuthology.orchestra.run.smithi156.stdout: events Show podman system events 2024-03-04T23:38:55.099 INFO:teuthology.orchestra.run.smithi156.stdout: exec Run a process in a running container 2024-03-04T23:38:55.099 INFO:teuthology.orchestra.run.smithi156.stdout: export Export container's filesystem contents as a tar archive 2024-03-04T23:38:55.099 INFO:teuthology.orchestra.run.smithi156.stdout: farm Farm out builds to remote machines 2024-03-04T23:38:55.099 INFO:teuthology.orchestra.run.smithi156.stdout: generate Generate structured data based on containers, pods or volumes 2024-03-04T23:38:55.099 INFO:teuthology.orchestra.run.smithi156.stdout: healthcheck Manage health checks on containers 2024-03-04T23:38:55.099 INFO:teuthology.orchestra.run.smithi156.stdout: help Help about any command 2024-03-04T23:38:55.099 INFO:teuthology.orchestra.run.smithi156.stdout: history Show history of a specified image 2024-03-04T23:38:55.099 INFO:teuthology.orchestra.run.smithi156.stdout: image Manage images 2024-03-04T23:38:55.099 INFO:teuthology.orchestra.run.smithi156.stdout: images List images in local storage 2024-03-04T23:38:55.099 INFO:teuthology.orchestra.run.smithi156.stdout: import Import a tarball to create a filesystem image 2024-03-04T23:38:55.100 INFO:teuthology.orchestra.run.smithi156.stdout: info Display podman system information 2024-03-04T23:38:55.100 INFO:teuthology.orchestra.run.smithi156.stdout: init Initialize one or more containers 2024-03-04T23:38:55.100 INFO:teuthology.orchestra.run.smithi156.stdout: inspect Display the configuration of object denoted by ID 2024-03-04T23:38:55.100 INFO:teuthology.orchestra.run.smithi156.stdout: kill Kill one or more running containers with a specific signal 2024-03-04T23:38:55.100 INFO:teuthology.orchestra.run.smithi156.stdout: kube Play containers, pods or volumes from a structured file 2024-03-04T23:38:55.100 INFO:teuthology.orchestra.run.smithi156.stdout: load Load image(s) from a tar archive 2024-03-04T23:38:55.100 INFO:teuthology.orchestra.run.smithi156.stdout: login Log in to a container registry 2024-03-04T23:38:55.100 INFO:teuthology.orchestra.run.smithi156.stdout: logout Log out of a container registry 2024-03-04T23:38:55.100 INFO:teuthology.orchestra.run.smithi156.stdout: logs Fetch the logs of one or more containers 2024-03-04T23:38:55.100 INFO:teuthology.orchestra.run.smithi156.stdout: machine Manage a virtual machine 2024-03-04T23:38:55.100 INFO:teuthology.orchestra.run.smithi156.stdout: manifest Manipulate manifest lists and image indexes 2024-03-04T23:38:55.100 INFO:teuthology.orchestra.run.smithi156.stdout: mount Mount a working container's root filesystem 2024-03-04T23:38:55.100 INFO:teuthology.orchestra.run.smithi156.stdout: network Manage networks 2024-03-04T23:38:55.101 INFO:teuthology.orchestra.run.smithi156.stdout: pause Pause all the processes in one or more containers 2024-03-04T23:38:55.101 INFO:teuthology.orchestra.run.smithi156.stdout: pod Manage pods 2024-03-04T23:38:55.101 INFO:teuthology.orchestra.run.smithi156.stdout: port List port mappings or a specific mapping for the container 2024-03-04T23:38:55.101 INFO:teuthology.orchestra.run.smithi156.stdout: ps List containers 2024-03-04T23:38:55.101 INFO:teuthology.orchestra.run.smithi156.stdout: pull Pull an image from a registry 2024-03-04T23:38:55.101 INFO:teuthology.orchestra.run.smithi156.stdout: push Push an image to a specified destination 2024-03-04T23:38:55.101 INFO:teuthology.orchestra.run.smithi156.stdout: rename Rename an existing container 2024-03-04T23:38:55.101 INFO:teuthology.orchestra.run.smithi156.stdout: restart Restart one or more containers 2024-03-04T23:38:55.101 INFO:teuthology.orchestra.run.smithi156.stdout: rm Remove one or more containers 2024-03-04T23:38:55.101 INFO:teuthology.orchestra.run.smithi156.stdout: rmi Remove one or more images from local storage 2024-03-04T23:38:55.101 INFO:teuthology.orchestra.run.smithi156.stdout: run Run a command in a new container 2024-03-04T23:38:55.101 INFO:teuthology.orchestra.run.smithi156.stdout: save Save image(s) to an archive 2024-03-04T23:38:55.101 INFO:teuthology.orchestra.run.smithi156.stdout: search Search registry for image 2024-03-04T23:38:55.101 INFO:teuthology.orchestra.run.smithi156.stdout: secret Manage secrets 2024-03-04T23:38:55.101 INFO:teuthology.orchestra.run.smithi156.stdout: start Start one or more containers 2024-03-04T23:38:55.102 INFO:teuthology.orchestra.run.smithi156.stdout: stats Display a live stream of container resource usage statistics 2024-03-04T23:38:55.102 INFO:teuthology.orchestra.run.smithi156.stdout: stop Stop one or more containers 2024-03-04T23:38:55.102 INFO:teuthology.orchestra.run.smithi156.stdout: system Manage podman 2024-03-04T23:38:55.102 INFO:teuthology.orchestra.run.smithi156.stdout: tag Add an additional name to a local image 2024-03-04T23:38:55.102 INFO:teuthology.orchestra.run.smithi156.stdout: top Display the running processes of a container 2024-03-04T23:38:55.102 INFO:teuthology.orchestra.run.smithi156.stdout: unmount Unmount working container's root filesystem 2024-03-04T23:38:55.102 INFO:teuthology.orchestra.run.smithi156.stdout: unpause Unpause the processes in one or more containers 2024-03-04T23:38:55.102 INFO:teuthology.orchestra.run.smithi156.stdout: unshare Run a command in a modified user namespace 2024-03-04T23:38:55.102 INFO:teuthology.orchestra.run.smithi156.stdout: untag Remove a name from a local image 2024-03-04T23:38:55.102 INFO:teuthology.orchestra.run.smithi156.stdout: update Update an existing container 2024-03-04T23:38:55.102 INFO:teuthology.orchestra.run.smithi156.stdout: version Display the Podman version information 2024-03-04T23:38:55.102 INFO:teuthology.orchestra.run.smithi156.stdout: volume Manage volumes 2024-03-04T23:38:55.102 INFO:teuthology.orchestra.run.smithi156.stdout: wait Block on one or more containers 2024-03-04T23:38:55.102 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-03-04T23:38:55.102 INFO:teuthology.orchestra.run.smithi156.stdout:Options: 2024-03-04T23:38:55.103 INFO:teuthology.orchestra.run.smithi156.stdout: --cgroup-manager string Cgroup manager to use ("cgroupfs"|"systemd") (default "systemd") 2024-03-04T23:38:55.103 INFO:teuthology.orchestra.run.smithi156.stdout: --conmon string Path of the conmon binary 2024-03-04T23:38:55.103 INFO:teuthology.orchestra.run.smithi156.stdout: -c, --connection string Connection to use for remote Podman service 2024-03-04T23:38:55.103 INFO:teuthology.orchestra.run.smithi156.stdout: --events-backend string Events backend to use ("file"|"journald"|"none") (default "journald") 2024-03-04T23:38:55.103 INFO:teuthology.orchestra.run.smithi156.stdout: --help Help for podman 2024-03-04T23:38:55.103 INFO:teuthology.orchestra.run.smithi156.stdout: --hooks-dir strings Set the OCI hooks directory path (may be set multiple times) (default [/usr/share/containers/oci/hooks.d]) 2024-03-04T23:38:55.103 INFO:teuthology.orchestra.run.smithi156.stdout: --identity string path to SSH identity file, (CONTAINER_SSHKEY) 2024-03-04T23:38:55.103 INFO:teuthology.orchestra.run.smithi156.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-03-04T23:38:55.103 INFO:teuthology.orchestra.run.smithi156.stdout: --log-level string Log messages above specified level (trace, debug, info, warn, warning, error, fatal, panic) (default "warn") 2024-03-04T23:38:55.103 INFO:teuthology.orchestra.run.smithi156.stdout: --module strings Load the containers.conf(5) module 2024-03-04T23:38:55.103 INFO:teuthology.orchestra.run.smithi156.stdout: --network-cmd-path string Path to the command for configuring the network 2024-03-04T23:38:55.103 INFO:teuthology.orchestra.run.smithi156.stdout: --network-config-dir string Path of the configuration directory for networks 2024-03-04T23:38:55.103 INFO:teuthology.orchestra.run.smithi156.stdout: --out string Send output (stdout) from podman to a file 2024-03-04T23:38:55.103 INFO:teuthology.orchestra.run.smithi156.stdout: -r, --remote Access remote Podman service 2024-03-04T23:38:55.103 INFO:teuthology.orchestra.run.smithi156.stdout: --root string Path to the graph root directory where images, containers, etc. are stored 2024-03-04T23:38:55.104 INFO:teuthology.orchestra.run.smithi156.stdout: --runroot string Path to the 'run directory' where all state information is stored 2024-03-04T23:38:55.104 INFO:teuthology.orchestra.run.smithi156.stdout: --runtime string Path to the OCI-compatible binary used to run containers. (default "crun") 2024-03-04T23:38:55.104 INFO:teuthology.orchestra.run.smithi156.stdout: --runtime-flag stringArray add global flags for the container runtime 2024-03-04T23:38:55.104 INFO:teuthology.orchestra.run.smithi156.stdout: --ssh string define the ssh mode (default "golang") 2024-03-04T23:38:55.104 INFO:teuthology.orchestra.run.smithi156.stdout: --storage-driver string Select which storage driver is used to manage storage of images and containers 2024-03-04T23:38:55.104 INFO:teuthology.orchestra.run.smithi156.stdout: --storage-opt stringArray Used to pass an option to the storage driver 2024-03-04T23:38:55.104 INFO:teuthology.orchestra.run.smithi156.stdout: --syslog Output logging information to syslog as well as the console (default false) 2024-03-04T23:38:55.104 INFO:teuthology.orchestra.run.smithi156.stdout: --tmpdir string Path to the tmp directory for libpod state content. 2024-03-04T23:38:55.104 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-03-04T23:38:55.104 INFO:teuthology.orchestra.run.smithi156.stdout: Note: use the environment variable 'TMPDIR' to change the temporary storage location for container images, '/var/tmp'. 2024-03-04T23:38:55.104 INFO:teuthology.orchestra.run.smithi156.stdout: (default "/run/libpod") 2024-03-04T23:38:55.104 INFO:teuthology.orchestra.run.smithi156.stdout: --transient-store Enable transient container storage 2024-03-04T23:38:55.104 INFO:teuthology.orchestra.run.smithi156.stdout: --url string URL to access Podman service (CONTAINER_HOST) (default "unix:///run/podman/podman.sock") 2024-03-04T23:38:55.105 INFO:teuthology.orchestra.run.smithi156.stdout: -v, --version version for podman 2024-03-04T23:38:55.105 INFO:teuthology.orchestra.run.smithi156.stdout: --volumepath string Path to the volume directory in which volume data is stored 2024-03-04T23:38:55.106 DEBUG:teuthology.orchestra.run.smithi156:> sudo podman pull quay.io/samba.org/samba-ad-server:latest 2024-03-04T23:38:55.892 INFO:teuthology.orchestra.run.smithi156.stderr:Trying to pull quay.io/samba.org/samba-ad-server:latest... 2024-03-04T23:38:56.969 INFO:teuthology.orchestra.run.smithi156.stderr:Getting image source signatures 2024-03-04T23:38:56.980 INFO:teuthology.orchestra.run.smithi156.stderr:Copying blob sha256:6f46dd5aa9a79028a3c2e8cc9408eac1c9f92358a1b90048dc6de5f028d448ff 2024-03-04T23:38:56.980 INFO:teuthology.orchestra.run.smithi156.stderr:Copying blob sha256:ceac82dc67e6b4f2e26d16005e151783d96d9b3baea0b2e3545ca651854215fd 2024-03-04T23:38:56.980 INFO:teuthology.orchestra.run.smithi156.stderr:Copying blob sha256:28526140111ed76e050912d00fde27c06662d45898ceb6b18de2afc611497658 2024-03-04T23:38:56.980 INFO:teuthology.orchestra.run.smithi156.stderr:Copying blob sha256:37a8465e0c1ff96cd0b2abc89a75b6e5814747901cdc6c6ee52b411918e1f7f2 2024-03-04T23:38:56.980 INFO:teuthology.orchestra.run.smithi156.stderr:Copying blob sha256:42755c6526fe13ad64adb50f542521150c48f2772f194b35dad07e5a8dd75738 2024-03-04T23:38:56.980 INFO:teuthology.orchestra.run.smithi156.stderr:Copying blob sha256:12fd4366dc285992169974acea35f7aef2ec23aa24b285abf66f5df6323c5cfc 2024-03-04T23:39:03.746 INFO:teuthology.orchestra.run.smithi156.stderr:Copying config sha256:a2a99a1ddf50ba898e0a80524c04897f08222e1983dac734e4d31e2e7db0ace1 2024-03-04T23:39:03.880 INFO:teuthology.orchestra.run.smithi156.stderr:Writing manifest to image destination 2024-03-04T23:39:04.126 INFO:teuthology.orchestra.run.smithi156.stdout:a2a99a1ddf50ba898e0a80524c04897f08222e1983dac734e4d31e2e7db0ace1 2024-03-04T23:39:04.131 DEBUG:teuthology.orchestra.run.smithi156:> sudo podman pull quay.io/samba.org/samba-client:latest 2024-03-04T23:39:04.256 INFO:teuthology.orchestra.run.smithi156.stderr:Trying to pull quay.io/samba.org/samba-client:latest... 2024-03-04T23:39:04.819 INFO:teuthology.orchestra.run.smithi156.stderr:Getting image source signatures 2024-03-04T23:39:04.819 INFO:teuthology.orchestra.run.smithi156.stderr:Copying blob sha256:fee49272594a69a3f474d5a664b900887826255f1b3f9c54d93ff74e5b2244cc 2024-03-04T23:39:04.819 INFO:teuthology.orchestra.run.smithi156.stderr:Copying blob sha256:28526140111ed76e050912d00fde27c06662d45898ceb6b18de2afc611497658 2024-03-04T23:39:07.647 INFO:teuthology.orchestra.run.smithi156.stderr:Copying config sha256:3a6012eb042cb0cdb2331217e65c74d6556149d903b8fd9a3a60adeee6fe4e95 2024-03-04T23:39:07.789 INFO:teuthology.orchestra.run.smithi156.stderr:Writing manifest to image destination 2024-03-04T23:39:07.931 INFO:teuthology.orchestra.run.smithi156.stdout:3a6012eb042cb0cdb2331217e65c74d6556149d903b8fd9a3a60adeee6fe4e95 2024-03-04T23:39:07.935 DEBUG:teuthology.orchestra.run.smithi156:> ss -lunH 2024-03-04T23:39:07.959 INFO:teuthology.orchestra.run.smithi156.stdout:UNCONN 0 0 0.0.0.0:111 0.0.0.0:* 2024-03-04T23:39:07.959 INFO:teuthology.orchestra.run.smithi156.stdout:UNCONN 0 0 127.0.0.1:323 0.0.0.0:* 2024-03-04T23:39:07.959 INFO:teuthology.orchestra.run.smithi156.stdout:UNCONN 0 0 [::]:111 [::]:* 2024-03-04T23:39:07.959 INFO:teuthology.orchestra.run.smithi156.stdout:UNCONN 0 0 [::1]:323 [::]:* 2024-03-04T23:39:07.959 DEBUG:teuthology.orchestra.run.smithi156:> sudo mkdir -p /var/lib/samba/container/logs /var/lib/samba/container/data 2024-03-04T23:39:08.033 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_5cdcbe22c7c88228d715ff1b869d89e6fb22cbe4/qa/tasks/cephadm.py", line 2011, in deploy_samba_ad_dc + _samba_ad_dc_conf(ctx, remote, cengine) File "/home/teuthworker/src/git.ceph.com_ceph-c_5cdcbe22c7c88228d715ff1b869d89e6fb22cbe4/qa/tasks/cephadm.py", line 1954, in _samba_ad_dc_conf del cf["configs"]["demo"]["globals"] KeyError: 'globals' 2024-03-04T23:39:08.225 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=03d7e505272f47cba6c39b2d73bc1dfc Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_5cdcbe22c7c88228d715ff1b869d89e6fb22cbe4/qa/tasks/cephadm.py", line 2011, in deploy_samba_ad_dc + _samba_ad_dc_conf(ctx, remote, cengine) File "/home/teuthworker/src/git.ceph.com_ceph-c_5cdcbe22c7c88228d715ff1b869d89e6fb22cbe4/qa/tasks/cephadm.py", line 1954, in _samba_ad_dc_conf del cf["configs"]["demo"]["globals"] KeyError: 'globals' 2024-03-04T23:39:08.227 DEBUG:teuthology.run_tasks:Unwinding manager cephadm.deploy_samba_ad_dc 2024-03-04T23:39:08.237 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-04T23:39:08.265 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-04T23:39:08.266 DEBUG:teuthology.orchestra.run.smithi092:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-04T23:39:08.278 DEBUG:teuthology.orchestra.run.smithi156:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-04T23:39:08.286 INFO:teuthology.orchestra.run.smithi092.stderr:bash: line 1: ntpq: command not found 2024-03-04T23:39:08.291 INFO:teuthology.orchestra.run.smithi092.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-04T23:39:08.291 INFO:teuthology.orchestra.run.smithi092.stdout:=============================================================================== 2024-03-04T23:39:08.291 INFO:teuthology.orchestra.run.smithi092.stdout:^+ hv01.front.sepia.ceph.com 2 6 17 7 +1772us[+1772us] +/- 141ms 2024-03-04T23:39:08.291 INFO:teuthology.orchestra.run.smithi092.stdout:^* hv02.front.sepia.ceph.com 3 6 17 8 -1779us[-1793us] +/- 61ms 2024-03-04T23:39:08.291 INFO:teuthology.orchestra.run.smithi092.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 7 +1128us[+1128us] +/- 67ms 2024-03-04T23:39:08.291 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-03-04T23:39:08.293 INFO:teuthology.orchestra.run.smithi156.stderr:bash: line 1: ntpq: command not found 2024-03-04T23:39:08.296 INFO:teuthology.orchestra.run.smithi156.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-04T23:39:08.296 INFO:teuthology.orchestra.run.smithi156.stdout:=============================================================================== 2024-03-04T23:39:08.296 INFO:teuthology.orchestra.run.smithi156.stdout:^+ hv01.front.sepia.ceph.com 2 6 17 7 +1777us[+1777us] +/- 141ms 2024-03-04T23:39:08.297 INFO:teuthology.orchestra.run.smithi156.stdout:^* hv02.front.sepia.ceph.com 3 6 17 7 -1775us[-1781us] +/- 61ms 2024-03-04T23:39:08.297 INFO:teuthology.orchestra.run.smithi156.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 8 +1114us[+1108us] +/- 67ms 2024-03-04T23:39:08.297 INFO:teuthology.orchestra.run.smithi156.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-03-04T23:39:08.298 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-04T23:39:08.316 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-04T23:39:08.316 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-04T23:39:08.367 DEBUG:teuthology.orchestra.run.smithi092:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-03-04T23:39:08.432 DEBUG:teuthology.orchestra.run.smithi156:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-03-04T23:39:08.492 DEBUG:teuthology.orchestra.run.smithi092:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-03-04T23:39:08.523 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-04T23:39:08.523 DEBUG:teuthology.orchestra.run.smithi156:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-03-04T23:39:08.552 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-04T23:39:08.552 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-04T23:39:08.561 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-04T23:39:08.582 INFO:teuthology.task.internal:Duration was 264.426122 seconds 2024-03-04T23:39:08.583 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-04T23:39:08.633 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-04T23:39:08.633 DEBUG:teuthology.orchestra.run.smithi092:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-04T23:39:08.636 DEBUG:teuthology.orchestra.run.smithi156:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-04T23:39:08.679 INFO:teuthology.orchestra.run.smithi156.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-04T23:39:08.679 INFO:teuthology.orchestra.run.smithi092.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-04T23:39:09.149 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-04T23:39:09.149 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi092.front.sepia.ceph.com 2024-03-04T23:39:09.150 DEBUG:teuthology.orchestra.run.smithi092:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-04T23:39:09.173 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi156.front.sepia.ceph.com 2024-03-04T23:39:09.173 DEBUG:teuthology.orchestra.run.smithi156:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-04T23:39:09.201 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-04T23:39:09.201 DEBUG:teuthology.orchestra.run.smithi092:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-04T23:39:09.215 DEBUG:teuthology.orchestra.run.smithi156:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-04T23:39:09.271 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-04T23:39:09.272 DEBUG:teuthology.orchestra.run.smithi092:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-04T23:39:09.285 DEBUG:teuthology.orchestra.run.smithi156:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-04T23:39:09.398 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-04T23:39:09.410 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-04T23:39:09.410 DEBUG:teuthology.orchestra.run.smithi092:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-04T23:39:09.437 DEBUG:teuthology.orchestra.run.smithi156:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-04T23:39:09.464 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-04T23:39:09.485 DEBUG:teuthology.orchestra.run.smithi092:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-04T23:39:09.487 DEBUG:teuthology.orchestra.run.smithi156:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-04T23:39:09.510 INFO:teuthology.orchestra.run.smithi092.stdout:kernel.core_pattern = core 2024-03-04T23:39:09.529 INFO:teuthology.orchestra.run.smithi156.stdout:kernel.core_pattern = core 2024-03-04T23:39:09.552 DEBUG:teuthology.orchestra.run.smithi092:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-04T23:39:09.584 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-04T23:39:09.587 DEBUG:teuthology.orchestra.run.smithi156:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-04T23:39:09.606 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-04T23:39:09.606 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-04T23:39:09.616 INFO:teuthology.task.internal:Transferring archived files... 2024-03-04T23:39:09.617 DEBUG:teuthology.misc:Transferring archived files from smithi092:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2024-03-04_22:57:05-orch:cephadm:smb-wip-phlogistonjohn-testing-2024-03-04-1505-distro-default-smithi/7581757/remote/smithi092 2024-03-04T23:39:09.618 DEBUG:teuthology.orchestra.run.smithi092:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-04T23:39:09.676 DEBUG:teuthology.misc:Transferring archived files from smithi156:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2024-03-04_22:57:05-orch:cephadm:smb-wip-phlogistonjohn-testing-2024-03-04-1505-distro-default-smithi/7581757/remote/smithi156 2024-03-04T23:39:09.677 DEBUG:teuthology.orchestra.run.smithi156:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-04T23:39:09.734 INFO:teuthology.task.internal:Removing archive directory... 2024-03-04T23:39:09.734 DEBUG:teuthology.orchestra.run.smithi092:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-04T23:39:09.736 DEBUG:teuthology.orchestra.run.smithi156:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-04T23:39:09.751 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-04T23:39:09.761 INFO:teuthology.task.internal:Not uploading archives. 2024-03-04T23:39:09.761 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-04T23:39:09.794 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-04T23:39:09.794 DEBUG:teuthology.orchestra.run.smithi092:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-04T23:39:09.797 DEBUG:teuthology.orchestra.run.smithi156:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-04T23:39:09.808 INFO:teuthology.orchestra.run.smithi092.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 4 23:39 /home/ubuntu/cephtest 2024-03-04T23:39:09.811 INFO:teuthology.orchestra.run.smithi156.stdout: 265301 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 4 23:39 /home/ubuntu/cephtest 2024-03-04T23:39:09.812 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-04T23:39:09.843 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-04T23:39:09.942 INFO:teuthology.nuke:Checking targets against current locks 2024-03-04T23:39:09.971 DEBUG:teuthology.nuke:shortname: smithi092 2024-03-04T23:39:09.971 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-04T23:39:09.996 DEBUG:teuthology.nuke:shortname: smithi156 2024-03-04T23:39:09.996 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-04T23:39:10.000 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi092.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2024-03-04_22:57:05-orch:cephadm:smb-wip-phlogistonjohn-testing-2024-03-04-1505-distro-default-smithi/7581757', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-04 23:25:37.446704', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOTkYfQCNA3/Y6nQkLEYppbQYixGuCpSxt4MzQCHvQ4s/y9mz4vchxpl1c25JQiT/Fykl35nNR/RY6MH84SwQaU='} 2024-03-04T23:39:10.024 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi156.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2024-03-04_22:57:05-orch:cephadm:smb-wip-phlogistonjohn-testing-2024-03-04-1505-distro-default-smithi/7581757', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-04 23:25:37.448200', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMPZikFpH6hiGE0DacQO8TlOhHsA/6qf1EEKwEXUaZutmF4Zk8L1WWp7ZdfcnXXt1hwkx2FYc2XiKWA0gVu8AY8='} 2024-03-04T23:39:10.051 INFO:teuthology.orchestra.console.smithi092:Power off 2024-03-04T23:39:10.052 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-04T23:39:10.077 DEBUG:teuthology.orchestra.console.smithi092:power off output: Chassis Power Control: Down/Off 2024-03-04T23:39:10.077 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-04T23:39:10.093 INFO:teuthology.orchestra.console.smithi156:Power off 2024-03-04T23:39:10.093 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-04T23:39:10.100 DEBUG:teuthology.orchestra.console.smithi092:check power output: Chassis Power is on 2024-03-04T23:39:10.114 DEBUG:teuthology.orchestra.console.smithi156:power off output: Chassis Power Control: Down/Off 2024-03-04T23:39:10.114 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-04T23:39:10.136 DEBUG:teuthology.orchestra.console.smithi156:check power output: Chassis Power is on 2024-03-04T23:39:14.102 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-04T23:39:14.138 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-04T23:39:14.212 DEBUG:teuthology.orchestra.console.smithi092:check power output: Chassis Power is on 2024-03-04T23:39:14.247 DEBUG:teuthology.orchestra.console.smithi156:check power output: Chassis Power is on 2024-03-04T23:39:18.216 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-04T23:39:18.248 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-04T23:39:18.327 DEBUG:teuthology.orchestra.console.smithi092:check power output: Chassis Power is on 2024-03-04T23:39:18.358 DEBUG:teuthology.orchestra.console.smithi156:check power output: Chassis Power is off 2024-03-04T23:39:18.458 INFO:teuthology.orchestra.console.smithi156:Power off completed 2024-03-04T23:39:22.328 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-04T23:39:22.438 DEBUG:teuthology.orchestra.console.smithi092:check power output: Chassis Power is off 2024-03-04T23:39:22.538 INFO:teuthology.orchestra.console.smithi092:Power off completed 2024-03-04T23:39:22.642 INFO:teuthology.run:Summary data: description: orch:cephadm:smb/{0-distro/centos_9.stream tasks/deploy_smb_domain} duration: 264.42612171173096 failure_reason: '''globals''' owner: scheduled_phlogistonjohn@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=03d7e505272f47cba6c39b2d73bc1dfc status: fail success: false 2024-03-04T23:39:22.643 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-04T23:39:22.737 INFO:teuthology.run:FAIL