2024-04-15T21:37:44.301 INFO:root:teuthology version: 0.0.1.dev267+g6c63784 2024-04-15T21:37:44.301 DEBUG:teuthology.run:Teuthology command: teuthology --description orch/cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} --verbose --archive /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657478 --name teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi --owner scheduled_teuthology@teuthology -- /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657478/orig.config.yaml 2024-04-15T21:37:44.337 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T21:37:44.417 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657478 branch: squid description: orch/cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} email: ceph-qa@ceph.com first_in_suite: false job_id: '7657478' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-15_21:08:03-orch-squid-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: squid ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: 461a84e6fbbf089011eafd13b98169fb9e9b8cc9 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - client.0 - - host.b - client.1 seed: 7775 sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 sleep_before_teardown: 0 subset: 18/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 461a84e6fbbf089011eafd13b98169fb9e9b8cc9 targets: smithi167.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGNaXnVDld7BDsuyuI2tiRRzvdy3+6UvTONF8IfURWrqHz5ctzgveCiyrJmjOfEDxV72zOh2O5cfW+YN+5Vm8ko= smithi192.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVKl+RUfE+0vNnsyO6jkJNDdeg69ZVagToESFqkPdbzIMVkMGwjl7jp3TSx00YS01TTmZWd02fCd6jFHkK7SGA= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - 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: 6c637841c215537a4502385240412f1966e0faab timestamp: 2024-04-15_21:08:03 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-15T21:37:44.417 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa; will attempt to use it 2024-04-15T21:37:44.418 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks 2024-04-15T21:37:44.418 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-15T21:37:44.419 INFO:teuthology.task.internal:Checking packages... 2024-04-15T21:37:44.444 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'a9a752df26c63acad72e1b3569fd79a515ca0765' 2024-04-15T21:37:44.444 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-15T21:37:44.444 INFO:teuthology.packaging:ref: None 2024-04-15T21:37:44.444 INFO:teuthology.packaging:tag: None 2024-04-15T21:37:44.444 INFO:teuthology.packaging:branch: squid 2024-04-15T21:37:44.444 INFO:teuthology.packaging:sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:37:44.445 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=squid 2024-04-15T21:37:44.719 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2114.ga9a752df 2024-04-15T21:37:44.721 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-15T21:37:44.728 INFO:teuthology.task.internal:no buildpackages task found 2024-04-15T21:37:44.728 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-15T21:37:44.788 INFO:teuthology.task.internal:Saving configuration 2024-04-15T21:37:44.802 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-15T21:37:44.866 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T21:37:44.888 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi167.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657478', '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-04-15 21:30:28.432265', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGNaXnVDld7BDsuyuI2tiRRzvdy3+6UvTONF8IfURWrqHz5ctzgveCiyrJmjOfEDxV72zOh2O5cfW+YN+5Vm8ko='} 2024-04-15T21:37:44.908 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi192.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657478', '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-04-15 21:30:28.433856', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVKl+RUfE+0vNnsyO6jkJNDdeg69ZVagToESFqkPdbzIMVkMGwjl7jp3TSx00YS01TTmZWd02fCd6jFHkK7SGA='} 2024-04-15T21:37:44.908 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-15T21:37:44.914 INFO:teuthology.task.internal:roles: ubuntu@smithi167.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-04-15T21:37:44.915 INFO:teuthology.task.internal:roles: ubuntu@smithi192.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-04-15T21:37:44.915 INFO:teuthology.run_tasks:Running task console_log... 2024-04-15T21:37:44.990 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f702d5470d0>, signals=[15]) 2024-04-15T21:37:44.991 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-15T21:37:44.997 INFO:teuthology.task.internal:Opening connections... 2024-04-15T21:37:44.997 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi167.front.sepia.ceph.com 2024-04-15T21:37:44.999 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:37:45.088 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi192.front.sepia.ceph.com 2024-04-15T21:37:45.089 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:37:45.177 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-15T21:37:45.184 DEBUG:teuthology.orchestra.run.smithi167:> uname -m 2024-04-15T21:37:45.200 INFO:teuthology.orchestra.run.smithi167.stdout:x86_64 2024-04-15T21:37:45.200 DEBUG:teuthology.orchestra.run.smithi167:> cat /etc/os-release 2024-04-15T21:37:45.256 INFO:teuthology.orchestra.run.smithi167.stdout:NAME="CentOS Stream" 2024-04-15T21:37:45.256 INFO:teuthology.orchestra.run.smithi167.stdout:VERSION="9" 2024-04-15T21:37:45.257 INFO:teuthology.orchestra.run.smithi167.stdout:ID="centos" 2024-04-15T21:37:45.257 INFO:teuthology.orchestra.run.smithi167.stdout:ID_LIKE="rhel fedora" 2024-04-15T21:37:45.257 INFO:teuthology.orchestra.run.smithi167.stdout:VERSION_ID="9" 2024-04-15T21:37:45.257 INFO:teuthology.orchestra.run.smithi167.stdout:PLATFORM_ID="platform:el9" 2024-04-15T21:37:45.257 INFO:teuthology.orchestra.run.smithi167.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-15T21:37:45.257 INFO:teuthology.orchestra.run.smithi167.stdout:ANSI_COLOR="0;31" 2024-04-15T21:37:45.257 INFO:teuthology.orchestra.run.smithi167.stdout:LOGO="fedora-logo-icon" 2024-04-15T21:37:45.257 INFO:teuthology.orchestra.run.smithi167.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-15T21:37:45.257 INFO:teuthology.orchestra.run.smithi167.stdout:HOME_URL="https://centos.org/" 2024-04-15T21:37:45.257 INFO:teuthology.orchestra.run.smithi167.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-15T21:37:45.257 INFO:teuthology.orchestra.run.smithi167.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-15T21:37:45.258 INFO:teuthology.orchestra.run.smithi167.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-15T21:37:45.258 INFO:teuthology.lock.ops:Updating smithi167.front.sepia.ceph.com on lock server 2024-04-15T21:37:45.284 DEBUG:teuthology.orchestra.run.smithi192:> uname -m 2024-04-15T21:37:45.301 INFO:teuthology.orchestra.run.smithi192.stdout:x86_64 2024-04-15T21:37:45.301 DEBUG:teuthology.orchestra.run.smithi192:> cat /etc/os-release 2024-04-15T21:37:45.358 INFO:teuthology.orchestra.run.smithi192.stdout:NAME="CentOS Stream" 2024-04-15T21:37:45.358 INFO:teuthology.orchestra.run.smithi192.stdout:VERSION="9" 2024-04-15T21:37:45.358 INFO:teuthology.orchestra.run.smithi192.stdout:ID="centos" 2024-04-15T21:37:45.358 INFO:teuthology.orchestra.run.smithi192.stdout:ID_LIKE="rhel fedora" 2024-04-15T21:37:45.358 INFO:teuthology.orchestra.run.smithi192.stdout:VERSION_ID="9" 2024-04-15T21:37:45.358 INFO:teuthology.orchestra.run.smithi192.stdout:PLATFORM_ID="platform:el9" 2024-04-15T21:37:45.358 INFO:teuthology.orchestra.run.smithi192.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-15T21:37:45.358 INFO:teuthology.orchestra.run.smithi192.stdout:ANSI_COLOR="0;31" 2024-04-15T21:37:45.358 INFO:teuthology.orchestra.run.smithi192.stdout:LOGO="fedora-logo-icon" 2024-04-15T21:37:45.358 INFO:teuthology.orchestra.run.smithi192.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-15T21:37:45.358 INFO:teuthology.orchestra.run.smithi192.stdout:HOME_URL="https://centos.org/" 2024-04-15T21:37:45.358 INFO:teuthology.orchestra.run.smithi192.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-15T21:37:45.358 INFO:teuthology.orchestra.run.smithi192.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-15T21:37:45.359 INFO:teuthology.orchestra.run.smithi192.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-15T21:37:45.359 INFO:teuthology.lock.ops:Updating smithi192.front.sepia.ceph.com on lock server 2024-04-15T21:37:45.375 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-15T21:37:45.383 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-15T21:37:45.388 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-15T21:37:45.389 DEBUG:teuthology.orchestra.run.smithi167:> test '!' -e /home/ubuntu/cephtest 2024-04-15T21:37:45.391 DEBUG:teuthology.orchestra.run.smithi192:> test '!' -e /home/ubuntu/cephtest 2024-04-15T21:37:45.413 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-15T21:37:45.422 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-15T21:37:45.422 DEBUG:teuthology.orchestra.run.smithi167:> test -z $(ls -A /var/lib/ceph) 2024-04-15T21:37:45.446 DEBUG:teuthology.orchestra.run.smithi192:> test -z $(ls -A /var/lib/ceph) 2024-04-15T21:37:45.746 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-15T21:37:45.797 INFO:teuthology.run_tasks:Running task kernel... 2024-04-15T21:37:45.812 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-15T21:37:45.813 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-15T21:37:45.813 DEBUG:teuthology.orchestra.run.smithi167:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T21:37:45.814 DEBUG:teuthology.orchestra.run.smithi192:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T21:37:45.829 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:37:45.830 DEBUG:teuthology.orchestra.run.smithi192:> uname -r 2024-04-15T21:37:45.831 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:37:45.831 DEBUG:teuthology.orchestra.run.smithi167:> uname -r 2024-04-15T21:37:45.887 INFO:teuthology.orchestra.run.smithi192.stdout:5.14.0-361.el9.x86_64 2024-04-15T21:37:45.887 INFO:teuthology.task.kernel:Running kernel on smithi192: 5.14.0-361.el9.x86_64 2024-04-15T21:37:45.887 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum install -y kernel 2024-04-15T21:37:45.888 INFO:teuthology.orchestra.run.smithi167.stdout:5.14.0-361.el9.x86_64 2024-04-15T21:37:45.889 INFO:teuthology.task.kernel:Running kernel on smithi167: 5.14.0-361.el9.x86_64 2024-04-15T21:37:45.889 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum install -y kernel 2024-04-15T21:37:48.133 INFO:teuthology.orchestra.run.smithi167.stdout:CentOS-9 - AppStream 12 MB/s | 6.7 MB 00:00 2024-04-15T21:37:48.194 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS-9 - AppStream 11 MB/s | 6.7 MB 00:00 2024-04-15T21:37:49.842 INFO:teuthology.orchestra.run.smithi167.stdout:CentOS-9 - BaseOS 3.0 MB/s | 2.0 MB 00:00 2024-04-15T21:37:50.294 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS-9 - BaseOS 2.0 MB/s | 2.0 MB 00:00 2024-04-15T21:37:51.193 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.0 MB 00:00 2024-04-15T21:37:52.640 INFO:teuthology.orchestra.run.smithi167.stdout:CentOS Stream 9 - BaseOS 3.3 MB/s | 8.0 MB 00:02 2024-04-15T21:37:55.788 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - AppStream 5.4 MB/s | 19 MB 00:03 2024-04-15T21:38:01.194 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - CRB 3.2 MB/s | 6.2 MB 00:01 2024-04-15T21:38:02.809 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - Extras packages 34 kB/s | 16 kB 00:00 2024-04-15T21:38:04.782 INFO:teuthology.orchestra.run.smithi192.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-04-15T21:38:09.863 INFO:teuthology.orchestra.run.smithi192.stdout:lab-extras 13 kB/s | 1.7 kB 00:00 2024-04-15T21:38:12.220 INFO:teuthology.orchestra.run.smithi192.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-15T21:38:12.220 INFO:teuthology.orchestra.run.smithi192.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-15T21:38:12.304 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-15T21:38:12.316 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-15T21:38:12.317 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-04-15T21:38:12.317 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-15T21:38:12.317 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-15T21:38:12.317 INFO:teuthology.orchestra.run.smithi192.stdout: kernel x86_64 5.14.0-438.el9 CentOS-BaseOS 277 k 2024-04-15T21:38:12.317 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-04-15T21:38:12.317 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-core x86_64 5.14.0-438.el9 CentOS-BaseOS 15 M 2024-04-15T21:38:12.317 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-modules x86_64 5.14.0-438.el9 CentOS-BaseOS 34 M 2024-04-15T21:38:12.317 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-modules-core x86_64 5.14.0-438.el9 CentOS-BaseOS 28 M 2024-04-15T21:38:12.317 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-15T21:38:12.317 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-15T21:38:12.317 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-15T21:38:12.317 INFO:teuthology.orchestra.run.smithi192.stdout:Install 4 Packages 2024-04-15T21:38:12.318 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-15T21:38:12.318 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 77 M 2024-04-15T21:38:12.318 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 123 M 2024-04-15T21:38:12.318 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-15T21:38:12.464 INFO:teuthology.orchestra.run.smithi192.stdout:(1/4): kernel-5.14.0-438.el9.x86_64.rpm 1.9 MB/s | 277 kB 00:00 2024-04-15T21:38:13.131 INFO:teuthology.orchestra.run.smithi192.stdout:(2/4): kernel-core-5.14.0-438.el9.x86_64.rpm 19 MB/s | 15 MB 00:00 2024-04-15T21:38:13.639 INFO:teuthology.orchestra.run.smithi192.stdout:(3/4): kernel-modules-core-5.14.0-438.el9.x86_6 24 MB/s | 28 MB 00:01 2024-04-15T21:38:13.964 INFO:teuthology.orchestra.run.smithi192.stdout:(4/4): kernel-modules-5.14.0-438.el9.x86_64.rpm 20 MB/s | 34 MB 00:01 2024-04-15T21:38:13.968 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:38:13.968 INFO:teuthology.orchestra.run.smithi192.stdout:Total 47 MB/s | 77 MB 00:01 2024-04-15T21:38:13.968 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-15T21:38:14.324 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-15T21:38:14.324 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-15T21:38:15.168 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-15T21:38:15.168 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-15T21:38:16.147 INFO:teuthology.orchestra.run.smithi167.stdout:CentOS Stream 9 - AppStream 863 kB/s | 19 MB 00:22 2024-04-15T21:38:17.483 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-15T21:38:18.162 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : kernel-modules-core-5.14.0-438.el9.x86_64 1/4 2024-04-15T21:38:18.242 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:38:20.986 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:38:21.119 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:38:21.257 INFO:teuthology.orchestra.run.smithi167.stdout:CentOS Stream 9 - CRB 4.2 MB/s | 6.2 MB 00:01 2024-04-15T21:38:23.057 INFO:teuthology.orchestra.run.smithi167.stdout:CentOS Stream 9 - Extras packages 25 kB/s | 16 kB 00:00 2024-04-15T21:38:25.823 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:38:25.868 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:38:26.473 INFO:teuthology.orchestra.run.smithi167.stdout:Extra Packages for Enterprise Linux 6.4 MB/s | 21 MB 00:03 2024-04-15T21:38:30.636 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:38:31.575 INFO:teuthology.orchestra.run.smithi167.stdout:lab-extras 17 kB/s | 1.7 kB 00:00 2024-04-15T21:38:33.991 INFO:teuthology.orchestra.run.smithi167.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-15T21:38:33.991 INFO:teuthology.orchestra.run.smithi167.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-15T21:38:34.076 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2024-04-15T21:38:34.085 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-15T21:38:34.085 INFO:teuthology.orchestra.run.smithi167.stdout: Package Arch Version Repository Size 2024-04-15T21:38:34.085 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-15T21:38:34.085 INFO:teuthology.orchestra.run.smithi167.stdout:Installing: 2024-04-15T21:38:34.086 INFO:teuthology.orchestra.run.smithi167.stdout: kernel x86_64 5.14.0-438.el9 CentOS-BaseOS 277 k 2024-04-15T21:38:34.086 INFO:teuthology.orchestra.run.smithi167.stdout:Installing dependencies: 2024-04-15T21:38:34.086 INFO:teuthology.orchestra.run.smithi167.stdout: kernel-core x86_64 5.14.0-438.el9 CentOS-BaseOS 15 M 2024-04-15T21:38:34.086 INFO:teuthology.orchestra.run.smithi167.stdout: kernel-modules x86_64 5.14.0-438.el9 CentOS-BaseOS 34 M 2024-04-15T21:38:34.086 INFO:teuthology.orchestra.run.smithi167.stdout: kernel-modules-core x86_64 5.14.0-438.el9 CentOS-BaseOS 28 M 2024-04-15T21:38:34.086 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-15T21:38:34.086 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2024-04-15T21:38:34.086 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-15T21:38:34.086 INFO:teuthology.orchestra.run.smithi167.stdout:Install 4 Packages 2024-04-15T21:38:34.086 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-15T21:38:34.087 INFO:teuthology.orchestra.run.smithi167.stdout:Total download size: 77 M 2024-04-15T21:38:34.087 INFO:teuthology.orchestra.run.smithi167.stdout:Installed size: 123 M 2024-04-15T21:38:34.087 INFO:teuthology.orchestra.run.smithi167.stdout:Downloading Packages: 2024-04-15T21:38:34.271 INFO:teuthology.orchestra.run.smithi167.stdout:(1/4): kernel-5.14.0-438.el9.x86_64.rpm 1.5 MB/s | 277 kB 00:00 2024-04-15T21:38:34.918 INFO:teuthology.orchestra.run.smithi167.stdout:(2/4): kernel-core-5.14.0-438.el9.x86_64.rpm 18 MB/s | 15 MB 00:00 2024-04-15T21:38:35.618 INFO:teuthology.orchestra.run.smithi167.stdout:(3/4): kernel-modules-core-5.14.0-438.el9.x86_6 21 MB/s | 28 MB 00:01 2024-04-15T21:38:35.952 INFO:teuthology.orchestra.run.smithi167.stdout:(4/4): kernel-modules-5.14.0-438.el9.x86_64.rpm 18 MB/s | 34 MB 00:01 2024-04-15T21:38:35.955 INFO:teuthology.orchestra.run.smithi167.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:38:35.955 INFO:teuthology.orchestra.run.smithi167.stdout:Total 41 MB/s | 77 MB 00:01 2024-04-15T21:38:35.955 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction check 2024-04-15T21:38:36.352 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction check succeeded. 2024-04-15T21:38:36.352 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction test 2024-04-15T21:38:37.186 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction test succeeded. 2024-04-15T21:38:37.186 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction 2024-04-15T21:38:39.503 INFO:teuthology.orchestra.run.smithi167.stdout: Preparing : 1/1 2024-04-15T21:38:40.140 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : kernel-modules-core-5.14.0-438.el9.x86_64 1/4 2024-04-15T21:38:40.228 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:38:42.989 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:38:43.123 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:38:47.823 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:38:47.864 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:38:52.616 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:39:00.062 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:39:00.062 INFO:teuthology.orchestra.run.smithi192.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-15T21:39:00.062 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-15T21:39:00.106 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:39:00.512 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:39:00.512 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : kernel-5.14.0-438.el9.x86_64 1/4 2024-04-15T21:39:00.512 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:39:00.513 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:39:00.947 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:39:00.947 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-15T21:39:00.947 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-15T21:39:00.947 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-5.14.0-438.el9.x86_64 2024-04-15T21:39:00.948 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-core-5.14.0-438.el9.x86_64 2024-04-15T21:39:00.948 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-modules-5.14.0-438.el9.x86_64 2024-04-15T21:39:00.948 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-modules-core-5.14.0-438.el9.x86_64 2024-04-15T21:39:00.948 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-15T21:39:00.948 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-15T21:39:01.312 DEBUG:teuthology.orchestra.run.smithi192:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T21:39:01.455 INFO:teuthology.orchestra.run.smithi192.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T21:39:01.456 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T21:39:01.456 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-438.el9.x86_64 2024-04-15T21:39:01.456 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T21:39:01.456 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T21:39:01.456 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-15T21:39:01.456 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi192.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T21:39:01.456 DEBUG:teuthology.orchestra.run.smithi192:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T21:39:01.537 INFO:teuthology.orchestra.run.smithi192.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T21:39:01.537 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T21:39:01.537 DEBUG:teuthology.orchestra.run.smithi192:> sudo rpm -qi grub2-tools 2024-04-15T21:39:01.571 INFO:teuthology.orchestra.run.smithi192.stdout:Name : grub2-tools 2024-04-15T21:39:01.571 INFO:teuthology.orchestra.run.smithi192.stdout:Epoch : 1 2024-04-15T21:39:01.571 INFO:teuthology.orchestra.run.smithi192.stdout:Version : 2.06 2024-04-15T21:39:01.571 INFO:teuthology.orchestra.run.smithi192.stdout:Release : 68.el9 2024-04-15T21:39:01.572 INFO:teuthology.orchestra.run.smithi192.stdout:Architecture: x86_64 2024-04-15T21:39:01.572 INFO:teuthology.orchestra.run.smithi192.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-15T21:39:01.572 INFO:teuthology.orchestra.run.smithi192.stdout:Group : Unspecified 2024-04-15T21:39:01.572 INFO:teuthology.orchestra.run.smithi192.stdout:Size : 8264254 2024-04-15T21:39:01.572 INFO:teuthology.orchestra.run.smithi192.stdout:License : GPLv3+ 2024-04-15T21:39:01.572 INFO:teuthology.orchestra.run.smithi192.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-15T21:39:01.572 INFO:teuthology.orchestra.run.smithi192.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-15T21:39:01.572 INFO:teuthology.orchestra.run.smithi192.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-15T21:39:01.572 INFO:teuthology.orchestra.run.smithi192.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-15T21:39:01.572 INFO:teuthology.orchestra.run.smithi192.stdout:Packager : builder@centos.org 2024-04-15T21:39:01.572 INFO:teuthology.orchestra.run.smithi192.stdout:Vendor : CentOS 2024-04-15T21:39:01.572 INFO:teuthology.orchestra.run.smithi192.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-15T21:39:01.572 INFO:teuthology.orchestra.run.smithi192.stdout:Summary : Support tools for GRUB. 2024-04-15T21:39:01.572 INFO:teuthology.orchestra.run.smithi192.stdout:Description : 2024-04-15T21:39:01.572 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-15T21:39:01.573 INFO:teuthology.orchestra.run.smithi192.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-15T21:39:01.573 INFO:teuthology.orchestra.run.smithi192.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-15T21:39:01.573 INFO:teuthology.orchestra.run.smithi192.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-15T21:39:01.573 INFO:teuthology.orchestra.run.smithi192.stdout:hardware devices. 2024-04-15T21:39:01.573 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-15T21:39:01.573 INFO:teuthology.orchestra.run.smithi192.stdout:This subpackage provides tools for support of all platforms. 2024-04-15T21:39:01.574 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-15T21:39:01.574 INFO:teuthology.task.kernel:Updating grub on smithi192 to boot 5.14.0-438.el9.x86_64 2024-04-15T21:39:01.574 DEBUG:teuthology.orchestra.run.smithi192:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-15T21:39:02.158 INFO:teuthology.orchestra.run.smithi192.stderr:Generating grub configuration file ... 2024-04-15T21:39:03.555 INFO:teuthology.orchestra.run.smithi192.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-15T21:39:03.598 INFO:teuthology.orchestra.run.smithi192.stderr:done 2024-04-15T21:39:03.600 DEBUG:teuthology.orchestra.run.smithi192:> mktemp 2024-04-15T21:39:03.615 INFO:teuthology.orchestra.run.smithi192.stdout:/tmp/tmp.IQNWgdBYlS 2024-04-15T21:39:03.615 DEBUG:teuthology.orchestra.run.smithi192:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.IQNWgdBYlS 2024-04-15T21:39:03.700 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod 0666 /tmp/tmp.IQNWgdBYlS 2024-04-15T21:39:03.801 DEBUG:teuthology.orchestra.remote:smithi192:/tmp/tmp.IQNWgdBYlS is 6KB 2024-04-15T21:39:03.850 DEBUG:teuthology.orchestra.run.smithi192:> rm -fr /tmp/tmp.IQNWgdBYlS 2024-04-15T21:39:03.863 DEBUG:teuthology.orchestra.run.smithi192:> sudo /bin/ls /boot/loader/entries || true 2024-04-15T21:39:03.936 INFO:teuthology.orchestra.run.smithi192.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-15T21:39:03.936 INFO:teuthology.orchestra.run.smithi192.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-15T21:39:03.936 INFO:teuthology.orchestra.run.smithi192.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-15T21:39:03.936 INFO:teuthology.orchestra.run.smithi192.stdout:15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64.conf 2024-04-15T21:39:03.937 DEBUG:teuthology.orchestra.run.smithi192:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64 2024-04-15T21:39:04.084 DEBUG:teuthology.orchestra.run.smithi192:> sudo shutdown -r now 2024-04-15T21:39:22.473 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:39:22.473 INFO:teuthology.orchestra.run.smithi167.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-15T21:39:22.473 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-15T21:39:22.517 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:39:22.905 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:39:22.905 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : kernel-5.14.0-438.el9.x86_64 1/4 2024-04-15T21:39:22.905 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:39:22.905 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:39:23.343 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:39:23.343 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-15T21:39:23.343 INFO:teuthology.orchestra.run.smithi167.stdout:Installed: 2024-04-15T21:39:23.343 INFO:teuthology.orchestra.run.smithi167.stdout: kernel-5.14.0-438.el9.x86_64 2024-04-15T21:39:23.343 INFO:teuthology.orchestra.run.smithi167.stdout: kernel-core-5.14.0-438.el9.x86_64 2024-04-15T21:39:23.343 INFO:teuthology.orchestra.run.smithi167.stdout: kernel-modules-5.14.0-438.el9.x86_64 2024-04-15T21:39:23.343 INFO:teuthology.orchestra.run.smithi167.stdout: kernel-modules-core-5.14.0-438.el9.x86_64 2024-04-15T21:39:23.343 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-15T21:39:23.343 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2024-04-15T21:39:23.652 DEBUG:teuthology.orchestra.run.smithi167:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T21:39:23.765 INFO:teuthology.orchestra.run.smithi167.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T21:39:23.766 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T21:39:23.766 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-438.el9.x86_64 2024-04-15T21:39:23.766 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T21:39:23.766 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T21:39:23.766 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-15T21:39:23.766 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi167.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T21:39:23.766 DEBUG:teuthology.orchestra.run.smithi167:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T21:39:23.847 INFO:teuthology.orchestra.run.smithi167.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T21:39:23.847 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T21:39:23.847 DEBUG:teuthology.orchestra.run.smithi167:> sudo rpm -qi grub2-tools 2024-04-15T21:39:23.881 INFO:teuthology.orchestra.run.smithi167.stdout:Name : grub2-tools 2024-04-15T21:39:23.881 INFO:teuthology.orchestra.run.smithi167.stdout:Epoch : 1 2024-04-15T21:39:23.881 INFO:teuthology.orchestra.run.smithi167.stdout:Version : 2.06 2024-04-15T21:39:23.882 INFO:teuthology.orchestra.run.smithi167.stdout:Release : 68.el9 2024-04-15T21:39:23.882 INFO:teuthology.orchestra.run.smithi167.stdout:Architecture: x86_64 2024-04-15T21:39:23.882 INFO:teuthology.orchestra.run.smithi167.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-15T21:39:23.882 INFO:teuthology.orchestra.run.smithi167.stdout:Group : Unspecified 2024-04-15T21:39:23.882 INFO:teuthology.orchestra.run.smithi167.stdout:Size : 8264254 2024-04-15T21:39:23.882 INFO:teuthology.orchestra.run.smithi167.stdout:License : GPLv3+ 2024-04-15T21:39:23.882 INFO:teuthology.orchestra.run.smithi167.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-15T21:39:23.882 INFO:teuthology.orchestra.run.smithi167.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-15T21:39:23.882 INFO:teuthology.orchestra.run.smithi167.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-15T21:39:23.882 INFO:teuthology.orchestra.run.smithi167.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-15T21:39:23.882 INFO:teuthology.orchestra.run.smithi167.stdout:Packager : builder@centos.org 2024-04-15T21:39:23.882 INFO:teuthology.orchestra.run.smithi167.stdout:Vendor : CentOS 2024-04-15T21:39:23.882 INFO:teuthology.orchestra.run.smithi167.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-15T21:39:23.883 INFO:teuthology.orchestra.run.smithi167.stdout:Summary : Support tools for GRUB. 2024-04-15T21:39:23.883 INFO:teuthology.orchestra.run.smithi167.stdout:Description : 2024-04-15T21:39:23.883 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-15T21:39:23.883 INFO:teuthology.orchestra.run.smithi167.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-15T21:39:23.883 INFO:teuthology.orchestra.run.smithi167.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-15T21:39:23.883 INFO:teuthology.orchestra.run.smithi167.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-15T21:39:23.883 INFO:teuthology.orchestra.run.smithi167.stdout:hardware devices. 2024-04-15T21:39:23.883 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-15T21:39:23.883 INFO:teuthology.orchestra.run.smithi167.stdout:This subpackage provides tools for support of all platforms. 2024-04-15T21:39:23.884 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-15T21:39:23.884 INFO:teuthology.task.kernel:Updating grub on smithi167 to boot 5.14.0-438.el9.x86_64 2024-04-15T21:39:23.884 DEBUG:teuthology.orchestra.run.smithi167:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-15T21:39:24.552 INFO:teuthology.orchestra.run.smithi167.stderr:Generating grub configuration file ... 2024-04-15T21:39:26.014 INFO:teuthology.orchestra.run.smithi167.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-15T21:39:26.058 INFO:teuthology.orchestra.run.smithi167.stderr:done 2024-04-15T21:39:26.060 DEBUG:teuthology.orchestra.run.smithi167:> mktemp 2024-04-15T21:39:26.075 INFO:teuthology.orchestra.run.smithi167.stdout:/tmp/tmp.W56d4hIn91 2024-04-15T21:39:26.075 DEBUG:teuthology.orchestra.run.smithi167:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.W56d4hIn91 2024-04-15T21:39:26.144 DEBUG:teuthology.orchestra.run.smithi167:> sudo chmod 0666 /tmp/tmp.W56d4hIn91 2024-04-15T21:39:26.282 DEBUG:teuthology.orchestra.remote:smithi167:/tmp/tmp.W56d4hIn91 is 6KB 2024-04-15T21:39:26.331 DEBUG:teuthology.orchestra.run.smithi167:> rm -fr /tmp/tmp.W56d4hIn91 2024-04-15T21:39:26.345 DEBUG:teuthology.orchestra.run.smithi167:> sudo /bin/ls /boot/loader/entries || true 2024-04-15T21:39:26.409 INFO:teuthology.orchestra.run.smithi167.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-15T21:39:26.409 INFO:teuthology.orchestra.run.smithi167.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-15T21:39:26.410 INFO:teuthology.orchestra.run.smithi167.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-15T21:39:26.410 INFO:teuthology.orchestra.run.smithi167.stdout:15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64.conf 2024-04-15T21:39:26.411 DEBUG:teuthology.orchestra.run.smithi167:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64 2024-04-15T21:39:26.557 DEBUG:teuthology.orchestra.run.smithi167:> sudo shutdown -r now 2024-04-15T21:39:34.090 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-15T21:39:34.091 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-04-15T21:39:34.091 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:39:52.483 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.192 2024-04-15T21:39:56.563 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-15T21:39:56.564 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-04-15T21:39:56.564 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:40:01.486 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-04-15T21:40:01.487 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:40:04.542 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.192 2024-04-15T21:40:15.006 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.167 2024-04-15T21:40:16.545 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-04-15T21:40:16.545 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:40:24.014 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-04-15T21:40:24.015 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:40:27.074 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.167 2024-04-15T21:40:34.974 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.192 2024-04-15T21:40:39.078 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-04-15T21:40:39.079 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:40:49.986 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-04-15T21:40:49.987 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:40:50.354 DEBUG:teuthology.orchestra.run.smithi192:> true 2024-04-15T21:40:50.780 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-04-15T21:40:50.780 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-438.el9.x86_64"... 2024-04-15T21:40:50.780 DEBUG:teuthology.orchestra.run.smithi192:> uname -r 2024-04-15T21:40:50.795 INFO:teuthology.orchestra.run.smithi192.stdout:5.14.0-438.el9.x86_64 2024-04-15T21:40:50.795 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-438.el9.x86_64 vs 5.14.0-438.el9.x86_64 2024-04-15T21:40:50.795 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T21:40:50.795 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-15T21:40:51.796 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-15T21:40:51.797 DEBUG:teuthology.orchestra.run.smithi192:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T21:40:51.892 INFO:teuthology.orchestra.run.smithi192.stdout:ttyS1 2024-04-15T21:40:51.927 DEBUG:teuthology.parallel:result is None 2024-04-15T21:40:57.502 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.167 2024-04-15T21:41:12.503 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-04-15T21:41:12.504 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:41:14.041 DEBUG:teuthology.orchestra.run.smithi167:> true 2024-04-15T21:41:14.516 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-04-15T21:41:14.516 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-438.el9.x86_64"... 2024-04-15T21:41:14.516 DEBUG:teuthology.orchestra.run.smithi167:> uname -r 2024-04-15T21:41:14.531 INFO:teuthology.orchestra.run.smithi167.stdout:5.14.0-438.el9.x86_64 2024-04-15T21:41:14.531 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-438.el9.x86_64 vs 5.14.0-438.el9.x86_64 2024-04-15T21:41:14.531 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T21:41:14.531 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-15T21:41:15.532 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-15T21:41:15.533 DEBUG:teuthology.orchestra.run.smithi167:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T21:41:15.636 INFO:teuthology.orchestra.run.smithi167.stdout:ttyS1 2024-04-15T21:41:15.683 DEBUG:teuthology.parallel:result is None 2024-04-15T21:41:15.684 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-15T21:41:15.692 INFO:teuthology.task.internal:Creating test directory... 2024-04-15T21:41:15.693 DEBUG:teuthology.orchestra.run.smithi167:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T21:41:15.695 DEBUG:teuthology.orchestra.run.smithi192:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T21:41:15.715 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-15T21:41:15.723 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-15T21:41:15.733 INFO:teuthology.task.internal:Creating archive directory... 2024-04-15T21:41:15.733 DEBUG:teuthology.orchestra.run.smithi167:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T21:41:15.752 DEBUG:teuthology.orchestra.run.smithi192:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T21:41:15.786 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-15T21:41:15.794 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-15T21:41:15.794 DEBUG:teuthology.orchestra.run.smithi167:> 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-04-15T21:41:15.808 DEBUG:teuthology.orchestra.run.smithi192:> 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-04-15T21:41:15.839 INFO:teuthology.orchestra.run.smithi167.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:41:15.853 INFO:teuthology.orchestra.run.smithi167.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:41:15.893 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:41:15.907 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:41:15.909 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-15T21:41:15.917 INFO:teuthology.task.internal:Configuring sudo... 2024-04-15T21:41:15.917 DEBUG:teuthology.orchestra.run.smithi167:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T21:41:15.920 DEBUG:teuthology.orchestra.run.smithi192:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T21:41:15.949 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-15T21:41:15.959 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-15T21:41:15.959 DEBUG:teuthology.orchestra.run.smithi167:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T21:41:15.989 DEBUG:teuthology.orchestra.run.smithi192:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T21:41:16.006 DEBUG:teuthology.orchestra.run.smithi167:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:41:16.087 DEBUG:teuthology.orchestra.run.smithi167:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:41:16.133 DEBUG:teuthology.orchestra.run.smithi167:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:41:16.216 DEBUG:teuthology.orchestra.run.smithi167:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:41:16.260 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-04-15T21:41:16.260 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T21:41:16.329 DEBUG:teuthology.orchestra.run.smithi192:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:41:16.376 DEBUG:teuthology.orchestra.run.smithi192:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:41:16.431 DEBUG:teuthology.orchestra.run.smithi192:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:41:16.517 DEBUG:teuthology.orchestra.run.smithi192:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:41:16.563 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-15T21:41:16.563 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T21:41:16.635 DEBUG:teuthology.orchestra.run.smithi167:> sudo service rsyslog restart 2024-04-15T21:41:16.637 DEBUG:teuthology.orchestra.run.smithi192:> sudo service rsyslog restart 2024-04-15T21:41:16.684 INFO:teuthology.orchestra.run.smithi167.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T21:41:16.726 INFO:teuthology.orchestra.run.smithi192.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T21:41:17.111 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-15T21:41:17.119 INFO:teuthology.task.internal:Starting timer... 2024-04-15T21:41:17.120 INFO:teuthology.run_tasks:Running task pcp... 2024-04-15T21:41:17.132 INFO:teuthology.run_tasks:Running task selinux... 2024-04-15T21:41:17.142 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-15T21:41:17.143 DEBUG:teuthology.orchestra.run.smithi167:> sudo service auditd rotate 2024-04-15T21:41:17.213 INFO:teuthology.orchestra.run.smithi167.stdout:Rotating logs: 2024-04-15T21:41:17.215 DEBUG:teuthology.orchestra.run.smithi192:> sudo service auditd rotate 2024-04-15T21:41:17.273 INFO:teuthology.orchestra.run.smithi192.stdout:Rotating logs: 2024-04-15T21:41:17.275 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-15T21:41:17.275 DEBUG:teuthology.orchestra.run.smithi167:> /usr/sbin/getenforce 2024-04-15T21:41:17.292 INFO:teuthology.orchestra.run.smithi167.stdout:Permissive 2024-04-15T21:41:17.292 DEBUG:teuthology.orchestra.run.smithi192:> /usr/sbin/getenforce 2024-04-15T21:41:17.325 INFO:teuthology.orchestra.run.smithi192.stdout:Permissive 2024-04-15T21:41:17.325 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi167.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi192.front.sepia.ceph.com': 'permissive'} 2024-04-15T21:41:17.325 DEBUG:teuthology.orchestra.run.smithi167:> 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-04-15T21:41:17.365 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:41:17.365 DEBUG:teuthology.orchestra.run.smithi192:> 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-04-15T21:41:17.395 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:41:17.396 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-15T21:41:17.396 DEBUG:teuthology.orchestra.run.smithi167:> sudo /usr/sbin/setenforce permissive 2024-04-15T21:41:17.435 DEBUG:teuthology.orchestra.run.smithi192:> sudo /usr/sbin/setenforce permissive 2024-04-15T21:41:17.469 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-15T21:41:17.479 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-15T21:41:17.496 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-04-15T21:41:17.497 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi167.front.sepia.ceph.com,smithi192.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-15T21:45:37.081 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi167.front.sepia.ceph.com'), Remote(name='ubuntu@smithi192.front.sepia.ceph.com')] 2024-04-15T21:45:37.083 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-04-15T21:45:37.084 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:45:37.175 DEBUG:teuthology.orchestra.run.smithi167:> true 2024-04-15T21:45:37.261 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-04-15T21:45:37.261 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-04-15T21:45:37.262 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:45:37.350 DEBUG:teuthology.orchestra.run.smithi192:> true 2024-04-15T21:45:37.425 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-04-15T21:45:37.425 INFO:teuthology.run_tasks:Running task clock... 2024-04-15T21:45:37.436 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-15T21:45:37.436 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T21:45:37.437 DEBUG:teuthology.orchestra.run.smithi167:> 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-04-15T21:45:37.439 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T21:45:37.439 DEBUG:teuthology.orchestra.run.smithi192:> 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-04-15T21:45:37.469 INFO:teuthology.orchestra.run.smithi167.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-15T21:45:37.487 INFO:teuthology.orchestra.run.smithi167.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-15T21:45:37.497 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-15T21:45:37.514 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-15T21:45:37.518 INFO:teuthology.orchestra.run.smithi167.stderr:sudo: ntpd: command not found 2024-04-15T21:45:37.533 INFO:teuthology.orchestra.run.smithi167.stdout:506 Cannot talk to daemon 2024-04-15T21:45:37.546 INFO:teuthology.orchestra.run.smithi192.stderr:sudo: ntpd: command not found 2024-04-15T21:45:37.550 INFO:teuthology.orchestra.run.smithi167.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-15T21:45:37.560 INFO:teuthology.orchestra.run.smithi192.stdout:506 Cannot talk to daemon 2024-04-15T21:45:37.567 INFO:teuthology.orchestra.run.smithi167.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-15T21:45:37.577 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-15T21:45:37.595 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-15T21:45:37.620 INFO:teuthology.orchestra.run.smithi167.stderr:bash: line 1: ntpq: command not found 2024-04-15T21:45:37.624 INFO:teuthology.orchestra.run.smithi167.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T21:45:37.625 INFO:teuthology.orchestra.run.smithi167.stdout:=============================================================================== 2024-04-15T21:45:37.625 INFO:teuthology.orchestra.run.smithi167.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:45:37.625 INFO:teuthology.orchestra.run.smithi167.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:45:37.625 INFO:teuthology.orchestra.run.smithi167.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:45:37.625 INFO:teuthology.orchestra.run.smithi167.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:45:37.654 INFO:teuthology.orchestra.run.smithi192.stderr:bash: line 1: ntpq: command not found 2024-04-15T21:45:37.657 INFO:teuthology.orchestra.run.smithi192.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T21:45:37.657 INFO:teuthology.orchestra.run.smithi192.stdout:=============================================================================== 2024-04-15T21:45:37.657 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:45:37.657 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:45:37.657 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:45:37.657 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:45:37.659 INFO:teuthology.run_tasks:Running task pexec... 2024-04-15T21:45:37.669 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-15T21:45:37.669 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi167.front.sepia.ceph.com 2024-04-15T21:45:37.670 DEBUG:teuthology.orchestra.run.smithi167:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-15T21:45:37.670 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi192.front.sepia.ceph.com 2024-04-15T21:45:37.670 DEBUG:teuthology.orchestra.run.smithi192:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-15T21:45:38.262 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:00:49 ago on Mon 15 Apr 2024 09:44:49 PM UTC. 2024-04-15T21:45:38.291 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:00:50 ago on Mon 15 Apr 2024 09:44:48 PM UTC. 2024-04-15T21:45:38.410 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2024-04-15T21:45:38.432 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-15T21:45:38.432 INFO:teuthology.orchestra.run.smithi167.stdout: Package Architecture Version Repository Size 2024-04-15T21:45:38.432 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-15T21:45:38.432 INFO:teuthology.orchestra.run.smithi167.stdout:Installing: 2024-04-15T21:45:38.432 INFO:teuthology.orchestra.run.smithi167.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-15T21:45:38.432 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-15T21:45:38.432 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2024-04-15T21:45:38.432 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-15T21:45:38.432 INFO:teuthology.orchestra.run.smithi167.stdout:Install 1 Package 2024-04-15T21:45:38.432 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-15T21:45:38.433 INFO:teuthology.orchestra.run.smithi167.stdout:Total download size: 3.1 M 2024-04-15T21:45:38.433 INFO:teuthology.orchestra.run.smithi167.stdout:Installed size: 9.8 M 2024-04-15T21:45:38.433 INFO:teuthology.orchestra.run.smithi167.stdout:Downloading Packages: 2024-04-15T21:45:38.438 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-15T21:45:38.457 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-15T21:45:38.457 INFO:teuthology.orchestra.run.smithi192.stdout: Package Architecture Version Repository Size 2024-04-15T21:45:38.457 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-15T21:45:38.457 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-15T21:45:38.458 INFO:teuthology.orchestra.run.smithi192.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-15T21:45:38.458 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-15T21:45:38.458 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-15T21:45:38.458 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-15T21:45:38.458 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2024-04-15T21:45:38.458 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-15T21:45:38.458 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 3.1 M 2024-04-15T21:45:38.458 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 9.8 M 2024-04-15T21:45:38.458 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-15T21:45:38.919 INFO:teuthology.orchestra.run.smithi192.stdout:runc-1.1.12-2.el9.x86_64.rpm 9.1 MB/s | 3.1 MB 00:00 2024-04-15T21:45:38.919 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:38.920 INFO:teuthology.orchestra.run.smithi192.stdout:Total 6.8 MB/s | 3.1 MB 00:00 2024-04-15T21:45:38.957 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-15T21:45:38.963 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-15T21:45:38.963 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-15T21:45:38.977 INFO:teuthology.orchestra.run.smithi167.stdout:runc-1.1.12-2.el9.x86_64.rpm 12 MB/s | 3.1 MB 00:00 2024-04-15T21:45:38.978 INFO:teuthology.orchestra.run.smithi167.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:38.978 INFO:teuthology.orchestra.run.smithi167.stdout:Total 5.7 MB/s | 3.1 MB 00:00 2024-04-15T21:45:39.014 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction check 2024-04-15T21:45:39.020 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction check succeeded. 2024-04-15T21:45:39.020 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction test 2024-04-15T21:45:39.042 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-15T21:45:39.043 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-15T21:45:39.100 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction test succeeded. 2024-04-15T21:45:39.100 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction 2024-04-15T21:45:39.254 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-15T21:45:39.320 INFO:teuthology.orchestra.run.smithi167.stdout: Preparing : 1/1 2024-04-15T21:45:39.339 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T21:45:39.422 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T21:45:39.952 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T21:45:39.962 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T21:45:40.269 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T21:45:40.269 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-15T21:45:40.269 INFO:teuthology.orchestra.run.smithi167.stdout:Installed: 2024-04-15T21:45:40.269 INFO:teuthology.orchestra.run.smithi167.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-15T21:45:40.269 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-15T21:45:40.269 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2024-04-15T21:45:40.293 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T21:45:40.293 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-15T21:45:40.293 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-15T21:45:40.293 INFO:teuthology.orchestra.run.smithi192.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-15T21:45:40.293 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-15T21:45:40.293 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-15T21:45:40.525 DEBUG:teuthology.parallel:result is None 2024-04-15T21:45:40.549 DEBUG:teuthology.parallel:result is None 2024-04-15T21:45:40.549 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-04-15T21:45:40.559 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-04-15T21:45:40.559 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-04-15T21:45:40.559 DEBUG:teuthology.orchestra.run.smithi167:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T21:45:40.578 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-04-15T21:45:40.578 DEBUG:teuthology.orchestra.run.smithi167:> stat /dev/vg_nvme/lv_1 2024-04-15T21:45:40.634 INFO:teuthology.orchestra.run.smithi167.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-15T21:45:40.634 INFO:teuthology.orchestra.run.smithi167.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:45:40.634 INFO:teuthology.orchestra.run.smithi167.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-04-15T21:45:40.634 INFO:teuthology.orchestra.run.smithi167.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:45:40.634 INFO:teuthology.orchestra.run.smithi167.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:45:40.634 INFO:teuthology.orchestra.run.smithi167.stdout:Access: 2024-04-15 21:45:36.090480690 +0000 2024-04-15T21:45:40.634 INFO:teuthology.orchestra.run.smithi167.stdout:Modify: 2024-04-15 21:45:14.040880606 +0000 2024-04-15T21:45:40.634 INFO:teuthology.orchestra.run.smithi167.stdout:Change: 2024-04-15 21:45:14.040880606 +0000 2024-04-15T21:45:40.634 INFO:teuthology.orchestra.run.smithi167.stdout: Birth: 2024-04-15 21:45:14.040880606 +0000 2024-04-15T21:45:40.635 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-15T21:45:40.701 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records in 2024-04-15T21:45:40.701 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records out 2024-04-15T21:45:40.701 INFO:teuthology.orchestra.run.smithi167.stderr:512 bytes copied, 0.000224663 s, 2.3 MB/s 2024-04-15T21:45:40.702 DEBUG:teuthology.orchestra.run.smithi167:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-15T21:45:40.759 DEBUG:teuthology.orchestra.run.smithi167:> stat /dev/vg_nvme/lv_2 2024-04-15T21:45:40.815 INFO:teuthology.orchestra.run.smithi167.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-15T21:45:40.815 INFO:teuthology.orchestra.run.smithi167.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:45:40.815 INFO:teuthology.orchestra.run.smithi167.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-04-15T21:45:40.815 INFO:teuthology.orchestra.run.smithi167.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:45:40.815 INFO:teuthology.orchestra.run.smithi167.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:45:40.816 INFO:teuthology.orchestra.run.smithi167.stdout:Access: 2024-04-15 21:45:36.090480690 +0000 2024-04-15T21:45:40.816 INFO:teuthology.orchestra.run.smithi167.stdout:Modify: 2024-04-15 21:45:14.383874385 +0000 2024-04-15T21:45:40.816 INFO:teuthology.orchestra.run.smithi167.stdout:Change: 2024-04-15 21:45:14.383874385 +0000 2024-04-15T21:45:40.816 INFO:teuthology.orchestra.run.smithi167.stdout: Birth: 2024-04-15 21:45:14.383874385 +0000 2024-04-15T21:45:40.816 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-15T21:45:40.883 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records in 2024-04-15T21:45:40.883 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records out 2024-04-15T21:45:40.883 INFO:teuthology.orchestra.run.smithi167.stderr:512 bytes copied, 0.000199498 s, 2.6 MB/s 2024-04-15T21:45:40.884 DEBUG:teuthology.orchestra.run.smithi167:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-15T21:45:40.941 DEBUG:teuthology.orchestra.run.smithi167:> stat /dev/vg_nvme/lv_3 2024-04-15T21:45:40.998 INFO:teuthology.orchestra.run.smithi167.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-15T21:45:40.998 INFO:teuthology.orchestra.run.smithi167.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:45:40.998 INFO:teuthology.orchestra.run.smithi167.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-04-15T21:45:40.998 INFO:teuthology.orchestra.run.smithi167.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:45:40.998 INFO:teuthology.orchestra.run.smithi167.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:45:40.998 INFO:teuthology.orchestra.run.smithi167.stdout:Access: 2024-04-15 21:45:36.090480690 +0000 2024-04-15T21:45:40.999 INFO:teuthology.orchestra.run.smithi167.stdout:Modify: 2024-04-15 21:45:14.722868237 +0000 2024-04-15T21:45:40.999 INFO:teuthology.orchestra.run.smithi167.stdout:Change: 2024-04-15 21:45:14.722868237 +0000 2024-04-15T21:45:40.999 INFO:teuthology.orchestra.run.smithi167.stdout: Birth: 2024-04-15 21:45:14.722868237 +0000 2024-04-15T21:45:40.999 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-15T21:45:41.065 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records in 2024-04-15T21:45:41.065 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records out 2024-04-15T21:45:41.066 INFO:teuthology.orchestra.run.smithi167.stderr:512 bytes copied, 0.000181919 s, 2.8 MB/s 2024-04-15T21:45:41.067 DEBUG:teuthology.orchestra.run.smithi167:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-15T21:45:41.123 DEBUG:teuthology.orchestra.run.smithi167:> stat /dev/vg_nvme/lv_4 2024-04-15T21:45:41.178 INFO:teuthology.orchestra.run.smithi167.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-15T21:45:41.178 INFO:teuthology.orchestra.run.smithi167.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:45:41.178 INFO:teuthology.orchestra.run.smithi167.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-04-15T21:45:41.178 INFO:teuthology.orchestra.run.smithi167.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:45:41.179 INFO:teuthology.orchestra.run.smithi167.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:45:41.179 INFO:teuthology.orchestra.run.smithi167.stdout:Access: 2024-04-15 21:45:36.090480690 +0000 2024-04-15T21:45:41.179 INFO:teuthology.orchestra.run.smithi167.stdout:Modify: 2024-04-15 21:45:15.070861926 +0000 2024-04-15T21:45:41.179 INFO:teuthology.orchestra.run.smithi167.stdout:Change: 2024-04-15 21:45:15.070861926 +0000 2024-04-15T21:45:41.179 INFO:teuthology.orchestra.run.smithi167.stdout: Birth: 2024-04-15 21:45:15.070861926 +0000 2024-04-15T21:45:41.179 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-15T21:45:41.249 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records in 2024-04-15T21:45:41.249 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records out 2024-04-15T21:45:41.249 INFO:teuthology.orchestra.run.smithi167.stderr:512 bytes copied, 0.000235998 s, 2.2 MB/s 2024-04-15T21:45:41.250 DEBUG:teuthology.orchestra.run.smithi167:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-15T21:45:41.307 DEBUG:teuthology.orchestra.run.smithi167:> 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-04-15T21:45:41.457 INFO:teuthology.orchestra.run.smithi167.stdout:loop 2024-04-15T21:45:41.458 INFO:tasks.nvme_loop:Connecting nvme_loop smithi167:/dev/vg_nvme/lv_1... 2024-04-15T21:45:41.458 DEBUG:teuthology.orchestra.run.smithi167:> 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-04-15T21:45:41.498 INFO:teuthology.orchestra.run.smithi167.stdout:1 2024-04-15T21:45:41.538 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/vg_nvme/lv_11 2024-04-15T21:45:41.569 INFO:tasks.nvme_loop:Connecting nvme_loop smithi167:/dev/vg_nvme/lv_2... 2024-04-15T21:45:41.569 DEBUG:teuthology.orchestra.run.smithi167:> 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-04-15T21:45:41.651 INFO:teuthology.orchestra.run.smithi167.stdout:1 2024-04-15T21:45:41.691 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/vg_nvme/lv_21 2024-04-15T21:45:41.741 INFO:tasks.nvme_loop:Connecting nvme_loop smithi167:/dev/vg_nvme/lv_3... 2024-04-15T21:45:41.741 DEBUG:teuthology.orchestra.run.smithi167:> 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-04-15T21:45:41.823 INFO:teuthology.orchestra.run.smithi167.stdout:1 2024-04-15T21:45:41.863 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/vg_nvme/lv_31 2024-04-15T21:45:41.894 INFO:tasks.nvme_loop:Connecting nvme_loop smithi167:/dev/vg_nvme/lv_4... 2024-04-15T21:45:41.895 DEBUG:teuthology.orchestra.run.smithi167:> 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-04-15T21:45:41.976 INFO:teuthology.orchestra.run.smithi167.stdout:1 2024-04-15T21:45:42.018 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/vg_nvme/lv_41 2024-04-15T21:45:42.057 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-04-15T21:45:42.058 DEBUG:teuthology.orchestra.run.smithi167:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T21:45:42.113 DEBUG:teuthology.orchestra.run.smithi167:> sudo nvme list 2024-04-15T21:45:42.182 INFO:teuthology.orchestra.run.smithi167.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-15T21:45:42.182 INFO:teuthology.orchestra.run.smithi167.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-15T21:45:42.182 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/nvme0n1 CVFT62330080400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-15T21:45:42.182 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/nvme1n1 ac82daa02ea12dc08954 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T21:45:42.182 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/nvme2n1 36abaed24255a63023b2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T21:45:42.183 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/nvme3n1 d6cd5c503f6ad7b33010 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T21:45:42.183 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/nvme4n1 8737b93751051d9958f7 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T21:45:42.183 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-15T21:45:42.184 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-04-15T21:45:42.184 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/scratch_devs 2024-04-15T21:45:42.252 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-15T21:45:42.252 DEBUG:teuthology.orchestra.run.smithi192:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T21:45:42.272 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-04-15T21:45:42.272 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_1 2024-04-15T21:45:42.331 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-15T21:45:42.332 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:45:42.332 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-04-15T21:45:42.332 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:45:42.332 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:45:42.332 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-04-15 21:45:36.048544443 +0000 2024-04-15T21:45:42.332 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-04-15 21:45:14.032978797 +0000 2024-04-15T21:45:42.332 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-04-15 21:45:14.032978797 +0000 2024-04-15T21:45:42.332 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: 2024-04-15 21:45:14.032978797 +0000 2024-04-15T21:45:42.332 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-15T21:45:42.403 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-04-15T21:45:42.403 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-04-15T21:45:42.403 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000204491 s, 2.5 MB/s 2024-04-15T21:45:42.404 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-15T21:45:42.463 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_2 2024-04-15T21:45:42.519 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-15T21:45:42.519 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:45:42.520 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-04-15T21:45:42.520 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:45:42.520 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:45:42.520 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-04-15 21:45:36.048544443 +0000 2024-04-15T21:45:42.520 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-04-15 21:45:14.378971970 +0000 2024-04-15T21:45:42.520 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-04-15 21:45:14.378971970 +0000 2024-04-15T21:45:42.520 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: 2024-04-15 21:45:14.378971970 +0000 2024-04-15T21:45:42.520 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-15T21:45:42.589 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-04-15T21:45:42.589 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-04-15T21:45:42.589 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000208583 s, 2.5 MB/s 2024-04-15T21:45:42.591 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-15T21:45:42.648 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_3 2024-04-15T21:45:42.705 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-15T21:45:42.705 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:45:42.705 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 5h/5d Inode: 706 Links: 1 2024-04-15T21:45:42.705 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:45:42.705 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:45:42.705 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-04-15 21:45:36.048544443 +0000 2024-04-15T21:45:42.705 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-04-15 21:45:14.708965460 +0000 2024-04-15T21:45:42.706 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-04-15 21:45:14.708965460 +0000 2024-04-15T21:45:42.706 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: 2024-04-15 21:45:14.708965460 +0000 2024-04-15T21:45:42.706 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-15T21:45:42.773 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-04-15T21:45:42.773 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-04-15T21:45:42.773 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000223273 s, 2.3 MB/s 2024-04-15T21:45:42.774 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-15T21:45:42.830 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_4 2024-04-15T21:45:42.886 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-15T21:45:42.886 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:45:42.886 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-04-15T21:45:42.886 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:45:42.887 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:45:42.887 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-04-15 21:45:36.048544443 +0000 2024-04-15T21:45:42.887 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-04-15 21:45:15.058958554 +0000 2024-04-15T21:45:42.887 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-04-15 21:45:15.058958554 +0000 2024-04-15T21:45:42.887 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: 2024-04-15 21:45:15.058958554 +0000 2024-04-15T21:45:42.887 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-15T21:45:42.953 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-04-15T21:45:42.953 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-04-15T21:45:42.953 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000188764 s, 2.7 MB/s 2024-04-15T21:45:42.955 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-15T21:45:43.011 DEBUG:teuthology.orchestra.run.smithi192:> 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-04-15T21:45:43.162 INFO:teuthology.orchestra.run.smithi192.stdout:loop 2024-04-15T21:45:43.163 INFO:tasks.nvme_loop:Connecting nvme_loop smithi192:/dev/vg_nvme/lv_1... 2024-04-15T21:45:43.163 DEBUG:teuthology.orchestra.run.smithi192:> 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-04-15T21:45:43.203 INFO:teuthology.orchestra.run.smithi192.stdout:1 2024-04-15T21:45:43.243 INFO:teuthology.orchestra.run.smithi192.stdout:/dev/vg_nvme/lv_11 2024-04-15T21:45:43.274 INFO:tasks.nvme_loop:Connecting nvme_loop smithi192:/dev/vg_nvme/lv_2... 2024-04-15T21:45:43.274 DEBUG:teuthology.orchestra.run.smithi192:> 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-04-15T21:45:43.361 INFO:teuthology.orchestra.run.smithi192.stdout:1 2024-04-15T21:45:43.400 INFO:teuthology.orchestra.run.smithi192.stdout:/dev/vg_nvme/lv_21 2024-04-15T21:45:43.430 INFO:tasks.nvme_loop:Connecting nvme_loop smithi192:/dev/vg_nvme/lv_3... 2024-04-15T21:45:43.430 DEBUG:teuthology.orchestra.run.smithi192:> 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-04-15T21:45:43.512 INFO:teuthology.orchestra.run.smithi192.stdout:1 2024-04-15T21:45:43.553 INFO:teuthology.orchestra.run.smithi192.stdout:/dev/vg_nvme/lv_31 2024-04-15T21:45:43.592 INFO:tasks.nvme_loop:Connecting nvme_loop smithi192:/dev/vg_nvme/lv_4... 2024-04-15T21:45:43.592 DEBUG:teuthology.orchestra.run.smithi192:> 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-04-15T21:45:43.673 INFO:teuthology.orchestra.run.smithi192.stdout:1 2024-04-15T21:45:43.714 INFO:teuthology.orchestra.run.smithi192.stdout:/dev/vg_nvme/lv_41 2024-04-15T21:45:43.754 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-15T21:45:43.754 DEBUG:teuthology.orchestra.run.smithi192:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T21:45:43.809 DEBUG:teuthology.orchestra.run.smithi192:> sudo nvme list 2024-04-15T21:45:43.877 INFO:teuthology.orchestra.run.smithi192.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-15T21:45:43.878 INFO:teuthology.orchestra.run.smithi192.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-15T21:45:43.878 INFO:teuthology.orchestra.run.smithi192.stdout:/dev/nvme0n1 PHFT620500NN400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-15T21:45:43.878 INFO:teuthology.orchestra.run.smithi192.stdout:/dev/nvme1n1 f375d88723ad27ab56a8 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T21:45:43.878 INFO:teuthology.orchestra.run.smithi192.stdout:/dev/nvme2n1 b10c189d6b8a39b7775c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T21:45:43.878 INFO:teuthology.orchestra.run.smithi192.stdout:/dev/nvme3n1 6114889958cc3e743d6e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T21:45:43.878 INFO:teuthology.orchestra.run.smithi192.stdout:/dev/nvme4n1 da533698db3a80bb7964 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T21:45:43.879 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-15T21:45:43.879 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-15T21:45:43.879 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/scratch_devs 2024-04-15T21:45:43.948 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-15T21:45:44.047 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\\)'], 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765'} 2024-04-15T21:45:44.047 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:45:44.048 INFO:tasks.cephadm:Cluster fsid is 82dd4cb4-fb71-11ee-bc8f-c7b262605968 2024-04-15T21:45:44.048 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-15T21:45:44.048 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-04-15T21:45:44.048 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi167': '172.21.15.167', 'mon.smithi192': '172.21.15.192'} 2024-04-15T21:45:44.048 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-15T21:45:44.048 DEBUG:teuthology.orchestra.run.smithi167:> sudo hostname $(hostname -s) 2024-04-15T21:45:44.085 DEBUG:teuthology.orchestra.run.smithi192:> sudo hostname $(hostname -s) 2024-04-15T21:45:44.114 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-15T21:45:44.115 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:45:44.344 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/54895/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2114-ga9a752df', 'node_name': '172.21.5.39+adami09', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2114.ga9a752df'}, 'url': 'https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-14 16:04:37.608971', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-04-15T21:45:44.489 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref squid, sha1 a9a752df26c63acad72e1b3569fd79a515ca0765 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:45:44.491 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm 2024-04-15T21:45:44.491 DEBUG:teuthology.orchestra.run.smithi167:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T21:45:44.985 INFO:teuthology.orchestra.run.smithi167.stdout:-rw-r--r--. 1 ubuntu ubuntu 767805 Apr 15 21:45 /home/ubuntu/cephtest/cephadm 2024-04-15T21:45:44.985 DEBUG:teuthology.orchestra.run.smithi192:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T21:45:45.768 INFO:teuthology.orchestra.run.smithi192.stdout:-rw-r--r--. 1 ubuntu ubuntu 767805 Apr 15 21:45 /home/ubuntu/cephtest/cephadm 2024-04-15T21:45:45.768 DEBUG:teuthology.orchestra.run.smithi167:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T21:45:45.787 DEBUG:teuthology.orchestra.run.smithi192:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T21:45:45.815 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 on all hosts... 2024-04-15T21:45:45.815 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T21:45:45.830 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T21:45:46.640 INFO:teuthology.orchestra.run.smithi192.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T21:45:46.663 INFO:teuthology.orchestra.run.smithi167.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T21:45:46.808 INFO:teuthology.orchestra.run.smithi192.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:45:46.808 INFO:teuthology.orchestra.run.smithi192.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T21:45:46.808 INFO:teuthology.orchestra.run.smithi192.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765: reading manifest a9a752df26c63acad72e1b3569fd79a515ca0765 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-15T21:45:46.808 INFO:teuthology.orchestra.run.smithi192.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:45:46.825 INFO:teuthology.orchestra.run.smithi167.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:45:46.825 INFO:teuthology.orchestra.run.smithi167.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T21:45:46.825 INFO:teuthology.orchestra.run.smithi167.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765: reading manifest a9a752df26c63acad72e1b3569fd79a515ca0765 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-15T21:45:46.826 INFO:teuthology.orchestra.run.smithi167.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:45:46.847 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:45:46.848 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi167 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T21:45:46.849 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-15T21:45:46.851 DEBUG:teuthology.misc:Transferring archived files from smithi167:/var/lib/ceph/82dd4cb4-fb71-11ee-bc8f-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657478/remote/smithi167/crash 2024-04-15T21:45:46.852 DEBUG:teuthology.orchestra.run.smithi167:> sudo tar c -f - -C /var/lib/ceph/82dd4cb4-fb71-11ee-bc8f-c7b262605968/crash -- . 2024-04-15T21:45:46.887 INFO:teuthology.orchestra.run.smithi167.stderr:tar: /var/lib/ceph/82dd4cb4-fb71-11ee-bc8f-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T21:45:46.887 INFO:teuthology.orchestra.run.smithi167.stderr:tar: Error is not recoverable: exiting now 2024-04-15T21:45:46.889 DEBUG:teuthology.misc:Transferring archived files from smithi192:/var/lib/ceph/82dd4cb4-fb71-11ee-bc8f-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657478/remote/smithi192/crash 2024-04-15T21:45:46.890 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /var/lib/ceph/82dd4cb4-fb71-11ee-bc8f-c7b262605968/crash -- . 2024-04-15T21:45:46.927 INFO:teuthology.orchestra.run.smithi192.stderr:tar: /var/lib/ceph/82dd4cb4-fb71-11ee-bc8f-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T21:45:46.927 INFO:teuthology.orchestra.run.smithi192.stderr:tar: Error is not recoverable: exiting now 2024-04-15T21:45:46.928 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-15T21:45:46.929 DEBUG:teuthology.orchestra.run.smithi167:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/82dd4cb4-fb71-11ee-bc8f-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-15T21:45:46.957 INFO:teuthology.orchestra.run.smithi167.stderr:grep: /var/log/ceph/82dd4cb4-fb71-11ee-bc8f-c7b262605968/ceph.log: No such file or directory 2024-04-15T21:45:46.958 INFO:tasks.cephadm:Compressing logs... 2024-04-15T21:45:46.958 DEBUG:teuthology.orchestra.run.smithi167:> 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-04-15T21:45:47.001 DEBUG:teuthology.orchestra.run.smithi192:> 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-04-15T21:45:47.027 INFO:teuthology.orchestra.run.smithi167.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T21:45:47.027 INFO:teuthology.orchestra.run.smithi167.stderr:: No such file or directory 2024-04-15T21:45:47.027 INFO:teuthology.orchestra.run.smithi167.stderr:/var/log/ceph/cephadm.log: 73.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T21:45:47.028 INFO:teuthology.orchestra.run.smithi167.stderr: 2024-04-15T21:45:47.029 INFO:teuthology.orchestra.run.smithi167.stderr:real 0m0.015s 2024-04-15T21:45:47.029 INFO:teuthology.orchestra.run.smithi167.stderr:user 0m0.010s 2024-04-15T21:45:47.029 INFO:teuthology.orchestra.run.smithi167.stderr:sys 0m0.018s 2024-04-15T21:45:47.029 INFO:teuthology.orchestra.run.smithi192.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T21:45:47.030 INFO:teuthology.orchestra.run.smithi192.stderr:: No such file or directory 2024-04-15T21:45:47.030 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/cephadm.log: 73.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T21:45:47.031 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-04-15T21:45:47.031 INFO:teuthology.orchestra.run.smithi192.stderr:real 0m0.015s 2024-04-15T21:45:47.032 INFO:teuthology.orchestra.run.smithi192.stderr:user 0m0.012s 2024-04-15T21:45:47.032 INFO:teuthology.orchestra.run.smithi192.stderr:sys 0m0.017s 2024-04-15T21:45:47.032 INFO:tasks.cephadm:Archiving logs... 2024-04-15T21:45:47.032 DEBUG:teuthology.misc:Transferring archived files from smithi167:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657478/remote/smithi167/log 2024-04-15T21:45:47.033 DEBUG:teuthology.orchestra.run.smithi167:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T21:45:47.098 DEBUG:teuthology.misc:Transferring archived files from smithi192:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657478/remote/smithi192/log 2024-04-15T21:45:47.099 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T21:45:47.127 INFO:tasks.cephadm:Removing cluster... 2024-04-15T21:45:47.127 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 82dd4cb4-fb71-11ee-bc8f-c7b262605968 --force 2024-04-15T21:45:47.317 INFO:teuthology.orchestra.run.smithi167.stdout:Deleting cluster with fsid: 82dd4cb4-fb71-11ee-bc8f-c7b262605968 2024-04-15T21:45:47.434 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 82dd4cb4-fb71-11ee-bc8f-c7b262605968 --force 2024-04-15T21:45:47.609 INFO:teuthology.orchestra.run.smithi192.stdout:Deleting cluster with fsid: 82dd4cb4-fb71-11ee-bc8f-c7b262605968 2024-04-15T21:45:47.723 INFO:tasks.cephadm:Removing cephadm ... 2024-04-15T21:45:47.724 DEBUG:teuthology.orchestra.run.smithi167:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T21:45:47.740 DEBUG:teuthology.orchestra.run.smithi192:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T21:45:47.756 INFO:tasks.cephadm:Teardown complete 2024-04-15T21:45:47.756 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1771, 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_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1686, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi167 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T21:45:47.965 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=ac850746eacc4457abf405848f875b14 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1771, 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_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1686, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi167 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T21:45:47.969 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-15T21:45:47.979 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-04-15T21:45:47.987 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi167:/dev/vg_nvme/lv_1... 2024-04-15T21:45:47.987 DEBUG:teuthology.orchestra.run.smithi167:> sudo nvme disconnect -n lv_1 2024-04-15T21:45:48.130 INFO:teuthology.orchestra.run.smithi167.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-15T21:45:48.131 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:45:48.132 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi167:/dev/vg_nvme/lv_2... 2024-04-15T21:45:48.132 DEBUG:teuthology.orchestra.run.smithi167:> sudo nvme disconnect -n lv_2 2024-04-15T21:45:48.287 INFO:teuthology.orchestra.run.smithi167.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-15T21:45:48.289 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:45:48.290 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi167:/dev/vg_nvme/lv_3... 2024-04-15T21:45:48.290 DEBUG:teuthology.orchestra.run.smithi167:> sudo nvme disconnect -n lv_3 2024-04-15T21:45:48.437 INFO:teuthology.orchestra.run.smithi167.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-15T21:45:48.438 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:45:48.439 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi167:/dev/vg_nvme/lv_4... 2024-04-15T21:45:48.439 DEBUG:teuthology.orchestra.run.smithi167:> sudo nvme disconnect -n lv_4 2024-04-15T21:45:48.564 INFO:teuthology.orchestra.run.smithi167.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-15T21:45:48.565 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:45:48.566 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-04-15T21:45:48.566 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/scratch_devs 2024-04-15T21:45:48.597 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi192:/dev/vg_nvme/lv_1... 2024-04-15T21:45:48.598 DEBUG:teuthology.orchestra.run.smithi192:> sudo nvme disconnect -n lv_1 2024-04-15T21:45:48.748 INFO:teuthology.orchestra.run.smithi192.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-15T21:45:48.749 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:45:48.750 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi192:/dev/vg_nvme/lv_2... 2024-04-15T21:45:48.750 DEBUG:teuthology.orchestra.run.smithi192:> sudo nvme disconnect -n lv_2 2024-04-15T21:45:48.881 INFO:teuthology.orchestra.run.smithi192.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-15T21:45:48.882 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:45:48.883 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi192:/dev/vg_nvme/lv_3... 2024-04-15T21:45:48.883 DEBUG:teuthology.orchestra.run.smithi192:> sudo nvme disconnect -n lv_3 2024-04-15T21:45:49.018 INFO:teuthology.orchestra.run.smithi192.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-15T21:45:49.019 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:45:49.019 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi192:/dev/vg_nvme/lv_4... 2024-04-15T21:45:49.020 DEBUG:teuthology.orchestra.run.smithi192:> sudo nvme disconnect -n lv_4 2024-04-15T21:45:49.161 INFO:teuthology.orchestra.run.smithi192.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-15T21:45:49.162 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:45:49.163 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-15T21:45:49.163 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/scratch_devs 2024-04-15T21:45:49.192 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-15T21:45:49.201 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-15T21:45:49.202 DEBUG:teuthology.orchestra.run.smithi167:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T21:45:49.207 DEBUG:teuthology.orchestra.run.smithi192:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T21:45:49.220 INFO:teuthology.orchestra.run.smithi167.stderr:bash: line 1: ntpq: command not found 2024-04-15T21:45:49.224 INFO:teuthology.orchestra.run.smithi167.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T21:45:49.224 INFO:teuthology.orchestra.run.smithi167.stdout:=============================================================================== 2024-04-15T21:45:49.224 INFO:teuthology.orchestra.run.smithi167.stdout:^* hv01.front.sepia.ceph.com 3 6 17 5 +921us[ +924us] +/- 53ms 2024-04-15T21:45:49.224 INFO:teuthology.orchestra.run.smithi167.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 6 -290us[ -286us] +/- 64ms 2024-04-15T21:45:49.224 INFO:teuthology.orchestra.run.smithi167.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 5 -971us[ -971us] +/- 77ms 2024-04-15T21:45:49.225 INFO:teuthology.orchestra.run.smithi167.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:45:49.248 INFO:teuthology.orchestra.run.smithi192.stderr:bash: line 1: ntpq: command not found 2024-04-15T21:45:49.252 INFO:teuthology.orchestra.run.smithi192.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T21:45:49.252 INFO:teuthology.orchestra.run.smithi192.stdout:=============================================================================== 2024-04-15T21:45:49.252 INFO:teuthology.orchestra.run.smithi192.stdout:^* hv01.front.sepia.ceph.com 3 6 17 5 +897us[ +885us] +/- 53ms 2024-04-15T21:45:49.253 INFO:teuthology.orchestra.run.smithi192.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 5 -286us[ -298us] +/- 64ms 2024-04-15T21:45:49.253 INFO:teuthology.orchestra.run.smithi192.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 6 -973us[ -986us] +/- 77ms 2024-04-15T21:45:49.254 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:45:49.255 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-15T21:45:49.263 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-15T21:45:49.264 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-15T21:45:49.273 DEBUG:teuthology.orchestra.run.smithi167:> 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-04-15T21:45:49.344 DEBUG:teuthology.orchestra.run.smithi192:> 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-04-15T21:45:49.410 DEBUG:teuthology.orchestra.run.smithi167:> 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-04-15T21:45:49.443 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:45:49.444 DEBUG:teuthology.orchestra.run.smithi192:> 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-04-15T21:45:49.475 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:45:49.475 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-15T21:45:49.489 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-15T21:45:49.498 INFO:teuthology.task.internal:Duration was 272.378402 seconds 2024-04-15T21:45:49.498 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-15T21:45:49.508 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-15T21:45:49.509 DEBUG:teuthology.orchestra.run.smithi167:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T21:45:49.511 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T21:45:49.557 INFO:teuthology.orchestra.run.smithi167.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T21:45:49.561 INFO:teuthology.orchestra.run.smithi192.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T21:45:49.762 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-15T21:45:49.762 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi167.front.sepia.ceph.com 2024-04-15T21:45:49.762 DEBUG:teuthology.orchestra.run.smithi167:> 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-04-15T21:45:49.784 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi192.front.sepia.ceph.com 2024-04-15T21:45:49.784 DEBUG:teuthology.orchestra.run.smithi192:> 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-04-15T21:45:49.809 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-15T21:45:49.810 DEBUG:teuthology.orchestra.run.smithi167:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T21:45:49.826 DEBUG:teuthology.orchestra.run.smithi192:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T21:45:49.879 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-15T21:45:49.880 DEBUG:teuthology.orchestra.run.smithi167:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T21:45:49.897 DEBUG:teuthology.orchestra.run.smithi192:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T21:45:50.010 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-15T21:45:50.020 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-15T21:45:50.020 DEBUG:teuthology.orchestra.run.smithi167:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T21:45:50.048 DEBUG:teuthology.orchestra.run.smithi192:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T21:45:50.077 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-15T21:45:50.087 DEBUG:teuthology.orchestra.run.smithi167:> 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-04-15T21:45:50.091 DEBUG:teuthology.orchestra.run.smithi192:> 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-04-15T21:45:50.115 INFO:teuthology.orchestra.run.smithi167.stdout:kernel.core_pattern = core 2024-04-15T21:45:50.143 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern = core 2024-04-15T21:45:50.174 DEBUG:teuthology.orchestra.run.smithi167:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T21:45:50.190 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:45:50.191 DEBUG:teuthology.orchestra.run.smithi192:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T21:45:50.229 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:45:50.229 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-15T21:45:50.240 INFO:teuthology.task.internal:Transferring archived files... 2024-04-15T21:45:50.240 DEBUG:teuthology.misc:Transferring archived files from smithi167:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657478/remote/smithi167 2024-04-15T21:45:50.241 DEBUG:teuthology.orchestra.run.smithi167:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T21:45:50.277 DEBUG:teuthology.misc:Transferring archived files from smithi192:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657478/remote/smithi192 2024-04-15T21:45:50.277 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T21:45:50.312 INFO:teuthology.task.internal:Removing archive directory... 2024-04-15T21:45:50.312 DEBUG:teuthology.orchestra.run.smithi167:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T21:45:50.315 DEBUG:teuthology.orchestra.run.smithi192:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T21:45:50.363 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-15T21:45:50.374 INFO:teuthology.task.internal:Not uploading archives. 2024-04-15T21:45:50.374 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-15T21:45:50.384 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-15T21:45:50.384 DEBUG:teuthology.orchestra.run.smithi167:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T21:45:50.386 DEBUG:teuthology.orchestra.run.smithi192:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T21:45:50.399 INFO:teuthology.orchestra.run.smithi167.stdout: 265322 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 21:45 /home/ubuntu/cephtest 2024-04-15T21:45:50.417 INFO:teuthology.orchestra.run.smithi192.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 21:45 /home/ubuntu/cephtest 2024-04-15T21:45:50.418 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-15T21:45:50.429 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-15T21:45:50.447 INFO:teuthology.nuke:Checking targets against current locks 2024-04-15T21:45:50.470 DEBUG:teuthology.nuke:shortname: smithi167 2024-04-15T21:45:50.470 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T21:45:50.492 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi167.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657478', '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-04-15 21:30:28.432265', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGNaXnVDld7BDsuyuI2tiRRzvdy3+6UvTONF8IfURWrqHz5ctzgveCiyrJmjOfEDxV72zOh2O5cfW+YN+5Vm8ko='} 2024-04-15T21:45:50.496 DEBUG:teuthology.nuke:shortname: smithi192 2024-04-15T21:45:50.496 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T21:45:50.514 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi192.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657478', '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-04-15 21:30:28.433856', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVKl+RUfE+0vNnsyO6jkJNDdeg69ZVagToESFqkPdbzIMVkMGwjl7jp3TSx00YS01TTmZWd02fCd6jFHkK7SGA='} 2024-04-15T21:45:50.544 INFO:teuthology.orchestra.console.smithi167:Power off 2024-04-15T21:45:50.545 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T21:45:50.558 INFO:teuthology.orchestra.console.smithi192:Power off 2024-04-15T21:45:50.559 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T21:45:50.567 DEBUG:teuthology.orchestra.console.smithi167:power off output: Chassis Power Control: Down/Off 2024-04-15T21:45:50.568 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:45:50.582 DEBUG:teuthology.orchestra.console.smithi192:power off output: Chassis Power Control: Down/Off 2024-04-15T21:45:50.582 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:45:50.594 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is on 2024-04-15T21:45:50.608 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is on 2024-04-15T21:45:54.594 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:45:54.609 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:45:54.706 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is on 2024-04-15T21:45:54.720 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is on 2024-04-15T21:45:58.710 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:45:58.720 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:45:58.821 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is on 2024-04-15T21:45:58.832 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is off 2024-04-15T21:45:58.933 INFO:teuthology.orchestra.console.smithi192:Power off completed 2024-04-15T21:46:02.824 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:46:02.934 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is off 2024-04-15T21:46:03.035 INFO:teuthology.orchestra.console.smithi167:Power off completed 2024-04-15T21:46:03.139 INFO:teuthology.run:Summary data: description: orch/cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} duration: 272.37840151786804 failure_reason: 'Command failed on smithi167 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull''' owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=ac850746eacc4457abf405848f875b14 status: fail success: false 2024-04-15T21:46:03.140 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T21:46:03.232 INFO:teuthology.run:FAIL