2024-05-08T06:50:55.219 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-08T06:50:55.220 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697359 --name adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi --owner scheduled_adking@teuthology --description orch:cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_mgr_basic} --verbose -- /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697359/orig.config.yaml 2024-05-08T06:50:55.249 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-08T06:50:55.338 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697359 branch: wip-adk-testing-2024-05-07-0802 description: orch:cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_mgr_basic} email: adking@redhat.com first_in_suite: false job_id: '7697359' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-adk-testing-2024-05-07-0802 ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) log-only-match: - CEPHADM_ sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2024-05-07-0802 sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.x - osd.0 - osd.1 - client.0 - - host.b - cephadm.exclude seed: 1064 sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 sleep_before_teardown: 0 subset: 1/20 suite: orch:cephadm suite_branch: wip-adk-testing-2024-05-07-0802 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 targets: smithi064.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBENjLzOoLk4J3L3j9DY4DBkjMb/Ve84szRzrsEAqfDSurEqGIlZOyj17EcOvloYaxKxc2mMs+fjq2Y2tZ1Yp32w= smithi116.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE8m5ryVwqY/YVUrOxO7ytaYWSizQhUzaHbwfFOjdrTqPZ3ylOD631WLVJs3INtYqKOfzGStgdK3p8+5/WMe0p4= tasks: - 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 smb - cmd: ceph fs subvolume create cephfs sv1 --group-name=smb --mode=0777 - cmd: ceph fs subvolume create cephfs sv2 --group-name=smb --mode=0777 - cmd: ceph mgr module enable smb - cmd: sleep 30 - cmd: 'ceph smb cluster create modusr1 user --define-user-pass=user1%t3stP4ss1 --define-user-pass=user2%t3stP4ss2 ' - cmd: ceph smb share create modusr1 share1 cephfs / --subvolume=smb/sv1 - cmd: ceph smb share create modusr1 share2 cephfs / --subvolume=smb/sv2 - cephadm.wait_for_service: service: smb.modusr1 - cephadm.exec: host.b: - sleep 30 - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U user1%t3stP4ss1 //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share1 -c ls' - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U user2%t3stP4ss2 //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share2 -c ls' - cephadm.shell: host.a: - cmd: ceph smb share rm modusr1 share2 - cmd: ceph smb share rm modusr1 share1 - cmd: ceph smb cluster rm modusr1 - cephadm.wait_for_service_not_present: service: smb.modusr1 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 1ae7ad82388e92a475afff437d49054826c019a1 timestamp: 2024-05-08_05:24:58 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-05-08T06:50:55.339 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa; will attempt to use it 2024-05-08T06:50:55.339 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks 2024-05-08T06:50:55.340 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-08T06:50:55.341 INFO:teuthology.task.internal:Checking packages... 2024-05-08T06:50:55.371 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '7c8f650b36e258f639fa4a83becade57cbfd2009' 2024-05-08T06:50:55.371 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-08T06:50:55.372 INFO:teuthology.packaging:ref: None 2024-05-08T06:50:55.372 INFO:teuthology.packaging:tag: None 2024-05-08T06:50:55.372 INFO:teuthology.packaging:branch: wip-adk-testing-2024-05-07-0802 2024-05-08T06:50:55.372 INFO:teuthology.packaging:sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:50:55.372 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-adk-testing-2024-05-07-0802 2024-05-08T06:50:55.522 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3593.g7c8f650b 2024-05-08T06:50:55.525 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-08T06:50:55.532 INFO:teuthology.task.internal:no buildpackages task found 2024-05-08T06:50:55.532 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-08T06:50:55.562 INFO:teuthology.task.internal:Saving configuration 2024-05-08T06:50:55.577 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-08T06:50:55.584 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T06:50:55.609 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi064.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697359', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 06:45:53.363540', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBENjLzOoLk4J3L3j9DY4DBkjMb/Ve84szRzrsEAqfDSurEqGIlZOyj17EcOvloYaxKxc2mMs+fjq2Y2tZ1Yp32w='} 2024-05-08T06:50:55.635 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi116.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697359', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 06:45:53.361655', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE8m5ryVwqY/YVUrOxO7ytaYWSizQhUzaHbwfFOjdrTqPZ3ylOD631WLVJs3INtYqKOfzGStgdK3p8+5/WMe0p4='} 2024-05-08T06:50:55.635 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-08T06:50:55.642 INFO:teuthology.task.internal:roles: ubuntu@smithi064.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2024-05-08T06:50:55.642 INFO:teuthology.task.internal:roles: ubuntu@smithi116.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2024-05-08T06:50:55.643 INFO:teuthology.run_tasks:Running task console_log... 2024-05-08T06:50:55.726 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fda4a68ff70>, signals=[15]) 2024-05-08T06:50:55.726 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-08T06:50:55.733 INFO:teuthology.task.internal:Opening connections... 2024-05-08T06:50:55.733 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi064.front.sepia.ceph.com 2024-05-08T06:50:55.736 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:50:55.817 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi116.front.sepia.ceph.com 2024-05-08T06:50:55.818 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:50:55.894 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-08T06:50:55.901 DEBUG:teuthology.orchestra.run.smithi064:> uname -m 2024-05-08T06:50:55.920 INFO:teuthology.orchestra.run.smithi064.stdout:x86_64 2024-05-08T06:50:55.920 DEBUG:teuthology.orchestra.run.smithi064:> cat /etc/os-release 2024-05-08T06:50:55.978 INFO:teuthology.orchestra.run.smithi064.stdout:NAME="CentOS Stream" 2024-05-08T06:50:55.979 INFO:teuthology.orchestra.run.smithi064.stdout:VERSION="9" 2024-05-08T06:50:55.979 INFO:teuthology.orchestra.run.smithi064.stdout:ID="centos" 2024-05-08T06:50:55.979 INFO:teuthology.orchestra.run.smithi064.stdout:ID_LIKE="rhel fedora" 2024-05-08T06:50:55.979 INFO:teuthology.orchestra.run.smithi064.stdout:VERSION_ID="9" 2024-05-08T06:50:55.979 INFO:teuthology.orchestra.run.smithi064.stdout:PLATFORM_ID="platform:el9" 2024-05-08T06:50:55.979 INFO:teuthology.orchestra.run.smithi064.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-08T06:50:55.979 INFO:teuthology.orchestra.run.smithi064.stdout:ANSI_COLOR="0;31" 2024-05-08T06:50:55.979 INFO:teuthology.orchestra.run.smithi064.stdout:LOGO="fedora-logo-icon" 2024-05-08T06:50:55.979 INFO:teuthology.orchestra.run.smithi064.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-08T06:50:55.979 INFO:teuthology.orchestra.run.smithi064.stdout:HOME_URL="https://centos.org/" 2024-05-08T06:50:55.979 INFO:teuthology.orchestra.run.smithi064.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-08T06:50:55.979 INFO:teuthology.orchestra.run.smithi064.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-08T06:50:55.979 INFO:teuthology.orchestra.run.smithi064.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-08T06:50:55.980 INFO:teuthology.lock.ops:Updating smithi064.front.sepia.ceph.com on lock server 2024-05-08T06:50:56.007 DEBUG:teuthology.orchestra.run.smithi116:> uname -m 2024-05-08T06:50:56.025 INFO:teuthology.orchestra.run.smithi116.stdout:x86_64 2024-05-08T06:50:56.025 DEBUG:teuthology.orchestra.run.smithi116:> cat /etc/os-release 2024-05-08T06:50:56.084 INFO:teuthology.orchestra.run.smithi116.stdout:NAME="CentOS Stream" 2024-05-08T06:50:56.084 INFO:teuthology.orchestra.run.smithi116.stdout:VERSION="9" 2024-05-08T06:50:56.084 INFO:teuthology.orchestra.run.smithi116.stdout:ID="centos" 2024-05-08T06:50:56.084 INFO:teuthology.orchestra.run.smithi116.stdout:ID_LIKE="rhel fedora" 2024-05-08T06:50:56.084 INFO:teuthology.orchestra.run.smithi116.stdout:VERSION_ID="9" 2024-05-08T06:50:56.084 INFO:teuthology.orchestra.run.smithi116.stdout:PLATFORM_ID="platform:el9" 2024-05-08T06:50:56.084 INFO:teuthology.orchestra.run.smithi116.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-08T06:50:56.084 INFO:teuthology.orchestra.run.smithi116.stdout:ANSI_COLOR="0;31" 2024-05-08T06:50:56.084 INFO:teuthology.orchestra.run.smithi116.stdout:LOGO="fedora-logo-icon" 2024-05-08T06:50:56.084 INFO:teuthology.orchestra.run.smithi116.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-08T06:50:56.084 INFO:teuthology.orchestra.run.smithi116.stdout:HOME_URL="https://centos.org/" 2024-05-08T06:50:56.085 INFO:teuthology.orchestra.run.smithi116.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-08T06:50:56.085 INFO:teuthology.orchestra.run.smithi116.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-08T06:50:56.085 INFO:teuthology.orchestra.run.smithi116.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-08T06:50:56.085 INFO:teuthology.lock.ops:Updating smithi116.front.sepia.ceph.com on lock server 2024-05-08T06:50:56.115 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-08T06:50:56.124 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-08T06:50:56.129 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-08T06:50:56.130 DEBUG:teuthology.orchestra.run.smithi064:> test '!' -e /home/ubuntu/cephtest 2024-05-08T06:50:56.132 DEBUG:teuthology.orchestra.run.smithi116:> test '!' -e /home/ubuntu/cephtest 2024-05-08T06:50:56.148 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-08T06:50:56.155 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-08T06:50:56.155 DEBUG:teuthology.orchestra.run.smithi064:> test -z $(ls -A /var/lib/ceph) 2024-05-08T06:50:56.190 DEBUG:teuthology.orchestra.run.smithi116:> test -z $(ls -A /var/lib/ceph) 2024-05-08T06:50:56.408 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-08T06:50:56.465 INFO:teuthology.run_tasks:Running task kernel... 2024-05-08T06:50:56.480 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-08T06:50:56.480 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-08T06:50:56.480 DEBUG:teuthology.orchestra.run.smithi064:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-08T06:50:56.481 DEBUG:teuthology.orchestra.run.smithi116:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-08T06:50:56.497 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:50:56.498 DEBUG:teuthology.orchestra.run.smithi116:> uname -r 2024-05-08T06:50:56.499 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:50:56.499 DEBUG:teuthology.orchestra.run.smithi064:> uname -r 2024-05-08T06:50:56.555 INFO:teuthology.orchestra.run.smithi116.stdout:5.14.0-437.el9.x86_64 2024-05-08T06:50:56.555 INFO:teuthology.task.kernel:Running kernel on smithi116: 5.14.0-437.el9.x86_64 2024-05-08T06:50:56.555 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum install -y kernel 2024-05-08T06:50:56.557 INFO:teuthology.orchestra.run.smithi064.stdout:5.14.0-437.el9.x86_64 2024-05-08T06:50:56.557 INFO:teuthology.task.kernel:Running kernel on smithi064: 5.14.0-437.el9.x86_64 2024-05-08T06:50:56.557 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum install -y kernel 2024-05-08T06:50:58.672 INFO:teuthology.orchestra.run.smithi064.stdout:CentOS Stream 9 - BaseOS 17 MB/s | 8.1 MB 00:00 2024-05-08T06:50:58.987 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.1 MB 00:00 2024-05-08T06:51:00.754 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 9 - AppStream 28 MB/s | 19 MB 00:00 2024-05-08T06:51:02.989 INFO:teuthology.orchestra.run.smithi064.stdout:CentOS Stream 9 - AppStream 6.1 MB/s | 19 MB 00:03 2024-05-08T06:51:07.029 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 9 - CRB 2.3 MB/s | 6.2 MB 00:02 2024-05-08T06:51:08.548 INFO:teuthology.orchestra.run.smithi064.stdout:CentOS Stream 9 - CRB 3.4 MB/s | 6.2 MB 00:01 2024-05-08T06:51:08.597 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 9 - Extras packages 72 kB/s | 16 kB 00:00 2024-05-08T06:51:09.582 INFO:teuthology.orchestra.run.smithi116.stdout:Extra Packages for Enterprise Linux 25 MB/s | 21 MB 00:00 2024-05-08T06:51:10.057 INFO:teuthology.orchestra.run.smithi064.stdout:CentOS Stream 9 - Extras packages 58 kB/s | 16 kB 00:00 2024-05-08T06:51:11.692 INFO:teuthology.orchestra.run.smithi064.stdout:Extra Packages for Enterprise Linux 14 MB/s | 21 MB 00:01 2024-05-08T06:51:14.723 INFO:teuthology.orchestra.run.smithi116.stdout:lab-extras 23 kB/s | 1.7 kB 00:00 2024-05-08T06:51:16.712 INFO:teuthology.orchestra.run.smithi116.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-08T06:51:16.713 INFO:teuthology.orchestra.run.smithi116.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-08T06:51:16.807 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-05-08T06:51:16.815 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-05-08T06:51:16.815 INFO:teuthology.orchestra.run.smithi116.stdout: Package Architecture Version Repository Size 2024-05-08T06:51:16.816 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-05-08T06:51:16.816 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-05-08T06:51:16.816 INFO:teuthology.orchestra.run.smithi116.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-08T06:51:16.816 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2024-05-08T06:51:16.816 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-08T06:51:16.816 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-08T06:51:16.816 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-08T06:51:16.816 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-05-08T06:51:16.816 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-05-08T06:51:16.817 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-05-08T06:51:16.817 INFO:teuthology.orchestra.run.smithi116.stdout:Install 4 Packages 2024-05-08T06:51:16.817 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-05-08T06:51:16.818 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 78 M 2024-05-08T06:51:16.818 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 123 M 2024-05-08T06:51:16.818 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-05-08T06:51:17.109 INFO:teuthology.orchestra.run.smithi064.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-05-08T06:51:17.116 INFO:teuthology.orchestra.run.smithi116.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 1.8 MB/s | 484 kB 00:00 2024-05-08T06:51:19.206 INFO:teuthology.orchestra.run.smithi064.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-08T06:51:19.207 INFO:teuthology.orchestra.run.smithi064.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-08T06:51:19.299 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-05-08T06:51:19.313 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-05-08T06:51:19.314 INFO:teuthology.orchestra.run.smithi064.stdout: Package Architecture Version Repository Size 2024-05-08T06:51:19.314 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-05-08T06:51:19.314 INFO:teuthology.orchestra.run.smithi064.stdout:Installing: 2024-05-08T06:51:19.314 INFO:teuthology.orchestra.run.smithi064.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-08T06:51:19.314 INFO:teuthology.orchestra.run.smithi064.stdout:Installing dependencies: 2024-05-08T06:51:19.314 INFO:teuthology.orchestra.run.smithi064.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-08T06:51:19.314 INFO:teuthology.orchestra.run.smithi064.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-08T06:51:19.314 INFO:teuthology.orchestra.run.smithi064.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-08T06:51:19.314 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-05-08T06:51:19.314 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction Summary 2024-05-08T06:51:19.315 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-05-08T06:51:19.315 INFO:teuthology.orchestra.run.smithi064.stdout:Install 4 Packages 2024-05-08T06:51:19.315 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-05-08T06:51:19.315 INFO:teuthology.orchestra.run.smithi064.stdout:Total download size: 78 M 2024-05-08T06:51:19.315 INFO:teuthology.orchestra.run.smithi064.stdout:Installed size: 123 M 2024-05-08T06:51:19.316 INFO:teuthology.orchestra.run.smithi064.stdout:Downloading Packages: 2024-05-08T06:51:19.560 INFO:teuthology.orchestra.run.smithi064.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 4.7 MB/s | 484 kB 00:00 2024-05-08T06:51:20.060 INFO:teuthology.orchestra.run.smithi064.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 26 MB/s | 15 MB 00:00 2024-05-08T06:51:20.108 INFO:teuthology.orchestra.run.smithi116.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 4.7 MB/s | 15 MB 00:03 2024-05-08T06:51:20.727 INFO:teuthology.orchestra.run.smithi064.stdout:(3/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 27 MB/s | 34 MB 00:01 2024-05-08T06:51:21.036 INFO:teuthology.orchestra.run.smithi064.stdout:(4/4): kernel-modules-core-5.14.0-444.el9.x86_6 19 MB/s | 28 MB 00:01 2024-05-08T06:51:21.036 INFO:teuthology.orchestra.run.smithi064.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:51:21.036 INFO:teuthology.orchestra.run.smithi064.stdout:Total 45 MB/s | 78 MB 00:01 2024-05-08T06:51:21.666 INFO:teuthology.orchestra.run.smithi116.stdout:(3/4): kernel-modules-core-5.14.0-444.el9.x86_6 6.1 MB/s | 28 MB 00:04 2024-05-08T06:51:21.744 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction check 2024-05-08T06:51:22.108 INFO:teuthology.orchestra.run.smithi116.stdout:(4/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 6.5 MB/s | 34 MB 00:05 2024-05-08T06:51:22.108 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:51:22.108 INFO:teuthology.orchestra.run.smithi116.stdout:Total 15 MB/s | 78 MB 00:05 2024-05-08T06:51:22.148 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction check succeeded. 2024-05-08T06:51:22.148 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction test 2024-05-08T06:51:22.788 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-05-08T06:51:23.092 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction test succeeded. 2024-05-08T06:51:23.092 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction 2024-05-08T06:51:23.146 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-05-08T06:51:23.147 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-05-08T06:51:24.076 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-05-08T06:51:24.077 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-05-08T06:51:25.637 INFO:teuthology.orchestra.run.smithi064.stdout: Preparing : 1/1 2024-05-08T06:51:26.303 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-08T06:51:26.385 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:51:26.493 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-05-08T06:51:27.107 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-08T06:51:27.192 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:51:29.188 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:51:29.356 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:51:29.852 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:51:29.985 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:51:34.440 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:51:34.481 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:51:34.670 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:51:34.745 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:51:39.466 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:51:39.570 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:52:08.705 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:52:08.743 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:52:09.120 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:52:09.120 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-08T06:52:09.120 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:52:09.120 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:52:09.918 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:52:09.918 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-05-08T06:52:09.918 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-05-08T06:52:09.918 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-08T06:52:09.919 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-08T06:52:09.919 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-08T06:52:09.919 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-08T06:52:09.919 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-05-08T06:52:09.919 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-05-08T06:52:10.268 DEBUG:teuthology.orchestra.run.smithi116:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T06:52:10.345 INFO:teuthology.orchestra.run.smithi116.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T06:52:10.345 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T06:52:10.345 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-444.el9.x86_64 2024-05-08T06:52:10.345 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-08T06:52:10.345 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-08T06:52:10.345 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-08T06:52:10.346 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi116.front.sepia.ceph.com, path=None, version=distro) 2024-05-08T06:52:10.346 DEBUG:teuthology.orchestra.run.smithi116:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T06:52:10.394 INFO:teuthology.orchestra.run.smithi116.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T06:52:10.395 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T06:52:10.395 DEBUG:teuthology.orchestra.run.smithi116:> sudo rpm -qi grub2-tools 2024-05-08T06:52:10.425 INFO:teuthology.orchestra.run.smithi116.stdout:Name : grub2-tools 2024-05-08T06:52:10.426 INFO:teuthology.orchestra.run.smithi116.stdout:Epoch : 1 2024-05-08T06:52:10.426 INFO:teuthology.orchestra.run.smithi116.stdout:Version : 2.06 2024-05-08T06:52:10.426 INFO:teuthology.orchestra.run.smithi116.stdout:Release : 68.el9 2024-05-08T06:52:10.426 INFO:teuthology.orchestra.run.smithi116.stdout:Architecture: x86_64 2024-05-08T06:52:10.426 INFO:teuthology.orchestra.run.smithi116.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-08T06:52:10.426 INFO:teuthology.orchestra.run.smithi116.stdout:Group : Unspecified 2024-05-08T06:52:10.426 INFO:teuthology.orchestra.run.smithi116.stdout:Size : 8264254 2024-05-08T06:52:10.426 INFO:teuthology.orchestra.run.smithi116.stdout:License : GPLv3+ 2024-05-08T06:52:10.426 INFO:teuthology.orchestra.run.smithi116.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-08T06:52:10.426 INFO:teuthology.orchestra.run.smithi116.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-08T06:52:10.426 INFO:teuthology.orchestra.run.smithi116.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-08T06:52:10.426 INFO:teuthology.orchestra.run.smithi116.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-08T06:52:10.426 INFO:teuthology.orchestra.run.smithi116.stdout:Packager : builder@centos.org 2024-05-08T06:52:10.427 INFO:teuthology.orchestra.run.smithi116.stdout:Vendor : CentOS 2024-05-08T06:52:10.427 INFO:teuthology.orchestra.run.smithi116.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-08T06:52:10.427 INFO:teuthology.orchestra.run.smithi116.stdout:Summary : Support tools for GRUB. 2024-05-08T06:52:10.427 INFO:teuthology.orchestra.run.smithi116.stdout:Description : 2024-05-08T06:52:10.427 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-05-08T06:52:10.427 INFO:teuthology.orchestra.run.smithi116.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-08T06:52:10.427 INFO:teuthology.orchestra.run.smithi116.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-08T06:52:10.427 INFO:teuthology.orchestra.run.smithi116.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-08T06:52:10.427 INFO:teuthology.orchestra.run.smithi116.stdout:hardware devices. 2024-05-08T06:52:10.427 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-05-08T06:52:10.427 INFO:teuthology.orchestra.run.smithi116.stdout:This subpackage provides tools for support of all platforms. 2024-05-08T06:52:10.428 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-08T06:52:10.428 INFO:teuthology.task.kernel:Updating grub on smithi116 to boot 5.14.0-444.el9.x86_64 2024-05-08T06:52:10.428 DEBUG:teuthology.orchestra.run.smithi116:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-08T06:52:10.620 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:52:10.660 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:52:11.019 INFO:teuthology.orchestra.run.smithi116.stderr:Generating grub configuration file ... 2024-05-08T06:52:11.025 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:52:11.025 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-08T06:52:11.025 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:52:11.025 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:52:11.847 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:52:11.847 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-05-08T06:52:11.847 INFO:teuthology.orchestra.run.smithi064.stdout:Installed: 2024-05-08T06:52:11.847 INFO:teuthology.orchestra.run.smithi064.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-08T06:52:11.847 INFO:teuthology.orchestra.run.smithi064.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-08T06:52:11.847 INFO:teuthology.orchestra.run.smithi064.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-08T06:52:11.847 INFO:teuthology.orchestra.run.smithi064.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-08T06:52:11.847 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-05-08T06:52:11.847 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-05-08T06:52:12.169 DEBUG:teuthology.orchestra.run.smithi064:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T06:52:12.282 INFO:teuthology.orchestra.run.smithi064.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T06:52:12.282 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T06:52:12.282 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-444.el9.x86_64 2024-05-08T06:52:12.282 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-08T06:52:12.283 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-08T06:52:12.283 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-08T06:52:12.283 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi064.front.sepia.ceph.com, path=None, version=distro) 2024-05-08T06:52:12.283 DEBUG:teuthology.orchestra.run.smithi064:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T06:52:12.334 INFO:teuthology.orchestra.run.smithi064.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T06:52:12.335 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T06:52:12.335 DEBUG:teuthology.orchestra.run.smithi064:> sudo rpm -qi grub2-tools 2024-05-08T06:52:12.374 INFO:teuthology.orchestra.run.smithi064.stdout:Name : grub2-tools 2024-05-08T06:52:12.375 INFO:teuthology.orchestra.run.smithi064.stdout:Epoch : 1 2024-05-08T06:52:12.375 INFO:teuthology.orchestra.run.smithi064.stdout:Version : 2.06 2024-05-08T06:52:12.375 INFO:teuthology.orchestra.run.smithi064.stdout:Release : 68.el9 2024-05-08T06:52:12.375 INFO:teuthology.orchestra.run.smithi064.stdout:Architecture: x86_64 2024-05-08T06:52:12.375 INFO:teuthology.orchestra.run.smithi064.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-08T06:52:12.375 INFO:teuthology.orchestra.run.smithi064.stdout:Group : Unspecified 2024-05-08T06:52:12.375 INFO:teuthology.orchestra.run.smithi064.stdout:Size : 8264254 2024-05-08T06:52:12.375 INFO:teuthology.orchestra.run.smithi064.stdout:License : GPLv3+ 2024-05-08T06:52:12.375 INFO:teuthology.orchestra.run.smithi064.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-08T06:52:12.375 INFO:teuthology.orchestra.run.smithi064.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-08T06:52:12.375 INFO:teuthology.orchestra.run.smithi064.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-08T06:52:12.375 INFO:teuthology.orchestra.run.smithi064.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-08T06:52:12.375 INFO:teuthology.orchestra.run.smithi064.stdout:Packager : builder@centos.org 2024-05-08T06:52:12.375 INFO:teuthology.orchestra.run.smithi064.stdout:Vendor : CentOS 2024-05-08T06:52:12.375 INFO:teuthology.orchestra.run.smithi064.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-08T06:52:12.376 INFO:teuthology.orchestra.run.smithi064.stdout:Summary : Support tools for GRUB. 2024-05-08T06:52:12.376 INFO:teuthology.orchestra.run.smithi064.stdout:Description : 2024-05-08T06:52:12.376 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-05-08T06:52:12.376 INFO:teuthology.orchestra.run.smithi064.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-08T06:52:12.376 INFO:teuthology.orchestra.run.smithi064.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-08T06:52:12.376 INFO:teuthology.orchestra.run.smithi064.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-08T06:52:12.376 INFO:teuthology.orchestra.run.smithi064.stdout:hardware devices. 2024-05-08T06:52:12.376 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-05-08T06:52:12.376 INFO:teuthology.orchestra.run.smithi064.stdout:This subpackage provides tools for support of all platforms. 2024-05-08T06:52:12.377 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-08T06:52:12.377 INFO:teuthology.task.kernel:Updating grub on smithi064 to boot 5.14.0-444.el9.x86_64 2024-05-08T06:52:12.377 DEBUG:teuthology.orchestra.run.smithi064:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-08T06:52:12.380 INFO:teuthology.orchestra.run.smithi116.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-08T06:52:12.406 INFO:teuthology.orchestra.run.smithi116.stderr:done 2024-05-08T06:52:12.408 DEBUG:teuthology.orchestra.run.smithi116:> mktemp 2024-05-08T06:52:12.423 INFO:teuthology.orchestra.run.smithi116.stdout:/tmp/tmp.ZbI8PfSA6D 2024-05-08T06:52:12.424 DEBUG:teuthology.orchestra.run.smithi116:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.ZbI8PfSA6D 2024-05-08T06:52:12.488 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod 0666 /tmp/tmp.ZbI8PfSA6D 2024-05-08T06:52:12.628 DEBUG:teuthology.orchestra.remote:smithi116:/tmp/tmp.ZbI8PfSA6D is 6KB 2024-05-08T06:52:12.677 DEBUG:teuthology.orchestra.run.smithi116:> rm -fr /tmp/tmp.ZbI8PfSA6D 2024-05-08T06:52:12.691 DEBUG:teuthology.orchestra.run.smithi116:> sudo /bin/ls /boot/loader/entries || true 2024-05-08T06:52:12.763 INFO:teuthology.orchestra.run.smithi116.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-08T06:52:12.764 INFO:teuthology.orchestra.run.smithi116.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-08T06:52:12.764 INFO:teuthology.orchestra.run.smithi116.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-08T06:52:12.764 INFO:teuthology.orchestra.run.smithi116.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-08T06:52:12.765 DEBUG:teuthology.orchestra.run.smithi116:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-08T06:52:12.924 DEBUG:teuthology.orchestra.run.smithi116:> sudo shutdown -r now 2024-05-08T06:52:12.985 INFO:teuthology.orchestra.run.smithi064.stderr:Generating grub configuration file ... 2024-05-08T06:52:13.003 ERROR:paramiko.transport:Socket exception: Connection reset by peer (104) 2024-05-08T06:52:14.517 INFO:teuthology.orchestra.run.smithi064.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-08T06:52:14.542 INFO:teuthology.orchestra.run.smithi064.stderr:done 2024-05-08T06:52:14.544 DEBUG:teuthology.orchestra.run.smithi064:> mktemp 2024-05-08T06:52:14.600 INFO:teuthology.orchestra.run.smithi064.stdout:/tmp/tmp.PakM0X8oc0 2024-05-08T06:52:14.601 DEBUG:teuthology.orchestra.run.smithi064:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.PakM0X8oc0 2024-05-08T06:52:14.668 DEBUG:teuthology.orchestra.run.smithi064:> sudo chmod 0666 /tmp/tmp.PakM0X8oc0 2024-05-08T06:52:14.810 DEBUG:teuthology.orchestra.remote:smithi064:/tmp/tmp.PakM0X8oc0 is 6KB 2024-05-08T06:52:14.858 DEBUG:teuthology.orchestra.run.smithi064:> rm -fr /tmp/tmp.PakM0X8oc0 2024-05-08T06:52:14.874 DEBUG:teuthology.orchestra.run.smithi064:> sudo /bin/ls /boot/loader/entries || true 2024-05-08T06:52:14.936 INFO:teuthology.orchestra.run.smithi064.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-08T06:52:14.937 INFO:teuthology.orchestra.run.smithi064.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-08T06:52:14.937 INFO:teuthology.orchestra.run.smithi064.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-08T06:52:14.937 INFO:teuthology.orchestra.run.smithi064.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-08T06:52:14.939 DEBUG:teuthology.orchestra.run.smithi064:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-08T06:52:15.209 DEBUG:teuthology.orchestra.run.smithi064:> sudo shutdown -r now 2024-05-08T06:52:42.954 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-08T06:52:42.955 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-05-08T06:52:42.956 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:52:45.213 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-08T06:52:45.214 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2024-05-08T06:52:45.214 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:53:01.343 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.116 2024-05-08T06:53:03.646 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.64 2024-05-08T06:53:10.350 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-05-08T06:53:10.351 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:53:12.650 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2024-05-08T06:53:12.650 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:53:13.406 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.116 2024-05-08T06:53:15.710 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.64 2024-05-08T06:53:25.414 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-05-08T06:53:25.415 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:53:27.714 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2024-05-08T06:53:27.715 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:53:46.143 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.64 2024-05-08T06:53:57.226 DEBUG:teuthology.orchestra.run.smithi116:> true 2024-05-08T06:53:57.665 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-05-08T06:53:57.666 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-444.el9.x86_64"... 2024-05-08T06:53:57.666 DEBUG:teuthology.orchestra.run.smithi116:> uname -r 2024-05-08T06:53:57.680 INFO:teuthology.orchestra.run.smithi116.stdout:5.14.0-444.el9.x86_64 2024-05-08T06:53:57.680 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-444.el9.x86_64 vs 5.14.0-444.el9.x86_64 2024-05-08T06:53:57.681 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-08T06:53:57.681 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-08T06:53:58.681 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-08T06:53:58.681 DEBUG:teuthology.orchestra.run.smithi116:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-08T06:53:58.822 INFO:teuthology.orchestra.run.smithi116.stdout:ttyS1 2024-05-08T06:53:58.865 DEBUG:teuthology.parallel:result is None 2024-05-08T06:54:01.143 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2024-05-08T06:54:01.144 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:54:01.565 DEBUG:teuthology.orchestra.run.smithi064:> true 2024-05-08T06:54:01.941 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi064.front.sepia.ceph.com' 2024-05-08T06:54:01.941 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-444.el9.x86_64"... 2024-05-08T06:54:01.941 DEBUG:teuthology.orchestra.run.smithi064:> uname -r 2024-05-08T06:54:01.957 INFO:teuthology.orchestra.run.smithi064.stdout:5.14.0-444.el9.x86_64 2024-05-08T06:54:01.958 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-444.el9.x86_64 vs 5.14.0-444.el9.x86_64 2024-05-08T06:54:01.958 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-08T06:54:01.958 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-08T06:54:02.960 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-08T06:54:02.960 DEBUG:teuthology.orchestra.run.smithi064:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-08T06:54:03.041 INFO:teuthology.orchestra.run.smithi064.stdout:ttyS1 2024-05-08T06:54:03.073 DEBUG:teuthology.parallel:result is None 2024-05-08T06:54:03.073 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-08T06:54:03.080 INFO:teuthology.task.internal:Creating test directory... 2024-05-08T06:54:03.081 DEBUG:teuthology.orchestra.run.smithi064:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-08T06:54:03.083 DEBUG:teuthology.orchestra.run.smithi116:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-08T06:54:03.102 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-08T06:54:03.108 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-08T06:54:03.115 INFO:teuthology.task.internal:Creating archive directory... 2024-05-08T06:54:03.115 DEBUG:teuthology.orchestra.run.smithi064:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-08T06:54:03.137 DEBUG:teuthology.orchestra.run.smithi116:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-08T06:54:03.257 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-08T06:54:03.264 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-08T06:54:03.264 DEBUG:teuthology.orchestra.run.smithi064:> 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-08T06:54:03.267 DEBUG:teuthology.orchestra.run.smithi116:> 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-08T06:54:03.299 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T06:54:03.308 INFO:teuthology.orchestra.run.smithi064.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T06:54:03.311 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T06:54:03.319 INFO:teuthology.orchestra.run.smithi064.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T06:54:03.320 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-08T06:54:03.327 INFO:teuthology.task.internal:Configuring sudo... 2024-05-08T06:54:03.327 DEBUG:teuthology.orchestra.run.smithi064:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-08T06:54:03.329 DEBUG:teuthology.orchestra.run.smithi116:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-08T06:54:03.381 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-08T06:54:03.393 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-08T06:54:03.393 DEBUG:teuthology.orchestra.run.smithi064:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-08T06:54:03.395 DEBUG:teuthology.orchestra.run.smithi116:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-08T06:54:03.438 DEBUG:teuthology.orchestra.run.smithi064:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T06:54:03.497 DEBUG:teuthology.orchestra.run.smithi064:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T06:54:03.531 DEBUG:teuthology.orchestra.run.smithi064:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T06:54:03.610 DEBUG:teuthology.orchestra.run.smithi064:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T06:54:03.647 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2024-05-08T06:54:03.647 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-08T06:54:03.709 DEBUG:teuthology.orchestra.run.smithi116:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T06:54:03.754 DEBUG:teuthology.orchestra.run.smithi116:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T06:54:03.802 DEBUG:teuthology.orchestra.run.smithi116:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T06:54:03.887 DEBUG:teuthology.orchestra.run.smithi116:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T06:54:03.929 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-05-08T06:54:03.929 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-08T06:54:03.996 DEBUG:teuthology.orchestra.run.smithi064:> sudo service rsyslog restart 2024-05-08T06:54:03.998 DEBUG:teuthology.orchestra.run.smithi116:> sudo service rsyslog restart 2024-05-08T06:54:04.037 INFO:teuthology.orchestra.run.smithi064.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T06:54:04.077 INFO:teuthology.orchestra.run.smithi116.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T06:54:04.594 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-08T06:54:04.602 INFO:teuthology.task.internal:Starting timer... 2024-05-08T06:54:04.602 INFO:teuthology.run_tasks:Running task pcp... 2024-05-08T06:54:04.621 INFO:teuthology.run_tasks:Running task selinux... 2024-05-08T06:54:04.630 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-08T06:54:04.630 DEBUG:teuthology.orchestra.run.smithi064:> sudo service auditd rotate 2024-05-08T06:54:04.704 INFO:teuthology.orchestra.run.smithi064.stdout:Rotating logs: 2024-05-08T06:54:04.707 DEBUG:teuthology.orchestra.run.smithi116:> sudo service auditd rotate 2024-05-08T06:54:04.781 INFO:teuthology.orchestra.run.smithi116.stdout:Rotating logs: 2024-05-08T06:54:04.783 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-08T06:54:04.783 DEBUG:teuthology.orchestra.run.smithi064:> /usr/sbin/getenforce 2024-05-08T06:54:04.809 INFO:teuthology.orchestra.run.smithi064.stdout:Permissive 2024-05-08T06:54:04.809 DEBUG:teuthology.orchestra.run.smithi116:> /usr/sbin/getenforce 2024-05-08T06:54:04.834 INFO:teuthology.orchestra.run.smithi116.stdout:Permissive 2024-05-08T06:54:04.835 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi064.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi116.front.sepia.ceph.com': 'permissive'} 2024-05-08T06:54:04.835 DEBUG:teuthology.orchestra.run.smithi064:> 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-08T06:54:04.872 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:54:04.873 DEBUG:teuthology.orchestra.run.smithi116:> 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-08T06:54:04.903 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:54:04.903 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-08T06:54:04.903 DEBUG:teuthology.orchestra.run.smithi064:> sudo /usr/sbin/setenforce permissive 2024-05-08T06:54:04.937 DEBUG:teuthology.orchestra.run.smithi116:> sudo /usr/sbin/setenforce permissive 2024-05-08T06:54:04.971 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-08T06:54:04.980 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-05-08T06:54:04.986 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-05-08T06:54:05.113 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-08T06:54:05.130 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-08T06:54:05.132 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi064.front.sepia.ceph.com,smithi116.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-08T06:58:07.184 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi064.front.sepia.ceph.com'), Remote(name='ubuntu@smithi116.front.sepia.ceph.com')] 2024-05-08T06:58:07.185 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2024-05-08T06:58:07.187 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:58:07.264 DEBUG:teuthology.orchestra.run.smithi064:> true 2024-05-08T06:58:07.346 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi064.front.sepia.ceph.com' 2024-05-08T06:58:07.346 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-05-08T06:58:07.347 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:58:07.417 DEBUG:teuthology.orchestra.run.smithi116:> true 2024-05-08T06:58:07.494 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-05-08T06:58:07.495 INFO:teuthology.run_tasks:Running task clock... 2024-05-08T06:58:07.506 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-08T06:58:07.506 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-08T06:58:07.507 DEBUG:teuthology.orchestra.run.smithi064:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T06:58:07.509 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-08T06:58:07.509 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T06:58:07.538 INFO:teuthology.orchestra.run.smithi064.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-08T06:58:07.553 INFO:teuthology.orchestra.run.smithi064.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-08T06:58:07.565 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-08T06:58:07.578 INFO:teuthology.orchestra.run.smithi064.stderr:sudo: ntpd: command not found 2024-05-08T06:58:07.579 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-08T06:58:07.590 INFO:teuthology.orchestra.run.smithi064.stdout:506 Cannot talk to daemon 2024-05-08T06:58:07.602 INFO:teuthology.orchestra.run.smithi116.stderr:sudo: ntpd: command not found 2024-05-08T06:58:07.605 INFO:teuthology.orchestra.run.smithi064.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-08T06:58:07.613 INFO:teuthology.orchestra.run.smithi116.stdout:506 Cannot talk to daemon 2024-05-08T06:58:07.619 INFO:teuthology.orchestra.run.smithi064.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-08T06:58:07.627 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-08T06:58:07.641 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-08T06:58:07.678 INFO:teuthology.orchestra.run.smithi064.stderr:bash: line 1: ntpq: command not found 2024-05-08T06:58:07.682 INFO:teuthology.orchestra.run.smithi064.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T06:58:07.682 INFO:teuthology.orchestra.run.smithi064.stdout:=============================================================================== 2024-05-08T06:58:07.682 INFO:teuthology.orchestra.run.smithi064.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:58:07.682 INFO:teuthology.orchestra.run.smithi064.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:58:07.682 INFO:teuthology.orchestra.run.smithi064.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:58:07.682 INFO:teuthology.orchestra.run.smithi064.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:58:07.695 INFO:teuthology.orchestra.run.smithi116.stderr:bash: line 1: ntpq: command not found 2024-05-08T06:58:07.698 INFO:teuthology.orchestra.run.smithi116.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T06:58:07.698 INFO:teuthology.orchestra.run.smithi116.stdout:=============================================================================== 2024-05-08T06:58:07.698 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:58:07.698 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:58:07.698 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:58:07.698 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:58:07.699 INFO:teuthology.run_tasks:Running task cephadm.configure_samba_client_container... 2024-05-08T06:58:07.786 INFO:tasks.cephadm:Testing if podman is available 2024-05-08T06:58:07.787 DEBUG:teuthology.orchestra.run.smithi116:> sudo podman --help 2024-05-08T06:58:08.474 INFO:teuthology.orchestra.run.smithi116.stdout:Manage pods, containers and images 2024-05-08T06:58:08.474 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-05-08T06:58:08.485 INFO:teuthology.orchestra.run.smithi116.stdout:Usage: 2024-05-08T06:58:08.485 INFO:teuthology.orchestra.run.smithi116.stdout: podman [options] [command] 2024-05-08T06:58:08.485 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-05-08T06:58:08.485 INFO:teuthology.orchestra.run.smithi116.stdout:Available Commands: 2024-05-08T06:58:08.485 INFO:teuthology.orchestra.run.smithi116.stdout: attach Attach to a running container 2024-05-08T06:58:08.485 INFO:teuthology.orchestra.run.smithi116.stdout: auto-update Auto update containers according to their auto-update policy 2024-05-08T06:58:08.485 INFO:teuthology.orchestra.run.smithi116.stdout: build Build an image using instructions from Containerfiles 2024-05-08T06:58:08.485 INFO:teuthology.orchestra.run.smithi116.stdout: commit Create new image based on the changed container 2024-05-08T06:58:08.486 INFO:teuthology.orchestra.run.smithi116.stdout: compose Run compose workloads via an external provider such as docker-compose or podman-compose 2024-05-08T06:58:08.486 INFO:teuthology.orchestra.run.smithi116.stdout: container Manage containers 2024-05-08T06:58:08.486 INFO:teuthology.orchestra.run.smithi116.stdout: cp Copy files/folders between a container and the local filesystem 2024-05-08T06:58:08.486 INFO:teuthology.orchestra.run.smithi116.stdout: create Create but do not start a container 2024-05-08T06:58:08.486 INFO:teuthology.orchestra.run.smithi116.stdout: diff Display the changes to the object's file system 2024-05-08T06:58:08.486 INFO:teuthology.orchestra.run.smithi116.stdout: events Show podman system events 2024-05-08T06:58:08.486 INFO:teuthology.orchestra.run.smithi116.stdout: exec Run a process in a running container 2024-05-08T06:58:08.486 INFO:teuthology.orchestra.run.smithi116.stdout: export Export container's filesystem contents as a tar archive 2024-05-08T06:58:08.486 INFO:teuthology.orchestra.run.smithi116.stdout: farm Farm out builds to remote machines 2024-05-08T06:58:08.486 INFO:teuthology.orchestra.run.smithi116.stdout: generate Generate structured data based on containers, pods or volumes 2024-05-08T06:58:08.486 INFO:teuthology.orchestra.run.smithi116.stdout: healthcheck Manage health checks on containers 2024-05-08T06:58:08.486 INFO:teuthology.orchestra.run.smithi116.stdout: help Help about any command 2024-05-08T06:58:08.486 INFO:teuthology.orchestra.run.smithi116.stdout: history Show history of a specified image 2024-05-08T06:58:08.486 INFO:teuthology.orchestra.run.smithi116.stdout: image Manage images 2024-05-08T06:58:08.487 INFO:teuthology.orchestra.run.smithi116.stdout: images List images in local storage 2024-05-08T06:58:08.487 INFO:teuthology.orchestra.run.smithi116.stdout: import Import a tarball to create a filesystem image 2024-05-08T06:58:08.487 INFO:teuthology.orchestra.run.smithi116.stdout: info Display podman system information 2024-05-08T06:58:08.487 INFO:teuthology.orchestra.run.smithi116.stdout: init Initialize one or more containers 2024-05-08T06:58:08.487 INFO:teuthology.orchestra.run.smithi116.stdout: inspect Display the configuration of object denoted by ID 2024-05-08T06:58:08.487 INFO:teuthology.orchestra.run.smithi116.stdout: kill Kill one or more running containers with a specific signal 2024-05-08T06:58:08.487 INFO:teuthology.orchestra.run.smithi116.stdout: kube Play containers, pods or volumes from a structured file 2024-05-08T06:58:08.487 INFO:teuthology.orchestra.run.smithi116.stdout: load Load image(s) from a tar archive 2024-05-08T06:58:08.487 INFO:teuthology.orchestra.run.smithi116.stdout: login Log in to a container registry 2024-05-08T06:58:08.487 INFO:teuthology.orchestra.run.smithi116.stdout: logout Log out of a container registry 2024-05-08T06:58:08.487 INFO:teuthology.orchestra.run.smithi116.stdout: logs Fetch the logs of one or more containers 2024-05-08T06:58:08.487 INFO:teuthology.orchestra.run.smithi116.stdout: machine Manage a virtual machine 2024-05-08T06:58:08.487 INFO:teuthology.orchestra.run.smithi116.stdout: manifest Manipulate manifest lists and image indexes 2024-05-08T06:58:08.487 INFO:teuthology.orchestra.run.smithi116.stdout: mount Mount a working container's root filesystem 2024-05-08T06:58:08.487 INFO:teuthology.orchestra.run.smithi116.stdout: network Manage networks 2024-05-08T06:58:08.488 INFO:teuthology.orchestra.run.smithi116.stdout: pause Pause all the processes in one or more containers 2024-05-08T06:58:08.488 INFO:teuthology.orchestra.run.smithi116.stdout: pod Manage pods 2024-05-08T06:58:08.488 INFO:teuthology.orchestra.run.smithi116.stdout: port List port mappings or a specific mapping for the container 2024-05-08T06:58:08.488 INFO:teuthology.orchestra.run.smithi116.stdout: ps List containers 2024-05-08T06:58:08.488 INFO:teuthology.orchestra.run.smithi116.stdout: pull Pull an image from a registry 2024-05-08T06:58:08.488 INFO:teuthology.orchestra.run.smithi116.stdout: push Push an image to a specified destination 2024-05-08T06:58:08.488 INFO:teuthology.orchestra.run.smithi116.stdout: rename Rename an existing container 2024-05-08T06:58:08.488 INFO:teuthology.orchestra.run.smithi116.stdout: restart Restart one or more containers 2024-05-08T06:58:08.488 INFO:teuthology.orchestra.run.smithi116.stdout: rm Remove one or more containers 2024-05-08T06:58:08.488 INFO:teuthology.orchestra.run.smithi116.stdout: rmi Remove one or more images from local storage 2024-05-08T06:58:08.488 INFO:teuthology.orchestra.run.smithi116.stdout: run Run a command in a new container 2024-05-08T06:58:08.488 INFO:teuthology.orchestra.run.smithi116.stdout: save Save image(s) to an archive 2024-05-08T06:58:08.488 INFO:teuthology.orchestra.run.smithi116.stdout: search Search registry for image 2024-05-08T06:58:08.488 INFO:teuthology.orchestra.run.smithi116.stdout: secret Manage secrets 2024-05-08T06:58:08.488 INFO:teuthology.orchestra.run.smithi116.stdout: start Start one or more containers 2024-05-08T06:58:08.488 INFO:teuthology.orchestra.run.smithi116.stdout: stats Display a live stream of container resource usage statistics 2024-05-08T06:58:08.489 INFO:teuthology.orchestra.run.smithi116.stdout: stop Stop one or more containers 2024-05-08T06:58:08.489 INFO:teuthology.orchestra.run.smithi116.stdout: system Manage podman 2024-05-08T06:58:08.489 INFO:teuthology.orchestra.run.smithi116.stdout: tag Add an additional name to a local image 2024-05-08T06:58:08.489 INFO:teuthology.orchestra.run.smithi116.stdout: top Display the running processes of a container 2024-05-08T06:58:08.489 INFO:teuthology.orchestra.run.smithi116.stdout: unmount Unmount working container's root filesystem 2024-05-08T06:58:08.489 INFO:teuthology.orchestra.run.smithi116.stdout: unpause Unpause the processes in one or more containers 2024-05-08T06:58:08.489 INFO:teuthology.orchestra.run.smithi116.stdout: unshare Run a command in a modified user namespace 2024-05-08T06:58:08.489 INFO:teuthology.orchestra.run.smithi116.stdout: untag Remove a name from a local image 2024-05-08T06:58:08.489 INFO:teuthology.orchestra.run.smithi116.stdout: update Update an existing container 2024-05-08T06:58:08.489 INFO:teuthology.orchestra.run.smithi116.stdout: version Display the Podman version information 2024-05-08T06:58:08.489 INFO:teuthology.orchestra.run.smithi116.stdout: volume Manage volumes 2024-05-08T06:58:08.489 INFO:teuthology.orchestra.run.smithi116.stdout: wait Block on one or more containers 2024-05-08T06:58:08.489 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-05-08T06:58:08.489 INFO:teuthology.orchestra.run.smithi116.stdout:Options: 2024-05-08T06:58:08.489 INFO:teuthology.orchestra.run.smithi116.stdout: --cgroup-manager string Cgroup manager to use ("cgroupfs"|"systemd") (default "systemd") 2024-05-08T06:58:08.490 INFO:teuthology.orchestra.run.smithi116.stdout: --conmon string Path of the conmon binary 2024-05-08T06:58:08.490 INFO:teuthology.orchestra.run.smithi116.stdout: -c, --connection string Connection to use for remote Podman service 2024-05-08T06:58:08.490 INFO:teuthology.orchestra.run.smithi116.stdout: --events-backend string Events backend to use ("file"|"journald"|"none") (default "journald") 2024-05-08T06:58:08.490 INFO:teuthology.orchestra.run.smithi116.stdout: --help Help for podman 2024-05-08T06:58:08.490 INFO:teuthology.orchestra.run.smithi116.stdout: --hooks-dir strings Set the OCI hooks directory path (may be set multiple times) (default [/usr/share/containers/oci/hooks.d]) 2024-05-08T06:58:08.490 INFO:teuthology.orchestra.run.smithi116.stdout: --identity string path to SSH identity file, (CONTAINER_SSHKEY) 2024-05-08T06:58:08.490 INFO:teuthology.orchestra.run.smithi116.stdout: --imagestore string Path to the 'image store', different from 'graph root', use this to split storing the image into a separate 'image store', see 'man containers-storage.conf' for details 2024-05-08T06:58:08.490 INFO:teuthology.orchestra.run.smithi116.stdout: --log-level string Log messages above specified level (trace, debug, info, warn, warning, error, fatal, panic) (default "warn") 2024-05-08T06:58:08.490 INFO:teuthology.orchestra.run.smithi116.stdout: --module strings Load the containers.conf(5) module 2024-05-08T06:58:08.490 INFO:teuthology.orchestra.run.smithi116.stdout: --network-cmd-path string Path to the command for configuring the network 2024-05-08T06:58:08.490 INFO:teuthology.orchestra.run.smithi116.stdout: --network-config-dir string Path of the configuration directory for networks 2024-05-08T06:58:08.490 INFO:teuthology.orchestra.run.smithi116.stdout: --out string Send output (stdout) from podman to a file 2024-05-08T06:58:08.490 INFO:teuthology.orchestra.run.smithi116.stdout: -r, --remote Access remote Podman service 2024-05-08T06:58:08.490 INFO:teuthology.orchestra.run.smithi116.stdout: --root string Path to the graph root directory where images, containers, etc. are stored 2024-05-08T06:58:08.491 INFO:teuthology.orchestra.run.smithi116.stdout: --runroot string Path to the 'run directory' where all state information is stored 2024-05-08T06:58:08.491 INFO:teuthology.orchestra.run.smithi116.stdout: --runtime string Path to the OCI-compatible binary used to run containers. (default "crun") 2024-05-08T06:58:08.491 INFO:teuthology.orchestra.run.smithi116.stdout: --runtime-flag stringArray add global flags for the container runtime 2024-05-08T06:58:08.491 INFO:teuthology.orchestra.run.smithi116.stdout: --ssh string define the ssh mode (default "golang") 2024-05-08T06:58:08.491 INFO:teuthology.orchestra.run.smithi116.stdout: --storage-driver string Select which storage driver is used to manage storage of images and containers 2024-05-08T06:58:08.491 INFO:teuthology.orchestra.run.smithi116.stdout: --storage-opt stringArray Used to pass an option to the storage driver 2024-05-08T06:58:08.491 INFO:teuthology.orchestra.run.smithi116.stdout: --syslog Output logging information to syslog as well as the console (default false) 2024-05-08T06:58:08.491 INFO:teuthology.orchestra.run.smithi116.stdout: --tmpdir string Path to the tmp directory for libpod state content. 2024-05-08T06:58:08.491 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-05-08T06:58:08.491 INFO:teuthology.orchestra.run.smithi116.stdout: Note: use the environment variable 'TMPDIR' to change the temporary storage location for container images, '/var/tmp'. 2024-05-08T06:58:08.491 INFO:teuthology.orchestra.run.smithi116.stdout: (default "/run/libpod") 2024-05-08T06:58:08.491 INFO:teuthology.orchestra.run.smithi116.stdout: --transient-store Enable transient container storage 2024-05-08T06:58:08.491 INFO:teuthology.orchestra.run.smithi116.stdout: --url string URL to access Podman service (CONTAINER_HOST) (default "unix:///run/podman/podman.sock") 2024-05-08T06:58:08.491 INFO:teuthology.orchestra.run.smithi116.stdout: -v, --version version for podman 2024-05-08T06:58:08.491 INFO:teuthology.orchestra.run.smithi116.stdout: --volumepath string Path to the volume directory in which volume data is stored 2024-05-08T06:58:08.492 DEBUG:teuthology.orchestra.run.smithi116:> sudo podman pull quay.io/samba.org/samba-client:latest 2024-05-08T06:58:09.337 INFO:teuthology.orchestra.run.smithi116.stderr:Trying to pull quay.io/samba.org/samba-client:latest... 2024-05-08T06:58:09.770 INFO:teuthology.orchestra.run.smithi116.stderr:Getting image source signatures 2024-05-08T06:58:09.774 INFO:teuthology.orchestra.run.smithi116.stderr:Copying blob sha256:0c8920509b8039b2ceffa7254c3c90d61429969392fe6d03aa514a4232259bdb 2024-05-08T06:58:09.774 INFO:teuthology.orchestra.run.smithi116.stderr:Copying blob sha256:2390d0b6e92a4366770b13a47ee17dee2960c9e24cbcd1285a61d097498c2ca7 2024-05-08T06:58:13.785 INFO:teuthology.orchestra.run.smithi116.stderr:Copying config sha256:f3042eae5846e432b78493fb0a3667e2c99f336bc190d5c017c48806d90762c4 2024-05-08T06:58:13.918 INFO:teuthology.orchestra.run.smithi116.stderr:Writing manifest to image destination 2024-05-08T06:58:14.066 INFO:teuthology.orchestra.run.smithi116.stdout:f3042eae5846e432b78493fb0a3667e2c99f336bc190d5c017c48806d90762c4 2024-05-08T06:58:14.072 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-08T06:58:14.081 INFO:tasks.cephadm:Config: {'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': '7c8f650b36e258f639fa4a83becade57cbfd2009'} 2024-05-08T06:58:14.082 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:58:14.082 INFO:tasks.cephadm:Cluster fsid is 56e99fe2-0d08-11ef-bc97-c7b262605968 2024-05-08T06:58:14.082 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-08T06:58:14.082 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.64'} 2024-05-08T06:58:14.083 INFO:tasks.cephadm:First mon is mon.a on smithi064 2024-05-08T06:58:14.083 INFO:tasks.cephadm:First mgr is x 2024-05-08T06:58:14.083 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-08T06:58:14.083 DEBUG:teuthology.orchestra.run.smithi064:> sudo hostname $(hostname -s) 2024-05-08T06:58:14.116 DEBUG:teuthology.orchestra.run.smithi116:> sudo hostname $(hostname -s) 2024-05-08T06:58:14.143 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-08T06:58:14.144 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:58:14.375 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '7c8f650b36e258f639fa4a83becade57cbfd2009', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/79172/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3593-g7c8f650b', 'node_name': '172.21.2.14+braggi14', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3593.g7c8f650b'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-05-07 17:59:41.144528', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-05-07-0802', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-05-08T06:58:14.512 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-adk-testing-2024-05-07-0802, sha1 7c8f650b36e258f639fa4a83becade57cbfd2009 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:58:14.514 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/x86_64/flavors/default/cephadm 2024-05-08T06:58:14.514 INFO:tasks.cephadm:Downloading cephadm from url: https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/x86_64/flavors/default/cephadm 2024-05-08T06:58:14.514 DEBUG:teuthology.orchestra.run.smithi064:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-08T06:58:15.659 INFO:teuthology.orchestra.run.smithi064.stdout:-rw-r--r--. 1 ubuntu ubuntu 783059 May 8 06:58 /home/ubuntu/cephtest/cephadm 2024-05-08T06:58:15.660 DEBUG:teuthology.orchestra.run.smithi116:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-08T06:58:16.998 INFO:teuthology.orchestra.run.smithi116.stdout:-rw-r--r--. 1 ubuntu ubuntu 783059 May 8 06:58 /home/ubuntu/cephtest/cephadm 2024-05-08T06:58:16.998 DEBUG:teuthology.orchestra.run.smithi064:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-08T06:58:17.018 DEBUG:teuthology.orchestra.run.smithi116:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-08T06:58:17.047 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 on all hosts... 2024-05-08T06:58:17.047 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull 2024-05-08T06:58:17.061 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull 2024-05-08T06:58:17.506 INFO:teuthology.orchestra.run.smithi116.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009... 2024-05-08T06:58:17.652 INFO:teuthology.orchestra.run.smithi116.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:58:17.652 INFO:teuthology.orchestra.run.smithi116.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009... 2024-05-08T06:58:17.652 INFO:teuthology.orchestra.run.smithi116.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009: reading manifest 7c8f650b36e258f639fa4a83becade57cbfd2009 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-05-08T06:58:17.652 INFO:teuthology.orchestra.run.smithi116.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:58:18.644 INFO:teuthology.orchestra.run.smithi064.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009... 2024-05-08T06:58:18.841 INFO:teuthology.orchestra.run.smithi064.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:58:18.841 INFO:teuthology.orchestra.run.smithi064.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009... 2024-05-08T06:58:18.841 INFO:teuthology.orchestra.run.smithi064.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009: reading manifest 7c8f650b36e258f639fa4a83becade57cbfd2009 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-05-08T06:58:18.841 INFO:teuthology.orchestra.run.smithi064.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:58:18.866 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:58:18.866 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 585, in pull_image run.wait(ctx.cluster.run(args=cmd, wait=False)) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi064 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull' 2024-05-08T06:58:18.868 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-08T06:58:18.869 DEBUG:teuthology.misc:Transferring archived files from smithi064:/var/lib/ceph/56e99fe2-0d08-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697359/remote/smithi064/crash 2024-05-08T06:58:18.870 DEBUG:teuthology.orchestra.run.smithi064:> sudo tar c -f - -C /var/lib/ceph/56e99fe2-0d08-11ef-bc97-c7b262605968/crash -- . 2024-05-08T06:58:18.907 INFO:teuthology.orchestra.run.smithi064.stderr:tar: /var/lib/ceph/56e99fe2-0d08-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-08T06:58:18.907 INFO:teuthology.orchestra.run.smithi064.stderr:tar: Error is not recoverable: exiting now 2024-05-08T06:58:18.909 DEBUG:teuthology.misc:Transferring archived files from smithi116:/var/lib/ceph/56e99fe2-0d08-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697359/remote/smithi116/crash 2024-05-08T06:58:18.910 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /var/lib/ceph/56e99fe2-0d08-11ef-bc97-c7b262605968/crash -- . 2024-05-08T06:58:18.954 INFO:teuthology.orchestra.run.smithi116.stderr:tar: /var/lib/ceph/56e99fe2-0d08-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-08T06:58:18.954 INFO:teuthology.orchestra.run.smithi116.stderr:tar: Error is not recoverable: exiting now 2024-05-08T06:58:18.955 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-08T06:58:18.956 DEBUG:teuthology.orchestra.run.smithi064:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/56e99fe2-0d08-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-05-08T06:58:18.982 INFO:teuthology.orchestra.run.smithi064.stderr:grep: /var/log/ceph/56e99fe2-0d08-11ef-bc97-c7b262605968/ceph.log: No such file or directory 2024-05-08T06:58:18.983 INFO:tasks.cephadm:Compressing logs... 2024-05-08T06:58:18.984 DEBUG:teuthology.orchestra.run.smithi064:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-08T06:58:19.027 DEBUG:teuthology.orchestra.run.smithi116:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-08T06:58:19.049 INFO:teuthology.orchestra.run.smithi064.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-08T06:58:19.049 INFO:teuthology.orchestra.run.smithi064.stderr:: No such file or directory 2024-05-08T06:58:19.049 INFO:teuthology.orchestra.run.smithi064.stderr:/var/log/ceph/cephadm.log: 73.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-08T06:58:19.051 INFO:teuthology.orchestra.run.smithi064.stderr: 2024-05-08T06:58:19.051 INFO:teuthology.orchestra.run.smithi064.stderr:real 0m0.012s 2024-05-08T06:58:19.052 INFO:teuthology.orchestra.run.smithi064.stderr:user 0m0.008s 2024-05-08T06:58:19.052 INFO:teuthology.orchestra.run.smithi064.stderr:sys 0m0.014s 2024-05-08T06:58:19.055 INFO:teuthology.orchestra.run.smithi116.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-08T06:58:19.055 INFO:teuthology.orchestra.run.smithi116.stderr:: No such file or directory 2024-05-08T06:58:19.056 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/cephadm.log: 73.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-08T06:58:19.058 INFO:teuthology.orchestra.run.smithi116.stderr: 2024-05-08T06:58:19.058 INFO:teuthology.orchestra.run.smithi116.stderr:real 0m0.014s 2024-05-08T06:58:19.058 INFO:teuthology.orchestra.run.smithi116.stderr:user 0m0.011s 2024-05-08T06:58:19.058 INFO:teuthology.orchestra.run.smithi116.stderr:sys 0m0.015s 2024-05-08T06:58:19.058 INFO:tasks.cephadm:Archiving logs... 2024-05-08T06:58:19.059 DEBUG:teuthology.misc:Transferring archived files from smithi064:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697359/remote/smithi064/log 2024-05-08T06:58:19.060 DEBUG:teuthology.orchestra.run.smithi064:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-08T06:58:19.118 DEBUG:teuthology.misc:Transferring archived files from smithi116:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697359/remote/smithi116/log 2024-05-08T06:58:19.119 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-08T06:58:19.147 INFO:tasks.cephadm:Removing cluster... 2024-05-08T06:58:19.147 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 56e99fe2-0d08-11ef-bc97-c7b262605968 --force 2024-05-08T06:58:19.351 INFO:teuthology.orchestra.run.smithi064.stdout:Deleting cluster with fsid: 56e99fe2-0d08-11ef-bc97-c7b262605968 2024-05-08T06:58:19.474 INFO:tasks.cephadm:Removing cephadm ... 2024-05-08T06:58:19.475 DEBUG:teuthology.orchestra.run.smithi064:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-08T06:58:19.490 DEBUG:teuthology.orchestra.run.smithi116:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-08T06:58:19.508 INFO:tasks.cephadm:Teardown complete 2024-05-08T06:58:19.508 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 2244, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 1873, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 585, in pull_image run.wait(ctx.cluster.run(args=cmd, wait=False)) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi064 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull' 2024-05-08T06:58:19.712 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=b47be535816043c88b5f68db915a88ff Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 2244, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 1873, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 585, in pull_image run.wait(ctx.cluster.run(args=cmd, wait=False)) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi064 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull' 2024-05-08T06:58:19.716 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-08T06:58:19.727 DEBUG:teuthology.run_tasks:Unwinding manager cephadm.configure_samba_client_container 2024-05-08T06:58:19.741 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-08T06:58:19.752 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-08T06:58:19.752 DEBUG:teuthology.orchestra.run.smithi064:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T06:58:19.765 DEBUG:teuthology.orchestra.run.smithi116:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T06:58:19.771 INFO:teuthology.orchestra.run.smithi064.stderr:bash: line 1: ntpq: command not found 2024-05-08T06:58:19.775 INFO:teuthology.orchestra.run.smithi064.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T06:58:19.776 INFO:teuthology.orchestra.run.smithi064.stdout:=============================================================================== 2024-05-08T06:58:19.776 INFO:teuthology.orchestra.run.smithi064.stdout:^+ hv01.front.sepia.ceph.com 3 6 17 6 +516us[ +540us] +/- 73ms 2024-05-08T06:58:19.776 INFO:teuthology.orchestra.run.smithi064.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 5 -1918us[-1918us] +/- 63ms 2024-05-08T06:58:19.776 INFO:teuthology.orchestra.run.smithi064.stdout:^* hv03.front.sepia.ceph.com 3 6 17 5 +1388us[+1411us] +/- 62ms 2024-05-08T06:58:19.776 INFO:teuthology.orchestra.run.smithi064.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:58:19.783 INFO:teuthology.orchestra.run.smithi116.stderr:bash: line 1: ntpq: command not found 2024-05-08T06:58:19.787 INFO:teuthology.orchestra.run.smithi116.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T06:58:19.788 INFO:teuthology.orchestra.run.smithi116.stdout:=============================================================================== 2024-05-08T06:58:19.788 INFO:teuthology.orchestra.run.smithi116.stdout:^+ hv01.front.sepia.ceph.com 3 6 17 5 +546us[ +546us] +/- 73ms 2024-05-08T06:58:19.788 INFO:teuthology.orchestra.run.smithi116.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 5 -1906us[-1906us] +/- 63ms 2024-05-08T06:58:19.788 INFO:teuthology.orchestra.run.smithi116.stdout:^* hv03.front.sepia.ceph.com 3 6 17 6 +1421us[+1425us] +/- 62ms 2024-05-08T06:58:19.788 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:58:19.789 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-08T06:58:19.797 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-08T06:58:19.798 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-08T06:58:19.807 DEBUG:teuthology.orchestra.run.smithi064:> 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-08T06:58:19.875 DEBUG:teuthology.orchestra.run.smithi116:> 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-08T06:58:19.937 DEBUG:teuthology.orchestra.run.smithi064:> 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-08T06:58:19.964 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:58:19.965 DEBUG:teuthology.orchestra.run.smithi116:> 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-08T06:58:19.993 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:58:19.994 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-08T06:58:20.002 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-08T06:58:20.010 INFO:teuthology.task.internal:Duration was 255.408404 seconds 2024-05-08T06:58:20.011 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-08T06:58:20.019 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-08T06:58:20.019 DEBUG:teuthology.orchestra.run.smithi064:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-08T06:58:20.022 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-08T06:58:20.059 INFO:teuthology.orchestra.run.smithi064.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T06:58:20.075 INFO:teuthology.orchestra.run.smithi116.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T06:58:20.426 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-08T06:58:20.426 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi064.front.sepia.ceph.com 2024-05-08T06:58:20.427 DEBUG:teuthology.orchestra.run.smithi064:> 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-08T06:58:20.451 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi116.front.sepia.ceph.com 2024-05-08T06:58:20.452 DEBUG:teuthology.orchestra.run.smithi116:> 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-08T06:58:20.493 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-08T06:58:20.493 DEBUG:teuthology.orchestra.run.smithi064:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-08T06:58:20.495 DEBUG:teuthology.orchestra.run.smithi116:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-08T06:58:20.561 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-08T06:58:20.561 DEBUG:teuthology.orchestra.run.smithi064:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-08T06:58:20.564 DEBUG:teuthology.orchestra.run.smithi116:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-08T06:58:20.689 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-08T06:58:20.698 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-08T06:58:20.698 DEBUG:teuthology.orchestra.run.smithi064:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-08T06:58:20.725 DEBUG:teuthology.orchestra.run.smithi116:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-08T06:58:20.749 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-08T06:58:20.758 DEBUG:teuthology.orchestra.run.smithi064:> 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-08T06:58:20.767 DEBUG:teuthology.orchestra.run.smithi116:> 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-08T06:58:20.789 INFO:teuthology.orchestra.run.smithi064.stdout:kernel.core_pattern = core 2024-05-08T06:58:20.812 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern = core 2024-05-08T06:58:20.832 DEBUG:teuthology.orchestra.run.smithi064:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-08T06:58:20.875 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:58:20.875 DEBUG:teuthology.orchestra.run.smithi116:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-08T06:58:20.889 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:58:20.890 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-08T06:58:20.900 INFO:teuthology.task.internal:Transferring archived files... 2024-05-08T06:58:20.901 DEBUG:teuthology.misc:Transferring archived files from smithi064:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697359/remote/smithi064 2024-05-08T06:58:20.901 DEBUG:teuthology.orchestra.run.smithi064:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-08T06:58:20.950 DEBUG:teuthology.misc:Transferring archived files from smithi116:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697359/remote/smithi116 2024-05-08T06:58:20.950 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-08T06:58:20.982 INFO:teuthology.task.internal:Removing archive directory... 2024-05-08T06:58:20.982 DEBUG:teuthology.orchestra.run.smithi064:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-08T06:58:20.986 DEBUG:teuthology.orchestra.run.smithi116:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-08T06:58:21.033 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-08T06:58:21.043 INFO:teuthology.task.internal:Not uploading archives. 2024-05-08T06:58:21.043 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-08T06:58:21.052 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-08T06:58:21.052 DEBUG:teuthology.orchestra.run.smithi064:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-08T06:58:21.055 DEBUG:teuthology.orchestra.run.smithi116:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-08T06:58:21.068 INFO:teuthology.orchestra.run.smithi064.stdout: 265805 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 8 06:58 /home/ubuntu/cephtest 2024-05-08T06:58:21.088 INFO:teuthology.orchestra.run.smithi116.stdout: 265295 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 8 06:58 /home/ubuntu/cephtest 2024-05-08T06:58:21.089 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-08T06:58:21.099 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-08T06:58:21.127 INFO:teuthology.nuke:Checking targets against current locks 2024-05-08T06:58:21.155 DEBUG:teuthology.nuke:shortname: smithi064 2024-05-08T06:58:21.155 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T06:58:21.178 DEBUG:teuthology.nuke:shortname: smithi116 2024-05-08T06:58:21.179 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T06:58:21.182 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi064.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697359', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 06:45:53.363540', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBENjLzOoLk4J3L3j9DY4DBkjMb/Ve84szRzrsEAqfDSurEqGIlZOyj17EcOvloYaxKxc2mMs+fjq2Y2tZ1Yp32w='} 2024-05-08T06:58:21.207 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi116.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697359', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 06:45:53.361655', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE8m5ryVwqY/YVUrOxO7ytaYWSizQhUzaHbwfFOjdrTqPZ3ylOD631WLVJs3INtYqKOfzGStgdK3p8+5/WMe0p4='} 2024-05-08T06:58:21.233 INFO:teuthology.orchestra.console.smithi064:Power off 2024-05-08T06:58:21.234 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-08T06:58:21.259 DEBUG:teuthology.orchestra.console.smithi064:power off output: Chassis Power Control: Down/Off 2024-05-08T06:58:21.259 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T06:58:21.274 INFO:teuthology.orchestra.console.smithi116:Power off 2024-05-08T06:58:21.275 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-08T06:58:21.284 DEBUG:teuthology.orchestra.console.smithi064:check power output: Chassis Power is on 2024-05-08T06:58:21.296 DEBUG:teuthology.orchestra.console.smithi116:power off output: Chassis Power Control: Down/Off 2024-05-08T06:58:21.297 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T06:58:21.319 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is on 2024-05-08T06:58:25.285 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T06:58:25.320 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T06:58:25.395 DEBUG:teuthology.orchestra.console.smithi064:check power output: Chassis Power is on 2024-05-08T06:58:25.429 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is on 2024-05-08T06:58:29.398 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T06:58:29.430 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T06:58:29.508 DEBUG:teuthology.orchestra.console.smithi064:check power output: Chassis Power is off 2024-05-08T06:58:29.539 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is on 2024-05-08T06:58:29.609 INFO:teuthology.orchestra.console.smithi064:Power off completed 2024-05-08T06:58:33.542 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T06:58:33.651 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is off 2024-05-08T06:58:33.751 INFO:teuthology.orchestra.console.smithi116:Power off completed 2024-05-08T06:58:33.855 INFO:teuthology.run:Summary data: description: orch:cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_mgr_basic} duration: 255.4084038734436 failure_reason: 'Command failed on smithi064 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull''' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=b47be535816043c88b5f68db915a88ff status: fail success: false 2024-05-08T06:58:33.856 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-08T06:58:33.941 INFO:teuthology.run:FAIL