2024-05-17T23:16:53.347 INFO:root:teuthology version: 0.0.1.dev285+gbb9e32d 2024-05-17T23:16:53.347 DEBUG:teuthology.run:Teuthology command: teuthology --name teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi --description orch/cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_domain} --archive /home/teuthworker/archive/teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi/7711934 --owner scheduled_teuthology@teuthology --verbose -- /home/teuthworker/archive/teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi/7711934/orig.config.yaml 2024-05-17T23:16:53.379 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-17T23:16:53.457 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi/7711934 branch: squid description: orch/cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_domain} email: ceph-qa@ceph.com first_in_suite: false job_id: '7711934' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: squid ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) log-only-match: - CEPHADM_ sha1: 0c7e7c0d119197fe4dc956046e4e3cc87821f1f8 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 0c7e7c0d119197fe4dc956046e4e3cc87821f1f8 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: 5e65bbc034a18315fbc4c0d4136f3c11b643c2a3 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - mon.a - mgr.x - osd.0 - osd.1 - client.0 - - host.b - cephadm.exclude seed: 2462 sha1: 0c7e7c0d119197fe4dc956046e4e3cc87821f1f8 sleep_before_teardown: 0 subset: 8/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_5e65bbc034a18315fbc4c0d4136f3c11b643c2a3/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 5e65bbc034a18315fbc4c0d4136f3c11b643c2a3 targets: smithi050.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH2IBpy8H13VUip+kEPRbADAwzI+UKEVy5Z9MxtnOTiKsh42cmd5ajPSzgCR6mnD/XJ9ozeH3+AfouTayB9QW/A= smithi152.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPEUND5vpTMPTHb6NWcRpZl7wGaOk47SkgLBuCRIYtFeSXSA353XEpEu0zG5Ien2O+0nc0azv2BDa4AWWNpU6bw= 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: bb9e32da229c89506a41d514c5982485274ba989 timestamp: 2024-05-17_21:08:02 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2698841 2024-05-17T23:16:53.458 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_5e65bbc034a18315fbc4c0d4136f3c11b643c2a3/qa; will attempt to use it 2024-05-17T23:16:53.458 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_5e65bbc034a18315fbc4c0d4136f3c11b643c2a3/qa/tasks 2024-05-17T23:16:53.459 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-17T23:16:53.460 INFO:teuthology.task.internal:Checking packages... 2024-05-17T23:16:53.480 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '0c7e7c0d119197fe4dc956046e4e3cc87821f1f8' 2024-05-17T23:16:53.481 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-17T23:16:53.481 INFO:teuthology.packaging:ref: None 2024-05-17T23:16:53.481 INFO:teuthology.packaging:tag: None 2024-05-17T23:16:53.481 INFO:teuthology.packaging:branch: squid 2024-05-17T23:16:53.481 INFO:teuthology.packaging:sha1: 0c7e7c0d119197fe4dc956046e4e3cc87821f1f8 2024-05-17T23:16:53.481 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=squid 2024-05-17T23:16:53.756 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2689.g5e65bbc0 2024-05-17T23:16:53.758 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-17T23:16:53.767 INFO:teuthology.task.internal:no buildpackages task found 2024-05-17T23:16:53.767 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-17T23:16:53.779 INFO:teuthology.task.internal:Saving configuration 2024-05-17T23:16:53.791 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-17T23:16:53.803 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-17T23:16:53.827 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi050.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi/7711934', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-17 23:11:26.876855', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH2IBpy8H13VUip+kEPRbADAwzI+UKEVy5Z9MxtnOTiKsh42cmd5ajPSzgCR6mnD/XJ9ozeH3+AfouTayB9QW/A='} 2024-05-17T23:16:53.852 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi152.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi/7711934', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-17 23:11:26.878366', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPEUND5vpTMPTHb6NWcRpZl7wGaOk47SkgLBuCRIYtFeSXSA353XEpEu0zG5Ien2O+0nc0azv2BDa4AWWNpU6bw='} 2024-05-17T23:16:53.852 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-17T23:16:53.863 INFO:teuthology.task.internal:roles: ubuntu@smithi050.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2024-05-17T23:16:53.863 INFO:teuthology.task.internal:roles: ubuntu@smithi152.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2024-05-17T23:16:53.864 INFO:teuthology.run_tasks:Running task console_log... 2024-05-17T23:16:53.927 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f33e458bac0>, signals=[15]) 2024-05-17T23:16:53.927 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-17T23:16:53.938 INFO:teuthology.task.internal:Opening connections... 2024-05-17T23:16:53.938 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi050.front.sepia.ceph.com 2024-05-17T23:16:53.939 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi050.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-17T23:16:54.021 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi152.front.sepia.ceph.com 2024-05-17T23:16:54.022 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-17T23:16:54.126 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-17T23:16:54.135 DEBUG:teuthology.orchestra.run.smithi050:> uname -m 2024-05-17T23:16:54.154 INFO:teuthology.orchestra.run.smithi050.stdout:x86_64 2024-05-17T23:16:54.154 DEBUG:teuthology.orchestra.run.smithi050:> cat /etc/os-release 2024-05-17T23:16:54.214 INFO:teuthology.orchestra.run.smithi050.stdout:NAME="CentOS Stream" 2024-05-17T23:16:54.215 INFO:teuthology.orchestra.run.smithi050.stdout:VERSION="9" 2024-05-17T23:16:54.215 INFO:teuthology.orchestra.run.smithi050.stdout:ID="centos" 2024-05-17T23:16:54.215 INFO:teuthology.orchestra.run.smithi050.stdout:ID_LIKE="rhel fedora" 2024-05-17T23:16:54.215 INFO:teuthology.orchestra.run.smithi050.stdout:VERSION_ID="9" 2024-05-17T23:16:54.215 INFO:teuthology.orchestra.run.smithi050.stdout:PLATFORM_ID="platform:el9" 2024-05-17T23:16:54.215 INFO:teuthology.orchestra.run.smithi050.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-17T23:16:54.215 INFO:teuthology.orchestra.run.smithi050.stdout:ANSI_COLOR="0;31" 2024-05-17T23:16:54.215 INFO:teuthology.orchestra.run.smithi050.stdout:LOGO="fedora-logo-icon" 2024-05-17T23:16:54.215 INFO:teuthology.orchestra.run.smithi050.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-17T23:16:54.215 INFO:teuthology.orchestra.run.smithi050.stdout:HOME_URL="https://centos.org/" 2024-05-17T23:16:54.215 INFO:teuthology.orchestra.run.smithi050.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-17T23:16:54.215 INFO:teuthology.orchestra.run.smithi050.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-17T23:16:54.215 INFO:teuthology.orchestra.run.smithi050.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-17T23:16:54.216 INFO:teuthology.lock.ops:Updating smithi050.front.sepia.ceph.com on lock server 2024-05-17T23:16:54.235 DEBUG:teuthology.orchestra.run.smithi152:> uname -m 2024-05-17T23:16:54.253 INFO:teuthology.orchestra.run.smithi152.stdout:x86_64 2024-05-17T23:16:54.253 DEBUG:teuthology.orchestra.run.smithi152:> cat /etc/os-release 2024-05-17T23:16:54.310 INFO:teuthology.orchestra.run.smithi152.stdout:NAME="CentOS Stream" 2024-05-17T23:16:54.310 INFO:teuthology.orchestra.run.smithi152.stdout:VERSION="9" 2024-05-17T23:16:54.310 INFO:teuthology.orchestra.run.smithi152.stdout:ID="centos" 2024-05-17T23:16:54.310 INFO:teuthology.orchestra.run.smithi152.stdout:ID_LIKE="rhel fedora" 2024-05-17T23:16:54.311 INFO:teuthology.orchestra.run.smithi152.stdout:VERSION_ID="9" 2024-05-17T23:16:54.311 INFO:teuthology.orchestra.run.smithi152.stdout:PLATFORM_ID="platform:el9" 2024-05-17T23:16:54.311 INFO:teuthology.orchestra.run.smithi152.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-17T23:16:54.311 INFO:teuthology.orchestra.run.smithi152.stdout:ANSI_COLOR="0;31" 2024-05-17T23:16:54.311 INFO:teuthology.orchestra.run.smithi152.stdout:LOGO="fedora-logo-icon" 2024-05-17T23:16:54.311 INFO:teuthology.orchestra.run.smithi152.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-17T23:16:54.311 INFO:teuthology.orchestra.run.smithi152.stdout:HOME_URL="https://centos.org/" 2024-05-17T23:16:54.311 INFO:teuthology.orchestra.run.smithi152.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-17T23:16:54.311 INFO:teuthology.orchestra.run.smithi152.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-17T23:16:54.311 INFO:teuthology.orchestra.run.smithi152.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-17T23:16:54.312 INFO:teuthology.lock.ops:Updating smithi152.front.sepia.ceph.com on lock server 2024-05-17T23:16:54.327 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-17T23:16:54.339 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-17T23:16:54.346 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-17T23:16:54.346 DEBUG:teuthology.orchestra.run.smithi050:> test '!' -e /home/ubuntu/cephtest 2024-05-17T23:16:54.348 DEBUG:teuthology.orchestra.run.smithi152:> test '!' -e /home/ubuntu/cephtest 2024-05-17T23:16:54.366 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-17T23:16:54.371 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-17T23:16:54.372 DEBUG:teuthology.orchestra.run.smithi050:> test -z $(ls -A /var/lib/ceph) 2024-05-17T23:16:54.407 DEBUG:teuthology.orchestra.run.smithi152:> test -z $(ls -A /var/lib/ceph) 2024-05-17T23:16:54.432 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-17T23:16:54.495 INFO:teuthology.run_tasks:Running task kernel... 2024-05-17T23:16:54.526 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-17T23:16:54.526 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-17T23:16:54.527 DEBUG:teuthology.orchestra.run.smithi050:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-17T23:16:54.528 DEBUG:teuthology.orchestra.run.smithi152:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-17T23:16:54.546 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-17T23:16:54.546 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-17T23:16:54.547 DEBUG:teuthology.orchestra.run.smithi152:> uname -r 2024-05-17T23:16:54.548 DEBUG:teuthology.orchestra.run.smithi050:> uname -r 2024-05-17T23:16:54.605 INFO:teuthology.orchestra.run.smithi152.stdout:5.14.0-437.el9.x86_64 2024-05-17T23:16:54.606 INFO:teuthology.task.kernel:Running kernel on smithi152: 5.14.0-437.el9.x86_64 2024-05-17T23:16:54.606 DEBUG:teuthology.orchestra.run.smithi152:> sudo yum install -y kernel 2024-05-17T23:16:54.608 INFO:teuthology.orchestra.run.smithi050.stdout:5.14.0-437.el9.x86_64 2024-05-17T23:16:54.609 INFO:teuthology.task.kernel:Running kernel on smithi050: 5.14.0-437.el9.x86_64 2024-05-17T23:16:54.609 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum install -y kernel 2024-05-17T23:16:58.151 INFO:teuthology.orchestra.run.smithi152.stdout:CentOS Stream 9 - BaseOS 4.1 MB/s | 8.1 MB 00:01 2024-05-17T23:17:00.044 INFO:teuthology.orchestra.run.smithi152.stdout:CentOS Stream 9 - AppStream 24 MB/s | 19 MB 00:00 2024-05-17T23:17:01.514 INFO:teuthology.orchestra.run.smithi050.stdout:CentOS Stream 9 - BaseOS 1.5 MB/s | 8.1 MB 00:05 2024-05-17T23:17:03.274 INFO:teuthology.orchestra.run.smithi050.stdout:CentOS Stream 9 - AppStream 32 MB/s | 19 MB 00:00 2024-05-17T23:17:04.177 INFO:teuthology.orchestra.run.smithi152.stdout:CentOS Stream 9 - CRB 14 MB/s | 6.2 MB 00:00 2024-05-17T23:17:05.620 INFO:teuthology.orchestra.run.smithi152.stdout:CentOS Stream 9 - Extras packages 62 kB/s | 16 kB 00:00 2024-05-17T23:17:07.313 INFO:teuthology.orchestra.run.smithi152.stdout:Extra Packages for Enterprise Linux 14 MB/s | 21 MB 00:01 2024-05-17T23:17:07.399 INFO:teuthology.orchestra.run.smithi050.stdout:CentOS Stream 9 - CRB 15 MB/s | 6.2 MB 00:00 2024-05-17T23:17:08.900 INFO:teuthology.orchestra.run.smithi050.stdout:CentOS Stream 9 - Extras packages 55 kB/s | 16 kB 00:00 2024-05-17T23:17:11.255 INFO:teuthology.orchestra.run.smithi050.stdout:Extra Packages for Enterprise Linux 9.6 MB/s | 21 MB 00:02 2024-05-17T23:17:12.521 INFO:teuthology.orchestra.run.smithi152.stdout:lab-extras 21 kB/s | 1.7 kB 00:00 2024-05-17T23:17:14.511 INFO:teuthology.orchestra.run.smithi152.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-17T23:17:14.511 INFO:teuthology.orchestra.run.smithi152.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-17T23:17:14.603 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2024-05-17T23:17:14.608 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2024-05-17T23:17:14.609 INFO:teuthology.orchestra.run.smithi152.stdout: Package Architecture Version Repository Size 2024-05-17T23:17:14.609 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2024-05-17T23:17:14.609 INFO:teuthology.orchestra.run.smithi152.stdout:Installing: 2024-05-17T23:17:14.609 INFO:teuthology.orchestra.run.smithi152.stdout: kernel x86_64 5.14.0-446.el9 baseos 550 k 2024-05-17T23:17:14.609 INFO:teuthology.orchestra.run.smithi152.stdout:Installing dependencies: 2024-05-17T23:17:14.609 INFO:teuthology.orchestra.run.smithi152.stdout: kernel-core x86_64 5.14.0-446.el9 baseos 15 M 2024-05-17T23:17:14.609 INFO:teuthology.orchestra.run.smithi152.stdout: kernel-modules x86_64 5.14.0-446.el9 baseos 34 M 2024-05-17T23:17:14.609 INFO:teuthology.orchestra.run.smithi152.stdout: kernel-modules-core x86_64 5.14.0-446.el9 baseos 28 M 2024-05-17T23:17:14.609 INFO:teuthology.orchestra.run.smithi152.stdout: 2024-05-17T23:17:14.609 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction Summary 2024-05-17T23:17:14.609 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2024-05-17T23:17:14.609 INFO:teuthology.orchestra.run.smithi152.stdout:Install 4 Packages 2024-05-17T23:17:14.609 INFO:teuthology.orchestra.run.smithi152.stdout: 2024-05-17T23:17:14.610 INFO:teuthology.orchestra.run.smithi152.stdout:Total download size: 78 M 2024-05-17T23:17:14.610 INFO:teuthology.orchestra.run.smithi152.stdout:Installed size: 123 M 2024-05-17T23:17:14.610 INFO:teuthology.orchestra.run.smithi152.stdout:Downloading Packages: 2024-05-17T23:17:15.598 INFO:teuthology.orchestra.run.smithi152.stdout:(1/4): kernel-5.14.0-446.el9.x86_64.rpm 582 kB/s | 550 kB 00:00 2024-05-17T23:17:16.206 INFO:teuthology.orchestra.run.smithi152.stdout:(2/4): kernel-core-5.14.0-446.el9.x86_64.rpm 10 MB/s | 15 MB 00:01 2024-05-17T23:17:16.635 INFO:teuthology.orchestra.run.smithi050.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-05-17T23:17:17.132 INFO:teuthology.orchestra.run.smithi152.stdout:(3/4): kernel-modules-5.14.0-446.el9.x86_64.rpm 14 MB/s | 34 MB 00:02 2024-05-17T23:17:18.632 INFO:teuthology.orchestra.run.smithi152.stdout:(4/4): kernel-modules-core-5.14.0-446.el9.x86_6 9.2 MB/s | 28 MB 00:03 2024-05-17T23:17:18.632 INFO:teuthology.orchestra.run.smithi152.stdout:-------------------------------------------------------------------------------- 2024-05-17T23:17:18.632 INFO:teuthology.orchestra.run.smithi152.stdout:Total 19 MB/s | 78 MB 00:04 2024-05-17T23:17:18.658 INFO:teuthology.orchestra.run.smithi050.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-17T23:17:18.658 INFO:teuthology.orchestra.run.smithi050.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-17T23:17:18.757 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2024-05-17T23:17:18.764 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-17T23:17:18.764 INFO:teuthology.orchestra.run.smithi050.stdout: Package Architecture Version Repository Size 2024-05-17T23:17:18.764 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-17T23:17:18.764 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2024-05-17T23:17:18.764 INFO:teuthology.orchestra.run.smithi050.stdout: kernel x86_64 5.14.0-446.el9 baseos 550 k 2024-05-17T23:17:18.764 INFO:teuthology.orchestra.run.smithi050.stdout:Installing dependencies: 2024-05-17T23:17:18.765 INFO:teuthology.orchestra.run.smithi050.stdout: kernel-core x86_64 5.14.0-446.el9 baseos 15 M 2024-05-17T23:17:18.765 INFO:teuthology.orchestra.run.smithi050.stdout: kernel-modules x86_64 5.14.0-446.el9 baseos 34 M 2024-05-17T23:17:18.765 INFO:teuthology.orchestra.run.smithi050.stdout: kernel-modules-core x86_64 5.14.0-446.el9 baseos 28 M 2024-05-17T23:17:18.765 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-17T23:17:18.765 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2024-05-17T23:17:18.765 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-17T23:17:18.765 INFO:teuthology.orchestra.run.smithi050.stdout:Install 4 Packages 2024-05-17T23:17:18.765 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-17T23:17:18.765 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 78 M 2024-05-17T23:17:18.765 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 123 M 2024-05-17T23:17:18.765 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2024-05-17T23:17:19.012 INFO:teuthology.orchestra.run.smithi050.stdout:(1/4): kernel-5.14.0-446.el9.x86_64.rpm 3.0 MB/s | 550 kB 00:00 2024-05-17T23:17:19.314 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction check 2024-05-17T23:17:19.655 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction check succeeded. 2024-05-17T23:17:19.655 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction test 2024-05-17T23:17:19.895 INFO:teuthology.orchestra.run.smithi050.stdout:(2/4): kernel-core-5.14.0-446.el9.x86_64.rpm 15 MB/s | 15 MB 00:01 2024-05-17T23:17:20.580 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction test succeeded. 2024-05-17T23:17:20.581 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction 2024-05-17T23:17:20.695 INFO:teuthology.orchestra.run.smithi050.stdout:(3/4): kernel-modules-core-5.14.0-446.el9.x86_6 17 MB/s | 28 MB 00:01 2024-05-17T23:17:21.262 INFO:teuthology.orchestra.run.smithi050.stdout:(4/4): kernel-modules-5.14.0-446.el9.x86_64.rpm 14 MB/s | 34 MB 00:02 2024-05-17T23:17:21.263 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2024-05-17T23:17:21.263 INFO:teuthology.orchestra.run.smithi050.stdout:Total 31 MB/s | 78 MB 00:02 2024-05-17T23:17:21.978 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2024-05-17T23:17:22.392 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2024-05-17T23:17:22.392 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2024-05-17T23:17:22.973 INFO:teuthology.orchestra.run.smithi152.stdout: Preparing : 1/1 2024-05-17T23:17:23.359 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2024-05-17T23:17:23.360 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2024-05-17T23:17:23.667 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : kernel-modules-core-5.14.0-446.el9.x86_64 1/4 2024-05-17T23:17:23.759 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-17T23:17:25.880 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2024-05-17T23:17:26.430 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-17T23:17:26.518 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : kernel-modules-core-5.14.0-446.el9.x86_64 1/4 2024-05-17T23:17:26.562 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-17T23:17:26.605 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-17T23:17:29.425 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-17T23:17:29.568 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-17T23:17:31.274 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-17T23:17:31.324 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : kernel-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:17:34.639 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-17T23:17:34.688 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : kernel-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:17:36.078 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: kernel-modules-core-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:17:39.791 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: kernel-modules-core-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:18:05.501 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: kernel-core-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:18:05.540 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: kernel-modules-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:18:05.849 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: kernel-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:18:05.849 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : kernel-5.14.0-446.el9.x86_64 1/4 2024-05-17T23:18:05.849 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-17T23:18:05.849 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-17T23:18:06.704 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : kernel-modules-core-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:18:06.704 INFO:teuthology.orchestra.run.smithi152.stdout: 2024-05-17T23:18:06.704 INFO:teuthology.orchestra.run.smithi152.stdout:Installed: 2024-05-17T23:18:06.704 INFO:teuthology.orchestra.run.smithi152.stdout: kernel-5.14.0-446.el9.x86_64 2024-05-17T23:18:06.705 INFO:teuthology.orchestra.run.smithi152.stdout: kernel-core-5.14.0-446.el9.x86_64 2024-05-17T23:18:06.705 INFO:teuthology.orchestra.run.smithi152.stdout: kernel-modules-5.14.0-446.el9.x86_64 2024-05-17T23:18:06.705 INFO:teuthology.orchestra.run.smithi152.stdout: kernel-modules-core-5.14.0-446.el9.x86_64 2024-05-17T23:18:06.705 INFO:teuthology.orchestra.run.smithi152.stdout: 2024-05-17T23:18:06.705 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2024-05-17T23:18:07.081 DEBUG:teuthology.orchestra.run.smithi152:> rpm -q kernel | sort -rV | head -n 1 2024-05-17T23:18:07.158 INFO:teuthology.orchestra.run.smithi152.stdout:kernel-5.14.0-446.el9.x86_64 2024-05-17T23:18:07.158 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-446.el9.x86_64 2024-05-17T23:18:07.158 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-446.el9.x86_64 2024-05-17T23:18:07.158 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-17T23:18:07.158 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-17T23:18:07.158 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-17T23:18:07.159 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi152.front.sepia.ceph.com, path=None, version=distro) 2024-05-17T23:18:07.159 DEBUG:teuthology.orchestra.run.smithi152:> rpm -q kernel | sort -rV | head -n 1 2024-05-17T23:18:07.209 INFO:teuthology.orchestra.run.smithi152.stdout:kernel-5.14.0-446.el9.x86_64 2024-05-17T23:18:07.209 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-446.el9.x86_64 2024-05-17T23:18:07.210 DEBUG:teuthology.orchestra.run.smithi152:> sudo rpm -qi grub2-tools 2024-05-17T23:18:07.240 INFO:teuthology.orchestra.run.smithi152.stdout:Name : grub2-tools 2024-05-17T23:18:07.241 INFO:teuthology.orchestra.run.smithi152.stdout:Epoch : 1 2024-05-17T23:18:07.241 INFO:teuthology.orchestra.run.smithi152.stdout:Version : 2.06 2024-05-17T23:18:07.241 INFO:teuthology.orchestra.run.smithi152.stdout:Release : 68.el9 2024-05-17T23:18:07.241 INFO:teuthology.orchestra.run.smithi152.stdout:Architecture: x86_64 2024-05-17T23:18:07.241 INFO:teuthology.orchestra.run.smithi152.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-17T23:18:07.241 INFO:teuthology.orchestra.run.smithi152.stdout:Group : Unspecified 2024-05-17T23:18:07.241 INFO:teuthology.orchestra.run.smithi152.stdout:Size : 8264254 2024-05-17T23:18:07.241 INFO:teuthology.orchestra.run.smithi152.stdout:License : GPLv3+ 2024-05-17T23:18:07.241 INFO:teuthology.orchestra.run.smithi152.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-17T23:18:07.241 INFO:teuthology.orchestra.run.smithi152.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-17T23:18:07.241 INFO:teuthology.orchestra.run.smithi152.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-17T23:18:07.241 INFO:teuthology.orchestra.run.smithi152.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-17T23:18:07.241 INFO:teuthology.orchestra.run.smithi152.stdout:Packager : builder@centos.org 2024-05-17T23:18:07.242 INFO:teuthology.orchestra.run.smithi152.stdout:Vendor : CentOS 2024-05-17T23:18:07.242 INFO:teuthology.orchestra.run.smithi152.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-17T23:18:07.242 INFO:teuthology.orchestra.run.smithi152.stdout:Summary : Support tools for GRUB. 2024-05-17T23:18:07.242 INFO:teuthology.orchestra.run.smithi152.stdout:Description : 2024-05-17T23:18:07.242 INFO:teuthology.orchestra.run.smithi152.stdout: 2024-05-17T23:18:07.242 INFO:teuthology.orchestra.run.smithi152.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-17T23:18:07.242 INFO:teuthology.orchestra.run.smithi152.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-17T23:18:07.242 INFO:teuthology.orchestra.run.smithi152.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-17T23:18:07.242 INFO:teuthology.orchestra.run.smithi152.stdout:hardware devices. 2024-05-17T23:18:07.242 INFO:teuthology.orchestra.run.smithi152.stdout: 2024-05-17T23:18:07.242 INFO:teuthology.orchestra.run.smithi152.stdout:This subpackage provides tools for support of all platforms. 2024-05-17T23:18:07.243 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-17T23:18:07.243 INFO:teuthology.task.kernel:Updating grub on smithi152 to boot 5.14.0-446.el9.x86_64 2024-05-17T23:18:07.243 DEBUG:teuthology.orchestra.run.smithi152:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-17T23:18:07.957 INFO:teuthology.orchestra.run.smithi152.stderr:Generating grub configuration file ... 2024-05-17T23:18:09.430 INFO:teuthology.orchestra.run.smithi152.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-17T23:18:09.460 INFO:teuthology.orchestra.run.smithi152.stderr:done 2024-05-17T23:18:09.463 DEBUG:teuthology.orchestra.run.smithi152:> mktemp 2024-05-17T23:18:09.477 INFO:teuthology.orchestra.run.smithi152.stdout:/tmp/tmp.lKeoGwX8Gh 2024-05-17T23:18:09.478 DEBUG:teuthology.orchestra.run.smithi152:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.lKeoGwX8Gh 2024-05-17T23:18:09.553 DEBUG:teuthology.orchestra.run.smithi152:> sudo chmod 0666 /tmp/tmp.lKeoGwX8Gh 2024-05-17T23:18:09.689 DEBUG:teuthology.orchestra.remote:smithi152:/tmp/tmp.lKeoGwX8Gh is 6KB 2024-05-17T23:18:09.737 DEBUG:teuthology.orchestra.run.smithi152:> rm -fr /tmp/tmp.lKeoGwX8Gh 2024-05-17T23:18:09.752 DEBUG:teuthology.orchestra.run.smithi152:> sudo /bin/ls /boot/loader/entries || true 2024-05-17T23:18:09.814 INFO:teuthology.orchestra.run.smithi152.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-17T23:18:09.814 INFO:teuthology.orchestra.run.smithi152.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-17T23:18:09.814 INFO:teuthology.orchestra.run.smithi152.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-17T23:18:09.814 INFO:teuthology.orchestra.run.smithi152.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-446.el9.x86_64.conf 2024-05-17T23:18:09.815 DEBUG:teuthology.orchestra.run.smithi152:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-446.el9.x86_64 2024-05-17T23:18:09.939 DEBUG:teuthology.orchestra.run.smithi152:> sudo shutdown -r now 2024-05-17T23:18:10.895 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: kernel-core-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:18:10.935 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: kernel-modules-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:18:11.226 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: kernel-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:18:11.226 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : kernel-5.14.0-446.el9.x86_64 1/4 2024-05-17T23:18:11.227 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-17T23:18:11.227 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-17T23:18:12.039 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : kernel-modules-core-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:18:12.039 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-17T23:18:12.039 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2024-05-17T23:18:12.040 INFO:teuthology.orchestra.run.smithi050.stdout: kernel-5.14.0-446.el9.x86_64 2024-05-17T23:18:12.040 INFO:teuthology.orchestra.run.smithi050.stdout: kernel-core-5.14.0-446.el9.x86_64 2024-05-17T23:18:12.040 INFO:teuthology.orchestra.run.smithi050.stdout: kernel-modules-5.14.0-446.el9.x86_64 2024-05-17T23:18:12.040 INFO:teuthology.orchestra.run.smithi050.stdout: kernel-modules-core-5.14.0-446.el9.x86_64 2024-05-17T23:18:12.040 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-17T23:18:12.040 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2024-05-17T23:18:12.431 DEBUG:teuthology.orchestra.run.smithi050:> rpm -q kernel | sort -rV | head -n 1 2024-05-17T23:18:12.509 INFO:teuthology.orchestra.run.smithi050.stdout:kernel-5.14.0-446.el9.x86_64 2024-05-17T23:18:12.510 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-446.el9.x86_64 2024-05-17T23:18:12.510 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-446.el9.x86_64 2024-05-17T23:18:12.510 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-17T23:18:12.510 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-17T23:18:12.511 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-17T23:18:12.511 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi050.front.sepia.ceph.com, path=None, version=distro) 2024-05-17T23:18:12.511 DEBUG:teuthology.orchestra.run.smithi050:> rpm -q kernel | sort -rV | head -n 1 2024-05-17T23:18:12.562 INFO:teuthology.orchestra.run.smithi050.stdout:kernel-5.14.0-446.el9.x86_64 2024-05-17T23:18:12.562 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-446.el9.x86_64 2024-05-17T23:18:12.562 DEBUG:teuthology.orchestra.run.smithi050:> sudo rpm -qi grub2-tools 2024-05-17T23:18:12.597 INFO:teuthology.orchestra.run.smithi050.stdout:Name : grub2-tools 2024-05-17T23:18:12.597 INFO:teuthology.orchestra.run.smithi050.stdout:Epoch : 1 2024-05-17T23:18:12.597 INFO:teuthology.orchestra.run.smithi050.stdout:Version : 2.06 2024-05-17T23:18:12.597 INFO:teuthology.orchestra.run.smithi050.stdout:Release : 68.el9 2024-05-17T23:18:12.597 INFO:teuthology.orchestra.run.smithi050.stdout:Architecture: x86_64 2024-05-17T23:18:12.597 INFO:teuthology.orchestra.run.smithi050.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-17T23:18:12.597 INFO:teuthology.orchestra.run.smithi050.stdout:Group : Unspecified 2024-05-17T23:18:12.597 INFO:teuthology.orchestra.run.smithi050.stdout:Size : 8264254 2024-05-17T23:18:12.597 INFO:teuthology.orchestra.run.smithi050.stdout:License : GPLv3+ 2024-05-17T23:18:12.598 INFO:teuthology.orchestra.run.smithi050.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-17T23:18:12.598 INFO:teuthology.orchestra.run.smithi050.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-17T23:18:12.598 INFO:teuthology.orchestra.run.smithi050.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-17T23:18:12.598 INFO:teuthology.orchestra.run.smithi050.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-17T23:18:12.598 INFO:teuthology.orchestra.run.smithi050.stdout:Packager : builder@centos.org 2024-05-17T23:18:12.598 INFO:teuthology.orchestra.run.smithi050.stdout:Vendor : CentOS 2024-05-17T23:18:12.598 INFO:teuthology.orchestra.run.smithi050.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-17T23:18:12.598 INFO:teuthology.orchestra.run.smithi050.stdout:Summary : Support tools for GRUB. 2024-05-17T23:18:12.598 INFO:teuthology.orchestra.run.smithi050.stdout:Description : 2024-05-17T23:18:12.598 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-17T23:18:12.598 INFO:teuthology.orchestra.run.smithi050.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-17T23:18:12.598 INFO:teuthology.orchestra.run.smithi050.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-17T23:18:12.598 INFO:teuthology.orchestra.run.smithi050.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-17T23:18:12.599 INFO:teuthology.orchestra.run.smithi050.stdout:hardware devices. 2024-05-17T23:18:12.599 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-17T23:18:12.599 INFO:teuthology.orchestra.run.smithi050.stdout:This subpackage provides tools for support of all platforms. 2024-05-17T23:18:12.599 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-17T23:18:12.600 INFO:teuthology.task.kernel:Updating grub on smithi050 to boot 5.14.0-446.el9.x86_64 2024-05-17T23:18:12.600 DEBUG:teuthology.orchestra.run.smithi050:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-17T23:18:13.222 INFO:teuthology.orchestra.run.smithi050.stderr:Generating grub configuration file ... 2024-05-17T23:18:14.635 INFO:teuthology.orchestra.run.smithi050.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-17T23:18:14.662 INFO:teuthology.orchestra.run.smithi050.stderr:done 2024-05-17T23:18:14.664 DEBUG:teuthology.orchestra.run.smithi050:> mktemp 2024-05-17T23:18:14.679 INFO:teuthology.orchestra.run.smithi050.stdout:/tmp/tmp.HEvVdv1lWK 2024-05-17T23:18:14.679 DEBUG:teuthology.orchestra.run.smithi050:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.HEvVdv1lWK 2024-05-17T23:18:14.756 DEBUG:teuthology.orchestra.run.smithi050:> sudo chmod 0666 /tmp/tmp.HEvVdv1lWK 2024-05-17T23:18:14.900 DEBUG:teuthology.orchestra.remote:smithi050:/tmp/tmp.HEvVdv1lWK is 6KB 2024-05-17T23:18:14.948 DEBUG:teuthology.orchestra.run.smithi050:> rm -fr /tmp/tmp.HEvVdv1lWK 2024-05-17T23:18:14.963 DEBUG:teuthology.orchestra.run.smithi050:> sudo /bin/ls /boot/loader/entries || true 2024-05-17T23:18:15.025 INFO:teuthology.orchestra.run.smithi050.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-17T23:18:15.025 INFO:teuthology.orchestra.run.smithi050.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-17T23:18:15.025 INFO:teuthology.orchestra.run.smithi050.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-17T23:18:15.025 INFO:teuthology.orchestra.run.smithi050.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-446.el9.x86_64.conf 2024-05-17T23:18:15.026 DEBUG:teuthology.orchestra.run.smithi050:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-446.el9.x86_64 2024-05-17T23:18:15.176 DEBUG:teuthology.orchestra.run.smithi050:> sudo shutdown -r now 2024-05-17T23:18:39.966 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-17T23:18:39.967 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi152.front.sepia.ceph.com' 2024-05-17T23:18:39.968 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-17T23:18:45.182 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-17T23:18:45.182 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi050.front.sepia.ceph.com' 2024-05-17T23:18:45.183 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi050.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-17T23:18:58.339 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.152 2024-05-17T23:19:03.710 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.50 2024-05-17T23:19:07.342 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi152.front.sepia.ceph.com' 2024-05-17T23:19:07.343 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-17T23:19:10.402 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.152 2024-05-17T23:19:12.714 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi050.front.sepia.ceph.com' 2024-05-17T23:19:12.715 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi050.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-17T23:19:15.774 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.50 2024-05-17T23:19:22.406 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi152.front.sepia.ceph.com' 2024-05-17T23:19:22.407 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-17T23:19:27.778 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi050.front.sepia.ceph.com' 2024-05-17T23:19:27.780 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi050.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-17T23:19:59.744 DEBUG:teuthology.orchestra.run.smithi050:> true 2024-05-17T23:20:00.141 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi050.front.sepia.ceph.com' 2024-05-17T23:20:00.141 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-446.el9.x86_64"... 2024-05-17T23:20:00.142 DEBUG:teuthology.orchestra.run.smithi050:> uname -r 2024-05-17T23:20:00.157 INFO:teuthology.orchestra.run.smithi050.stdout:5.14.0-446.el9.x86_64 2024-05-17T23:20:00.157 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-446.el9.x86_64 vs 5.14.0-446.el9.x86_64 2024-05-17T23:20:00.158 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-17T23:20:00.158 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-17T23:20:01.158 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-17T23:20:01.158 DEBUG:teuthology.orchestra.run.smithi050:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-17T23:20:01.269 INFO:teuthology.orchestra.run.smithi050.stdout:ttyS1 2024-05-17T23:20:01.303 DEBUG:teuthology.parallel:result is None 2024-05-17T23:20:22.409 DEBUG:teuthology.orchestra.remote:timed out 2024-05-17T23:20:37.409 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi152.front.sepia.ceph.com' 2024-05-17T23:20:37.411 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-17T23:20:37.765 DEBUG:teuthology.orchestra.run.smithi152:> true 2024-05-17T23:20:38.124 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi152.front.sepia.ceph.com' 2024-05-17T23:20:38.124 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-446.el9.x86_64"... 2024-05-17T23:20:38.124 DEBUG:teuthology.orchestra.run.smithi152:> uname -r 2024-05-17T23:20:38.140 INFO:teuthology.orchestra.run.smithi152.stdout:5.14.0-446.el9.x86_64 2024-05-17T23:20:38.140 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-446.el9.x86_64 vs 5.14.0-446.el9.x86_64 2024-05-17T23:20:38.140 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-17T23:20:38.140 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-17T23:20:39.142 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-17T23:20:39.142 DEBUG:teuthology.orchestra.run.smithi152:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-17T23:20:39.210 INFO:teuthology.orchestra.run.smithi152.stdout:ttyS1 2024-05-17T23:20:39.245 DEBUG:teuthology.parallel:result is None 2024-05-17T23:20:39.245 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-17T23:20:39.253 INFO:teuthology.task.internal:Creating test directory... 2024-05-17T23:20:39.253 DEBUG:teuthology.orchestra.run.smithi050:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-17T23:20:39.256 DEBUG:teuthology.orchestra.run.smithi152:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-17T23:20:39.273 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-17T23:20:39.280 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-17T23:20:39.288 INFO:teuthology.task.internal:Creating archive directory... 2024-05-17T23:20:39.288 DEBUG:teuthology.orchestra.run.smithi050:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-17T23:20:39.315 DEBUG:teuthology.orchestra.run.smithi152:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-17T23:20:39.351 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-17T23:20:39.358 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-17T23:20:39.359 DEBUG:teuthology.orchestra.run.smithi050:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-17T23:20:39.383 DEBUG:teuthology.orchestra.run.smithi152:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-17T23:20:39.417 INFO:teuthology.orchestra.run.smithi152.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-17T23:20:39.418 INFO:teuthology.orchestra.run.smithi050.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-17T23:20:39.428 INFO:teuthology.orchestra.run.smithi152.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-17T23:20:39.430 INFO:teuthology.orchestra.run.smithi050.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-17T23:20:39.432 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-17T23:20:39.440 INFO:teuthology.task.internal:Configuring sudo... 2024-05-17T23:20:39.440 DEBUG:teuthology.orchestra.run.smithi050:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-17T23:20:39.475 DEBUG:teuthology.orchestra.run.smithi152:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-17T23:20:39.503 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-17T23:20:39.512 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-17T23:20:39.513 DEBUG:teuthology.orchestra.run.smithi050:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-17T23:20:39.546 DEBUG:teuthology.orchestra.run.smithi152:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-17T23:20:39.563 DEBUG:teuthology.orchestra.run.smithi050:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-17T23:20:39.649 DEBUG:teuthology.orchestra.run.smithi050:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-17T23:20:39.699 DEBUG:teuthology.orchestra.run.smithi050:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-17T23:20:39.785 DEBUG:teuthology.orchestra.run.smithi050:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-17T23:20:39.827 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2024-05-17T23:20:39.827 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-17T23:20:39.894 DEBUG:teuthology.orchestra.run.smithi152:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-17T23:20:39.940 DEBUG:teuthology.orchestra.run.smithi152:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-17T23:20:39.992 DEBUG:teuthology.orchestra.run.smithi152:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-17T23:20:40.078 DEBUG:teuthology.orchestra.run.smithi152:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-17T23:20:40.119 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2024-05-17T23:20:40.119 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-17T23:20:40.186 DEBUG:teuthology.orchestra.run.smithi050:> sudo service rsyslog restart 2024-05-17T23:20:40.189 DEBUG:teuthology.orchestra.run.smithi152:> sudo service rsyslog restart 2024-05-17T23:20:40.246 INFO:teuthology.orchestra.run.smithi050.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-17T23:20:40.261 INFO:teuthology.orchestra.run.smithi152.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-17T23:20:40.635 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-17T23:20:40.645 INFO:teuthology.task.internal:Starting timer... 2024-05-17T23:20:40.645 INFO:teuthology.run_tasks:Running task pcp... 2024-05-17T23:20:40.665 INFO:teuthology.run_tasks:Running task selinux... 2024-05-17T23:20:40.682 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-17T23:20:40.682 DEBUG:teuthology.orchestra.run.smithi050:> sudo service auditd rotate 2024-05-17T23:20:40.741 INFO:teuthology.orchestra.run.smithi050.stdout:Rotating logs: 2024-05-17T23:20:40.743 DEBUG:teuthology.orchestra.run.smithi152:> sudo service auditd rotate 2024-05-17T23:20:40.807 INFO:teuthology.orchestra.run.smithi152.stdout:Rotating logs: 2024-05-17T23:20:40.809 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-17T23:20:40.810 DEBUG:teuthology.orchestra.run.smithi050:> /usr/sbin/getenforce 2024-05-17T23:20:40.858 INFO:teuthology.orchestra.run.smithi050.stdout:Permissive 2024-05-17T23:20:40.859 DEBUG:teuthology.orchestra.run.smithi152:> /usr/sbin/getenforce 2024-05-17T23:20:40.885 INFO:teuthology.orchestra.run.smithi152.stdout:Permissive 2024-05-17T23:20:40.886 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi050.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi152.front.sepia.ceph.com': 'permissive'} 2024-05-17T23:20:40.886 DEBUG:teuthology.orchestra.run.smithi050:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-17T23:20:40.914 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-17T23:20:40.914 DEBUG:teuthology.orchestra.run.smithi152:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-17T23:20:40.952 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-17T23:20:40.953 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-17T23:20:40.953 DEBUG:teuthology.orchestra.run.smithi050:> sudo /usr/sbin/setenforce permissive 2024-05-17T23:20:40.983 DEBUG:teuthology.orchestra.run.smithi152:> sudo /usr/sbin/setenforce permissive 2024-05-17T23:20:41.024 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-17T23:20:41.033 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-17T23:20:41.045 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-05-17T23:20:41.046 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi050.front.sepia.ceph.com,smithi152.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-17T23:24:33.152 INFO:teuthology.task.ansible:Archiving ansible failure log at: /home/teuthworker/archive/teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi/7711934/ansible_failures.yaml 2024-05-17T23:24:33.155 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_bb9e32da229c89506a41d514c5982485274ba989/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_bb9e32da229c89506a41d514c5982485274ba989/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_bb9e32da229c89506a41d514c5982485274ba989/teuthology/task/ansible.py", line 508, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_bb9e32da229c89506a41d514c5982485274ba989/teuthology/task/ansible.py", line 342, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_bb9e32da229c89506a41d514c5982485274ba989/teuthology/task/ansible.py", line 374, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_bb9e32da229c89506a41d514c5982485274ba989/teuthology/task/ansible.py", line 402, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: ['Unsupported parameters for (stat) module: get_md5. Supported parameters include: checksum_algorithm, follow, get_attributes, get_checksum, get_mime, path (attr, attributes, checksum, checksum_algo, dest, mime, mime-type, mime_type, name).'] 2024-05-17T23:24:33.362 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=77bb937155a443139bf13fa442fb9a26 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_bb9e32da229c89506a41d514c5982485274ba989/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_bb9e32da229c89506a41d514c5982485274ba989/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_bb9e32da229c89506a41d514c5982485274ba989/teuthology/task/ansible.py", line 508, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_bb9e32da229c89506a41d514c5982485274ba989/teuthology/task/ansible.py", line 342, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_bb9e32da229c89506a41d514c5982485274ba989/teuthology/task/ansible.py", line 374, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_bb9e32da229c89506a41d514c5982485274ba989/teuthology/task/ansible.py", line 402, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: ['Unsupported parameters for (stat) module: get_md5. Supported parameters include: checksum_algorithm, follow, get_attributes, get_checksum, get_mime, path (attr, attributes, checksum, checksum_algo, dest, mime, mime-type, mime_type, name).'] 2024-05-17T23:24:33.364 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-17T23:24:33.372 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-17T23:24:33.373 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-17T23:24:33.385 DEBUG:teuthology.orchestra.run.smithi050:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-17T23:24:33.448 DEBUG:teuthology.orchestra.run.smithi152:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-17T23:24:33.510 DEBUG:teuthology.orchestra.run.smithi050:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-17T23:24:33.538 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-17T23:24:33.539 DEBUG:teuthology.orchestra.run.smithi152:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-17T23:24:33.568 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-17T23:24:33.569 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-17T23:24:33.582 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-17T23:24:33.590 INFO:teuthology.task.internal:Duration was 232.945315 seconds 2024-05-17T23:24:33.591 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-17T23:24:33.599 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-17T23:24:33.599 DEBUG:teuthology.orchestra.run.smithi050:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-17T23:24:33.602 DEBUG:teuthology.orchestra.run.smithi152:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-17T23:24:33.640 INFO:teuthology.orchestra.run.smithi050.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-17T23:24:33.650 INFO:teuthology.orchestra.run.smithi152.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-17T23:24:33.884 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-17T23:24:33.884 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi050.front.sepia.ceph.com 2024-05-17T23:24:33.884 DEBUG:teuthology.orchestra.run.smithi050:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-17T23:24:33.953 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi152.front.sepia.ceph.com 2024-05-17T23:24:33.954 DEBUG:teuthology.orchestra.run.smithi152:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-17T23:24:33.990 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-17T23:24:33.991 DEBUG:teuthology.orchestra.run.smithi050:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-17T23:24:33.996 DEBUG:teuthology.orchestra.run.smithi152:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-17T23:24:34.057 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-17T23:24:34.057 DEBUG:teuthology.orchestra.run.smithi050:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-17T23:24:34.064 DEBUG:teuthology.orchestra.run.smithi152:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-17T23:24:34.183 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-17T23:24:34.192 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-17T23:24:34.192 DEBUG:teuthology.orchestra.run.smithi050:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-17T23:24:34.218 DEBUG:teuthology.orchestra.run.smithi152:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-17T23:24:34.243 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-17T23:24:34.252 DEBUG:teuthology.orchestra.run.smithi050:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-17T23:24:34.261 DEBUG:teuthology.orchestra.run.smithi152:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-17T23:24:34.282 INFO:teuthology.orchestra.run.smithi050.stdout:kernel.core_pattern = core 2024-05-17T23:24:34.306 INFO:teuthology.orchestra.run.smithi152.stdout:kernel.core_pattern = core 2024-05-17T23:24:34.333 DEBUG:teuthology.orchestra.run.smithi050:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-17T23:24:34.364 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-17T23:24:34.365 DEBUG:teuthology.orchestra.run.smithi152:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-17T23:24:34.387 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-17T23:24:34.388 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-17T23:24:34.397 INFO:teuthology.task.internal:Transferring archived files... 2024-05-17T23:24:34.399 DEBUG:teuthology.misc:Transferring archived files from smithi050:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi/7711934/remote/smithi050 2024-05-17T23:24:34.400 DEBUG:teuthology.orchestra.run.smithi050:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-17T23:24:34.450 DEBUG:teuthology.misc:Transferring archived files from smithi152:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi/7711934/remote/smithi152 2024-05-17T23:24:34.451 DEBUG:teuthology.orchestra.run.smithi152:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-17T23:24:34.490 INFO:teuthology.task.internal:Removing archive directory... 2024-05-17T23:24:34.490 DEBUG:teuthology.orchestra.run.smithi050:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-17T23:24:34.493 DEBUG:teuthology.orchestra.run.smithi152:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-17T23:24:34.541 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-17T23:24:34.551 INFO:teuthology.task.internal:Not uploading archives. 2024-05-17T23:24:34.551 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-17T23:24:34.559 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-17T23:24:34.559 DEBUG:teuthology.orchestra.run.smithi050:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-17T23:24:34.562 DEBUG:teuthology.orchestra.run.smithi152:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-17T23:24:34.575 INFO:teuthology.orchestra.run.smithi050.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 17 23:24 /home/ubuntu/cephtest 2024-05-17T23:24:34.596 INFO:teuthology.orchestra.run.smithi152.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 17 23:24 /home/ubuntu/cephtest 2024-05-17T23:24:34.597 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-17T23:24:34.606 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-17T23:24:34.627 INFO:teuthology.run:Summary data: description: orch/cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_domain} duration: 232.94531536102295 failure_reason: '[''Unsupported parameters for (stat) module: get_md5. Supported parameters include: checksum_algorithm, follow, get_attributes, get_checksum, get_mime, path (attr, attributes, checksum, checksum_algo, dest, mime, mime-type, mime_type, name).'']' owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=77bb937155a443139bf13fa442fb9a26 status: dead success: false 2024-05-17T23:24:34.628 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-17T23:24:34.708 INFO:teuthology.run:DEAD