2024-05-08T13:46:40.054 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-08T13:46:40.054 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --archive /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697419 --description orch:cephadm/mgr-nfs-upgrade/{0-centos_9.stream 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} --name adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi --owner scheduled_adking@teuthology -- /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697419/orig.config.yaml 2024-05-08T13:46:40.092 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-08T13:46:40.188 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/7697419 branch: wip-adk-testing-2024-05-07-0802 description: orch:cephadm/mgr-nfs-upgrade/{0-centos_9.stream 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} email: adking@redhat.com first_in_suite: false job_id: '7697419' 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 openstack: - volumes: count: 4 size: 10 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 osd shutdown pgref assert: true 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 - scontext=system_u:system_r:getty_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 - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 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: smithi067.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIf+WdltYeraeOz/S7fMPhMoeV6TegUYS2E+1A5ahIs2Hwft93WHA6A8jcCa7s21yIhahTyualJ7Zi6597tdNDY= smithi097.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAMLWunLwyaJ1g8VzCC6lkHFHmSMX2IRt/o8HR1agaMJOPWb9tSjAfD428W1dwf1LtGkecJU4GRCIFJR46wAilw= tasks: - cephadm: cephadm_branch: v17.2.0 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v17.2.0 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - cephadm.shell: host.a: - 'set -ex [[ `ceph config get mgr mgr/cephadm/migration_current` -gt 2 ]] ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 1ae7ad82388e92a475afff437d49054826c019a1 timestamp: 2024-05-08_13:38:19 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph orch upgrade status - ceph health detail - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2024-05-08T13:46:40.188 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-08T13:46:40.188 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks 2024-05-08T13:46:40.189 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-08T13:46:40.190 INFO:teuthology.task.internal:Checking packages... 2024-05-08T13:46:40.214 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '7c8f650b36e258f639fa4a83becade57cbfd2009' 2024-05-08T13:46:40.215 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-08T13:46:40.215 INFO:teuthology.packaging:ref: None 2024-05-08T13:46:40.215 INFO:teuthology.packaging:tag: None 2024-05-08T13:46:40.215 INFO:teuthology.packaging:branch: wip-adk-testing-2024-05-07-0802 2024-05-08T13:46:40.215 INFO:teuthology.packaging:sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T13:46:40.215 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-08T13:46:40.352 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3593.g7c8f650b 2024-05-08T13:46:40.353 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-08T13:46:40.360 INFO:teuthology.task.internal:no buildpackages task found 2024-05-08T13:46:40.360 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-08T13:46:40.394 INFO:teuthology.task.internal:Saving configuration 2024-05-08T13:46:40.409 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-08T13:46:40.415 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T13:46:40.441 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi067.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/7697419', '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 13:39:50.992031', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIf+WdltYeraeOz/S7fMPhMoeV6TegUYS2E+1A5ahIs2Hwft93WHA6A8jcCa7s21yIhahTyualJ7Zi6597tdNDY='} 2024-05-08T13:46:40.462 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi097.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/7697419', '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 13:39:50.993610', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAMLWunLwyaJ1g8VzCC6lkHFHmSMX2IRt/o8HR1agaMJOPWb9tSjAfD428W1dwf1LtGkecJU4GRCIFJR46wAilw='} 2024-05-08T13:46:40.462 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-08T13:46:40.469 INFO:teuthology.task.internal:roles: ubuntu@smithi067.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-05-08T13:46:40.469 INFO:teuthology.task.internal:roles: ubuntu@smithi097.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-05-08T13:46:40.469 INFO:teuthology.run_tasks:Running task console_log... 2024-05-08T13:46:40.577 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f61648c7160>, signals=[15]) 2024-05-08T13:46:40.577 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-08T13:46:40.584 INFO:teuthology.task.internal:Opening connections... 2024-05-08T13:46:40.584 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi067.front.sepia.ceph.com 2024-05-08T13:46:40.586 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T13:46:40.666 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi097.front.sepia.ceph.com 2024-05-08T13:46:40.667 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T13:46:40.759 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-08T13:46:40.767 DEBUG:teuthology.orchestra.run.smithi067:> uname -m 2024-05-08T13:46:40.786 INFO:teuthology.orchestra.run.smithi067.stdout:x86_64 2024-05-08T13:46:40.786 DEBUG:teuthology.orchestra.run.smithi067:> cat /etc/os-release 2024-05-08T13:46:40.844 INFO:teuthology.orchestra.run.smithi067.stdout:NAME="CentOS Stream" 2024-05-08T13:46:40.844 INFO:teuthology.orchestra.run.smithi067.stdout:VERSION="9" 2024-05-08T13:46:40.845 INFO:teuthology.orchestra.run.smithi067.stdout:ID="centos" 2024-05-08T13:46:40.845 INFO:teuthology.orchestra.run.smithi067.stdout:ID_LIKE="rhel fedora" 2024-05-08T13:46:40.845 INFO:teuthology.orchestra.run.smithi067.stdout:VERSION_ID="9" 2024-05-08T13:46:40.845 INFO:teuthology.orchestra.run.smithi067.stdout:PLATFORM_ID="platform:el9" 2024-05-08T13:46:40.845 INFO:teuthology.orchestra.run.smithi067.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-08T13:46:40.845 INFO:teuthology.orchestra.run.smithi067.stdout:ANSI_COLOR="0;31" 2024-05-08T13:46:40.845 INFO:teuthology.orchestra.run.smithi067.stdout:LOGO="fedora-logo-icon" 2024-05-08T13:46:40.845 INFO:teuthology.orchestra.run.smithi067.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-08T13:46:40.845 INFO:teuthology.orchestra.run.smithi067.stdout:HOME_URL="https://centos.org/" 2024-05-08T13:46:40.845 INFO:teuthology.orchestra.run.smithi067.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-08T13:46:40.845 INFO:teuthology.orchestra.run.smithi067.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-08T13:46:40.845 INFO:teuthology.orchestra.run.smithi067.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-08T13:46:40.846 INFO:teuthology.lock.ops:Updating smithi067.front.sepia.ceph.com on lock server 2024-05-08T13:46:40.872 DEBUG:teuthology.orchestra.run.smithi097:> uname -m 2024-05-08T13:46:40.889 INFO:teuthology.orchestra.run.smithi097.stdout:x86_64 2024-05-08T13:46:40.890 DEBUG:teuthology.orchestra.run.smithi097:> cat /etc/os-release 2024-05-08T13:46:40.946 INFO:teuthology.orchestra.run.smithi097.stdout:NAME="CentOS Stream" 2024-05-08T13:46:40.947 INFO:teuthology.orchestra.run.smithi097.stdout:VERSION="9" 2024-05-08T13:46:40.947 INFO:teuthology.orchestra.run.smithi097.stdout:ID="centos" 2024-05-08T13:46:40.947 INFO:teuthology.orchestra.run.smithi097.stdout:ID_LIKE="rhel fedora" 2024-05-08T13:46:40.947 INFO:teuthology.orchestra.run.smithi097.stdout:VERSION_ID="9" 2024-05-08T13:46:40.947 INFO:teuthology.orchestra.run.smithi097.stdout:PLATFORM_ID="platform:el9" 2024-05-08T13:46:40.947 INFO:teuthology.orchestra.run.smithi097.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-08T13:46:40.947 INFO:teuthology.orchestra.run.smithi097.stdout:ANSI_COLOR="0;31" 2024-05-08T13:46:40.947 INFO:teuthology.orchestra.run.smithi097.stdout:LOGO="fedora-logo-icon" 2024-05-08T13:46:40.947 INFO:teuthology.orchestra.run.smithi097.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-08T13:46:40.947 INFO:teuthology.orchestra.run.smithi097.stdout:HOME_URL="https://centos.org/" 2024-05-08T13:46:40.947 INFO:teuthology.orchestra.run.smithi097.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-08T13:46:40.947 INFO:teuthology.orchestra.run.smithi097.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-08T13:46:40.947 INFO:teuthology.orchestra.run.smithi097.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-08T13:46:40.948 INFO:teuthology.lock.ops:Updating smithi097.front.sepia.ceph.com on lock server 2024-05-08T13:46:40.980 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-08T13:46:40.989 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-08T13:46:40.995 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-08T13:46:40.995 DEBUG:teuthology.orchestra.run.smithi067:> test '!' -e /home/ubuntu/cephtest 2024-05-08T13:46:40.997 DEBUG:teuthology.orchestra.run.smithi097:> test '!' -e /home/ubuntu/cephtest 2024-05-08T13:46:41.013 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-08T13:46:41.021 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-08T13:46:41.022 DEBUG:teuthology.orchestra.run.smithi067:> test -z $(ls -A /var/lib/ceph) 2024-05-08T13:46:41.056 DEBUG:teuthology.orchestra.run.smithi097:> test -z $(ls -A /var/lib/ceph) 2024-05-08T13:46:41.078 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-08T13:46:41.134 INFO:teuthology.run_tasks:Running task kernel... 2024-05-08T13:46:41.150 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-08T13:46:41.150 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-08T13:46:41.150 DEBUG:teuthology.orchestra.run.smithi067:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-08T13:46:41.151 DEBUG:teuthology.orchestra.run.smithi097:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-08T13:46:41.168 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T13:46:41.168 DEBUG:teuthology.orchestra.run.smithi097:> uname -r 2024-05-08T13:46:41.169 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T13:46:41.169 DEBUG:teuthology.orchestra.run.smithi067:> uname -r 2024-05-08T13:46:41.225 INFO:teuthology.orchestra.run.smithi097.stdout:5.14.0-437.el9.x86_64 2024-05-08T13:46:41.225 INFO:teuthology.task.kernel:Running kernel on smithi097: 5.14.0-437.el9.x86_64 2024-05-08T13:46:41.225 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum install -y kernel 2024-05-08T13:46:41.228 INFO:teuthology.orchestra.run.smithi067.stdout:5.14.0-437.el9.x86_64 2024-05-08T13:46:41.228 INFO:teuthology.task.kernel:Running kernel on smithi067: 5.14.0-437.el9.x86_64 2024-05-08T13:46:41.228 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum install -y kernel 2024-05-08T13:46:44.691 INFO:teuthology.orchestra.run.smithi067.stdout:CentOS Stream 9 - BaseOS 4.3 MB/s | 8.1 MB 00:01 2024-05-08T13:46:45.089 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS Stream 9 - BaseOS 3.6 MB/s | 8.1 MB 00:02 2024-05-08T13:46:47.642 INFO:teuthology.orchestra.run.smithi067.stdout:CentOS Stream 9 - AppStream 11 MB/s | 19 MB 00:01 2024-05-08T13:46:48.832 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS Stream 9 - AppStream 7.2 MB/s | 19 MB 00:02 2024-05-08T13:46:51.834 INFO:teuthology.orchestra.run.smithi067.stdout:CentOS Stream 9 - CRB 13 MB/s | 6.2 MB 00:00 2024-05-08T13:46:53.519 INFO:teuthology.orchestra.run.smithi067.stdout:CentOS Stream 9 - Extras packages 34 kB/s | 16 kB 00:00 2024-05-08T13:46:54.607 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS Stream 9 - CRB 2.9 MB/s | 6.2 MB 00:02 2024-05-08T13:46:55.281 INFO:teuthology.orchestra.run.smithi067.stdout:Extra Packages for Enterprise Linux 13 MB/s | 21 MB 00:01 2024-05-08T13:46:56.133 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS Stream 9 - Extras packages 87 kB/s | 16 kB 00:00 2024-05-08T13:46:59.911 INFO:teuthology.orchestra.run.smithi097.stdout:Extra Packages for Enterprise Linux 5.8 MB/s | 21 MB 00:03 2024-05-08T13:47:00.603 INFO:teuthology.orchestra.run.smithi067.stdout:lab-extras 38 kB/s | 1.7 kB 00:00 2024-05-08T13:47:02.651 INFO:teuthology.orchestra.run.smithi067.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-08T13:47:02.651 INFO:teuthology.orchestra.run.smithi067.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-08T13:47:02.745 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2024-05-08T13:47:02.754 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-05-08T13:47:02.754 INFO:teuthology.orchestra.run.smithi067.stdout: Package Architecture Version Repository Size 2024-05-08T13:47:02.754 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-05-08T13:47:02.754 INFO:teuthology.orchestra.run.smithi067.stdout:Installing: 2024-05-08T13:47:02.754 INFO:teuthology.orchestra.run.smithi067.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-08T13:47:02.754 INFO:teuthology.orchestra.run.smithi067.stdout:Installing dependencies: 2024-05-08T13:47:02.754 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-08T13:47:02.755 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-08T13:47:02.755 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-08T13:47:02.755 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-05-08T13:47:02.755 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction Summary 2024-05-08T13:47:02.755 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-05-08T13:47:02.755 INFO:teuthology.orchestra.run.smithi067.stdout:Install 4 Packages 2024-05-08T13:47:02.755 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-05-08T13:47:02.756 INFO:teuthology.orchestra.run.smithi067.stdout:Total download size: 78 M 2024-05-08T13:47:02.756 INFO:teuthology.orchestra.run.smithi067.stdout:Installed size: 123 M 2024-05-08T13:47:02.756 INFO:teuthology.orchestra.run.smithi067.stdout:Downloading Packages: 2024-05-08T13:47:03.171 INFO:teuthology.orchestra.run.smithi067.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 1.4 MB/s | 484 kB 00:00 2024-05-08T13:47:05.151 INFO:teuthology.orchestra.run.smithi097.stdout:lab-extras 18 kB/s | 1.7 kB 00:00 2024-05-08T13:47:05.371 INFO:teuthology.orchestra.run.smithi067.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 6.1 MB/s | 15 MB 00:02 2024-05-08T13:47:07.149 INFO:teuthology.orchestra.run.smithi097.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-08T13:47:07.149 INFO:teuthology.orchestra.run.smithi097.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-08T13:47:07.233 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-05-08T13:47:07.239 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-05-08T13:47:07.239 INFO:teuthology.orchestra.run.smithi097.stdout: Package Architecture Version Repository Size 2024-05-08T13:47:07.239 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-05-08T13:47:07.239 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-05-08T13:47:07.239 INFO:teuthology.orchestra.run.smithi097.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-08T13:47:07.240 INFO:teuthology.orchestra.run.smithi097.stdout:Installing dependencies: 2024-05-08T13:47:07.240 INFO:teuthology.orchestra.run.smithi097.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-08T13:47:07.240 INFO:teuthology.orchestra.run.smithi097.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-08T13:47:07.240 INFO:teuthology.orchestra.run.smithi097.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-08T13:47:07.240 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-05-08T13:47:07.240 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-05-08T13:47:07.240 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-05-08T13:47:07.240 INFO:teuthology.orchestra.run.smithi097.stdout:Install 4 Packages 2024-05-08T13:47:07.240 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-05-08T13:47:07.241 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 78 M 2024-05-08T13:47:07.241 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 123 M 2024-05-08T13:47:07.241 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-05-08T13:47:07.605 INFO:teuthology.orchestra.run.smithi067.stdout:(3/4): kernel-modules-core-5.14.0-444.el9.x86_6 6.3 MB/s | 28 MB 00:04 2024-05-08T13:47:07.963 INFO:teuthology.orchestra.run.smithi067.stdout:(4/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 6.6 MB/s | 34 MB 00:05 2024-05-08T13:47:07.964 INFO:teuthology.orchestra.run.smithi067.stdout:-------------------------------------------------------------------------------- 2024-05-08T13:47:07.964 INFO:teuthology.orchestra.run.smithi067.stdout:Total 15 MB/s | 78 MB 00:05 2024-05-08T13:47:08.593 INFO:teuthology.orchestra.run.smithi097.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 448 kB/s | 484 kB 00:01 2024-05-08T13:47:08.677 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction check 2024-05-08T13:47:09.085 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction check succeeded. 2024-05-08T13:47:09.085 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction test 2024-05-08T13:47:09.177 INFO:teuthology.orchestra.run.smithi097.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 9.3 MB/s | 15 MB 00:01 2024-05-08T13:47:09.969 INFO:teuthology.orchestra.run.smithi097.stdout:(3/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 14 MB/s | 34 MB 00:02 2024-05-08T13:47:10.033 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction test succeeded. 2024-05-08T13:47:10.033 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction 2024-05-08T13:47:10.811 INFO:teuthology.orchestra.run.smithi097.stdout:(4/4): kernel-modules-core-5.14.0-444.el9.x86_6 13 MB/s | 28 MB 00:02 2024-05-08T13:47:10.811 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-05-08T13:47:10.811 INFO:teuthology.orchestra.run.smithi097.stdout:Total 22 MB/s | 78 MB 00:03 2024-05-08T13:47:11.494 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-05-08T13:47:11.837 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-05-08T13:47:11.838 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-05-08T13:47:12.563 INFO:teuthology.orchestra.run.smithi067.stdout: Preparing : 1/1 2024-05-08T13:47:12.773 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-05-08T13:47:12.774 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-05-08T13:47:13.221 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-08T13:47:13.305 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T13:47:15.173 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-05-08T13:47:15.802 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-08T13:47:15.886 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T13:47:16.093 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T13:47:16.223 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T13:47:18.546 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T13:47:18.688 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T13:47:21.304 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T13:47:21.344 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T13:47:23.374 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T13:47:23.673 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T13:47:26.437 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T13:47:28.402 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T13:47:57.214 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T13:47:57.255 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-08T13:47:57.597 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T13:47:57.597 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-08T13:47:57.597 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T13:47:57.597 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T13:47:57.717 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T13:47:57.754 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-08T13:47:58.044 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T13:47:58.044 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-08T13:47:58.044 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T13:47:58.044 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T13:47:58.393 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T13:47:58.393 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-05-08T13:47:58.394 INFO:teuthology.orchestra.run.smithi067.stdout:Installed: 2024-05-08T13:47:58.394 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-08T13:47:58.394 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-08T13:47:58.394 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-08T13:47:58.394 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-08T13:47:58.394 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-05-08T13:47:58.394 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2024-05-08T13:47:58.722 DEBUG:teuthology.orchestra.run.smithi067:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T13:47:58.800 INFO:teuthology.orchestra.run.smithi067.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T13:47:58.800 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T13:47:58.801 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-08T13:47:58.801 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-08T13:47:58.801 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-08T13:47:58.801 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-08T13:47:58.801 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi067.front.sepia.ceph.com, path=None, version=distro) 2024-05-08T13:47:58.801 DEBUG:teuthology.orchestra.run.smithi067:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T13:47:58.831 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T13:47:58.831 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-05-08T13:47:58.831 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-05-08T13:47:58.831 INFO:teuthology.orchestra.run.smithi097.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-08T13:47:58.831 INFO:teuthology.orchestra.run.smithi097.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-08T13:47:58.831 INFO:teuthology.orchestra.run.smithi097.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-08T13:47:58.831 INFO:teuthology.orchestra.run.smithi097.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-08T13:47:58.831 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-05-08T13:47:58.832 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-05-08T13:47:58.851 INFO:teuthology.orchestra.run.smithi067.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T13:47:58.852 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T13:47:58.852 DEBUG:teuthology.orchestra.run.smithi067:> sudo rpm -qi grub2-tools 2024-05-08T13:47:58.893 INFO:teuthology.orchestra.run.smithi067.stdout:Name : grub2-tools 2024-05-08T13:47:58.894 INFO:teuthology.orchestra.run.smithi067.stdout:Epoch : 1 2024-05-08T13:47:58.894 INFO:teuthology.orchestra.run.smithi067.stdout:Version : 2.06 2024-05-08T13:47:58.894 INFO:teuthology.orchestra.run.smithi067.stdout:Release : 68.el9 2024-05-08T13:47:58.894 INFO:teuthology.orchestra.run.smithi067.stdout:Architecture: x86_64 2024-05-08T13:47:58.894 INFO:teuthology.orchestra.run.smithi067.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-08T13:47:58.894 INFO:teuthology.orchestra.run.smithi067.stdout:Group : Unspecified 2024-05-08T13:47:58.894 INFO:teuthology.orchestra.run.smithi067.stdout:Size : 8264254 2024-05-08T13:47:58.894 INFO:teuthology.orchestra.run.smithi067.stdout:License : GPLv3+ 2024-05-08T13:47:58.894 INFO:teuthology.orchestra.run.smithi067.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-08T13:47:58.894 INFO:teuthology.orchestra.run.smithi067.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-08T13:47:58.894 INFO:teuthology.orchestra.run.smithi067.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-08T13:47:58.894 INFO:teuthology.orchestra.run.smithi067.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-08T13:47:58.895 INFO:teuthology.orchestra.run.smithi067.stdout:Packager : builder@centos.org 2024-05-08T13:47:58.895 INFO:teuthology.orchestra.run.smithi067.stdout:Vendor : CentOS 2024-05-08T13:47:58.895 INFO:teuthology.orchestra.run.smithi067.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-08T13:47:58.895 INFO:teuthology.orchestra.run.smithi067.stdout:Summary : Support tools for GRUB. 2024-05-08T13:47:58.895 INFO:teuthology.orchestra.run.smithi067.stdout:Description : 2024-05-08T13:47:58.895 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-05-08T13:47:58.895 INFO:teuthology.orchestra.run.smithi067.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-08T13:47:58.895 INFO:teuthology.orchestra.run.smithi067.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-08T13:47:58.895 INFO:teuthology.orchestra.run.smithi067.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-08T13:47:58.895 INFO:teuthology.orchestra.run.smithi067.stdout:hardware devices. 2024-05-08T13:47:58.895 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-05-08T13:47:58.895 INFO:teuthology.orchestra.run.smithi067.stdout:This subpackage provides tools for support of all platforms. 2024-05-08T13:47:58.896 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-08T13:47:58.896 INFO:teuthology.task.kernel:Updating grub on smithi067 to boot 5.14.0-444.el9.x86_64 2024-05-08T13:47:58.896 DEBUG:teuthology.orchestra.run.smithi067:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-08T13:47:59.163 DEBUG:teuthology.orchestra.run.smithi097:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T13:47:59.247 INFO:teuthology.orchestra.run.smithi097.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T13:47:59.248 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T13:47:59.248 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-08T13:47:59.248 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-08T13:47:59.248 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-08T13:47:59.248 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-08T13:47:59.248 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi097.front.sepia.ceph.com, path=None, version=distro) 2024-05-08T13:47:59.248 DEBUG:teuthology.orchestra.run.smithi097:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T13:47:59.296 INFO:teuthology.orchestra.run.smithi097.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T13:47:59.297 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T13:47:59.297 DEBUG:teuthology.orchestra.run.smithi097:> sudo rpm -qi grub2-tools 2024-05-08T13:47:59.327 INFO:teuthology.orchestra.run.smithi097.stdout:Name : grub2-tools 2024-05-08T13:47:59.327 INFO:teuthology.orchestra.run.smithi097.stdout:Epoch : 1 2024-05-08T13:47:59.327 INFO:teuthology.orchestra.run.smithi097.stdout:Version : 2.06 2024-05-08T13:47:59.327 INFO:teuthology.orchestra.run.smithi097.stdout:Release : 68.el9 2024-05-08T13:47:59.327 INFO:teuthology.orchestra.run.smithi097.stdout:Architecture: x86_64 2024-05-08T13:47:59.328 INFO:teuthology.orchestra.run.smithi097.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-08T13:47:59.328 INFO:teuthology.orchestra.run.smithi097.stdout:Group : Unspecified 2024-05-08T13:47:59.328 INFO:teuthology.orchestra.run.smithi097.stdout:Size : 8264254 2024-05-08T13:47:59.328 INFO:teuthology.orchestra.run.smithi097.stdout:License : GPLv3+ 2024-05-08T13:47:59.328 INFO:teuthology.orchestra.run.smithi097.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-08T13:47:59.328 INFO:teuthology.orchestra.run.smithi097.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-08T13:47:59.328 INFO:teuthology.orchestra.run.smithi097.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-08T13:47:59.328 INFO:teuthology.orchestra.run.smithi097.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-08T13:47:59.328 INFO:teuthology.orchestra.run.smithi097.stdout:Packager : builder@centos.org 2024-05-08T13:47:59.328 INFO:teuthology.orchestra.run.smithi097.stdout:Vendor : CentOS 2024-05-08T13:47:59.328 INFO:teuthology.orchestra.run.smithi097.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-08T13:47:59.328 INFO:teuthology.orchestra.run.smithi097.stdout:Summary : Support tools for GRUB. 2024-05-08T13:47:59.328 INFO:teuthology.orchestra.run.smithi097.stdout:Description : 2024-05-08T13:47:59.328 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-05-08T13:47:59.328 INFO:teuthology.orchestra.run.smithi097.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-08T13:47:59.329 INFO:teuthology.orchestra.run.smithi097.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-08T13:47:59.329 INFO:teuthology.orchestra.run.smithi097.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-08T13:47:59.329 INFO:teuthology.orchestra.run.smithi097.stdout:hardware devices. 2024-05-08T13:47:59.329 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-05-08T13:47:59.329 INFO:teuthology.orchestra.run.smithi097.stdout:This subpackage provides tools for support of all platforms. 2024-05-08T13:47:59.330 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-08T13:47:59.330 INFO:teuthology.task.kernel:Updating grub on smithi097 to boot 5.14.0-444.el9.x86_64 2024-05-08T13:47:59.330 DEBUG:teuthology.orchestra.run.smithi097:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-08T13:47:59.463 INFO:teuthology.orchestra.run.smithi067.stderr:Generating grub configuration file ... 2024-05-08T13:47:59.975 INFO:teuthology.orchestra.run.smithi097.stderr:Generating grub configuration file ... 2024-05-08T13:48:00.905 INFO:teuthology.orchestra.run.smithi067.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-08T13:48:00.929 INFO:teuthology.orchestra.run.smithi067.stderr:done 2024-05-08T13:48:00.932 DEBUG:teuthology.orchestra.run.smithi067:> mktemp 2024-05-08T13:48:00.947 INFO:teuthology.orchestra.run.smithi067.stdout:/tmp/tmp.Bfd6TppmUX 2024-05-08T13:48:00.947 DEBUG:teuthology.orchestra.run.smithi067:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Bfd6TppmUX 2024-05-08T13:48:01.014 DEBUG:teuthology.orchestra.run.smithi067:> sudo chmod 0666 /tmp/tmp.Bfd6TppmUX 2024-05-08T13:48:01.157 DEBUG:teuthology.orchestra.remote:smithi067:/tmp/tmp.Bfd6TppmUX is 6KB 2024-05-08T13:48:01.205 DEBUG:teuthology.orchestra.run.smithi067:> rm -fr /tmp/tmp.Bfd6TppmUX 2024-05-08T13:48:01.220 DEBUG:teuthology.orchestra.run.smithi067:> sudo /bin/ls /boot/loader/entries || true 2024-05-08T13:48:01.282 INFO:teuthology.orchestra.run.smithi067.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-08T13:48:01.283 INFO:teuthology.orchestra.run.smithi067.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-08T13:48:01.283 INFO:teuthology.orchestra.run.smithi067.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-08T13:48:01.283 INFO:teuthology.orchestra.run.smithi067.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-08T13:48:01.284 DEBUG:teuthology.orchestra.run.smithi067:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-08T13:48:01.348 INFO:teuthology.orchestra.run.smithi097.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-08T13:48:01.388 INFO:teuthology.orchestra.run.smithi097.stderr:done 2024-05-08T13:48:01.391 DEBUG:teuthology.orchestra.run.smithi097:> mktemp 2024-05-08T13:48:01.411 INFO:teuthology.orchestra.run.smithi097.stdout:/tmp/tmp.TrEAbn8NC8 2024-05-08T13:48:01.411 DEBUG:teuthology.orchestra.run.smithi097:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.TrEAbn8NC8 2024-05-08T13:48:01.447 DEBUG:teuthology.orchestra.run.smithi067:> sudo shutdown -r now 2024-05-08T13:48:01.476 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod 0666 /tmp/tmp.TrEAbn8NC8 2024-05-08T13:48:01.618 DEBUG:teuthology.orchestra.remote:smithi097:/tmp/tmp.TrEAbn8NC8 is 6KB 2024-05-08T13:48:01.670 DEBUG:teuthology.orchestra.run.smithi097:> rm -fr /tmp/tmp.TrEAbn8NC8 2024-05-08T13:48:01.684 DEBUG:teuthology.orchestra.run.smithi097:> sudo /bin/ls /boot/loader/entries || true 2024-05-08T13:48:01.747 INFO:teuthology.orchestra.run.smithi097.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-08T13:48:01.747 INFO:teuthology.orchestra.run.smithi097.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-08T13:48:01.747 INFO:teuthology.orchestra.run.smithi097.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-08T13:48:01.747 INFO:teuthology.orchestra.run.smithi097.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-08T13:48:01.749 DEBUG:teuthology.orchestra.run.smithi097:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-08T13:48:01.886 DEBUG:teuthology.orchestra.run.smithi097:> sudo shutdown -r now 2024-05-08T13:48:31.478 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-08T13:48:31.479 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-05-08T13:48:31.480 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T13:48:31.888 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-08T13:48:31.889 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-05-08T13:48:31.889 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T13:49:05.950 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.67 2024-05-08T13:49:06.466 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.97 2024-05-08T13:49:14.958 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-05-08T13:49:14.959 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T13:49:15.522 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-05-08T13:49:15.523 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T13:49:33.343 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.67 2024-05-08T13:49:33.854 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.97 2024-05-08T13:49:45.346 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-05-08T13:49:45.347 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T13:49:45.856 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-05-08T13:49:45.857 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T13:49:46.949 DEBUG:teuthology.orchestra.run.smithi097:> true 2024-05-08T13:49:47.400 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-05-08T13:49:47.400 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-444.el9.x86_64"... 2024-05-08T13:49:47.400 DEBUG:teuthology.orchestra.run.smithi097:> uname -r 2024-05-08T13:49:47.415 INFO:teuthology.orchestra.run.smithi097.stdout:5.14.0-444.el9.x86_64 2024-05-08T13:49:47.415 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-08T13:49:47.415 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-08T13:49:47.415 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-08T13:49:48.360 DEBUG:teuthology.orchestra.run.smithi067:> true 2024-05-08T13:49:48.416 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-08T13:49:48.417 DEBUG:teuthology.orchestra.run.smithi097:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-08T13:49:48.491 INFO:teuthology.orchestra.run.smithi097.stdout:ttyS1 2024-05-08T13:49:48.523 DEBUG:teuthology.parallel:result is None 2024-05-08T13:49:48.797 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-05-08T13:49:48.797 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-444.el9.x86_64"... 2024-05-08T13:49:48.797 DEBUG:teuthology.orchestra.run.smithi067:> uname -r 2024-05-08T13:49:48.813 INFO:teuthology.orchestra.run.smithi067.stdout:5.14.0-444.el9.x86_64 2024-05-08T13:49:48.813 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-08T13:49:48.813 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-08T13:49:48.814 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-08T13:49:49.815 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-08T13:49:49.815 DEBUG:teuthology.orchestra.run.smithi067:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-08T13:49:49.880 INFO:teuthology.orchestra.run.smithi067.stdout:ttyS1 2024-05-08T13:49:49.911 DEBUG:teuthology.parallel:result is None 2024-05-08T13:49:49.911 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-08T13:49:49.919 INFO:teuthology.task.internal:Creating test directory... 2024-05-08T13:49:49.919 DEBUG:teuthology.orchestra.run.smithi067:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-08T13:49:49.922 DEBUG:teuthology.orchestra.run.smithi097:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-08T13:49:49.937 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-08T13:49:49.956 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-08T13:49:49.964 INFO:teuthology.task.internal:Creating archive directory... 2024-05-08T13:49:49.964 DEBUG:teuthology.orchestra.run.smithi067:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-08T13:49:49.979 DEBUG:teuthology.orchestra.run.smithi097:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-08T13:49:50.011 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-08T13:49:50.021 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-08T13:49:50.021 DEBUG:teuthology.orchestra.run.smithi067:> 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-08T13:49:50.045 DEBUG:teuthology.orchestra.run.smithi097:> 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-08T13:49:50.079 INFO:teuthology.orchestra.run.smithi097.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T13:49:50.080 INFO:teuthology.orchestra.run.smithi067.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T13:49:50.089 INFO:teuthology.orchestra.run.smithi097.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T13:49:50.091 INFO:teuthology.orchestra.run.smithi067.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T13:49:50.093 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-08T13:49:50.100 INFO:teuthology.task.internal:Configuring sudo... 2024-05-08T13:49:50.100 DEBUG:teuthology.orchestra.run.smithi067:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-08T13:49:50.135 DEBUG:teuthology.orchestra.run.smithi097:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-08T13:49:50.160 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-08T13:49:50.169 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-08T13:49:50.170 DEBUG:teuthology.orchestra.run.smithi067:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-08T13:49:50.203 DEBUG:teuthology.orchestra.run.smithi097:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-08T13:49:50.218 DEBUG:teuthology.orchestra.run.smithi067:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T13:49:50.299 DEBUG:teuthology.orchestra.run.smithi067:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T13:49:50.344 DEBUG:teuthology.orchestra.run.smithi067:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T13:49:50.426 DEBUG:teuthology.orchestra.run.smithi067:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T13:49:50.468 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-05-08T13:49:50.468 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-08T13:49:50.534 DEBUG:teuthology.orchestra.run.smithi097:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T13:49:50.574 DEBUG:teuthology.orchestra.run.smithi097:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T13:49:50.627 DEBUG:teuthology.orchestra.run.smithi097:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T13:49:50.706 DEBUG:teuthology.orchestra.run.smithi097:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T13:49:50.751 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-05-08T13:49:50.751 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-08T13:49:50.817 DEBUG:teuthology.orchestra.run.smithi067:> sudo service rsyslog restart 2024-05-08T13:49:50.819 DEBUG:teuthology.orchestra.run.smithi097:> sudo service rsyslog restart 2024-05-08T13:49:50.859 INFO:teuthology.orchestra.run.smithi067.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T13:49:50.904 INFO:teuthology.orchestra.run.smithi097.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T13:49:51.198 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-08T13:49:51.206 INFO:teuthology.task.internal:Starting timer... 2024-05-08T13:49:51.206 INFO:teuthology.run_tasks:Running task pcp... 2024-05-08T13:49:51.216 INFO:teuthology.run_tasks:Running task selinux... 2024-05-08T13:49:51.225 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0', 'scontext=system_u:system_r:getty_t:s0']} 2024-05-08T13:49:51.226 DEBUG:teuthology.orchestra.run.smithi067:> sudo service auditd rotate 2024-05-08T13:49:51.283 INFO:teuthology.orchestra.run.smithi067.stdout:Rotating logs: 2024-05-08T13:49:51.286 DEBUG:teuthology.orchestra.run.smithi097:> sudo service auditd rotate 2024-05-08T13:49:51.344 INFO:teuthology.orchestra.run.smithi097.stdout:Rotating logs: 2024-05-08T13:49:51.346 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-08T13:49:51.346 DEBUG:teuthology.orchestra.run.smithi067:> /usr/sbin/getenforce 2024-05-08T13:49:51.369 INFO:teuthology.orchestra.run.smithi067.stdout:Permissive 2024-05-08T13:49:51.370 DEBUG:teuthology.orchestra.run.smithi097:> /usr/sbin/getenforce 2024-05-08T13:49:51.394 INFO:teuthology.orchestra.run.smithi097.stdout:Permissive 2024-05-08T13:49:51.394 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi067.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi097.front.sepia.ceph.com': 'permissive'} 2024-05-08T13:49:51.395 DEBUG:teuthology.orchestra.run.smithi067:> 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 -e scontext=system_u:system_r:getty_t:s0 2024-05-08T13:49:51.436 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T13:49:51.437 DEBUG:teuthology.orchestra.run.smithi097:> 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 -e scontext=system_u:system_r:getty_t:s0 2024-05-08T13:49:51.463 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T13:49:51.463 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-08T13:49:51.463 DEBUG:teuthology.orchestra.run.smithi067:> sudo /usr/sbin/setenforce permissive 2024-05-08T13:49:51.505 DEBUG:teuthology.orchestra.run.smithi097:> sudo /usr/sbin/setenforce permissive 2024-05-08T13:49:51.538 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-08T13:49:51.548 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-08T13:49:51.567 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-08T13:49:51.569 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi067.front.sepia.ceph.com,smithi097.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-08T13:53:55.173 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi067.front.sepia.ceph.com'), Remote(name='ubuntu@smithi097.front.sepia.ceph.com')] 2024-05-08T13:53:55.175 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-05-08T13:53:55.176 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T13:53:55.256 DEBUG:teuthology.orchestra.run.smithi067:> true 2024-05-08T13:53:55.334 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-05-08T13:53:55.335 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-05-08T13:53:55.336 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T13:53:55.412 DEBUG:teuthology.orchestra.run.smithi097:> true 2024-05-08T13:53:55.489 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-05-08T13:53:55.490 INFO:teuthology.run_tasks:Running task clock... 2024-05-08T13:53:55.505 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-08T13:53:55.506 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-08T13:53:55.506 DEBUG:teuthology.orchestra.run.smithi067:> 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-08T13:53:55.509 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-08T13:53:55.509 DEBUG:teuthology.orchestra.run.smithi097:> 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-08T13:53:55.537 INFO:teuthology.orchestra.run.smithi067.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-08T13:53:55.551 INFO:teuthology.orchestra.run.smithi067.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-08T13:53:55.560 INFO:teuthology.orchestra.run.smithi097.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-08T13:53:55.574 INFO:teuthology.orchestra.run.smithi097.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-08T13:53:55.576 INFO:teuthology.orchestra.run.smithi067.stderr:sudo: ntpd: command not found 2024-05-08T13:53:55.587 INFO:teuthology.orchestra.run.smithi067.stdout:506 Cannot talk to daemon 2024-05-08T13:53:55.599 INFO:teuthology.orchestra.run.smithi097.stderr:sudo: ntpd: command not found 2024-05-08T13:53:55.603 INFO:teuthology.orchestra.run.smithi067.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-08T13:53:55.610 INFO:teuthology.orchestra.run.smithi097.stdout:506 Cannot talk to daemon 2024-05-08T13:53:55.617 INFO:teuthology.orchestra.run.smithi067.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-08T13:53:55.624 INFO:teuthology.orchestra.run.smithi097.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-08T13:53:55.638 INFO:teuthology.orchestra.run.smithi097.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-08T13:53:55.679 INFO:teuthology.orchestra.run.smithi067.stderr:bash: line 1: ntpq: command not found 2024-05-08T13:53:55.682 INFO:teuthology.orchestra.run.smithi067.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T13:53:55.682 INFO:teuthology.orchestra.run.smithi067.stdout:=============================================================================== 2024-05-08T13:53:55.682 INFO:teuthology.orchestra.run.smithi067.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T13:53:55.682 INFO:teuthology.orchestra.run.smithi067.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T13:53:55.683 INFO:teuthology.orchestra.run.smithi067.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T13:53:55.683 INFO:teuthology.orchestra.run.smithi067.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T13:53:55.693 INFO:teuthology.orchestra.run.smithi097.stderr:bash: line 1: ntpq: command not found 2024-05-08T13:53:55.696 INFO:teuthology.orchestra.run.smithi097.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T13:53:55.696 INFO:teuthology.orchestra.run.smithi097.stdout:=============================================================================== 2024-05-08T13:53:55.696 INFO:teuthology.orchestra.run.smithi097.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T13:53:55.696 INFO:teuthology.orchestra.run.smithi097.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T13:53:55.696 INFO:teuthology.orchestra.run.smithi097.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T13:53:55.696 INFO:teuthology.orchestra.run.smithi097.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T13:53:55.697 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-08T13:53:55.795 INFO:tasks.cephadm:Config: {'cephadm_branch': 'v17.2.0', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64', 'roleless': True, '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, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': '7c8f650b36e258f639fa4a83becade57cbfd2009'} 2024-05-08T13:53:55.795 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 2024-05-08T13:53:55.796 INFO:tasks.cephadm:Cluster fsid is 69550d44-0d42-11ef-bc97-c7b262605968 2024-05-08T13:53:55.796 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-08T13:53:55.796 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-05-08T13:53:55.796 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi067': '172.21.15.67', 'mon.smithi097': '172.21.15.97'} 2024-05-08T13:53:55.796 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-08T13:53:55.796 DEBUG:teuthology.orchestra.run.smithi067:> sudo hostname $(hostname -s) 2024-05-08T13:53:55.823 DEBUG:teuthology.orchestra.run.smithi097:> sudo hostname $(hostname -s) 2024-05-08T13:53:55.848 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2024-05-08T13:53:55.849 DEBUG:teuthology.orchestra.run.smithi067:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-08T13:53:56.265 INFO:teuthology.orchestra.run.smithi067.stdout:-rw-r--r--. 1 ubuntu ubuntu 320521 May 8 13:53 /home/ubuntu/cephtest/cephadm 2024-05-08T13:53:56.265 DEBUG:teuthology.orchestra.run.smithi097:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-08T13:53:56.550 INFO:teuthology.orchestra.run.smithi097.stdout:-rw-r--r--. 1 ubuntu ubuntu 320521 May 8 13:53 /home/ubuntu/cephtest/cephadm 2024-05-08T13:53:56.551 DEBUG:teuthology.orchestra.run.smithi067:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-08T13:53:56.569 DEBUG:teuthology.orchestra.run.smithi097:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-08T13:53:56.595 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 on all hosts... 2024-05-08T13:53:56.595 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 pull 2024-05-08T13:53:56.612 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 pull 2024-05-08T13:53:58.194 INFO:teuthology.orchestra.run.smithi067.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64... 2024-05-08T13:53:58.402 INFO:teuthology.orchestra.run.smithi097.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64... 2024-05-08T13:54:36.627 INFO:teuthology.orchestra.run.smithi097.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=smithi097 -e CEPH_USE_RANDOM_NONCE=1 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 --version 2024-05-08T13:54:36.627 INFO:teuthology.orchestra.run.smithi097.stderr:ceph: stderr WARNING: image platform (linux/arm64/v8) does not match the expected platform (linux/amd64) 2024-05-08T13:54:36.627 INFO:teuthology.orchestra.run.smithi097.stderr:ceph: stderr ERROR (catatonit:2): failed to exec pid1: Exec format error 2024-05-08T13:54:36.628 INFO:teuthology.orchestra.run.smithi097.stderr:Traceback (most recent call last): 2024-05-08T13:54:36.628 INFO:teuthology.orchestra.run.smithi097.stderr: File "/home/ubuntu/cephtest/cephadm", line 8634, in 2024-05-08T13:54:36.630 INFO:teuthology.orchestra.run.smithi097.stderr: main() 2024-05-08T13:54:36.630 INFO:teuthology.orchestra.run.smithi097.stderr: File "/home/ubuntu/cephtest/cephadm", line 8622, in main 2024-05-08T13:54:36.631 INFO:teuthology.orchestra.run.smithi097.stderr: r = ctx.func(ctx) 2024-05-08T13:54:36.631 INFO:teuthology.orchestra.run.smithi097.stderr: File "/home/ubuntu/cephtest/cephadm", line 1914, in _infer_image 2024-05-08T13:54:36.631 INFO:teuthology.orchestra.run.smithi097.stderr: return func(ctx) 2024-05-08T13:54:36.631 INFO:teuthology.orchestra.run.smithi097.stderr: File "/home/ubuntu/cephtest/cephadm", line 4177, in command_pull 2024-05-08T13:54:36.632 INFO:teuthology.orchestra.run.smithi097.stderr: return command_inspect_image(ctx) 2024-05-08T13:54:36.632 INFO:teuthology.orchestra.run.smithi097.stderr: File "/home/ubuntu/cephtest/cephadm", line 1914, in _infer_image 2024-05-08T13:54:36.632 INFO:teuthology.orchestra.run.smithi097.stderr: return func(ctx) 2024-05-08T13:54:36.632 INFO:teuthology.orchestra.run.smithi097.stderr: File "/home/ubuntu/cephtest/cephadm", line 4226, in command_inspect_image 2024-05-08T13:54:36.633 INFO:teuthology.orchestra.run.smithi097.stderr: ver = CephContainer(ctx, ctx.image, 'ceph', ['--version']).run().strip() 2024-05-08T13:54:36.633 INFO:teuthology.orchestra.run.smithi097.stderr: File "/home/ubuntu/cephtest/cephadm", line 3657, in run 2024-05-08T13:54:36.633 INFO:teuthology.orchestra.run.smithi097.stderr: out, _, _ = call_throws(self.ctx, self.run_cmd(), 2024-05-08T13:54:36.633 INFO:teuthology.orchestra.run.smithi097.stderr: File "/home/ubuntu/cephtest/cephadm", line 1615, in call_throws 2024-05-08T13:54:36.633 INFO:teuthology.orchestra.run.smithi097.stderr: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-05-08T13:54:36.633 INFO:teuthology.orchestra.run.smithi097.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=smithi097 -e CEPH_USE_RANDOM_NONCE=1 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-08T13:54:36.633 INFO:teuthology.orchestra.run.smithi097.stderr:ERROR (catatonit:2): failed to exec pid1: Exec format error 2024-05-08T13:54:36.633 INFO:teuthology.orchestra.run.smithi097.stderr: 2024-05-08T13:54:38.916 INFO:teuthology.orchestra.run.smithi067.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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 --version 2024-05-08T13:54:38.916 INFO:teuthology.orchestra.run.smithi067.stderr:ceph: stderr WARNING: image platform (linux/arm64/v8) does not match the expected platform (linux/amd64) 2024-05-08T13:54:38.917 INFO:teuthology.orchestra.run.smithi067.stderr:ceph: stderr ERROR (catatonit:2): failed to exec pid1: Exec format error 2024-05-08T13:54:38.919 INFO:teuthology.orchestra.run.smithi067.stderr:Traceback (most recent call last): 2024-05-08T13:54:38.919 INFO:teuthology.orchestra.run.smithi067.stderr: File "/home/ubuntu/cephtest/cephadm", line 8634, in 2024-05-08T13:54:38.920 INFO:teuthology.orchestra.run.smithi067.stderr: main() 2024-05-08T13:54:38.920 INFO:teuthology.orchestra.run.smithi067.stderr: File "/home/ubuntu/cephtest/cephadm", line 8622, in main 2024-05-08T13:54:38.921 INFO:teuthology.orchestra.run.smithi067.stderr: r = ctx.func(ctx) 2024-05-08T13:54:38.921 INFO:teuthology.orchestra.run.smithi067.stderr: File "/home/ubuntu/cephtest/cephadm", line 1914, in _infer_image 2024-05-08T13:54:38.922 INFO:teuthology.orchestra.run.smithi067.stderr: return func(ctx) 2024-05-08T13:54:38.922 INFO:teuthology.orchestra.run.smithi067.stderr: File "/home/ubuntu/cephtest/cephadm", line 4177, in command_pull 2024-05-08T13:54:38.923 INFO:teuthology.orchestra.run.smithi067.stderr: return command_inspect_image(ctx) 2024-05-08T13:54:38.923 INFO:teuthology.orchestra.run.smithi067.stderr: File "/home/ubuntu/cephtest/cephadm", line 1914, in _infer_image 2024-05-08T13:54:38.923 INFO:teuthology.orchestra.run.smithi067.stderr: return func(ctx) 2024-05-08T13:54:38.923 INFO:teuthology.orchestra.run.smithi067.stderr: File "/home/ubuntu/cephtest/cephadm", line 4226, in command_inspect_image 2024-05-08T13:54:38.924 INFO:teuthology.orchestra.run.smithi067.stderr: ver = CephContainer(ctx, ctx.image, 'ceph', ['--version']).run().strip() 2024-05-08T13:54:38.924 INFO:teuthology.orchestra.run.smithi067.stderr: File "/home/ubuntu/cephtest/cephadm", line 3657, in run 2024-05-08T13:54:38.924 INFO:teuthology.orchestra.run.smithi067.stderr: out, _, _ = call_throws(self.ctx, self.run_cmd(), 2024-05-08T13:54:38.924 INFO:teuthology.orchestra.run.smithi067.stderr: File "/home/ubuntu/cephtest/cephadm", line 1615, in call_throws 2024-05-08T13:54:38.924 INFO:teuthology.orchestra.run.smithi067.stderr: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-05-08T13:54:38.924 INFO:teuthology.orchestra.run.smithi067.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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 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-08T13:54:38.924 INFO:teuthology.orchestra.run.smithi067.stderr:ERROR (catatonit:2): failed to exec pid1: Exec format error 2024-05-08T13:54:38.924 INFO:teuthology.orchestra.run.smithi067.stderr: 2024-05-08T13:54:38.947 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T13:54:38.948 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 smithi067 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-08T13:54:38.949 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-08T13:54:38.951 DEBUG:teuthology.misc:Transferring archived files from smithi067:/var/lib/ceph/69550d44-0d42-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/7697419/remote/smithi067/crash 2024-05-08T13:54:38.952 DEBUG:teuthology.orchestra.run.smithi067:> sudo tar c -f - -C /var/lib/ceph/69550d44-0d42-11ef-bc97-c7b262605968/crash -- . 2024-05-08T13:54:39.033 INFO:teuthology.orchestra.run.smithi067.stderr:tar: /var/lib/ceph/69550d44-0d42-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-08T13:54:39.033 INFO:teuthology.orchestra.run.smithi067.stderr:tar: Error is not recoverable: exiting now 2024-05-08T13:54:39.035 DEBUG:teuthology.misc:Transferring archived files from smithi097:/var/lib/ceph/69550d44-0d42-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/7697419/remote/smithi097/crash 2024-05-08T13:54:39.036 DEBUG:teuthology.orchestra.run.smithi097:> sudo tar c -f - -C /var/lib/ceph/69550d44-0d42-11ef-bc97-c7b262605968/crash -- . 2024-05-08T13:54:39.080 INFO:teuthology.orchestra.run.smithi097.stderr:tar: /var/lib/ceph/69550d44-0d42-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-08T13:54:39.080 INFO:teuthology.orchestra.run.smithi097.stderr:tar: Error is not recoverable: exiting now 2024-05-08T13:54:39.081 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-08T13:54:39.081 DEBUG:teuthology.orchestra.run.smithi067:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/69550d44-0d42-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-05-08T13:54:39.109 INFO:teuthology.orchestra.run.smithi067.stderr:grep: /var/log/ceph/69550d44-0d42-11ef-bc97-c7b262605968/ceph.log: No such file or directory 2024-05-08T13:54:39.111 INFO:tasks.cephadm:Compressing logs... 2024-05-08T13:54:39.111 DEBUG:teuthology.orchestra.run.smithi067:> 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-08T13:54:39.154 DEBUG:teuthology.orchestra.run.smithi097:> 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-08T13:54:39.178 INFO:teuthology.orchestra.run.smithi067.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-08T13:54:39.179 INFO:teuthology.orchestra.run.smithi067.stderr:: No such file or directory 2024-05-08T13:54:39.179 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/cephadm.log: 70.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-08T13:54:39.181 INFO:teuthology.orchestra.run.smithi067.stderr: 2024-05-08T13:54:39.181 INFO:teuthology.orchestra.run.smithi067.stderr:real 0m0.013s 2024-05-08T13:54:39.181 INFO:teuthology.orchestra.run.smithi067.stderr:user 0m0.010s 2024-05-08T13:54:39.181 INFO:teuthology.orchestra.run.smithi067.stderr:sys 0m0.015s 2024-05-08T13:54:39.183 INFO:teuthology.orchestra.run.smithi097.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log: No such file or directory 2024-05-08T13:54:39.184 INFO:teuthology.orchestra.run.smithi097.stderr: 2024-05-08T13:54:39.184 INFO:teuthology.orchestra.run.smithi097.stderr:/var/log/ceph/cephadm.log: 70.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-08T13:54:39.187 INFO:teuthology.orchestra.run.smithi097.stderr: 2024-05-08T13:54:39.187 INFO:teuthology.orchestra.run.smithi097.stderr:real 0m0.015s 2024-05-08T13:54:39.187 INFO:teuthology.orchestra.run.smithi097.stderr:user 0m0.013s 2024-05-08T13:54:39.187 INFO:teuthology.orchestra.run.smithi097.stderr:sys 0m0.014s 2024-05-08T13:54:39.187 INFO:tasks.cephadm:Archiving logs... 2024-05-08T13:54:39.187 DEBUG:teuthology.misc:Transferring archived files from smithi067:/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/7697419/remote/smithi067/log 2024-05-08T13:54:39.188 DEBUG:teuthology.orchestra.run.smithi067:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-08T13:54:39.252 DEBUG:teuthology.misc:Transferring archived files from smithi097:/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/7697419/remote/smithi097/log 2024-05-08T13:54:39.253 DEBUG:teuthology.orchestra.run.smithi097:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-08T13:54:39.280 INFO:tasks.cephadm:Removing cluster... 2024-05-08T13:54:39.281 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 69550d44-0d42-11ef-bc97-c7b262605968 --force 2024-05-08T13:54:39.607 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 69550d44-0d42-11ef-bc97-c7b262605968 --force 2024-05-08T13:54:39.885 INFO:tasks.cephadm:Removing cephadm ... 2024-05-08T13:54:39.885 DEBUG:teuthology.orchestra.run.smithi067:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-08T13:54:39.902 DEBUG:teuthology.orchestra.run.smithi097:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-08T13:54:39.917 INFO:tasks.cephadm:Teardown complete 2024-05-08T13:54:39.917 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 smithi067 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-08T13:54:40.132 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=0649216807f44365bdc54b8634d54fbf 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 smithi067 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-08T13:54:40.136 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-08T13:54:40.215 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-08T13:54:40.250 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-08T13:54:40.250 DEBUG:teuthology.orchestra.run.smithi067:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T13:54:40.273 DEBUG:teuthology.orchestra.run.smithi097:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T13:54:40.273 INFO:teuthology.orchestra.run.smithi067.stderr:bash: line 1: ntpq: command not found 2024-05-08T13:54:40.277 INFO:teuthology.orchestra.run.smithi067.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T13:54:40.277 INFO:teuthology.orchestra.run.smithi067.stdout:=============================================================================== 2024-05-08T13:54:40.277 INFO:teuthology.orchestra.run.smithi067.stdout:^* hv01.front.sepia.ceph.com 3 6 17 38 -2374us[-2408us] +/- 55ms 2024-05-08T13:54:40.277 INFO:teuthology.orchestra.run.smithi067.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 39 -21us[ -55us] +/- 60ms 2024-05-08T13:54:40.278 INFO:teuthology.orchestra.run.smithi067.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 38 +3309us[+3309us] +/- 75ms 2024-05-08T13:54:40.278 INFO:teuthology.orchestra.run.smithi067.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T13:54:40.289 INFO:teuthology.orchestra.run.smithi097.stderr:bash: line 1: ntpq: command not found 2024-05-08T13:54:40.294 INFO:teuthology.orchestra.run.smithi097.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T13:54:40.294 INFO:teuthology.orchestra.run.smithi097.stdout:=============================================================================== 2024-05-08T13:54:40.294 INFO:teuthology.orchestra.run.smithi097.stdout:^* hv01.front.sepia.ceph.com 3 6 17 38 -2350us[-2402us] +/- 55ms 2024-05-08T13:54:40.294 INFO:teuthology.orchestra.run.smithi097.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 39 -4604ns[ -57us] +/- 60ms 2024-05-08T13:54:40.295 INFO:teuthology.orchestra.run.smithi097.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 38 +3325us[+3325us] +/- 75ms 2024-05-08T13:54:40.295 INFO:teuthology.orchestra.run.smithi097.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T13:54:40.296 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-08T13:54:40.305 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-08T13:54:40.305 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-08T13:54:40.313 DEBUG:teuthology.orchestra.run.smithi067:> 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-08T13:54:40.377 DEBUG:teuthology.orchestra.run.smithi097:> 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-08T13:54:40.433 DEBUG:teuthology.orchestra.run.smithi067:> 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 -e scontext=system_u:system_r:getty_t:s0 2024-05-08T13:54:40.461 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T13:54:40.462 DEBUG:teuthology.orchestra.run.smithi097:> 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 -e scontext=system_u:system_r:getty_t:s0 2024-05-08T13:54:40.488 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T13:54:40.489 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-08T13:54:40.499 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-08T13:54:40.507 INFO:teuthology.task.internal:Duration was 289.300544 seconds 2024-05-08T13:54:40.507 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-08T13:54:40.515 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-08T13:54:40.515 DEBUG:teuthology.orchestra.run.smithi067:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-08T13:54:40.517 DEBUG:teuthology.orchestra.run.smithi097:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-08T13:54:40.556 INFO:teuthology.orchestra.run.smithi067.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T13:54:40.567 INFO:teuthology.orchestra.run.smithi097.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T13:54:40.869 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-08T13:54:40.869 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi067.front.sepia.ceph.com 2024-05-08T13:54:40.870 DEBUG:teuthology.orchestra.run.smithi067:> 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-08T13:54:40.932 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi097.front.sepia.ceph.com 2024-05-08T13:54:40.933 DEBUG:teuthology.orchestra.run.smithi097:> 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-08T13:54:40.960 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-08T13:54:40.960 DEBUG:teuthology.orchestra.run.smithi067:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-08T13:54:40.975 DEBUG:teuthology.orchestra.run.smithi097:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-08T13:54:41.026 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-08T13:54:41.026 DEBUG:teuthology.orchestra.run.smithi067:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-08T13:54:41.043 DEBUG:teuthology.orchestra.run.smithi097:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-08T13:54:41.153 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-08T13:54:41.162 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-08T13:54:41.163 DEBUG:teuthology.orchestra.run.smithi067:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-08T13:54:41.189 DEBUG:teuthology.orchestra.run.smithi097:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-08T13:54:41.213 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-08T13:54:41.223 DEBUG:teuthology.orchestra.run.smithi067:> 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-08T13:54:41.231 DEBUG:teuthology.orchestra.run.smithi097:> 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-08T13:54:41.253 INFO:teuthology.orchestra.run.smithi067.stdout:kernel.core_pattern = core 2024-05-08T13:54:41.277 INFO:teuthology.orchestra.run.smithi097.stdout:kernel.core_pattern = core 2024-05-08T13:54:41.544 DEBUG:teuthology.orchestra.run.smithi067:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-08T13:54:41.559 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T13:54:41.559 DEBUG:teuthology.orchestra.run.smithi097:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-08T13:54:41.599 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T13:54:41.599 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-08T13:54:41.609 INFO:teuthology.task.internal:Transferring archived files... 2024-05-08T13:54:41.609 DEBUG:teuthology.misc:Transferring archived files from smithi067:/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/7697419/remote/smithi067 2024-05-08T13:54:41.610 DEBUG:teuthology.orchestra.run.smithi067:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-08T13:54:41.644 DEBUG:teuthology.misc:Transferring archived files from smithi097:/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/7697419/remote/smithi097 2024-05-08T13:54:41.644 DEBUG:teuthology.orchestra.run.smithi097:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-08T13:54:41.684 INFO:teuthology.task.internal:Removing archive directory... 2024-05-08T13:54:41.684 DEBUG:teuthology.orchestra.run.smithi067:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-08T13:54:41.687 DEBUG:teuthology.orchestra.run.smithi097:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-08T13:54:41.728 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-08T13:54:41.737 INFO:teuthology.task.internal:Not uploading archives. 2024-05-08T13:54:41.737 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-08T13:54:41.746 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-08T13:54:41.746 DEBUG:teuthology.orchestra.run.smithi067:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-08T13:54:41.749 DEBUG:teuthology.orchestra.run.smithi097:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-08T13:54:41.762 INFO:teuthology.orchestra.run.smithi067.stdout: 265305 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 8 13:54 /home/ubuntu/cephtest 2024-05-08T13:54:41.782 INFO:teuthology.orchestra.run.smithi097.stdout: 265600 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 8 13:54 /home/ubuntu/cephtest 2024-05-08T13:54:41.784 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-08T13:54:41.793 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-08T13:54:41.813 INFO:teuthology.nuke:Checking targets against current locks 2024-05-08T13:54:41.840 DEBUG:teuthology.nuke:shortname: smithi067 2024-05-08T13:54:41.840 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T13:54:41.864 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi067.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/7697419', '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 13:39:50.992031', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIf+WdltYeraeOz/S7fMPhMoeV6TegUYS2E+1A5ahIs2Hwft93WHA6A8jcCa7s21yIhahTyualJ7Zi6597tdNDY='} 2024-05-08T13:54:41.868 DEBUG:teuthology.nuke:shortname: smithi097 2024-05-08T13:54:41.869 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T13:54:41.887 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi097.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/7697419', '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 13:39:50.993610', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAMLWunLwyaJ1g8VzCC6lkHFHmSMX2IRt/o8HR1agaMJOPWb9tSjAfD428W1dwf1LtGkecJU4GRCIFJR46wAilw='} 2024-05-08T13:54:41.917 INFO:teuthology.orchestra.console.smithi067:Power off 2024-05-08T13:54:41.918 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-08T13:54:41.943 DEBUG:teuthology.orchestra.console.smithi067:power off output: Chassis Power Control: Down/Off 2024-05-08T13:54:41.944 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T13:54:41.959 INFO:teuthology.orchestra.console.smithi097:Power off 2024-05-08T13:54:41.959 DEBUG:teuthology.orchestra.console.smithi097:pexpect command: ipmitool -H smithi097.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-08T13:54:41.969 DEBUG:teuthology.orchestra.console.smithi067:check power output: Chassis Power is on 2024-05-08T13:54:41.982 DEBUG:teuthology.orchestra.console.smithi097:power off output: Chassis Power Control: Down/Off 2024-05-08T13:54:41.982 DEBUG:teuthology.orchestra.console.smithi097:pexpect command: ipmitool -H smithi097.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T13:54:42.003 DEBUG:teuthology.orchestra.console.smithi097:check power output: Chassis Power is on 2024-05-08T13:54:45.970 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T13:54:46.004 DEBUG:teuthology.orchestra.console.smithi097:pexpect command: ipmitool -H smithi097.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T13:54:46.082 DEBUG:teuthology.orchestra.console.smithi067:check power output: Chassis Power is on 2024-05-08T13:54:46.115 DEBUG:teuthology.orchestra.console.smithi097:check power output: Chassis Power is on 2024-05-08T13:54:50.086 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T13:54:50.116 DEBUG:teuthology.orchestra.console.smithi097:pexpect command: ipmitool -H smithi097.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T13:54:50.197 DEBUG:teuthology.orchestra.console.smithi067:check power output: Chassis Power is on 2024-05-08T13:54:50.225 DEBUG:teuthology.orchestra.console.smithi097:check power output: Chassis Power is off 2024-05-08T13:54:50.326 INFO:teuthology.orchestra.console.smithi097:Power off completed 2024-05-08T13:54:54.202 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T13:54:54.311 DEBUG:teuthology.orchestra.console.smithi067:check power output: Chassis Power is off 2024-05-08T13:54:54.412 INFO:teuthology.orchestra.console.smithi067:Power off completed 2024-05-08T13:54:54.517 INFO:teuthology.run:Summary data: description: orch:cephadm/mgr-nfs-upgrade/{0-centos_9.stream 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 289.3005442619324 failure_reason: 'Command failed on smithi067 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=0649216807f44365bdc54b8634d54fbf status: fail success: false 2024-05-08T13:54:54.517 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-08T13:54:54.607 INFO:teuthology.run:FAIL