2024-05-08T07:00:11.732 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-08T07:00:11.732 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} --archive /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697362 --owner scheduled_adking@teuthology --name adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi --verbose -- /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697362/orig.config.yaml 2024-05-08T07:00:11.772 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-08T07:00:11.854 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697362 branch: wip-adk-testing-2024-05-07-0802 description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} email: adking@redhat.com first_in_suite: false job_id: '7697362' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi no_nested_subset: false nuke-on-error: true 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: {} install: ceph: flavor: default sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2024-05-07-0802 sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 1064 sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 sleep_before_teardown: 0 subset: 1/20 suite: orch:cephadm suite_branch: wip-adk-testing-2024-05-07-0802 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 targets: smithi059.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDs32ZxtCm2Bib1pdbpWzSQgr4d5PDXc3z0qe59deme2OFCYzZ0IusMvzlprj727UuqrXv3lKD5TCvx9APPOICE= smithi143.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMrL+y3246RNjBAShh/TPJ4Ux6imrmuaGQ2d/T2pyd0s6z7B+8wLVOIFlH7pUOxgh3kwnnyRHO7fNE0VKfRNM+0= tasks: - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph orch apply rgw foorgw --port 8800 - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} - vip.exec: host.a: - dnf install -y python3-boto3 || apt install -y python3-boto3 - /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json - python: host.a: "import boto3\nimport json\n\nwith open('/tmp/user.json', 'rt') as f:\n\ \ info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n aws_access_key_id=info['keys'][0]['access_key'],\n\ \ aws_secret_access_key=info['keys'][0]['secret_key'],\n endpoint_url='http://localhost:8800',\n\ )\nbucket = s3.Bucket('foobucket')\nbucket.create()\nbucket.put_object(Key='myobject',\ \ Body='thebody')\n" - cephadm.shell: host.a: - ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/foouser /mnt/foo - test -d /mnt/foo/foobucket - find /mnt/foo -ls - grep thebody /mnt/foo/foobucket/myobject - echo test > /mnt/foo/foobucket/newobject - sync - python: host.a: "import boto3\nimport json\nfrom io import BytesIO\n\nwith open('/tmp/user.json',\ \ 'rt') as f:\n info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n\ \ aws_access_key_id=info['keys'][0]['access_key'],\n aws_secret_access_key=info['keys'][0]['secret_key'],\n\ \ endpoint_url='http://localhost:8800',\n)\nbucket = s3.Bucket('foobucket')\n\ data = BytesIO()\nbucket.download_fileobj(Fileobj=data, Key='newobject')\nprint(data.getvalue())\n\ assert data.getvalue().decode() == 'test\\n'\n" - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs export rm foo /foouser - ceph nfs cluster rm foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 1ae7ad82388e92a475afff437d49054826c019a1 timestamp: 2024-05-08_05:24:58 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-05-08T07:00:11.854 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-08T07:00:11.855 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks 2024-05-08T07:00:11.855 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-08T07:00:11.857 INFO:teuthology.task.internal:Checking packages... 2024-05-08T07:00:11.882 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '7c8f650b36e258f639fa4a83becade57cbfd2009' 2024-05-08T07:00:11.883 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-08T07:00:11.883 INFO:teuthology.packaging:ref: None 2024-05-08T07:00:11.883 INFO:teuthology.packaging:tag: None 2024-05-08T07:00:11.883 INFO:teuthology.packaging:branch: wip-adk-testing-2024-05-07-0802 2024-05-08T07:00:11.883 INFO:teuthology.packaging:sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T07:00:11.883 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-08T07:00:12.097 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3593.g7c8f650b 2024-05-08T07:00:12.098 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-08T07:00:12.109 INFO:teuthology.task.internal:no buildpackages task found 2024-05-08T07:00:12.109 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-08T07:00:12.151 INFO:teuthology.task.internal:Saving configuration 2024-05-08T07:00:12.165 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-08T07:00:12.176 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T07:00:12.202 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi059.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697362', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 06:55:26.460284', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDs32ZxtCm2Bib1pdbpWzSQgr4d5PDXc3z0qe59deme2OFCYzZ0IusMvzlprj727UuqrXv3lKD5TCvx9APPOICE='} 2024-05-08T07:00:12.223 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi143.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697362', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 06:55:26.461647', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMrL+y3246RNjBAShh/TPJ4Ux6imrmuaGQ2d/T2pyd0s6z7B+8wLVOIFlH7pUOxgh3kwnnyRHO7fNE0VKfRNM+0='} 2024-05-08T07:00:12.223 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-08T07:00:12.234 INFO:teuthology.task.internal:roles: ubuntu@smithi059.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-05-08T07:00:12.234 INFO:teuthology.task.internal:roles: ubuntu@smithi143.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-05-08T07:00:12.234 INFO:teuthology.run_tasks:Running task console_log... 2024-05-08T07:00:12.314 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f6c1b067160>, signals=[15]) 2024-05-08T07:00:12.315 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-08T07:00:12.323 INFO:teuthology.task.internal:Opening connections... 2024-05-08T07:00:12.323 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi059.front.sepia.ceph.com 2024-05-08T07:00:12.326 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T07:00:12.405 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi143.front.sepia.ceph.com 2024-05-08T07:00:12.406 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T07:00:12.480 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-08T07:00:12.487 DEBUG:teuthology.orchestra.run.smithi059:> uname -m 2024-05-08T07:00:12.506 INFO:teuthology.orchestra.run.smithi059.stdout:x86_64 2024-05-08T07:00:12.506 DEBUG:teuthology.orchestra.run.smithi059:> cat /etc/os-release 2024-05-08T07:00:12.564 INFO:teuthology.orchestra.run.smithi059.stdout:NAME="CentOS Stream" 2024-05-08T07:00:12.564 INFO:teuthology.orchestra.run.smithi059.stdout:VERSION="9" 2024-05-08T07:00:12.565 INFO:teuthology.orchestra.run.smithi059.stdout:ID="centos" 2024-05-08T07:00:12.565 INFO:teuthology.orchestra.run.smithi059.stdout:ID_LIKE="rhel fedora" 2024-05-08T07:00:12.565 INFO:teuthology.orchestra.run.smithi059.stdout:VERSION_ID="9" 2024-05-08T07:00:12.565 INFO:teuthology.orchestra.run.smithi059.stdout:PLATFORM_ID="platform:el9" 2024-05-08T07:00:12.565 INFO:teuthology.orchestra.run.smithi059.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-08T07:00:12.565 INFO:teuthology.orchestra.run.smithi059.stdout:ANSI_COLOR="0;31" 2024-05-08T07:00:12.565 INFO:teuthology.orchestra.run.smithi059.stdout:LOGO="fedora-logo-icon" 2024-05-08T07:00:12.565 INFO:teuthology.orchestra.run.smithi059.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-08T07:00:12.565 INFO:teuthology.orchestra.run.smithi059.stdout:HOME_URL="https://centos.org/" 2024-05-08T07:00:12.565 INFO:teuthology.orchestra.run.smithi059.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-08T07:00:12.565 INFO:teuthology.orchestra.run.smithi059.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-08T07:00:12.565 INFO:teuthology.orchestra.run.smithi059.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-08T07:00:12.566 INFO:teuthology.lock.ops:Updating smithi059.front.sepia.ceph.com on lock server 2024-05-08T07:00:12.587 DEBUG:teuthology.orchestra.run.smithi143:> uname -m 2024-05-08T07:00:12.605 INFO:teuthology.orchestra.run.smithi143.stdout:x86_64 2024-05-08T07:00:12.606 DEBUG:teuthology.orchestra.run.smithi143:> cat /etc/os-release 2024-05-08T07:00:12.663 INFO:teuthology.orchestra.run.smithi143.stdout:NAME="CentOS Stream" 2024-05-08T07:00:12.663 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION="9" 2024-05-08T07:00:12.663 INFO:teuthology.orchestra.run.smithi143.stdout:ID="centos" 2024-05-08T07:00:12.663 INFO:teuthology.orchestra.run.smithi143.stdout:ID_LIKE="rhel fedora" 2024-05-08T07:00:12.664 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION_ID="9" 2024-05-08T07:00:12.664 INFO:teuthology.orchestra.run.smithi143.stdout:PLATFORM_ID="platform:el9" 2024-05-08T07:00:12.664 INFO:teuthology.orchestra.run.smithi143.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-08T07:00:12.664 INFO:teuthology.orchestra.run.smithi143.stdout:ANSI_COLOR="0;31" 2024-05-08T07:00:12.664 INFO:teuthology.orchestra.run.smithi143.stdout:LOGO="fedora-logo-icon" 2024-05-08T07:00:12.664 INFO:teuthology.orchestra.run.smithi143.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-08T07:00:12.664 INFO:teuthology.orchestra.run.smithi143.stdout:HOME_URL="https://centos.org/" 2024-05-08T07:00:12.664 INFO:teuthology.orchestra.run.smithi143.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-08T07:00:12.664 INFO:teuthology.orchestra.run.smithi143.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-08T07:00:12.664 INFO:teuthology.orchestra.run.smithi143.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-08T07:00:12.664 INFO:teuthology.lock.ops:Updating smithi143.front.sepia.ceph.com on lock server 2024-05-08T07:00:12.687 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-08T07:00:12.700 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-08T07:00:12.713 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-08T07:00:12.713 DEBUG:teuthology.orchestra.run.smithi059:> test '!' -e /home/ubuntu/cephtest 2024-05-08T07:00:12.715 DEBUG:teuthology.orchestra.run.smithi143:> test '!' -e /home/ubuntu/cephtest 2024-05-08T07:00:12.732 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-08T07:00:12.740 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-08T07:00:12.740 DEBUG:teuthology.orchestra.run.smithi059:> test -z $(ls -A /var/lib/ceph) 2024-05-08T07:00:12.773 DEBUG:teuthology.orchestra.run.smithi143:> test -z $(ls -A /var/lib/ceph) 2024-05-08T07:00:12.798 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-08T07:00:12.854 INFO:teuthology.run_tasks:Running task kernel... 2024-05-08T07:00:12.873 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-08T07:00:12.873 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-08T07:00:12.874 DEBUG:teuthology.orchestra.run.smithi059:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-08T07:00:12.874 DEBUG:teuthology.orchestra.run.smithi143:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-08T07:00:12.889 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:00:12.890 DEBUG:teuthology.orchestra.run.smithi143:> uname -r 2024-05-08T07:00:12.891 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:00:12.891 DEBUG:teuthology.orchestra.run.smithi059:> uname -r 2024-05-08T07:00:12.947 INFO:teuthology.orchestra.run.smithi143.stdout:5.14.0-437.el9.x86_64 2024-05-08T07:00:12.947 INFO:teuthology.task.kernel:Running kernel on smithi143: 5.14.0-437.el9.x86_64 2024-05-08T07:00:12.947 DEBUG:teuthology.orchestra.run.smithi143:> sudo yum install -y kernel 2024-05-08T07:00:12.948 INFO:teuthology.orchestra.run.smithi059.stdout:5.14.0-437.el9.x86_64 2024-05-08T07:00:12.948 INFO:teuthology.task.kernel:Running kernel on smithi059: 5.14.0-437.el9.x86_64 2024-05-08T07:00:12.949 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum install -y kernel 2024-05-08T07:00:15.247 INFO:teuthology.orchestra.run.smithi059.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.1 MB 00:00 2024-05-08T07:00:17.708 INFO:teuthology.orchestra.run.smithi143.stdout:CentOS Stream 9 - BaseOS 2.6 MB/s | 8.1 MB 00:03 2024-05-08T07:00:20.164 INFO:teuthology.orchestra.run.smithi059.stdout:CentOS Stream 9 - AppStream 5.1 MB/s | 19 MB 00:03 2024-05-08T07:00:21.610 INFO:teuthology.orchestra.run.smithi143.stdout:CentOS Stream 9 - AppStream 6.8 MB/s | 19 MB 00:02 2024-05-08T07:00:24.432 INFO:teuthology.orchestra.run.smithi059.stdout:CentOS Stream 9 - CRB 11 MB/s | 6.2 MB 00:00 2024-05-08T07:00:25.552 INFO:teuthology.orchestra.run.smithi143.stdout:CentOS Stream 9 - CRB 16 MB/s | 6.2 MB 00:00 2024-05-08T07:00:26.049 INFO:teuthology.orchestra.run.smithi059.stdout:CentOS Stream 9 - Extras packages 42 kB/s | 16 kB 00:00 2024-05-08T07:00:26.977 INFO:teuthology.orchestra.run.smithi143.stdout:CentOS Stream 9 - Extras packages 60 kB/s | 16 kB 00:00 2024-05-08T07:00:27.059 INFO:teuthology.orchestra.run.smithi059.stdout:Extra Packages for Enterprise Linux 24 MB/s | 21 MB 00:00 2024-05-08T07:00:27.971 INFO:teuthology.orchestra.run.smithi143.stdout:Extra Packages for Enterprise Linux 25 MB/s | 21 MB 00:00 2024-05-08T07:00:32.392 INFO:teuthology.orchestra.run.smithi059.stdout:lab-extras 41 kB/s | 1.7 kB 00:00 2024-05-08T07:00:33.154 INFO:teuthology.orchestra.run.smithi143.stdout:lab-extras 21 kB/s | 1.7 kB 00:00 2024-05-08T07:00:34.466 INFO:teuthology.orchestra.run.smithi059.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-08T07:00:34.466 INFO:teuthology.orchestra.run.smithi059.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-08T07:00:34.548 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-05-08T07:00:34.565 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-05-08T07:00:34.565 INFO:teuthology.orchestra.run.smithi059.stdout: Package Architecture Version Repository Size 2024-05-08T07:00:34.565 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-05-08T07:00:34.565 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-05-08T07:00:34.565 INFO:teuthology.orchestra.run.smithi059.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-08T07:00:34.566 INFO:teuthology.orchestra.run.smithi059.stdout:Installing dependencies: 2024-05-08T07:00:34.566 INFO:teuthology.orchestra.run.smithi059.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-08T07:00:34.566 INFO:teuthology.orchestra.run.smithi059.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-08T07:00:34.566 INFO:teuthology.orchestra.run.smithi059.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-08T07:00:34.566 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-05-08T07:00:34.566 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-05-08T07:00:34.566 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-05-08T07:00:34.566 INFO:teuthology.orchestra.run.smithi059.stdout:Install 4 Packages 2024-05-08T07:00:34.566 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-05-08T07:00:34.567 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 78 M 2024-05-08T07:00:34.567 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 123 M 2024-05-08T07:00:34.567 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-05-08T07:00:34.894 INFO:teuthology.orchestra.run.smithi059.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 1.8 MB/s | 484 kB 00:00 2024-05-08T07:00:35.144 INFO:teuthology.orchestra.run.smithi143.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-08T07:00:35.144 INFO:teuthology.orchestra.run.smithi143.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-08T07:00:35.249 INFO:teuthology.orchestra.run.smithi143.stdout:Dependencies resolved. 2024-05-08T07:00:35.260 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2024-05-08T07:00:35.261 INFO:teuthology.orchestra.run.smithi143.stdout: Package Architecture Version Repository Size 2024-05-08T07:00:35.261 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2024-05-08T07:00:35.261 INFO:teuthology.orchestra.run.smithi143.stdout:Installing: 2024-05-08T07:00:35.261 INFO:teuthology.orchestra.run.smithi143.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-08T07:00:35.261 INFO:teuthology.orchestra.run.smithi143.stdout:Installing dependencies: 2024-05-08T07:00:35.261 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-08T07:00:35.261 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-08T07:00:35.261 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-08T07:00:35.261 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-05-08T07:00:35.261 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction Summary 2024-05-08T07:00:35.261 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2024-05-08T07:00:35.261 INFO:teuthology.orchestra.run.smithi143.stdout:Install 4 Packages 2024-05-08T07:00:35.261 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-05-08T07:00:35.262 INFO:teuthology.orchestra.run.smithi143.stdout:Total download size: 78 M 2024-05-08T07:00:35.262 INFO:teuthology.orchestra.run.smithi143.stdout:Installed size: 123 M 2024-05-08T07:00:35.262 INFO:teuthology.orchestra.run.smithi143.stdout:Downloading Packages: 2024-05-08T07:00:35.656 INFO:teuthology.orchestra.run.smithi143.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 4.2 MB/s | 484 kB 00:00 2024-05-08T07:00:36.169 INFO:teuthology.orchestra.run.smithi059.stdout:(2/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 22 MB/s | 34 MB 00:01 2024-05-08T07:00:36.514 INFO:teuthology.orchestra.run.smithi143.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 16 MB/s | 15 MB 00:00 2024-05-08T07:00:36.981 INFO:teuthology.orchestra.run.smithi143.stdout:(3/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 24 MB/s | 34 MB 00:01 2024-05-08T07:00:37.407 INFO:teuthology.orchestra.run.smithi143.stdout:(4/4): kernel-modules-core-5.14.0-444.el9.x86_6 16 MB/s | 28 MB 00:01 2024-05-08T07:00:37.407 INFO:teuthology.orchestra.run.smithi143.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:00:37.407 INFO:teuthology.orchestra.run.smithi143.stdout:Total 36 MB/s | 78 MB 00:02 2024-05-08T07:00:37.919 INFO:teuthology.orchestra.run.smithi059.stdout:(3/4): kernel-core-5.14.0-444.el9.x86_64.rpm 4.7 MB/s | 15 MB 00:03 2024-05-08T07:00:38.091 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction check 2024-05-08T07:00:38.437 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction check succeeded. 2024-05-08T07:00:38.437 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction test 2024-05-08T07:00:39.362 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction test succeeded. 2024-05-08T07:00:39.362 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction 2024-05-08T07:00:39.461 INFO:teuthology.orchestra.run.smithi059.stdout:(4/4): kernel-modules-core-5.14.0-444.el9.x86_6 6.1 MB/s | 28 MB 00:04 2024-05-08T07:00:39.461 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:00:39.461 INFO:teuthology.orchestra.run.smithi059.stdout:Total 16 MB/s | 78 MB 00:04 2024-05-08T07:00:40.166 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-05-08T07:00:40.568 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-05-08T07:00:40.568 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-05-08T07:00:41.518 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-05-08T07:00:41.518 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-05-08T07:00:41.751 INFO:teuthology.orchestra.run.smithi143.stdout: Preparing : 1/1 2024-05-08T07:00:42.452 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-08T07:00:42.542 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T07:00:44.093 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-05-08T07:00:44.736 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-08T07:00:44.819 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T07:00:45.240 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T07:00:45.378 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T07:00:47.640 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T07:00:47.780 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T07:00:50.119 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T07:00:50.215 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T07:00:52.855 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T07:00:52.899 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T07:00:54.953 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T07:00:57.997 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T07:01:24.553 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T07:01:24.592 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-08T07:01:24.912 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T07:01:24.913 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-08T07:01:24.913 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T07:01:24.913 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T07:01:25.767 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T07:01:25.767 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-05-08T07:01:25.767 INFO:teuthology.orchestra.run.smithi143.stdout:Installed: 2024-05-08T07:01:25.767 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-08T07:01:25.768 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-08T07:01:25.768 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-08T07:01:25.768 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-08T07:01:25.768 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-05-08T07:01:25.768 INFO:teuthology.orchestra.run.smithi143.stdout:Complete! 2024-05-08T07:01:26.100 DEBUG:teuthology.orchestra.run.smithi143:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T07:01:26.176 INFO:teuthology.orchestra.run.smithi143.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T07:01:26.176 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T07:01:26.176 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-08T07:01:26.177 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-08T07:01:26.177 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-08T07:01:26.177 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-08T07:01:26.177 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi143.front.sepia.ceph.com, path=None, version=distro) 2024-05-08T07:01:26.177 DEBUG:teuthology.orchestra.run.smithi143:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T07:01:26.226 INFO:teuthology.orchestra.run.smithi143.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T07:01:26.227 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T07:01:26.227 DEBUG:teuthology.orchestra.run.smithi143:> sudo rpm -qi grub2-tools 2024-05-08T07:01:26.258 INFO:teuthology.orchestra.run.smithi143.stdout:Name : grub2-tools 2024-05-08T07:01:26.258 INFO:teuthology.orchestra.run.smithi143.stdout:Epoch : 1 2024-05-08T07:01:26.258 INFO:teuthology.orchestra.run.smithi143.stdout:Version : 2.06 2024-05-08T07:01:26.258 INFO:teuthology.orchestra.run.smithi143.stdout:Release : 68.el9 2024-05-08T07:01:26.258 INFO:teuthology.orchestra.run.smithi143.stdout:Architecture: x86_64 2024-05-08T07:01:26.259 INFO:teuthology.orchestra.run.smithi143.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-08T07:01:26.259 INFO:teuthology.orchestra.run.smithi143.stdout:Group : Unspecified 2024-05-08T07:01:26.259 INFO:teuthology.orchestra.run.smithi143.stdout:Size : 8264254 2024-05-08T07:01:26.259 INFO:teuthology.orchestra.run.smithi143.stdout:License : GPLv3+ 2024-05-08T07:01:26.259 INFO:teuthology.orchestra.run.smithi143.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-08T07:01:26.259 INFO:teuthology.orchestra.run.smithi143.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-08T07:01:26.259 INFO:teuthology.orchestra.run.smithi143.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-08T07:01:26.259 INFO:teuthology.orchestra.run.smithi143.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-08T07:01:26.259 INFO:teuthology.orchestra.run.smithi143.stdout:Packager : builder@centos.org 2024-05-08T07:01:26.259 INFO:teuthology.orchestra.run.smithi143.stdout:Vendor : CentOS 2024-05-08T07:01:26.259 INFO:teuthology.orchestra.run.smithi143.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-08T07:01:26.259 INFO:teuthology.orchestra.run.smithi143.stdout:Summary : Support tools for GRUB. 2024-05-08T07:01:26.259 INFO:teuthology.orchestra.run.smithi143.stdout:Description : 2024-05-08T07:01:26.259 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-05-08T07:01:26.259 INFO:teuthology.orchestra.run.smithi143.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-08T07:01:26.260 INFO:teuthology.orchestra.run.smithi143.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-08T07:01:26.260 INFO:teuthology.orchestra.run.smithi143.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-08T07:01:26.260 INFO:teuthology.orchestra.run.smithi143.stdout:hardware devices. 2024-05-08T07:01:26.260 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-05-08T07:01:26.260 INFO:teuthology.orchestra.run.smithi143.stdout:This subpackage provides tools for support of all platforms. 2024-05-08T07:01:26.261 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-08T07:01:26.261 INFO:teuthology.task.kernel:Updating grub on smithi143 to boot 5.14.0-444.el9.x86_64 2024-05-08T07:01:26.261 DEBUG:teuthology.orchestra.run.smithi143:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-08T07:01:26.891 INFO:teuthology.orchestra.run.smithi143.stderr:Generating grub configuration file ... 2024-05-08T07:01:28.247 INFO:teuthology.orchestra.run.smithi143.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-08T07:01:28.278 INFO:teuthology.orchestra.run.smithi143.stderr:done 2024-05-08T07:01:28.280 DEBUG:teuthology.orchestra.run.smithi143:> mktemp 2024-05-08T07:01:28.296 INFO:teuthology.orchestra.run.smithi143.stdout:/tmp/tmp.PSCmX7YPSc 2024-05-08T07:01:28.296 DEBUG:teuthology.orchestra.run.smithi143:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.PSCmX7YPSc 2024-05-08T07:01:28.362 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 0666 /tmp/tmp.PSCmX7YPSc 2024-05-08T07:01:28.504 DEBUG:teuthology.orchestra.remote:smithi143:/tmp/tmp.PSCmX7YPSc is 6KB 2024-05-08T07:01:28.553 DEBUG:teuthology.orchestra.run.smithi143:> rm -fr /tmp/tmp.PSCmX7YPSc 2024-05-08T07:01:28.567 DEBUG:teuthology.orchestra.run.smithi143:> sudo /bin/ls /boot/loader/entries || true 2024-05-08T07:01:28.636 INFO:teuthology.orchestra.run.smithi143.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-08T07:01:28.637 INFO:teuthology.orchestra.run.smithi143.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-08T07:01:28.637 INFO:teuthology.orchestra.run.smithi143.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-08T07:01:28.637 INFO:teuthology.orchestra.run.smithi143.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-08T07:01:28.638 DEBUG:teuthology.orchestra.run.smithi143:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-08T07:01:28.814 DEBUG:teuthology.orchestra.run.smithi143:> sudo shutdown -r now 2024-05-08T07:01:28.928 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T07:01:28.969 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-08T07:01:29.343 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T07:01:29.343 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-08T07:01:29.343 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T07:01:29.344 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T07:01:30.273 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T07:01:30.273 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-05-08T07:01:30.273 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-05-08T07:01:30.273 INFO:teuthology.orchestra.run.smithi059.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-08T07:01:30.274 INFO:teuthology.orchestra.run.smithi059.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-08T07:01:30.274 INFO:teuthology.orchestra.run.smithi059.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-08T07:01:30.274 INFO:teuthology.orchestra.run.smithi059.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-08T07:01:30.274 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-05-08T07:01:30.274 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-05-08T07:01:30.626 DEBUG:teuthology.orchestra.run.smithi059:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T07:01:30.698 INFO:teuthology.orchestra.run.smithi059.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T07:01:30.699 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T07:01:30.699 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-08T07:01:30.699 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-08T07:01:30.699 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-08T07:01:30.699 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-08T07:01:30.699 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi059.front.sepia.ceph.com, path=None, version=distro) 2024-05-08T07:01:30.699 DEBUG:teuthology.orchestra.run.smithi059:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T07:01:30.750 INFO:teuthology.orchestra.run.smithi059.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T07:01:30.750 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T07:01:30.750 DEBUG:teuthology.orchestra.run.smithi059:> sudo rpm -qi grub2-tools 2024-05-08T07:01:30.791 INFO:teuthology.orchestra.run.smithi059.stdout:Name : grub2-tools 2024-05-08T07:01:30.791 INFO:teuthology.orchestra.run.smithi059.stdout:Epoch : 1 2024-05-08T07:01:30.791 INFO:teuthology.orchestra.run.smithi059.stdout:Version : 2.06 2024-05-08T07:01:30.791 INFO:teuthology.orchestra.run.smithi059.stdout:Release : 68.el9 2024-05-08T07:01:30.791 INFO:teuthology.orchestra.run.smithi059.stdout:Architecture: x86_64 2024-05-08T07:01:30.791 INFO:teuthology.orchestra.run.smithi059.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-08T07:01:30.791 INFO:teuthology.orchestra.run.smithi059.stdout:Group : Unspecified 2024-05-08T07:01:30.791 INFO:teuthology.orchestra.run.smithi059.stdout:Size : 8264254 2024-05-08T07:01:30.792 INFO:teuthology.orchestra.run.smithi059.stdout:License : GPLv3+ 2024-05-08T07:01:30.792 INFO:teuthology.orchestra.run.smithi059.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-08T07:01:30.792 INFO:teuthology.orchestra.run.smithi059.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-08T07:01:30.792 INFO:teuthology.orchestra.run.smithi059.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-08T07:01:30.792 INFO:teuthology.orchestra.run.smithi059.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-08T07:01:30.792 INFO:teuthology.orchestra.run.smithi059.stdout:Packager : builder@centos.org 2024-05-08T07:01:30.792 INFO:teuthology.orchestra.run.smithi059.stdout:Vendor : CentOS 2024-05-08T07:01:30.792 INFO:teuthology.orchestra.run.smithi059.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-08T07:01:30.792 INFO:teuthology.orchestra.run.smithi059.stdout:Summary : Support tools for GRUB. 2024-05-08T07:01:30.792 INFO:teuthology.orchestra.run.smithi059.stdout:Description : 2024-05-08T07:01:30.792 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-05-08T07:01:30.792 INFO:teuthology.orchestra.run.smithi059.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-08T07:01:30.792 INFO:teuthology.orchestra.run.smithi059.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-08T07:01:30.792 INFO:teuthology.orchestra.run.smithi059.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-08T07:01:30.792 INFO:teuthology.orchestra.run.smithi059.stdout:hardware devices. 2024-05-08T07:01:30.793 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-05-08T07:01:30.793 INFO:teuthology.orchestra.run.smithi059.stdout:This subpackage provides tools for support of all platforms. 2024-05-08T07:01:30.793 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-08T07:01:30.794 INFO:teuthology.task.kernel:Updating grub on smithi059 to boot 5.14.0-444.el9.x86_64 2024-05-08T07:01:30.794 DEBUG:teuthology.orchestra.run.smithi059:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-08T07:01:31.455 INFO:teuthology.orchestra.run.smithi059.stderr:Generating grub configuration file ... 2024-05-08T07:01:32.915 INFO:teuthology.orchestra.run.smithi059.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-08T07:01:32.939 INFO:teuthology.orchestra.run.smithi059.stderr:done 2024-05-08T07:01:32.941 DEBUG:teuthology.orchestra.run.smithi059:> mktemp 2024-05-08T07:01:32.957 INFO:teuthology.orchestra.run.smithi059.stdout:/tmp/tmp.rARM3nTaPW 2024-05-08T07:01:32.957 DEBUG:teuthology.orchestra.run.smithi059:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.rARM3nTaPW 2024-05-08T07:01:33.023 DEBUG:teuthology.orchestra.run.smithi059:> sudo chmod 0666 /tmp/tmp.rARM3nTaPW 2024-05-08T07:01:33.179 DEBUG:teuthology.orchestra.remote:smithi059:/tmp/tmp.rARM3nTaPW is 6KB 2024-05-08T07:01:33.199 DEBUG:teuthology.orchestra.run.smithi059:> rm -fr /tmp/tmp.rARM3nTaPW 2024-05-08T07:01:33.214 DEBUG:teuthology.orchestra.run.smithi059:> sudo /bin/ls /boot/loader/entries || true 2024-05-08T07:01:33.276 INFO:teuthology.orchestra.run.smithi059.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-08T07:01:33.276 INFO:teuthology.orchestra.run.smithi059.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-08T07:01:33.276 INFO:teuthology.orchestra.run.smithi059.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-08T07:01:33.276 INFO:teuthology.orchestra.run.smithi059.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-08T07:01:33.277 DEBUG:teuthology.orchestra.run.smithi059:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-08T07:01:33.545 DEBUG:teuthology.orchestra.run.smithi059:> sudo shutdown -r now 2024-05-08T07:01:33.631 ERROR:paramiko.transport:Socket exception: Connection reset by peer (104) 2024-05-08T07:01:58.838 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-08T07:01:58.839 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-05-08T07:01:58.840 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T07:02:03.552 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-08T07:02:03.552 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-05-08T07:02:03.553 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T07:02:17.374 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.143 2024-05-08T07:02:21.982 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.59 2024-05-08T07:02:26.379 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-05-08T07:02:26.379 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T07:02:30.986 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-05-08T07:02:30.987 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T07:03:26.436 DEBUG:teuthology.orchestra.remote:timed out 2024-05-08T07:03:30.994 DEBUG:teuthology.orchestra.remote:timed out 2024-05-08T07:03:38.444 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-05-08T07:03:38.445 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T07:03:38.827 DEBUG:teuthology.orchestra.run.smithi143:> true 2024-05-08T07:03:39.204 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-05-08T07:03:39.205 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-444.el9.x86_64"... 2024-05-08T07:03:39.205 DEBUG:teuthology.orchestra.run.smithi143:> uname -r 2024-05-08T07:03:39.221 INFO:teuthology.orchestra.run.smithi143.stdout:5.14.0-444.el9.x86_64 2024-05-08T07:03:39.222 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-08T07:03:39.222 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-08T07:03:39.222 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-08T07:03:40.223 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-08T07:03:40.223 DEBUG:teuthology.orchestra.run.smithi143:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-08T07:03:40.292 INFO:teuthology.orchestra.run.smithi143.stdout:ttyS1 2024-05-08T07:03:40.312 DEBUG:teuthology.parallel:result is None 2024-05-08T07:03:42.995 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-05-08T07:03:42.995 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T07:03:43.374 DEBUG:teuthology.orchestra.run.smithi059:> true 2024-05-08T07:03:43.722 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-05-08T07:03:43.723 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-444.el9.x86_64"... 2024-05-08T07:03:43.723 DEBUG:teuthology.orchestra.run.smithi059:> uname -r 2024-05-08T07:03:43.739 INFO:teuthology.orchestra.run.smithi059.stdout:5.14.0-444.el9.x86_64 2024-05-08T07:03:43.739 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-08T07:03:43.740 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-08T07:03:43.740 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-08T07:03:44.740 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-08T07:03:44.740 DEBUG:teuthology.orchestra.run.smithi059:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-08T07:03:44.807 INFO:teuthology.orchestra.run.smithi059.stdout:ttyS1 2024-05-08T07:03:44.847 DEBUG:teuthology.parallel:result is None 2024-05-08T07:03:44.847 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-08T07:03:44.855 INFO:teuthology.task.internal:Creating test directory... 2024-05-08T07:03:44.855 DEBUG:teuthology.orchestra.run.smithi059:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-08T07:03:44.858 DEBUG:teuthology.orchestra.run.smithi143:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-08T07:03:44.877 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-08T07:03:44.890 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-08T07:03:44.898 INFO:teuthology.task.internal:Creating archive directory... 2024-05-08T07:03:44.898 DEBUG:teuthology.orchestra.run.smithi059:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-08T07:03:44.917 DEBUG:teuthology.orchestra.run.smithi143:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-08T07:03:44.955 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-08T07:03:44.967 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-08T07:03:44.967 DEBUG:teuthology.orchestra.run.smithi059:> 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-08T07:03:44.986 DEBUG:teuthology.orchestra.run.smithi143:> 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-08T07:03:45.021 INFO:teuthology.orchestra.run.smithi059.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T07:03:45.026 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T07:03:45.033 INFO:teuthology.orchestra.run.smithi059.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T07:03:45.037 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T07:03:45.039 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-08T07:03:45.047 INFO:teuthology.task.internal:Configuring sudo... 2024-05-08T07:03:45.048 DEBUG:teuthology.orchestra.run.smithi059:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-08T07:03:45.078 DEBUG:teuthology.orchestra.run.smithi143:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-08T07:03:45.107 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-08T07:03:45.118 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-08T07:03:45.118 DEBUG:teuthology.orchestra.run.smithi059:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-08T07:03:45.148 DEBUG:teuthology.orchestra.run.smithi143:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-08T07:03:45.165 DEBUG:teuthology.orchestra.run.smithi059:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T07:03:45.247 DEBUG:teuthology.orchestra.run.smithi059:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T07:03:45.292 DEBUG:teuthology.orchestra.run.smithi059:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T07:03:45.377 DEBUG:teuthology.orchestra.run.smithi059:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T07:03:45.422 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-05-08T07:03:45.422 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-08T07:03:45.491 DEBUG:teuthology.orchestra.run.smithi143:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T07:03:45.536 DEBUG:teuthology.orchestra.run.smithi143:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T07:03:45.595 DEBUG:teuthology.orchestra.run.smithi143:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T07:03:45.681 DEBUG:teuthology.orchestra.run.smithi143:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T07:03:45.725 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-05-08T07:03:45.725 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-08T07:03:45.794 DEBUG:teuthology.orchestra.run.smithi059:> sudo service rsyslog restart 2024-05-08T07:03:45.797 DEBUG:teuthology.orchestra.run.smithi143:> sudo service rsyslog restart 2024-05-08T07:03:45.836 INFO:teuthology.orchestra.run.smithi059.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T07:03:45.876 INFO:teuthology.orchestra.run.smithi143.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T07:03:46.364 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-08T07:03:46.374 INFO:teuthology.task.internal:Starting timer... 2024-05-08T07:03:46.374 INFO:teuthology.run_tasks:Running task pcp... 2024-05-08T07:03:46.391 INFO:teuthology.run_tasks:Running task selinux... 2024-05-08T07:03:46.403 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-08T07:03:46.403 DEBUG:teuthology.orchestra.run.smithi059:> sudo service auditd rotate 2024-05-08T07:03:46.461 INFO:teuthology.orchestra.run.smithi059.stdout:Rotating logs: 2024-05-08T07:03:46.463 DEBUG:teuthology.orchestra.run.smithi143:> sudo service auditd rotate 2024-05-08T07:03:46.511 INFO:teuthology.orchestra.run.smithi143.stdout:Rotating logs: 2024-05-08T07:03:46.513 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-08T07:03:46.513 DEBUG:teuthology.orchestra.run.smithi059:> /usr/sbin/getenforce 2024-05-08T07:03:46.546 INFO:teuthology.orchestra.run.smithi059.stdout:Permissive 2024-05-08T07:03:46.547 DEBUG:teuthology.orchestra.run.smithi143:> /usr/sbin/getenforce 2024-05-08T07:03:46.583 INFO:teuthology.orchestra.run.smithi143.stdout:Permissive 2024-05-08T07:03:46.583 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi059.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi143.front.sepia.ceph.com': 'permissive'} 2024-05-08T07:03:46.583 DEBUG:teuthology.orchestra.run.smithi059:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-08T07:03:46.615 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:03:46.615 DEBUG:teuthology.orchestra.run.smithi143:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-08T07:03:46.650 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:03:46.650 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-08T07:03:46.650 DEBUG:teuthology.orchestra.run.smithi059:> sudo /usr/sbin/setenforce permissive 2024-05-08T07:03:46.684 DEBUG:teuthology.orchestra.run.smithi143:> sudo /usr/sbin/setenforce permissive 2024-05-08T07:03:46.717 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-08T07:03:46.734 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-08T07:03:46.751 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-08T07:03:46.752 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi059.front.sepia.ceph.com,smithi143.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-08T07:07:52.889 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi059.front.sepia.ceph.com'), Remote(name='ubuntu@smithi143.front.sepia.ceph.com')] 2024-05-08T07:07:52.891 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-05-08T07:07:52.892 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T07:07:52.972 DEBUG:teuthology.orchestra.run.smithi059:> true 2024-05-08T07:07:53.050 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-05-08T07:07:53.050 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-05-08T07:07:53.051 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T07:07:53.127 DEBUG:teuthology.orchestra.run.smithi143:> true 2024-05-08T07:07:53.210 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-05-08T07:07:53.211 INFO:teuthology.run_tasks:Running task clock... 2024-05-08T07:07:53.227 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-08T07:07:53.227 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-08T07:07:53.228 DEBUG:teuthology.orchestra.run.smithi059:> 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-08T07:07:53.230 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-08T07:07:53.230 DEBUG:teuthology.orchestra.run.smithi143:> 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-08T07:07:53.258 INFO:teuthology.orchestra.run.smithi059.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-08T07:07:53.274 INFO:teuthology.orchestra.run.smithi059.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-08T07:07:53.280 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-08T07:07:53.294 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-08T07:07:53.299 INFO:teuthology.orchestra.run.smithi059.stderr:sudo: ntpd: command not found 2024-05-08T07:07:53.310 INFO:teuthology.orchestra.run.smithi059.stdout:506 Cannot talk to daemon 2024-05-08T07:07:53.325 INFO:teuthology.orchestra.run.smithi143.stderr:sudo: ntpd: command not found 2024-05-08T07:07:53.325 INFO:teuthology.orchestra.run.smithi059.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-08T07:07:53.337 INFO:teuthology.orchestra.run.smithi143.stdout:506 Cannot talk to daemon 2024-05-08T07:07:53.339 INFO:teuthology.orchestra.run.smithi059.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-08T07:07:53.352 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-08T07:07:53.366 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-08T07:07:53.396 INFO:teuthology.orchestra.run.smithi059.stderr:bash: line 1: ntpq: command not found 2024-05-08T07:07:53.399 INFO:teuthology.orchestra.run.smithi059.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T07:07:53.399 INFO:teuthology.orchestra.run.smithi059.stdout:=============================================================================== 2024-05-08T07:07:53.399 INFO:teuthology.orchestra.run.smithi059.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T07:07:53.399 INFO:teuthology.orchestra.run.smithi059.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T07:07:53.399 INFO:teuthology.orchestra.run.smithi059.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T07:07:53.399 INFO:teuthology.orchestra.run.smithi059.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T07:07:53.430 INFO:teuthology.orchestra.run.smithi143.stderr:bash: line 1: ntpq: command not found 2024-05-08T07:07:53.431 INFO:teuthology.orchestra.run.smithi143.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T07:07:53.431 INFO:teuthology.orchestra.run.smithi143.stdout:=============================================================================== 2024-05-08T07:07:53.431 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T07:07:53.431 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T07:07:53.431 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T07:07:53.431 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T07:07:53.432 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-05-08T07:07:53.443 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-05-08T07:07:53.444 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-05-08T07:07:53.444 DEBUG:teuthology.orchestra.run.smithi059:> dd if=/scratch_devs of=/dev/stdout 2024-05-08T07:07:53.460 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-05-08T07:07:53.460 DEBUG:teuthology.orchestra.run.smithi059:> stat /dev/vg_nvme/lv_1 2024-05-08T07:07:53.517 INFO:teuthology.orchestra.run.smithi059.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-08T07:07:53.517 INFO:teuthology.orchestra.run.smithi059.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T07:07:53.517 INFO:teuthology.orchestra.run.smithi059.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-05-08T07:07:53.517 INFO:teuthology.orchestra.run.smithi059.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T07:07:53.517 INFO:teuthology.orchestra.run.smithi059.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T07:07:53.517 INFO:teuthology.orchestra.run.smithi059.stdout:Access: 2024-05-08 07:07:51.830956600 +0000 2024-05-08T07:07:53.517 INFO:teuthology.orchestra.run.smithi059.stdout:Modify: 2024-05-08 07:07:33.599146396 +0000 2024-05-08T07:07:53.517 INFO:teuthology.orchestra.run.smithi059.stdout:Change: 2024-05-08 07:07:33.599146396 +0000 2024-05-08T07:07:53.517 INFO:teuthology.orchestra.run.smithi059.stdout: Birth: 2024-05-08 07:07:33.599146396 +0000 2024-05-08T07:07:53.517 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-08T07:07:53.581 INFO:teuthology.orchestra.run.smithi059.stderr:1+0 records in 2024-05-08T07:07:53.581 INFO:teuthology.orchestra.run.smithi059.stderr:1+0 records out 2024-05-08T07:07:53.581 INFO:teuthology.orchestra.run.smithi059.stderr:512 bytes copied, 0.000251478 s, 2.0 MB/s 2024-05-08T07:07:53.582 DEBUG:teuthology.orchestra.run.smithi059:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-08T07:07:53.640 DEBUG:teuthology.orchestra.run.smithi059:> stat /dev/vg_nvme/lv_2 2024-05-08T07:07:53.695 INFO:teuthology.orchestra.run.smithi059.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-08T07:07:53.696 INFO:teuthology.orchestra.run.smithi059.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T07:07:53.696 INFO:teuthology.orchestra.run.smithi059.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-05-08T07:07:53.696 INFO:teuthology.orchestra.run.smithi059.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T07:07:53.696 INFO:teuthology.orchestra.run.smithi059.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T07:07:53.696 INFO:teuthology.orchestra.run.smithi059.stdout:Access: 2024-05-08 07:07:51.830956600 +0000 2024-05-08T07:07:53.696 INFO:teuthology.orchestra.run.smithi059.stdout:Modify: 2024-05-08 07:07:33.980142372 +0000 2024-05-08T07:07:53.696 INFO:teuthology.orchestra.run.smithi059.stdout:Change: 2024-05-08 07:07:33.980142372 +0000 2024-05-08T07:07:53.696 INFO:teuthology.orchestra.run.smithi059.stdout: Birth: 2024-05-08 07:07:33.980142372 +0000 2024-05-08T07:07:53.696 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-08T07:07:53.759 INFO:teuthology.orchestra.run.smithi059.stderr:1+0 records in 2024-05-08T07:07:53.759 INFO:teuthology.orchestra.run.smithi059.stderr:1+0 records out 2024-05-08T07:07:53.759 INFO:teuthology.orchestra.run.smithi059.stderr:512 bytes copied, 0.000217845 s, 2.4 MB/s 2024-05-08T07:07:53.760 DEBUG:teuthology.orchestra.run.smithi059:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-08T07:07:53.817 DEBUG:teuthology.orchestra.run.smithi059:> stat /dev/vg_nvme/lv_3 2024-05-08T07:07:53.873 INFO:teuthology.orchestra.run.smithi059.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-08T07:07:53.874 INFO:teuthology.orchestra.run.smithi059.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T07:07:53.874 INFO:teuthology.orchestra.run.smithi059.stdout:Device: 5h/5d Inode: 706 Links: 1 2024-05-08T07:07:53.874 INFO:teuthology.orchestra.run.smithi059.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T07:07:53.874 INFO:teuthology.orchestra.run.smithi059.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T07:07:53.874 INFO:teuthology.orchestra.run.smithi059.stdout:Access: 2024-05-08 07:07:51.830956600 +0000 2024-05-08T07:07:53.874 INFO:teuthology.orchestra.run.smithi059.stdout:Modify: 2024-05-08 07:07:34.338138591 +0000 2024-05-08T07:07:53.874 INFO:teuthology.orchestra.run.smithi059.stdout:Change: 2024-05-08 07:07:34.338138591 +0000 2024-05-08T07:07:53.874 INFO:teuthology.orchestra.run.smithi059.stdout: Birth: 2024-05-08 07:07:34.338138591 +0000 2024-05-08T07:07:53.874 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-08T07:07:53.937 INFO:teuthology.orchestra.run.smithi059.stderr:1+0 records in 2024-05-08T07:07:53.938 INFO:teuthology.orchestra.run.smithi059.stderr:1+0 records out 2024-05-08T07:07:53.938 INFO:teuthology.orchestra.run.smithi059.stderr:512 bytes copied, 0.000205162 s, 2.5 MB/s 2024-05-08T07:07:53.939 DEBUG:teuthology.orchestra.run.smithi059:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-08T07:07:53.996 DEBUG:teuthology.orchestra.run.smithi059:> stat /dev/vg_nvme/lv_4 2024-05-08T07:07:54.053 INFO:teuthology.orchestra.run.smithi059.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-08T07:07:54.053 INFO:teuthology.orchestra.run.smithi059.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T07:07:54.054 INFO:teuthology.orchestra.run.smithi059.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-05-08T07:07:54.054 INFO:teuthology.orchestra.run.smithi059.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T07:07:54.054 INFO:teuthology.orchestra.run.smithi059.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T07:07:54.054 INFO:teuthology.orchestra.run.smithi059.stdout:Access: 2024-05-08 07:07:51.830956600 +0000 2024-05-08T07:07:54.054 INFO:teuthology.orchestra.run.smithi059.stdout:Modify: 2024-05-08 07:07:34.695134820 +0000 2024-05-08T07:07:54.054 INFO:teuthology.orchestra.run.smithi059.stdout:Change: 2024-05-08 07:07:34.695134820 +0000 2024-05-08T07:07:54.054 INFO:teuthology.orchestra.run.smithi059.stdout: Birth: 2024-05-08 07:07:34.695134820 +0000 2024-05-08T07:07:54.054 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-08T07:07:54.118 INFO:teuthology.orchestra.run.smithi059.stderr:1+0 records in 2024-05-08T07:07:54.118 INFO:teuthology.orchestra.run.smithi059.stderr:1+0 records out 2024-05-08T07:07:54.118 INFO:teuthology.orchestra.run.smithi059.stderr:512 bytes copied, 0.000180109 s, 2.8 MB/s 2024-05-08T07:07:54.119 DEBUG:teuthology.orchestra.run.smithi059:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-08T07:07:54.176 DEBUG:teuthology.orchestra.run.smithi059:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-05-08T07:07:54.321 INFO:teuthology.orchestra.run.smithi059.stdout:loop 2024-05-08T07:07:54.323 INFO:tasks.nvme_loop:Connecting nvme_loop smithi059:/dev/vg_nvme/lv_1... 2024-05-08T07:07:54.323 DEBUG:teuthology.orchestra.run.smithi059:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-05-08T07:07:54.359 INFO:teuthology.orchestra.run.smithi059.stdout:1 2024-05-08T07:07:54.388 INFO:teuthology.orchestra.run.smithi059.stdout:/dev/vg_nvme/lv_11 2024-05-08T07:07:54.415 INFO:tasks.nvme_loop:Connecting nvme_loop smithi059:/dev/vg_nvme/lv_2... 2024-05-08T07:07:54.415 DEBUG:teuthology.orchestra.run.smithi059:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-05-08T07:07:54.493 INFO:teuthology.orchestra.run.smithi059.stdout:1 2024-05-08T07:07:54.524 INFO:teuthology.orchestra.run.smithi059.stdout:/dev/vg_nvme/lv_21 2024-05-08T07:07:54.547 INFO:tasks.nvme_loop:Connecting nvme_loop smithi059:/dev/vg_nvme/lv_3... 2024-05-08T07:07:54.548 DEBUG:teuthology.orchestra.run.smithi059:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-05-08T07:07:54.628 INFO:teuthology.orchestra.run.smithi059.stdout:1 2024-05-08T07:07:54.663 INFO:teuthology.orchestra.run.smithi059.stdout:/dev/vg_nvme/lv_31 2024-05-08T07:07:54.690 INFO:tasks.nvme_loop:Connecting nvme_loop smithi059:/dev/vg_nvme/lv_4... 2024-05-08T07:07:54.690 DEBUG:teuthology.orchestra.run.smithi059:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-05-08T07:07:54.765 INFO:teuthology.orchestra.run.smithi059.stdout:1 2024-05-08T07:07:54.796 INFO:teuthology.orchestra.run.smithi059.stdout:/dev/vg_nvme/lv_41 2024-05-08T07:07:54.827 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-05-08T07:07:54.827 DEBUG:teuthology.orchestra.run.smithi059:> dd if=/scratch_devs of=/dev/stdout 2024-05-08T07:07:54.886 DEBUG:teuthology.orchestra.run.smithi059:> sudo nvme list 2024-05-08T07:07:54.951 INFO:teuthology.orchestra.run.smithi059.stdout:Node SN Model Namespace Usage Format FW Rev 2024-05-08T07:07:54.951 INFO:teuthology.orchestra.run.smithi059.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-05-08T07:07:54.951 INFO:teuthology.orchestra.run.smithi059.stdout:/dev/nvme0n1 CVFT5330009L400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-05-08T07:07:54.951 INFO:teuthology.orchestra.run.smithi059.stdout:/dev/nvme1n1 025368c5105906dca2c3 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T07:07:54.952 INFO:teuthology.orchestra.run.smithi059.stdout:/dev/nvme2n1 2aca39b54e4bbb1e1a22 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T07:07:54.952 INFO:teuthology.orchestra.run.smithi059.stdout:/dev/nvme3n1 6e677cab580b787e036b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T07:07:54.952 INFO:teuthology.orchestra.run.smithi059.stdout:/dev/nvme4n1 50735d40be058ad1f60a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T07:07:54.953 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-05-08T07:07:54.953 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-05-08T07:07:54.953 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/scratch_devs 2024-05-08T07:07:55.019 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-05-08T07:07:55.019 DEBUG:teuthology.orchestra.run.smithi143:> dd if=/scratch_devs of=/dev/stdout 2024-05-08T07:07:55.037 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-05-08T07:07:55.037 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_1 2024-05-08T07:07:55.094 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-08T07:07:55.094 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T07:07:55.094 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-05-08T07:07:55.094 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T07:07:55.094 INFO:teuthology.orchestra.run.smithi143.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T07:07:55.094 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-05-08 07:07:51.820843412 +0000 2024-05-08T07:07:55.095 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-05-08 07:07:28.777453329 +0000 2024-05-08T07:07:55.095 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-05-08 07:07:28.777453329 +0000 2024-05-08T07:07:55.095 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: 2024-05-08 07:07:28.777453329 +0000 2024-05-08T07:07:55.095 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-08T07:07:55.159 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-05-08T07:07:55.160 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-05-08T07:07:55.160 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000205433 s, 2.5 MB/s 2024-05-08T07:07:55.161 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-08T07:07:55.218 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_2 2024-05-08T07:07:55.279 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-08T07:07:55.280 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T07:07:55.280 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-05-08T07:07:55.280 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T07:07:55.280 INFO:teuthology.orchestra.run.smithi143.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T07:07:55.280 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-05-08 07:07:51.820843412 +0000 2024-05-08T07:07:55.280 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-05-08 07:07:29.127443928 +0000 2024-05-08T07:07:55.280 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-05-08 07:07:29.127443928 +0000 2024-05-08T07:07:55.280 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: 2024-05-08 07:07:29.127443928 +0000 2024-05-08T07:07:55.280 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-08T07:07:55.343 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-05-08T07:07:55.344 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-05-08T07:07:55.344 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.00018499 s, 2.8 MB/s 2024-05-08T07:07:55.345 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-08T07:07:55.401 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_3 2024-05-08T07:07:55.457 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-08T07:07:55.457 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T07:07:55.457 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-05-08T07:07:55.457 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T07:07:55.457 INFO:teuthology.orchestra.run.smithi143.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T07:07:55.457 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-05-08 07:07:51.820843412 +0000 2024-05-08T07:07:55.458 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-05-08 07:07:29.459435009 +0000 2024-05-08T07:07:55.458 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-05-08 07:07:29.459435009 +0000 2024-05-08T07:07:55.458 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: 2024-05-08 07:07:29.459435009 +0000 2024-05-08T07:07:55.458 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-08T07:07:55.520 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-05-08T07:07:55.520 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-05-08T07:07:55.520 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000199758 s, 2.6 MB/s 2024-05-08T07:07:55.521 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-08T07:07:55.577 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_4 2024-05-08T07:07:55.633 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-08T07:07:55.634 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T07:07:55.634 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-05-08T07:07:55.634 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T07:07:55.634 INFO:teuthology.orchestra.run.smithi143.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T07:07:55.634 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-05-08 07:07:51.820843412 +0000 2024-05-08T07:07:55.635 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-05-08 07:07:29.790426118 +0000 2024-05-08T07:07:55.635 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-05-08 07:07:29.790426118 +0000 2024-05-08T07:07:55.635 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: 2024-05-08 07:07:29.790426118 +0000 2024-05-08T07:07:55.635 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-08T07:07:55.697 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-05-08T07:07:55.698 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-05-08T07:07:55.698 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000308446 s, 1.7 MB/s 2024-05-08T07:07:55.699 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-08T07:07:55.756 DEBUG:teuthology.orchestra.run.smithi143:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-05-08T07:07:55.881 INFO:teuthology.orchestra.run.smithi143.stdout:loop 2024-05-08T07:07:55.883 INFO:tasks.nvme_loop:Connecting nvme_loop smithi143:/dev/vg_nvme/lv_1... 2024-05-08T07:07:55.883 DEBUG:teuthology.orchestra.run.smithi143:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-05-08T07:07:55.916 INFO:teuthology.orchestra.run.smithi143.stdout:1 2024-05-08T07:07:55.945 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/vg_nvme/lv_11 2024-05-08T07:07:55.968 INFO:tasks.nvme_loop:Connecting nvme_loop smithi143:/dev/vg_nvme/lv_2... 2024-05-08T07:07:55.968 DEBUG:teuthology.orchestra.run.smithi143:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-05-08T07:07:56.042 INFO:teuthology.orchestra.run.smithi143.stdout:1 2024-05-08T07:07:56.071 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/vg_nvme/lv_21 2024-05-08T07:07:56.095 INFO:tasks.nvme_loop:Connecting nvme_loop smithi143:/dev/vg_nvme/lv_3... 2024-05-08T07:07:56.095 DEBUG:teuthology.orchestra.run.smithi143:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-05-08T07:07:56.166 INFO:teuthology.orchestra.run.smithi143.stdout:1 2024-05-08T07:07:56.195 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/vg_nvme/lv_31 2024-05-08T07:07:56.224 INFO:tasks.nvme_loop:Connecting nvme_loop smithi143:/dev/vg_nvme/lv_4... 2024-05-08T07:07:56.224 DEBUG:teuthology.orchestra.run.smithi143:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-05-08T07:07:56.297 INFO:teuthology.orchestra.run.smithi143.stdout:1 2024-05-08T07:07:56.326 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/vg_nvme/lv_41 2024-05-08T07:07:56.348 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-05-08T07:07:56.348 DEBUG:teuthology.orchestra.run.smithi143:> dd if=/scratch_devs of=/dev/stdout 2024-05-08T07:07:56.405 DEBUG:teuthology.orchestra.run.smithi143:> sudo nvme list 2024-05-08T07:07:56.469 INFO:teuthology.orchestra.run.smithi143.stdout:Node SN Model Namespace Usage Format FW Rev 2024-05-08T07:07:56.469 INFO:teuthology.orchestra.run.smithi143.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-05-08T07:07:56.469 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/nvme0n1 CVFT62330073400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-05-08T07:07:56.470 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/nvme1n1 fd6f56a6f7e4144078ba Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T07:07:56.470 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/nvme2n1 1ccd2b822ec6b1796766 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T07:07:56.470 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/nvme3n1 ff67e9fbe5715b29c3c1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T07:07:56.470 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/nvme4n1 275db3e241b14353fb0a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T07:07:56.471 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-05-08T07:07:56.471 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-05-08T07:07:56.471 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/scratch_devs 2024-05-08T07:07:56.535 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-08T07:07:56.654 INFO:tasks.cephadm:Config: {'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-08T07:07:56.654 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T07:07:56.655 INFO:tasks.cephadm:Cluster fsid is b2272d42-0d09-11ef-bc97-c7b262605968 2024-05-08T07:07:56.655 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-08T07:07:56.655 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-05-08T07:07:56.655 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi059': '172.21.15.59', 'mon.smithi143': '172.21.15.143'} 2024-05-08T07:07:56.655 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-08T07:07:56.656 DEBUG:teuthology.orchestra.run.smithi059:> sudo hostname $(hostname -s) 2024-05-08T07:07:56.688 DEBUG:teuthology.orchestra.run.smithi143:> sudo hostname $(hostname -s) 2024-05-08T07:07:56.714 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-08T07:07:56.715 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T07:07:56.865 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '7c8f650b36e258f639fa4a83becade57cbfd2009', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/79172/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3593-g7c8f650b', 'node_name': '172.21.2.14+braggi14', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3593.g7c8f650b'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-05-07 17:59:41.144528', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-05-07-0802', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-05-08T07:07:57.091 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-adk-testing-2024-05-07-0802, sha1 7c8f650b36e258f639fa4a83becade57cbfd2009 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T07:07:57.092 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/x86_64/flavors/default/cephadm 2024-05-08T07:07:57.092 INFO:tasks.cephadm:Downloading cephadm from url: https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/x86_64/flavors/default/cephadm 2024-05-08T07:07:57.093 DEBUG:teuthology.orchestra.run.smithi059:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-08T07:07:57.732 INFO:teuthology.orchestra.run.smithi059.stdout:-rw-r--r--. 1 ubuntu ubuntu 783059 May 8 07:07 /home/ubuntu/cephtest/cephadm 2024-05-08T07:07:57.732 DEBUG:teuthology.orchestra.run.smithi143:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-08T07:07:58.362 INFO:teuthology.orchestra.run.smithi143.stdout:-rw-r--r--. 1 ubuntu ubuntu 783059 May 8 07:07 /home/ubuntu/cephtest/cephadm 2024-05-08T07:07:58.363 DEBUG:teuthology.orchestra.run.smithi059:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-08T07:07:58.384 DEBUG:teuthology.orchestra.run.smithi143:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-08T07:07:58.417 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 on all hosts... 2024-05-08T07:07:58.417 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull 2024-05-08T07:07:58.427 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull 2024-05-08T07:07:59.998 INFO:teuthology.orchestra.run.smithi059.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009... 2024-05-08T07:08:00.072 INFO:teuthology.orchestra.run.smithi143.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009... 2024-05-08T07:08:00.176 INFO:teuthology.orchestra.run.smithi059.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T07:08:00.176 INFO:teuthology.orchestra.run.smithi059.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009... 2024-05-08T07:08:00.177 INFO:teuthology.orchestra.run.smithi059.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009: reading manifest 7c8f650b36e258f639fa4a83becade57cbfd2009 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-05-08T07:08:00.177 INFO:teuthology.orchestra.run.smithi059.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T07:08:00.200 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:08:00.201 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 smithi059 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull' 2024-05-08T07:08:00.202 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-08T07:08:00.204 DEBUG:teuthology.misc:Transferring archived files from smithi059:/var/lib/ceph/b2272d42-0d09-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697362/remote/smithi059/crash 2024-05-08T07:08:00.205 DEBUG:teuthology.orchestra.run.smithi059:> sudo tar c -f - -C /var/lib/ceph/b2272d42-0d09-11ef-bc97-c7b262605968/crash -- . 2024-05-08T07:08:00.240 INFO:teuthology.orchestra.run.smithi059.stderr:tar: /var/lib/ceph/b2272d42-0d09-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-08T07:08:00.240 INFO:teuthology.orchestra.run.smithi059.stderr:tar: Error is not recoverable: exiting now 2024-05-08T07:08:00.242 DEBUG:teuthology.misc:Transferring archived files from smithi143:/var/lib/ceph/b2272d42-0d09-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697362/remote/smithi143/crash 2024-05-08T07:08:00.243 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /var/lib/ceph/b2272d42-0d09-11ef-bc97-c7b262605968/crash -- . 2024-05-08T07:08:00.248 INFO:teuthology.orchestra.run.smithi143.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T07:08:00.248 INFO:teuthology.orchestra.run.smithi143.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009... 2024-05-08T07:08:00.248 INFO:teuthology.orchestra.run.smithi143.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009: reading manifest 7c8f650b36e258f639fa4a83becade57cbfd2009 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-05-08T07:08:00.249 INFO:teuthology.orchestra.run.smithi143.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T07:08:00.289 INFO:teuthology.orchestra.run.smithi143.stderr:tar: /var/lib/ceph/b2272d42-0d09-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-08T07:08:00.289 INFO:teuthology.orchestra.run.smithi143.stderr:tar: Error is not recoverable: exiting now 2024-05-08T07:08:00.290 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-08T07:08:00.290 DEBUG:teuthology.orchestra.run.smithi059:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/b2272d42-0d09-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-05-08T07:08:00.316 INFO:teuthology.orchestra.run.smithi059.stderr:grep: /var/log/ceph/b2272d42-0d09-11ef-bc97-c7b262605968/ceph.log: No such file or directory 2024-05-08T07:08:00.317 INFO:tasks.cephadm:Compressing logs... 2024-05-08T07:08:00.318 DEBUG:teuthology.orchestra.run.smithi059:> 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-08T07:08:00.361 DEBUG:teuthology.orchestra.run.smithi143:> 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-08T07:08:00.383 INFO:teuthology.orchestra.run.smithi059.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-08T07:08:00.384 INFO:teuthology.orchestra.run.smithi059.stderr:: No such file or directory 2024-05-08T07:08:00.384 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cephadm.log: 73.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-08T07:08:00.386 INFO:teuthology.orchestra.run.smithi059.stderr: 2024-05-08T07:08:00.386 INFO:teuthology.orchestra.run.smithi059.stderr:real 0m0.012s 2024-05-08T07:08:00.386 INFO:teuthology.orchestra.run.smithi059.stderr:user 0m0.009s 2024-05-08T07:08:00.386 INFO:teuthology.orchestra.run.smithi059.stderr:sys 0m0.012s 2024-05-08T07:08:00.387 INFO:teuthology.orchestra.run.smithi143.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-08T07:08:00.387 INFO:teuthology.orchestra.run.smithi143.stderr:: No such file or directory 2024-05-08T07:08:00.387 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/cephadm.log: 73.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-08T07:08:00.388 INFO:teuthology.orchestra.run.smithi143.stderr: 2024-05-08T07:08:00.388 INFO:teuthology.orchestra.run.smithi143.stderr:real 0m0.012s 2024-05-08T07:08:00.388 INFO:teuthology.orchestra.run.smithi143.stderr:user 0m0.006s 2024-05-08T07:08:00.388 INFO:teuthology.orchestra.run.smithi143.stderr:sys 0m0.015s 2024-05-08T07:08:00.388 INFO:tasks.cephadm:Archiving logs... 2024-05-08T07:08:00.389 DEBUG:teuthology.misc:Transferring archived files from smithi059:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697362/remote/smithi059/log 2024-05-08T07:08:00.389 DEBUG:teuthology.orchestra.run.smithi059:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-08T07:08:00.452 DEBUG:teuthology.misc:Transferring archived files from smithi143:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697362/remote/smithi143/log 2024-05-08T07:08:00.453 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-08T07:08:00.478 INFO:tasks.cephadm:Removing cluster... 2024-05-08T07:08:00.479 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b2272d42-0d09-11ef-bc97-c7b262605968 --force 2024-05-08T07:08:00.682 INFO:teuthology.orchestra.run.smithi059.stdout:Deleting cluster with fsid: b2272d42-0d09-11ef-bc97-c7b262605968 2024-05-08T07:08:00.803 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b2272d42-0d09-11ef-bc97-c7b262605968 --force 2024-05-08T07:08:00.981 INFO:teuthology.orchestra.run.smithi143.stdout:Deleting cluster with fsid: b2272d42-0d09-11ef-bc97-c7b262605968 2024-05-08T07:08:01.095 INFO:tasks.cephadm:Removing cephadm ... 2024-05-08T07:08:01.096 DEBUG:teuthology.orchestra.run.smithi059:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-08T07:08:01.113 DEBUG:teuthology.orchestra.run.smithi143:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-08T07:08:01.130 INFO:tasks.cephadm:Teardown complete 2024-05-08T07:08:01.131 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 smithi059 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull' 2024-05-08T07:08:01.377 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=7bc73135d37f4571a67f6917bb2884c4 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 smithi059 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull' 2024-05-08T07:08:01.382 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-08T07:08:01.392 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-05-08T07:08:01.401 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi059:/dev/vg_nvme/lv_1... 2024-05-08T07:08:01.401 DEBUG:teuthology.orchestra.run.smithi059:> sudo nvme disconnect -n lv_1 2024-05-08T07:08:01.545 INFO:teuthology.orchestra.run.smithi059.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-05-08T07:08:01.547 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:08:01.547 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi059:/dev/vg_nvme/lv_2... 2024-05-08T07:08:01.547 DEBUG:teuthology.orchestra.run.smithi059:> sudo nvme disconnect -n lv_2 2024-05-08T07:08:01.683 INFO:teuthology.orchestra.run.smithi059.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-05-08T07:08:01.685 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:08:01.685 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi059:/dev/vg_nvme/lv_3... 2024-05-08T07:08:01.685 DEBUG:teuthology.orchestra.run.smithi059:> sudo nvme disconnect -n lv_3 2024-05-08T07:08:01.834 INFO:teuthology.orchestra.run.smithi059.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-05-08T07:08:01.836 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:08:01.836 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi059:/dev/vg_nvme/lv_4... 2024-05-08T07:08:01.836 DEBUG:teuthology.orchestra.run.smithi059:> sudo nvme disconnect -n lv_4 2024-05-08T07:08:01.980 INFO:teuthology.orchestra.run.smithi059.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-05-08T07:08:01.982 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:08:01.982 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-05-08T07:08:01.982 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/scratch_devs 2024-05-08T07:08:02.008 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi143:/dev/vg_nvme/lv_1... 2024-05-08T07:08:02.009 DEBUG:teuthology.orchestra.run.smithi143:> sudo nvme disconnect -n lv_1 2024-05-08T07:08:02.140 INFO:teuthology.orchestra.run.smithi143.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-05-08T07:08:02.142 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:08:02.142 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi143:/dev/vg_nvme/lv_2... 2024-05-08T07:08:02.142 DEBUG:teuthology.orchestra.run.smithi143:> sudo nvme disconnect -n lv_2 2024-05-08T07:08:02.273 INFO:teuthology.orchestra.run.smithi143.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-05-08T07:08:02.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:08:02.275 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi143:/dev/vg_nvme/lv_3... 2024-05-08T07:08:02.275 DEBUG:teuthology.orchestra.run.smithi143:> sudo nvme disconnect -n lv_3 2024-05-08T07:08:02.416 INFO:teuthology.orchestra.run.smithi143.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-05-08T07:08:02.418 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:08:02.418 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi143:/dev/vg_nvme/lv_4... 2024-05-08T07:08:02.418 DEBUG:teuthology.orchestra.run.smithi143:> sudo nvme disconnect -n lv_4 2024-05-08T07:08:02.545 INFO:teuthology.orchestra.run.smithi143.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-05-08T07:08:02.547 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:08:02.547 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-05-08T07:08:02.547 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/scratch_devs 2024-05-08T07:08:02.575 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-08T07:08:02.585 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-08T07:08:02.585 DEBUG:teuthology.orchestra.run.smithi059:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T07:08:02.589 DEBUG:teuthology.orchestra.run.smithi143:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T07:08:02.601 INFO:teuthology.orchestra.run.smithi059.stderr:bash: line 1: ntpq: command not found 2024-05-08T07:08:02.604 INFO:teuthology.orchestra.run.smithi059.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T07:08:02.605 INFO:teuthology.orchestra.run.smithi059.stdout:=============================================================================== 2024-05-08T07:08:02.605 INFO:teuthology.orchestra.run.smithi059.stdout:^* hv01.front.sepia.ceph.com 3 6 17 2 +383us[ +382us] +/- 52ms 2024-05-08T07:08:02.605 INFO:teuthology.orchestra.run.smithi059.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 3 -2058us[-2059us] +/- 72ms 2024-05-08T07:08:02.605 INFO:teuthology.orchestra.run.smithi059.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 3 +1497us[+1497us] +/- 71ms 2024-05-08T07:08:02.605 INFO:teuthology.orchestra.run.smithi059.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T07:08:02.630 INFO:teuthology.orchestra.run.smithi143.stderr:bash: line 1: ntpq: command not found 2024-05-08T07:08:02.635 INFO:teuthology.orchestra.run.smithi143.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T07:08:02.635 INFO:teuthology.orchestra.run.smithi143.stdout:=============================================================================== 2024-05-08T07:08:02.636 INFO:teuthology.orchestra.run.smithi143.stdout:^* hv01.front.sepia.ceph.com 3 6 17 2 +389us[ +395us] +/- 52ms 2024-05-08T07:08:02.636 INFO:teuthology.orchestra.run.smithi143.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 3 -2051us[-2046us] +/- 72ms 2024-05-08T07:08:02.636 INFO:teuthology.orchestra.run.smithi143.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 3 +1492us[+1498us] +/- 71ms 2024-05-08T07:08:02.636 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T07:08:02.636 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-08T07:08:02.645 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-08T07:08:02.646 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-08T07:08:02.660 DEBUG:teuthology.orchestra.run.smithi059:> 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-08T07:08:02.719 DEBUG:teuthology.orchestra.run.smithi143:> 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-08T07:08:02.776 DEBUG:teuthology.orchestra.run.smithi059:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-08T07:08:02.803 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:08:02.804 DEBUG:teuthology.orchestra.run.smithi143:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-08T07:08:02.831 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:08:02.832 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-08T07:08:02.841 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-08T07:08:02.850 INFO:teuthology.task.internal:Duration was 256.476502 seconds 2024-05-08T07:08:02.851 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-08T07:08:02.860 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-08T07:08:02.862 DEBUG:teuthology.orchestra.run.smithi059:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-08T07:08:02.865 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-08T07:08:02.903 INFO:teuthology.orchestra.run.smithi059.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T07:08:02.911 INFO:teuthology.orchestra.run.smithi143.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T07:08:03.331 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-08T07:08:03.331 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi059.front.sepia.ceph.com 2024-05-08T07:08:03.332 DEBUG:teuthology.orchestra.run.smithi059:> 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-08T07:08:03.355 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi143.front.sepia.ceph.com 2024-05-08T07:08:03.355 DEBUG:teuthology.orchestra.run.smithi143:> 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-08T07:08:03.400 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-08T07:08:03.400 DEBUG:teuthology.orchestra.run.smithi059:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-08T07:08:03.403 DEBUG:teuthology.orchestra.run.smithi143:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-08T07:08:03.467 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-08T07:08:03.467 DEBUG:teuthology.orchestra.run.smithi059:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-08T07:08:03.470 DEBUG:teuthology.orchestra.run.smithi143:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-08T07:08:03.596 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-08T07:08:03.606 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-08T07:08:03.606 DEBUG:teuthology.orchestra.run.smithi059:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-08T07:08:03.633 DEBUG:teuthology.orchestra.run.smithi143:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-08T07:08:03.658 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-08T07:08:03.668 DEBUG:teuthology.orchestra.run.smithi059:> 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-08T07:08:03.676 DEBUG:teuthology.orchestra.run.smithi143:> 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-08T07:08:03.698 INFO:teuthology.orchestra.run.smithi059.stdout:kernel.core_pattern = core 2024-05-08T07:08:03.722 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern = core 2024-05-08T07:08:03.744 DEBUG:teuthology.orchestra.run.smithi059:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-08T07:08:03.773 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:08:03.774 DEBUG:teuthology.orchestra.run.smithi143:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-08T07:08:03.799 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:08:03.799 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-08T07:08:03.810 INFO:teuthology.task.internal:Transferring archived files... 2024-05-08T07:08:03.811 DEBUG:teuthology.misc:Transferring archived files from smithi059:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697362/remote/smithi059 2024-05-08T07:08:03.811 DEBUG:teuthology.orchestra.run.smithi059:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-08T07:08:03.849 DEBUG:teuthology.misc:Transferring archived files from smithi143:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697362/remote/smithi143 2024-05-08T07:08:03.849 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-08T07:08:03.883 INFO:teuthology.task.internal:Removing archive directory... 2024-05-08T07:08:03.883 DEBUG:teuthology.orchestra.run.smithi059:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-08T07:08:03.886 DEBUG:teuthology.orchestra.run.smithi143:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-08T07:08:03.933 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-08T07:08:03.944 INFO:teuthology.task.internal:Not uploading archives. 2024-05-08T07:08:03.944 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-08T07:08:03.954 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-08T07:08:03.954 DEBUG:teuthology.orchestra.run.smithi059:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-08T07:08:03.957 DEBUG:teuthology.orchestra.run.smithi143:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-08T07:08:03.970 INFO:teuthology.orchestra.run.smithi059.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 8 07:08 /home/ubuntu/cephtest 2024-05-08T07:08:03.990 INFO:teuthology.orchestra.run.smithi143.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 8 07:08 /home/ubuntu/cephtest 2024-05-08T07:08:03.990 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-08T07:08:04.001 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-08T07:08:04.021 INFO:teuthology.nuke:Checking targets against current locks 2024-05-08T07:08:04.046 DEBUG:teuthology.nuke:shortname: smithi059 2024-05-08T07:08:04.046 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T07:08:04.069 DEBUG:teuthology.nuke:shortname: smithi143 2024-05-08T07:08:04.069 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T07:08:04.073 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi059.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697362', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 06:55:26.460284', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDs32ZxtCm2Bib1pdbpWzSQgr4d5PDXc3z0qe59deme2OFCYzZ0IusMvzlprj727UuqrXv3lKD5TCvx9APPOICE='} 2024-05-08T07:08:04.093 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi143.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697362', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 06:55:26.461647', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMrL+y3246RNjBAShh/TPJ4Ux6imrmuaGQ2d/T2pyd0s6z7B+8wLVOIFlH7pUOxgh3kwnnyRHO7fNE0VKfRNM+0='} 2024-05-08T07:08:04.136 INFO:teuthology.orchestra.console.smithi059:Power off 2024-05-08T07:08:04.136 DEBUG:teuthology.orchestra.console.smithi059:pexpect command: ipmitool -H smithi059.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-08T07:08:04.173 INFO:teuthology.orchestra.console.smithi143:Power off 2024-05-08T07:08:04.174 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-08T07:08:04.185 DEBUG:teuthology.orchestra.console.smithi059:power off output: Chassis Power Control: Down/Off 2024-05-08T07:08:04.186 DEBUG:teuthology.orchestra.console.smithi059:pexpect command: ipmitool -H smithi059.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T07:08:04.202 DEBUG:teuthology.orchestra.console.smithi143:power off output: Chassis Power Control: Down/Off 2024-05-08T07:08:04.203 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T07:08:04.220 DEBUG:teuthology.orchestra.console.smithi059:check power output: Chassis Power is on 2024-05-08T07:08:04.236 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is on 2024-05-08T07:08:08.221 DEBUG:teuthology.orchestra.console.smithi059:pexpect command: ipmitool -H smithi059.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T07:08:08.237 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T07:08:08.332 DEBUG:teuthology.orchestra.console.smithi059:check power output: Chassis Power is on 2024-05-08T07:08:08.349 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is on 2024-05-08T07:08:12.334 DEBUG:teuthology.orchestra.console.smithi059:pexpect command: ipmitool -H smithi059.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T07:08:12.350 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T07:08:12.444 DEBUG:teuthology.orchestra.console.smithi059:check power output: Chassis Power is on 2024-05-08T07:08:12.461 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is on 2024-05-08T07:08:16.450 DEBUG:teuthology.orchestra.console.smithi059:pexpect command: ipmitool -H smithi059.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T07:08:16.461 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T07:08:16.563 DEBUG:teuthology.orchestra.console.smithi059:check power output: Chassis Power is off 2024-05-08T07:08:16.581 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is off 2024-05-08T07:08:16.664 INFO:teuthology.orchestra.console.smithi059:Power off completed 2024-05-08T07:08:16.682 INFO:teuthology.orchestra.console.smithi143:Power off completed 2024-05-08T07:08:16.787 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} duration: 256.4765019416809 failure_reason: 'Command failed on smithi059 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull''' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=7bc73135d37f4571a67f6917bb2884c4 status: fail success: false 2024-05-08T07:08:16.787 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-08T07:08:16.877 INFO:teuthology.run:FAIL