2024-05-17T23:36:19.399 INFO:root:teuthology version: 0.0.1.dev285+gbb9e32d 2024-05-17T23:36:19.399 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_teuthology@teuthology --description orch/cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_domain} --archive /home/teuthworker/archive/teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi/7711997 --name teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi --verbose -- /home/teuthworker/archive/teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi/7711997/orig.config.yaml 2024-05-17T23:36:19.434 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-17T23:36:19.523 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi/7711997 branch: squid description: orch/cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_domain} email: ceph-qa@ceph.com first_in_suite: false job_id: '7711997' 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: smithi111.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAKlOmq+rQEwwCaBSjHodCLeWYCbNx3+ZoNWtpjIkriw+5PctAI+3uFUJDe/ViPPmjgaaFYDrd6A7BOmXGisVes= smithi145.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKZX0/EtdRYCLtJdyVKym0GcWo2SWddRmoQgoalIhGytBXUrgtRrShlefbQ2de+XH8EMDuxaSv68rNElq7I1cFM= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - cephadm.deploy_samba_ad_dc: role: host.b - cephadm: null - cephadm.shell: host.a: - ceph fs volume create cephfs - cephadm.wait_for_service: service: mds.cephfs - cephadm.shell: host.a: - cmd: ceph fs subvolumegroup create cephfs 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:36:19.523 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:36:19.524 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_5e65bbc034a18315fbc4c0d4136f3c11b643c2a3/qa/tasks 2024-05-17T23:36:19.524 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-17T23:36:19.526 INFO:teuthology.task.internal:Checking packages... 2024-05-17T23:36:19.550 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '0c7e7c0d119197fe4dc956046e4e3cc87821f1f8' 2024-05-17T23:36:19.550 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-17T23:36:19.550 INFO:teuthology.packaging:ref: None 2024-05-17T23:36:19.550 INFO:teuthology.packaging:tag: None 2024-05-17T23:36:19.550 INFO:teuthology.packaging:branch: squid 2024-05-17T23:36:19.550 INFO:teuthology.packaging:sha1: 0c7e7c0d119197fe4dc956046e4e3cc87821f1f8 2024-05-17T23:36:19.550 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:36:19.795 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2689.g5e65bbc0 2024-05-17T23:36:19.796 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-17T23:36:19.803 INFO:teuthology.task.internal:no buildpackages task found 2024-05-17T23:36:19.803 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-17T23:36:19.827 INFO:teuthology.task.internal:Saving configuration 2024-05-17T23:36:19.841 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-17T23:36:19.859 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-17T23:36:19.881 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi111.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi/7711997', '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:30:53.329082', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAKlOmq+rQEwwCaBSjHodCLeWYCbNx3+ZoNWtpjIkriw+5PctAI+3uFUJDe/ViPPmjgaaFYDrd6A7BOmXGisVes='} 2024-05-17T23:36:19.899 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi145.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi/7711997', '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:30:53.330569', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKZX0/EtdRYCLtJdyVKym0GcWo2SWddRmoQgoalIhGytBXUrgtRrShlefbQ2de+XH8EMDuxaSv68rNElq7I1cFM='} 2024-05-17T23:36:19.899 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-17T23:36:19.906 INFO:teuthology.task.internal:roles: ubuntu@smithi111.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2024-05-17T23:36:19.906 INFO:teuthology.task.internal:roles: ubuntu@smithi145.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2024-05-17T23:36:19.906 INFO:teuthology.run_tasks:Running task console_log... 2024-05-17T23:36:19.983 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f64f188fac0>, signals=[15]) 2024-05-17T23:36:19.984 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-17T23:36:19.990 INFO:teuthology.task.internal:Opening connections... 2024-05-17T23:36:19.990 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi111.front.sepia.ceph.com 2024-05-17T23:36:19.992 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-17T23:36:20.074 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi145.front.sepia.ceph.com 2024-05-17T23:36:20.075 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-17T23:36:20.154 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-17T23:36:20.161 DEBUG:teuthology.orchestra.run.smithi111:> uname -m 2024-05-17T23:36:20.179 INFO:teuthology.orchestra.run.smithi111.stdout:x86_64 2024-05-17T23:36:20.179 DEBUG:teuthology.orchestra.run.smithi111:> cat /etc/os-release 2024-05-17T23:36:20.237 INFO:teuthology.orchestra.run.smithi111.stdout:NAME="CentOS Stream" 2024-05-17T23:36:20.237 INFO:teuthology.orchestra.run.smithi111.stdout:VERSION="9" 2024-05-17T23:36:20.237 INFO:teuthology.orchestra.run.smithi111.stdout:ID="centos" 2024-05-17T23:36:20.237 INFO:teuthology.orchestra.run.smithi111.stdout:ID_LIKE="rhel fedora" 2024-05-17T23:36:20.237 INFO:teuthology.orchestra.run.smithi111.stdout:VERSION_ID="9" 2024-05-17T23:36:20.237 INFO:teuthology.orchestra.run.smithi111.stdout:PLATFORM_ID="platform:el9" 2024-05-17T23:36:20.237 INFO:teuthology.orchestra.run.smithi111.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-17T23:36:20.237 INFO:teuthology.orchestra.run.smithi111.stdout:ANSI_COLOR="0;31" 2024-05-17T23:36:20.237 INFO:teuthology.orchestra.run.smithi111.stdout:LOGO="fedora-logo-icon" 2024-05-17T23:36:20.237 INFO:teuthology.orchestra.run.smithi111.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-17T23:36:20.237 INFO:teuthology.orchestra.run.smithi111.stdout:HOME_URL="https://centos.org/" 2024-05-17T23:36:20.238 INFO:teuthology.orchestra.run.smithi111.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-17T23:36:20.238 INFO:teuthology.orchestra.run.smithi111.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-17T23:36:20.238 INFO:teuthology.orchestra.run.smithi111.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-17T23:36:20.238 INFO:teuthology.lock.ops:Updating smithi111.front.sepia.ceph.com on lock server 2024-05-17T23:36:20.267 DEBUG:teuthology.orchestra.run.smithi145:> uname -m 2024-05-17T23:36:20.285 INFO:teuthology.orchestra.run.smithi145.stdout:x86_64 2024-05-17T23:36:20.286 DEBUG:teuthology.orchestra.run.smithi145:> cat /etc/os-release 2024-05-17T23:36:20.343 INFO:teuthology.orchestra.run.smithi145.stdout:NAME="CentOS Stream" 2024-05-17T23:36:20.343 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION="9" 2024-05-17T23:36:20.343 INFO:teuthology.orchestra.run.smithi145.stdout:ID="centos" 2024-05-17T23:36:20.343 INFO:teuthology.orchestra.run.smithi145.stdout:ID_LIKE="rhel fedora" 2024-05-17T23:36:20.343 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION_ID="9" 2024-05-17T23:36:20.343 INFO:teuthology.orchestra.run.smithi145.stdout:PLATFORM_ID="platform:el9" 2024-05-17T23:36:20.343 INFO:teuthology.orchestra.run.smithi145.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-17T23:36:20.344 INFO:teuthology.orchestra.run.smithi145.stdout:ANSI_COLOR="0;31" 2024-05-17T23:36:20.344 INFO:teuthology.orchestra.run.smithi145.stdout:LOGO="fedora-logo-icon" 2024-05-17T23:36:20.344 INFO:teuthology.orchestra.run.smithi145.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-17T23:36:20.344 INFO:teuthology.orchestra.run.smithi145.stdout:HOME_URL="https://centos.org/" 2024-05-17T23:36:20.344 INFO:teuthology.orchestra.run.smithi145.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-17T23:36:20.344 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-17T23:36:20.344 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-17T23:36:20.344 INFO:teuthology.lock.ops:Updating smithi145.front.sepia.ceph.com on lock server 2024-05-17T23:36:20.359 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-17T23:36:20.367 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-17T23:36:20.384 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-17T23:36:20.385 DEBUG:teuthology.orchestra.run.smithi111:> test '!' -e /home/ubuntu/cephtest 2024-05-17T23:36:20.387 DEBUG:teuthology.orchestra.run.smithi145:> test '!' -e /home/ubuntu/cephtest 2024-05-17T23:36:20.403 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-17T23:36:20.409 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-17T23:36:20.409 DEBUG:teuthology.orchestra.run.smithi111:> test -z $(ls -A /var/lib/ceph) 2024-05-17T23:36:20.445 DEBUG:teuthology.orchestra.run.smithi145:> test -z $(ls -A /var/lib/ceph) 2024-05-17T23:36:20.521 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-17T23:36:20.571 INFO:teuthology.run_tasks:Running task kernel... 2024-05-17T23:36:20.586 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-17T23:36:20.587 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-17T23:36:20.587 DEBUG:teuthology.orchestra.run.smithi111:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-17T23:36:20.588 DEBUG:teuthology.orchestra.run.smithi145:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-17T23:36:20.605 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-17T23:36:20.605 DEBUG:teuthology.orchestra.run.smithi111:> uname -r 2024-05-17T23:36:20.607 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-17T23:36:20.607 DEBUG:teuthology.orchestra.run.smithi145:> uname -r 2024-05-17T23:36:20.663 INFO:teuthology.orchestra.run.smithi111.stdout:5.14.0-437.el9.x86_64 2024-05-17T23:36:20.664 INFO:teuthology.task.kernel:Running kernel on smithi111: 5.14.0-437.el9.x86_64 2024-05-17T23:36:20.664 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum install -y kernel 2024-05-17T23:36:20.666 INFO:teuthology.orchestra.run.smithi145.stdout:5.14.0-437.el9.x86_64 2024-05-17T23:36:20.666 INFO:teuthology.task.kernel:Running kernel on smithi145: 5.14.0-437.el9.x86_64 2024-05-17T23:36:20.667 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum install -y kernel 2024-05-17T23:36:22.828 INFO:teuthology.orchestra.run.smithi111.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.1 MB 00:00 2024-05-17T23:36:23.579 INFO:teuthology.orchestra.run.smithi145.stdout:CentOS Stream 9 - BaseOS 6.3 MB/s | 8.1 MB 00:01 2024-05-17T23:36:25.363 INFO:teuthology.orchestra.run.smithi145.stdout:CentOS Stream 9 - AppStream 28 MB/s | 19 MB 00:00 2024-05-17T23:36:26.546 INFO:teuthology.orchestra.run.smithi111.stdout:CentOS Stream 9 - AppStream 7.2 MB/s | 19 MB 00:02 2024-05-17T23:36:30.913 INFO:teuthology.orchestra.run.smithi111.stdout:CentOS Stream 9 - CRB 8.3 MB/s | 6.2 MB 00:00 2024-05-17T23:36:31.080 INFO:teuthology.orchestra.run.smithi145.stdout:CentOS Stream 9 - CRB 3.0 MB/s | 6.2 MB 00:02 2024-05-17T23:36:32.714 INFO:teuthology.orchestra.run.smithi111.stdout:CentOS Stream 9 - Extras packages 37 kB/s | 16 kB 00:00 2024-05-17T23:36:32.797 INFO:teuthology.orchestra.run.smithi145.stdout:CentOS Stream 9 - Extras packages 30 kB/s | 16 kB 00:00 2024-05-17T23:36:35.010 INFO:teuthology.orchestra.run.smithi145.stdout:Extra Packages for Enterprise Linux 10 MB/s | 21 MB 00:02 2024-05-17T23:36:40.148 INFO:teuthology.orchestra.run.smithi145.stdout:lab-extras 14 kB/s | 1.7 kB 00:00 2024-05-17T23:36:42.113 INFO:teuthology.orchestra.run.smithi145.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-17T23:36:42.113 INFO:teuthology.orchestra.run.smithi145.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-17T23:36:42.203 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-05-17T23:36:42.213 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-05-17T23:36:42.213 INFO:teuthology.orchestra.run.smithi145.stdout: Package Architecture Version Repository Size 2024-05-17T23:36:42.213 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-05-17T23:36:42.213 INFO:teuthology.orchestra.run.smithi145.stdout:Installing: 2024-05-17T23:36:42.213 INFO:teuthology.orchestra.run.smithi145.stdout: kernel x86_64 5.14.0-446.el9 baseos 550 k 2024-05-17T23:36:42.213 INFO:teuthology.orchestra.run.smithi145.stdout:Installing dependencies: 2024-05-17T23:36:42.213 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-core x86_64 5.14.0-446.el9 baseos 15 M 2024-05-17T23:36:42.213 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-modules x86_64 5.14.0-446.el9 baseos 34 M 2024-05-17T23:36:42.214 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-modules-core x86_64 5.14.0-446.el9 baseos 28 M 2024-05-17T23:36:42.214 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-05-17T23:36:42.214 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2024-05-17T23:36:42.214 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-05-17T23:36:42.214 INFO:teuthology.orchestra.run.smithi145.stdout:Install 4 Packages 2024-05-17T23:36:42.214 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-05-17T23:36:42.214 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 78 M 2024-05-17T23:36:42.215 INFO:teuthology.orchestra.run.smithi145.stdout:Installed size: 123 M 2024-05-17T23:36:42.215 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2024-05-17T23:36:42.608 INFO:teuthology.orchestra.run.smithi145.stdout:(1/4): kernel-5.14.0-446.el9.x86_64.rpm 2.1 MB/s | 550 kB 00:00 2024-05-17T23:36:43.300 INFO:teuthology.orchestra.run.smithi145.stdout:(2/4): kernel-core-5.14.0-446.el9.x86_64.rpm 16 MB/s | 15 MB 00:00 2024-05-17T23:36:43.809 INFO:teuthology.orchestra.run.smithi145.stdout:(3/4): kernel-modules-core-5.14.0-446.el9.x86_6 23 MB/s | 28 MB 00:01 2024-05-17T23:36:44.117 INFO:teuthology.orchestra.run.smithi145.stdout:(4/4): kernel-modules-5.14.0-446.el9.x86_64.rpm 19 MB/s | 34 MB 00:01 2024-05-17T23:36:44.117 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2024-05-17T23:36:44.118 INFO:teuthology.orchestra.run.smithi145.stdout:Total 41 MB/s | 78 MB 00:01 2024-05-17T23:36:44.802 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2024-05-17T23:36:45.166 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2024-05-17T23:36:45.167 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2024-05-17T23:36:46.071 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2024-05-17T23:36:46.071 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2024-05-17T23:36:48.471 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2024-05-17T23:36:49.115 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : kernel-modules-core-5.14.0-446.el9.x86_64 1/4 2024-05-17T23:36:49.201 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-17T23:36:51.683 INFO:teuthology.orchestra.run.smithi111.stdout:Extra Packages for Enterprise Linux 1.1 MB/s | 21 MB 00:18 2024-05-17T23:36:51.875 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-17T23:36:52.013 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-17T23:36:56.711 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-17T23:36:56.815 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : kernel-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:36:56.880 INFO:teuthology.orchestra.run.smithi111.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-05-17T23:36:58.819 INFO:teuthology.orchestra.run.smithi111.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-17T23:36:58.820 INFO:teuthology.orchestra.run.smithi111.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-17T23:36:58.916 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2024-05-17T23:36:58.924 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2024-05-17T23:36:58.925 INFO:teuthology.orchestra.run.smithi111.stdout: Package Architecture Version Repository Size 2024-05-17T23:36:58.925 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2024-05-17T23:36:58.925 INFO:teuthology.orchestra.run.smithi111.stdout:Installing: 2024-05-17T23:36:58.925 INFO:teuthology.orchestra.run.smithi111.stdout: kernel x86_64 5.14.0-446.el9 baseos 550 k 2024-05-17T23:36:58.925 INFO:teuthology.orchestra.run.smithi111.stdout:Installing dependencies: 2024-05-17T23:36:58.925 INFO:teuthology.orchestra.run.smithi111.stdout: kernel-core x86_64 5.14.0-446.el9 baseos 15 M 2024-05-17T23:36:58.925 INFO:teuthology.orchestra.run.smithi111.stdout: kernel-modules x86_64 5.14.0-446.el9 baseos 34 M 2024-05-17T23:36:58.925 INFO:teuthology.orchestra.run.smithi111.stdout: kernel-modules-core x86_64 5.14.0-446.el9 baseos 28 M 2024-05-17T23:36:58.925 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-05-17T23:36:58.925 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction Summary 2024-05-17T23:36:58.926 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2024-05-17T23:36:58.926 INFO:teuthology.orchestra.run.smithi111.stdout:Install 4 Packages 2024-05-17T23:36:58.926 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-05-17T23:36:58.926 INFO:teuthology.orchestra.run.smithi111.stdout:Total download size: 78 M 2024-05-17T23:36:58.926 INFO:teuthology.orchestra.run.smithi111.stdout:Installed size: 123 M 2024-05-17T23:36:58.926 INFO:teuthology.orchestra.run.smithi111.stdout:Downloading Packages: 2024-05-17T23:36:59.481 INFO:teuthology.orchestra.run.smithi111.stdout:(1/4): kernel-5.14.0-446.el9.x86_64.rpm 1.2 MB/s | 550 kB 00:00 2024-05-17T23:37:01.537 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-modules-core-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:37:01.931 INFO:teuthology.orchestra.run.smithi111.stdout:(2/4): kernel-core-5.14.0-446.el9.x86_64.rpm 5.4 MB/s | 15 MB 00:02 2024-05-17T23:37:06.223 INFO:teuthology.orchestra.run.smithi111.stdout:(3/4): kernel-modules-core-5.14.0-446.el9.x86_6 4.2 MB/s | 28 MB 00:06 2024-05-17T23:37:07.031 INFO:teuthology.orchestra.run.smithi111.stdout:(4/4): kernel-modules-5.14.0-446.el9.x86_64.rpm 4.3 MB/s | 34 MB 00:07 2024-05-17T23:37:07.031 INFO:teuthology.orchestra.run.smithi111.stdout:-------------------------------------------------------------------------------- 2024-05-17T23:37:07.031 INFO:teuthology.orchestra.run.smithi111.stdout:Total 9.6 MB/s | 78 MB 00:08 2024-05-17T23:37:07.722 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction check 2024-05-17T23:37:08.052 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction check succeeded. 2024-05-17T23:37:08.053 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction test 2024-05-17T23:37:08.959 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction test succeeded. 2024-05-17T23:37:08.959 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction 2024-05-17T23:37:11.323 INFO:teuthology.orchestra.run.smithi111.stdout: Preparing : 1/1 2024-05-17T23:37:11.953 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : kernel-modules-core-5.14.0-446.el9.x86_64 1/4 2024-05-17T23:37:12.032 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-17T23:37:14.676 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-17T23:37:14.819 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-17T23:37:19.550 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-17T23:37:19.663 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : kernel-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:37:24.415 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: kernel-modules-core-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:37:31.093 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-core-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:37:31.129 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-modules-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:37:31.491 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:37:31.491 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : kernel-5.14.0-446.el9.x86_64 1/4 2024-05-17T23:37:31.491 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-17T23:37:31.491 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-17T23:37:32.356 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : kernel-modules-core-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:37:32.356 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-05-17T23:37:32.356 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2024-05-17T23:37:32.356 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-5.14.0-446.el9.x86_64 2024-05-17T23:37:32.356 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-core-5.14.0-446.el9.x86_64 2024-05-17T23:37:32.357 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-modules-5.14.0-446.el9.x86_64 2024-05-17T23:37:32.357 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-modules-core-5.14.0-446.el9.x86_64 2024-05-17T23:37:32.357 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-05-17T23:37:32.357 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-05-17T23:37:32.701 DEBUG:teuthology.orchestra.run.smithi145:> rpm -q kernel | sort -rV | head -n 1 2024-05-17T23:37:32.780 INFO:teuthology.orchestra.run.smithi145.stdout:kernel-5.14.0-446.el9.x86_64 2024-05-17T23:37:32.780 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-446.el9.x86_64 2024-05-17T23:37:32.780 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:37:32.780 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-17T23:37:32.781 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-17T23:37:32.781 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-17T23:37:32.781 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi145.front.sepia.ceph.com, path=None, version=distro) 2024-05-17T23:37:32.781 DEBUG:teuthology.orchestra.run.smithi145:> rpm -q kernel | sort -rV | head -n 1 2024-05-17T23:37:32.831 INFO:teuthology.orchestra.run.smithi145.stdout:kernel-5.14.0-446.el9.x86_64 2024-05-17T23:37:32.831 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-446.el9.x86_64 2024-05-17T23:37:32.831 DEBUG:teuthology.orchestra.run.smithi145:> sudo rpm -qi grub2-tools 2024-05-17T23:37:32.872 INFO:teuthology.orchestra.run.smithi145.stdout:Name : grub2-tools 2024-05-17T23:37:32.872 INFO:teuthology.orchestra.run.smithi145.stdout:Epoch : 1 2024-05-17T23:37:32.872 INFO:teuthology.orchestra.run.smithi145.stdout:Version : 2.06 2024-05-17T23:37:32.873 INFO:teuthology.orchestra.run.smithi145.stdout:Release : 68.el9 2024-05-17T23:37:32.873 INFO:teuthology.orchestra.run.smithi145.stdout:Architecture: x86_64 2024-05-17T23:37:32.873 INFO:teuthology.orchestra.run.smithi145.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-17T23:37:32.873 INFO:teuthology.orchestra.run.smithi145.stdout:Group : Unspecified 2024-05-17T23:37:32.873 INFO:teuthology.orchestra.run.smithi145.stdout:Size : 8264254 2024-05-17T23:37:32.873 INFO:teuthology.orchestra.run.smithi145.stdout:License : GPLv3+ 2024-05-17T23:37:32.874 INFO:teuthology.orchestra.run.smithi145.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-17T23:37:32.874 INFO:teuthology.orchestra.run.smithi145.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-17T23:37:32.874 INFO:teuthology.orchestra.run.smithi145.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-17T23:37:32.874 INFO:teuthology.orchestra.run.smithi145.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-17T23:37:32.874 INFO:teuthology.orchestra.run.smithi145.stdout:Packager : builder@centos.org 2024-05-17T23:37:32.874 INFO:teuthology.orchestra.run.smithi145.stdout:Vendor : CentOS 2024-05-17T23:37:32.875 INFO:teuthology.orchestra.run.smithi145.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-17T23:37:32.875 INFO:teuthology.orchestra.run.smithi145.stdout:Summary : Support tools for GRUB. 2024-05-17T23:37:32.875 INFO:teuthology.orchestra.run.smithi145.stdout:Description : 2024-05-17T23:37:32.875 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-05-17T23:37:32.875 INFO:teuthology.orchestra.run.smithi145.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-17T23:37:32.875 INFO:teuthology.orchestra.run.smithi145.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-17T23:37:32.876 INFO:teuthology.orchestra.run.smithi145.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-17T23:37:32.876 INFO:teuthology.orchestra.run.smithi145.stdout:hardware devices. 2024-05-17T23:37:32.876 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-05-17T23:37:32.876 INFO:teuthology.orchestra.run.smithi145.stdout:This subpackage provides tools for support of all platforms. 2024-05-17T23:37:32.877 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-17T23:37:32.878 INFO:teuthology.task.kernel:Updating grub on smithi145 to boot 5.14.0-446.el9.x86_64 2024-05-17T23:37:32.878 DEBUG:teuthology.orchestra.run.smithi145:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-17T23:37:33.459 INFO:teuthology.orchestra.run.smithi145.stderr:Generating grub configuration file ... 2024-05-17T23:37:34.829 INFO:teuthology.orchestra.run.smithi145.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-17T23:37:34.855 INFO:teuthology.orchestra.run.smithi145.stderr:done 2024-05-17T23:37:34.857 DEBUG:teuthology.orchestra.run.smithi145:> mktemp 2024-05-17T23:37:34.878 INFO:teuthology.orchestra.run.smithi145.stdout:/tmp/tmp.piXxZg6hzI 2024-05-17T23:37:34.879 DEBUG:teuthology.orchestra.run.smithi145:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.piXxZg6hzI 2024-05-17T23:37:34.944 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod 0666 /tmp/tmp.piXxZg6hzI 2024-05-17T23:37:35.077 DEBUG:teuthology.orchestra.remote:smithi145:/tmp/tmp.piXxZg6hzI is 6KB 2024-05-17T23:37:35.126 DEBUG:teuthology.orchestra.run.smithi145:> rm -fr /tmp/tmp.piXxZg6hzI 2024-05-17T23:37:35.141 DEBUG:teuthology.orchestra.run.smithi145:> sudo /bin/ls /boot/loader/entries || true 2024-05-17T23:37:35.203 INFO:teuthology.orchestra.run.smithi145.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-17T23:37:35.204 INFO:teuthology.orchestra.run.smithi145.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-17T23:37:35.204 INFO:teuthology.orchestra.run.smithi145.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-17T23:37:35.204 INFO:teuthology.orchestra.run.smithi145.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-446.el9.x86_64.conf 2024-05-17T23:37:35.205 DEBUG:teuthology.orchestra.run.smithi145:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-446.el9.x86_64 2024-05-17T23:37:35.360 DEBUG:teuthology.orchestra.run.smithi145:> sudo shutdown -r now 2024-05-17T23:37:53.714 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: kernel-core-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:37:53.752 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: kernel-modules-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:37:54.098 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: kernel-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:37:54.098 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : kernel-5.14.0-446.el9.x86_64 1/4 2024-05-17T23:37:54.098 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-17T23:37:54.098 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-17T23:37:54.944 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : kernel-modules-core-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:37:54.944 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-05-17T23:37:54.944 INFO:teuthology.orchestra.run.smithi111.stdout:Installed: 2024-05-17T23:37:54.944 INFO:teuthology.orchestra.run.smithi111.stdout: kernel-5.14.0-446.el9.x86_64 2024-05-17T23:37:54.944 INFO:teuthology.orchestra.run.smithi111.stdout: kernel-core-5.14.0-446.el9.x86_64 2024-05-17T23:37:54.944 INFO:teuthology.orchestra.run.smithi111.stdout: kernel-modules-5.14.0-446.el9.x86_64 2024-05-17T23:37:54.945 INFO:teuthology.orchestra.run.smithi111.stdout: kernel-modules-core-5.14.0-446.el9.x86_64 2024-05-17T23:37:54.945 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-05-17T23:37:54.945 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2024-05-17T23:37:55.310 DEBUG:teuthology.orchestra.run.smithi111:> rpm -q kernel | sort -rV | head -n 1 2024-05-17T23:37:55.385 INFO:teuthology.orchestra.run.smithi111.stdout:kernel-5.14.0-446.el9.x86_64 2024-05-17T23:37:55.385 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-446.el9.x86_64 2024-05-17T23:37:55.386 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:37:55.386 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-17T23:37:55.386 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-17T23:37:55.386 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-17T23:37:55.386 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi111.front.sepia.ceph.com, path=None, version=distro) 2024-05-17T23:37:55.386 DEBUG:teuthology.orchestra.run.smithi111:> rpm -q kernel | sort -rV | head -n 1 2024-05-17T23:37:55.436 INFO:teuthology.orchestra.run.smithi111.stdout:kernel-5.14.0-446.el9.x86_64 2024-05-17T23:37:55.437 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-446.el9.x86_64 2024-05-17T23:37:55.437 DEBUG:teuthology.orchestra.run.smithi111:> sudo rpm -qi grub2-tools 2024-05-17T23:37:55.467 INFO:teuthology.orchestra.run.smithi111.stdout:Name : grub2-tools 2024-05-17T23:37:55.467 INFO:teuthology.orchestra.run.smithi111.stdout:Epoch : 1 2024-05-17T23:37:55.467 INFO:teuthology.orchestra.run.smithi111.stdout:Version : 2.06 2024-05-17T23:37:55.467 INFO:teuthology.orchestra.run.smithi111.stdout:Release : 68.el9 2024-05-17T23:37:55.467 INFO:teuthology.orchestra.run.smithi111.stdout:Architecture: x86_64 2024-05-17T23:37:55.467 INFO:teuthology.orchestra.run.smithi111.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-17T23:37:55.468 INFO:teuthology.orchestra.run.smithi111.stdout:Group : Unspecified 2024-05-17T23:37:55.468 INFO:teuthology.orchestra.run.smithi111.stdout:Size : 8264254 2024-05-17T23:37:55.468 INFO:teuthology.orchestra.run.smithi111.stdout:License : GPLv3+ 2024-05-17T23:37:55.468 INFO:teuthology.orchestra.run.smithi111.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-17T23:37:55.468 INFO:teuthology.orchestra.run.smithi111.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-17T23:37:55.468 INFO:teuthology.orchestra.run.smithi111.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-17T23:37:55.468 INFO:teuthology.orchestra.run.smithi111.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-17T23:37:55.468 INFO:teuthology.orchestra.run.smithi111.stdout:Packager : builder@centos.org 2024-05-17T23:37:55.468 INFO:teuthology.orchestra.run.smithi111.stdout:Vendor : CentOS 2024-05-17T23:37:55.468 INFO:teuthology.orchestra.run.smithi111.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-17T23:37:55.468 INFO:teuthology.orchestra.run.smithi111.stdout:Summary : Support tools for GRUB. 2024-05-17T23:37:55.468 INFO:teuthology.orchestra.run.smithi111.stdout:Description : 2024-05-17T23:37:55.468 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-05-17T23:37:55.468 INFO:teuthology.orchestra.run.smithi111.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-17T23:37:55.469 INFO:teuthology.orchestra.run.smithi111.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-17T23:37:55.469 INFO:teuthology.orchestra.run.smithi111.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-17T23:37:55.469 INFO:teuthology.orchestra.run.smithi111.stdout:hardware devices. 2024-05-17T23:37:55.469 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-05-17T23:37:55.469 INFO:teuthology.orchestra.run.smithi111.stdout:This subpackage provides tools for support of all platforms. 2024-05-17T23:37:55.470 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-17T23:37:55.470 INFO:teuthology.task.kernel:Updating grub on smithi111 to boot 5.14.0-446.el9.x86_64 2024-05-17T23:37:55.470 DEBUG:teuthology.orchestra.run.smithi111:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-17T23:37:56.091 INFO:teuthology.orchestra.run.smithi111.stderr:Generating grub configuration file ... 2024-05-17T23:37:57.442 INFO:teuthology.orchestra.run.smithi111.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-17T23:37:57.482 INFO:teuthology.orchestra.run.smithi111.stderr:done 2024-05-17T23:37:57.484 DEBUG:teuthology.orchestra.run.smithi111:> mktemp 2024-05-17T23:37:57.499 INFO:teuthology.orchestra.run.smithi111.stdout:/tmp/tmp.B1xOe3zUM9 2024-05-17T23:37:57.499 DEBUG:teuthology.orchestra.run.smithi111:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.B1xOe3zUM9 2024-05-17T23:37:57.565 DEBUG:teuthology.orchestra.run.smithi111:> sudo chmod 0666 /tmp/tmp.B1xOe3zUM9 2024-05-17T23:37:57.704 DEBUG:teuthology.orchestra.remote:smithi111:/tmp/tmp.B1xOe3zUM9 is 6KB 2024-05-17T23:37:57.752 DEBUG:teuthology.orchestra.run.smithi111:> rm -fr /tmp/tmp.B1xOe3zUM9 2024-05-17T23:37:57.767 DEBUG:teuthology.orchestra.run.smithi111:> sudo /bin/ls /boot/loader/entries || true 2024-05-17T23:37:57.830 INFO:teuthology.orchestra.run.smithi111.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-17T23:37:57.830 INFO:teuthology.orchestra.run.smithi111.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-17T23:37:57.831 INFO:teuthology.orchestra.run.smithi111.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-17T23:37:57.831 INFO:teuthology.orchestra.run.smithi111.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-446.el9.x86_64.conf 2024-05-17T23:37:57.831 DEBUG:teuthology.orchestra.run.smithi111:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-446.el9.x86_64 2024-05-17T23:37:57.959 DEBUG:teuthology.orchestra.run.smithi111:> sudo shutdown -r now 2024-05-17T23:38:05.370 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-17T23:38:05.370 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-05-17T23:38:05.371 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-17T23:38:27.982 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-17T23:38:27.983 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi111.front.sepia.ceph.com' 2024-05-17T23:38:27.984 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-17T23:39:02.559 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.111 2024-05-17T23:39:05.374 DEBUG:teuthology.orchestra.remote:timed out 2024-05-17T23:39:11.566 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi111.front.sepia.ceph.com' 2024-05-17T23:39:11.571 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-17T23:39:14.378 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-05-17T23:39:14.379 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-17T23:39:14.622 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.111 2024-05-17T23:39:14.677 DEBUG:teuthology.orchestra.run.smithi145:> true 2024-05-17T23:39:15.087 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-05-17T23:39:15.087 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-446.el9.x86_64"... 2024-05-17T23:39:15.087 DEBUG:teuthology.orchestra.run.smithi145:> uname -r 2024-05-17T23:39:15.101 INFO:teuthology.orchestra.run.smithi145.stdout:5.14.0-446.el9.x86_64 2024-05-17T23:39:15.102 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:39:15.102 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-17T23:39:15.102 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-17T23:39:16.103 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-17T23:39:16.103 DEBUG:teuthology.orchestra.run.smithi145:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-17T23:39:16.174 INFO:teuthology.orchestra.run.smithi145.stdout:ttyS1 2024-05-17T23:39:16.217 DEBUG:teuthology.parallel:result is None 2024-05-17T23:39:26.623 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi111.front.sepia.ceph.com' 2024-05-17T23:39:26.624 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-17T23:39:58.629 DEBUG:teuthology.orchestra.run.smithi111:> true 2024-05-17T23:39:59.152 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi111.front.sepia.ceph.com' 2024-05-17T23:39:59.152 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-446.el9.x86_64"... 2024-05-17T23:39:59.152 DEBUG:teuthology.orchestra.run.smithi111:> uname -r 2024-05-17T23:39:59.181 INFO:teuthology.orchestra.run.smithi111.stdout:5.14.0-446.el9.x86_64 2024-05-17T23:39:59.182 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:39:59.182 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-17T23:39:59.182 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-17T23:40:00.183 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-17T23:40:00.183 DEBUG:teuthology.orchestra.run.smithi111:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-17T23:40:00.378 INFO:teuthology.orchestra.run.smithi111.stdout:ttyS1 2024-05-17T23:40:00.485 DEBUG:teuthology.parallel:result is None 2024-05-17T23:40:00.486 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-17T23:40:00.493 INFO:teuthology.task.internal:Creating test directory... 2024-05-17T23:40:00.493 DEBUG:teuthology.orchestra.run.smithi111:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-17T23:40:00.496 DEBUG:teuthology.orchestra.run.smithi145:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-17T23:40:00.515 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-17T23:40:00.527 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-17T23:40:00.561 INFO:teuthology.task.internal:Creating archive directory... 2024-05-17T23:40:00.561 DEBUG:teuthology.orchestra.run.smithi111:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-17T23:40:00.564 DEBUG:teuthology.orchestra.run.smithi145:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-17T23:40:00.688 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-17T23:40:00.695 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-17T23:40:00.695 DEBUG:teuthology.orchestra.run.smithi111:> 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:40:00.697 DEBUG:teuthology.orchestra.run.smithi145:> 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:40:00.735 INFO:teuthology.orchestra.run.smithi111.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-17T23:40:00.736 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-17T23:40:00.745 INFO:teuthology.orchestra.run.smithi111.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-17T23:40:00.748 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-17T23:40:00.750 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-17T23:40:00.757 INFO:teuthology.task.internal:Configuring sudo... 2024-05-17T23:40:00.757 DEBUG:teuthology.orchestra.run.smithi111:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-17T23:40:00.790 DEBUG:teuthology.orchestra.run.smithi145:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-17T23:40:00.818 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-17T23:40:00.828 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-17T23:40:00.828 DEBUG:teuthology.orchestra.run.smithi111:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-17T23:40:00.858 DEBUG:teuthology.orchestra.run.smithi145:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-17T23:40:00.875 DEBUG:teuthology.orchestra.run.smithi111:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-17T23:40:00.956 DEBUG:teuthology.orchestra.run.smithi111:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-17T23:40:01.006 DEBUG:teuthology.orchestra.run.smithi111:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-17T23:40:01.086 DEBUG:teuthology.orchestra.run.smithi111:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-17T23:40:01.130 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2024-05-17T23:40:01.130 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-17T23:40:01.195 DEBUG:teuthology.orchestra.run.smithi145:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-17T23:40:01.241 DEBUG:teuthology.orchestra.run.smithi145:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-17T23:40:01.291 DEBUG:teuthology.orchestra.run.smithi145:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-17T23:40:01.376 DEBUG:teuthology.orchestra.run.smithi145:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-17T23:40:01.417 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-05-17T23:40:01.417 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-17T23:40:01.483 DEBUG:teuthology.orchestra.run.smithi111:> sudo service rsyslog restart 2024-05-17T23:40:01.485 DEBUG:teuthology.orchestra.run.smithi145:> sudo service rsyslog restart 2024-05-17T23:40:01.519 INFO:teuthology.orchestra.run.smithi111.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-17T23:40:01.572 INFO:teuthology.orchestra.run.smithi145.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-17T23:40:02.039 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-17T23:40:02.050 INFO:teuthology.task.internal:Starting timer... 2024-05-17T23:40:02.050 INFO:teuthology.run_tasks:Running task pcp... 2024-05-17T23:40:02.083 INFO:teuthology.run_tasks:Running task selinux... 2024-05-17T23:40:02.114 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-17T23:40:02.114 DEBUG:teuthology.orchestra.run.smithi111:> sudo service auditd rotate 2024-05-17T23:40:02.187 INFO:teuthology.orchestra.run.smithi111.stdout:Rotating logs: 2024-05-17T23:40:02.189 DEBUG:teuthology.orchestra.run.smithi145:> sudo service auditd rotate 2024-05-17T23:40:02.237 INFO:teuthology.orchestra.run.smithi145.stdout:Rotating logs: 2024-05-17T23:40:02.239 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-17T23:40:02.239 DEBUG:teuthology.orchestra.run.smithi111:> /usr/sbin/getenforce 2024-05-17T23:40:02.264 INFO:teuthology.orchestra.run.smithi111.stdout:Permissive 2024-05-17T23:40:02.264 DEBUG:teuthology.orchestra.run.smithi145:> /usr/sbin/getenforce 2024-05-17T23:40:02.290 INFO:teuthology.orchestra.run.smithi145.stdout:Permissive 2024-05-17T23:40:02.291 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi111.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi145.front.sepia.ceph.com': 'permissive'} 2024-05-17T23:40:02.291 DEBUG:teuthology.orchestra.run.smithi111:> 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:40:02.330 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-17T23:40:02.331 DEBUG:teuthology.orchestra.run.smithi145:> 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:40:02.357 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-17T23:40:02.358 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-17T23:40:02.358 DEBUG:teuthology.orchestra.run.smithi111:> sudo /usr/sbin/setenforce permissive 2024-05-17T23:40:02.398 DEBUG:teuthology.orchestra.run.smithi145:> sudo /usr/sbin/setenforce permissive 2024-05-17T23:40:02.425 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-17T23:40:02.438 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-17T23:40:02.450 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:40:02.451 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi111.front.sepia.ceph.com,smithi145.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-17T23:43:46.306 INFO:teuthology.task.ansible:Archiving ansible failure log at: /home/teuthworker/archive/teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi/7711997/ansible_failures.yaml 2024-05-17T23:43:46.308 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:43:46.481 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=89dec4bcd50345f39bc4a74f59fd9272 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:43:46.483 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-17T23:43:46.493 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-17T23:43:46.493 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-17T23:43:46.517 DEBUG:teuthology.orchestra.run.smithi111:> 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:43:46.575 DEBUG:teuthology.orchestra.run.smithi145:> 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:43:46.629 DEBUG:teuthology.orchestra.run.smithi111:> 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:43:46.655 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-17T23:43:46.656 DEBUG:teuthology.orchestra.run.smithi145:> 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:43:46.682 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-17T23:43:46.682 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-17T23:43:46.690 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-17T23:43:46.717 INFO:teuthology.task.internal:Duration was 224.666929 seconds 2024-05-17T23:43:46.717 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-17T23:43:46.767 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-17T23:43:46.767 DEBUG:teuthology.orchestra.run.smithi111:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-17T23:43:46.769 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-17T23:43:46.805 INFO:teuthology.orchestra.run.smithi111.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-17T23:43:46.808 INFO:teuthology.orchestra.run.smithi145.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-17T23:43:47.031 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-17T23:43:47.031 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi111.front.sepia.ceph.com 2024-05-17T23:43:47.032 DEBUG:teuthology.orchestra.run.smithi111:> 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:43:47.092 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi145.front.sepia.ceph.com 2024-05-17T23:43:47.093 DEBUG:teuthology.orchestra.run.smithi145:> 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:43:47.126 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-17T23:43:47.126 DEBUG:teuthology.orchestra.run.smithi111:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-17T23:43:47.135 DEBUG:teuthology.orchestra.run.smithi145:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-17T23:43:47.192 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-17T23:43:47.192 DEBUG:teuthology.orchestra.run.smithi111:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-17T23:43:47.201 DEBUG:teuthology.orchestra.run.smithi145:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-17T23:43:47.320 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-17T23:43:47.330 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-17T23:43:47.330 DEBUG:teuthology.orchestra.run.smithi111:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-17T23:43:47.355 DEBUG:teuthology.orchestra.run.smithi145:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-17T23:43:47.380 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-17T23:43:47.388 DEBUG:teuthology.orchestra.run.smithi111:> 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:43:47.397 DEBUG:teuthology.orchestra.run.smithi145:> 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:43:47.418 INFO:teuthology.orchestra.run.smithi111.stdout:kernel.core_pattern = core 2024-05-17T23:43:47.444 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern = core 2024-05-17T23:43:47.468 DEBUG:teuthology.orchestra.run.smithi111:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-17T23:43:47.493 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-17T23:43:47.494 DEBUG:teuthology.orchestra.run.smithi145:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-17T23:43:47.522 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-17T23:43:47.522 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-17T23:43:47.531 INFO:teuthology.task.internal:Transferring archived files... 2024-05-17T23:43:47.532 DEBUG:teuthology.misc:Transferring archived files from smithi111:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi/7711997/remote/smithi111 2024-05-17T23:43:47.533 DEBUG:teuthology.orchestra.run.smithi111:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-17T23:43:47.580 DEBUG:teuthology.misc:Transferring archived files from smithi145:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi/7711997/remote/smithi145 2024-05-17T23:43:47.581 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-17T23:43:47.630 INFO:teuthology.task.internal:Removing archive directory... 2024-05-17T23:43:47.631 DEBUG:teuthology.orchestra.run.smithi111:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-17T23:43:47.633 DEBUG:teuthology.orchestra.run.smithi145:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-17T23:43:47.681 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-17T23:43:47.691 INFO:teuthology.task.internal:Not uploading archives. 2024-05-17T23:43:47.691 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-17T23:43:47.717 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-17T23:43:47.718 DEBUG:teuthology.orchestra.run.smithi111:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-17T23:43:47.720 DEBUG:teuthology.orchestra.run.smithi145:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-17T23:43:47.732 INFO:teuthology.orchestra.run.smithi111.stdout: 265296 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 17 23:43 /home/ubuntu/cephtest 2024-05-17T23:43:47.735 INFO:teuthology.orchestra.run.smithi145.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 17 23:43 /home/ubuntu/cephtest 2024-05-17T23:43:47.736 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-17T23:43:47.767 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-17T23:43:47.870 INFO:teuthology.run:Summary data: description: orch/cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_domain} duration: 224.66692900657654 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=89dec4bcd50345f39bc4a74f59fd9272 status: dead success: false 2024-05-17T23:43:47.870 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-17T23:43:47.973 INFO:teuthology.run:DEAD