2024-04-22T21:57:00.794 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-22T21:57:00.795 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668840 --description orch/cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} --name teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi --verbose --owner scheduled_teuthology@teuthology -- /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668840/orig.config.yaml 2024-04-22T21:57:00.829 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T21:57:00.913 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668840 branch: squid description: orch/cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} email: ceph-qa@ceph.com first_in_suite: false job_id: '7668840' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-22_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\) log-only-match: - CEPHADM_ sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - client.0 - - host.b - client.1 seed: 207 sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f sleep_before_teardown: 0 subset: 24/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9 targets: smithi112.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCxjQTZJUGBv6DZeHadK6MIuHDv2jhqlcikGP0lNjaYoEPlORlkE6pKUsvgil6zeb4+Ih3gzpacmnfwzXwDI+qw= smithi161.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPNg6KTUsRwyb0Ao7yCS8xsgrOvQbTTUlafrQ6QaF7b8V3AtZBEzb5uWj2mrlvTl7BByUKtTInyX7WQtOQjHwp0= 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 --bucket foobucket --cluster-id foo --pseudo-path /foobucket - 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}}:/foobucket /mnt/foo - find /mnt/foo -ls - grep thebody /mnt/foo/myobject - echo test > /mnt/foo/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 /foobucket - 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: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-22_21:08:03 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-22T21:57:00.913 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa; will attempt to use it 2024-04-22T21:57:00.914 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks 2024-04-22T21:57:00.914 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-22T21:57:00.916 INFO:teuthology.task.internal:Checking packages... 2024-04-22T21:57:00.941 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '430e09df97c8fc7dc2b2ae424f68ed11366c540f' 2024-04-22T21:57:00.941 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-22T21:57:00.942 INFO:teuthology.packaging:ref: None 2024-04-22T21:57:00.942 INFO:teuthology.packaging:tag: None 2024-04-22T21:57:00.942 INFO:teuthology.packaging:branch: squid 2024-04-22T21:57:00.942 INFO:teuthology.packaging:sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:57:00.942 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-22T21:57:01.246 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2420.g246d7127 2024-04-22T21:57:01.248 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-22T21:57:01.255 INFO:teuthology.task.internal:no buildpackages task found 2024-04-22T21:57:01.255 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-22T21:57:01.274 INFO:teuthology.task.internal:Saving configuration 2024-04-22T21:57:01.287 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-22T21:57:01.310 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T21:57:01.335 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi112.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668840', '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-22 21:50:26.662269', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCxjQTZJUGBv6DZeHadK6MIuHDv2jhqlcikGP0lNjaYoEPlORlkE6pKUsvgil6zeb4+Ih3gzpacmnfwzXwDI+qw='} 2024-04-22T21:57:01.360 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi161.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668840', '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-22 21:50:26.664405', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPNg6KTUsRwyb0Ao7yCS8xsgrOvQbTTUlafrQ6QaF7b8V3AtZBEzb5uWj2mrlvTl7BByUKtTInyX7WQtOQjHwp0='} 2024-04-22T21:57:01.360 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-22T21:57:01.366 INFO:teuthology.task.internal:roles: ubuntu@smithi112.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-04-22T21:57:01.366 INFO:teuthology.task.internal:roles: ubuntu@smithi161.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-04-22T21:57:01.366 INFO:teuthology.run_tasks:Running task console_log... 2024-04-22T21:57:01.453 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f78c1cc90d0>, signals=[15]) 2024-04-22T21:57:01.453 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-22T21:57:01.460 INFO:teuthology.task.internal:Opening connections... 2024-04-22T21:57:01.460 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi112.front.sepia.ceph.com 2024-04-22T21:57:01.461 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:57:01.542 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi161.front.sepia.ceph.com 2024-04-22T21:57:01.542 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:57:01.615 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-22T21:57:01.657 DEBUG:teuthology.orchestra.run.smithi112:> uname -m 2024-04-22T21:57:01.675 INFO:teuthology.orchestra.run.smithi112.stdout:x86_64 2024-04-22T21:57:01.675 DEBUG:teuthology.orchestra.run.smithi112:> cat /etc/os-release 2024-04-22T21:57:01.732 INFO:teuthology.orchestra.run.smithi112.stdout:NAME="CentOS Stream" 2024-04-22T21:57:01.732 INFO:teuthology.orchestra.run.smithi112.stdout:VERSION="9" 2024-04-22T21:57:01.732 INFO:teuthology.orchestra.run.smithi112.stdout:ID="centos" 2024-04-22T21:57:01.732 INFO:teuthology.orchestra.run.smithi112.stdout:ID_LIKE="rhel fedora" 2024-04-22T21:57:01.732 INFO:teuthology.orchestra.run.smithi112.stdout:VERSION_ID="9" 2024-04-22T21:57:01.732 INFO:teuthology.orchestra.run.smithi112.stdout:PLATFORM_ID="platform:el9" 2024-04-22T21:57:01.732 INFO:teuthology.orchestra.run.smithi112.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T21:57:01.732 INFO:teuthology.orchestra.run.smithi112.stdout:ANSI_COLOR="0;31" 2024-04-22T21:57:01.733 INFO:teuthology.orchestra.run.smithi112.stdout:LOGO="fedora-logo-icon" 2024-04-22T21:57:01.733 INFO:teuthology.orchestra.run.smithi112.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T21:57:01.733 INFO:teuthology.orchestra.run.smithi112.stdout:HOME_URL="https://centos.org/" 2024-04-22T21:57:01.733 INFO:teuthology.orchestra.run.smithi112.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T21:57:01.733 INFO:teuthology.orchestra.run.smithi112.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T21:57:01.733 INFO:teuthology.orchestra.run.smithi112.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T21:57:01.734 INFO:teuthology.lock.ops:Updating smithi112.front.sepia.ceph.com on lock server 2024-04-22T21:57:01.756 DEBUG:teuthology.orchestra.run.smithi161:> uname -m 2024-04-22T21:57:01.774 INFO:teuthology.orchestra.run.smithi161.stdout:x86_64 2024-04-22T21:57:01.774 DEBUG:teuthology.orchestra.run.smithi161:> cat /etc/os-release 2024-04-22T21:57:01.831 INFO:teuthology.orchestra.run.smithi161.stdout:NAME="CentOS Stream" 2024-04-22T21:57:01.831 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION="9" 2024-04-22T21:57:01.831 INFO:teuthology.orchestra.run.smithi161.stdout:ID="centos" 2024-04-22T21:57:01.831 INFO:teuthology.orchestra.run.smithi161.stdout:ID_LIKE="rhel fedora" 2024-04-22T21:57:01.831 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION_ID="9" 2024-04-22T21:57:01.831 INFO:teuthology.orchestra.run.smithi161.stdout:PLATFORM_ID="platform:el9" 2024-04-22T21:57:01.831 INFO:teuthology.orchestra.run.smithi161.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T21:57:01.831 INFO:teuthology.orchestra.run.smithi161.stdout:ANSI_COLOR="0;31" 2024-04-22T21:57:01.831 INFO:teuthology.orchestra.run.smithi161.stdout:LOGO="fedora-logo-icon" 2024-04-22T21:57:01.831 INFO:teuthology.orchestra.run.smithi161.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T21:57:01.831 INFO:teuthology.orchestra.run.smithi161.stdout:HOME_URL="https://centos.org/" 2024-04-22T21:57:01.831 INFO:teuthology.orchestra.run.smithi161.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T21:57:01.832 INFO:teuthology.orchestra.run.smithi161.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T21:57:01.832 INFO:teuthology.orchestra.run.smithi161.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T21:57:01.832 INFO:teuthology.lock.ops:Updating smithi161.front.sepia.ceph.com on lock server 2024-04-22T21:57:01.847 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-22T21:57:01.856 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-22T21:57:01.901 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-22T21:57:01.901 DEBUG:teuthology.orchestra.run.smithi112:> test '!' -e /home/ubuntu/cephtest 2024-04-22T21:57:01.904 DEBUG:teuthology.orchestra.run.smithi161:> test '!' -e /home/ubuntu/cephtest 2024-04-22T21:57:01.920 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-22T21:57:01.926 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-22T21:57:01.926 DEBUG:teuthology.orchestra.run.smithi112:> test -z $(ls -A /var/lib/ceph) 2024-04-22T21:57:01.960 DEBUG:teuthology.orchestra.run.smithi161:> test -z $(ls -A /var/lib/ceph) 2024-04-22T21:57:02.072 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-22T21:57:02.126 INFO:teuthology.run_tasks:Running task kernel... 2024-04-22T21:57:02.141 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-22T21:57:02.141 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-22T21:57:02.141 DEBUG:teuthology.orchestra.run.smithi112:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T21:57:02.142 DEBUG:teuthology.orchestra.run.smithi161:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T21:57:02.157 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:57:02.158 DEBUG:teuthology.orchestra.run.smithi112:> uname -r 2024-04-22T21:57:02.159 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:57:02.159 DEBUG:teuthology.orchestra.run.smithi161:> uname -r 2024-04-22T21:57:02.215 INFO:teuthology.orchestra.run.smithi112.stdout:5.14.0-437.el9.x86_64 2024-04-22T21:57:02.215 INFO:teuthology.task.kernel:Running kernel on smithi112: 5.14.0-437.el9.x86_64 2024-04-22T21:57:02.215 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum install -y kernel 2024-04-22T21:57:02.216 INFO:teuthology.orchestra.run.smithi161.stdout:5.14.0-437.el9.x86_64 2024-04-22T21:57:02.216 INFO:teuthology.task.kernel:Running kernel on smithi161: 5.14.0-437.el9.x86_64 2024-04-22T21:57:02.216 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum install -y kernel 2024-04-22T21:57:05.969 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 9 - BaseOS 3.7 MB/s | 8.0 MB 00:02 2024-04-22T21:57:06.022 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 9 - BaseOS 3.5 MB/s | 8.0 MB 00:02 2024-04-22T21:57:09.081 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 9 - AppStream 9.5 MB/s | 19 MB 00:02 2024-04-22T21:57:17.182 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 9 - CRB 1.4 MB/s | 6.2 MB 00:04 2024-04-22T21:57:18.507 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 9 - AppStream 1.7 MB/s | 19 MB 00:11 2024-04-22T21:57:18.824 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 9 - Extras packages 56 kB/s | 16 kB 00:00 2024-04-22T21:57:23.644 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 9 - CRB 4.1 MB/s | 6.2 MB 00:01 2024-04-22T21:57:25.483 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 9 - Extras packages 32 kB/s | 16 kB 00:00 2024-04-22T21:57:27.312 INFO:teuthology.orchestra.run.smithi161.stdout:Extra Packages for Enterprise Linux 12 MB/s | 21 MB 00:01 2024-04-22T21:57:27.499 INFO:teuthology.orchestra.run.smithi112.stdout:Extra Packages for Enterprise Linux 2.4 MB/s | 21 MB 00:08 2024-04-22T21:57:32.443 INFO:teuthology.orchestra.run.smithi161.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2024-04-22T21:57:32.466 INFO:teuthology.orchestra.run.smithi112.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-04-22T21:57:34.232 INFO:teuthology.orchestra.run.smithi161.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T21:57:34.233 INFO:teuthology.orchestra.run.smithi161.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T21:57:34.322 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-04-22T21:57:34.323 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2024-04-22T21:57:34.323 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-04-22T21:57:34.347 INFO:teuthology.orchestra.run.smithi112.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T21:57:34.347 INFO:teuthology.orchestra.run.smithi112.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T21:57:34.432 DEBUG:teuthology.orchestra.run.smithi161:> echo no | sudo yum reinstall kernel || true 2024-04-22T21:57:34.433 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-04-22T21:57:34.434 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2024-04-22T21:57:34.434 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-04-22T21:57:34.533 DEBUG:teuthology.orchestra.run.smithi112:> echo no | sudo yum reinstall kernel || true 2024-04-22T21:57:34.935 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:00:02 ago on Mon 22 Apr 2024 09:57:32 PM UTC. 2024-04-22T21:57:35.031 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 09:57:32 PM UTC. 2024-04-22T21:57:35.069 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-04-22T21:57:35.085 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-22T21:57:35.085 INFO:teuthology.orchestra.run.smithi161.stdout: Package Architecture Version Repository Size 2024-04-22T21:57:35.085 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-22T21:57:35.085 INFO:teuthology.orchestra.run.smithi161.stdout:Reinstalling: 2024-04-22T21:57:35.085 INFO:teuthology.orchestra.run.smithi161.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T21:57:35.085 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-22T21:57:35.085 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-04-22T21:57:35.085 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-22T21:57:35.085 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-22T21:57:35.086 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 255 k 2024-04-22T21:57:35.086 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 0 2024-04-22T21:57:35.086 INFO:teuthology.orchestra.run.smithi161.stderr:Operation aborted. 2024-04-22T21:57:35.150 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-04-22T21:57:35.152 INFO:teuthology.orchestra.run.smithi161.stdout:Is this ok [y/N]: 2024-04-22T21:57:35.152 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum reinstall -y kernel || true 2024-04-22T21:57:35.159 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-04-22T21:57:35.159 INFO:teuthology.orchestra.run.smithi112.stdout: Package Architecture Version Repository Size 2024-04-22T21:57:35.159 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-04-22T21:57:35.159 INFO:teuthology.orchestra.run.smithi112.stdout:Reinstalling: 2024-04-22T21:57:35.159 INFO:teuthology.orchestra.run.smithi112.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T21:57:35.159 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-04-22T21:57:35.159 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-04-22T21:57:35.159 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-04-22T21:57:35.159 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-04-22T21:57:35.159 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 255 k 2024-04-22T21:57:35.159 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 0 2024-04-22T21:57:35.160 INFO:teuthology.orchestra.run.smithi112.stderr:Operation aborted. 2024-04-22T21:57:35.213 INFO:teuthology.orchestra.run.smithi112.stdout:Is this ok [y/N]: 2024-04-22T21:57:35.214 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum reinstall -y kernel || true 2024-04-22T21:57:35.654 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 09:57:32 PM UTC. 2024-04-22T21:57:35.712 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 09:57:32 PM UTC. 2024-04-22T21:57:35.771 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-04-22T21:57:35.771 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-22T21:57:35.772 INFO:teuthology.orchestra.run.smithi161.stdout: Package Architecture Version Repository Size 2024-04-22T21:57:35.772 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-22T21:57:35.772 INFO:teuthology.orchestra.run.smithi161.stdout:Reinstalling: 2024-04-22T21:57:35.772 INFO:teuthology.orchestra.run.smithi161.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T21:57:35.772 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-22T21:57:35.772 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-04-22T21:57:35.772 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-22T21:57:35.772 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-22T21:57:35.772 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 255 k 2024-04-22T21:57:35.772 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 0 2024-04-22T21:57:35.772 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-04-22T21:57:35.829 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-04-22T21:57:35.830 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-04-22T21:57:35.830 INFO:teuthology.orchestra.run.smithi112.stdout: Package Architecture Version Repository Size 2024-04-22T21:57:35.830 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-04-22T21:57:35.830 INFO:teuthology.orchestra.run.smithi112.stdout:Reinstalling: 2024-04-22T21:57:35.830 INFO:teuthology.orchestra.run.smithi112.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T21:57:35.830 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-04-22T21:57:35.830 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-04-22T21:57:35.830 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-04-22T21:57:35.830 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-04-22T21:57:35.831 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 255 k 2024-04-22T21:57:35.831 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 0 2024-04-22T21:57:35.831 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-04-22T21:57:35.937 INFO:teuthology.orchestra.run.smithi161.stdout:kernel-5.14.0-437.el9.x86_64.rpm 2.5 MB/s | 255 kB 00:00 2024-04-22T21:57:35.937 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:57:35.937 INFO:teuthology.orchestra.run.smithi161.stdout:Total 1.5 MB/s | 255 kB 00:00 2024-04-22T21:57:35.952 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-04-22T21:57:36.102 INFO:teuthology.orchestra.run.smithi112.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.6 MB/s | 255 kB 00:00 2024-04-22T21:57:36.102 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:57:36.102 INFO:teuthology.orchestra.run.smithi112.stdout:Total 941 kB/s | 255 kB 00:00 2024-04-22T21:57:36.123 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-04-22T21:57:36.139 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-04-22T21:57:36.140 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-04-22T21:57:36.144 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-04-22T21:57:36.145 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-04-22T21:57:36.283 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-04-22T21:57:36.315 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-04-22T21:57:36.315 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-04-22T21:57:36.320 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-04-22T21:57:36.321 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-04-22T21:57:36.371 INFO:teuthology.orchestra.run.smithi161.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T21:57:36.371 INFO:teuthology.orchestra.run.smithi161.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:57:36.466 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-04-22T21:57:36.536 INFO:teuthology.orchestra.run.smithi112.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T21:57:36.536 INFO:teuthology.orchestra.run.smithi112.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:57:37.040 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:57:37.040 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T21:57:37.170 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:57:37.171 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T21:57:37.698 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:57:37.698 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-22T21:57:37.698 INFO:teuthology.orchestra.run.smithi161.stdout:Reinstalled: 2024-04-22T21:57:37.698 INFO:teuthology.orchestra.run.smithi161.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T21:57:37.698 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-22T21:57:37.698 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-04-22T21:57:37.859 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:57:37.859 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-04-22T21:57:37.859 INFO:teuthology.orchestra.run.smithi112.stdout:Reinstalled: 2024-04-22T21:57:37.860 INFO:teuthology.orchestra.run.smithi112.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T21:57:37.860 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-04-22T21:57:37.860 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-04-22T21:57:37.881 DEBUG:teuthology.orchestra.run.smithi161:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T21:57:37.928 INFO:teuthology.orchestra.run.smithi161.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T21:57:37.929 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T21:57:37.929 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T21:57:37.929 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-22T21:57:37.930 DEBUG:teuthology.orchestra.run.smithi161:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T21:57:37.958 INFO:teuthology.orchestra.run.smithi161.stdout:ttyS1 2024-04-22T21:57:37.985 DEBUG:teuthology.parallel:result is None 2024-04-22T21:57:38.040 DEBUG:teuthology.orchestra.run.smithi112:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T21:57:38.086 INFO:teuthology.orchestra.run.smithi112.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T21:57:38.086 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T21:57:38.086 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T21:57:38.086 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-22T21:57:38.087 DEBUG:teuthology.orchestra.run.smithi112:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T21:57:38.117 INFO:teuthology.orchestra.run.smithi112.stdout:ttyS1 2024-04-22T21:57:38.140 DEBUG:teuthology.parallel:result is None 2024-04-22T21:57:38.140 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-22T21:57:38.151 INFO:teuthology.task.internal:Creating test directory... 2024-04-22T21:57:38.151 DEBUG:teuthology.orchestra.run.smithi112:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T21:57:38.182 DEBUG:teuthology.orchestra.run.smithi161:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T21:57:38.197 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-22T21:57:38.203 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-22T21:57:38.228 INFO:teuthology.task.internal:Creating archive directory... 2024-04-22T21:57:38.228 DEBUG:teuthology.orchestra.run.smithi112:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T21:57:38.237 DEBUG:teuthology.orchestra.run.smithi161:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T21:57:38.265 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-22T21:57:38.272 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-22T21:57:38.272 DEBUG:teuthology.orchestra.run.smithi112:> 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-22T21:57:38.295 DEBUG:teuthology.orchestra.run.smithi161:> 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-22T21:57:38.328 INFO:teuthology.orchestra.run.smithi112.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:57:38.330 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:57:38.337 INFO:teuthology.orchestra.run.smithi112.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:57:38.339 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:57:38.342 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-22T21:57:38.352 INFO:teuthology.task.internal:Configuring sudo... 2024-04-22T21:57:38.353 DEBUG:teuthology.orchestra.run.smithi112:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T21:57:38.382 DEBUG:teuthology.orchestra.run.smithi161:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T21:57:38.405 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-22T21:57:38.414 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-22T21:57:38.415 DEBUG:teuthology.orchestra.run.smithi112:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T21:57:38.446 DEBUG:teuthology.orchestra.run.smithi161:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T21:57:38.460 DEBUG:teuthology.orchestra.run.smithi112:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:57:38.542 DEBUG:teuthology.orchestra.run.smithi112:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:57:38.594 DEBUG:teuthology.orchestra.run.smithi112:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:57:38.676 DEBUG:teuthology.orchestra.run.smithi112:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:57:38.712 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-04-22T21:57:38.712 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T21:57:38.775 DEBUG:teuthology.orchestra.run.smithi161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:57:38.817 DEBUG:teuthology.orchestra.run.smithi161:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:57:38.869 DEBUG:teuthology.orchestra.run.smithi161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:57:38.952 DEBUG:teuthology.orchestra.run.smithi161:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:57:38.990 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-22T21:57:38.990 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T21:57:39.054 DEBUG:teuthology.orchestra.run.smithi112:> sudo service rsyslog restart 2024-04-22T21:57:39.056 DEBUG:teuthology.orchestra.run.smithi161:> sudo service rsyslog restart 2024-04-22T21:57:39.090 INFO:teuthology.orchestra.run.smithi112.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T21:57:39.134 INFO:teuthology.orchestra.run.smithi161.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T21:57:39.524 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-22T21:57:39.532 INFO:teuthology.task.internal:Starting timer... 2024-04-22T21:57:39.532 INFO:teuthology.run_tasks:Running task pcp... 2024-04-22T21:57:39.615 INFO:teuthology.run_tasks:Running task selinux... 2024-04-22T21:57:39.734 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-22T21:57:39.734 DEBUG:teuthology.orchestra.run.smithi112:> sudo service auditd rotate 2024-04-22T21:57:39.790 INFO:teuthology.orchestra.run.smithi112.stdout:Rotating logs: 2024-04-22T21:57:39.793 DEBUG:teuthology.orchestra.run.smithi161:> sudo service auditd rotate 2024-04-22T21:57:39.838 INFO:teuthology.orchestra.run.smithi161.stdout:Rotating logs: 2024-04-22T21:57:39.840 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-22T21:57:39.840 DEBUG:teuthology.orchestra.run.smithi112:> /usr/sbin/getenforce 2024-04-22T21:57:39.858 INFO:teuthology.orchestra.run.smithi112.stdout:Permissive 2024-04-22T21:57:39.859 DEBUG:teuthology.orchestra.run.smithi161:> /usr/sbin/getenforce 2024-04-22T21:57:39.930 INFO:teuthology.orchestra.run.smithi161.stdout:Permissive 2024-04-22T21:57:39.930 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi112.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi161.front.sepia.ceph.com': 'permissive'} 2024-04-22T21:57:39.930 DEBUG:teuthology.orchestra.run.smithi112:> 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-22T21:57:39.954 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:57:39.954 DEBUG:teuthology.orchestra.run.smithi161:> 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-22T21:57:39.978 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:57:39.978 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-22T21:57:39.978 DEBUG:teuthology.orchestra.run.smithi112:> sudo /usr/sbin/setenforce permissive 2024-04-22T21:57:40.018 DEBUG:teuthology.orchestra.run.smithi161:> sudo /usr/sbin/setenforce permissive 2024-04-22T21:57:40.042 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-22T21:57:40.051 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-22T21:57:40.067 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-22T21:57:40.068 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi112.front.sepia.ceph.com,smithi161.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-22T22:01:16.946 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi112.front.sepia.ceph.com'), Remote(name='ubuntu@smithi161.front.sepia.ceph.com')] 2024-04-22T22:01:16.948 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-04-22T22:01:16.949 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:01:17.031 DEBUG:teuthology.orchestra.run.smithi112:> true 2024-04-22T22:01:17.113 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-04-22T22:01:17.114 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-22T22:01:17.114 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:01:17.188 DEBUG:teuthology.orchestra.run.smithi161:> true 2024-04-22T22:01:17.274 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-22T22:01:17.274 INFO:teuthology.run_tasks:Running task clock... 2024-04-22T22:01:17.284 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-22T22:01:17.285 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T22:01:17.285 DEBUG:teuthology.orchestra.run.smithi112:> 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-22T22:01:17.289 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T22:01:17.289 DEBUG:teuthology.orchestra.run.smithi161:> 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-22T22:01:17.315 INFO:teuthology.orchestra.run.smithi112.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T22:01:17.328 INFO:teuthology.orchestra.run.smithi112.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T22:01:17.343 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T22:01:17.350 INFO:teuthology.orchestra.run.smithi112.stderr:sudo: ntpd: command not found 2024-04-22T22:01:17.357 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T22:01:17.361 INFO:teuthology.orchestra.run.smithi112.stdout:506 Cannot talk to daemon 2024-04-22T22:01:17.374 INFO:teuthology.orchestra.run.smithi112.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T22:01:17.380 INFO:teuthology.orchestra.run.smithi161.stderr:sudo: ntpd: command not found 2024-04-22T22:01:17.387 INFO:teuthology.orchestra.run.smithi112.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T22:01:17.391 INFO:teuthology.orchestra.run.smithi161.stdout:506 Cannot talk to daemon 2024-04-22T22:01:17.404 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T22:01:17.417 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T22:01:17.443 INFO:teuthology.orchestra.run.smithi112.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:01:17.445 INFO:teuthology.orchestra.run.smithi112.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:01:17.445 INFO:teuthology.orchestra.run.smithi112.stdout:=============================================================================== 2024-04-22T22:01:17.445 INFO:teuthology.orchestra.run.smithi112.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:01:17.445 INFO:teuthology.orchestra.run.smithi112.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:01:17.445 INFO:teuthology.orchestra.run.smithi112.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:01:17.446 INFO:teuthology.orchestra.run.smithi112.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:01:17.472 INFO:teuthology.orchestra.run.smithi161.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:01:17.475 INFO:teuthology.orchestra.run.smithi161.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:01:17.476 INFO:teuthology.orchestra.run.smithi161.stdout:=============================================================================== 2024-04-22T22:01:17.476 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:01:17.476 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:01:17.476 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:01:17.476 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:01:17.477 INFO:teuthology.run_tasks:Running task pexec... 2024-04-22T22:01:17.486 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-22T22:01:17.487 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi112.front.sepia.ceph.com 2024-04-22T22:01:17.487 DEBUG:teuthology.orchestra.run.smithi112:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-22T22:01:17.487 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi161.front.sepia.ceph.com 2024-04-22T22:01:17.488 DEBUG:teuthology.orchestra.run.smithi161:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-22T22:01:18.005 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:00:45 ago on Mon 22 Apr 2024 10:00:32 PM UTC. 2024-04-22T22:01:18.048 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:00:45 ago on Mon 22 Apr 2024 10:00:32 PM UTC. 2024-04-22T22:01:18.121 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-04-22T22:01:18.121 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-04-22T22:01:18.121 INFO:teuthology.orchestra.run.smithi112.stdout: Package Architecture Version Repository Size 2024-04-22T22:01:18.121 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-04-22T22:01:18.121 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-04-22T22:01:18.121 INFO:teuthology.orchestra.run.smithi112.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-22T22:01:18.121 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-04-22T22:01:18.121 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-04-22T22:01:18.121 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-04-22T22:01:18.122 INFO:teuthology.orchestra.run.smithi112.stdout:Install 1 Package 2024-04-22T22:01:18.122 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-04-22T22:01:18.122 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 3.1 M 2024-04-22T22:01:18.122 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 9.8 M 2024-04-22T22:01:18.122 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-04-22T22:01:18.164 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-04-22T22:01:18.165 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-22T22:01:18.165 INFO:teuthology.orchestra.run.smithi161.stdout: Package Architecture Version Repository Size 2024-04-22T22:01:18.165 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-22T22:01:18.165 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-04-22T22:01:18.165 INFO:teuthology.orchestra.run.smithi161.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-22T22:01:18.166 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-22T22:01:18.166 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-04-22T22:01:18.166 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-04-22T22:01:18.166 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2024-04-22T22:01:18.166 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-22T22:01:18.166 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 3.1 M 2024-04-22T22:01:18.166 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 9.8 M 2024-04-22T22:01:18.166 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-04-22T22:01:21.102 INFO:teuthology.orchestra.run.smithi161.stdout:runc-1.1.12-2.el9.x86_64.rpm 5.6 MB/s | 3.1 MB 00:00 2024-04-22T22:01:21.103 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:01:21.103 INFO:teuthology.orchestra.run.smithi161.stdout:Total 1.1 MB/s | 3.1 MB 00:02 2024-04-22T22:01:21.141 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-04-22T22:01:21.148 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-04-22T22:01:21.148 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-04-22T22:01:21.233 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-04-22T22:01:21.233 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-04-22T22:01:21.443 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-04-22T22:01:21.535 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:01:22.002 INFO:teuthology.orchestra.run.smithi112.stdout:runc-1.1.12-2.el9.x86_64.rpm 6.9 MB/s | 3.1 MB 00:00 2024-04-22T22:01:22.002 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:01:22.003 INFO:teuthology.orchestra.run.smithi112.stdout:Total 825 kB/s | 3.1 MB 00:03 2024-04-22T22:01:22.040 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-04-22T22:01:22.047 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-04-22T22:01:22.047 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-04-22T22:01:22.053 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:01:22.132 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-04-22T22:01:22.132 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-04-22T22:01:22.324 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:01:22.324 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-22T22:01:22.325 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-04-22T22:01:22.325 INFO:teuthology.orchestra.run.smithi161.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-22T22:01:22.325 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-22T22:01:22.325 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-04-22T22:01:22.349 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-04-22T22:01:22.444 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:01:22.588 DEBUG:teuthology.parallel:result is None 2024-04-22T22:01:23.019 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:01:23.261 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:01:23.262 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-04-22T22:01:23.262 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-04-22T22:01:23.262 INFO:teuthology.orchestra.run.smithi112.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-22T22:01:23.262 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-04-22T22:01:23.262 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-04-22T22:01:23.489 DEBUG:teuthology.parallel:result is None 2024-04-22T22:01:23.489 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-04-22T22:01:23.499 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-04-22T22:01:23.500 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-04-22T22:01:23.500 DEBUG:teuthology.orchestra.run.smithi112:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T22:01:23.515 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-22T22:01:23.515 DEBUG:teuthology.orchestra.run.smithi112:> stat /dev/vg_nvme/lv_1 2024-04-22T22:01:23.571 INFO:teuthology.orchestra.run.smithi112.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-22T22:01:23.572 INFO:teuthology.orchestra.run.smithi112.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T22:01:23.572 INFO:teuthology.orchestra.run.smithi112.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-04-22T22:01:23.572 INFO:teuthology.orchestra.run.smithi112.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T22:01:23.572 INFO:teuthology.orchestra.run.smithi112.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T22:01:23.572 INFO:teuthology.orchestra.run.smithi112.stdout:Access: 2024-04-22 22:01:15.883037682 +0000 2024-04-22T22:01:23.572 INFO:teuthology.orchestra.run.smithi112.stdout:Modify: 2024-04-22 22:00:58.074505551 +0000 2024-04-22T22:01:23.572 INFO:teuthology.orchestra.run.smithi112.stdout:Change: 2024-04-22 22:00:58.074505551 +0000 2024-04-22T22:01:23.572 INFO:teuthology.orchestra.run.smithi112.stdout: Birth: 2024-04-22 22:00:58.074505551 +0000 2024-04-22T22:01:23.572 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-22T22:01:23.634 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records in 2024-04-22T22:01:23.634 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records out 2024-04-22T22:01:23.634 INFO:teuthology.orchestra.run.smithi112.stderr:512 bytes copied, 0.000246235 s, 2.1 MB/s 2024-04-22T22:01:23.635 DEBUG:teuthology.orchestra.run.smithi112:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-22T22:01:23.691 DEBUG:teuthology.orchestra.run.smithi112:> stat /dev/vg_nvme/lv_2 2024-04-22T22:01:23.747 INFO:teuthology.orchestra.run.smithi112.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-22T22:01:23.747 INFO:teuthology.orchestra.run.smithi112.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T22:01:23.748 INFO:teuthology.orchestra.run.smithi112.stdout:Device: 5h/5d Inode: 683 Links: 1 2024-04-22T22:01:23.748 INFO:teuthology.orchestra.run.smithi112.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T22:01:23.748 INFO:teuthology.orchestra.run.smithi112.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T22:01:23.748 INFO:teuthology.orchestra.run.smithi112.stdout:Access: 2024-04-22 22:01:15.883037682 +0000 2024-04-22T22:01:23.748 INFO:teuthology.orchestra.run.smithi112.stdout:Modify: 2024-04-22 22:00:58.422496408 +0000 2024-04-22T22:01:23.748 INFO:teuthology.orchestra.run.smithi112.stdout:Change: 2024-04-22 22:00:58.422496408 +0000 2024-04-22T22:01:23.749 INFO:teuthology.orchestra.run.smithi112.stdout: Birth: 2024-04-22 22:00:58.422496408 +0000 2024-04-22T22:01:23.749 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-22T22:01:23.810 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records in 2024-04-22T22:01:23.810 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records out 2024-04-22T22:01:23.810 INFO:teuthology.orchestra.run.smithi112.stderr:512 bytes copied, 0.000237522 s, 2.2 MB/s 2024-04-22T22:01:23.811 DEBUG:teuthology.orchestra.run.smithi112:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-22T22:01:23.867 DEBUG:teuthology.orchestra.run.smithi112:> stat /dev/vg_nvme/lv_3 2024-04-22T22:01:23.921 INFO:teuthology.orchestra.run.smithi112.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-22T22:01:23.921 INFO:teuthology.orchestra.run.smithi112.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T22:01:23.921 INFO:teuthology.orchestra.run.smithi112.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-04-22T22:01:23.922 INFO:teuthology.orchestra.run.smithi112.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T22:01:23.922 INFO:teuthology.orchestra.run.smithi112.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T22:01:23.922 INFO:teuthology.orchestra.run.smithi112.stdout:Access: 2024-04-22 22:01:15.883037682 +0000 2024-04-22T22:01:23.922 INFO:teuthology.orchestra.run.smithi112.stdout:Modify: 2024-04-22 22:00:58.755487660 +0000 2024-04-22T22:01:23.922 INFO:teuthology.orchestra.run.smithi112.stdout:Change: 2024-04-22 22:00:58.755487660 +0000 2024-04-22T22:01:23.922 INFO:teuthology.orchestra.run.smithi112.stdout: Birth: 2024-04-22 22:00:58.755487660 +0000 2024-04-22T22:01:23.922 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-22T22:01:23.984 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records in 2024-04-22T22:01:23.984 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records out 2024-04-22T22:01:23.984 INFO:teuthology.orchestra.run.smithi112.stderr:512 bytes copied, 0.000212018 s, 2.4 MB/s 2024-04-22T22:01:23.985 DEBUG:teuthology.orchestra.run.smithi112:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-22T22:01:24.040 DEBUG:teuthology.orchestra.run.smithi112:> stat /dev/vg_nvme/lv_4 2024-04-22T22:01:24.096 INFO:teuthology.orchestra.run.smithi112.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-22T22:01:24.096 INFO:teuthology.orchestra.run.smithi112.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T22:01:24.096 INFO:teuthology.orchestra.run.smithi112.stdout:Device: 5h/5d Inode: 721 Links: 1 2024-04-22T22:01:24.096 INFO:teuthology.orchestra.run.smithi112.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T22:01:24.096 INFO:teuthology.orchestra.run.smithi112.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T22:01:24.096 INFO:teuthology.orchestra.run.smithi112.stdout:Access: 2024-04-22 22:01:15.883037682 +0000 2024-04-22T22:01:24.096 INFO:teuthology.orchestra.run.smithi112.stdout:Modify: 2024-04-22 22:00:59.094478754 +0000 2024-04-22T22:01:24.097 INFO:teuthology.orchestra.run.smithi112.stdout:Change: 2024-04-22 22:00:59.094478754 +0000 2024-04-22T22:01:24.097 INFO:teuthology.orchestra.run.smithi112.stdout: Birth: 2024-04-22 22:00:59.094478754 +0000 2024-04-22T22:01:24.097 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-22T22:01:24.162 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records in 2024-04-22T22:01:24.162 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records out 2024-04-22T22:01:24.162 INFO:teuthology.orchestra.run.smithi112.stderr:512 bytes copied, 0.000220901 s, 2.3 MB/s 2024-04-22T22:01:24.162 DEBUG:teuthology.orchestra.run.smithi112:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-22T22:01:24.217 DEBUG:teuthology.orchestra.run.smithi112:> 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-22T22:01:24.334 INFO:teuthology.orchestra.run.smithi112.stdout:loop 2024-04-22T22:01:24.336 INFO:tasks.nvme_loop:Connecting nvme_loop smithi112:/dev/vg_nvme/lv_1... 2024-04-22T22:01:24.336 DEBUG:teuthology.orchestra.run.smithi112:> 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-22T22:01:24.368 INFO:teuthology.orchestra.run.smithi112.stdout:1 2024-04-22T22:01:24.397 INFO:teuthology.orchestra.run.smithi112.stdout:/dev/vg_nvme/lv_11 2024-04-22T22:01:24.419 INFO:tasks.nvme_loop:Connecting nvme_loop smithi112:/dev/vg_nvme/lv_2... 2024-04-22T22:01:24.419 DEBUG:teuthology.orchestra.run.smithi112:> 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-22T22:01:24.491 INFO:teuthology.orchestra.run.smithi112.stdout:1 2024-04-22T22:01:24.519 INFO:teuthology.orchestra.run.smithi112.stdout:/dev/vg_nvme/lv_21 2024-04-22T22:01:24.541 INFO:tasks.nvme_loop:Connecting nvme_loop smithi112:/dev/vg_nvme/lv_3... 2024-04-22T22:01:24.541 DEBUG:teuthology.orchestra.run.smithi112:> 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-22T22:01:24.611 INFO:teuthology.orchestra.run.smithi112.stdout:1 2024-04-22T22:01:24.638 INFO:teuthology.orchestra.run.smithi112.stdout:/dev/vg_nvme/lv_31 2024-04-22T22:01:24.667 INFO:tasks.nvme_loop:Connecting nvme_loop smithi112:/dev/vg_nvme/lv_4... 2024-04-22T22:01:24.668 DEBUG:teuthology.orchestra.run.smithi112:> 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-22T22:01:24.739 INFO:teuthology.orchestra.run.smithi112.stdout:1 2024-04-22T22:01:24.765 INFO:teuthology.orchestra.run.smithi112.stdout:/dev/vg_nvme/lv_41 2024-04-22T22:01:24.798 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-04-22T22:01:24.798 DEBUG:teuthology.orchestra.run.smithi112:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T22:01:24.851 DEBUG:teuthology.orchestra.run.smithi112:> sudo nvme list 2024-04-22T22:01:24.913 INFO:teuthology.orchestra.run.smithi112.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-22T22:01:24.913 INFO:teuthology.orchestra.run.smithi112.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-22T22:01:24.913 INFO:teuthology.orchestra.run.smithi112.stdout:/dev/nvme0n1 PHFT620400NV400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-22T22:01:24.913 INFO:teuthology.orchestra.run.smithi112.stdout:/dev/nvme1n1 edc1a39ec0d7d21b0381 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-22T22:01:24.913 INFO:teuthology.orchestra.run.smithi112.stdout:/dev/nvme2n1 c86f2c92a8ba8305b6bb Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-22T22:01:24.913 INFO:teuthology.orchestra.run.smithi112.stdout:/dev/nvme3n1 40cacbc598d23adb30aa Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-22T22:01:24.913 INFO:teuthology.orchestra.run.smithi112.stdout:/dev/nvme4n1 177946c0db77a773c2aa Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-22T22:01:24.915 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-22T22:01:24.915 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-04-22T22:01:24.915 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/scratch_devs 2024-04-22T22:01:24.977 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-22T22:01:24.978 DEBUG:teuthology.orchestra.run.smithi161:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T22:01:24.997 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-22T22:01:24.997 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_1 2024-04-22T22:01:25.055 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-22T22:01:25.055 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T22:01:25.055 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-04-22T22:01:25.055 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T22:01:25.055 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T22:01:25.055 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-04-22 22:01:15.900474966 +0000 2024-04-22T22:01:25.055 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-04-22 22:00:57.852855711 +0000 2024-04-22T22:01:25.055 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-04-22 22:00:57.852855711 +0000 2024-04-22T22:01:25.056 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: 2024-04-22 22:00:57.852855711 +0000 2024-04-22T22:01:25.056 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-22T22:01:25.131 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-04-22T22:01:25.131 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-04-22T22:01:25.132 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000222224 s, 2.3 MB/s 2024-04-22T22:01:25.133 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-22T22:01:25.191 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_2 2024-04-22T22:01:25.249 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-22T22:01:25.249 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T22:01:25.249 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 683 Links: 1 2024-04-22T22:01:25.249 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T22:01:25.249 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T22:01:25.249 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-04-22 22:01:15.900474966 +0000 2024-04-22T22:01:25.249 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-04-22 22:00:58.197848414 +0000 2024-04-22T22:01:25.249 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-04-22 22:00:58.197848414 +0000 2024-04-22T22:01:25.249 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: 2024-04-22 22:00:58.197848414 +0000 2024-04-22T22:01:25.249 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-22T22:01:25.314 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-04-22T22:01:25.314 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-04-22T22:01:25.314 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000225672 s, 2.3 MB/s 2024-04-22T22:01:25.315 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-22T22:01:25.373 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_3 2024-04-22T22:01:25.430 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-22T22:01:25.430 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T22:01:25.430 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-04-22T22:01:25.430 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T22:01:25.430 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T22:01:25.430 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-04-22 22:01:15.900474966 +0000 2024-04-22T22:01:25.430 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-04-22 22:00:58.536841243 +0000 2024-04-22T22:01:25.430 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-04-22 22:00:58.536841243 +0000 2024-04-22T22:01:25.431 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: 2024-04-22 22:00:58.536841243 +0000 2024-04-22T22:01:25.431 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-22T22:01:25.495 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-04-22T22:01:25.495 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-04-22T22:01:25.495 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000246272 s, 2.1 MB/s 2024-04-22T22:01:25.496 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-22T22:01:25.553 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_4 2024-04-22T22:01:25.609 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-22T22:01:25.609 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T22:01:25.609 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 721 Links: 1 2024-04-22T22:01:25.610 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T22:01:25.610 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T22:01:25.610 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-04-22 22:01:15.900474966 +0000 2024-04-22T22:01:25.610 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-04-22 22:00:58.882833924 +0000 2024-04-22T22:01:25.610 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-04-22 22:00:58.882833924 +0000 2024-04-22T22:01:25.610 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: 2024-04-22 22:00:58.882833924 +0000 2024-04-22T22:01:25.610 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-22T22:01:25.673 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-04-22T22:01:25.673 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-04-22T22:01:25.673 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000192559 s, 2.7 MB/s 2024-04-22T22:01:25.674 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-22T22:01:25.731 DEBUG:teuthology.orchestra.run.smithi161:> 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-22T22:01:25.852 INFO:teuthology.orchestra.run.smithi161.stdout:loop 2024-04-22T22:01:25.853 INFO:tasks.nvme_loop:Connecting nvme_loop smithi161:/dev/vg_nvme/lv_1... 2024-04-22T22:01:25.853 DEBUG:teuthology.orchestra.run.smithi161:> 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-22T22:01:25.884 INFO:teuthology.orchestra.run.smithi161.stdout:1 2024-04-22T22:01:25.911 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/vg_nvme/lv_11 2024-04-22T22:01:25.933 INFO:tasks.nvme_loop:Connecting nvme_loop smithi161:/dev/vg_nvme/lv_2... 2024-04-22T22:01:25.934 DEBUG:teuthology.orchestra.run.smithi161:> 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-22T22:01:26.006 INFO:teuthology.orchestra.run.smithi161.stdout:1 2024-04-22T22:01:26.033 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/vg_nvme/lv_21 2024-04-22T22:01:26.055 INFO:tasks.nvme_loop:Connecting nvme_loop smithi161:/dev/vg_nvme/lv_3... 2024-04-22T22:01:26.055 DEBUG:teuthology.orchestra.run.smithi161:> 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-22T22:01:26.134 INFO:teuthology.orchestra.run.smithi161.stdout:1 2024-04-22T22:01:26.162 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/vg_nvme/lv_31 2024-04-22T22:01:26.192 INFO:tasks.nvme_loop:Connecting nvme_loop smithi161:/dev/vg_nvme/lv_4... 2024-04-22T22:01:26.192 DEBUG:teuthology.orchestra.run.smithi161:> 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-22T22:01:26.263 INFO:teuthology.orchestra.run.smithi161.stdout:1 2024-04-22T22:01:26.292 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/vg_nvme/lv_41 2024-04-22T22:01:26.315 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-22T22:01:26.315 DEBUG:teuthology.orchestra.run.smithi161:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T22:01:26.371 DEBUG:teuthology.orchestra.run.smithi161:> sudo nvme list 2024-04-22T22:01:26.432 INFO:teuthology.orchestra.run.smithi161.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-22T22:01:26.432 INFO:teuthology.orchestra.run.smithi161.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-22T22:01:26.433 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/nvme0n1 CVFT6233001X400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-22T22:01:26.433 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/nvme1n1 5f2b7b42628afa88bbfc Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-22T22:01:26.433 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/nvme2n1 f3a3c6924bc24e3160cf Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-22T22:01:26.433 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/nvme3n1 705ccf4dedf6b75ee3d3 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-22T22:01:26.433 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/nvme4n1 91ca5a9c4c7f48d560bd Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-22T22:01:26.434 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-22T22:01:26.434 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-22T22:01:26.434 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/scratch_devs 2024-04-22T22:01:26.499 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-22T22:01:26.603 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f'} 2024-04-22T22:01:26.604 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:01:26.604 INFO:tasks.cephadm:Cluster fsid is dd9038e2-00f3-11ef-bc93-c7b262605968 2024-04-22T22:01:26.604 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-22T22:01:26.604 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-04-22T22:01:26.604 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi112': '172.21.15.112', 'mon.smithi161': '172.21.15.161'} 2024-04-22T22:01:26.604 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-22T22:01:26.605 DEBUG:teuthology.orchestra.run.smithi112:> sudo hostname $(hostname -s) 2024-04-22T22:01:26.631 DEBUG:teuthology.orchestra.run.smithi161:> sudo hostname $(hostname -s) 2024-04-22T22:01:26.655 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-22T22:01:26.656 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:01:26.914 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f', '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/54954/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2407-g430e09df', 'node_name': '172.21.5.36+adami06', '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-2407.g430e09df'}, 'url': 'https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-21 21:31:40.125798', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-04-22T22:01:27.058 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref squid, sha1 430e09df97c8fc7dc2b2ae424f68ed11366c540f from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:01:27.060 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm 2024-04-22T22:01:27.060 DEBUG:teuthology.orchestra.run.smithi112:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T22:01:28.107 INFO:teuthology.orchestra.run.smithi112.stdout:-rw-r--r--. 1 ubuntu ubuntu 781227 Apr 22 22:01 /home/ubuntu/cephtest/cephadm 2024-04-22T22:01:28.108 DEBUG:teuthology.orchestra.run.smithi161:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T22:01:28.735 INFO:teuthology.orchestra.run.smithi161.stdout:-rw-r--r--. 1 ubuntu ubuntu 781227 Apr 22 22:01 /home/ubuntu/cephtest/cephadm 2024-04-22T22:01:28.736 DEBUG:teuthology.orchestra.run.smithi112:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T22:01:28.755 DEBUG:teuthology.orchestra.run.smithi161:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T22:01:28.782 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f on all hosts... 2024-04-22T22:01:28.782 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull 2024-04-22T22:01:28.797 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull 2024-04-22T22:01:30.308 INFO:teuthology.orchestra.run.smithi161.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:01:30.321 INFO:teuthology.orchestra.run.smithi112.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:01:30.499 INFO:teuthology.orchestra.run.smithi161.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:01:30.499 INFO:teuthology.orchestra.run.smithi161.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:01:30.499 INFO:teuthology.orchestra.run.smithi161.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f: reading manifest 430e09df97c8fc7dc2b2ae424f68ed11366c540f in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-22T22:01:30.499 INFO:teuthology.orchestra.run.smithi161.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:01:30.507 INFO:teuthology.orchestra.run.smithi112.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:01:30.507 INFO:teuthology.orchestra.run.smithi112.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:01:30.507 INFO:teuthology.orchestra.run.smithi112.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f: reading manifest 430e09df97c8fc7dc2b2ae424f68ed11366c540f in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-22T22:01:30.508 INFO:teuthology.orchestra.run.smithi112.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:01:30.533 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:01:30.533 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi112 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T22:01:30.538 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-22T22:01:30.539 DEBUG:teuthology.misc:Transferring archived files from smithi112:/var/lib/ceph/dd9038e2-00f3-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668840/remote/smithi112/crash 2024-04-22T22:01:30.540 DEBUG:teuthology.orchestra.run.smithi112:> sudo tar c -f - -C /var/lib/ceph/dd9038e2-00f3-11ef-bc93-c7b262605968/crash -- . 2024-04-22T22:01:30.573 INFO:teuthology.orchestra.run.smithi112.stderr:tar: /var/lib/ceph/dd9038e2-00f3-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T22:01:30.573 INFO:teuthology.orchestra.run.smithi112.stderr:tar: Error is not recoverable: exiting now 2024-04-22T22:01:30.575 DEBUG:teuthology.misc:Transferring archived files from smithi161:/var/lib/ceph/dd9038e2-00f3-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668840/remote/smithi161/crash 2024-04-22T22:01:30.576 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /var/lib/ceph/dd9038e2-00f3-11ef-bc93-c7b262605968/crash -- . 2024-04-22T22:01:30.611 INFO:teuthology.orchestra.run.smithi161.stderr:tar: /var/lib/ceph/dd9038e2-00f3-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T22:01:30.611 INFO:teuthology.orchestra.run.smithi161.stderr:tar: Error is not recoverable: exiting now 2024-04-22T22:01:30.612 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-22T22:01:30.612 DEBUG:teuthology.orchestra.run.smithi112:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/dd9038e2-00f3-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-22T22:01:30.640 INFO:teuthology.orchestra.run.smithi112.stderr:grep: /var/log/ceph/dd9038e2-00f3-11ef-bc93-c7b262605968/ceph.log: No such file or directory 2024-04-22T22:01:30.641 INFO:tasks.cephadm:Compressing logs... 2024-04-22T22:01:30.642 DEBUG:teuthology.orchestra.run.smithi112:> 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-22T22:01:30.684 DEBUG:teuthology.orchestra.run.smithi161:> 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-22T22:01:30.704 INFO:teuthology.orchestra.run.smithi112.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-04-22T22:01:30.705 INFO:teuthology.orchestra.run.smithi112.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T22:01:30.705 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cephadm.log: 73.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T22:01:30.707 INFO:teuthology.orchestra.run.smithi161.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose --: No such file or directory 2024-04-22T22:01:30.707 INFO:teuthology.orchestra.run.smithi161.stderr: /var/log/ceph/cephadm.log 2024-04-22T22:01:30.707 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/cephadm.log: 73.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T22:01:30.708 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-04-22T22:01:30.708 INFO:teuthology.orchestra.run.smithi112.stderr:real 0m0.012s 2024-04-22T22:01:30.708 INFO:teuthology.orchestra.run.smithi112.stderr:user 0m0.011s 2024-04-22T22:01:30.708 INFO:teuthology.orchestra.run.smithi112.stderr:sys 0m0.010s 2024-04-22T22:01:30.709 INFO:teuthology.orchestra.run.smithi161.stderr: 2024-04-22T22:01:30.709 INFO:teuthology.orchestra.run.smithi161.stderr:real 0m0.011s 2024-04-22T22:01:30.709 INFO:teuthology.orchestra.run.smithi161.stderr:user 0m0.009s 2024-04-22T22:01:30.709 INFO:teuthology.orchestra.run.smithi161.stderr:sys 0m0.011s 2024-04-22T22:01:30.710 INFO:tasks.cephadm:Archiving logs... 2024-04-22T22:01:30.710 DEBUG:teuthology.misc:Transferring archived files from smithi112:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668840/remote/smithi112/log 2024-04-22T22:01:30.711 DEBUG:teuthology.orchestra.run.smithi112:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T22:01:30.772 DEBUG:teuthology.misc:Transferring archived files from smithi161:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668840/remote/smithi161/log 2024-04-22T22:01:30.773 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T22:01:30.797 INFO:tasks.cephadm:Removing cluster... 2024-04-22T22:01:30.798 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid dd9038e2-00f3-11ef-bc93-c7b262605968 --force 2024-04-22T22:01:30.991 INFO:teuthology.orchestra.run.smithi112.stdout:Deleting cluster with fsid: dd9038e2-00f3-11ef-bc93-c7b262605968 2024-04-22T22:01:31.111 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid dd9038e2-00f3-11ef-bc93-c7b262605968 --force 2024-04-22T22:01:31.292 INFO:teuthology.orchestra.run.smithi161.stdout:Deleting cluster with fsid: dd9038e2-00f3-11ef-bc93-c7b262605968 2024-04-22T22:01:31.404 INFO:tasks.cephadm:Removing cephadm ... 2024-04-22T22:01:31.404 DEBUG:teuthology.orchestra.run.smithi112:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T22:01:31.419 DEBUG:teuthology.orchestra.run.smithi161:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T22:01:31.434 INFO:tasks.cephadm:Teardown complete 2024-04-22T22:01:31.434 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 2204, 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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 1833, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi112 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T22:01:31.655 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=b4c7618585d84ceda4b6f8e0ee528fd4 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 2204, 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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 1833, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi112 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T22:01:31.659 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-22T22:01:31.671 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-04-22T22:01:31.683 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi112:/dev/vg_nvme/lv_1... 2024-04-22T22:01:31.684 DEBUG:teuthology.orchestra.run.smithi112:> sudo nvme disconnect -n lv_1 2024-04-22T22:01:31.815 INFO:teuthology.orchestra.run.smithi112.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-22T22:01:31.817 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:01:31.817 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi112:/dev/vg_nvme/lv_2... 2024-04-22T22:01:31.817 DEBUG:teuthology.orchestra.run.smithi112:> sudo nvme disconnect -n lv_2 2024-04-22T22:01:31.959 INFO:teuthology.orchestra.run.smithi112.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-22T22:01:31.961 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:01:31.961 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi112:/dev/vg_nvme/lv_3... 2024-04-22T22:01:31.961 DEBUG:teuthology.orchestra.run.smithi112:> sudo nvme disconnect -n lv_3 2024-04-22T22:01:32.100 INFO:teuthology.orchestra.run.smithi112.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-22T22:01:32.101 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:01:32.102 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi112:/dev/vg_nvme/lv_4... 2024-04-22T22:01:32.102 DEBUG:teuthology.orchestra.run.smithi112:> sudo nvme disconnect -n lv_4 2024-04-22T22:01:32.229 INFO:teuthology.orchestra.run.smithi112.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-22T22:01:32.230 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:01:32.231 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-04-22T22:01:32.231 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/scratch_devs 2024-04-22T22:01:32.253 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi161:/dev/vg_nvme/lv_1... 2024-04-22T22:01:32.254 DEBUG:teuthology.orchestra.run.smithi161:> sudo nvme disconnect -n lv_1 2024-04-22T22:01:32.379 INFO:teuthology.orchestra.run.smithi161.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-22T22:01:32.380 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:01:32.380 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi161:/dev/vg_nvme/lv_2... 2024-04-22T22:01:32.381 DEBUG:teuthology.orchestra.run.smithi161:> sudo nvme disconnect -n lv_2 2024-04-22T22:01:32.514 INFO:teuthology.orchestra.run.smithi161.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-22T22:01:32.515 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:01:32.515 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi161:/dev/vg_nvme/lv_3... 2024-04-22T22:01:32.515 DEBUG:teuthology.orchestra.run.smithi161:> sudo nvme disconnect -n lv_3 2024-04-22T22:01:32.654 INFO:teuthology.orchestra.run.smithi161.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-22T22:01:32.655 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:01:32.656 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi161:/dev/vg_nvme/lv_4... 2024-04-22T22:01:32.656 DEBUG:teuthology.orchestra.run.smithi161:> sudo nvme disconnect -n lv_4 2024-04-22T22:01:32.790 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:01:32.791 INFO:teuthology.orchestra.run.smithi161.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-22T22:01:32.792 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-22T22:01:32.792 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/scratch_devs 2024-04-22T22:01:32.817 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-22T22:01:32.829 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-22T22:01:32.830 DEBUG:teuthology.orchestra.run.smithi112:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T22:01:32.832 DEBUG:teuthology.orchestra.run.smithi161:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T22:01:32.844 INFO:teuthology.orchestra.run.smithi112.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:01:32.848 INFO:teuthology.orchestra.run.smithi112.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:01:32.848 INFO:teuthology.orchestra.run.smithi112.stdout:=============================================================================== 2024-04-22T22:01:32.849 INFO:teuthology.orchestra.run.smithi112.stdout:^- hv01.front.sepia.ceph.com 2 6 17 9 +1325us[+1325us] +/- 572ms 2024-04-22T22:01:32.849 INFO:teuthology.orchestra.run.smithi112.stdout:^* hv02.front.sepia.ceph.com 3 6 17 9 -180us[ -181us] +/- 54ms 2024-04-22T22:01:32.849 INFO:teuthology.orchestra.run.smithi112.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 8 +265us[ +265us] +/- 80ms 2024-04-22T22:01:32.849 INFO:teuthology.orchestra.run.smithi112.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:01:32.872 INFO:teuthology.orchestra.run.smithi161.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:01:32.878 INFO:teuthology.orchestra.run.smithi161.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:01:32.878 INFO:teuthology.orchestra.run.smithi161.stdout:=============================================================================== 2024-04-22T22:01:32.878 INFO:teuthology.orchestra.run.smithi161.stdout:^- hv01.front.sepia.ceph.com 2 6 17 9 +1316us[+1316us] +/- 572ms 2024-04-22T22:01:32.878 INFO:teuthology.orchestra.run.smithi161.stdout:^* hv02.front.sepia.ceph.com 3 6 17 9 -189us[ -202us] +/- 54ms 2024-04-22T22:01:32.878 INFO:teuthology.orchestra.run.smithi161.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 8 +260us[ +260us] +/- 80ms 2024-04-22T22:01:32.878 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:01:32.879 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-22T22:01:32.895 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-22T22:01:32.895 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-22T22:01:32.974 DEBUG:teuthology.orchestra.run.smithi112:> 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-22T22:01:33.029 DEBUG:teuthology.orchestra.run.smithi161:> 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-22T22:01:33.086 DEBUG:teuthology.orchestra.run.smithi112:> 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-22T22:01:33.112 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:01:33.112 DEBUG:teuthology.orchestra.run.smithi161:> 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-22T22:01:33.139 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:01:33.140 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-22T22:01:33.149 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-22T22:01:33.273 INFO:teuthology.task.internal:Duration was 233.741367 seconds 2024-04-22T22:01:33.274 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-22T22:01:33.364 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-22T22:01:33.364 DEBUG:teuthology.orchestra.run.smithi112:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T22:01:33.367 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T22:01:33.401 INFO:teuthology.orchestra.run.smithi112.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:01:33.404 INFO:teuthology.orchestra.run.smithi161.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:01:33.779 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-22T22:01:33.779 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi112.front.sepia.ceph.com 2024-04-22T22:01:33.780 DEBUG:teuthology.orchestra.run.smithi112:> 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-22T22:01:33.800 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi161.front.sepia.ceph.com 2024-04-22T22:01:33.800 DEBUG:teuthology.orchestra.run.smithi161:> 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-22T22:01:33.847 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-22T22:01:33.848 DEBUG:teuthology.orchestra.run.smithi112:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T22:01:33.850 DEBUG:teuthology.orchestra.run.smithi161:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T22:01:33.913 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-22T22:01:33.913 DEBUG:teuthology.orchestra.run.smithi112:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T22:01:33.915 DEBUG:teuthology.orchestra.run.smithi161:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T22:01:34.041 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-22T22:01:34.052 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-22T22:01:34.052 DEBUG:teuthology.orchestra.run.smithi112:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T22:01:34.076 DEBUG:teuthology.orchestra.run.smithi161:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T22:01:34.099 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-22T22:01:34.109 DEBUG:teuthology.orchestra.run.smithi112:> 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-22T22:01:34.118 DEBUG:teuthology.orchestra.run.smithi161:> 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-22T22:01:34.137 INFO:teuthology.orchestra.run.smithi112.stdout:kernel.core_pattern = core 2024-04-22T22:01:34.161 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern = core 2024-04-22T22:01:34.182 DEBUG:teuthology.orchestra.run.smithi112:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T22:01:34.225 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:01:34.227 DEBUG:teuthology.orchestra.run.smithi161:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T22:01:34.241 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:01:34.241 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-22T22:01:34.252 INFO:teuthology.task.internal:Transferring archived files... 2024-04-22T22:01:34.252 DEBUG:teuthology.misc:Transferring archived files from smithi112:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668840/remote/smithi112 2024-04-22T22:01:34.252 DEBUG:teuthology.orchestra.run.smithi112:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T22:01:34.300 DEBUG:teuthology.misc:Transferring archived files from smithi161:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668840/remote/smithi161 2024-04-22T22:01:34.300 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T22:01:34.331 INFO:teuthology.task.internal:Removing archive directory... 2024-04-22T22:01:34.332 DEBUG:teuthology.orchestra.run.smithi112:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T22:01:34.337 DEBUG:teuthology.orchestra.run.smithi161:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T22:01:34.381 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-22T22:01:34.392 INFO:teuthology.task.internal:Not uploading archives. 2024-04-22T22:01:34.393 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-22T22:01:34.484 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-22T22:01:34.484 DEBUG:teuthology.orchestra.run.smithi112:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T22:01:34.487 DEBUG:teuthology.orchestra.run.smithi161:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T22:01:34.499 INFO:teuthology.orchestra.run.smithi112.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 22:01 /home/ubuntu/cephtest 2024-04-22T22:01:34.501 INFO:teuthology.orchestra.run.smithi161.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 22:01 /home/ubuntu/cephtest 2024-04-22T22:01:34.502 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-22T22:01:34.536 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-22T22:01:34.664 INFO:teuthology.nuke:Checking targets against current locks 2024-04-22T22:01:34.694 DEBUG:teuthology.nuke:shortname: smithi112 2024-04-22T22:01:34.695 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T22:01:34.719 DEBUG:teuthology.nuke:shortname: smithi161 2024-04-22T22:01:34.719 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T22:01:34.723 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi112.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668840', '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-22 21:50:26.662269', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCxjQTZJUGBv6DZeHadK6MIuHDv2jhqlcikGP0lNjaYoEPlORlkE6pKUsvgil6zeb4+Ih3gzpacmnfwzXwDI+qw='} 2024-04-22T22:01:34.747 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi161.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668840', '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-22 21:50:26.664405', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPNg6KTUsRwyb0Ao7yCS8xsgrOvQbTTUlafrQ6QaF7b8V3AtZBEzb5uWj2mrlvTl7BByUKtTInyX7WQtOQjHwp0='} 2024-04-22T22:01:34.772 INFO:teuthology.orchestra.console.smithi112:Power off 2024-04-22T22:01:34.773 DEBUG:teuthology.orchestra.console.smithi112:pexpect command: ipmitool -H smithi112.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T22:01:34.801 DEBUG:teuthology.orchestra.console.smithi112:power off output: Chassis Power Control: Down/Off 2024-04-22T22:01:34.802 DEBUG:teuthology.orchestra.console.smithi112:pexpect command: ipmitool -H smithi112.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:01:34.821 INFO:teuthology.orchestra.console.smithi161:Power off 2024-04-22T22:01:34.822 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T22:01:34.831 DEBUG:teuthology.orchestra.console.smithi112:check power output: Chassis Power is on 2024-04-22T22:01:34.847 DEBUG:teuthology.orchestra.console.smithi161:power off output: Chassis Power Control: Down/Off 2024-04-22T22:01:34.848 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:01:34.873 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is on 2024-04-22T22:01:38.833 DEBUG:teuthology.orchestra.console.smithi112:pexpect command: ipmitool -H smithi112.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:01:38.874 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:01:38.944 DEBUG:teuthology.orchestra.console.smithi112:check power output: Chassis Power is on 2024-04-22T22:01:38.987 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is on 2024-04-22T22:01:42.946 DEBUG:teuthology.orchestra.console.smithi112:pexpect command: ipmitool -H smithi112.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:01:42.988 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:01:43.057 DEBUG:teuthology.orchestra.console.smithi112:check power output: Chassis Power is off 2024-04-22T22:01:43.098 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is off 2024-04-22T22:01:43.158 INFO:teuthology.orchestra.console.smithi112:Power off completed 2024-04-22T22:01:43.199 INFO:teuthology.orchestra.console.smithi161:Power off completed 2024-04-22T22:01:43.304 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-bucket 3-final} duration: 233.74136686325073 failure_reason: 'Command failed on smithi112 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull''' owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=b4c7618585d84ceda4b6f8e0ee528fd4 status: fail success: false 2024-04-22T22:01:43.304 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T22:01:43.399 INFO:teuthology.run:FAIL