2023-12-01T05:20:45.532 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-01T05:20:45.532 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --description orch:cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} --name phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi --archive /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472929 --owner scheduled_phlogistonjohn@teuthology -- /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472929/orig.config.yaml 2023-12-01T05:20:45.568 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T05:20:45.650 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472929 branch: wip-phlogistonjohn-testing-2023-11-30-1010 description: orch:cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} email: jmulligan@redhat.com first_in_suite: false job_id: '7472929' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-phlogistonjohn-testing-2023-11-30-1010 ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-phlogistonjohn-testing-2023-11-30-1010 sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d owner: scheduled_phlogistonjohn@teuthology priority: 99 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 9533 sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d sleep_before_teardown: 0 subset: 1/15 suite: orch:cephadm suite_branch: wip-phlogistonjohn-testing-2023-11-30-1010 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d targets: smithi008.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi115.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:rhel8 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph orch apply rgw foorgw --port 8800 - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} - vip.exec: host.a: - dnf install -y python3-boto3 || apt install -y python3-boto3 - /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json - python: host.a: "import boto3\nimport json\n\nwith open('/tmp/user.json', 'rt') as f:\n\ \ info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n aws_access_key_id=info['keys'][0]['access_key'],\n\ \ aws_secret_access_key=info['keys'][0]['secret_key'],\n endpoint_url='http://localhost:8800',\n\ )\nbucket = s3.Bucket('foobucket')\nbucket.create()\nbucket.put_object(Key='myobject',\ \ Body='thebody')\n" - cephadm.shell: host.a: - ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/foouser /mnt/foo - test -d /mnt/foo/foobucket - find /mnt/foo -ls - grep thebody /mnt/foo/foobucket/myobject - echo test > /mnt/foo/foobucket/newobject - sync - python: host.a: "import boto3\nimport json\nfrom io import BytesIO\n\nwith open('/tmp/user.json',\ \ 'rt') as f:\n info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n\ \ aws_access_key_id=info['keys'][0]['access_key'],\n aws_secret_access_key=info['keys'][0]['secret_key'],\n\ \ endpoint_url='http://localhost:8800',\n)\nbucket = s3.Bucket('foobucket')\n\ data = BytesIO()\nbucket.download_fileobj(Fileobj=data, Key='newobject')\nprint(data.getvalue())\n\ assert data.getvalue().decode() == 'test\\n'\n" - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs export rm foo /foouser - ceph nfs cluster rm foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-11-30_21:17:15 tube: smithi user: phlogistonjohn verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-01T05:20:45.650 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa; will attempt to use it 2023-12-01T05:20:45.651 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks 2023-12-01T05:20:45.651 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-01T05:20:45.653 INFO:teuthology.task.internal:Checking packages... 2023-12-01T05:20:45.681 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '875037c4c0585d32b171b61f9b83f482e6b73b3d' 2023-12-01T05:20:45.681 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T05:20:45.681 INFO:teuthology.packaging:ref: None 2023-12-01T05:20:45.681 INFO:teuthology.packaging:tag: None 2023-12-01T05:20:45.681 INFO:teuthology.packaging:branch: wip-phlogistonjohn-testing-2023-11-30-1010 2023-12-01T05:20:45.681 INFO:teuthology.packaging:sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:20:45.681 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-phlogistonjohn-testing-2023-11-30-1010 2023-12-01T05:20:45.826 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7662.g875037c4 2023-12-01T05:20:45.826 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-01T05:20:45.833 INFO:teuthology.task.internal:no buildpackages task found 2023-12-01T05:20:45.833 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-01T05:20:45.839 INFO:teuthology.task.internal:Saving configuration 2023-12-01T05:20:45.853 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-01T05:20:45.858 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T05:20:45.889 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi008.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472929', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 05:15:37.987915', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T05:20:45.914 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi115.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472929', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 05:15:37.989965', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T05:20:45.914 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-01T05:20:45.921 INFO:teuthology.task.internal:roles: ubuntu@smithi008.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-01T05:20:45.921 INFO:teuthology.task.internal:roles: ubuntu@smithi115.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-01T05:20:45.921 INFO:teuthology.run_tasks:Running task console_log... 2023-12-01T05:20:45.995 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7faf365ea9d0>, signals=[15]) 2023-12-01T05:20:45.996 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-01T05:20:46.002 INFO:teuthology.task.internal:Opening connections... 2023-12-01T05:20:46.002 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi008.front.sepia.ceph.com 2023-12-01T05:20:46.007 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:20:46.076 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi115.front.sepia.ceph.com 2023-12-01T05:20:46.077 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:20:46.144 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-01T05:20:46.151 DEBUG:teuthology.orchestra.run.smithi008:> uname -m 2023-12-01T05:20:46.173 INFO:teuthology.orchestra.run.smithi008.stdout:x86_64 2023-12-01T05:20:46.173 DEBUG:teuthology.orchestra.run.smithi008:> cat /etc/os-release 2023-12-01T05:20:46.233 INFO:teuthology.orchestra.run.smithi008.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T05:20:46.233 INFO:teuthology.orchestra.run.smithi008.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T05:20:46.233 INFO:teuthology.orchestra.run.smithi008.stdout:ID="rhel" 2023-12-01T05:20:46.233 INFO:teuthology.orchestra.run.smithi008.stdout:ID_LIKE="fedora" 2023-12-01T05:20:46.233 INFO:teuthology.orchestra.run.smithi008.stdout:VERSION_ID="8.6" 2023-12-01T05:20:46.233 INFO:teuthology.orchestra.run.smithi008.stdout:PLATFORM_ID="platform:el8" 2023-12-01T05:20:46.234 INFO:teuthology.orchestra.run.smithi008.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T05:20:46.234 INFO:teuthology.orchestra.run.smithi008.stdout:ANSI_COLOR="0;31" 2023-12-01T05:20:46.234 INFO:teuthology.orchestra.run.smithi008.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T05:20:46.234 INFO:teuthology.orchestra.run.smithi008.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T05:20:46.234 INFO:teuthology.orchestra.run.smithi008.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T05:20:46.234 INFO:teuthology.orchestra.run.smithi008.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T05:20:46.234 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-01T05:20:46.234 INFO:teuthology.orchestra.run.smithi008.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T05:20:46.234 INFO:teuthology.orchestra.run.smithi008.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T05:20:46.234 INFO:teuthology.orchestra.run.smithi008.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T05:20:46.234 INFO:teuthology.orchestra.run.smithi008.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T05:20:46.235 INFO:teuthology.lock.ops:Updating smithi008.front.sepia.ceph.com on lock server 2023-12-01T05:20:46.259 DEBUG:teuthology.orchestra.run.smithi115:> uname -m 2023-12-01T05:20:46.280 INFO:teuthology.orchestra.run.smithi115.stdout:x86_64 2023-12-01T05:20:46.280 DEBUG:teuthology.orchestra.run.smithi115:> cat /etc/os-release 2023-12-01T05:20:46.338 INFO:teuthology.orchestra.run.smithi115.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T05:20:46.339 INFO:teuthology.orchestra.run.smithi115.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T05:20:46.339 INFO:teuthology.orchestra.run.smithi115.stdout:ID="rhel" 2023-12-01T05:20:46.339 INFO:teuthology.orchestra.run.smithi115.stdout:ID_LIKE="fedora" 2023-12-01T05:20:46.339 INFO:teuthology.orchestra.run.smithi115.stdout:VERSION_ID="8.6" 2023-12-01T05:20:46.339 INFO:teuthology.orchestra.run.smithi115.stdout:PLATFORM_ID="platform:el8" 2023-12-01T05:20:46.339 INFO:teuthology.orchestra.run.smithi115.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T05:20:46.339 INFO:teuthology.orchestra.run.smithi115.stdout:ANSI_COLOR="0;31" 2023-12-01T05:20:46.339 INFO:teuthology.orchestra.run.smithi115.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T05:20:46.339 INFO:teuthology.orchestra.run.smithi115.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T05:20:46.339 INFO:teuthology.orchestra.run.smithi115.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T05:20:46.339 INFO:teuthology.orchestra.run.smithi115.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T05:20:46.339 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-01T05:20:46.340 INFO:teuthology.orchestra.run.smithi115.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T05:20:46.340 INFO:teuthology.orchestra.run.smithi115.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T05:20:46.340 INFO:teuthology.orchestra.run.smithi115.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T05:20:46.340 INFO:teuthology.orchestra.run.smithi115.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T05:20:46.340 INFO:teuthology.lock.ops:Updating smithi115.front.sepia.ceph.com on lock server 2023-12-01T05:20:46.358 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-01T05:20:46.369 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-01T05:20:46.374 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-01T05:20:46.374 DEBUG:teuthology.orchestra.run.smithi008:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:20:46.376 DEBUG:teuthology.orchestra.run.smithi115:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:20:46.396 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-01T05:20:46.403 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-01T05:20:46.403 DEBUG:teuthology.orchestra.run.smithi008:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:20:46.437 DEBUG:teuthology.orchestra.run.smithi115:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:20:46.462 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-01T05:20:46.523 INFO:teuthology.run_tasks:Running task kernel... 2023-12-01T05:20:46.537 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-01T05:20:46.538 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-01T05:20:46.538 DEBUG:teuthology.orchestra.run.smithi008:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:20:46.539 DEBUG:teuthology.orchestra.run.smithi115:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:20:46.556 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:20:46.557 DEBUG:teuthology.orchestra.run.smithi115:> uname -r 2023-12-01T05:20:46.557 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:20:46.558 DEBUG:teuthology.orchestra.run.smithi008:> uname -r 2023-12-01T05:20:46.616 INFO:teuthology.orchestra.run.smithi008.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T05:20:46.617 INFO:teuthology.task.kernel:Running kernel on smithi008: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:20:46.617 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum install -y kernel 2023-12-01T05:20:46.618 INFO:teuthology.orchestra.run.smithi115.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T05:20:46.618 INFO:teuthology.task.kernel:Running kernel on smithi115: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:20:46.618 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum install -y kernel 2023-12-01T05:20:47.794 INFO:teuthology.orchestra.run.smithi115.stdout:Updating Subscription Management repositories. 2023-12-01T05:20:47.794 INFO:teuthology.orchestra.run.smithi115.stdout:Unable to read consumer identity 2023-12-01T05:20:47.805 INFO:teuthology.orchestra.run.smithi008.stdout:Updating Subscription Management repositories. 2023-12-01T05:20:47.805 INFO:teuthology.orchestra.run.smithi008.stdout:Unable to read consumer identity 2023-12-01T05:20:49.265 INFO:teuthology.orchestra.run.smithi115.stdout:Copr repo for python3-asyncssh owned by ceph 18 kB/s | 3.5 kB 00:00 2023-12-01T05:20:49.274 INFO:teuthology.orchestra.run.smithi008.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2023-12-01T05:20:50.266 INFO:teuthology.orchestra.run.smithi008.stdout:Extra Packages for Enterprise Linux 16 MB/s | 16 MB 00:00 2023-12-01T05:20:50.432 INFO:teuthology.orchestra.run.smithi115.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-12-01T05:20:53.890 INFO:teuthology.orchestra.run.smithi115.stdout:lab-extras 425 kB/s | 24 kB 00:00 2023-12-01T05:20:53.925 INFO:teuthology.orchestra.run.smithi008.stdout:lab-extras 390 kB/s | 24 kB 00:00 2023-12-01T05:20:54.559 INFO:teuthology.orchestra.run.smithi115.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T05:20:54.607 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2023-12-01T05:20:54.608 INFO:teuthology.orchestra.run.smithi115.stdout:Nothing to do. 2023-12-01T05:20:54.608 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2023-12-01T05:20:54.644 INFO:teuthology.orchestra.run.smithi008.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T05:20:54.688 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2023-12-01T05:20:54.689 INFO:teuthology.orchestra.run.smithi008.stdout:Nothing to do. 2023-12-01T05:20:54.689 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2023-12-01T05:20:54.720 DEBUG:teuthology.orchestra.run.smithi115:> echo no | sudo yum reinstall kernel || true 2023-12-01T05:20:54.819 DEBUG:teuthology.orchestra.run.smithi008:> echo no | sudo yum reinstall kernel || true 2023-12-01T05:20:55.088 INFO:teuthology.orchestra.run.smithi115.stdout:Updating Subscription Management repositories. 2023-12-01T05:20:55.089 INFO:teuthology.orchestra.run.smithi115.stdout:Unable to read consumer identity 2023-12-01T05:20:55.211 INFO:teuthology.orchestra.run.smithi008.stdout:Updating Subscription Management repositories. 2023-12-01T05:20:55.211 INFO:teuthology.orchestra.run.smithi008.stdout:Unable to read consumer identity 2023-12-01T05:20:55.351 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 05:20:53 AM UTC. 2023-12-01T05:20:55.391 INFO:teuthology.orchestra.run.smithi115.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:20:55.426 INFO:teuthology.orchestra.run.smithi115.stderr:Error: No packages marked for reinstall. 2023-12-01T05:20:55.470 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum reinstall -y kernel || true 2023-12-01T05:20:55.491 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 05:20:53 AM UTC. 2023-12-01T05:20:55.536 INFO:teuthology.orchestra.run.smithi008.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:20:55.568 INFO:teuthology.orchestra.run.smithi008.stderr:Error: No packages marked for reinstall. 2023-12-01T05:20:55.615 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum reinstall -y kernel || true 2023-12-01T05:20:55.798 INFO:teuthology.orchestra.run.smithi115.stdout:Updating Subscription Management repositories. 2023-12-01T05:20:55.798 INFO:teuthology.orchestra.run.smithi115.stdout:Unable to read consumer identity 2023-12-01T05:20:55.965 INFO:teuthology.orchestra.run.smithi008.stdout:Updating Subscription Management repositories. 2023-12-01T05:20:55.965 INFO:teuthology.orchestra.run.smithi008.stdout:Unable to read consumer identity 2023-12-01T05:20:56.056 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:00:03 ago on Fri 01 Dec 2023 05:20:53 AM UTC. 2023-12-01T05:20:56.095 INFO:teuthology.orchestra.run.smithi115.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:20:56.114 INFO:teuthology.orchestra.run.smithi115.stderr:Error: No packages marked for reinstall. 2023-12-01T05:20:56.160 DEBUG:teuthology.orchestra.run.smithi115:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T05:20:56.240 INFO:teuthology.orchestra.run.smithi115.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T05:20:56.240 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:20:56.241 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T05:20:56.241 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-01T05:20:56.241 DEBUG:teuthology.orchestra.run.smithi115:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T05:20:56.243 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:00:03 ago on Fri 01 Dec 2023 05:20:53 AM UTC. 2023-12-01T05:20:56.272 INFO:teuthology.orchestra.run.smithi115.stdout:ttyS1 2023-12-01T05:20:56.285 INFO:teuthology.orchestra.run.smithi008.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:20:56.287 DEBUG:teuthology.parallel:result is None 2023-12-01T05:20:56.307 INFO:teuthology.orchestra.run.smithi008.stderr:Error: No packages marked for reinstall. 2023-12-01T05:20:56.360 DEBUG:teuthology.orchestra.run.smithi008:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T05:20:56.443 INFO:teuthology.orchestra.run.smithi008.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T05:20:56.443 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:20:56.443 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T05:20:56.444 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-01T05:20:56.444 DEBUG:teuthology.orchestra.run.smithi008:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T05:20:56.478 INFO:teuthology.orchestra.run.smithi008.stdout:ttyS1 2023-12-01T05:20:56.496 DEBUG:teuthology.parallel:result is None 2023-12-01T05:20:56.497 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-01T05:20:56.505 INFO:teuthology.task.internal:Creating test directory... 2023-12-01T05:20:56.506 DEBUG:teuthology.orchestra.run.smithi008:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T05:20:56.538 DEBUG:teuthology.orchestra.run.smithi115:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T05:20:56.555 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-01T05:20:56.562 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-01T05:20:56.569 INFO:teuthology.task.internal:Creating archive directory... 2023-12-01T05:20:56.569 DEBUG:teuthology.orchestra.run.smithi008:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T05:20:56.595 DEBUG:teuthology.orchestra.run.smithi115:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T05:20:56.615 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-01T05:20:56.622 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-01T05:20:56.622 DEBUG:teuthology.orchestra.run.smithi008:> 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 2023-12-01T05:20:56.653 DEBUG:teuthology.orchestra.run.smithi115:> 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 2023-12-01T05:20:56.679 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:20:56.689 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:20:56.691 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:20:56.701 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:20:56.702 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-01T05:20:56.710 INFO:teuthology.task.internal:Configuring sudo... 2023-12-01T05:20:56.711 DEBUG:teuthology.orchestra.run.smithi008:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T05:20:56.733 DEBUG:teuthology.orchestra.run.smithi115:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T05:20:56.769 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-01T05:20:56.777 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-01T05:20:56.778 DEBUG:teuthology.orchestra.run.smithi008:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T05:20:56.802 DEBUG:teuthology.orchestra.run.smithi115:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T05:20:56.825 DEBUG:teuthology.orchestra.run.smithi008:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:20:56.901 DEBUG:teuthology.orchestra.run.smithi008:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:20:56.961 DEBUG:teuthology.orchestra.run.smithi008:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:20:57.007 DEBUG:teuthology.orchestra.run.smithi008:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:20:57.047 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2023-12-01T05:20:57.047 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T05:20:57.115 DEBUG:teuthology.orchestra.run.smithi115:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:20:57.156 DEBUG:teuthology.orchestra.run.smithi115:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:20:57.207 DEBUG:teuthology.orchestra.run.smithi115:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:20:57.290 DEBUG:teuthology.orchestra.run.smithi115:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:20:57.331 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2023-12-01T05:20:57.332 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T05:20:57.398 DEBUG:teuthology.orchestra.run.smithi008:> sudo service rsyslog restart 2023-12-01T05:20:57.400 DEBUG:teuthology.orchestra.run.smithi115:> sudo service rsyslog restart 2023-12-01T05:20:57.464 INFO:teuthology.orchestra.run.smithi008.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:20:57.492 INFO:teuthology.orchestra.run.smithi115.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:20:57.923 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-01T05:20:57.930 INFO:teuthology.task.internal:Starting timer... 2023-12-01T05:20:57.930 INFO:teuthology.run_tasks:Running task pcp... 2023-12-01T05:20:57.940 INFO:teuthology.run_tasks:Running task selinux... 2023-12-01T05:20:57.950 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-01T05:20:57.950 DEBUG:teuthology.orchestra.run.smithi008:> sudo service auditd rotate 2023-12-01T05:20:58.015 INFO:teuthology.orchestra.run.smithi008.stdout:Rotating logs: 2023-12-01T05:20:58.017 DEBUG:teuthology.orchestra.run.smithi115:> sudo service auditd rotate 2023-12-01T05:20:58.077 INFO:teuthology.orchestra.run.smithi115.stdout:Rotating logs: 2023-12-01T05:20:58.079 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-01T05:20:58.079 DEBUG:teuthology.orchestra.run.smithi008:> /usr/sbin/getenforce 2023-12-01T05:20:58.108 INFO:teuthology.orchestra.run.smithi008.stdout:Permissive 2023-12-01T05:20:58.108 DEBUG:teuthology.orchestra.run.smithi115:> /usr/sbin/getenforce 2023-12-01T05:20:58.128 INFO:teuthology.orchestra.run.smithi115.stdout:Permissive 2023-12-01T05:20:58.128 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi008.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi115.front.sepia.ceph.com': 'permissive'} 2023-12-01T05:20:58.128 DEBUG:teuthology.orchestra.run.smithi008:> 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 2023-12-01T05:20:58.176 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:20:58.177 DEBUG:teuthology.orchestra.run.smithi115:> 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 2023-12-01T05:20:58.203 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:20:58.204 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-01T05:20:58.204 DEBUG:teuthology.orchestra.run.smithi008:> sudo /usr/sbin/setenforce permissive 2023-12-01T05:20:58.245 DEBUG:teuthology.orchestra.run.smithi115:> sudo /usr/sbin/setenforce permissive 2023-12-01T05:20:58.280 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-01T05:20:58.291 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-01T05:20:58.296 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-01T05:20:58.460 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-01T05:20:58.476 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'}]}] 2023-12-01T05:20:58.477 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi008.front.sepia.ceph.com,smithi115.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-01T05:30:58.360 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi008.front.sepia.ceph.com'), Remote(name='ubuntu@smithi115.front.sepia.ceph.com')] 2023-12-01T05:30:58.360 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2023-12-01T05:30:58.361 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:30:58.431 DEBUG:teuthology.orchestra.run.smithi008:> true 2023-12-01T05:30:58.500 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi008.front.sepia.ceph.com' 2023-12-01T05:30:58.501 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2023-12-01T05:30:58.501 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:30:58.569 DEBUG:teuthology.orchestra.run.smithi115:> true 2023-12-01T05:30:58.636 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi115.front.sepia.ceph.com' 2023-12-01T05:30:58.636 INFO:teuthology.run_tasks:Running task clock... 2023-12-01T05:30:58.647 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-01T05:30:58.647 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T05:30:58.648 DEBUG:teuthology.orchestra.run.smithi008:> 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 2023-12-01T05:30:58.650 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T05:30:58.651 DEBUG:teuthology.orchestra.run.smithi115:> 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 2023-12-01T05:30:58.683 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T05:30:58.699 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T05:30:58.711 INFO:teuthology.orchestra.run.smithi115.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T05:30:58.726 INFO:teuthology.orchestra.run.smithi115.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T05:30:58.770 INFO:teuthology.orchestra.run.smithi008.stderr:sudo: ntpd: command not found 2023-12-01T05:30:58.783 INFO:teuthology.orchestra.run.smithi008.stdout:506 Cannot talk to daemon 2023-12-01T05:30:58.798 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T05:30:58.802 INFO:teuthology.orchestra.run.smithi115.stderr:sudo: ntpd: command not found 2023-12-01T05:30:58.813 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T05:30:58.814 INFO:teuthology.orchestra.run.smithi115.stdout:506 Cannot talk to daemon 2023-12-01T05:30:58.829 INFO:teuthology.orchestra.run.smithi115.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T05:30:58.843 INFO:teuthology.orchestra.run.smithi115.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T05:30:58.883 INFO:teuthology.orchestra.run.smithi008.stderr:bash: ntpq: command not found 2023-12-01T05:30:58.886 INFO:teuthology.orchestra.run.smithi008.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T05:30:58.887 INFO:teuthology.orchestra.run.smithi008.stdout:=============================================================================== 2023-12-01T05:30:58.887 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:30:58.887 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:30:58.887 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:30:58.887 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:30:58.916 INFO:teuthology.orchestra.run.smithi115.stderr:bash: ntpq: command not found 2023-12-01T05:30:58.919 INFO:teuthology.orchestra.run.smithi115.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T05:30:58.919 INFO:teuthology.orchestra.run.smithi115.stdout:=============================================================================== 2023-12-01T05:30:58.919 INFO:teuthology.orchestra.run.smithi115.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:30:58.919 INFO:teuthology.orchestra.run.smithi115.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:30:58.920 INFO:teuthology.orchestra.run.smithi115.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:30:58.920 INFO:teuthology.orchestra.run.smithi115.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:30:58.920 INFO:teuthology.run_tasks:Running task pexec... 2023-12-01T05:30:58.930 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-01T05:30:58.930 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi008.front.sepia.ceph.com 2023-12-01T05:30:58.930 DEBUG:teuthology.orchestra.run.smithi008:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T05:30:58.931 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi115.front.sepia.ceph.com 2023-12-01T05:30:58.931 DEBUG:teuthology.orchestra.run.smithi115:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T05:30:59.321 INFO:teuthology.orchestra.run.smithi008.stdout:Updating Subscription Management repositories. 2023-12-01T05:30:59.331 INFO:teuthology.orchestra.run.smithi115.stdout:Updating Subscription Management repositories. 2023-12-01T05:31:00.137 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:01:29 ago on Fri 01 Dec 2023 05:29:30 AM UTC. 2023-12-01T05:31:00.162 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:30 ago on Fri 01 Dec 2023 05:29:29 AM UTC. 2023-12-01T05:31:01.855 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2023-12-01T05:31:01.856 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2023-12-01T05:31:01.856 INFO:teuthology.orchestra.run.smithi115.stdout: Package Architecture Version Repository Size 2023-12-01T05:31:01.856 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2023-12-01T05:31:01.856 INFO:teuthology.orchestra.run.smithi115.stdout:Resetting modules: 2023-12-01T05:31:01.856 INFO:teuthology.orchestra.run.smithi115.stdout: container-tools 2023-12-01T05:31:01.857 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-01T05:31:01.857 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2023-12-01T05:31:01.857 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2023-12-01T05:31:01.857 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-01T05:31:02.169 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2023-12-01T05:31:02.170 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2023-12-01T05:31:02.170 INFO:teuthology.orchestra.run.smithi008.stdout: Package Architecture Version Repository Size 2023-12-01T05:31:02.170 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2023-12-01T05:31:02.170 INFO:teuthology.orchestra.run.smithi008.stdout:Resetting modules: 2023-12-01T05:31:02.170 INFO:teuthology.orchestra.run.smithi008.stdout: container-tools 2023-12-01T05:31:02.170 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-01T05:31:02.170 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2023-12-01T05:31:02.170 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2023-12-01T05:31:02.170 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-01T05:31:02.796 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:01:32 ago on Fri 01 Dec 2023 05:29:30 AM UTC. 2023-12-01T05:31:03.188 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:33 ago on Fri 01 Dec 2023 05:29:29 AM UTC. 2023-12-01T05:31:05.186 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2023-12-01T05:31:05.589 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2023-12-01T05:31:05.638 INFO:teuthology.orchestra.run.smithi115.stdout:Updating Subscription Management repositories. 2023-12-01T05:31:06.070 INFO:teuthology.orchestra.run.smithi008.stdout:Updating Subscription Management repositories. 2023-12-01T05:31:06.415 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:01:35 ago on Fri 01 Dec 2023 05:29:30 AM UTC. 2023-12-01T05:31:06.929 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:37 ago on Fri 01 Dec 2023 05:29:29 AM UTC. 2023-12-01T05:31:08.278 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2023-12-01T05:31:08.371 INFO:teuthology.orchestra.run.smithi115.stdout:============================================================================================================ 2023-12-01T05:31:08.371 INFO:teuthology.orchestra.run.smithi115.stdout: Package Arch Version Repository Size 2023-12-01T05:31:08.371 INFO:teuthology.orchestra.run.smithi115.stdout:============================================================================================================ 2023-12-01T05:31:08.371 INFO:teuthology.orchestra.run.smithi115.stdout:Installing group/module packages: 2023-12-01T05:31:08.371 INFO:teuthology.orchestra.run.smithi115.stdout: buildah x86_64 1:1.26.2-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 8.0 M 2023-12-01T05:31:08.371 INFO:teuthology.orchestra.run.smithi115.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-01T05:31:08.371 INFO:teuthology.orchestra.run.smithi115.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-01T05:31:08.371 INFO:teuthology.orchestra.run.smithi115.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-12-01T05:31:08.371 INFO:teuthology.orchestra.run.smithi115.stdout: skopeo x86_64 2:1.9.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-12-01T05:31:08.372 INFO:teuthology.orchestra.run.smithi115.stdout: toolbox x86_64 0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-01T05:31:08.372 INFO:teuthology.orchestra.run.smithi115.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-01T05:31:08.372 INFO:teuthology.orchestra.run.smithi115.stdout:Installing dependencies: 2023-12-01T05:31:08.372 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-01T05:31:08.372 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-01T05:31:08.372 INFO:teuthology.orchestra.run.smithi115.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T05:31:08.372 INFO:teuthology.orchestra.run.smithi115.stdout:Installing module profiles: 2023-12-01T05:31:08.372 INFO:teuthology.orchestra.run.smithi115.stdout: container-tools/common 2023-12-01T05:31:08.372 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-01T05:31:08.372 INFO:teuthology.orchestra.run.smithi115.stdout:Enabling module streams: 2023-12-01T05:31:08.372 INFO:teuthology.orchestra.run.smithi115.stdout: container-tools rhel8 2023-12-01T05:31:08.372 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-01T05:31:08.372 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2023-12-01T05:31:08.372 INFO:teuthology.orchestra.run.smithi115.stdout:============================================================================================================ 2023-12-01T05:31:08.372 INFO:teuthology.orchestra.run.smithi115.stdout:Install 10 Packages 2023-12-01T05:31:08.372 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-01T05:31:08.373 INFO:teuthology.orchestra.run.smithi115.stdout:Total download size: 18 M 2023-12-01T05:31:08.373 INFO:teuthology.orchestra.run.smithi115.stdout:Installed size: 65 M 2023-12-01T05:31:08.373 INFO:teuthology.orchestra.run.smithi115.stdout:Downloading Packages: 2023-12-01T05:31:08.437 INFO:teuthology.orchestra.run.smithi115.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 1.4 MB/s | 94 kB 00:00 2023-12-01T05:31:08.462 INFO:teuthology.orchestra.run.smithi115.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 280 kB/s | 25 kB 00:00 2023-12-01T05:31:08.487 INFO:teuthology.orchestra.run.smithi115.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 358 kB/s | 41 kB 00:00 2023-12-01T05:31:08.513 INFO:teuthology.orchestra.run.smithi115.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 656 kB/s | 49 kB 00:00 2023-12-01T05:31:08.546 INFO:teuthology.orchestra.run.smithi115.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 6.1 MB/s | 524 kB 00:00 2023-12-01T05:31:08.572 INFO:teuthology.orchestra.run.smithi115.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.5 MB/s | 149 kB 00:00 2023-12-01T05:31:08.597 INFO:teuthology.orchestra.run.smithi115.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 4.1 MB/s | 213 kB 00:00 2023-12-01T05:31:08.689 INFO:teuthology.orchestra.run.smithi115.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 24 MB/s | 2.2 MB 00:00 2023-12-01T05:31:08.806 INFO:teuthology.orchestra.run.smithi115.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 30 MB/s | 7.0 MB 00:00 2023-12-01T05:31:08.889 INFO:teuthology.orchestra.run.smithi115.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 20 MB/s | 8.0 MB 00:00 2023-12-01T05:31:08.890 INFO:teuthology.orchestra.run.smithi115.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:31:08.890 INFO:teuthology.orchestra.run.smithi115.stdout:Total 35 MB/s | 18 MB 00:00 2023-12-01T05:31:08.917 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2023-12-01T05:31:09.018 INFO:teuthology.orchestra.run.smithi008.stdout:============================================================================================================ 2023-12-01T05:31:09.018 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2023-12-01T05:31:09.018 INFO:teuthology.orchestra.run.smithi008.stdout:============================================================================================================ 2023-12-01T05:31:09.018 INFO:teuthology.orchestra.run.smithi008.stdout:Installing group/module packages: 2023-12-01T05:31:09.018 INFO:teuthology.orchestra.run.smithi008.stdout: buildah x86_64 1:1.26.2-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 8.0 M 2023-12-01T05:31:09.018 INFO:teuthology.orchestra.run.smithi008.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-01T05:31:09.018 INFO:teuthology.orchestra.run.smithi008.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-01T05:31:09.019 INFO:teuthology.orchestra.run.smithi008.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-12-01T05:31:09.019 INFO:teuthology.orchestra.run.smithi008.stdout: skopeo x86_64 2:1.9.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-12-01T05:31:09.019 INFO:teuthology.orchestra.run.smithi008.stdout: toolbox x86_64 0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-01T05:31:09.019 INFO:teuthology.orchestra.run.smithi008.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-01T05:31:09.019 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2023-12-01T05:31:09.019 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-01T05:31:09.019 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-01T05:31:09.019 INFO:teuthology.orchestra.run.smithi008.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T05:31:09.019 INFO:teuthology.orchestra.run.smithi008.stdout:Installing module profiles: 2023-12-01T05:31:09.019 INFO:teuthology.orchestra.run.smithi008.stdout: container-tools/common 2023-12-01T05:31:09.019 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-01T05:31:09.019 INFO:teuthology.orchestra.run.smithi008.stdout:Enabling module streams: 2023-12-01T05:31:09.019 INFO:teuthology.orchestra.run.smithi008.stdout: container-tools rhel8 2023-12-01T05:31:09.019 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-01T05:31:09.019 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2023-12-01T05:31:09.019 INFO:teuthology.orchestra.run.smithi008.stdout:============================================================================================================ 2023-12-01T05:31:09.020 INFO:teuthology.orchestra.run.smithi008.stdout:Install 10 Packages 2023-12-01T05:31:09.020 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-01T05:31:09.020 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 18 M 2023-12-01T05:31:09.020 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 65 M 2023-12-01T05:31:09.020 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2023-12-01T05:31:09.090 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction check 2023-12-01T05:31:09.102 INFO:teuthology.orchestra.run.smithi008.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 1.1 MB/s | 94 kB 00:00 2023-12-01T05:31:09.108 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction check succeeded. 2023-12-01T05:31:09.108 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction test 2023-12-01T05:31:09.119 INFO:teuthology.orchestra.run.smithi008.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 253 kB/s | 25 kB 00:00 2023-12-01T05:31:09.144 INFO:teuthology.orchestra.run.smithi008.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 330 kB/s | 41 kB 00:00 2023-12-01T05:31:09.170 INFO:teuthology.orchestra.run.smithi008.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 733 kB/s | 49 kB 00:00 2023-12-01T05:31:09.211 INFO:teuthology.orchestra.run.smithi008.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 5.5 MB/s | 524 kB 00:00 2023-12-01T05:31:09.257 INFO:teuthology.orchestra.run.smithi008.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 1.7 MB/s | 149 kB 00:00 2023-12-01T05:31:09.287 INFO:teuthology.orchestra.run.smithi008.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 2.8 MB/s | 213 kB 00:00 2023-12-01T05:31:09.290 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction test succeeded. 2023-12-01T05:31:09.294 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction 2023-12-01T05:31:09.387 INFO:teuthology.orchestra.run.smithi008.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 22 MB/s | 2.2 MB 00:00 2023-12-01T05:31:09.521 INFO:teuthology.orchestra.run.smithi008.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 27 MB/s | 7.0 MB 00:00 2023-12-01T05:31:09.613 INFO:teuthology.orchestra.run.smithi008.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 17 MB/s | 8.0 MB 00:00 2023-12-01T05:31:09.613 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:31:09.613 INFO:teuthology.orchestra.run.smithi008.stdout:Total 31 MB/s | 18 MB 00:00 2023-12-01T05:31:09.783 INFO:teuthology.orchestra.run.smithi115.stdout: Preparing : 1/1 2023-12-01T05:31:09.821 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2023-12-01T05:31:09.841 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2023-12-01T05:31:09.841 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2023-12-01T05:31:09.989 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-01T05:31:10.034 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2023-12-01T05:31:10.038 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2023-12-01T05:31:10.152 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-01T05:31:10.338 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-01T05:31:10.533 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-01T05:31:10.577 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2023-12-01T05:31:10.756 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-01T05:31:10.881 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-01T05:31:10.969 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-01T05:31:11.168 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-01T05:31:11.386 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-01T05:31:11.617 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-01T05:31:11.744 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-01T05:31:12.503 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-01T05:31:12.521 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-01T05:31:12.724 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-01T05:31:12.893 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-01T05:31:13.061 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-01T05:31:13.322 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-01T05:31:13.322 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-01T05:31:13.322 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-01T05:31:13.322 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-01T05:31:13.323 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-01T05:31:13.323 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-01T05:31:13.323 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-01T05:31:13.323 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-01T05:31:13.323 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-01T05:31:13.323 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-01T05:31:13.431 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-01T05:31:13.665 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-01T05:31:13.832 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-01T05:31:14.017 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-01T05:31:14.322 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-01T05:31:14.323 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-01T05:31:14.323 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-01T05:31:14.323 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-01T05:31:14.323 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-01T05:31:14.323 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-01T05:31:14.323 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-01T05:31:14.323 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-01T05:31:14.323 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-01T05:31:14.323 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-01T05:31:14.509 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-01T05:31:14.509 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:01:44 ago on Fri 01 Dec 2023 05:29:30 AM UTC. 2023-12-01T05:31:15.527 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-01T05:31:15.527 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:46 ago on Fri 01 Dec 2023 05:29:29 AM UTC. 2023-12-01T05:31:17.055 INFO:teuthology.orchestra.run.smithi115.stdout:Installed products updated. 2023-12-01T05:31:17.244 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-01T05:31:17.245 INFO:teuthology.orchestra.run.smithi115.stdout:Installed: 2023-12-01T05:31:17.245 INFO:teuthology.orchestra.run.smithi115.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T05:31:17.245 INFO:teuthology.orchestra.run.smithi115.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-01T05:31:17.245 INFO:teuthology.orchestra.run.smithi115.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T05:31:17.245 INFO:teuthology.orchestra.run.smithi115.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-01T05:31:17.245 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-01T05:31:17.245 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-01T05:31:17.245 INFO:teuthology.orchestra.run.smithi115.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T05:31:17.245 INFO:teuthology.orchestra.run.smithi115.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T05:31:17.245 INFO:teuthology.orchestra.run.smithi115.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-01T05:31:17.245 INFO:teuthology.orchestra.run.smithi115.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T05:31:17.245 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-01T05:31:17.245 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2023-12-01T05:31:17.376 DEBUG:teuthology.parallel:result is None 2023-12-01T05:31:18.141 INFO:teuthology.orchestra.run.smithi008.stdout:Installed products updated. 2023-12-01T05:31:18.357 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-01T05:31:18.358 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2023-12-01T05:31:18.358 INFO:teuthology.orchestra.run.smithi008.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T05:31:18.358 INFO:teuthology.orchestra.run.smithi008.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-01T05:31:18.358 INFO:teuthology.orchestra.run.smithi008.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T05:31:18.358 INFO:teuthology.orchestra.run.smithi008.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-01T05:31:18.358 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-01T05:31:18.358 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-01T05:31:18.358 INFO:teuthology.orchestra.run.smithi008.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T05:31:18.358 INFO:teuthology.orchestra.run.smithi008.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T05:31:18.358 INFO:teuthology.orchestra.run.smithi008.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-01T05:31:18.358 INFO:teuthology.orchestra.run.smithi008.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T05:31:18.359 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-01T05:31:18.359 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2023-12-01T05:31:18.514 DEBUG:teuthology.parallel:result is None 2023-12-01T05:31:18.514 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-12-01T05:31:18.525 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-12-01T05:31:18.526 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2023-12-01T05:31:18.526 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T05:31:18.543 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-01T05:31:18.543 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_1 2023-12-01T05:31:18.600 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-01T05:31:18.601 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:31:18.601 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 6h/6d Inode: 386668 Links: 1 2023-12-01T05:31:18.601 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:31:18.601 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T05:31:18.601 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2023-12-01 05:30:57.293641130 +0000 2023-12-01T05:31:18.601 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2023-12-01 05:30:28.196986222 +0000 2023-12-01T05:31:18.601 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2023-12-01 05:30:28.196986222 +0000 2023-12-01T05:31:18.601 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2023-12-01T05:31:18.601 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-01T05:31:18.666 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2023-12-01T05:31:18.666 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2023-12-01T05:31:18.667 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.000100876 s, 5.1 MB/s 2023-12-01T05:31:18.668 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-01T05:31:18.726 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_2 2023-12-01T05:31:18.784 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-01T05:31:18.784 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:31:18.784 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 6h/6d Inode: 383915 Links: 1 2023-12-01T05:31:18.784 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:31:18.784 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T05:31:18.784 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2023-12-01 05:30:57.293641130 +0000 2023-12-01T05:31:18.784 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2023-12-01 05:30:28.703980208 +0000 2023-12-01T05:31:18.784 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2023-12-01 05:30:28.703980208 +0000 2023-12-01T05:31:18.784 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2023-12-01T05:31:18.785 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-01T05:31:18.850 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2023-12-01T05:31:18.850 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2023-12-01T05:31:18.850 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 8.2309e-05 s, 6.2 MB/s 2023-12-01T05:31:18.851 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-01T05:31:18.909 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_3 2023-12-01T05:31:18.966 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-01T05:31:18.966 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:31:18.967 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 6h/6d Inode: 390299 Links: 1 2023-12-01T05:31:18.967 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:31:18.967 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T05:31:18.967 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2023-12-01 05:30:57.293641130 +0000 2023-12-01T05:31:18.967 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2023-12-01 05:30:29.270973484 +0000 2023-12-01T05:31:18.967 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2023-12-01 05:30:29.270973484 +0000 2023-12-01T05:31:18.967 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2023-12-01T05:31:18.967 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-01T05:31:19.033 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2023-12-01T05:31:19.033 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2023-12-01T05:31:19.033 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 9.4397e-05 s, 5.4 MB/s 2023-12-01T05:31:19.035 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-01T05:31:19.093 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_4 2023-12-01T05:31:19.151 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-01T05:31:19.151 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:31:19.151 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 6h/6d Inode: 390405 Links: 1 2023-12-01T05:31:19.151 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:31:19.151 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T05:31:19.151 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2023-12-01 05:30:57.293641130 +0000 2023-12-01T05:31:19.151 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2023-12-01 05:30:29.776967483 +0000 2023-12-01T05:31:19.151 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2023-12-01 05:30:29.776967483 +0000 2023-12-01T05:31:19.151 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2023-12-01T05:31:19.151 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-01T05:31:19.216 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2023-12-01T05:31:19.217 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2023-12-01T05:31:19.217 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.000101623 s, 5.0 MB/s 2023-12-01T05:31:19.218 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-01T05:31:19.276 DEBUG:teuthology.orchestra.run.smithi008:> 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 2023-12-01T05:31:19.400 INFO:teuthology.orchestra.run.smithi008.stdout:loop 2023-12-01T05:31:19.401 INFO:tasks.nvme_loop:Connecting nvme_loop smithi008:/dev/vg_nvme/lv_1... 2023-12-01T05:31:19.401 DEBUG:teuthology.orchestra.run.smithi008:> 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 2023-12-01T05:31:19.437 INFO:teuthology.orchestra.run.smithi008.stdout:1 2023-12-01T05:31:19.474 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/vg_nvme/lv_11 2023-12-01T05:31:19.524 INFO:tasks.nvme_loop:Connecting nvme_loop smithi008:/dev/vg_nvme/lv_2... 2023-12-01T05:31:19.524 DEBUG:teuthology.orchestra.run.smithi008:> 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 2023-12-01T05:31:19.601 INFO:teuthology.orchestra.run.smithi008.stdout:1 2023-12-01T05:31:19.638 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/vg_nvme/lv_21 2023-12-01T05:31:19.678 INFO:tasks.nvme_loop:Connecting nvme_loop smithi008:/dev/vg_nvme/lv_3... 2023-12-01T05:31:19.678 DEBUG:teuthology.orchestra.run.smithi008:> 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 2023-12-01T05:31:19.755 INFO:teuthology.orchestra.run.smithi008.stdout:1 2023-12-01T05:31:19.792 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/vg_nvme/lv_31 2023-12-01T05:31:19.831 INFO:tasks.nvme_loop:Connecting nvme_loop smithi008:/dev/vg_nvme/lv_4... 2023-12-01T05:31:19.832 DEBUG:teuthology.orchestra.run.smithi008:> 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 2023-12-01T05:31:19.909 INFO:teuthology.orchestra.run.smithi008.stdout:1 2023-12-01T05:31:19.945 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/vg_nvme/lv_41 2023-12-01T05:31:19.985 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2023-12-01T05:31:19.986 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T05:31:20.043 DEBUG:teuthology.orchestra.run.smithi008:> sudo nvme list 2023-12-01T05:31:20.109 INFO:teuthology.orchestra.run.smithi008.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-01T05:31:20.109 INFO:teuthology.orchestra.run.smithi008.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-01T05:31:20.109 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/nvme0n1 PHMB7476004A480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2023-12-01T05:31:20.109 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/nvme1n1 6010af0ee56913cf24b7 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-12-01T05:31:20.110 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/nvme2n1 3a377f7887cd1caffac6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-12-01T05:31:20.110 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/nvme3n1 28e34327b7ef2836ebf5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-12-01T05:31:20.110 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/nvme4n1 4facf24745b459f183f4 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-12-01T05:31:20.110 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-01T05:31:20.111 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2023-12-01T05:31:20.111 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/scratch_devs 2023-12-01T05:31:20.178 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2023-12-01T05:31:20.178 DEBUG:teuthology.orchestra.run.smithi115:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T05:31:20.199 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-01T05:31:20.199 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/vg_nvme/lv_1 2023-12-01T05:31:20.259 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-01T05:31:20.260 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:31:20.260 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 6h/6d Inode: 392266 Links: 1 2023-12-01T05:31:20.260 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:31:20.260 INFO:teuthology.orchestra.run.smithi115.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T05:31:20.260 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2023-12-01 05:30:57.318533944 +0000 2023-12-01T05:31:20.260 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2023-12-01 05:30:28.183094295 +0000 2023-12-01T05:31:20.260 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2023-12-01 05:30:28.183094295 +0000 2023-12-01T05:31:20.260 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2023-12-01T05:31:20.260 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-01T05:31:20.330 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2023-12-01T05:31:20.330 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2023-12-01T05:31:20.330 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.000246766 s, 2.1 MB/s 2023-12-01T05:31:20.331 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-01T05:31:20.392 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/vg_nvme/lv_2 2023-12-01T05:31:20.452 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-01T05:31:20.452 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:31:20.452 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 6h/6d Inode: 388794 Links: 1 2023-12-01T05:31:20.453 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:31:20.453 INFO:teuthology.orchestra.run.smithi115.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T05:31:20.453 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2023-12-01 05:30:57.318533944 +0000 2023-12-01T05:31:20.453 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2023-12-01 05:30:28.691084525 +0000 2023-12-01T05:31:20.453 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2023-12-01 05:30:28.691084525 +0000 2023-12-01T05:31:20.453 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2023-12-01T05:31:20.453 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-01T05:31:20.520 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2023-12-01T05:31:20.520 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2023-12-01T05:31:20.520 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.000246359 s, 2.1 MB/s 2023-12-01T05:31:20.521 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-01T05:31:20.581 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/vg_nvme/lv_3 2023-12-01T05:31:20.639 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-01T05:31:20.639 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:31:20.639 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 6h/6d Inode: 392573 Links: 1 2023-12-01T05:31:20.639 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:31:20.639 INFO:teuthology.orchestra.run.smithi115.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T05:31:20.639 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2023-12-01 05:30:57.318533944 +0000 2023-12-01T05:31:20.639 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2023-12-01 05:30:29.192074889 +0000 2023-12-01T05:31:20.639 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2023-12-01 05:30:29.192074889 +0000 2023-12-01T05:31:20.639 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2023-12-01T05:31:20.640 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-01T05:31:20.706 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2023-12-01T05:31:20.706 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2023-12-01T05:31:20.706 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.00027588 s, 1.9 MB/s 2023-12-01T05:31:20.707 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-01T05:31:20.766 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/vg_nvme/lv_4 2023-12-01T05:31:20.824 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-01T05:31:20.824 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:31:20.824 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 6h/6d Inode: 385693 Links: 1 2023-12-01T05:31:20.824 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:31:20.824 INFO:teuthology.orchestra.run.smithi115.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T05:31:20.824 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2023-12-01 05:30:57.318533944 +0000 2023-12-01T05:31:20.824 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2023-12-01 05:30:29.697065177 +0000 2023-12-01T05:31:20.824 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2023-12-01 05:30:29.697065177 +0000 2023-12-01T05:31:20.825 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2023-12-01T05:31:20.825 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-01T05:31:20.890 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2023-12-01T05:31:20.890 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2023-12-01T05:31:20.890 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.000260345 s, 2.0 MB/s 2023-12-01T05:31:20.891 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-01T05:31:20.950 DEBUG:teuthology.orchestra.run.smithi115:> 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 2023-12-01T05:31:21.078 INFO:teuthology.orchestra.run.smithi115.stdout:loop 2023-12-01T05:31:21.079 INFO:tasks.nvme_loop:Connecting nvme_loop smithi115:/dev/vg_nvme/lv_1... 2023-12-01T05:31:21.079 DEBUG:teuthology.orchestra.run.smithi115:> 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 2023-12-01T05:31:21.114 INFO:teuthology.orchestra.run.smithi115.stdout:1 2023-12-01T05:31:21.149 INFO:teuthology.orchestra.run.smithi115.stdout:/dev/vg_nvme/lv_11 2023-12-01T05:31:21.199 INFO:tasks.nvme_loop:Connecting nvme_loop smithi115:/dev/vg_nvme/lv_2... 2023-12-01T05:31:21.199 DEBUG:teuthology.orchestra.run.smithi115:> 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 2023-12-01T05:31:21.275 INFO:teuthology.orchestra.run.smithi115.stdout:1 2023-12-01T05:31:21.310 INFO:teuthology.orchestra.run.smithi115.stdout:/dev/vg_nvme/lv_21 2023-12-01T05:31:21.349 INFO:tasks.nvme_loop:Connecting nvme_loop smithi115:/dev/vg_nvme/lv_3... 2023-12-01T05:31:21.349 DEBUG:teuthology.orchestra.run.smithi115:> 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 2023-12-01T05:31:21.424 INFO:teuthology.orchestra.run.smithi115.stdout:1 2023-12-01T05:31:21.459 INFO:teuthology.orchestra.run.smithi115.stdout:/dev/vg_nvme/lv_31 2023-12-01T05:31:21.499 INFO:tasks.nvme_loop:Connecting nvme_loop smithi115:/dev/vg_nvme/lv_4... 2023-12-01T05:31:21.499 DEBUG:teuthology.orchestra.run.smithi115:> 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 2023-12-01T05:31:21.575 INFO:teuthology.orchestra.run.smithi115.stdout:1 2023-12-01T05:31:21.610 INFO:teuthology.orchestra.run.smithi115.stdout:/dev/vg_nvme/lv_41 2023-12-01T05:31:21.649 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2023-12-01T05:31:21.649 DEBUG:teuthology.orchestra.run.smithi115:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T05:31:21.707 DEBUG:teuthology.orchestra.run.smithi115:> sudo nvme list 2023-12-01T05:31:21.773 INFO:teuthology.orchestra.run.smithi115.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-01T05:31:21.773 INFO:teuthology.orchestra.run.smithi115.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-01T05:31:21.774 INFO:teuthology.orchestra.run.smithi115.stdout:/dev/nvme0n1 PHFT620400UU400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-01T05:31:21.774 INFO:teuthology.orchestra.run.smithi115.stdout:/dev/nvme1n1 05e5a5acc6826cf1ab19 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-12-01T05:31:21.774 INFO:teuthology.orchestra.run.smithi115.stdout:/dev/nvme2n1 a2afc01545ab9a051bb1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-12-01T05:31:21.774 INFO:teuthology.orchestra.run.smithi115.stdout:/dev/nvme3n1 bced009633cdb41587e1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-12-01T05:31:21.774 INFO:teuthology.orchestra.run.smithi115.stdout:/dev/nvme4n1 b1927cc9be230a6c1709 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-12-01T05:31:21.776 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-01T05:31:21.776 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2023-12-01T05:31:21.776 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/scratch_devs 2023-12-01T05:31:21.841 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-01T05:31:21.925 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '875037c4c0585d32b171b61f9b83f482e6b73b3d'} 2023-12-01T05:31:21.925 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:31:21.926 INFO:tasks.cephadm:Cluster fsid is dc8b7268-900a-11ee-95a2-87774f69a715 2023-12-01T05:31:21.926 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-01T05:31:21.926 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-01T05:31:21.926 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi008': '172.21.15.8', 'mon.smithi115': '172.21.15.115'} 2023-12-01T05:31:21.926 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-01T05:31:21.927 DEBUG:teuthology.orchestra.run.smithi008:> sudo hostname $(hostname -s) 2023-12-01T05:31:21.960 DEBUG:teuthology.orchestra.run.smithi115:> sudo hostname $(hostname -s) 2023-12-01T05:31:21.987 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-12-01T05:31:21.987 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:31:22.206 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '875037c4c0585d32b171b61f9b83f482e6b73b3d', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic/74575/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.0.0-7662-g875037c4', 'node_name': '172.21.5.31+adami01', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic', 'package_manager_version': '18.0.0-7662.g875037c4'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2023-11-30 18:26:27.278881', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-phlogistonjohn-testing-2023-11-30-1010', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2023-12-01T05:31:22.418 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-phlogistonjohn-testing-2023-11-30-1010, sha1 875037c4c0585d32b171b61f9b83f482e6b73b3d from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:31:22.418 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/x86_64/flavors/default/cephadm 2023-12-01T05:31:22.419 DEBUG:teuthology.orchestra.run.smithi008:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-01T05:31:23.010 INFO:teuthology.orchestra.run.smithi008.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2171037 Dec 1 05:31 /home/ubuntu/cephtest/cephadm 2023-12-01T05:31:23.010 DEBUG:teuthology.orchestra.run.smithi115:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-01T05:31:23.590 INFO:teuthology.orchestra.run.smithi115.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2171037 Dec 1 05:31 /home/ubuntu/cephtest/cephadm 2023-12-01T05:31:23.590 DEBUG:teuthology.orchestra.run.smithi008:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-01T05:31:23.612 DEBUG:teuthology.orchestra.run.smithi115:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-01T05:31:23.641 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d on all hosts... 2023-12-01T05:31:23.642 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull 2023-12-01T05:31:23.655 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull 2023-12-01T05:31:23.736 INFO:teuthology.orchestra.run.smithi008.stderr:Traceback (most recent call last): 2023-12-01T05:31:23.736 INFO:teuthology.orchestra.run.smithi008.stderr: File "/usr/lib64/python3.6/runpy.py", line 185, in _run_module_as_main 2023-12-01T05:31:23.736 INFO:teuthology.orchestra.run.smithi008.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-12-01T05:31:23.736 INFO:teuthology.orchestra.run.smithi008.stderr: File "/usr/lib64/python3.6/runpy.py", line 219, in _get_main_module_details 2023-12-01T05:31:23.737 INFO:teuthology.orchestra.run.smithi008.stderr: return _get_module_details(main_name) 2023-12-01T05:31:23.737 INFO:teuthology.orchestra.run.smithi008.stderr: File "/usr/lib64/python3.6/runpy.py", line 128, in _get_module_details 2023-12-01T05:31:23.737 INFO:teuthology.orchestra.run.smithi008.stderr: spec = importlib.util.find_spec(mod_name) 2023-12-01T05:31:23.737 INFO:teuthology.orchestra.run.smithi008.stderr: File "/usr/lib64/python3.6/importlib/util.py", line 91, in find_spec 2023-12-01T05:31:23.737 INFO:teuthology.orchestra.run.smithi008.stderr: return _find_spec(fullname, None) 2023-12-01T05:31:23.737 INFO:teuthology.orchestra.run.smithi008.stderr: File "", line 894, in _find_spec 2023-12-01T05:31:23.737 INFO:teuthology.orchestra.run.smithi008.stderr: File "", line 1157, in find_spec 2023-12-01T05:31:23.737 INFO:teuthology.orchestra.run.smithi008.stderr: File "", line 1131, in _get_spec 2023-12-01T05:31:23.737 INFO:teuthology.orchestra.run.smithi008.stderr: File "", line 1112, in _legacy_get_spec 2023-12-01T05:31:23.737 INFO:teuthology.orchestra.run.smithi008.stderr: File "", line 441, in spec_from_loader 2023-12-01T05:31:23.737 INFO:teuthology.orchestra.run.smithi008.stderr: File "", line 544, in spec_from_file_location 2023-12-01T05:31:23.737 INFO:teuthology.orchestra.run.smithi008.stderr: File "/home/ubuntu/cephtest/cephadm/__main__.py", line 4341 2023-12-01T05:31:23.737 INFO:teuthology.orchestra.run.smithi008.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-12-01T05:31:23.737 INFO:teuthology.orchestra.run.smithi008.stderr: ^ 2023-12-01T05:31:23.737 INFO:teuthology.orchestra.run.smithi008.stderr:SyntaxError: invalid syntax 2023-12-01T05:31:23.740 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:31:23.741 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 433, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi008 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull' 2023-12-01T05:31:23.742 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-01T05:31:23.743 DEBUG:teuthology.misc:Transferring archived files from smithi008:/var/lib/ceph/dc8b7268-900a-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472929/remote/smithi008/crash 2023-12-01T05:31:23.744 DEBUG:teuthology.orchestra.run.smithi008:> sudo tar c -f - -C /var/lib/ceph/dc8b7268-900a-11ee-95a2-87774f69a715/crash -- . 2023-12-01T05:31:23.751 INFO:teuthology.orchestra.run.smithi115.stderr:Traceback (most recent call last): 2023-12-01T05:31:23.751 INFO:teuthology.orchestra.run.smithi115.stderr: File "/usr/lib64/python3.6/runpy.py", line 185, in _run_module_as_main 2023-12-01T05:31:23.751 INFO:teuthology.orchestra.run.smithi115.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-12-01T05:31:23.751 INFO:teuthology.orchestra.run.smithi115.stderr: File "/usr/lib64/python3.6/runpy.py", line 219, in _get_main_module_details 2023-12-01T05:31:23.751 INFO:teuthology.orchestra.run.smithi115.stderr: return _get_module_details(main_name) 2023-12-01T05:31:23.751 INFO:teuthology.orchestra.run.smithi115.stderr: File "/usr/lib64/python3.6/runpy.py", line 128, in _get_module_details 2023-12-01T05:31:23.751 INFO:teuthology.orchestra.run.smithi115.stderr: spec = importlib.util.find_spec(mod_name) 2023-12-01T05:31:23.752 INFO:teuthology.orchestra.run.smithi115.stderr: File "/usr/lib64/python3.6/importlib/util.py", line 91, in find_spec 2023-12-01T05:31:23.752 INFO:teuthology.orchestra.run.smithi115.stderr: return _find_spec(fullname, None) 2023-12-01T05:31:23.752 INFO:teuthology.orchestra.run.smithi115.stderr: File "", line 894, in _find_spec 2023-12-01T05:31:23.752 INFO:teuthology.orchestra.run.smithi115.stderr: File "", line 1157, in find_spec 2023-12-01T05:31:23.752 INFO:teuthology.orchestra.run.smithi115.stderr: File "", line 1131, in _get_spec 2023-12-01T05:31:23.752 INFO:teuthology.orchestra.run.smithi115.stderr: File "", line 1112, in _legacy_get_spec 2023-12-01T05:31:23.752 INFO:teuthology.orchestra.run.smithi115.stderr: File "", line 441, in spec_from_loader 2023-12-01T05:31:23.752 INFO:teuthology.orchestra.run.smithi115.stderr: File "", line 544, in spec_from_file_location 2023-12-01T05:31:23.752 INFO:teuthology.orchestra.run.smithi115.stderr: File "/home/ubuntu/cephtest/cephadm/__main__.py", line 4341 2023-12-01T05:31:23.752 INFO:teuthology.orchestra.run.smithi115.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-12-01T05:31:23.752 INFO:teuthology.orchestra.run.smithi115.stderr: ^ 2023-12-01T05:31:23.752 INFO:teuthology.orchestra.run.smithi115.stderr:SyntaxError: invalid syntax 2023-12-01T05:31:23.802 INFO:teuthology.orchestra.run.smithi008.stderr:tar: /var/lib/ceph/dc8b7268-900a-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-01T05:31:23.802 INFO:teuthology.orchestra.run.smithi008.stderr:tar: Error is not recoverable: exiting now 2023-12-01T05:31:23.804 DEBUG:teuthology.misc:Transferring archived files from smithi115:/var/lib/ceph/dc8b7268-900a-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472929/remote/smithi115/crash 2023-12-01T05:31:23.804 DEBUG:teuthology.orchestra.run.smithi115:> sudo tar c -f - -C /var/lib/ceph/dc8b7268-900a-11ee-95a2-87774f69a715/crash -- . 2023-12-01T05:31:23.841 INFO:teuthology.orchestra.run.smithi115.stderr:tar: /var/lib/ceph/dc8b7268-900a-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-01T05:31:23.841 INFO:teuthology.orchestra.run.smithi115.stderr:tar: Error is not recoverable: exiting now 2023-12-01T05:31:23.842 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-01T05:31:23.842 DEBUG:teuthology.orchestra.run.smithi008:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/dc8b7268-900a-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-01T05:31:23.871 INFO:teuthology.orchestra.run.smithi008.stderr:grep: /var/log/ceph/dc8b7268-900a-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-12-01T05:31:23.873 INFO:tasks.cephadm:Compressing logs... 2023-12-01T05:31:23.873 DEBUG:teuthology.orchestra.run.smithi008:> 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 -- 2023-12-01T05:31:23.916 DEBUG:teuthology.orchestra.run.smithi115:> 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 -- 2023-12-01T05:31:23.942 INFO:teuthology.orchestra.run.smithi008.stderr:find: ‘/var/log/ceph’: No such file or directory 2023-12-01T05:31:23.943 INFO:teuthology.orchestra.run.smithi008.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-01T05:31:23.943 INFO:teuthology.orchestra.run.smithi115.stderr:find: ‘/var/log/ceph’: No such file or directory 2023-12-01T05:31:23.943 INFO:teuthology.orchestra.run.smithi115.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-01T05:31:23.945 INFO:teuthology.orchestra.run.smithi008.stderr: 2023-12-01T05:31:23.945 INFO:teuthology.orchestra.run.smithi008.stderr:real 0m0.014s 2023-12-01T05:31:23.945 INFO:teuthology.orchestra.run.smithi008.stderr:user 0m0.007s 2023-12-01T05:31:23.945 INFO:teuthology.orchestra.run.smithi008.stderr:sys 0m0.014s 2023-12-01T05:31:23.945 INFO:teuthology.orchestra.run.smithi115.stderr: 2023-12-01T05:31:23.945 INFO:teuthology.orchestra.run.smithi115.stderr:real 0m0.013s 2023-12-01T05:31:23.945 INFO:teuthology.orchestra.run.smithi115.stderr:user 0m0.007s 2023-12-01T05:31:23.946 INFO:teuthology.orchestra.run.smithi115.stderr:sys 0m0.012s 2023-12-01T05:31:23.946 INFO:tasks.cephadm:Archiving logs... 2023-12-01T05:31:23.946 DEBUG:teuthology.misc:Transferring archived files from smithi008:/var/log/ceph to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472929/remote/smithi008/log 2023-12-01T05:31:23.947 DEBUG:teuthology.orchestra.run.smithi008:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-01T05:31:24.013 INFO:teuthology.orchestra.run.smithi008.stderr:tar: /var/log/ceph: Cannot open: No such file or directory 2023-12-01T05:31:24.013 INFO:teuthology.orchestra.run.smithi008.stderr:tar: Error is not recoverable: exiting now 2023-12-01T05:31:24.014 DEBUG:teuthology.misc:Transferring archived files from smithi115:/var/log/ceph to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472929/remote/smithi115/log 2023-12-01T05:31:24.015 DEBUG:teuthology.orchestra.run.smithi115:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-01T05:31:24.041 INFO:teuthology.orchestra.run.smithi115.stderr:tar: /var/log/ceph: Cannot open: No such file or directory 2023-12-01T05:31:24.041 INFO:teuthology.orchestra.run.smithi115.stderr:tar: Error is not recoverable: exiting now 2023-12-01T05:31:24.041 INFO:tasks.cephadm:Removing cluster... 2023-12-01T05:31:24.042 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid dc8b7268-900a-11ee-95a2-87774f69a715 --force 2023-12-01T05:31:24.112 INFO:teuthology.orchestra.run.smithi008.stderr:Traceback (most recent call last): 2023-12-01T05:31:24.113 INFO:teuthology.orchestra.run.smithi008.stderr: File "/usr/lib64/python3.6/runpy.py", line 185, in _run_module_as_main 2023-12-01T05:31:24.113 INFO:teuthology.orchestra.run.smithi008.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-12-01T05:31:24.113 INFO:teuthology.orchestra.run.smithi008.stderr: File "/usr/lib64/python3.6/runpy.py", line 219, in _get_main_module_details 2023-12-01T05:31:24.113 INFO:teuthology.orchestra.run.smithi008.stderr: return _get_module_details(main_name) 2023-12-01T05:31:24.113 INFO:teuthology.orchestra.run.smithi008.stderr: File "/usr/lib64/python3.6/runpy.py", line 128, in _get_module_details 2023-12-01T05:31:24.113 INFO:teuthology.orchestra.run.smithi008.stderr: spec = importlib.util.find_spec(mod_name) 2023-12-01T05:31:24.113 INFO:teuthology.orchestra.run.smithi008.stderr: File "/usr/lib64/python3.6/importlib/util.py", line 91, in find_spec 2023-12-01T05:31:24.113 INFO:teuthology.orchestra.run.smithi008.stderr: return _find_spec(fullname, None) 2023-12-01T05:31:24.113 INFO:teuthology.orchestra.run.smithi008.stderr: File "", line 894, in _find_spec 2023-12-01T05:31:24.113 INFO:teuthology.orchestra.run.smithi008.stderr: File "", line 1157, in find_spec 2023-12-01T05:31:24.113 INFO:teuthology.orchestra.run.smithi008.stderr: File "", line 1131, in _get_spec 2023-12-01T05:31:24.113 INFO:teuthology.orchestra.run.smithi008.stderr: File "", line 1112, in _legacy_get_spec 2023-12-01T05:31:24.113 INFO:teuthology.orchestra.run.smithi008.stderr: File "", line 441, in spec_from_loader 2023-12-01T05:31:24.114 INFO:teuthology.orchestra.run.smithi008.stderr: File "", line 544, in spec_from_file_location 2023-12-01T05:31:24.114 INFO:teuthology.orchestra.run.smithi008.stderr: File "/home/ubuntu/cephtest/cephadm/__main__.py", line 4341 2023-12-01T05:31:24.114 INFO:teuthology.orchestra.run.smithi008.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-12-01T05:31:24.114 INFO:teuthology.orchestra.run.smithi008.stderr: ^ 2023-12-01T05:31:24.114 INFO:teuthology.orchestra.run.smithi008.stderr:SyntaxError: invalid syntax 2023-12-01T05:31:24.116 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:31:24.117 INFO:tasks.cephadm:Teardown complete 2023-12-01T05:31:24.117 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 138, in download_cephadm yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 433, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi008 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 1720, 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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 1635, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 140, in download_cephadm _rm_cluster(ctx, cluster_name) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 259, in _rm_cluster ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi008 with status 1: 'sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid dc8b7268-900a-11ee-95a2-87774f69a715 --force' 2023-12-01T05:31:24.192 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=5d76c38a5f9f4e3696c46a381ba598c1 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 138, in download_cephadm yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 433, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi008 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 1720, 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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 1635, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 140, in download_cephadm _rm_cluster(ctx, cluster_name) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 259, in _rm_cluster ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi008 with status 1: 'sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid dc8b7268-900a-11ee-95a2-87774f69a715 --force' 2023-12-01T05:31:24.197 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-01T05:31:24.208 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-12-01T05:31:24.246 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi008:/dev/vg_nvme/lv_1... 2023-12-01T05:31:24.246 DEBUG:teuthology.orchestra.run.smithi008:> sudo nvme disconnect -n lv_1 2023-12-01T05:31:24.395 INFO:teuthology.orchestra.run.smithi008.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-01T05:31:24.396 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:31:24.396 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi008:/dev/vg_nvme/lv_2... 2023-12-01T05:31:24.397 DEBUG:teuthology.orchestra.run.smithi008:> sudo nvme disconnect -n lv_2 2023-12-01T05:31:24.532 INFO:teuthology.orchestra.run.smithi008.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-01T05:31:24.533 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:31:24.534 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi008:/dev/vg_nvme/lv_3... 2023-12-01T05:31:24.534 DEBUG:teuthology.orchestra.run.smithi008:> sudo nvme disconnect -n lv_3 2023-12-01T05:31:24.667 INFO:teuthology.orchestra.run.smithi008.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-01T05:31:24.668 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:31:24.669 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi008:/dev/vg_nvme/lv_4... 2023-12-01T05:31:24.669 DEBUG:teuthology.orchestra.run.smithi008:> sudo nvme disconnect -n lv_4 2023-12-01T05:31:24.823 INFO:teuthology.orchestra.run.smithi008.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-01T05:31:24.825 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:31:24.825 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2023-12-01T05:31:24.825 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/scratch_devs 2023-12-01T05:31:24.855 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi115:/dev/vg_nvme/lv_1... 2023-12-01T05:31:24.856 DEBUG:teuthology.orchestra.run.smithi115:> sudo nvme disconnect -n lv_1 2023-12-01T05:31:24.992 INFO:teuthology.orchestra.run.smithi115.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-01T05:31:24.993 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:31:24.993 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi115:/dev/vg_nvme/lv_2... 2023-12-01T05:31:24.994 DEBUG:teuthology.orchestra.run.smithi115:> sudo nvme disconnect -n lv_2 2023-12-01T05:31:25.134 INFO:teuthology.orchestra.run.smithi115.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-01T05:31:25.135 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:31:25.135 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi115:/dev/vg_nvme/lv_3... 2023-12-01T05:31:25.135 DEBUG:teuthology.orchestra.run.smithi115:> sudo nvme disconnect -n lv_3 2023-12-01T05:31:25.278 INFO:teuthology.orchestra.run.smithi115.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-01T05:31:25.279 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:31:25.279 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi115:/dev/vg_nvme/lv_4... 2023-12-01T05:31:25.279 DEBUG:teuthology.orchestra.run.smithi115:> sudo nvme disconnect -n lv_4 2023-12-01T05:31:25.441 INFO:teuthology.orchestra.run.smithi115.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-01T05:31:25.442 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:31:25.442 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2023-12-01T05:31:25.442 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/scratch_devs 2023-12-01T05:31:25.468 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-01T05:31:25.477 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-01T05:31:25.478 DEBUG:teuthology.orchestra.run.smithi008:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T05:31:25.481 DEBUG:teuthology.orchestra.run.smithi115:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T05:31:25.497 INFO:teuthology.orchestra.run.smithi008.stderr:bash: ntpq: command not found 2023-12-01T05:31:25.503 INFO:teuthology.orchestra.run.smithi008.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T05:31:25.503 INFO:teuthology.orchestra.run.smithi008.stdout:=============================================================================== 2023-12-01T05:31:25.503 INFO:teuthology.orchestra.run.smithi008.stdout:^+ hv01.front.sepia.ceph.com 2 6 17 20 +1262us[+1264us] +/- 100ms 2023-12-01T05:31:25.503 INFO:teuthology.orchestra.run.smithi008.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 20 -1240us[-1238us] +/- 71ms 2023-12-01T05:31:25.503 INFO:teuthology.orchestra.run.smithi008.stdout:^* hv03.front.sepia.ceph.com 3 6 17 20 +307us[ +309us] +/- 61ms 2023-12-01T05:31:25.503 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:31:25.523 INFO:teuthology.orchestra.run.smithi115.stderr:bash: ntpq: command not found 2023-12-01T05:31:25.527 INFO:teuthology.orchestra.run.smithi115.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T05:31:25.527 INFO:teuthology.orchestra.run.smithi115.stdout:=============================================================================== 2023-12-01T05:31:25.527 INFO:teuthology.orchestra.run.smithi115.stdout:^+ hv01.front.sepia.ceph.com 2 6 17 20 +1228us[+1257us] +/- 100ms 2023-12-01T05:31:25.527 INFO:teuthology.orchestra.run.smithi115.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 20 -1277us[-1277us] +/- 71ms 2023-12-01T05:31:25.528 INFO:teuthology.orchestra.run.smithi115.stdout:^* hv03.front.sepia.ceph.com 3 6 17 20 +303us[ +332us] +/- 61ms 2023-12-01T05:31:25.528 INFO:teuthology.orchestra.run.smithi115.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:31:25.529 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-01T05:31:25.537 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-01T05:31:25.538 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-01T05:31:25.548 DEBUG:teuthology.orchestra.run.smithi008:> 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 2023-12-01T05:31:25.655 DEBUG:teuthology.orchestra.run.smithi115:> 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 2023-12-01T05:31:25.753 DEBUG:teuthology.orchestra.run.smithi008:> 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 2023-12-01T05:31:25.787 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:31:25.788 DEBUG:teuthology.orchestra.run.smithi115:> 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 2023-12-01T05:31:25.818 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:31:25.819 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-01T05:31:25.828 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-01T05:31:25.837 INFO:teuthology.task.internal:Duration was 627.907318 seconds 2023-12-01T05:31:25.838 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-01T05:31:25.849 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-01T05:31:25.849 DEBUG:teuthology.orchestra.run.smithi008:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T05:31:25.851 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T05:31:25.899 INFO:teuthology.orchestra.run.smithi008.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:31:25.905 INFO:teuthology.orchestra.run.smithi115.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:31:26.197 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-01T05:31:26.197 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi008.front.sepia.ceph.com 2023-12-01T05:31:26.197 DEBUG:teuthology.orchestra.run.smithi008:> 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 2023-12-01T05:31:26.222 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi115.front.sepia.ceph.com 2023-12-01T05:31:26.223 DEBUG:teuthology.orchestra.run.smithi115:> 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 2023-12-01T05:31:26.244 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-01T05:31:26.244 DEBUG:teuthology.orchestra.run.smithi008:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T05:31:26.265 DEBUG:teuthology.orchestra.run.smithi115:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T05:31:26.324 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-01T05:31:26.325 DEBUG:teuthology.orchestra.run.smithi008:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T05:31:26.349 DEBUG:teuthology.orchestra.run.smithi115:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T05:31:26.435 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-01T05:31:26.445 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-01T05:31:26.445 DEBUG:teuthology.orchestra.run.smithi008:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T05:31:26.474 DEBUG:teuthology.orchestra.run.smithi115:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T05:31:26.501 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-01T05:31:26.513 DEBUG:teuthology.orchestra.run.smithi008:> 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 2023-12-01T05:31:26.516 DEBUG:teuthology.orchestra.run.smithi115:> 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 2023-12-01T05:31:26.541 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern = core 2023-12-01T05:31:26.567 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern = core 2023-12-01T05:31:26.608 DEBUG:teuthology.orchestra.run.smithi008:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T05:31:26.624 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:31:26.624 DEBUG:teuthology.orchestra.run.smithi115:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T05:31:26.664 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:31:26.665 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-01T05:31:26.676 INFO:teuthology.task.internal:Transferring archived files... 2023-12-01T05:31:26.676 DEBUG:teuthology.misc:Transferring archived files from smithi008:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472929/remote/smithi008 2023-12-01T05:31:26.677 DEBUG:teuthology.orchestra.run.smithi008:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T05:31:26.715 DEBUG:teuthology.misc:Transferring archived files from smithi115:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472929/remote/smithi115 2023-12-01T05:31:26.715 DEBUG:teuthology.orchestra.run.smithi115:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T05:31:26.753 INFO:teuthology.task.internal:Removing archive directory... 2023-12-01T05:31:26.753 DEBUG:teuthology.orchestra.run.smithi008:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T05:31:26.756 DEBUG:teuthology.orchestra.run.smithi115:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T05:31:26.803 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-01T05:31:26.815 INFO:teuthology.task.internal:Not uploading archives. 2023-12-01T05:31:26.815 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-01T05:31:26.824 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-01T05:31:26.824 DEBUG:teuthology.orchestra.run.smithi008:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T05:31:26.827 DEBUG:teuthology.orchestra.run.smithi115:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T05:31:26.841 INFO:teuthology.orchestra.run.smithi008.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 05:31 /home/ubuntu/cephtest 2023-12-01T05:31:26.841 INFO:teuthology.orchestra.run.smithi008.stdout: 262205 2124 -rwxrwxr-x 1 ubuntu ubuntu 2171037 Dec 1 05:31 /home/ubuntu/cephtest/cephadm 2023-12-01T05:31:26.842 INFO:teuthology.orchestra.run.smithi008.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2023-12-01T05:31:26.845 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:31:26.846 ERROR:teuthology.run_tasks:Manager failed: internal.base Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/internal/__init__.py", line 53, in base run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi008 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-12-01T05:31:26.851 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-01T05:31:26.861 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-01T05:31:26.872 DEBUG:teuthology.run_tasks:Exception was not quenched, exiting: CommandFailedError: Command failed on smithi008 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-12-01T05:31:26.872 INFO:teuthology.nuke:Checking targets against current locks 2023-12-01T05:31:26.878 INFO:teuthology.orchestra.run.smithi115.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 05:31 /home/ubuntu/cephtest 2023-12-01T05:31:26.878 INFO:teuthology.orchestra.run.smithi115.stdout: 262205 2124 -rwxrwxr-x 1 ubuntu ubuntu 2171037 Dec 1 05:31 /home/ubuntu/cephtest/cephadm 2023-12-01T05:31:26.879 INFO:teuthology.orchestra.run.smithi115.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2023-12-01T05:31:26.904 DEBUG:teuthology.nuke:shortname: smithi008 2023-12-01T05:31:26.905 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T05:31:26.931 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi008.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472929', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 05:15:37.987915', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T05:31:26.932 DEBUG:teuthology.nuke:shortname: smithi115 2023-12-01T05:31:26.932 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T05:31:26.955 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi115.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472929', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 05:15:37.989965', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T05:31:26.984 INFO:teuthology.orchestra.console.smithi008:Power off 2023-12-01T05:31:26.984 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T05:31:27.010 DEBUG:teuthology.orchestra.console.smithi008:power off output: Chassis Power Control: Down/Off 2023-12-01T05:31:27.010 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:31:27.030 INFO:teuthology.orchestra.console.smithi115:Power off 2023-12-01T05:31:27.030 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T05:31:27.042 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is on 2023-12-01T05:31:27.056 DEBUG:teuthology.orchestra.console.smithi115:power off output: Chassis Power Control: Down/Off 2023-12-01T05:31:27.056 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:31:27.080 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is on 2023-12-01T05:31:31.044 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:31:31.081 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:31:31.154 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is on 2023-12-01T05:31:31.190 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is on 2023-12-01T05:31:35.158 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:31:35.192 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:31:35.267 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is off 2023-12-01T05:31:35.302 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is on 2023-12-01T05:31:35.369 INFO:teuthology.orchestra.console.smithi008:Power off completed 2023-12-01T05:31:39.306 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:31:39.416 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is off 2023-12-01T05:31:39.517 INFO:teuthology.orchestra.console.smithi115:Power off completed 2023-12-01T05:31:39.622 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} duration: 627.9073181152344 failure_reason: 'Command failed on smithi008 with status 1: ''sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid dc8b7268-900a-11ee-95a2-87774f69a715 --force''' owner: scheduled_phlogistonjohn@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=5d76c38a5f9f4e3696c46a381ba598c1 status: fail success: false 2023-12-01T05:31:39.622 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T05:31:39.712 INFO:teuthology.run:FAIL