2024-05-17T23:20:51.634 INFO:root:teuthology version: 0.0.1.dev285+gbb9e32d 2024-05-17T23:20:51.634 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi/7711950 --description orch/cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_basic} --verbose --name teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi --owner scheduled_teuthology@teuthology -- /home/teuthworker/archive/teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi/7711950/orig.config.yaml 2024-05-17T23:20:51.664 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-17T23:20:51.752 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi/7711950 branch: squid description: orch/cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_basic} email: ceph-qa@ceph.com first_in_suite: false job_id: '7711950' 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: smithi105.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK8ES/1s0RBFTT8V1aVLTpnwK1FIuXtBxV25CAJlEp4D9ldlZfvj2JnU3ZA4M5YS4jhPpKgU1AsQHIn9BjJLYZk= smithi163.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOQZVrfTqLqteZHfrcLkDIUIqGVpAzdSGOsmkj6XtcFc+ahtKsroRe2b0/pq46XfALq7Fk1GZtXWUGDIL97zmXw= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm.configure_samba_client_container: role: host.b - cephadm: null - cephadm.shell: host.a: - ceph fs volume create cephfs - cephadm.wait_for_service: service: mds.cephfs - cephadm.shell: host.a: - cmd: ceph fs subvolumegroup create cephfs g1 - cmd: ceph fs subvolume create cephfs sub1 --group-name=g1 --mode=0777 - cmd: ceph fs authorize cephfs client.smbdata / rw - cmd: ceph osd pool create .smb --yes-i-really-mean-it - cmd: ceph osd pool application enable .smb smb - cmd: rados --pool=.smb --namespace=saserv1 put conf.toml /dev/stdin stdin: 'samba-container-config = "v0" [configs.saserv1] shares = ["share1"] globals = ["default", "domain"] instance_name = "SAMBA" [shares.share1.options] "vfs objects" = "ceph" path = "/" "ceph:config_file" = "/etc/ceph/ceph.conf" "ceph:user_id" = "smbdata" "kernel share modes" = "no" "read only" = "no" "browseable" = "yes" [globals.default.options] "server min protocol" = "SMB2" "load printers" = "no" "printing" = "bsd" "printcap name" = "/dev/null" "disable spoolss" = "yes" "guest ok" = "no" [globals.domain.options] security = "USER" workgroup = "STANDALONE1" [[users.all_entries]] name = "smbuser1" password = "insecure321" ' - cephadm.apply: specs: - cluster_id: saserv1 config_uri: rados://.smb/saserv1/conf.toml include_ceph_users: - client.smbdata placement: count: 1 service_id: saserv1 service_type: smb - cephadm.wait_for_service: service: smb.saserv1 - cephadm.exec: host.b: - sleep 30 - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U smbuser1%insecure321 //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share1 -c ls' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 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:20:51.753 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:20:51.753 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_5e65bbc034a18315fbc4c0d4136f3c11b643c2a3/qa/tasks 2024-05-17T23:20:51.753 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-17T23:20:51.755 INFO:teuthology.task.internal:Checking packages... 2024-05-17T23:20:51.776 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '0c7e7c0d119197fe4dc956046e4e3cc87821f1f8' 2024-05-17T23:20:51.776 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-17T23:20:51.776 INFO:teuthology.packaging:ref: None 2024-05-17T23:20:51.776 INFO:teuthology.packaging:tag: None 2024-05-17T23:20:51.777 INFO:teuthology.packaging:branch: squid 2024-05-17T23:20:51.777 INFO:teuthology.packaging:sha1: 0c7e7c0d119197fe4dc956046e4e3cc87821f1f8 2024-05-17T23:20:51.777 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:20:52.037 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2689.g5e65bbc0 2024-05-17T23:20:52.038 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-17T23:20:52.045 INFO:teuthology.task.internal:no buildpackages task found 2024-05-17T23:20:52.045 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-17T23:20:52.068 INFO:teuthology.task.internal:Saving configuration 2024-05-17T23:20:52.081 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-17T23:20:52.091 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-17T23:20:52.116 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi105.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi/7711950', '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:15:23.259385', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK8ES/1s0RBFTT8V1aVLTpnwK1FIuXtBxV25CAJlEp4D9ldlZfvj2JnU3ZA4M5YS4jhPpKgU1AsQHIn9BjJLYZk='} 2024-05-17T23:20:52.139 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi163.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi/7711950', '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:15:23.261455', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOQZVrfTqLqteZHfrcLkDIUIqGVpAzdSGOsmkj6XtcFc+ahtKsroRe2b0/pq46XfALq7Fk1GZtXWUGDIL97zmXw='} 2024-05-17T23:20:52.139 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-17T23:20:52.151 INFO:teuthology.task.internal:roles: ubuntu@smithi105.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2024-05-17T23:20:52.151 INFO:teuthology.task.internal:roles: ubuntu@smithi163.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2024-05-17T23:20:52.151 INFO:teuthology.run_tasks:Running task console_log... 2024-05-17T23:20:52.247 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ff8d8befac0>, signals=[15]) 2024-05-17T23:20:52.247 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-17T23:20:52.260 INFO:teuthology.task.internal:Opening connections... 2024-05-17T23:20:52.261 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi105.front.sepia.ceph.com 2024-05-17T23:20:52.262 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-17T23:20:52.338 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi163.front.sepia.ceph.com 2024-05-17T23:20:52.339 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-17T23:20:52.415 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-17T23:20:52.429 DEBUG:teuthology.orchestra.run.smithi105:> uname -m 2024-05-17T23:20:52.447 INFO:teuthology.orchestra.run.smithi105.stdout:x86_64 2024-05-17T23:20:52.448 DEBUG:teuthology.orchestra.run.smithi105:> cat /etc/os-release 2024-05-17T23:20:52.508 INFO:teuthology.orchestra.run.smithi105.stdout:NAME="CentOS Stream" 2024-05-17T23:20:52.509 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION="9" 2024-05-17T23:20:52.509 INFO:teuthology.orchestra.run.smithi105.stdout:ID="centos" 2024-05-17T23:20:52.509 INFO:teuthology.orchestra.run.smithi105.stdout:ID_LIKE="rhel fedora" 2024-05-17T23:20:52.509 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION_ID="9" 2024-05-17T23:20:52.509 INFO:teuthology.orchestra.run.smithi105.stdout:PLATFORM_ID="platform:el9" 2024-05-17T23:20:52.509 INFO:teuthology.orchestra.run.smithi105.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-17T23:20:52.509 INFO:teuthology.orchestra.run.smithi105.stdout:ANSI_COLOR="0;31" 2024-05-17T23:20:52.509 INFO:teuthology.orchestra.run.smithi105.stdout:LOGO="fedora-logo-icon" 2024-05-17T23:20:52.509 INFO:teuthology.orchestra.run.smithi105.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-17T23:20:52.509 INFO:teuthology.orchestra.run.smithi105.stdout:HOME_URL="https://centos.org/" 2024-05-17T23:20:52.509 INFO:teuthology.orchestra.run.smithi105.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-17T23:20:52.509 INFO:teuthology.orchestra.run.smithi105.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-17T23:20:52.509 INFO:teuthology.orchestra.run.smithi105.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-17T23:20:52.510 INFO:teuthology.lock.ops:Updating smithi105.front.sepia.ceph.com on lock server 2024-05-17T23:20:52.530 DEBUG:teuthology.orchestra.run.smithi163:> uname -m 2024-05-17T23:20:52.548 INFO:teuthology.orchestra.run.smithi163.stdout:x86_64 2024-05-17T23:20:52.548 DEBUG:teuthology.orchestra.run.smithi163:> cat /etc/os-release 2024-05-17T23:20:52.605 INFO:teuthology.orchestra.run.smithi163.stdout:NAME="CentOS Stream" 2024-05-17T23:20:52.606 INFO:teuthology.orchestra.run.smithi163.stdout:VERSION="9" 2024-05-17T23:20:52.606 INFO:teuthology.orchestra.run.smithi163.stdout:ID="centos" 2024-05-17T23:20:52.606 INFO:teuthology.orchestra.run.smithi163.stdout:ID_LIKE="rhel fedora" 2024-05-17T23:20:52.606 INFO:teuthology.orchestra.run.smithi163.stdout:VERSION_ID="9" 2024-05-17T23:20:52.606 INFO:teuthology.orchestra.run.smithi163.stdout:PLATFORM_ID="platform:el9" 2024-05-17T23:20:52.606 INFO:teuthology.orchestra.run.smithi163.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-17T23:20:52.606 INFO:teuthology.orchestra.run.smithi163.stdout:ANSI_COLOR="0;31" 2024-05-17T23:20:52.606 INFO:teuthology.orchestra.run.smithi163.stdout:LOGO="fedora-logo-icon" 2024-05-17T23:20:52.606 INFO:teuthology.orchestra.run.smithi163.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-17T23:20:52.606 INFO:teuthology.orchestra.run.smithi163.stdout:HOME_URL="https://centos.org/" 2024-05-17T23:20:52.606 INFO:teuthology.orchestra.run.smithi163.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-17T23:20:52.607 INFO:teuthology.orchestra.run.smithi163.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-17T23:20:52.607 INFO:teuthology.orchestra.run.smithi163.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-17T23:20:52.607 INFO:teuthology.lock.ops:Updating smithi163.front.sepia.ceph.com on lock server 2024-05-17T23:20:52.647 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-17T23:20:52.660 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-17T23:20:52.674 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-17T23:20:52.674 DEBUG:teuthology.orchestra.run.smithi105:> test '!' -e /home/ubuntu/cephtest 2024-05-17T23:20:52.677 DEBUG:teuthology.orchestra.run.smithi163:> test '!' -e /home/ubuntu/cephtest 2024-05-17T23:20:52.693 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-17T23:20:52.704 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-17T23:20:52.704 DEBUG:teuthology.orchestra.run.smithi105:> test -z $(ls -A /var/lib/ceph) 2024-05-17T23:20:52.734 DEBUG:teuthology.orchestra.run.smithi163:> test -z $(ls -A /var/lib/ceph) 2024-05-17T23:20:52.767 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-17T23:20:52.831 INFO:teuthology.run_tasks:Running task kernel... 2024-05-17T23:20:52.853 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-17T23:20:52.853 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-17T23:20:52.853 DEBUG:teuthology.orchestra.run.smithi105:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-17T23:20:52.854 DEBUG:teuthology.orchestra.run.smithi163:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-17T23:20:52.869 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-17T23:20:52.870 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2024-05-17T23:20:52.871 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-17T23:20:52.871 DEBUG:teuthology.orchestra.run.smithi163:> uname -r 2024-05-17T23:20:52.927 INFO:teuthology.orchestra.run.smithi105.stdout:5.14.0-437.el9.x86_64 2024-05-17T23:20:52.927 INFO:teuthology.task.kernel:Running kernel on smithi105: 5.14.0-437.el9.x86_64 2024-05-17T23:20:52.927 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum install -y kernel 2024-05-17T23:20:52.929 INFO:teuthology.orchestra.run.smithi163.stdout:5.14.0-437.el9.x86_64 2024-05-17T23:20:52.929 INFO:teuthology.task.kernel:Running kernel on smithi163: 5.14.0-437.el9.x86_64 2024-05-17T23:20:52.929 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum install -y kernel 2024-05-17T23:20:55.168 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.1 MB 00:00 2024-05-17T23:20:56.819 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 9 - AppStream 34 MB/s | 19 MB 00:00 2024-05-17T23:20:57.619 INFO:teuthology.orchestra.run.smithi163.stdout:CentOS Stream 9 - BaseOS 2.7 MB/s | 8.1 MB 00:03 2024-05-17T23:20:59.528 INFO:teuthology.orchestra.run.smithi163.stdout:CentOS Stream 9 - AppStream 23 MB/s | 19 MB 00:00 2024-05-17T23:21:01.362 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 9 - CRB 6.3 MB/s | 6.2 MB 00:00 2024-05-17T23:21:02.921 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 9 - Extras packages 77 kB/s | 16 kB 00:00 2024-05-17T23:21:05.103 INFO:teuthology.orchestra.run.smithi163.stdout:CentOS Stream 9 - CRB 3.2 MB/s | 6.2 MB 00:01 2024-05-17T23:21:06.064 INFO:teuthology.orchestra.run.smithi105.stdout:Extra Packages for Enterprise Linux 7.0 MB/s | 21 MB 00:03 2024-05-17T23:21:06.754 INFO:teuthology.orchestra.run.smithi163.stdout:CentOS Stream 9 - Extras packages 57 kB/s | 16 kB 00:00 2024-05-17T23:21:07.630 INFO:teuthology.orchestra.run.smithi163.stdout:Extra Packages for Enterprise Linux 29 MB/s | 21 MB 00:00 2024-05-17T23:21:11.147 INFO:teuthology.orchestra.run.smithi105.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-05-17T23:21:12.847 INFO:teuthology.orchestra.run.smithi163.stdout:lab-extras 15 kB/s | 1.7 kB 00:00 2024-05-17T23:21:13.095 INFO:teuthology.orchestra.run.smithi105.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-17T23:21:13.095 INFO:teuthology.orchestra.run.smithi105.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-17T23:21:13.187 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-05-17T23:21:13.198 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-05-17T23:21:13.199 INFO:teuthology.orchestra.run.smithi105.stdout: Package Architecture Version Repository Size 2024-05-17T23:21:13.199 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-05-17T23:21:13.199 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-05-17T23:21:13.199 INFO:teuthology.orchestra.run.smithi105.stdout: kernel x86_64 5.14.0-446.el9 baseos 550 k 2024-05-17T23:21:13.199 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2024-05-17T23:21:13.199 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-core x86_64 5.14.0-446.el9 baseos 15 M 2024-05-17T23:21:13.199 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-modules x86_64 5.14.0-446.el9 baseos 34 M 2024-05-17T23:21:13.199 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-modules-core x86_64 5.14.0-446.el9 baseos 28 M 2024-05-17T23:21:13.200 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-05-17T23:21:13.200 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-05-17T23:21:13.200 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-05-17T23:21:13.200 INFO:teuthology.orchestra.run.smithi105.stdout:Install 4 Packages 2024-05-17T23:21:13.200 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-05-17T23:21:13.201 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 78 M 2024-05-17T23:21:13.201 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 123 M 2024-05-17T23:21:13.201 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-05-17T23:21:13.532 INFO:teuthology.orchestra.run.smithi105.stdout:(1/4): kernel-5.14.0-446.el9.x86_64.rpm 2.0 MB/s | 550 kB 00:00 2024-05-17T23:21:14.837 INFO:teuthology.orchestra.run.smithi163.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-17T23:21:14.837 INFO:teuthology.orchestra.run.smithi163.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-17T23:21:14.935 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2024-05-17T23:21:14.943 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2024-05-17T23:21:14.944 INFO:teuthology.orchestra.run.smithi163.stdout: Package Architecture Version Repository Size 2024-05-17T23:21:14.944 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2024-05-17T23:21:14.944 INFO:teuthology.orchestra.run.smithi163.stdout:Installing: 2024-05-17T23:21:14.944 INFO:teuthology.orchestra.run.smithi163.stdout: kernel x86_64 5.14.0-446.el9 baseos 550 k 2024-05-17T23:21:14.944 INFO:teuthology.orchestra.run.smithi163.stdout:Installing dependencies: 2024-05-17T23:21:14.944 INFO:teuthology.orchestra.run.smithi163.stdout: kernel-core x86_64 5.14.0-446.el9 baseos 15 M 2024-05-17T23:21:14.944 INFO:teuthology.orchestra.run.smithi163.stdout: kernel-modules x86_64 5.14.0-446.el9 baseos 34 M 2024-05-17T23:21:14.944 INFO:teuthology.orchestra.run.smithi163.stdout: kernel-modules-core x86_64 5.14.0-446.el9 baseos 28 M 2024-05-17T23:21:14.944 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-05-17T23:21:14.944 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2024-05-17T23:21:14.944 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2024-05-17T23:21:14.944 INFO:teuthology.orchestra.run.smithi163.stdout:Install 4 Packages 2024-05-17T23:21:14.945 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-05-17T23:21:14.945 INFO:teuthology.orchestra.run.smithi163.stdout:Total download size: 78 M 2024-05-17T23:21:14.945 INFO:teuthology.orchestra.run.smithi163.stdout:Installed size: 123 M 2024-05-17T23:21:14.945 INFO:teuthology.orchestra.run.smithi163.stdout:Downloading Packages: 2024-05-17T23:21:15.132 INFO:teuthology.orchestra.run.smithi163.stdout:(1/4): kernel-5.14.0-446.el9.x86_64.rpm 5.1 MB/s | 550 kB 00:00 2024-05-17T23:21:15.699 INFO:teuthology.orchestra.run.smithi163.stdout:(2/4): kernel-core-5.14.0-446.el9.x86_64.rpm 23 MB/s | 15 MB 00:00 2024-05-17T23:21:16.266 INFO:teuthology.orchestra.run.smithi163.stdout:(3/4): kernel-modules-5.14.0-446.el9.x86_64.rpm 27 MB/s | 34 MB 00:01 2024-05-17T23:21:16.549 INFO:teuthology.orchestra.run.smithi163.stdout:(4/4): kernel-modules-core-5.14.0-446.el9.x86_6 20 MB/s | 28 MB 00:01 2024-05-17T23:21:16.549 INFO:teuthology.orchestra.run.smithi163.stdout:-------------------------------------------------------------------------------- 2024-05-17T23:21:16.549 INFO:teuthology.orchestra.run.smithi163.stdout:Total 49 MB/s | 78 MB 00:01 2024-05-17T23:21:17.157 INFO:teuthology.orchestra.run.smithi105.stdout:(2/4): kernel-core-5.14.0-446.el9.x86_64.rpm 4.0 MB/s | 15 MB 00:03 2024-05-17T23:21:17.238 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction check 2024-05-17T23:21:17.606 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction check succeeded. 2024-05-17T23:21:17.606 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction test 2024-05-17T23:21:18.549 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction test succeeded. 2024-05-17T23:21:18.550 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction 2024-05-17T23:21:19.615 INFO:teuthology.orchestra.run.smithi105.stdout:(3/4): kernel-modules-5.14.0-446.el9.x86_64.rpm 5.4 MB/s | 34 MB 00:06 2024-05-17T23:21:19.882 INFO:teuthology.orchestra.run.smithi105.stdout:(4/4): kernel-modules-core-5.14.0-446.el9.x86_6 4.4 MB/s | 28 MB 00:06 2024-05-17T23:21:19.882 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-05-17T23:21:19.883 INFO:teuthology.orchestra.run.smithi105.stdout:Total 12 MB/s | 78 MB 00:06 2024-05-17T23:21:20.564 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-05-17T23:21:20.892 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-05-17T23:21:20.893 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-05-17T23:21:20.942 INFO:teuthology.orchestra.run.smithi163.stdout: Preparing : 1/1 2024-05-17T23:21:21.642 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : kernel-modules-core-5.14.0-446.el9.x86_64 1/4 2024-05-17T23:21:21.724 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-17T23:21:21.805 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-05-17T23:21:21.806 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-05-17T23:21:24.190 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-05-17T23:21:24.423 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-17T23:21:24.568 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-17T23:21:24.878 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-modules-core-5.14.0-446.el9.x86_64 1/4 2024-05-17T23:21:24.957 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-17T23:21:27.611 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-17T23:21:27.759 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-17T23:21:29.309 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-17T23:21:29.379 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : kernel-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:21:32.453 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-17T23:21:32.503 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:21:34.398 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: kernel-modules-core-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:21:37.234 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-modules-core-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:22:03.771 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: kernel-core-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:22:03.810 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: kernel-modules-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:22:04.178 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: kernel-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:22:04.179 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : kernel-5.14.0-446.el9.x86_64 1/4 2024-05-17T23:22:04.179 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-17T23:22:04.179 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-17T23:22:04.995 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : kernel-modules-core-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:22:04.995 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-05-17T23:22:04.996 INFO:teuthology.orchestra.run.smithi163.stdout:Installed: 2024-05-17T23:22:04.996 INFO:teuthology.orchestra.run.smithi163.stdout: kernel-5.14.0-446.el9.x86_64 2024-05-17T23:22:04.996 INFO:teuthology.orchestra.run.smithi163.stdout: kernel-core-5.14.0-446.el9.x86_64 2024-05-17T23:22:04.996 INFO:teuthology.orchestra.run.smithi163.stdout: kernel-modules-5.14.0-446.el9.x86_64 2024-05-17T23:22:04.996 INFO:teuthology.orchestra.run.smithi163.stdout: kernel-modules-core-5.14.0-446.el9.x86_64 2024-05-17T23:22:04.996 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-05-17T23:22:04.996 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2024-05-17T23:22:05.401 DEBUG:teuthology.orchestra.run.smithi163:> rpm -q kernel | sort -rV | head -n 1 2024-05-17T23:22:05.516 INFO:teuthology.orchestra.run.smithi163.stdout:kernel-5.14.0-446.el9.x86_64 2024-05-17T23:22:05.516 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-446.el9.x86_64 2024-05-17T23:22:05.516 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:22:05.516 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-17T23:22:05.516 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-17T23:22:05.516 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-17T23:22:05.517 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi163.front.sepia.ceph.com, path=None, version=distro) 2024-05-17T23:22:05.517 DEBUG:teuthology.orchestra.run.smithi163:> rpm -q kernel | sort -rV | head -n 1 2024-05-17T23:22:05.570 INFO:teuthology.orchestra.run.smithi163.stdout:kernel-5.14.0-446.el9.x86_64 2024-05-17T23:22:05.570 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-446.el9.x86_64 2024-05-17T23:22:05.570 DEBUG:teuthology.orchestra.run.smithi163:> sudo rpm -qi grub2-tools 2024-05-17T23:22:05.601 INFO:teuthology.orchestra.run.smithi163.stdout:Name : grub2-tools 2024-05-17T23:22:05.602 INFO:teuthology.orchestra.run.smithi163.stdout:Epoch : 1 2024-05-17T23:22:05.602 INFO:teuthology.orchestra.run.smithi163.stdout:Version : 2.06 2024-05-17T23:22:05.602 INFO:teuthology.orchestra.run.smithi163.stdout:Release : 68.el9 2024-05-17T23:22:05.602 INFO:teuthology.orchestra.run.smithi163.stdout:Architecture: x86_64 2024-05-17T23:22:05.602 INFO:teuthology.orchestra.run.smithi163.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-17T23:22:05.602 INFO:teuthology.orchestra.run.smithi163.stdout:Group : Unspecified 2024-05-17T23:22:05.602 INFO:teuthology.orchestra.run.smithi163.stdout:Size : 8264254 2024-05-17T23:22:05.602 INFO:teuthology.orchestra.run.smithi163.stdout:License : GPLv3+ 2024-05-17T23:22:05.602 INFO:teuthology.orchestra.run.smithi163.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-17T23:22:05.602 INFO:teuthology.orchestra.run.smithi163.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-17T23:22:05.602 INFO:teuthology.orchestra.run.smithi163.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-17T23:22:05.602 INFO:teuthology.orchestra.run.smithi163.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-17T23:22:05.602 INFO:teuthology.orchestra.run.smithi163.stdout:Packager : builder@centos.org 2024-05-17T23:22:05.603 INFO:teuthology.orchestra.run.smithi163.stdout:Vendor : CentOS 2024-05-17T23:22:05.603 INFO:teuthology.orchestra.run.smithi163.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-17T23:22:05.603 INFO:teuthology.orchestra.run.smithi163.stdout:Summary : Support tools for GRUB. 2024-05-17T23:22:05.603 INFO:teuthology.orchestra.run.smithi163.stdout:Description : 2024-05-17T23:22:05.603 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-05-17T23:22:05.603 INFO:teuthology.orchestra.run.smithi163.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-17T23:22:05.603 INFO:teuthology.orchestra.run.smithi163.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-17T23:22:05.603 INFO:teuthology.orchestra.run.smithi163.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-17T23:22:05.603 INFO:teuthology.orchestra.run.smithi163.stdout:hardware devices. 2024-05-17T23:22:05.603 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-05-17T23:22:05.603 INFO:teuthology.orchestra.run.smithi163.stdout:This subpackage provides tools for support of all platforms. 2024-05-17T23:22:05.604 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-17T23:22:05.604 INFO:teuthology.task.kernel:Updating grub on smithi163 to boot 5.14.0-446.el9.x86_64 2024-05-17T23:22:05.604 DEBUG:teuthology.orchestra.run.smithi163:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-17T23:22:06.216 INFO:teuthology.orchestra.run.smithi163.stderr:Generating grub configuration file ... 2024-05-17T23:22:06.751 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-core-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:22:06.789 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-modules-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:22:07.173 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:22:07.173 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-5.14.0-446.el9.x86_64 1/4 2024-05-17T23:22:07.173 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-17T23:22:07.173 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-17T23:22:07.582 INFO:teuthology.orchestra.run.smithi163.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-17T23:22:07.616 INFO:teuthology.orchestra.run.smithi163.stderr:done 2024-05-17T23:22:07.618 DEBUG:teuthology.orchestra.run.smithi163:> mktemp 2024-05-17T23:22:07.639 INFO:teuthology.orchestra.run.smithi163.stdout:/tmp/tmp.eSKOj54lbY 2024-05-17T23:22:07.640 DEBUG:teuthology.orchestra.run.smithi163:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.eSKOj54lbY 2024-05-17T23:22:07.706 DEBUG:teuthology.orchestra.run.smithi163:> sudo chmod 0666 /tmp/tmp.eSKOj54lbY 2024-05-17T23:22:07.846 DEBUG:teuthology.orchestra.remote:smithi163:/tmp/tmp.eSKOj54lbY is 6KB 2024-05-17T23:22:07.894 DEBUG:teuthology.orchestra.run.smithi163:> rm -fr /tmp/tmp.eSKOj54lbY 2024-05-17T23:22:07.909 DEBUG:teuthology.orchestra.run.smithi163:> sudo /bin/ls /boot/loader/entries || true 2024-05-17T23:22:07.943 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-modules-core-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:22:07.943 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-05-17T23:22:07.944 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-05-17T23:22:07.944 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-5.14.0-446.el9.x86_64 2024-05-17T23:22:07.944 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-core-5.14.0-446.el9.x86_64 2024-05-17T23:22:07.944 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-modules-5.14.0-446.el9.x86_64 2024-05-17T23:22:07.944 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-modules-core-5.14.0-446.el9.x86_64 2024-05-17T23:22:07.944 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-05-17T23:22:07.944 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-05-17T23:22:07.971 INFO:teuthology.orchestra.run.smithi163.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-17T23:22:07.971 INFO:teuthology.orchestra.run.smithi163.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-17T23:22:07.971 INFO:teuthology.orchestra.run.smithi163.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-17T23:22:07.971 INFO:teuthology.orchestra.run.smithi163.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-446.el9.x86_64.conf 2024-05-17T23:22:07.972 DEBUG:teuthology.orchestra.run.smithi163:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-446.el9.x86_64 2024-05-17T23:22:08.123 DEBUG:teuthology.orchestra.run.smithi163:> sudo shutdown -r now 2024-05-17T23:22:08.289 DEBUG:teuthology.orchestra.run.smithi105:> rpm -q kernel | sort -rV | head -n 1 2024-05-17T23:22:08.355 INFO:teuthology.orchestra.run.smithi105.stdout:kernel-5.14.0-446.el9.x86_64 2024-05-17T23:22:08.355 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-446.el9.x86_64 2024-05-17T23:22:08.355 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:22:08.355 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-17T23:22:08.355 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-17T23:22:08.356 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-17T23:22:08.356 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi105.front.sepia.ceph.com, path=None, version=distro) 2024-05-17T23:22:08.356 DEBUG:teuthology.orchestra.run.smithi105:> rpm -q kernel | sort -rV | head -n 1 2024-05-17T23:22:08.407 INFO:teuthology.orchestra.run.smithi105.stdout:kernel-5.14.0-446.el9.x86_64 2024-05-17T23:22:08.407 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-446.el9.x86_64 2024-05-17T23:22:08.407 DEBUG:teuthology.orchestra.run.smithi105:> sudo rpm -qi grub2-tools 2024-05-17T23:22:08.437 INFO:teuthology.orchestra.run.smithi105.stdout:Name : grub2-tools 2024-05-17T23:22:08.437 INFO:teuthology.orchestra.run.smithi105.stdout:Epoch : 1 2024-05-17T23:22:08.437 INFO:teuthology.orchestra.run.smithi105.stdout:Version : 2.06 2024-05-17T23:22:08.437 INFO:teuthology.orchestra.run.smithi105.stdout:Release : 68.el9 2024-05-17T23:22:08.437 INFO:teuthology.orchestra.run.smithi105.stdout:Architecture: x86_64 2024-05-17T23:22:08.437 INFO:teuthology.orchestra.run.smithi105.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-17T23:22:08.437 INFO:teuthology.orchestra.run.smithi105.stdout:Group : Unspecified 2024-05-17T23:22:08.438 INFO:teuthology.orchestra.run.smithi105.stdout:Size : 8264254 2024-05-17T23:22:08.438 INFO:teuthology.orchestra.run.smithi105.stdout:License : GPLv3+ 2024-05-17T23:22:08.438 INFO:teuthology.orchestra.run.smithi105.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-17T23:22:08.438 INFO:teuthology.orchestra.run.smithi105.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-17T23:22:08.438 INFO:teuthology.orchestra.run.smithi105.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-17T23:22:08.438 INFO:teuthology.orchestra.run.smithi105.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-17T23:22:08.438 INFO:teuthology.orchestra.run.smithi105.stdout:Packager : builder@centos.org 2024-05-17T23:22:08.438 INFO:teuthology.orchestra.run.smithi105.stdout:Vendor : CentOS 2024-05-17T23:22:08.438 INFO:teuthology.orchestra.run.smithi105.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-17T23:22:08.438 INFO:teuthology.orchestra.run.smithi105.stdout:Summary : Support tools for GRUB. 2024-05-17T23:22:08.438 INFO:teuthology.orchestra.run.smithi105.stdout:Description : 2024-05-17T23:22:08.438 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-05-17T23:22:08.438 INFO:teuthology.orchestra.run.smithi105.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-17T23:22:08.438 INFO:teuthology.orchestra.run.smithi105.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-17T23:22:08.439 INFO:teuthology.orchestra.run.smithi105.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-17T23:22:08.439 INFO:teuthology.orchestra.run.smithi105.stdout:hardware devices. 2024-05-17T23:22:08.439 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-05-17T23:22:08.439 INFO:teuthology.orchestra.run.smithi105.stdout:This subpackage provides tools for support of all platforms. 2024-05-17T23:22:08.440 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-17T23:22:08.440 INFO:teuthology.task.kernel:Updating grub on smithi105 to boot 5.14.0-446.el9.x86_64 2024-05-17T23:22:08.440 DEBUG:teuthology.orchestra.run.smithi105:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-17T23:22:09.106 INFO:teuthology.orchestra.run.smithi105.stderr:Generating grub configuration file ... 2024-05-17T23:22:10.523 INFO:teuthology.orchestra.run.smithi105.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-17T23:22:10.560 INFO:teuthology.orchestra.run.smithi105.stderr:done 2024-05-17T23:22:10.562 DEBUG:teuthology.orchestra.run.smithi105:> mktemp 2024-05-17T23:22:10.618 INFO:teuthology.orchestra.run.smithi105.stdout:/tmp/tmp.SR5DWjqpjL 2024-05-17T23:22:10.618 DEBUG:teuthology.orchestra.run.smithi105:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.SR5DWjqpjL 2024-05-17T23:22:10.695 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 0666 /tmp/tmp.SR5DWjqpjL 2024-05-17T23:22:10.837 DEBUG:teuthology.orchestra.remote:smithi105:/tmp/tmp.SR5DWjqpjL is 6KB 2024-05-17T23:22:10.885 DEBUG:teuthology.orchestra.run.smithi105:> rm -fr /tmp/tmp.SR5DWjqpjL 2024-05-17T23:22:10.900 DEBUG:teuthology.orchestra.run.smithi105:> sudo /bin/ls /boot/loader/entries || true 2024-05-17T23:22:10.961 INFO:teuthology.orchestra.run.smithi105.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-17T23:22:10.961 INFO:teuthology.orchestra.run.smithi105.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-17T23:22:10.961 INFO:teuthology.orchestra.run.smithi105.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-17T23:22:10.961 INFO:teuthology.orchestra.run.smithi105.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-446.el9.x86_64.conf 2024-05-17T23:22:10.962 DEBUG:teuthology.orchestra.run.smithi105:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-446.el9.x86_64 2024-05-17T23:22:11.108 DEBUG:teuthology.orchestra.run.smithi105:> sudo shutdown -r now 2024-05-17T23:22:38.152 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-17T23:22:38.153 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2024-05-17T23:22:38.154 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-17T23:22:41.112 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-17T23:22:41.113 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-05-17T23:22:41.113 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-17T23:23:12.799 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.163 2024-05-17T23:23:21.807 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2024-05-17T23:23:21.809 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-17T23:23:24.862 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.163 2024-05-17T23:23:36.874 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2024-05-17T23:23:36.875 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-17T23:23:41.118 DEBUG:teuthology.orchestra.remote:timed out 2024-05-17T23:23:50.128 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-05-17T23:23:50.129 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-17T23:23:50.592 DEBUG:teuthology.orchestra.run.smithi105:> true 2024-05-17T23:23:51.135 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-05-17T23:23:51.135 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-446.el9.x86_64"... 2024-05-17T23:23:51.135 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2024-05-17T23:23:51.151 INFO:teuthology.orchestra.run.smithi105.stdout:5.14.0-446.el9.x86_64 2024-05-17T23:23:51.151 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:23:51.151 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-17T23:23:51.151 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-17T23:23:52.152 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-17T23:23:52.152 DEBUG:teuthology.orchestra.run.smithi105:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-17T23:23:52.242 INFO:teuthology.orchestra.run.smithi105.stdout:ttyS1 2024-05-17T23:23:52.276 DEBUG:teuthology.parallel:result is None 2024-05-17T23:23:55.294 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.163 2024-05-17T23:24:10.295 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2024-05-17T23:24:10.296 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-17T23:24:10.682 DEBUG:teuthology.orchestra.run.smithi163:> true 2024-05-17T23:24:11.103 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi163.front.sepia.ceph.com' 2024-05-17T23:24:11.103 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-446.el9.x86_64"... 2024-05-17T23:24:11.103 DEBUG:teuthology.orchestra.run.smithi163:> uname -r 2024-05-17T23:24:11.118 INFO:teuthology.orchestra.run.smithi163.stdout:5.14.0-446.el9.x86_64 2024-05-17T23:24:11.118 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:24:11.118 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-17T23:24:11.118 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-17T23:24:12.120 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-17T23:24:12.120 DEBUG:teuthology.orchestra.run.smithi163:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-17T23:24:12.198 INFO:teuthology.orchestra.run.smithi163.stdout:ttyS1 2024-05-17T23:24:12.241 DEBUG:teuthology.parallel:result is None 2024-05-17T23:24:12.242 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-17T23:24:12.249 INFO:teuthology.task.internal:Creating test directory... 2024-05-17T23:24:12.249 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-17T23:24:12.253 DEBUG:teuthology.orchestra.run.smithi163:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-17T23:24:12.270 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-17T23:24:12.278 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-17T23:24:12.287 INFO:teuthology.task.internal:Creating archive directory... 2024-05-17T23:24:12.288 DEBUG:teuthology.orchestra.run.smithi105:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-17T23:24:12.313 DEBUG:teuthology.orchestra.run.smithi163:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-17T23:24:12.350 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-17T23:24:12.357 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-17T23:24:12.358 DEBUG:teuthology.orchestra.run.smithi105:> 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:24:12.389 DEBUG:teuthology.orchestra.run.smithi163:> 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:24:12.418 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-17T23:24:12.428 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-17T23:24:12.428 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-17T23:24:12.440 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-17T23:24:12.442 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-17T23:24:12.448 INFO:teuthology.task.internal:Configuring sudo... 2024-05-17T23:24:12.449 DEBUG:teuthology.orchestra.run.smithi105:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-17T23:24:12.484 DEBUG:teuthology.orchestra.run.smithi163:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-17T23:24:12.511 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-17T23:24:12.521 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-17T23:24:12.521 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-17T23:24:12.554 DEBUG:teuthology.orchestra.run.smithi163:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-17T23:24:12.570 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-17T23:24:12.655 DEBUG:teuthology.orchestra.run.smithi105:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-17T23:24:12.705 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-17T23:24:12.788 DEBUG:teuthology.orchestra.run.smithi105:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-17T23:24:12.830 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-05-17T23:24:12.831 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-17T23:24:12.896 DEBUG:teuthology.orchestra.run.smithi163:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-17T23:24:12.942 DEBUG:teuthology.orchestra.run.smithi163:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-17T23:24:12.985 DEBUG:teuthology.orchestra.run.smithi163:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-17T23:24:13.067 DEBUG:teuthology.orchestra.run.smithi163:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-17T23:24:13.104 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2024-05-17T23:24:13.104 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-17T23:24:13.166 DEBUG:teuthology.orchestra.run.smithi105:> sudo service rsyslog restart 2024-05-17T23:24:13.168 DEBUG:teuthology.orchestra.run.smithi163:> sudo service rsyslog restart 2024-05-17T23:24:13.255 INFO:teuthology.orchestra.run.smithi163.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-17T23:24:13.270 INFO:teuthology.orchestra.run.smithi105.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-17T23:24:13.607 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-17T23:24:13.616 INFO:teuthology.task.internal:Starting timer... 2024-05-17T23:24:13.616 INFO:teuthology.run_tasks:Running task pcp... 2024-05-17T23:24:13.626 INFO:teuthology.run_tasks:Running task selinux... 2024-05-17T23:24:13.635 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-17T23:24:13.635 DEBUG:teuthology.orchestra.run.smithi105:> sudo service auditd rotate 2024-05-17T23:24:13.710 INFO:teuthology.orchestra.run.smithi105.stdout:Rotating logs: 2024-05-17T23:24:13.711 DEBUG:teuthology.orchestra.run.smithi163:> sudo service auditd rotate 2024-05-17T23:24:13.776 INFO:teuthology.orchestra.run.smithi163.stdout:Rotating logs: 2024-05-17T23:24:13.778 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-17T23:24:13.778 DEBUG:teuthology.orchestra.run.smithi105:> /usr/sbin/getenforce 2024-05-17T23:24:13.818 INFO:teuthology.orchestra.run.smithi105.stdout:Permissive 2024-05-17T23:24:13.819 DEBUG:teuthology.orchestra.run.smithi163:> /usr/sbin/getenforce 2024-05-17T23:24:13.840 INFO:teuthology.orchestra.run.smithi163.stdout:Permissive 2024-05-17T23:24:13.840 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi105.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi163.front.sepia.ceph.com': 'permissive'} 2024-05-17T23:24:13.840 DEBUG:teuthology.orchestra.run.smithi105:> 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:13.886 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-17T23:24:13.886 DEBUG:teuthology.orchestra.run.smithi163:> 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:13.910 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-17T23:24:13.911 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-17T23:24:13.911 DEBUG:teuthology.orchestra.run.smithi105:> sudo /usr/sbin/setenforce permissive 2024-05-17T23:24:13.959 DEBUG:teuthology.orchestra.run.smithi163:> sudo /usr/sbin/setenforce permissive 2024-05-17T23:24:14.066 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-17T23:24:14.076 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-17T23:24:14.087 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:24:14.114 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi105.front.sepia.ceph.com,smithi163.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-17T23:28:00.844 INFO:teuthology.task.ansible:Archiving ansible failure log at: /home/teuthworker/archive/teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi/7711950/ansible_failures.yaml 2024-05-17T23:28:00.857 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:28:01.048 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=27e91a5d541b474881ce9d644c5b80bf 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:28:01.050 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-17T23:28:01.127 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-17T23:28:01.127 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-17T23:28:01.196 DEBUG:teuthology.orchestra.run.smithi105:> 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:28:01.261 DEBUG:teuthology.orchestra.run.smithi163:> 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:28:01.322 DEBUG:teuthology.orchestra.run.smithi105:> 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:28:01.352 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-17T23:28:01.353 DEBUG:teuthology.orchestra.run.smithi163:> 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:28:01.383 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-17T23:28:01.383 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-17T23:28:01.392 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-17T23:28:01.406 INFO:teuthology.task.internal:Duration was 227.790564 seconds 2024-05-17T23:28:01.407 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-17T23:28:01.422 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-17T23:28:01.423 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-17T23:28:01.426 DEBUG:teuthology.orchestra.run.smithi163:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-17T23:28:01.465 INFO:teuthology.orchestra.run.smithi105.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-17T23:28:01.467 INFO:teuthology.orchestra.run.smithi163.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-17T23:28:01.672 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-17T23:28:01.672 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi105.front.sepia.ceph.com 2024-05-17T23:28:01.673 DEBUG:teuthology.orchestra.run.smithi105:> 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:28:01.701 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi163.front.sepia.ceph.com 2024-05-17T23:28:01.702 DEBUG:teuthology.orchestra.run.smithi163:> 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:28:01.733 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-17T23:28:01.734 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-17T23:28:01.744 DEBUG:teuthology.orchestra.run.smithi163:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-17T23:28:01.801 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-17T23:28:01.802 DEBUG:teuthology.orchestra.run.smithi105:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-17T23:28:01.813 DEBUG:teuthology.orchestra.run.smithi163:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-17T23:28:01.928 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-17T23:28:01.941 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-17T23:28:01.942 DEBUG:teuthology.orchestra.run.smithi105:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-17T23:28:01.968 DEBUG:teuthology.orchestra.run.smithi163:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-17T23:28:01.992 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-17T23:28:02.001 DEBUG:teuthology.orchestra.run.smithi105:> 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:28:02.010 DEBUG:teuthology.orchestra.run.smithi163:> 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:28:02.034 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = core 2024-05-17T23:28:02.057 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern = core 2024-05-17T23:28:02.105 DEBUG:teuthology.orchestra.run.smithi105:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-17T23:28:02.120 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-17T23:28:02.120 DEBUG:teuthology.orchestra.run.smithi163:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-17T23:28:02.160 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-17T23:28:02.161 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-17T23:28:02.170 INFO:teuthology.task.internal:Transferring archived files... 2024-05-17T23:28:02.172 DEBUG:teuthology.misc:Transferring archived files from smithi105:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi/7711950/remote/smithi105 2024-05-17T23:28:02.172 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-17T23:28:02.217 DEBUG:teuthology.misc:Transferring archived files from smithi163:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi/7711950/remote/smithi163 2024-05-17T23:28:02.218 DEBUG:teuthology.orchestra.run.smithi163:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-17T23:28:02.304 INFO:teuthology.task.internal:Removing archive directory... 2024-05-17T23:28:02.304 DEBUG:teuthology.orchestra.run.smithi105:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-17T23:28:02.307 DEBUG:teuthology.orchestra.run.smithi163:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-17T23:28:02.322 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-17T23:28:02.332 INFO:teuthology.task.internal:Not uploading archives. 2024-05-17T23:28:02.333 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-17T23:28:02.342 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-17T23:28:02.342 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-17T23:28:02.364 DEBUG:teuthology.orchestra.run.smithi163:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-17T23:28:02.376 INFO:teuthology.orchestra.run.smithi105.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 17 23:28 /home/ubuntu/cephtest 2024-05-17T23:28:02.379 INFO:teuthology.orchestra.run.smithi163.stdout: 265615 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 17 23:28 /home/ubuntu/cephtest 2024-05-17T23:28:02.380 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-17T23:28:02.389 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-17T23:28:02.412 INFO:teuthology.run:Summary data: description: orch/cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_basic} duration: 227.79056429862976 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=27e91a5d541b474881ce9d644c5b80bf status: dead success: false 2024-05-17T23:28:02.412 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-17T23:28:02.497 INFO:teuthology.run:DEAD