2024-05-08T14:15:43.732 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-08T14:15:43.732 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_adking@teuthology --description orch:cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_mgr_basic} --verbose --name adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi --archive /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697476 -- /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697476/orig.config.yaml 2024-05-08T14:15:43.762 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-08T14:15:43.841 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697476 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: '7697476' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: adking-2024-05-08_13:38:19-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: {} cephadm: image: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 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: 5571 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: smithi063.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ8WX3qsPXj2+JALnWY85FWXIdmBgSk1uGd0MkT+EogmRrMBRM+NgtK3w4XCS1FUSWQxSa30n7iT9iQQvdJg9CY= smithi169.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMoFsSMFXfKlJ1haKTaA0wxObTp/qSwO7yMegkD92FTMVPr4JsSerPxtKgm+37JuSJQRrg+Y2vpehCzqXXUhrcE= 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_13:38:19 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-05-08T14:15:43.841 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-08T14:15:43.842 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks 2024-05-08T14:15:43.842 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-08T14:15:43.843 INFO:teuthology.task.internal:Checking packages... 2024-05-08T14:15:43.865 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '7c8f650b36e258f639fa4a83becade57cbfd2009' 2024-05-08T14:15:43.865 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-08T14:15:43.865 INFO:teuthology.packaging:ref: None 2024-05-08T14:15:43.866 INFO:teuthology.packaging:tag: None 2024-05-08T14:15:43.866 INFO:teuthology.packaging:branch: wip-adk-testing-2024-05-07-0802 2024-05-08T14:15:43.866 INFO:teuthology.packaging:sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T14:15:43.866 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-08T14:15:44.000 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3593.g7c8f650b 2024-05-08T14:15:44.001 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-08T14:15:44.007 INFO:teuthology.task.internal:no buildpackages task found 2024-05-08T14:15:44.007 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-08T14:15:44.111 INFO:teuthology.task.internal:Saving configuration 2024-05-08T14:15:44.122 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-08T14:15:44.127 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T14:15:44.144 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi063.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697476', '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 14:09:28.232842', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ8WX3qsPXj2+JALnWY85FWXIdmBgSk1uGd0MkT+EogmRrMBRM+NgtK3w4XCS1FUSWQxSa30n7iT9iQQvdJg9CY='} 2024-05-08T14:15:44.164 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi169.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697476', '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 14:09:28.234322', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMoFsSMFXfKlJ1haKTaA0wxObTp/qSwO7yMegkD92FTMVPr4JsSerPxtKgm+37JuSJQRrg+Y2vpehCzqXXUhrcE='} 2024-05-08T14:15:44.164 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-08T14:15:44.170 INFO:teuthology.task.internal:roles: ubuntu@smithi063.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2024-05-08T14:15:44.170 INFO:teuthology.task.internal:roles: ubuntu@smithi169.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2024-05-08T14:15:44.170 INFO:teuthology.run_tasks:Running task console_log... 2024-05-08T14:15:44.236 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f49c1c49f70>, signals=[15]) 2024-05-08T14:15:44.236 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-08T14:15:44.242 INFO:teuthology.task.internal:Opening connections... 2024-05-08T14:15:44.242 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi063.front.sepia.ceph.com 2024-05-08T14:15:44.244 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:15:44.321 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi169.front.sepia.ceph.com 2024-05-08T14:15:44.321 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:15:44.392 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-08T14:15:44.399 DEBUG:teuthology.orchestra.run.smithi063:> uname -m 2024-05-08T14:15:44.418 INFO:teuthology.orchestra.run.smithi063.stdout:x86_64 2024-05-08T14:15:44.418 DEBUG:teuthology.orchestra.run.smithi063:> cat /etc/os-release 2024-05-08T14:15:44.476 INFO:teuthology.orchestra.run.smithi063.stdout:NAME="CentOS Stream" 2024-05-08T14:15:44.476 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION="9" 2024-05-08T14:15:44.476 INFO:teuthology.orchestra.run.smithi063.stdout:ID="centos" 2024-05-08T14:15:44.476 INFO:teuthology.orchestra.run.smithi063.stdout:ID_LIKE="rhel fedora" 2024-05-08T14:15:44.476 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION_ID="9" 2024-05-08T14:15:44.476 INFO:teuthology.orchestra.run.smithi063.stdout:PLATFORM_ID="platform:el9" 2024-05-08T14:15:44.476 INFO:teuthology.orchestra.run.smithi063.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-08T14:15:44.476 INFO:teuthology.orchestra.run.smithi063.stdout:ANSI_COLOR="0;31" 2024-05-08T14:15:44.476 INFO:teuthology.orchestra.run.smithi063.stdout:LOGO="fedora-logo-icon" 2024-05-08T14:15:44.476 INFO:teuthology.orchestra.run.smithi063.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-08T14:15:44.476 INFO:teuthology.orchestra.run.smithi063.stdout:HOME_URL="https://centos.org/" 2024-05-08T14:15:44.477 INFO:teuthology.orchestra.run.smithi063.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-08T14:15:44.477 INFO:teuthology.orchestra.run.smithi063.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-08T14:15:44.477 INFO:teuthology.orchestra.run.smithi063.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-08T14:15:44.477 INFO:teuthology.lock.ops:Updating smithi063.front.sepia.ceph.com on lock server 2024-05-08T14:15:44.511 DEBUG:teuthology.orchestra.run.smithi169:> uname -m 2024-05-08T14:15:44.529 INFO:teuthology.orchestra.run.smithi169.stdout:x86_64 2024-05-08T14:15:44.529 DEBUG:teuthology.orchestra.run.smithi169:> cat /etc/os-release 2024-05-08T14:15:44.586 INFO:teuthology.orchestra.run.smithi169.stdout:NAME="CentOS Stream" 2024-05-08T14:15:44.586 INFO:teuthology.orchestra.run.smithi169.stdout:VERSION="9" 2024-05-08T14:15:44.586 INFO:teuthology.orchestra.run.smithi169.stdout:ID="centos" 2024-05-08T14:15:44.587 INFO:teuthology.orchestra.run.smithi169.stdout:ID_LIKE="rhel fedora" 2024-05-08T14:15:44.587 INFO:teuthology.orchestra.run.smithi169.stdout:VERSION_ID="9" 2024-05-08T14:15:44.587 INFO:teuthology.orchestra.run.smithi169.stdout:PLATFORM_ID="platform:el9" 2024-05-08T14:15:44.587 INFO:teuthology.orchestra.run.smithi169.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-08T14:15:44.587 INFO:teuthology.orchestra.run.smithi169.stdout:ANSI_COLOR="0;31" 2024-05-08T14:15:44.587 INFO:teuthology.orchestra.run.smithi169.stdout:LOGO="fedora-logo-icon" 2024-05-08T14:15:44.587 INFO:teuthology.orchestra.run.smithi169.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-08T14:15:44.587 INFO:teuthology.orchestra.run.smithi169.stdout:HOME_URL="https://centos.org/" 2024-05-08T14:15:44.587 INFO:teuthology.orchestra.run.smithi169.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-08T14:15:44.587 INFO:teuthology.orchestra.run.smithi169.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-08T14:15:44.587 INFO:teuthology.orchestra.run.smithi169.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-08T14:15:44.587 INFO:teuthology.lock.ops:Updating smithi169.front.sepia.ceph.com on lock server 2024-05-08T14:15:44.611 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-08T14:15:44.619 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-08T14:15:44.623 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-08T14:15:44.623 DEBUG:teuthology.orchestra.run.smithi063:> test '!' -e /home/ubuntu/cephtest 2024-05-08T14:15:44.626 DEBUG:teuthology.orchestra.run.smithi169:> test '!' -e /home/ubuntu/cephtest 2024-05-08T14:15:44.642 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-08T14:15:44.647 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-08T14:15:44.648 DEBUG:teuthology.orchestra.run.smithi063:> test -z $(ls -A /var/lib/ceph) 2024-05-08T14:15:44.683 DEBUG:teuthology.orchestra.run.smithi169:> test -z $(ls -A /var/lib/ceph) 2024-05-08T14:15:44.716 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-08T14:15:44.767 INFO:teuthology.run_tasks:Running task kernel... 2024-05-08T14:15:44.780 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-08T14:15:44.780 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-08T14:15:44.781 DEBUG:teuthology.orchestra.run.smithi063:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-08T14:15:44.781 DEBUG:teuthology.orchestra.run.smithi169:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-08T14:15:44.797 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:15:44.797 DEBUG:teuthology.orchestra.run.smithi169:> uname -r 2024-05-08T14:15:44.798 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:15:44.798 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2024-05-08T14:15:44.853 INFO:teuthology.orchestra.run.smithi169.stdout:5.14.0-437.el9.x86_64 2024-05-08T14:15:44.854 INFO:teuthology.task.kernel:Running kernel on smithi169: 5.14.0-437.el9.x86_64 2024-05-08T14:15:44.854 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum install -y kernel 2024-05-08T14:15:44.855 INFO:teuthology.orchestra.run.smithi063.stdout:5.14.0-437.el9.x86_64 2024-05-08T14:15:44.855 INFO:teuthology.task.kernel:Running kernel on smithi063: 5.14.0-437.el9.x86_64 2024-05-08T14:15:44.855 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum install -y kernel 2024-05-08T14:15:47.098 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.1 MB 00:00 2024-05-08T14:15:48.362 INFO:teuthology.orchestra.run.smithi169.stdout:CentOS Stream 9 - BaseOS 4.2 MB/s | 8.1 MB 00:01 2024-05-08T14:15:51.207 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - AppStream 6.5 MB/s | 19 MB 00:02 2024-05-08T14:15:52.104 INFO:teuthology.orchestra.run.smithi169.stdout:CentOS Stream 9 - AppStream 7.3 MB/s | 19 MB 00:02 2024-05-08T14:15:58.396 INFO:teuthology.orchestra.run.smithi169.stdout:CentOS Stream 9 - CRB 2.3 MB/s | 6.2 MB 00:02 2024-05-08T14:15:58.640 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - CRB 1.7 MB/s | 6.2 MB 00:03 2024-05-08T14:16:00.291 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - Extras packages 37 kB/s | 16 kB 00:00 2024-05-08T14:16:01.147 INFO:teuthology.orchestra.run.smithi169.stdout:CentOS Stream 9 - Extras packages 10 kB/s | 16 kB 00:01 2024-05-08T14:16:01.476 INFO:teuthology.orchestra.run.smithi063.stdout:Extra Packages for Enterprise Linux 20 MB/s | 21 MB 00:01 2024-05-08T14:16:03.707 INFO:teuthology.orchestra.run.smithi169.stdout:Extra Packages for Enterprise Linux 8.8 MB/s | 21 MB 00:02 2024-05-08T14:16:06.884 INFO:teuthology.orchestra.run.smithi063.stdout:lab-extras 38 kB/s | 1.7 kB 00:00 2024-05-08T14:16:08.873 INFO:teuthology.orchestra.run.smithi169.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-05-08T14:16:08.957 INFO:teuthology.orchestra.run.smithi063.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-08T14:16:08.957 INFO:teuthology.orchestra.run.smithi063.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-08T14:16:09.055 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-08T14:16:09.079 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T14:16:09.079 INFO:teuthology.orchestra.run.smithi063.stdout: Package Architecture Version Repository Size 2024-05-08T14:16:09.079 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T14:16:09.079 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-08T14:16:09.079 INFO:teuthology.orchestra.run.smithi063.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-08T14:16:09.079 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-05-08T14:16:09.079 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-08T14:16:09.079 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-08T14:16:09.079 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-08T14:16:09.080 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T14:16:09.080 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-08T14:16:09.080 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T14:16:09.080 INFO:teuthology.orchestra.run.smithi063.stdout:Install 4 Packages 2024-05-08T14:16:09.080 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T14:16:09.080 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 78 M 2024-05-08T14:16:09.080 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 123 M 2024-05-08T14:16:09.080 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-08T14:16:10.210 INFO:teuthology.orchestra.run.smithi063.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 478 kB/s | 484 kB 00:01 2024-05-08T14:16:10.879 INFO:teuthology.orchestra.run.smithi169.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-08T14:16:10.880 INFO:teuthology.orchestra.run.smithi169.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-08T14:16:10.944 INFO:teuthology.orchestra.run.smithi063.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 8.8 MB/s | 15 MB 00:01 2024-05-08T14:16:10.958 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-05-08T14:16:10.969 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-05-08T14:16:10.969 INFO:teuthology.orchestra.run.smithi169.stdout: Package Architecture Version Repository Size 2024-05-08T14:16:10.969 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-05-08T14:16:10.969 INFO:teuthology.orchestra.run.smithi169.stdout:Installing: 2024-05-08T14:16:10.969 INFO:teuthology.orchestra.run.smithi169.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-08T14:16:10.969 INFO:teuthology.orchestra.run.smithi169.stdout:Installing dependencies: 2024-05-08T14:16:10.969 INFO:teuthology.orchestra.run.smithi169.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-08T14:16:10.969 INFO:teuthology.orchestra.run.smithi169.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-08T14:16:10.969 INFO:teuthology.orchestra.run.smithi169.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-08T14:16:10.969 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-05-08T14:16:10.969 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction Summary 2024-05-08T14:16:10.970 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-05-08T14:16:10.970 INFO:teuthology.orchestra.run.smithi169.stdout:Install 4 Packages 2024-05-08T14:16:10.970 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-05-08T14:16:10.970 INFO:teuthology.orchestra.run.smithi169.stdout:Total download size: 78 M 2024-05-08T14:16:10.970 INFO:teuthology.orchestra.run.smithi169.stdout:Installed size: 123 M 2024-05-08T14:16:10.970 INFO:teuthology.orchestra.run.smithi169.stdout:Downloading Packages: 2024-05-08T14:16:11.758 INFO:teuthology.orchestra.run.smithi169.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 1.1 MB/s | 484 kB 00:00 2024-05-08T14:16:11.844 INFO:teuthology.orchestra.run.smithi063.stdout:(3/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 13 MB/s | 34 MB 00:02 2024-05-08T14:16:12.828 INFO:teuthology.orchestra.run.smithi063.stdout:(4/4): kernel-modules-core-5.14.0-444.el9.x86_6 11 MB/s | 28 MB 00:02 2024-05-08T14:16:12.828 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-08T14:16:12.828 INFO:teuthology.orchestra.run.smithi063.stdout:Total 21 MB/s | 78 MB 00:03 2024-05-08T14:16:12.975 INFO:teuthology.orchestra.run.smithi169.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 9.3 MB/s | 15 MB 00:01 2024-05-08T14:16:13.533 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-08T14:16:13.858 INFO:teuthology.orchestra.run.smithi169.stdout:(3/4): kernel-modules-core-5.14.0-444.el9.x86_6 13 MB/s | 28 MB 00:02 2024-05-08T14:16:13.951 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-08T14:16:13.951 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-08T14:16:14.600 INFO:teuthology.orchestra.run.smithi169.stdout:(4/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 10 MB/s | 34 MB 00:03 2024-05-08T14:16:14.600 INFO:teuthology.orchestra.run.smithi169.stdout:-------------------------------------------------------------------------------- 2024-05-08T14:16:14.600 INFO:teuthology.orchestra.run.smithi169.stdout:Total 21 MB/s | 78 MB 00:03 2024-05-08T14:16:14.887 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-08T14:16:14.887 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-08T14:16:15.286 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction check 2024-05-08T14:16:15.658 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction check succeeded. 2024-05-08T14:16:15.658 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction test 2024-05-08T14:16:16.581 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction test succeeded. 2024-05-08T14:16:16.581 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction 2024-05-08T14:16:17.431 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-08T14:16:18.151 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-08T14:16:18.235 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T14:16:18.998 INFO:teuthology.orchestra.run.smithi169.stdout: Preparing : 1/1 2024-05-08T14:16:19.632 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-08T14:16:19.734 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T14:16:21.035 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T14:16:21.168 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T14:16:22.401 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T14:16:22.530 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T14:16:26.238 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T14:16:26.279 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:16:27.293 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T14:16:27.382 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:16:31.366 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:16:32.140 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:17:01.955 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:17:01.999 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:17:02.378 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:17:02.378 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-08T14:17:02.378 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T14:17:02.378 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T14:17:02.444 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:17:02.484 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:17:02.828 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:17:02.829 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-08T14:17:02.829 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T14:17:02.829 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T14:17:03.179 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:17:03.179 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-05-08T14:17:03.179 INFO:teuthology.orchestra.run.smithi169.stdout:Installed: 2024-05-08T14:17:03.179 INFO:teuthology.orchestra.run.smithi169.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-08T14:17:03.179 INFO:teuthology.orchestra.run.smithi169.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-08T14:17:03.179 INFO:teuthology.orchestra.run.smithi169.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-08T14:17:03.179 INFO:teuthology.orchestra.run.smithi169.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-08T14:17:03.179 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-05-08T14:17:03.180 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-05-08T14:17:03.532 DEBUG:teuthology.orchestra.run.smithi169:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T14:17:03.608 INFO:teuthology.orchestra.run.smithi169.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T14:17:03.609 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T14:17:03.609 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-08T14:17:03.609 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-08T14:17:03.609 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-08T14:17:03.609 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-08T14:17:03.609 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi169.front.sepia.ceph.com, path=None, version=distro) 2024-05-08T14:17:03.610 DEBUG:teuthology.orchestra.run.smithi169:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T14:17:03.639 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:17:03.639 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T14:17:03.639 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-08T14:17:03.639 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-08T14:17:03.639 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-08T14:17:03.640 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-08T14:17:03.640 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-08T14:17:03.640 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T14:17:03.640 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-08T14:17:03.659 INFO:teuthology.orchestra.run.smithi169.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T14:17:03.659 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T14:17:03.659 DEBUG:teuthology.orchestra.run.smithi169:> sudo rpm -qi grub2-tools 2024-05-08T14:17:03.690 INFO:teuthology.orchestra.run.smithi169.stdout:Name : grub2-tools 2024-05-08T14:17:03.690 INFO:teuthology.orchestra.run.smithi169.stdout:Epoch : 1 2024-05-08T14:17:03.690 INFO:teuthology.orchestra.run.smithi169.stdout:Version : 2.06 2024-05-08T14:17:03.690 INFO:teuthology.orchestra.run.smithi169.stdout:Release : 68.el9 2024-05-08T14:17:03.690 INFO:teuthology.orchestra.run.smithi169.stdout:Architecture: x86_64 2024-05-08T14:17:03.690 INFO:teuthology.orchestra.run.smithi169.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-08T14:17:03.690 INFO:teuthology.orchestra.run.smithi169.stdout:Group : Unspecified 2024-05-08T14:17:03.690 INFO:teuthology.orchestra.run.smithi169.stdout:Size : 8264254 2024-05-08T14:17:03.690 INFO:teuthology.orchestra.run.smithi169.stdout:License : GPLv3+ 2024-05-08T14:17:03.691 INFO:teuthology.orchestra.run.smithi169.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-08T14:17:03.691 INFO:teuthology.orchestra.run.smithi169.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-08T14:17:03.691 INFO:teuthology.orchestra.run.smithi169.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-08T14:17:03.691 INFO:teuthology.orchestra.run.smithi169.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-08T14:17:03.691 INFO:teuthology.orchestra.run.smithi169.stdout:Packager : builder@centos.org 2024-05-08T14:17:03.691 INFO:teuthology.orchestra.run.smithi169.stdout:Vendor : CentOS 2024-05-08T14:17:03.691 INFO:teuthology.orchestra.run.smithi169.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-08T14:17:03.691 INFO:teuthology.orchestra.run.smithi169.stdout:Summary : Support tools for GRUB. 2024-05-08T14:17:03.691 INFO:teuthology.orchestra.run.smithi169.stdout:Description : 2024-05-08T14:17:03.691 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-05-08T14:17:03.691 INFO:teuthology.orchestra.run.smithi169.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-08T14:17:03.691 INFO:teuthology.orchestra.run.smithi169.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-08T14:17:03.691 INFO:teuthology.orchestra.run.smithi169.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-08T14:17:03.691 INFO:teuthology.orchestra.run.smithi169.stdout:hardware devices. 2024-05-08T14:17:03.691 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-05-08T14:17:03.692 INFO:teuthology.orchestra.run.smithi169.stdout:This subpackage provides tools for support of all platforms. 2024-05-08T14:17:03.693 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-08T14:17:03.693 INFO:teuthology.task.kernel:Updating grub on smithi169 to boot 5.14.0-444.el9.x86_64 2024-05-08T14:17:03.693 DEBUG:teuthology.orchestra.run.smithi169:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-08T14:17:03.975 DEBUG:teuthology.orchestra.run.smithi063:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T14:17:04.047 INFO:teuthology.orchestra.run.smithi063.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T14:17:04.047 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T14:17:04.047 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-08T14:17:04.047 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-08T14:17:04.047 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-08T14:17:04.047 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-08T14:17:04.047 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi063.front.sepia.ceph.com, path=None, version=distro) 2024-05-08T14:17:04.048 DEBUG:teuthology.orchestra.run.smithi063:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T14:17:04.098 INFO:teuthology.orchestra.run.smithi063.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T14:17:04.099 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T14:17:04.099 DEBUG:teuthology.orchestra.run.smithi063:> sudo rpm -qi grub2-tools 2024-05-08T14:17:04.133 INFO:teuthology.orchestra.run.smithi063.stdout:Name : grub2-tools 2024-05-08T14:17:04.133 INFO:teuthology.orchestra.run.smithi063.stdout:Epoch : 1 2024-05-08T14:17:04.133 INFO:teuthology.orchestra.run.smithi063.stdout:Version : 2.06 2024-05-08T14:17:04.133 INFO:teuthology.orchestra.run.smithi063.stdout:Release : 68.el9 2024-05-08T14:17:04.133 INFO:teuthology.orchestra.run.smithi063.stdout:Architecture: x86_64 2024-05-08T14:17:04.133 INFO:teuthology.orchestra.run.smithi063.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-08T14:17:04.133 INFO:teuthology.orchestra.run.smithi063.stdout:Group : Unspecified 2024-05-08T14:17:04.133 INFO:teuthology.orchestra.run.smithi063.stdout:Size : 8264254 2024-05-08T14:17:04.134 INFO:teuthology.orchestra.run.smithi063.stdout:License : GPLv3+ 2024-05-08T14:17:04.134 INFO:teuthology.orchestra.run.smithi063.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-08T14:17:04.134 INFO:teuthology.orchestra.run.smithi063.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-08T14:17:04.134 INFO:teuthology.orchestra.run.smithi063.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-08T14:17:04.134 INFO:teuthology.orchestra.run.smithi063.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-08T14:17:04.134 INFO:teuthology.orchestra.run.smithi063.stdout:Packager : builder@centos.org 2024-05-08T14:17:04.134 INFO:teuthology.orchestra.run.smithi063.stdout:Vendor : CentOS 2024-05-08T14:17:04.134 INFO:teuthology.orchestra.run.smithi063.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-08T14:17:04.134 INFO:teuthology.orchestra.run.smithi063.stdout:Summary : Support tools for GRUB. 2024-05-08T14:17:04.134 INFO:teuthology.orchestra.run.smithi063.stdout:Description : 2024-05-08T14:17:04.134 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T14:17:04.134 INFO:teuthology.orchestra.run.smithi063.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-08T14:17:04.134 INFO:teuthology.orchestra.run.smithi063.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-08T14:17:04.134 INFO:teuthology.orchestra.run.smithi063.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-08T14:17:04.135 INFO:teuthology.orchestra.run.smithi063.stdout:hardware devices. 2024-05-08T14:17:04.135 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T14:17:04.135 INFO:teuthology.orchestra.run.smithi063.stdout:This subpackage provides tools for support of all platforms. 2024-05-08T14:17:04.135 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-08T14:17:04.136 INFO:teuthology.task.kernel:Updating grub on smithi063 to boot 5.14.0-444.el9.x86_64 2024-05-08T14:17:04.136 DEBUG:teuthology.orchestra.run.smithi063:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-08T14:17:04.290 INFO:teuthology.orchestra.run.smithi169.stderr:Generating grub configuration file ... 2024-05-08T14:17:04.761 INFO:teuthology.orchestra.run.smithi063.stderr:Generating grub configuration file ... 2024-05-08T14:17:05.690 INFO:teuthology.orchestra.run.smithi169.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-08T14:17:05.721 INFO:teuthology.orchestra.run.smithi169.stderr:done 2024-05-08T14:17:05.723 DEBUG:teuthology.orchestra.run.smithi169:> mktemp 2024-05-08T14:17:05.739 INFO:teuthology.orchestra.run.smithi169.stdout:/tmp/tmp.rvdYN5oKyW 2024-05-08T14:17:05.739 DEBUG:teuthology.orchestra.run.smithi169:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.rvdYN5oKyW 2024-05-08T14:17:05.804 DEBUG:teuthology.orchestra.run.smithi169:> sudo chmod 0666 /tmp/tmp.rvdYN5oKyW 2024-05-08T14:17:05.939 DEBUG:teuthology.orchestra.remote:smithi169:/tmp/tmp.rvdYN5oKyW is 6KB 2024-05-08T14:17:05.988 DEBUG:teuthology.orchestra.run.smithi169:> rm -fr /tmp/tmp.rvdYN5oKyW 2024-05-08T14:17:06.002 DEBUG:teuthology.orchestra.run.smithi169:> sudo /bin/ls /boot/loader/entries || true 2024-05-08T14:17:06.071 INFO:teuthology.orchestra.run.smithi169.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-08T14:17:06.071 INFO:teuthology.orchestra.run.smithi169.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-08T14:17:06.072 INFO:teuthology.orchestra.run.smithi169.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-08T14:17:06.072 INFO:teuthology.orchestra.run.smithi169.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-08T14:17:06.073 DEBUG:teuthology.orchestra.run.smithi169:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-08T14:17:06.220 DEBUG:teuthology.orchestra.run.smithi169:> sudo shutdown -r now 2024-05-08T14:17:06.286 INFO:teuthology.orchestra.run.smithi063.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-08T14:17:06.318 INFO:teuthology.orchestra.run.smithi063.stderr:done 2024-05-08T14:17:06.320 DEBUG:teuthology.orchestra.run.smithi063:> mktemp 2024-05-08T14:17:06.377 INFO:teuthology.orchestra.run.smithi063.stdout:/tmp/tmp.vUfhVaV1ap 2024-05-08T14:17:06.377 DEBUG:teuthology.orchestra.run.smithi063:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.vUfhVaV1ap 2024-05-08T14:17:06.444 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 0666 /tmp/tmp.vUfhVaV1ap 2024-05-08T14:17:06.584 DEBUG:teuthology.orchestra.remote:smithi063:/tmp/tmp.vUfhVaV1ap is 6KB 2024-05-08T14:17:06.606 DEBUG:teuthology.orchestra.run.smithi063:> rm -fr /tmp/tmp.vUfhVaV1ap 2024-05-08T14:17:06.621 DEBUG:teuthology.orchestra.run.smithi063:> sudo /bin/ls /boot/loader/entries || true 2024-05-08T14:17:06.687 INFO:teuthology.orchestra.run.smithi063.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-08T14:17:06.687 INFO:teuthology.orchestra.run.smithi063.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-08T14:17:06.687 INFO:teuthology.orchestra.run.smithi063.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-08T14:17:06.687 INFO:teuthology.orchestra.run.smithi063.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-08T14:17:06.688 DEBUG:teuthology.orchestra.run.smithi063:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-08T14:17:06.840 DEBUG:teuthology.orchestra.run.smithi063:> sudo shutdown -r now 2024-05-08T14:17:36.258 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-08T14:17:36.259 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-05-08T14:17:36.259 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:17:36.843 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-08T14:17:36.844 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-05-08T14:17:36.844 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:17:54.718 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.169 2024-05-08T14:18:03.726 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-05-08T14:18:03.728 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:18:06.786 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.169 2024-05-08T14:18:11.362 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2024-05-08T14:18:18.795 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-05-08T14:18:18.795 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:18:20.365 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-05-08T14:18:20.365 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:18:38.754 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2024-05-08T14:18:50.766 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-05-08T14:18:50.768 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:18:51.168 DEBUG:teuthology.orchestra.run.smithi063:> true 2024-05-08T14:18:51.645 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-05-08T14:18:51.645 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-444.el9.x86_64"... 2024-05-08T14:18:51.645 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2024-05-08T14:18:51.661 INFO:teuthology.orchestra.run.smithi063.stdout:5.14.0-444.el9.x86_64 2024-05-08T14:18:51.661 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-08T14:18:51.661 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-08T14:18:51.661 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-08T14:18:52.662 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-08T14:18:52.662 DEBUG:teuthology.orchestra.run.smithi063:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-08T14:18:52.762 INFO:teuthology.orchestra.run.smithi063.stdout:ttyS1 2024-05-08T14:18:52.795 DEBUG:teuthology.parallel:result is None 2024-05-08T14:19:18.798 DEBUG:teuthology.orchestra.remote:timed out 2024-05-08T14:19:33.799 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-05-08T14:19:33.800 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:19:34.369 DEBUG:teuthology.orchestra.run.smithi169:> true 2024-05-08T14:19:34.776 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-05-08T14:19:34.776 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-444.el9.x86_64"... 2024-05-08T14:19:34.776 DEBUG:teuthology.orchestra.run.smithi169:> uname -r 2024-05-08T14:19:34.793 INFO:teuthology.orchestra.run.smithi169.stdout:5.14.0-444.el9.x86_64 2024-05-08T14:19:34.793 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-08T14:19:34.793 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-08T14:19:34.793 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-08T14:19:35.794 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-08T14:19:35.794 DEBUG:teuthology.orchestra.run.smithi169:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-08T14:19:35.861 INFO:teuthology.orchestra.run.smithi169.stdout:ttyS1 2024-05-08T14:19:35.904 DEBUG:teuthology.parallel:result is None 2024-05-08T14:19:35.904 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-08T14:19:35.912 INFO:teuthology.task.internal:Creating test directory... 2024-05-08T14:19:35.912 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-08T14:19:35.916 DEBUG:teuthology.orchestra.run.smithi169:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-08T14:19:35.935 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-08T14:19:35.941 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-08T14:19:35.973 INFO:teuthology.task.internal:Creating archive directory... 2024-05-08T14:19:35.973 DEBUG:teuthology.orchestra.run.smithi063:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-08T14:19:35.977 DEBUG:teuthology.orchestra.run.smithi169:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-08T14:19:36.017 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-08T14:19:36.024 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-08T14:19:36.024 DEBUG:teuthology.orchestra.run.smithi063:> 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-08T14:19:36.054 DEBUG:teuthology.orchestra.run.smithi169:> 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-08T14:19:36.090 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T14:19:36.094 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T14:19:36.102 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T14:19:36.106 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T14:19:36.108 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-08T14:19:36.115 INFO:teuthology.task.internal:Configuring sudo... 2024-05-08T14:19:36.115 DEBUG:teuthology.orchestra.run.smithi063:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-08T14:19:36.146 DEBUG:teuthology.orchestra.run.smithi169:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-08T14:19:36.176 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-08T14:19:36.185 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-08T14:19:36.186 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-08T14:19:36.216 DEBUG:teuthology.orchestra.run.smithi169:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-08T14:19:36.233 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T14:19:36.315 DEBUG:teuthology.orchestra.run.smithi063:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T14:19:36.369 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T14:19:36.451 DEBUG:teuthology.orchestra.run.smithi063:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T14:19:36.497 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-05-08T14:19:36.497 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-08T14:19:36.564 DEBUG:teuthology.orchestra.run.smithi169:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T14:19:36.609 DEBUG:teuthology.orchestra.run.smithi169:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T14:19:36.676 DEBUG:teuthology.orchestra.run.smithi169:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T14:19:36.720 DEBUG:teuthology.orchestra.run.smithi169:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T14:19:36.762 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-05-08T14:19:36.762 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-08T14:19:36.828 DEBUG:teuthology.orchestra.run.smithi063:> sudo service rsyslog restart 2024-05-08T14:19:36.831 DEBUG:teuthology.orchestra.run.smithi169:> sudo service rsyslog restart 2024-05-08T14:19:36.885 INFO:teuthology.orchestra.run.smithi063.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T14:19:36.904 INFO:teuthology.orchestra.run.smithi169.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T14:19:37.383 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-08T14:19:37.391 INFO:teuthology.task.internal:Starting timer... 2024-05-08T14:19:37.391 INFO:teuthology.run_tasks:Running task pcp... 2024-05-08T14:19:37.404 INFO:teuthology.run_tasks:Running task selinux... 2024-05-08T14:19:37.412 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-08T14:19:37.412 DEBUG:teuthology.orchestra.run.smithi063:> sudo service auditd rotate 2024-05-08T14:19:37.501 INFO:teuthology.orchestra.run.smithi063.stdout:Rotating logs: 2024-05-08T14:19:37.503 DEBUG:teuthology.orchestra.run.smithi169:> sudo service auditd rotate 2024-05-08T14:19:37.576 INFO:teuthology.orchestra.run.smithi169.stdout:Rotating logs: 2024-05-08T14:19:37.578 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-08T14:19:37.578 DEBUG:teuthology.orchestra.run.smithi063:> /usr/sbin/getenforce 2024-05-08T14:19:37.608 INFO:teuthology.orchestra.run.smithi063.stdout:Permissive 2024-05-08T14:19:37.608 DEBUG:teuthology.orchestra.run.smithi169:> /usr/sbin/getenforce 2024-05-08T14:19:37.659 INFO:teuthology.orchestra.run.smithi169.stdout:Permissive 2024-05-08T14:19:37.659 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi063.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi169.front.sepia.ceph.com': 'permissive'} 2024-05-08T14:19:37.659 DEBUG:teuthology.orchestra.run.smithi063:> 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-08T14:19:37.689 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:19:37.689 DEBUG:teuthology.orchestra.run.smithi169:> 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-08T14:19:37.715 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:19:37.716 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-08T14:19:37.716 DEBUG:teuthology.orchestra.run.smithi063:> sudo /usr/sbin/setenforce permissive 2024-05-08T14:19:37.758 DEBUG:teuthology.orchestra.run.smithi169:> sudo /usr/sbin/setenforce permissive 2024-05-08T14:19:37.787 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-08T14:19:37.797 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-08T14:19:37.819 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-08T14:19:37.821 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi063.front.sepia.ceph.com,smithi169.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-08T14:23:48.506 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi063.front.sepia.ceph.com'), Remote(name='ubuntu@smithi169.front.sepia.ceph.com')] 2024-05-08T14:23:48.508 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-05-08T14:23:48.509 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:23:48.586 DEBUG:teuthology.orchestra.run.smithi063:> true 2024-05-08T14:23:48.624 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-05-08T14:23:48.625 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-05-08T14:23:48.625 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:23:48.697 DEBUG:teuthology.orchestra.run.smithi169:> true 2024-05-08T14:23:48.777 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-05-08T14:23:48.777 INFO:teuthology.run_tasks:Running task clock... 2024-05-08T14:23:48.787 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-08T14:23:48.787 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-08T14:23:48.788 DEBUG:teuthology.orchestra.run.smithi063:> 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-08T14:23:48.790 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-08T14:23:48.790 DEBUG:teuthology.orchestra.run.smithi169:> 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-08T14:23:48.819 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-08T14:23:48.835 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-08T14:23:48.847 INFO:teuthology.orchestra.run.smithi169.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-08T14:23:48.861 INFO:teuthology.orchestra.run.smithi063.stderr:sudo: ntpd: command not found 2024-05-08T14:23:48.861 INFO:teuthology.orchestra.run.smithi169.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-08T14:23:48.872 INFO:teuthology.orchestra.run.smithi063.stdout:506 Cannot talk to daemon 2024-05-08T14:23:48.885 INFO:teuthology.orchestra.run.smithi169.stderr:sudo: ntpd: command not found 2024-05-08T14:23:48.887 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-08T14:23:48.897 INFO:teuthology.orchestra.run.smithi169.stdout:506 Cannot talk to daemon 2024-05-08T14:23:48.902 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-08T14:23:48.910 INFO:teuthology.orchestra.run.smithi169.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-08T14:23:48.924 INFO:teuthology.orchestra.run.smithi169.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-08T14:23:48.958 INFO:teuthology.orchestra.run.smithi063.stderr:bash: line 1: ntpq: command not found 2024-05-08T14:23:48.965 INFO:teuthology.orchestra.run.smithi063.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T14:23:48.965 INFO:teuthology.orchestra.run.smithi063.stdout:=============================================================================== 2024-05-08T14:23:48.965 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:23:48.965 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:23:48.966 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:23:48.966 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:23:48.979 INFO:teuthology.orchestra.run.smithi169.stderr:bash: line 1: ntpq: command not found 2024-05-08T14:23:48.983 INFO:teuthology.orchestra.run.smithi169.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T14:23:48.983 INFO:teuthology.orchestra.run.smithi169.stdout:=============================================================================== 2024-05-08T14:23:48.983 INFO:teuthology.orchestra.run.smithi169.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:23:48.983 INFO:teuthology.orchestra.run.smithi169.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:23:48.984 INFO:teuthology.orchestra.run.smithi169.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:23:48.984 INFO:teuthology.orchestra.run.smithi169.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:23:48.984 INFO:teuthology.run_tasks:Running task cephadm.configure_samba_client_container... 2024-05-08T14:23:49.082 INFO:tasks.cephadm:Testing if podman is available 2024-05-08T14:23:49.082 DEBUG:teuthology.orchestra.run.smithi169:> sudo podman --help 2024-05-08T14:23:49.989 INFO:teuthology.orchestra.run.smithi169.stdout:Manage pods, containers and images 2024-05-08T14:23:49.990 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-05-08T14:23:49.990 INFO:teuthology.orchestra.run.smithi169.stdout:Usage: 2024-05-08T14:23:49.990 INFO:teuthology.orchestra.run.smithi169.stdout: podman [options] [command] 2024-05-08T14:23:49.990 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-05-08T14:23:49.990 INFO:teuthology.orchestra.run.smithi169.stdout:Available Commands: 2024-05-08T14:23:49.990 INFO:teuthology.orchestra.run.smithi169.stdout: attach Attach to a running container 2024-05-08T14:23:49.990 INFO:teuthology.orchestra.run.smithi169.stdout: auto-update Auto update containers according to their auto-update policy 2024-05-08T14:23:49.990 INFO:teuthology.orchestra.run.smithi169.stdout: build Build an image using instructions from Containerfiles 2024-05-08T14:23:49.990 INFO:teuthology.orchestra.run.smithi169.stdout: commit Create new image based on the changed container 2024-05-08T14:23:49.990 INFO:teuthology.orchestra.run.smithi169.stdout: compose Run compose workloads via an external provider such as docker-compose or podman-compose 2024-05-08T14:23:49.990 INFO:teuthology.orchestra.run.smithi169.stdout: container Manage containers 2024-05-08T14:23:49.990 INFO:teuthology.orchestra.run.smithi169.stdout: cp Copy files/folders between a container and the local filesystem 2024-05-08T14:23:49.991 INFO:teuthology.orchestra.run.smithi169.stdout: create Create but do not start a container 2024-05-08T14:23:49.991 INFO:teuthology.orchestra.run.smithi169.stdout: diff Display the changes to the object's file system 2024-05-08T14:23:49.991 INFO:teuthology.orchestra.run.smithi169.stdout: events Show podman system events 2024-05-08T14:23:49.991 INFO:teuthology.orchestra.run.smithi169.stdout: exec Run a process in a running container 2024-05-08T14:23:49.991 INFO:teuthology.orchestra.run.smithi169.stdout: export Export container's filesystem contents as a tar archive 2024-05-08T14:23:49.991 INFO:teuthology.orchestra.run.smithi169.stdout: farm Farm out builds to remote machines 2024-05-08T14:23:49.991 INFO:teuthology.orchestra.run.smithi169.stdout: generate Generate structured data based on containers, pods or volumes 2024-05-08T14:23:49.991 INFO:teuthology.orchestra.run.smithi169.stdout: healthcheck Manage health checks on containers 2024-05-08T14:23:49.991 INFO:teuthology.orchestra.run.smithi169.stdout: help Help about any command 2024-05-08T14:23:49.991 INFO:teuthology.orchestra.run.smithi169.stdout: history Show history of a specified image 2024-05-08T14:23:49.991 INFO:teuthology.orchestra.run.smithi169.stdout: image Manage images 2024-05-08T14:23:49.991 INFO:teuthology.orchestra.run.smithi169.stdout: images List images in local storage 2024-05-08T14:23:49.991 INFO:teuthology.orchestra.run.smithi169.stdout: import Import a tarball to create a filesystem image 2024-05-08T14:23:49.991 INFO:teuthology.orchestra.run.smithi169.stdout: info Display podman system information 2024-05-08T14:23:49.991 INFO:teuthology.orchestra.run.smithi169.stdout: init Initialize one or more containers 2024-05-08T14:23:49.992 INFO:teuthology.orchestra.run.smithi169.stdout: inspect Display the configuration of object denoted by ID 2024-05-08T14:23:49.992 INFO:teuthology.orchestra.run.smithi169.stdout: kill Kill one or more running containers with a specific signal 2024-05-08T14:23:49.992 INFO:teuthology.orchestra.run.smithi169.stdout: kube Play containers, pods or volumes from a structured file 2024-05-08T14:23:49.992 INFO:teuthology.orchestra.run.smithi169.stdout: load Load image(s) from a tar archive 2024-05-08T14:23:49.992 INFO:teuthology.orchestra.run.smithi169.stdout: login Log in to a container registry 2024-05-08T14:23:49.992 INFO:teuthology.orchestra.run.smithi169.stdout: logout Log out of a container registry 2024-05-08T14:23:49.992 INFO:teuthology.orchestra.run.smithi169.stdout: logs Fetch the logs of one or more containers 2024-05-08T14:23:49.992 INFO:teuthology.orchestra.run.smithi169.stdout: machine Manage a virtual machine 2024-05-08T14:23:49.992 INFO:teuthology.orchestra.run.smithi169.stdout: manifest Manipulate manifest lists and image indexes 2024-05-08T14:23:49.992 INFO:teuthology.orchestra.run.smithi169.stdout: mount Mount a working container's root filesystem 2024-05-08T14:23:49.992 INFO:teuthology.orchestra.run.smithi169.stdout: network Manage networks 2024-05-08T14:23:49.992 INFO:teuthology.orchestra.run.smithi169.stdout: pause Pause all the processes in one or more containers 2024-05-08T14:23:49.992 INFO:teuthology.orchestra.run.smithi169.stdout: pod Manage pods 2024-05-08T14:23:49.992 INFO:teuthology.orchestra.run.smithi169.stdout: port List port mappings or a specific mapping for the container 2024-05-08T14:23:49.992 INFO:teuthology.orchestra.run.smithi169.stdout: ps List containers 2024-05-08T14:23:49.993 INFO:teuthology.orchestra.run.smithi169.stdout: pull Pull an image from a registry 2024-05-08T14:23:49.993 INFO:teuthology.orchestra.run.smithi169.stdout: push Push an image to a specified destination 2024-05-08T14:23:49.993 INFO:teuthology.orchestra.run.smithi169.stdout: rename Rename an existing container 2024-05-08T14:23:49.993 INFO:teuthology.orchestra.run.smithi169.stdout: restart Restart one or more containers 2024-05-08T14:23:49.993 INFO:teuthology.orchestra.run.smithi169.stdout: rm Remove one or more containers 2024-05-08T14:23:49.993 INFO:teuthology.orchestra.run.smithi169.stdout: rmi Remove one or more images from local storage 2024-05-08T14:23:49.993 INFO:teuthology.orchestra.run.smithi169.stdout: run Run a command in a new container 2024-05-08T14:23:49.993 INFO:teuthology.orchestra.run.smithi169.stdout: save Save image(s) to an archive 2024-05-08T14:23:49.993 INFO:teuthology.orchestra.run.smithi169.stdout: search Search registry for image 2024-05-08T14:23:49.993 INFO:teuthology.orchestra.run.smithi169.stdout: secret Manage secrets 2024-05-08T14:23:49.993 INFO:teuthology.orchestra.run.smithi169.stdout: start Start one or more containers 2024-05-08T14:23:49.993 INFO:teuthology.orchestra.run.smithi169.stdout: stats Display a live stream of container resource usage statistics 2024-05-08T14:23:49.993 INFO:teuthology.orchestra.run.smithi169.stdout: stop Stop one or more containers 2024-05-08T14:23:49.993 INFO:teuthology.orchestra.run.smithi169.stdout: system Manage podman 2024-05-08T14:23:49.993 INFO:teuthology.orchestra.run.smithi169.stdout: tag Add an additional name to a local image 2024-05-08T14:23:49.994 INFO:teuthology.orchestra.run.smithi169.stdout: top Display the running processes of a container 2024-05-08T14:23:49.994 INFO:teuthology.orchestra.run.smithi169.stdout: unmount Unmount working container's root filesystem 2024-05-08T14:23:49.994 INFO:teuthology.orchestra.run.smithi169.stdout: unpause Unpause the processes in one or more containers 2024-05-08T14:23:49.994 INFO:teuthology.orchestra.run.smithi169.stdout: unshare Run a command in a modified user namespace 2024-05-08T14:23:49.994 INFO:teuthology.orchestra.run.smithi169.stdout: untag Remove a name from a local image 2024-05-08T14:23:49.994 INFO:teuthology.orchestra.run.smithi169.stdout: update Update an existing container 2024-05-08T14:23:49.994 INFO:teuthology.orchestra.run.smithi169.stdout: version Display the Podman version information 2024-05-08T14:23:49.994 INFO:teuthology.orchestra.run.smithi169.stdout: volume Manage volumes 2024-05-08T14:23:49.994 INFO:teuthology.orchestra.run.smithi169.stdout: wait Block on one or more containers 2024-05-08T14:23:49.994 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-05-08T14:23:49.994 INFO:teuthology.orchestra.run.smithi169.stdout:Options: 2024-05-08T14:23:49.994 INFO:teuthology.orchestra.run.smithi169.stdout: --cgroup-manager string Cgroup manager to use ("cgroupfs"|"systemd") (default "systemd") 2024-05-08T14:23:49.994 INFO:teuthology.orchestra.run.smithi169.stdout: --conmon string Path of the conmon binary 2024-05-08T14:23:49.994 INFO:teuthology.orchestra.run.smithi169.stdout: -c, --connection string Connection to use for remote Podman service 2024-05-08T14:23:49.994 INFO:teuthology.orchestra.run.smithi169.stdout: --events-backend string Events backend to use ("file"|"journald"|"none") (default "journald") 2024-05-08T14:23:49.995 INFO:teuthology.orchestra.run.smithi169.stdout: --help Help for podman 2024-05-08T14:23:49.995 INFO:teuthology.orchestra.run.smithi169.stdout: --hooks-dir strings Set the OCI hooks directory path (may be set multiple times) (default [/usr/share/containers/oci/hooks.d]) 2024-05-08T14:23:49.995 INFO:teuthology.orchestra.run.smithi169.stdout: --identity string path to SSH identity file, (CONTAINER_SSHKEY) 2024-05-08T14:23:49.995 INFO:teuthology.orchestra.run.smithi169.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-08T14:23:49.995 INFO:teuthology.orchestra.run.smithi169.stdout: --log-level string Log messages above specified level (trace, debug, info, warn, warning, error, fatal, panic) (default "warn") 2024-05-08T14:23:49.995 INFO:teuthology.orchestra.run.smithi169.stdout: --module strings Load the containers.conf(5) module 2024-05-08T14:23:49.995 INFO:teuthology.orchestra.run.smithi169.stdout: --network-cmd-path string Path to the command for configuring the network 2024-05-08T14:23:49.995 INFO:teuthology.orchestra.run.smithi169.stdout: --network-config-dir string Path of the configuration directory for networks 2024-05-08T14:23:49.995 INFO:teuthology.orchestra.run.smithi169.stdout: --out string Send output (stdout) from podman to a file 2024-05-08T14:23:49.995 INFO:teuthology.orchestra.run.smithi169.stdout: -r, --remote Access remote Podman service 2024-05-08T14:23:49.995 INFO:teuthology.orchestra.run.smithi169.stdout: --root string Path to the graph root directory where images, containers, etc. are stored 2024-05-08T14:23:49.995 INFO:teuthology.orchestra.run.smithi169.stdout: --runroot string Path to the 'run directory' where all state information is stored 2024-05-08T14:23:49.995 INFO:teuthology.orchestra.run.smithi169.stdout: --runtime string Path to the OCI-compatible binary used to run containers. (default "crun") 2024-05-08T14:23:49.995 INFO:teuthology.orchestra.run.smithi169.stdout: --runtime-flag stringArray add global flags for the container runtime 2024-05-08T14:23:49.995 INFO:teuthology.orchestra.run.smithi169.stdout: --ssh string define the ssh mode (default "golang") 2024-05-08T14:23:49.996 INFO:teuthology.orchestra.run.smithi169.stdout: --storage-driver string Select which storage driver is used to manage storage of images and containers 2024-05-08T14:23:49.996 INFO:teuthology.orchestra.run.smithi169.stdout: --storage-opt stringArray Used to pass an option to the storage driver 2024-05-08T14:23:49.996 INFO:teuthology.orchestra.run.smithi169.stdout: --syslog Output logging information to syslog as well as the console (default false) 2024-05-08T14:23:49.996 INFO:teuthology.orchestra.run.smithi169.stdout: --tmpdir string Path to the tmp directory for libpod state content. 2024-05-08T14:23:49.996 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-05-08T14:23:49.996 INFO:teuthology.orchestra.run.smithi169.stdout: Note: use the environment variable 'TMPDIR' to change the temporary storage location for container images, '/var/tmp'. 2024-05-08T14:23:49.996 INFO:teuthology.orchestra.run.smithi169.stdout: (default "/run/libpod") 2024-05-08T14:23:49.996 INFO:teuthology.orchestra.run.smithi169.stdout: --transient-store Enable transient container storage 2024-05-08T14:23:49.996 INFO:teuthology.orchestra.run.smithi169.stdout: --url string URL to access Podman service (CONTAINER_HOST) (default "unix:///run/podman/podman.sock") 2024-05-08T14:23:49.996 INFO:teuthology.orchestra.run.smithi169.stdout: -v, --version version for podman 2024-05-08T14:23:49.996 INFO:teuthology.orchestra.run.smithi169.stdout: --volumepath string Path to the volume directory in which volume data is stored 2024-05-08T14:23:49.997 DEBUG:teuthology.orchestra.run.smithi169:> sudo podman pull quay.io/samba.org/samba-client:latest 2024-05-08T14:23:50.760 INFO:teuthology.orchestra.run.smithi169.stderr:Trying to pull quay.io/samba.org/samba-client:latest... 2024-05-08T14:23:51.342 INFO:teuthology.orchestra.run.smithi169.stderr:Getting image source signatures 2024-05-08T14:23:51.345 INFO:teuthology.orchestra.run.smithi169.stderr:Copying blob sha256:0c8920509b8039b2ceffa7254c3c90d61429969392fe6d03aa514a4232259bdb 2024-05-08T14:23:51.345 INFO:teuthology.orchestra.run.smithi169.stderr:Copying blob sha256:2390d0b6e92a4366770b13a47ee17dee2960c9e24cbcd1285a61d097498c2ca7 2024-05-08T14:23:55.990 INFO:teuthology.orchestra.run.smithi169.stderr:Copying config sha256:f3042eae5846e432b78493fb0a3667e2c99f336bc190d5c017c48806d90762c4 2024-05-08T14:23:56.107 INFO:teuthology.orchestra.run.smithi169.stderr:Writing manifest to image destination 2024-05-08T14:23:56.322 INFO:teuthology.orchestra.run.smithi169.stdout:f3042eae5846e432b78493fb0a3667e2c99f336bc190d5c017c48806d90762c4 2024-05-08T14:23:56.326 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-08T14:23:56.338 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', 'image': 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64'} 2024-05-08T14:23:56.338 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 2024-05-08T14:23:56.338 INFO:tasks.cephadm:Cluster fsid is 9a8a1a68-0d46-11ef-bc97-c7b262605968 2024-05-08T14:23:56.339 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-08T14:23:56.339 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.63'} 2024-05-08T14:23:56.339 INFO:tasks.cephadm:First mon is mon.a on smithi063 2024-05-08T14:23:56.339 INFO:tasks.cephadm:First mgr is x 2024-05-08T14:23:56.339 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-08T14:23:56.339 DEBUG:teuthology.orchestra.run.smithi063:> sudo hostname $(hostname -s) 2024-05-08T14:23:56.373 DEBUG:teuthology.orchestra.run.smithi169:> sudo hostname $(hostname -s) 2024-05-08T14:23:56.400 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-08T14:23:56.401 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-08T14:23:56.547 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-08T14:23:56.687 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-08T14:23:56.688 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-08T14:23:56.689 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-08T14:23:56.689 DEBUG:teuthology.orchestra.run.smithi063:> 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-08T14:23:57.710 INFO:teuthology.orchestra.run.smithi063.stdout:-rw-r--r--. 1 ubuntu ubuntu 783059 May 8 14:23 /home/ubuntu/cephtest/cephadm 2024-05-08T14:23:57.711 DEBUG:teuthology.orchestra.run.smithi169:> 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-08T14:23:58.784 INFO:teuthology.orchestra.run.smithi169.stdout:-rw-r--r--. 1 ubuntu ubuntu 783059 May 8 14:23 /home/ubuntu/cephtest/cephadm 2024-05-08T14:23:58.785 DEBUG:teuthology.orchestra.run.smithi063:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-08T14:23:58.805 DEBUG:teuthology.orchestra.run.smithi169:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-08T14:23:58.834 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 on all hosts... 2024-05-08T14:23:58.834 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 pull 2024-05-08T14:23:58.848 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 pull 2024-05-08T14:23:59.097 INFO:teuthology.orchestra.run.smithi169.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64... 2024-05-08T14:24:00.507 INFO:teuthology.orchestra.run.smithi063.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64... 2024-05-08T14:24:26.560 INFO:teuthology.orchestra.run.smithi169.stderr:Non-zero exit code 1 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 -e NODE_NAME=smithi169 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 --version 2024-05-08T14:24:26.560 INFO:teuthology.orchestra.run.smithi169.stderr:ceph: stderr WARNING: image platform (linux/arm64/v8) does not match the expected platform (linux/amd64) 2024-05-08T14:24:26.560 INFO:teuthology.orchestra.run.smithi169.stderr:ceph: stderr ERROR (catatonit:2): failed to exec pid1: Exec format error 2024-05-08T14:24:26.560 INFO:teuthology.orchestra.run.smithi169.stderr:Traceback (most recent call last): 2024-05-08T14:24:26.560 INFO:teuthology.orchestra.run.smithi169.stderr: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-05-08T14:24:26.569 INFO:teuthology.orchestra.run.smithi169.stderr: return _run_code(code, main_globals, None, 2024-05-08T14:24:26.569 INFO:teuthology.orchestra.run.smithi169.stderr: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-05-08T14:24:26.570 INFO:teuthology.orchestra.run.smithi169.stderr: exec(code, run_globals) 2024-05-08T14:24:26.570 INFO:teuthology.orchestra.run.smithi169.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 5647, in 2024-05-08T14:24:26.571 INFO:teuthology.orchestra.run.smithi169.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 5635, in main 2024-05-08T14:24:26.571 INFO:teuthology.orchestra.run.smithi169.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 445, in _default_image 2024-05-08T14:24:26.571 INFO:teuthology.orchestra.run.smithi169.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 1893, in command_pull 2024-05-08T14:24:26.571 INFO:teuthology.orchestra.run.smithi169.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/cephadmlib/decorators.py", line 27, in _require_image 2024-05-08T14:24:26.571 INFO:teuthology.orchestra.run.smithi169.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 436, in _infer_image 2024-05-08T14:24:26.571 INFO:teuthology.orchestra.run.smithi169.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 1940, in command_inspect_image 2024-05-08T14:24:26.571 INFO:teuthology.orchestra.run.smithi169.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/cephadmlib/container_types.py", line 429, in run 2024-05-08T14:24:26.571 INFO:teuthology.orchestra.run.smithi169.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-05-08T14:24:26.571 INFO:teuthology.orchestra.run.smithi169.stderr:RuntimeError: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 -e NODE_NAME=smithi169 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 --version: WARNING: image platform (linux/arm64/v8) does not match the expected platform (linux/amd64) 2024-05-08T14:24:26.572 INFO:teuthology.orchestra.run.smithi169.stderr:ERROR (catatonit:2): failed to exec pid1: Exec format error 2024-05-08T14:24:26.572 INFO:teuthology.orchestra.run.smithi169.stderr: 2024-05-08T14:25:20.644 INFO:teuthology.orchestra.run.smithi063.stderr:Non-zero exit code 1 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 -e NODE_NAME=smithi063 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 --version 2024-05-08T14:25:20.644 INFO:teuthology.orchestra.run.smithi063.stderr:ceph: stderr WARNING: image platform (linux/arm64/v8) does not match the expected platform (linux/amd64) 2024-05-08T14:25:20.644 INFO:teuthology.orchestra.run.smithi063.stderr:ceph: stderr ERROR (catatonit:2): failed to exec pid1: Exec format error 2024-05-08T14:25:20.644 INFO:teuthology.orchestra.run.smithi063.stderr:Traceback (most recent call last): 2024-05-08T14:25:20.644 INFO:teuthology.orchestra.run.smithi063.stderr: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-05-08T14:25:20.657 INFO:teuthology.orchestra.run.smithi063.stderr: return _run_code(code, main_globals, None, 2024-05-08T14:25:20.657 INFO:teuthology.orchestra.run.smithi063.stderr: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-05-08T14:25:20.657 INFO:teuthology.orchestra.run.smithi063.stderr: exec(code, run_globals) 2024-05-08T14:25:20.657 INFO:teuthology.orchestra.run.smithi063.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 5647, in 2024-05-08T14:25:20.657 INFO:teuthology.orchestra.run.smithi063.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 5635, in main 2024-05-08T14:25:20.657 INFO:teuthology.orchestra.run.smithi063.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 445, in _default_image 2024-05-08T14:25:20.657 INFO:teuthology.orchestra.run.smithi063.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 1893, in command_pull 2024-05-08T14:25:20.657 INFO:teuthology.orchestra.run.smithi063.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/cephadmlib/decorators.py", line 27, in _require_image 2024-05-08T14:25:20.657 INFO:teuthology.orchestra.run.smithi063.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 436, in _infer_image 2024-05-08T14:25:20.657 INFO:teuthology.orchestra.run.smithi063.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 1940, in command_inspect_image 2024-05-08T14:25:20.657 INFO:teuthology.orchestra.run.smithi063.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/cephadmlib/container_types.py", line 429, in run 2024-05-08T14:25:20.658 INFO:teuthology.orchestra.run.smithi063.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-05-08T14:25:20.658 INFO:teuthology.orchestra.run.smithi063.stderr:RuntimeError: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 -e NODE_NAME=smithi063 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 --version: WARNING: image platform (linux/arm64/v8) does not match the expected platform (linux/amd64) 2024-05-08T14:25:20.658 INFO:teuthology.orchestra.run.smithi063.stderr:ERROR (catatonit:2): failed to exec pid1: Exec format error 2024-05-08T14:25:20.658 INFO:teuthology.orchestra.run.smithi063.stderr: 2024-05-08T14:25:20.681 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:25:20.681 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 smithi063 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 pull' 2024-05-08T14:25:20.683 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-08T14:25:20.685 DEBUG:teuthology.misc:Transferring archived files from smithi063:/var/lib/ceph/9a8a1a68-0d46-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697476/remote/smithi063/crash 2024-05-08T14:25:20.687 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /var/lib/ceph/9a8a1a68-0d46-11ef-bc97-c7b262605968/crash -- . 2024-05-08T14:25:20.729 INFO:teuthology.orchestra.run.smithi063.stderr:tar: /var/lib/ceph/9a8a1a68-0d46-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-08T14:25:20.729 INFO:teuthology.orchestra.run.smithi063.stderr:tar: Error is not recoverable: exiting now 2024-05-08T14:25:20.733 DEBUG:teuthology.misc:Transferring archived files from smithi169:/var/lib/ceph/9a8a1a68-0d46-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697476/remote/smithi169/crash 2024-05-08T14:25:20.736 DEBUG:teuthology.orchestra.run.smithi169:> sudo tar c -f - -C /var/lib/ceph/9a8a1a68-0d46-11ef-bc97-c7b262605968/crash -- . 2024-05-08T14:25:20.866 INFO:teuthology.orchestra.run.smithi169.stderr:tar: /var/lib/ceph/9a8a1a68-0d46-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-08T14:25:20.866 INFO:teuthology.orchestra.run.smithi169.stderr:tar: Error is not recoverable: exiting now 2024-05-08T14:25:20.867 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-08T14:25:20.868 DEBUG:teuthology.orchestra.run.smithi063:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/9a8a1a68-0d46-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-05-08T14:25:20.894 INFO:teuthology.orchestra.run.smithi063.stderr:grep: /var/log/ceph/9a8a1a68-0d46-11ef-bc97-c7b262605968/ceph.log: No such file or directory 2024-05-08T14:25:20.895 INFO:tasks.cephadm:Compressing logs... 2024-05-08T14:25:20.896 DEBUG:teuthology.orchestra.run.smithi063:> 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-08T14:25:20.938 DEBUG:teuthology.orchestra.run.smithi169:> 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-08T14:25:20.961 INFO:teuthology.orchestra.run.smithi063.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-08T14:25:20.961 INFO:teuthology.orchestra.run.smithi063.stderr:: No such file or directory 2024-05-08T14:25:20.961 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/cephadm.log: 58.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-08T14:25:20.963 INFO:teuthology.orchestra.run.smithi063.stderr: 2024-05-08T14:25:20.963 INFO:teuthology.orchestra.run.smithi063.stderr:real 0m0.012s 2024-05-08T14:25:20.963 INFO:teuthology.orchestra.run.smithi063.stderr:user 0m0.007s 2024-05-08T14:25:20.963 INFO:teuthology.orchestra.run.smithi063.stderr:sys 0m0.016s 2024-05-08T14:25:20.967 INFO:teuthology.orchestra.run.smithi169.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-08T14:25:20.968 INFO:teuthology.orchestra.run.smithi169.stderr:: No such file or directory 2024-05-08T14:25:20.968 INFO:teuthology.orchestra.run.smithi169.stderr:/var/log/ceph/cephadm.log: 59.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-08T14:25:20.970 INFO:teuthology.orchestra.run.smithi169.stderr: 2024-05-08T14:25:20.970 INFO:teuthology.orchestra.run.smithi169.stderr:real 0m0.014s 2024-05-08T14:25:20.970 INFO:teuthology.orchestra.run.smithi169.stderr:user 0m0.014s 2024-05-08T14:25:20.971 INFO:teuthology.orchestra.run.smithi169.stderr:sys 0m0.012s 2024-05-08T14:25:20.971 INFO:tasks.cephadm:Archiving logs... 2024-05-08T14:25:20.972 DEBUG:teuthology.misc:Transferring archived files from smithi063:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697476/remote/smithi063/log 2024-05-08T14:25:20.973 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-08T14:25:21.030 DEBUG:teuthology.misc:Transferring archived files from smithi169:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697476/remote/smithi169/log 2024-05-08T14:25:21.031 DEBUG:teuthology.orchestra.run.smithi169:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-08T14:25:21.060 INFO:tasks.cephadm:Removing cluster... 2024-05-08T14:25:21.061 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9a8a1a68-0d46-11ef-bc97-c7b262605968 --force 2024-05-08T14:25:21.257 INFO:teuthology.orchestra.run.smithi063.stdout:Deleting cluster with fsid: 9a8a1a68-0d46-11ef-bc97-c7b262605968 2024-05-08T14:25:21.381 INFO:tasks.cephadm:Removing cephadm ... 2024-05-08T14:25:21.381 DEBUG:teuthology.orchestra.run.smithi063:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-08T14:25:21.397 DEBUG:teuthology.orchestra.run.smithi169:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-08T14:25:21.415 INFO:tasks.cephadm:Teardown complete 2024-05-08T14:25:21.416 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 smithi063 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 pull' 2024-05-08T14:25:21.624 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=7c5475c467c343f590c230b51dcd4452 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 smithi063 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 pull' 2024-05-08T14:25:21.627 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-08T14:25:21.639 DEBUG:teuthology.run_tasks:Unwinding manager cephadm.configure_samba_client_container 2024-05-08T14:25:21.648 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-08T14:25:21.673 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-08T14:25:21.673 DEBUG:teuthology.orchestra.run.smithi063:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T14:25:21.686 DEBUG:teuthology.orchestra.run.smithi169:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T14:25:21.692 INFO:teuthology.orchestra.run.smithi063.stderr:bash: line 1: ntpq: command not found 2024-05-08T14:25:21.697 INFO:teuthology.orchestra.run.smithi063.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T14:25:21.697 INFO:teuthology.orchestra.run.smithi063.stdout:=============================================================================== 2024-05-08T14:25:21.697 INFO:teuthology.orchestra.run.smithi063.stdout:^* hv01.front.sepia.ceph.com 3 6 37 21 -2690us[-2708us] +/- 66ms 2024-05-08T14:25:21.697 INFO:teuthology.orchestra.run.smithi063.stdout:^+ hv02.front.sepia.ceph.com 3 6 37 22 +66us[ +48us] +/- 70ms 2024-05-08T14:25:21.697 INFO:teuthology.orchestra.run.smithi063.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 22 +2884us[+2866us] +/- 72ms 2024-05-08T14:25:21.697 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:25:21.704 INFO:teuthology.orchestra.run.smithi169.stderr:bash: line 1: ntpq: command not found 2024-05-08T14:25:21.709 INFO:teuthology.orchestra.run.smithi169.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T14:25:21.709 INFO:teuthology.orchestra.run.smithi169.stdout:=============================================================================== 2024-05-08T14:25:21.710 INFO:teuthology.orchestra.run.smithi169.stdout:^* hv01.front.sepia.ceph.com 3 6 37 21 -2698us[-2698us] +/- 66ms 2024-05-08T14:25:21.710 INFO:teuthology.orchestra.run.smithi169.stdout:^+ hv02.front.sepia.ceph.com 3 6 37 21 +69us[ +69us] +/- 70ms 2024-05-08T14:25:21.710 INFO:teuthology.orchestra.run.smithi169.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 22 +2894us[+2894us] +/- 72ms 2024-05-08T14:25:21.710 INFO:teuthology.orchestra.run.smithi169.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:25:21.711 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-08T14:25:21.719 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-08T14:25:21.719 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-08T14:25:21.729 DEBUG:teuthology.orchestra.run.smithi063:> 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-08T14:25:21.796 DEBUG:teuthology.orchestra.run.smithi169:> 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-08T14:25:21.859 DEBUG:teuthology.orchestra.run.smithi063:> 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-08T14:25:21.887 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:25:21.887 DEBUG:teuthology.orchestra.run.smithi169:> 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-08T14:25:21.916 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:25:21.917 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-08T14:25:21.927 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-08T14:25:21.937 INFO:teuthology.task.internal:Duration was 344.545779 seconds 2024-05-08T14:25:21.937 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-08T14:25:21.949 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-08T14:25:21.949 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-08T14:25:21.951 DEBUG:teuthology.orchestra.run.smithi169:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-08T14:25:21.990 INFO:teuthology.orchestra.run.smithi063.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T14:25:21.998 INFO:teuthology.orchestra.run.smithi169.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T14:25:22.343 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-08T14:25:22.343 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi063.front.sepia.ceph.com 2024-05-08T14:25:22.343 DEBUG:teuthology.orchestra.run.smithi063:> 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-08T14:25:22.365 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi169.front.sepia.ceph.com 2024-05-08T14:25:22.366 DEBUG:teuthology.orchestra.run.smithi169:> 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-08T14:25:22.406 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-08T14:25:22.407 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-08T14:25:22.409 DEBUG:teuthology.orchestra.run.smithi169:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-08T14:25:22.474 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-08T14:25:22.474 DEBUG:teuthology.orchestra.run.smithi063:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-08T14:25:22.477 DEBUG:teuthology.orchestra.run.smithi169:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-08T14:25:22.603 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-08T14:25:22.613 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-08T14:25:22.613 DEBUG:teuthology.orchestra.run.smithi063:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-08T14:25:22.640 DEBUG:teuthology.orchestra.run.smithi169:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-08T14:25:22.664 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-08T14:25:22.675 DEBUG:teuthology.orchestra.run.smithi063:> 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-08T14:25:22.682 DEBUG:teuthology.orchestra.run.smithi169:> 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-08T14:25:22.704 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = core 2024-05-08T14:25:22.728 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern = core 2024-05-08T14:25:22.774 DEBUG:teuthology.orchestra.run.smithi063:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-08T14:25:22.789 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:25:22.790 DEBUG:teuthology.orchestra.run.smithi169:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-08T14:25:22.829 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:25:22.829 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-08T14:25:22.842 INFO:teuthology.task.internal:Transferring archived files... 2024-05-08T14:25:22.842 DEBUG:teuthology.misc:Transferring archived files from smithi063:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697476/remote/smithi063 2024-05-08T14:25:22.843 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-08T14:25:22.878 DEBUG:teuthology.misc:Transferring archived files from smithi169:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697476/remote/smithi169 2024-05-08T14:25:22.878 DEBUG:teuthology.orchestra.run.smithi169:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-08T14:25:22.911 INFO:teuthology.task.internal:Removing archive directory... 2024-05-08T14:25:22.911 DEBUG:teuthology.orchestra.run.smithi063:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-08T14:25:22.914 DEBUG:teuthology.orchestra.run.smithi169:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-08T14:25:22.961 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-08T14:25:22.975 INFO:teuthology.task.internal:Not uploading archives. 2024-05-08T14:25:22.975 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-08T14:25:22.997 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-08T14:25:22.997 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-08T14:25:23.000 DEBUG:teuthology.orchestra.run.smithi169:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-08T14:25:23.013 INFO:teuthology.orchestra.run.smithi063.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 8 14:25 /home/ubuntu/cephtest 2024-05-08T14:25:23.015 INFO:teuthology.orchestra.run.smithi169.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 8 14:25 /home/ubuntu/cephtest 2024-05-08T14:25:23.017 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-08T14:25:23.029 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-08T14:25:23.061 INFO:teuthology.nuke:Checking targets against current locks 2024-05-08T14:25:23.092 DEBUG:teuthology.nuke:shortname: smithi063 2024-05-08T14:25:23.093 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T14:25:23.118 DEBUG:teuthology.nuke:shortname: smithi169 2024-05-08T14:25:23.118 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T14:25:23.122 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi063.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697476', '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 14:09:28.232842', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ8WX3qsPXj2+JALnWY85FWXIdmBgSk1uGd0MkT+EogmRrMBRM+NgtK3w4XCS1FUSWQxSa30n7iT9iQQvdJg9CY='} 2024-05-08T14:25:23.146 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi169.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697476', '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 14:09:28.234322', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMoFsSMFXfKlJ1haKTaA0wxObTp/qSwO7yMegkD92FTMVPr4JsSerPxtKgm+37JuSJQRrg+Y2vpehCzqXXUhrcE='} 2024-05-08T14:25:23.172 INFO:teuthology.orchestra.console.smithi063:Power off 2024-05-08T14:25:23.172 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-08T14:25:23.195 DEBUG:teuthology.orchestra.console.smithi063:power off output: Chassis Power Control: Down/Off 2024-05-08T14:25:23.196 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:25:23.213 INFO:teuthology.orchestra.console.smithi169:Power off 2024-05-08T14:25:23.213 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-08T14:25:23.223 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2024-05-08T14:25:23.237 DEBUG:teuthology.orchestra.console.smithi169:power off output: Chassis Power Control: Down/Off 2024-05-08T14:25:23.237 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:25:23.259 DEBUG:teuthology.orchestra.console.smithi169:check power output: Chassis Power is on 2024-05-08T14:25:27.224 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:25:27.260 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:25:27.334 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2024-05-08T14:25:27.369 DEBUG:teuthology.orchestra.console.smithi169:check power output: Chassis Power is on 2024-05-08T14:25:31.340 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:25:31.370 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:25:31.451 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is off 2024-05-08T14:25:31.480 DEBUG:teuthology.orchestra.console.smithi169:check power output: Chassis Power is off 2024-05-08T14:25:31.552 INFO:teuthology.orchestra.console.smithi063:Power off completed 2024-05-08T14:25:31.581 INFO:teuthology.orchestra.console.smithi169:Power off completed 2024-05-08T14:25:31.686 INFO:teuthology.run:Summary data: description: orch:cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_mgr_basic} duration: 344.54577922821045 failure_reason: 'Command failed on smithi063 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 pull''' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=7c5475c467c343f590c230b51dcd4452 status: fail success: false 2024-05-08T14:25:31.686 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-08T14:25:31.777 INFO:teuthology.run:FAIL