2023-12-01T05:14:41.631 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-01T05:14:41.631 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --name phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi --owner scheduled_phlogistonjohn@teuthology --archive /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472925 --description orch:cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} -- /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472925/orig.config.yaml 2023-12-01T05:14:41.667 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T05:14:41.748 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/7472925 branch: wip-phlogistonjohn-testing-2023-11-30-1010 description: orch:cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} email: jmulligan@redhat.com first_in_suite: false job_id: '7472925' 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: smithi146.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi188.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:3.0 --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 --bucket foobucket --cluster-id foo --pseudo-path /foobucket - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/foobucket /mnt/foo - find /mnt/foo -ls - grep thebody /mnt/foo/myobject - echo test > /mnt/foo/newobject - sync - python: host.a: "import boto3\nimport json\nfrom io import BytesIO\n\nwith open('/tmp/user.json',\ \ 'rt') as f:\n info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n\ \ aws_access_key_id=info['keys'][0]['access_key'],\n aws_secret_access_key=info['keys'][0]['secret_key'],\n\ \ endpoint_url='http://localhost:8800',\n)\nbucket = s3.Bucket('foobucket')\n\ data = BytesIO()\nbucket.download_fileobj(Fileobj=data, Key='newobject')\nprint(data.getvalue())\n\ assert data.getvalue().decode() == 'test\\n'\n" - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs export rm foo /foobucket - ceph nfs cluster rm foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 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:14:41.748 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:14:41.749 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks 2023-12-01T05:14:41.749 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-01T05:14:41.751 INFO:teuthology.task.internal:Checking packages... 2023-12-01T05:14:41.774 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '875037c4c0585d32b171b61f9b83f482e6b73b3d' 2023-12-01T05:14:41.774 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T05:14:41.774 INFO:teuthology.packaging:ref: None 2023-12-01T05:14:41.774 INFO:teuthology.packaging:tag: None 2023-12-01T05:14:41.774 INFO:teuthology.packaging:branch: wip-phlogistonjohn-testing-2023-11-30-1010 2023-12-01T05:14:41.774 INFO:teuthology.packaging:sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:14:41.775 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:14:41.911 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7662.g875037c4 2023-12-01T05:14:41.912 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-01T05:14:41.919 INFO:teuthology.task.internal:no buildpackages task found 2023-12-01T05:14:41.919 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-01T05:14:41.933 INFO:teuthology.task.internal:Saving configuration 2023-12-01T05:14:41.952 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-01T05:14:41.960 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T05:14:41.985 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi146.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/7472925', '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:09:15.616261', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T05:14:42.006 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi188.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/7472925', '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:09:15.617747', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T05:14:42.006 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-01T05:14:42.014 INFO:teuthology.task.internal:roles: ubuntu@smithi146.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-01T05:14:42.014 INFO:teuthology.task.internal:roles: ubuntu@smithi188.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-01T05:14:42.014 INFO:teuthology.run_tasks:Running task console_log... 2023-12-01T05:14:42.086 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f3b07e2c9d0>, signals=[15]) 2023-12-01T05:14:42.086 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-01T05:14:42.093 INFO:teuthology.task.internal:Opening connections... 2023-12-01T05:14:42.093 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi146.front.sepia.ceph.com 2023-12-01T05:14:42.095 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi146.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:14:42.163 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi188.front.sepia.ceph.com 2023-12-01T05:14:42.164 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:14:42.232 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-01T05:14:42.240 DEBUG:teuthology.orchestra.run.smithi146:> uname -m 2023-12-01T05:14:42.262 INFO:teuthology.orchestra.run.smithi146.stdout:x86_64 2023-12-01T05:14:42.262 DEBUG:teuthology.orchestra.run.smithi146:> cat /etc/os-release 2023-12-01T05:14:42.321 INFO:teuthology.orchestra.run.smithi146.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T05:14:42.322 INFO:teuthology.orchestra.run.smithi146.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T05:14:42.322 INFO:teuthology.orchestra.run.smithi146.stdout:ID="rhel" 2023-12-01T05:14:42.322 INFO:teuthology.orchestra.run.smithi146.stdout:ID_LIKE="fedora" 2023-12-01T05:14:42.322 INFO:teuthology.orchestra.run.smithi146.stdout:VERSION_ID="8.6" 2023-12-01T05:14:42.322 INFO:teuthology.orchestra.run.smithi146.stdout:PLATFORM_ID="platform:el8" 2023-12-01T05:14:42.322 INFO:teuthology.orchestra.run.smithi146.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T05:14:42.322 INFO:teuthology.orchestra.run.smithi146.stdout:ANSI_COLOR="0;31" 2023-12-01T05:14:42.322 INFO:teuthology.orchestra.run.smithi146.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T05:14:42.322 INFO:teuthology.orchestra.run.smithi146.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T05:14:42.322 INFO:teuthology.orchestra.run.smithi146.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T05:14:42.322 INFO:teuthology.orchestra.run.smithi146.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T05:14:42.322 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-12-01T05:14:42.322 INFO:teuthology.orchestra.run.smithi146.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T05:14:42.323 INFO:teuthology.orchestra.run.smithi146.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T05:14:42.323 INFO:teuthology.orchestra.run.smithi146.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T05:14:42.323 INFO:teuthology.orchestra.run.smithi146.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T05:14:42.323 INFO:teuthology.lock.ops:Updating smithi146.front.sepia.ceph.com on lock server 2023-12-01T05:14:42.366 DEBUG:teuthology.orchestra.run.smithi188:> uname -m 2023-12-01T05:14:42.387 INFO:teuthology.orchestra.run.smithi188.stdout:x86_64 2023-12-01T05:14:42.388 DEBUG:teuthology.orchestra.run.smithi188:> cat /etc/os-release 2023-12-01T05:14:42.447 INFO:teuthology.orchestra.run.smithi188.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T05:14:42.447 INFO:teuthology.orchestra.run.smithi188.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T05:14:42.447 INFO:teuthology.orchestra.run.smithi188.stdout:ID="rhel" 2023-12-01T05:14:42.448 INFO:teuthology.orchestra.run.smithi188.stdout:ID_LIKE="fedora" 2023-12-01T05:14:42.448 INFO:teuthology.orchestra.run.smithi188.stdout:VERSION_ID="8.6" 2023-12-01T05:14:42.448 INFO:teuthology.orchestra.run.smithi188.stdout:PLATFORM_ID="platform:el8" 2023-12-01T05:14:42.448 INFO:teuthology.orchestra.run.smithi188.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T05:14:42.448 INFO:teuthology.orchestra.run.smithi188.stdout:ANSI_COLOR="0;31" 2023-12-01T05:14:42.448 INFO:teuthology.orchestra.run.smithi188.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T05:14:42.448 INFO:teuthology.orchestra.run.smithi188.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T05:14:42.448 INFO:teuthology.orchestra.run.smithi188.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T05:14:42.448 INFO:teuthology.orchestra.run.smithi188.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T05:14:42.448 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-12-01T05:14:42.448 INFO:teuthology.orchestra.run.smithi188.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T05:14:42.448 INFO:teuthology.orchestra.run.smithi188.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T05:14:42.448 INFO:teuthology.orchestra.run.smithi188.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T05:14:42.449 INFO:teuthology.orchestra.run.smithi188.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T05:14:42.449 INFO:teuthology.lock.ops:Updating smithi188.front.sepia.ceph.com on lock server 2023-12-01T05:14:42.474 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-01T05:14:42.483 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-01T05:14:42.491 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-01T05:14:42.491 DEBUG:teuthology.orchestra.run.smithi146:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:14:42.494 DEBUG:teuthology.orchestra.run.smithi188:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:14:42.512 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-01T05:14:42.519 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-01T05:14:42.519 DEBUG:teuthology.orchestra.run.smithi146:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:14:42.553 DEBUG:teuthology.orchestra.run.smithi188:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:14:42.582 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-01T05:14:42.635 INFO:teuthology.run_tasks:Running task kernel... 2023-12-01T05:14:42.652 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-01T05:14:42.653 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-01T05:14:42.653 DEBUG:teuthology.orchestra.run.smithi146:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:14:42.654 DEBUG:teuthology.orchestra.run.smithi188:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:14:42.671 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:14:42.672 DEBUG:teuthology.orchestra.run.smithi146:> uname -r 2023-12-01T05:14:42.673 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:14:42.673 DEBUG:teuthology.orchestra.run.smithi188:> uname -r 2023-12-01T05:14:42.731 INFO:teuthology.orchestra.run.smithi146.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T05:14:42.731 INFO:teuthology.task.kernel:Running kernel on smithi146: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:14:42.732 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum install -y kernel 2023-12-01T05:14:42.733 INFO:teuthology.orchestra.run.smithi188.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T05:14:42.734 INFO:teuthology.task.kernel:Running kernel on smithi188: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:14:42.734 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum install -y kernel 2023-12-01T05:14:43.927 INFO:teuthology.orchestra.run.smithi146.stdout:Updating Subscription Management repositories. 2023-12-01T05:14:43.927 INFO:teuthology.orchestra.run.smithi146.stdout:Unable to read consumer identity 2023-12-01T05:14:43.935 INFO:teuthology.orchestra.run.smithi188.stdout:Updating Subscription Management repositories. 2023-12-01T05:14:43.935 INFO:teuthology.orchestra.run.smithi188.stdout:Unable to read consumer identity 2023-12-01T05:14:45.378 INFO:teuthology.orchestra.run.smithi146.stdout:Copr repo for python3-asyncssh owned by ceph 18 kB/s | 3.5 kB 00:00 2023-12-01T05:14:45.379 INFO:teuthology.orchestra.run.smithi188.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-12-01T05:14:46.128 INFO:teuthology.orchestra.run.smithi146.stdout:Extra Packages for Enterprise Linux 22 MB/s | 16 MB 00:00 2023-12-01T05:14:46.146 INFO:teuthology.orchestra.run.smithi188.stdout:Extra Packages for Enterprise Linux 21 MB/s | 16 MB 00:00 2023-12-01T05:14:49.622 INFO:teuthology.orchestra.run.smithi188.stdout:lab-extras 488 kB/s | 24 kB 00:00 2023-12-01T05:14:49.653 INFO:teuthology.orchestra.run.smithi146.stdout:lab-extras 303 kB/s | 24 kB 00:00 2023-12-01T05:14:50.306 INFO:teuthology.orchestra.run.smithi146.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T05:14:50.374 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2023-12-01T05:14:50.375 INFO:teuthology.orchestra.run.smithi146.stdout:Nothing to do. 2023-12-01T05:14:50.376 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2023-12-01T05:14:50.399 INFO:teuthology.orchestra.run.smithi188.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T05:14:50.461 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2023-12-01T05:14:50.462 INFO:teuthology.orchestra.run.smithi188.stdout:Nothing to do. 2023-12-01T05:14:50.462 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2023-12-01T05:14:50.527 DEBUG:teuthology.orchestra.run.smithi146:> echo no | sudo yum reinstall kernel || true 2023-12-01T05:14:50.581 DEBUG:teuthology.orchestra.run.smithi188:> echo no | sudo yum reinstall kernel || true 2023-12-01T05:14:50.857 INFO:teuthology.orchestra.run.smithi146.stdout:Updating Subscription Management repositories. 2023-12-01T05:14:50.857 INFO:teuthology.orchestra.run.smithi146.stdout:Unable to read consumer identity 2023-12-01T05:14:50.910 INFO:teuthology.orchestra.run.smithi188.stdout:Updating Subscription Management repositories. 2023-12-01T05:14:50.910 INFO:teuthology.orchestra.run.smithi188.stdout:Unable to read consumer identity 2023-12-01T05:14:51.134 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 05:14:49 AM UTC. 2023-12-01T05:14:51.174 INFO:teuthology.orchestra.run.smithi146.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:14:51.182 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 05:14:49 AM UTC. 2023-12-01T05:14:51.222 INFO:teuthology.orchestra.run.smithi188.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:14:51.233 INFO:teuthology.orchestra.run.smithi146.stderr:Error: No packages marked for reinstall. 2023-12-01T05:14:51.250 INFO:teuthology.orchestra.run.smithi188.stderr:Error: No packages marked for reinstall. 2023-12-01T05:14:51.281 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum reinstall -y kernel || true 2023-12-01T05:14:51.296 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum reinstall -y kernel || true 2023-12-01T05:14:51.610 INFO:teuthology.orchestra.run.smithi146.stdout:Updating Subscription Management repositories. 2023-12-01T05:14:51.610 INFO:teuthology.orchestra.run.smithi146.stdout:Unable to read consumer identity 2023-12-01T05:14:51.626 INFO:teuthology.orchestra.run.smithi188.stdout:Updating Subscription Management repositories. 2023-12-01T05:14:51.626 INFO:teuthology.orchestra.run.smithi188.stdout:Unable to read consumer identity 2023-12-01T05:14:51.886 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 05:14:49 AM UTC. 2023-12-01T05:14:51.892 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 05:14:49 AM UTC. 2023-12-01T05:14:51.925 INFO:teuthology.orchestra.run.smithi146.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:14:51.931 INFO:teuthology.orchestra.run.smithi188.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:14:51.948 INFO:teuthology.orchestra.run.smithi146.stderr:Error: No packages marked for reinstall. 2023-12-01T05:14:51.959 INFO:teuthology.orchestra.run.smithi188.stderr:Error: No packages marked for reinstall. 2023-12-01T05:14:51.995 DEBUG:teuthology.orchestra.run.smithi146:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T05:14:52.005 DEBUG:teuthology.orchestra.run.smithi188:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T05:14:52.076 INFO:teuthology.orchestra.run.smithi146.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T05:14:52.076 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:14:52.076 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T05:14:52.076 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-01T05:14:52.077 DEBUG:teuthology.orchestra.run.smithi146:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T05:14:52.084 INFO:teuthology.orchestra.run.smithi188.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T05:14:52.085 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:14:52.085 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T05:14:52.085 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-01T05:14:52.085 DEBUG:teuthology.orchestra.run.smithi188:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T05:14:52.112 INFO:teuthology.orchestra.run.smithi146.stdout:ttyS1 2023-12-01T05:14:52.117 INFO:teuthology.orchestra.run.smithi188.stdout:ttyS1 2023-12-01T05:14:52.124 DEBUG:teuthology.parallel:result is None 2023-12-01T05:14:52.136 DEBUG:teuthology.parallel:result is None 2023-12-01T05:14:52.136 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-01T05:14:52.146 INFO:teuthology.task.internal:Creating test directory... 2023-12-01T05:14:52.146 DEBUG:teuthology.orchestra.run.smithi146:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T05:14:52.166 DEBUG:teuthology.orchestra.run.smithi188:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T05:14:52.192 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-01T05:14:52.203 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-01T05:14:52.217 INFO:teuthology.task.internal:Creating archive directory... 2023-12-01T05:14:52.218 DEBUG:teuthology.orchestra.run.smithi146:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T05:14:52.223 DEBUG:teuthology.orchestra.run.smithi188:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T05:14:52.256 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-01T05:14:52.268 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-01T05:14:52.268 DEBUG:teuthology.orchestra.run.smithi146:> 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:14:52.279 DEBUG:teuthology.orchestra.run.smithi188:> 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:14:52.323 INFO:teuthology.orchestra.run.smithi146.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:14:52.332 INFO:teuthology.orchestra.run.smithi188.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:14:52.333 INFO:teuthology.orchestra.run.smithi146.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:14:52.345 INFO:teuthology.orchestra.run.smithi188.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:14:52.345 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-01T05:14:52.357 INFO:teuthology.task.internal:Configuring sudo... 2023-12-01T05:14:52.358 DEBUG:teuthology.orchestra.run.smithi146:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T05:14:52.360 DEBUG:teuthology.orchestra.run.smithi188:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T05:14:52.386 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-01T05:14:52.399 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-01T05:14:52.399 DEBUG:teuthology.orchestra.run.smithi146:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T05:14:52.427 DEBUG:teuthology.orchestra.run.smithi188:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T05:14:52.443 DEBUG:teuthology.orchestra.run.smithi146:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:14:52.525 DEBUG:teuthology.orchestra.run.smithi146:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:14:52.573 DEBUG:teuthology.orchestra.run.smithi146:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:14:52.657 DEBUG:teuthology.orchestra.run.smithi146:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:14:52.699 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2023-12-01T05:14:52.699 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T05:14:52.766 DEBUG:teuthology.orchestra.run.smithi188:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:14:52.812 DEBUG:teuthology.orchestra.run.smithi188:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:14:52.860 DEBUG:teuthology.orchestra.run.smithi188:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:14:52.944 DEBUG:teuthology.orchestra.run.smithi188:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:14:52.985 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-12-01T05:14:52.985 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T05:14:53.052 DEBUG:teuthology.orchestra.run.smithi146:> sudo service rsyslog restart 2023-12-01T05:14:53.054 DEBUG:teuthology.orchestra.run.smithi188:> sudo service rsyslog restart 2023-12-01T05:14:53.109 INFO:teuthology.orchestra.run.smithi146.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:14:53.163 INFO:teuthology.orchestra.run.smithi188.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:14:53.486 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-01T05:14:53.494 INFO:teuthology.task.internal:Starting timer... 2023-12-01T05:14:53.494 INFO:teuthology.run_tasks:Running task pcp... 2023-12-01T05:14:53.510 INFO:teuthology.run_tasks:Running task selinux... 2023-12-01T05:14:53.524 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-01T05:14:53.524 DEBUG:teuthology.orchestra.run.smithi146:> sudo service auditd rotate 2023-12-01T05:14:53.582 INFO:teuthology.orchestra.run.smithi146.stdout:Rotating logs: 2023-12-01T05:14:53.583 DEBUG:teuthology.orchestra.run.smithi188:> sudo service auditd rotate 2023-12-01T05:14:53.640 INFO:teuthology.orchestra.run.smithi188.stdout:Rotating logs: 2023-12-01T05:14:53.642 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-01T05:14:53.642 DEBUG:teuthology.orchestra.run.smithi146:> /usr/sbin/getenforce 2023-12-01T05:14:53.672 INFO:teuthology.orchestra.run.smithi146.stdout:Permissive 2023-12-01T05:14:53.672 DEBUG:teuthology.orchestra.run.smithi188:> /usr/sbin/getenforce 2023-12-01T05:14:53.695 INFO:teuthology.orchestra.run.smithi188.stdout:Permissive 2023-12-01T05:14:53.696 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi146.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi188.front.sepia.ceph.com': 'permissive'} 2023-12-01T05:14:53.696 DEBUG:teuthology.orchestra.run.smithi146:> 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:14:53.739 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:14:53.740 DEBUG:teuthology.orchestra.run.smithi188:> 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:14:53.768 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:14:53.769 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-01T05:14:53.769 DEBUG:teuthology.orchestra.run.smithi146:> sudo /usr/sbin/setenforce permissive 2023-12-01T05:14:53.808 DEBUG:teuthology.orchestra.run.smithi188:> sudo /usr/sbin/setenforce permissive 2023-12-01T05:14:53.835 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-01T05:14:53.845 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-01T05:14:53.845 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-01T05:14:53.865 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:14:53.866 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi146.front.sepia.ceph.com,smithi188.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-01T05:24:32.031 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi146.front.sepia.ceph.com'), Remote(name='ubuntu@smithi188.front.sepia.ceph.com')] 2023-12-01T05:24:32.032 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi146.front.sepia.ceph.com' 2023-12-01T05:24:32.033 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi146.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:24:32.102 DEBUG:teuthology.orchestra.run.smithi146:> true 2023-12-01T05:24:32.172 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi146.front.sepia.ceph.com' 2023-12-01T05:24:32.173 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2023-12-01T05:24:32.173 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:24:32.242 DEBUG:teuthology.orchestra.run.smithi188:> true 2023-12-01T05:24:32.307 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi188.front.sepia.ceph.com' 2023-12-01T05:24:32.307 INFO:teuthology.run_tasks:Running task clock... 2023-12-01T05:24:32.318 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-01T05:24:32.319 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T05:24:32.319 DEBUG:teuthology.orchestra.run.smithi146:> 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:24:32.322 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T05:24:32.322 DEBUG:teuthology.orchestra.run.smithi188:> 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:24:32.351 INFO:teuthology.orchestra.run.smithi146.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T05:24:32.365 INFO:teuthology.orchestra.run.smithi146.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T05:24:32.378 INFO:teuthology.orchestra.run.smithi188.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T05:24:32.393 INFO:teuthology.orchestra.run.smithi188.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T05:24:32.433 INFO:teuthology.orchestra.run.smithi146.stderr:sudo: ntpd: command not found 2023-12-01T05:24:32.445 INFO:teuthology.orchestra.run.smithi146.stdout:506 Cannot talk to daemon 2023-12-01T05:24:32.461 INFO:teuthology.orchestra.run.smithi146.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T05:24:32.463 INFO:teuthology.orchestra.run.smithi188.stderr:sudo: ntpd: command not found 2023-12-01T05:24:32.474 INFO:teuthology.orchestra.run.smithi146.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T05:24:32.475 INFO:teuthology.orchestra.run.smithi188.stdout:506 Cannot talk to daemon 2023-12-01T05:24:32.489 INFO:teuthology.orchestra.run.smithi188.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T05:24:32.503 INFO:teuthology.orchestra.run.smithi188.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T05:24:32.545 INFO:teuthology.orchestra.run.smithi146.stderr:bash: ntpq: command not found 2023-12-01T05:24:32.548 INFO:teuthology.orchestra.run.smithi146.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T05:24:32.548 INFO:teuthology.orchestra.run.smithi146.stdout:=============================================================================== 2023-12-01T05:24:32.548 INFO:teuthology.orchestra.run.smithi146.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:24:32.548 INFO:teuthology.orchestra.run.smithi146.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:24:32.549 INFO:teuthology.orchestra.run.smithi146.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:24:32.549 INFO:teuthology.orchestra.run.smithi146.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:24:32.573 INFO:teuthology.orchestra.run.smithi188.stderr:bash: ntpq: command not found 2023-12-01T05:24:32.578 INFO:teuthology.orchestra.run.smithi188.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T05:24:32.578 INFO:teuthology.orchestra.run.smithi188.stdout:=============================================================================== 2023-12-01T05:24:32.578 INFO:teuthology.orchestra.run.smithi188.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:24:32.578 INFO:teuthology.orchestra.run.smithi188.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:24:32.578 INFO:teuthology.orchestra.run.smithi188.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:24:32.578 INFO:teuthology.orchestra.run.smithi188.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:24:32.578 INFO:teuthology.run_tasks:Running task pexec... 2023-12-01T05:24:32.588 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-01T05:24:32.588 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi146.front.sepia.ceph.com 2023-12-01T05:24:32.588 DEBUG:teuthology.orchestra.run.smithi146:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T05:24:32.589 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi188.front.sepia.ceph.com 2023-12-01T05:24:32.589 DEBUG:teuthology.orchestra.run.smithi188:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T05:24:32.961 INFO:teuthology.orchestra.run.smithi146.stdout:Updating Subscription Management repositories. 2023-12-01T05:24:32.986 INFO:teuthology.orchestra.run.smithi188.stdout:Updating Subscription Management repositories. 2023-12-01T05:24:34.328 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:01:45 ago on Fri 01 Dec 2023 05:22:48 AM UTC. 2023-12-01T05:24:34.364 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:01:45 ago on Fri 01 Dec 2023 05:22:48 AM UTC. 2023-12-01T05:24:36.042 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2023-12-01T05:24:36.043 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2023-12-01T05:24:36.043 INFO:teuthology.orchestra.run.smithi146.stdout: Package Architecture Version Repository Size 2023-12-01T05:24:36.044 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2023-12-01T05:24:36.044 INFO:teuthology.orchestra.run.smithi146.stdout:Resetting modules: 2023-12-01T05:24:36.044 INFO:teuthology.orchestra.run.smithi146.stdout: container-tools 2023-12-01T05:24:36.044 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-12-01T05:24:36.044 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction Summary 2023-12-01T05:24:36.044 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2023-12-01T05:24:36.044 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-12-01T05:24:36.145 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2023-12-01T05:24:36.146 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2023-12-01T05:24:36.146 INFO:teuthology.orchestra.run.smithi188.stdout: Package Architecture Version Repository Size 2023-12-01T05:24:36.146 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2023-12-01T05:24:36.146 INFO:teuthology.orchestra.run.smithi188.stdout:Resetting modules: 2023-12-01T05:24:36.146 INFO:teuthology.orchestra.run.smithi188.stdout: container-tools 2023-12-01T05:24:36.146 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-12-01T05:24:36.147 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction Summary 2023-12-01T05:24:36.147 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2023-12-01T05:24:36.147 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-12-01T05:24:37.010 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:01:48 ago on Fri 01 Dec 2023 05:22:48 AM UTC. 2023-12-01T05:24:37.110 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:01:48 ago on Fri 01 Dec 2023 05:22:48 AM UTC. 2023-12-01T05:24:43.839 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2023-12-01T05:24:44.285 INFO:teuthology.orchestra.run.smithi188.stdout:Updating Subscription Management repositories. 2023-12-01T05:24:45.220 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2023-12-01T05:24:45.666 INFO:teuthology.orchestra.run.smithi146.stdout:Updating Subscription Management repositories. 2023-12-01T05:24:45.890 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:01:57 ago on Fri 01 Dec 2023 05:22:48 AM UTC. 2023-12-01T05:24:47.220 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:01:58 ago on Fri 01 Dec 2023 05:22:48 AM UTC. 2023-12-01T05:24:47.736 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2023-12-01T05:24:47.830 INFO:teuthology.orchestra.run.smithi188.stdout:========================================================================================================================== 2023-12-01T05:24:47.830 INFO:teuthology.orchestra.run.smithi188.stdout: Package Arch Version Repository Size 2023-12-01T05:24:47.830 INFO:teuthology.orchestra.run.smithi188.stdout:========================================================================================================================== 2023-12-01T05:24:47.830 INFO:teuthology.orchestra.run.smithi188.stdout:Installing group/module packages: 2023-12-01T05:24:47.830 INFO:teuthology.orchestra.run.smithi188.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-12-01T05:24:47.830 INFO:teuthology.orchestra.run.smithi188.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-01T05:24:47.830 INFO:teuthology.orchestra.run.smithi188.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-01T05:24:47.830 INFO:teuthology.orchestra.run.smithi188.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-12-01T05:24:47.830 INFO:teuthology.orchestra.run.smithi188.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-01T05:24:47.830 INFO:teuthology.orchestra.run.smithi188.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T05:24:47.831 INFO:teuthology.orchestra.run.smithi188.stdout:Installing dependencies: 2023-12-01T05:24:47.831 INFO:teuthology.orchestra.run.smithi188.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T05:24:47.831 INFO:teuthology.orchestra.run.smithi188.stdout:Downgrading: 2023-12-01T05:24:47.831 INFO:teuthology.orchestra.run.smithi188.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T05:24:47.831 INFO:teuthology.orchestra.run.smithi188.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-12-01T05:24:47.831 INFO:teuthology.orchestra.run.smithi188.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-12-01T05:24:47.831 INFO:teuthology.orchestra.run.smithi188.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-12-01T05:24:47.831 INFO:teuthology.orchestra.run.smithi188.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-01T05:24:47.831 INFO:teuthology.orchestra.run.smithi188.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-12-01T05:24:47.831 INFO:teuthology.orchestra.run.smithi188.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-01T05:24:47.831 INFO:teuthology.orchestra.run.smithi188.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-12-01T05:24:47.831 INFO:teuthology.orchestra.run.smithi188.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-12-01T05:24:47.831 INFO:teuthology.orchestra.run.smithi188.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-12-01T05:24:47.831 INFO:teuthology.orchestra.run.smithi188.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-12-01T05:24:47.832 INFO:teuthology.orchestra.run.smithi188.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T05:24:47.832 INFO:teuthology.orchestra.run.smithi188.stdout:Installing module profiles: 2023-12-01T05:24:47.832 INFO:teuthology.orchestra.run.smithi188.stdout: container-tools/common 2023-12-01T05:24:47.832 INFO:teuthology.orchestra.run.smithi188.stdout:Enabling module streams: 2023-12-01T05:24:47.832 INFO:teuthology.orchestra.run.smithi188.stdout: container-tools 3.0 2023-12-01T05:24:47.832 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-12-01T05:24:47.832 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction Summary 2023-12-01T05:24:47.832 INFO:teuthology.orchestra.run.smithi188.stdout:========================================================================================================================== 2023-12-01T05:24:47.832 INFO:teuthology.orchestra.run.smithi188.stdout:Install 7 Packages 2023-12-01T05:24:47.832 INFO:teuthology.orchestra.run.smithi188.stdout:Downgrade 12 Packages 2023-12-01T05:24:47.832 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-12-01T05:24:47.833 INFO:teuthology.orchestra.run.smithi188.stdout:Total download size: 51 M 2023-12-01T05:24:47.833 INFO:teuthology.orchestra.run.smithi188.stdout:Downloading Packages: 2023-12-01T05:24:47.975 INFO:teuthology.orchestra.run.smithi188.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 645 kB/s | 91 kB 00:00 2023-12-01T05:24:48.009 INFO:teuthology.orchestra.run.smithi188.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 303 kB/s | 53 kB 00:00 2023-12-01T05:24:48.034 INFO:teuthology.orchestra.run.smithi188.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 256 kB/s | 51 kB 00:00 2023-12-01T05:24:48.101 INFO:teuthology.orchestra.run.smithi188.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 4.0 MB/s | 511 kB 00:00 2023-12-01T05:24:48.151 INFO:teuthology.orchestra.run.smithi188.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 487 kB/s | 69 kB 00:00 2023-12-01T05:24:48.251 INFO:teuthology.orchestra.run.smithi188.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 13 MB/s | 2.9 MB 00:00 2023-12-01T05:24:48.277 INFO:teuthology.orchestra.run.smithi188.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 410 kB/s | 72 kB 00:00 2023-12-01T05:24:48.410 INFO:teuthology.orchestra.run.smithi188.stdout:(8/19): conmon-2.0.26-1.module+el8.6.0+14874+64 383 kB/s | 51 kB 00:00 2023-12-01T05:24:48.452 INFO:teuthology.orchestra.run.smithi188.stdout:(9/19): podman-docker-3.0.1-9.module+el8.6.0+14 278 kB/s | 56 kB 00:00 2023-12-01T05:24:48.694 INFO:teuthology.orchestra.run.smithi188.stdout:(10/19): podman-3.0.1-9.module+el8.6.0+14874+64 20 MB/s | 11 MB 00:00 2023-12-01T05:24:48.719 INFO:teuthology.orchestra.run.smithi188.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 1.2 MB/s | 322 kB 00:00 2023-12-01T05:24:48.788 INFO:teuthology.orchestra.run.smithi188.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 444 kB/s | 41 kB 00:00 2023-12-01T05:24:48.895 INFO:teuthology.orchestra.run.smithi188.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 12 MB/s | 2.2 MB 00:00 2023-12-01T05:24:49.067 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2023-12-01T05:24:49.145 INFO:teuthology.orchestra.run.smithi188.stdout:(14/19): containernetworking-plugins-0.9.1-1.mo 26 MB/s | 19 MB 00:00 2023-12-01T05:24:49.158 INFO:teuthology.orchestra.run.smithi146.stdout:========================================================================================================================== 2023-12-01T05:24:49.158 INFO:teuthology.orchestra.run.smithi146.stdout: Package Arch Version Repository Size 2023-12-01T05:24:49.158 INFO:teuthology.orchestra.run.smithi146.stdout:========================================================================================================================== 2023-12-01T05:24:49.158 INFO:teuthology.orchestra.run.smithi146.stdout:Installing group/module packages: 2023-12-01T05:24:49.158 INFO:teuthology.orchestra.run.smithi146.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-12-01T05:24:49.158 INFO:teuthology.orchestra.run.smithi146.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-01T05:24:49.158 INFO:teuthology.orchestra.run.smithi146.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-01T05:24:49.159 INFO:teuthology.orchestra.run.smithi146.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-12-01T05:24:49.159 INFO:teuthology.orchestra.run.smithi146.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-01T05:24:49.159 INFO:teuthology.orchestra.run.smithi146.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T05:24:49.159 INFO:teuthology.orchestra.run.smithi146.stdout:Installing dependencies: 2023-12-01T05:24:49.159 INFO:teuthology.orchestra.run.smithi146.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T05:24:49.159 INFO:teuthology.orchestra.run.smithi146.stdout:Downgrading: 2023-12-01T05:24:49.159 INFO:teuthology.orchestra.run.smithi146.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T05:24:49.160 INFO:teuthology.orchestra.run.smithi146.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-12-01T05:24:49.160 INFO:teuthology.orchestra.run.smithi146.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-12-01T05:24:49.160 INFO:teuthology.orchestra.run.smithi146.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-12-01T05:24:49.160 INFO:teuthology.orchestra.run.smithi146.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-01T05:24:49.160 INFO:teuthology.orchestra.run.smithi146.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-12-01T05:24:49.160 INFO:teuthology.orchestra.run.smithi146.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-01T05:24:49.161 INFO:teuthology.orchestra.run.smithi146.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-12-01T05:24:49.161 INFO:teuthology.orchestra.run.smithi146.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-12-01T05:24:49.161 INFO:teuthology.orchestra.run.smithi146.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-12-01T05:24:49.161 INFO:teuthology.orchestra.run.smithi146.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-12-01T05:24:49.161 INFO:teuthology.orchestra.run.smithi146.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T05:24:49.161 INFO:teuthology.orchestra.run.smithi146.stdout:Installing module profiles: 2023-12-01T05:24:49.162 INFO:teuthology.orchestra.run.smithi146.stdout: container-tools/common 2023-12-01T05:24:49.162 INFO:teuthology.orchestra.run.smithi146.stdout:Enabling module streams: 2023-12-01T05:24:49.162 INFO:teuthology.orchestra.run.smithi146.stdout: container-tools 3.0 2023-12-01T05:24:49.162 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-12-01T05:24:49.162 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction Summary 2023-12-01T05:24:49.162 INFO:teuthology.orchestra.run.smithi146.stdout:========================================================================================================================== 2023-12-01T05:24:49.162 INFO:teuthology.orchestra.run.smithi146.stdout:Install 7 Packages 2023-12-01T05:24:49.163 INFO:teuthology.orchestra.run.smithi146.stdout:Downgrade 12 Packages 2023-12-01T05:24:49.163 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-12-01T05:24:49.164 INFO:teuthology.orchestra.run.smithi146.stdout:Total download size: 51 M 2023-12-01T05:24:49.164 INFO:teuthology.orchestra.run.smithi146.stdout:Downloading Packages: 2023-12-01T05:24:49.271 INFO:teuthology.orchestra.run.smithi188.stdout:(15/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 13 MB/s | 6.4 MB 00:00 2023-12-01T05:24:49.321 INFO:teuthology.orchestra.run.smithi188.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 6.1 MB/s | 1.1 MB 00:00 2023-12-01T05:24:49.333 INFO:teuthology.orchestra.run.smithi146.stdout:(1/19): container-selinux-2.178.0-2.module+el8. 308 kB/s | 53 kB 00:00 2023-12-01T05:24:49.359 INFO:teuthology.orchestra.run.smithi146.stdout:(2/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 260 kB/s | 51 kB 00:00 2023-12-01T05:24:49.421 INFO:teuthology.orchestra.run.smithi188.stdout:(17/19): buildah-1.19.9-3.module+el8.6.0+14874+ 13 MB/s | 6.8 MB 00:00 2023-12-01T05:24:49.426 INFO:teuthology.orchestra.run.smithi146.stdout:(3/19): containers-common-1.2.4-1.module+el8.6. 344 kB/s | 91 kB 00:00 2023-12-01T05:24:49.446 INFO:teuthology.orchestra.run.smithi188.stdout:(18/19): crun-0.18-3.module+el8.6.0+14874+64436 1.0 MB/s | 185 kB 00:00 2023-12-01T05:24:49.463 INFO:teuthology.orchestra.run.smithi188.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 356 kB/s | 51 kB 00:00 2023-12-01T05:24:49.464 INFO:teuthology.orchestra.run.smithi188.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:24:49.464 INFO:teuthology.orchestra.run.smithi188.stdout:Total 31 MB/s | 51 MB 00:01 2023-12-01T05:24:49.518 INFO:teuthology.orchestra.run.smithi146.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 435 kB/s | 69 kB 00:00 2023-12-01T05:24:49.551 INFO:teuthology.orchestra.run.smithi146.stdout:(5/19): criu-3.15-1.module+el8.6.0+14874+644362 2.3 MB/s | 511 kB 00:00 2023-12-01T05:24:49.593 INFO:teuthology.orchestra.run.smithi146.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 958 kB/s | 72 kB 00:00 2023-12-01T05:24:49.660 INFO:teuthology.orchestra.run.smithi146.stdout:(7/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 12 MB/s | 2.9 MB 00:00 2023-12-01T05:24:49.727 INFO:teuthology.orchestra.run.smithi146.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 418 kB/s | 56 kB 00:00 2023-12-01T05:24:49.794 INFO:teuthology.orchestra.run.smithi146.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 381 kB/s | 51 kB 00:00 2023-12-01T05:24:49.936 INFO:teuthology.orchestra.run.smithi146.stdout:(10/19): podman-3.0.1-9.module+el8.6.0+14874+64 28 MB/s | 11 MB 00:00 2023-12-01T05:24:49.939 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction check 2023-12-01T05:24:49.970 INFO:teuthology.orchestra.run.smithi146.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 1.8 MB/s | 322 kB 00:00 2023-12-01T05:24:49.982 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction check succeeded. 2023-12-01T05:24:49.982 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction test 2023-12-01T05:24:50.037 INFO:teuthology.orchestra.run.smithi146.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 408 kB/s | 41 kB 00:00 2023-12-01T05:24:50.120 INFO:teuthology.orchestra.run.smithi146.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 15 MB/s | 2.2 MB 00:00 2023-12-01T05:24:50.354 INFO:teuthology.orchestra.run.smithi146.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 20 MB/s | 6.4 MB 00:00 2023-12-01T05:24:50.426 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction test succeeded. 2023-12-01T05:24:50.430 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction 2023-12-01T05:24:50.529 INFO:teuthology.orchestra.run.smithi146.stdout:(15/19): containernetworking-plugins-0.9.1-1.mo 24 MB/s | 19 MB 00:00 2023-12-01T05:24:50.571 INFO:teuthology.orchestra.run.smithi146.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 4.9 MB/s | 1.1 MB 00:00 2023-12-01T05:24:50.638 INFO:teuthology.orchestra.run.smithi146.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 1.7 MB/s | 185 kB 00:00 2023-12-01T05:24:50.747 INFO:teuthology.orchestra.run.smithi146.stdout:(18/19): buildah-1.19.9-3.module+el8.6.0+14874+ 11 MB/s | 6.8 MB 00:00 2023-12-01T05:24:50.763 INFO:teuthology.orchestra.run.smithi146.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 263 kB/s | 51 kB 00:00 2023-12-01T05:24:50.764 INFO:teuthology.orchestra.run.smithi146.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:24:50.764 INFO:teuthology.orchestra.run.smithi146.stdout:Total 32 MB/s | 51 MB 00:01 2023-12-01T05:24:51.242 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction check 2023-12-01T05:24:51.283 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction check succeeded. 2023-12-01T05:24:51.283 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction test 2023-12-01T05:24:51.612 INFO:teuthology.orchestra.run.smithi188.stdout: Preparing : 1/1 2023-12-01T05:24:51.653 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-01T05:24:51.709 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction test succeeded. 2023-12-01T05:24:51.713 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction 2023-12-01T05:24:51.864 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T05:24:51.874 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T05:24:51.894 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:24:52.097 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:24:52.919 INFO:teuthology.orchestra.run.smithi146.stdout: Preparing : 1/1 2023-12-01T05:24:52.967 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-01T05:24:53.173 INFO:teuthology.orchestra.run.smithi146.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T05:24:53.182 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T05:24:53.204 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:24:53.397 INFO:teuthology.orchestra.run.smithi146.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:25:09.019 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:25:10.639 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:25:10.831 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-01T05:25:11.030 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-01T05:25:11.243 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-01T05:25:11.416 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-01T05:25:11.618 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-01T05:25:11.618 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-01T05:25:11.618 INFO:teuthology.orchestra.run.smithi188.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-01T05:25:11.618 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-12-01T05:25:12.417 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-01T05:25:12.429 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-01T05:25:12.651 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-01T05:25:12.667 INFO:teuthology.orchestra.run.smithi146.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-01T05:25:12.890 INFO:teuthology.orchestra.run.smithi146.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-01T05:25:13.076 INFO:teuthology.orchestra.run.smithi146.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-01T05:25:13.311 INFO:teuthology.orchestra.run.smithi146.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-01T05:25:13.312 INFO:teuthology.orchestra.run.smithi146.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-01T05:25:13.312 INFO:teuthology.orchestra.run.smithi146.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-01T05:25:13.312 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-12-01T05:25:14.095 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-01T05:25:14.116 INFO:teuthology.orchestra.run.smithi146.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-01T05:25:14.353 INFO:teuthology.orchestra.run.smithi146.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-01T05:25:14.394 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-01T05:25:14.766 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-01T05:25:15.060 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-01T05:25:15.793 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-01T05:25:15.838 INFO:teuthology.orchestra.run.smithi146.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-01T05:25:16.139 INFO:teuthology.orchestra.run.smithi146.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-01T05:25:16.513 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-01T05:25:16.535 INFO:teuthology.orchestra.run.smithi146.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-01T05:25:16.733 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-01T05:25:16.805 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-01T05:25:16.949 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-01T05:25:17.134 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-01T05:25:17.256 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-01T05:25:17.256 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T05:25:17.561 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-01T05:25:17.576 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T05:25:17.750 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-01T05:25:17.750 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T05:25:17.934 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T05:25:18.134 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T05:25:18.285 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-01T05:25:18.287 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-01T05:25:18.426 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-01T05:25:18.527 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-01T05:25:18.600 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-01T05:25:18.710 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-01T05:25:18.748 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-01T05:25:18.892 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-01T05:25:18.911 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-01T05:25:19.051 INFO:teuthology.orchestra.run.smithi146.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-01T05:25:19.052 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-01T05:25:19.053 INFO:teuthology.orchestra.run.smithi146.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T05:25:19.053 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:25:19.200 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:25:19.384 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T05:25:19.566 INFO:teuthology.orchestra.run.smithi146.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-01T05:25:19.566 INFO:teuthology.orchestra.run.smithi146.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T05:25:19.739 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-01T05:25:19.778 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T05:25:19.902 INFO:teuthology.orchestra.run.smithi146.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T05:25:20.095 INFO:teuthology.orchestra.run.smithi146.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-01T05:25:20.125 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:25:20.125 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-01T05:25:20.125 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-01T05:25:20.125 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-01T05:25:20.125 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-01T05:25:20.125 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-01T05:25:20.125 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-01T05:25:20.125 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-01T05:25:20.125 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-01T05:25:20.126 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-01T05:25:20.126 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-01T05:25:20.126 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-01T05:25:20.126 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-01T05:25:20.126 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-01T05:25:20.126 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-01T05:25:20.126 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-01T05:25:20.126 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-01T05:25:20.126 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-01T05:25:20.126 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-01T05:25:20.126 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-01T05:25:20.126 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-01T05:25:20.127 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-01T05:25:20.127 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-01T05:25:20.127 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-01T05:25:20.127 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T05:25:20.127 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-01T05:25:20.127 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-01T05:25:20.127 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-01T05:25:20.127 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-01T05:25:20.127 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-01T05:25:20.127 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-01T05:25:20.253 INFO:teuthology.orchestra.run.smithi146.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-01T05:25:20.408 INFO:teuthology.orchestra.run.smithi146.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-01T05:25:20.587 INFO:teuthology.orchestra.run.smithi146.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-01T05:25:20.744 INFO:teuthology.orchestra.run.smithi146.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-01T05:25:20.932 INFO:teuthology.orchestra.run.smithi146.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-01T05:25:20.932 INFO:teuthology.orchestra.run.smithi146.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:25:21.102 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:25:21.465 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-01T05:25:21.465 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:02:33 ago on Fri 01 Dec 2023 05:22:48 AM UTC. 2023-12-01T05:25:21.628 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-01T05:25:22.012 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:25:22.012 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-01T05:25:22.012 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-01T05:25:22.013 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-01T05:25:22.013 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-01T05:25:22.013 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-01T05:25:22.013 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-01T05:25:22.013 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-01T05:25:22.013 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-01T05:25:22.013 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-01T05:25:22.013 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-01T05:25:22.013 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-01T05:25:22.013 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-01T05:25:22.013 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-01T05:25:22.013 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-01T05:25:22.013 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-01T05:25:22.013 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-01T05:25:22.013 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-01T05:25:22.014 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-01T05:25:22.014 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-01T05:25:22.014 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-01T05:25:22.014 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-01T05:25:22.014 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-01T05:25:22.014 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-01T05:25:22.014 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T05:25:22.014 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-01T05:25:22.014 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-01T05:25:22.014 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-01T05:25:22.014 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-01T05:25:22.014 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-01T05:25:22.014 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-01T05:25:23.508 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-01T05:25:23.508 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:02:35 ago on Fri 01 Dec 2023 05:22:48 AM UTC. 2023-12-01T05:25:27.156 INFO:teuthology.orchestra.run.smithi188.stdout:Installed products updated. 2023-12-01T05:25:27.352 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-12-01T05:25:27.352 INFO:teuthology.orchestra.run.smithi188.stdout:Downgraded: 2023-12-01T05:25:27.352 INFO:teuthology.orchestra.run.smithi188.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:25:27.352 INFO:teuthology.orchestra.run.smithi188.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:25:27.352 INFO:teuthology.orchestra.run.smithi188.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:25:27.352 INFO:teuthology.orchestra.run.smithi188.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:25:27.352 INFO:teuthology.orchestra.run.smithi188.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:25:27.352 INFO:teuthology.orchestra.run.smithi188.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:25:27.352 INFO:teuthology.orchestra.run.smithi188.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:25:27.353 INFO:teuthology.orchestra.run.smithi188.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:25:27.353 INFO:teuthology.orchestra.run.smithi188.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:25:27.353 INFO:teuthology.orchestra.run.smithi188.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:25:27.353 INFO:teuthology.orchestra.run.smithi188.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:25:27.353 INFO:teuthology.orchestra.run.smithi188.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:25:27.353 INFO:teuthology.orchestra.run.smithi188.stdout:Installed: 2023-12-01T05:25:27.353 INFO:teuthology.orchestra.run.smithi188.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:25:27.353 INFO:teuthology.orchestra.run.smithi188.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:25:27.353 INFO:teuthology.orchestra.run.smithi188.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:25:27.353 INFO:teuthology.orchestra.run.smithi188.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:25:27.353 INFO:teuthology.orchestra.run.smithi188.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:25:27.353 INFO:teuthology.orchestra.run.smithi188.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:25:27.353 INFO:teuthology.orchestra.run.smithi188.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T05:25:27.353 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-12-01T05:25:27.353 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2023-12-01T05:25:27.552 DEBUG:teuthology.parallel:result is None 2023-12-01T05:25:32.603 INFO:teuthology.orchestra.run.smithi146.stdout:Installed products updated. 2023-12-01T05:25:32.795 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-12-01T05:25:32.795 INFO:teuthology.orchestra.run.smithi146.stdout:Downgraded: 2023-12-01T05:25:32.795 INFO:teuthology.orchestra.run.smithi146.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:25:32.795 INFO:teuthology.orchestra.run.smithi146.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:25:32.795 INFO:teuthology.orchestra.run.smithi146.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:25:32.795 INFO:teuthology.orchestra.run.smithi146.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:25:32.795 INFO:teuthology.orchestra.run.smithi146.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:25:32.796 INFO:teuthology.orchestra.run.smithi146.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:25:32.796 INFO:teuthology.orchestra.run.smithi146.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:25:32.796 INFO:teuthology.orchestra.run.smithi146.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:25:32.796 INFO:teuthology.orchestra.run.smithi146.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:25:32.796 INFO:teuthology.orchestra.run.smithi146.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:25:32.796 INFO:teuthology.orchestra.run.smithi146.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:25:32.796 INFO:teuthology.orchestra.run.smithi146.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:25:32.796 INFO:teuthology.orchestra.run.smithi146.stdout:Installed: 2023-12-01T05:25:32.796 INFO:teuthology.orchestra.run.smithi146.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:25:32.796 INFO:teuthology.orchestra.run.smithi146.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:25:32.796 INFO:teuthology.orchestra.run.smithi146.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:25:32.796 INFO:teuthology.orchestra.run.smithi146.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:25:32.796 INFO:teuthology.orchestra.run.smithi146.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:25:32.796 INFO:teuthology.orchestra.run.smithi146.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:25:32.796 INFO:teuthology.orchestra.run.smithi146.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T05:25:32.797 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-12-01T05:25:32.797 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2023-12-01T05:25:32.993 DEBUG:teuthology.parallel:result is None 2023-12-01T05:25:32.993 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-12-01T05:25:33.029 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-12-01T05:25:33.029 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2023-12-01T05:25:33.030 DEBUG:teuthology.orchestra.run.smithi146:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T05:25:33.046 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:25:33.047 DEBUG:teuthology.orchestra.run.smithi146:> stat /dev/vg_nvme/lv_1 2023-12-01T05:25:33.104 INFO:teuthology.orchestra.run.smithi146.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-01T05:25:33.104 INFO:teuthology.orchestra.run.smithi146.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:25:33.104 INFO:teuthology.orchestra.run.smithi146.stdout:Device: 6h/6d Inode: 381950 Links: 1 2023-12-01T05:25:33.104 INFO:teuthology.orchestra.run.smithi146.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:25:33.104 INFO:teuthology.orchestra.run.smithi146.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T05:25:33.104 INFO:teuthology.orchestra.run.smithi146.stdout:Access: 2023-12-01 05:25:21.762523003 +0000 2023-12-01T05:25:33.104 INFO:teuthology.orchestra.run.smithi146.stdout:Modify: 2023-12-01 05:23:59.815793881 +0000 2023-12-01T05:25:33.104 INFO:teuthology.orchestra.run.smithi146.stdout:Change: 2023-12-01 05:23:59.815793881 +0000 2023-12-01T05:25:33.104 INFO:teuthology.orchestra.run.smithi146.stdout: Birth: - 2023-12-01T05:25:33.105 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-01T05:25:33.169 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records in 2023-12-01T05:25:33.169 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records out 2023-12-01T05:25:33.169 INFO:teuthology.orchestra.run.smithi146.stderr:512 bytes copied, 0.000285561 s, 1.8 MB/s 2023-12-01T05:25:33.170 DEBUG:teuthology.orchestra.run.smithi146:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-01T05:25:33.228 DEBUG:teuthology.orchestra.run.smithi146:> stat /dev/vg_nvme/lv_2 2023-12-01T05:25:33.285 INFO:teuthology.orchestra.run.smithi146.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-01T05:25:33.285 INFO:teuthology.orchestra.run.smithi146.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:25:33.286 INFO:teuthology.orchestra.run.smithi146.stdout:Device: 6h/6d Inode: 391607 Links: 1 2023-12-01T05:25:33.286 INFO:teuthology.orchestra.run.smithi146.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:25:33.286 INFO:teuthology.orchestra.run.smithi146.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T05:25:33.286 INFO:teuthology.orchestra.run.smithi146.stdout:Access: 2023-12-01 05:25:21.762523003 +0000 2023-12-01T05:25:33.286 INFO:teuthology.orchestra.run.smithi146.stdout:Modify: 2023-12-01 05:24:00.348785643 +0000 2023-12-01T05:25:33.286 INFO:teuthology.orchestra.run.smithi146.stdout:Change: 2023-12-01 05:24:00.348785643 +0000 2023-12-01T05:25:33.286 INFO:teuthology.orchestra.run.smithi146.stdout: Birth: - 2023-12-01T05:25:33.286 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-01T05:25:33.350 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records in 2023-12-01T05:25:33.350 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records out 2023-12-01T05:25:33.351 INFO:teuthology.orchestra.run.smithi146.stderr:512 bytes copied, 0.000200799 s, 2.5 MB/s 2023-12-01T05:25:33.351 DEBUG:teuthology.orchestra.run.smithi146:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-01T05:25:33.409 DEBUG:teuthology.orchestra.run.smithi146:> stat /dev/vg_nvme/lv_3 2023-12-01T05:25:33.467 INFO:teuthology.orchestra.run.smithi146.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-01T05:25:33.467 INFO:teuthology.orchestra.run.smithi146.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:25:33.467 INFO:teuthology.orchestra.run.smithi146.stdout:Device: 6h/6d Inode: 379877 Links: 1 2023-12-01T05:25:33.467 INFO:teuthology.orchestra.run.smithi146.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:25:33.467 INFO:teuthology.orchestra.run.smithi146.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T05:25:33.467 INFO:teuthology.orchestra.run.smithi146.stdout:Access: 2023-12-01 05:25:21.762523003 +0000 2023-12-01T05:25:33.467 INFO:teuthology.orchestra.run.smithi146.stdout:Modify: 2023-12-01 05:24:00.840778039 +0000 2023-12-01T05:25:33.467 INFO:teuthology.orchestra.run.smithi146.stdout:Change: 2023-12-01 05:24:00.840778039 +0000 2023-12-01T05:25:33.467 INFO:teuthology.orchestra.run.smithi146.stdout: Birth: - 2023-12-01T05:25:33.467 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-01T05:25:33.532 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records in 2023-12-01T05:25:33.532 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records out 2023-12-01T05:25:33.532 INFO:teuthology.orchestra.run.smithi146.stderr:512 bytes copied, 0.000220436 s, 2.3 MB/s 2023-12-01T05:25:33.533 DEBUG:teuthology.orchestra.run.smithi146:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-01T05:25:33.590 DEBUG:teuthology.orchestra.run.smithi146:> stat /dev/vg_nvme/lv_4 2023-12-01T05:25:33.648 INFO:teuthology.orchestra.run.smithi146.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-01T05:25:33.648 INFO:teuthology.orchestra.run.smithi146.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:25:33.648 INFO:teuthology.orchestra.run.smithi146.stdout:Device: 6h/6d Inode: 393424 Links: 1 2023-12-01T05:25:33.648 INFO:teuthology.orchestra.run.smithi146.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:25:33.648 INFO:teuthology.orchestra.run.smithi146.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T05:25:33.648 INFO:teuthology.orchestra.run.smithi146.stdout:Access: 2023-12-01 05:25:21.762523003 +0000 2023-12-01T05:25:33.648 INFO:teuthology.orchestra.run.smithi146.stdout:Modify: 2023-12-01 05:24:01.363769956 +0000 2023-12-01T05:25:33.648 INFO:teuthology.orchestra.run.smithi146.stdout:Change: 2023-12-01 05:24:01.363769956 +0000 2023-12-01T05:25:33.648 INFO:teuthology.orchestra.run.smithi146.stdout: Birth: - 2023-12-01T05:25:33.648 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-01T05:25:33.712 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records in 2023-12-01T05:25:33.712 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records out 2023-12-01T05:25:33.712 INFO:teuthology.orchestra.run.smithi146.stderr:512 bytes copied, 0.000185288 s, 2.8 MB/s 2023-12-01T05:25:33.713 DEBUG:teuthology.orchestra.run.smithi146:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-01T05:25:33.771 DEBUG:teuthology.orchestra.run.smithi146:> 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:25:33.902 INFO:teuthology.orchestra.run.smithi146.stdout:loop 2023-12-01T05:25:33.903 INFO:tasks.nvme_loop:Connecting nvme_loop smithi146:/dev/vg_nvme/lv_1... 2023-12-01T05:25:33.903 DEBUG:teuthology.orchestra.run.smithi146:> 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:25:33.938 INFO:teuthology.orchestra.run.smithi146.stdout:1 2023-12-01T05:25:33.973 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/vg_nvme/lv_11 2023-12-01T05:25:34.018 INFO:tasks.nvme_loop:Connecting nvme_loop smithi146:/dev/vg_nvme/lv_2... 2023-12-01T05:25:34.018 DEBUG:teuthology.orchestra.run.smithi146:> 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:25:34.099 INFO:teuthology.orchestra.run.smithi146.stdout:1 2023-12-01T05:25:34.133 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/vg_nvme/lv_21 2023-12-01T05:25:34.173 INFO:tasks.nvme_loop:Connecting nvme_loop smithi146:/dev/vg_nvme/lv_3... 2023-12-01T05:25:34.173 DEBUG:teuthology.orchestra.run.smithi146:> 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:25:34.250 INFO:teuthology.orchestra.run.smithi146.stdout:1 2023-12-01T05:25:34.284 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/vg_nvme/lv_31 2023-12-01T05:25:34.323 INFO:tasks.nvme_loop:Connecting nvme_loop smithi146:/dev/vg_nvme/lv_4... 2023-12-01T05:25:34.324 DEBUG:teuthology.orchestra.run.smithi146:> 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:25:34.399 INFO:teuthology.orchestra.run.smithi146.stdout:1 2023-12-01T05:25:34.434 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/vg_nvme/lv_41 2023-12-01T05:25:34.525 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2023-12-01T05:25:34.525 DEBUG:teuthology.orchestra.run.smithi146:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T05:25:34.581 DEBUG:teuthology.orchestra.run.smithi146:> sudo nvme list 2023-12-01T05:25:34.646 INFO:teuthology.orchestra.run.smithi146.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-01T05:25:34.647 INFO:teuthology.orchestra.run.smithi146.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-01T05:25:34.647 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/nvme0n1 CVFT623300GB400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-01T05:25:34.647 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/nvme1n1 9206000b2a381e4a67a6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-12-01T05:25:34.647 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/nvme2n1 5a9d8809f99f83897687 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-12-01T05:25:34.647 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/nvme3n1 c7ee9cbeeed16a1d3c94 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-12-01T05:25:34.647 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/nvme4n1 419263cb2c1220958658 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-12-01T05:25:34.648 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-01T05:25:34.648 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2023-12-01T05:25:34.648 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd of=/scratch_devs 2023-12-01T05:25:34.714 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-12-01T05:25:34.715 DEBUG:teuthology.orchestra.run.smithi188:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T05:25:34.736 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:25:34.737 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/vg_nvme/lv_1 2023-12-01T05:25:34.797 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-01T05:25:34.797 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:25:34.797 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 6h/6d Inode: 392369 Links: 1 2023-12-01T05:25:34.797 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:25:34.797 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T05:25:34.797 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2023-12-01 05:25:19.881620628 +0000 2023-12-01T05:25:34.797 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2023-12-01 05:23:59.808559527 +0000 2023-12-01T05:25:34.798 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2023-12-01 05:23:59.808559527 +0000 2023-12-01T05:25:34.798 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2023-12-01T05:25:34.798 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-01T05:25:34.865 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2023-12-01T05:25:34.865 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2023-12-01T05:25:34.865 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000248385 s, 2.1 MB/s 2023-12-01T05:25:34.866 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-01T05:25:34.927 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/vg_nvme/lv_2 2023-12-01T05:25:34.985 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-01T05:25:34.985 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:25:34.985 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 6h/6d Inode: 389112 Links: 1 2023-12-01T05:25:34.985 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:25:34.985 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T05:25:34.985 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2023-12-01 05:25:19.881620628 +0000 2023-12-01T05:25:34.985 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2023-12-01 05:24:00.321549574 +0000 2023-12-01T05:25:34.985 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2023-12-01 05:24:00.321549574 +0000 2023-12-01T05:25:34.985 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2023-12-01T05:25:34.985 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-01T05:25:35.051 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2023-12-01T05:25:35.051 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2023-12-01T05:25:35.051 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000261155 s, 2.0 MB/s 2023-12-01T05:25:35.052 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-01T05:25:35.110 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/vg_nvme/lv_3 2023-12-01T05:25:35.167 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-01T05:25:35.168 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:25:35.168 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 6h/6d Inode: 392758 Links: 1 2023-12-01T05:25:35.168 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:25:35.168 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T05:25:35.168 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2023-12-01 05:25:19.881620628 +0000 2023-12-01T05:25:35.168 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2023-12-01 05:24:00.817539950 +0000 2023-12-01T05:25:35.168 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2023-12-01 05:24:00.817539950 +0000 2023-12-01T05:25:35.168 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2023-12-01T05:25:35.168 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-01T05:25:35.233 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2023-12-01T05:25:35.233 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2023-12-01T05:25:35.233 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000238488 s, 2.1 MB/s 2023-12-01T05:25:35.234 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-01T05:25:35.292 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/vg_nvme/lv_4 2023-12-01T05:25:35.349 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-01T05:25:35.349 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:25:35.349 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 6h/6d Inode: 383935 Links: 1 2023-12-01T05:25:35.349 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:25:35.349 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T05:25:35.349 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2023-12-01 05:25:19.881620628 +0000 2023-12-01T05:25:35.350 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2023-12-01 05:24:01.332529958 +0000 2023-12-01T05:25:35.350 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2023-12-01 05:24:01.332529958 +0000 2023-12-01T05:25:35.350 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2023-12-01T05:25:35.350 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-01T05:25:35.414 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2023-12-01T05:25:35.414 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2023-12-01T05:25:35.414 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000193466 s, 2.6 MB/s 2023-12-01T05:25:35.415 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-01T05:25:35.473 DEBUG:teuthology.orchestra.run.smithi188:> 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:25:35.597 INFO:teuthology.orchestra.run.smithi188.stdout:loop 2023-12-01T05:25:35.598 INFO:tasks.nvme_loop:Connecting nvme_loop smithi188:/dev/vg_nvme/lv_1... 2023-12-01T05:25:35.598 DEBUG:teuthology.orchestra.run.smithi188:> 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:25:35.633 INFO:teuthology.orchestra.run.smithi188.stdout:1 2023-12-01T05:25:35.667 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/vg_nvme/lv_11 2023-12-01T05:25:35.719 INFO:tasks.nvme_loop:Connecting nvme_loop smithi188:/dev/vg_nvme/lv_2... 2023-12-01T05:25:35.719 DEBUG:teuthology.orchestra.run.smithi188:> 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:25:35.796 INFO:teuthology.orchestra.run.smithi188.stdout:1 2023-12-01T05:25:35.831 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/vg_nvme/lv_21 2023-12-01T05:25:35.870 INFO:tasks.nvme_loop:Connecting nvme_loop smithi188:/dev/vg_nvme/lv_3... 2023-12-01T05:25:35.870 DEBUG:teuthology.orchestra.run.smithi188:> 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:25:35.946 INFO:teuthology.orchestra.run.smithi188.stdout:1 2023-12-01T05:25:35.981 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/vg_nvme/lv_31 2023-12-01T05:25:36.019 INFO:tasks.nvme_loop:Connecting nvme_loop smithi188:/dev/vg_nvme/lv_4... 2023-12-01T05:25:36.019 DEBUG:teuthology.orchestra.run.smithi188:> 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:25:36.095 INFO:teuthology.orchestra.run.smithi188.stdout:1 2023-12-01T05:25:36.129 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/vg_nvme/lv_41 2023-12-01T05:25:36.220 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-12-01T05:25:36.220 DEBUG:teuthology.orchestra.run.smithi188:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T05:25:36.278 DEBUG:teuthology.orchestra.run.smithi188:> sudo nvme list 2023-12-01T05:25:36.343 INFO:teuthology.orchestra.run.smithi188.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-01T05:25:36.344 INFO:teuthology.orchestra.run.smithi188.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-01T05:25:36.344 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/nvme0n1 PHFT620500MP400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-01T05:25:36.344 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/nvme1n1 f810091a33d07c4a3bcf Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-12-01T05:25:36.344 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/nvme2n1 3cc79400a41809ca0a1d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-12-01T05:25:36.344 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/nvme3n1 58b6cfc19e90971cc63b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-12-01T05:25:36.344 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/nvme4n1 e3cc4b4e2696e44d8c17 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-12-01T05:25:36.345 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-01T05:25:36.345 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-12-01T05:25:36.345 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/scratch_devs 2023-12-01T05:25:36.411 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-01T05:25:36.485 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:25:36.486 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:25:36.486 INFO:tasks.cephadm:Cluster fsid is 0ea58398-900a-11ee-95a2-87774f69a715 2023-12-01T05:25:36.486 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-01T05:25:36.486 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-01T05:25:36.486 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi146': '172.21.15.146', 'mon.smithi188': '172.21.15.188'} 2023-12-01T05:25:36.487 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-01T05:25:36.487 DEBUG:teuthology.orchestra.run.smithi146:> sudo hostname $(hostname -s) 2023-12-01T05:25:36.520 DEBUG:teuthology.orchestra.run.smithi188:> sudo hostname $(hostname -s) 2023-12-01T05:25:36.547 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-12-01T05:25:36.547 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:25:36.688 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:25:36.823 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:25:36.824 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:25:36.824 DEBUG:teuthology.orchestra.run.smithi146:> 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:25:37.289 INFO:teuthology.orchestra.run.smithi146.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2171037 Dec 1 05:25 /home/ubuntu/cephtest/cephadm 2023-12-01T05:25:37.289 DEBUG:teuthology.orchestra.run.smithi188:> 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:25:37.919 INFO:teuthology.orchestra.run.smithi188.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2171037 Dec 1 05:25 /home/ubuntu/cephtest/cephadm 2023-12-01T05:25:37.919 DEBUG:teuthology.orchestra.run.smithi146:> 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:25:37.941 DEBUG:teuthology.orchestra.run.smithi188:> 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:25:37.970 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d on all hosts... 2023-12-01T05:25:37.970 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull 2023-12-01T05:25:37.984 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull 2023-12-01T05:25:38.060 INFO:teuthology.orchestra.run.smithi146.stderr:Traceback (most recent call last): 2023-12-01T05:25:38.060 INFO:teuthology.orchestra.run.smithi146.stderr: File "/usr/lib64/python3.6/runpy.py", line 185, in _run_module_as_main 2023-12-01T05:25:38.060 INFO:teuthology.orchestra.run.smithi146.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-12-01T05:25:38.060 INFO:teuthology.orchestra.run.smithi146.stderr: File "/usr/lib64/python3.6/runpy.py", line 219, in _get_main_module_details 2023-12-01T05:25:38.061 INFO:teuthology.orchestra.run.smithi146.stderr: return _get_module_details(main_name) 2023-12-01T05:25:38.061 INFO:teuthology.orchestra.run.smithi146.stderr: File "/usr/lib64/python3.6/runpy.py", line 128, in _get_module_details 2023-12-01T05:25:38.061 INFO:teuthology.orchestra.run.smithi146.stderr: spec = importlib.util.find_spec(mod_name) 2023-12-01T05:25:38.061 INFO:teuthology.orchestra.run.smithi146.stderr: File "/usr/lib64/python3.6/importlib/util.py", line 91, in find_spec 2023-12-01T05:25:38.061 INFO:teuthology.orchestra.run.smithi146.stderr: return _find_spec(fullname, None) 2023-12-01T05:25:38.061 INFO:teuthology.orchestra.run.smithi146.stderr: File "", line 894, in _find_spec 2023-12-01T05:25:38.061 INFO:teuthology.orchestra.run.smithi146.stderr: File "", line 1157, in find_spec 2023-12-01T05:25:38.061 INFO:teuthology.orchestra.run.smithi146.stderr: File "", line 1131, in _get_spec 2023-12-01T05:25:38.061 INFO:teuthology.orchestra.run.smithi146.stderr: File "", line 1112, in _legacy_get_spec 2023-12-01T05:25:38.061 INFO:teuthology.orchestra.run.smithi146.stderr: File "", line 441, in spec_from_loader 2023-12-01T05:25:38.061 INFO:teuthology.orchestra.run.smithi146.stderr: File "", line 544, in spec_from_file_location 2023-12-01T05:25:38.061 INFO:teuthology.orchestra.run.smithi146.stderr: File "/home/ubuntu/cephtest/cephadm/__main__.py", line 4341 2023-12-01T05:25:38.061 INFO:teuthology.orchestra.run.smithi146.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-12-01T05:25:38.061 INFO:teuthology.orchestra.run.smithi146.stderr: ^ 2023-12-01T05:25:38.061 INFO:teuthology.orchestra.run.smithi146.stderr:SyntaxError: invalid syntax 2023-12-01T05:25:38.065 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:25:38.065 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 smithi146 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:25:38.066 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-01T05:25:38.067 DEBUG:teuthology.misc:Transferring archived files from smithi146:/var/lib/ceph/0ea58398-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/7472925/remote/smithi146/crash 2023-12-01T05:25:38.068 DEBUG:teuthology.orchestra.run.smithi146:> sudo tar c -f - -C /var/lib/ceph/0ea58398-900a-11ee-95a2-87774f69a715/crash -- . 2023-12-01T05:25:38.091 INFO:teuthology.orchestra.run.smithi188.stderr:Traceback (most recent call last): 2023-12-01T05:25:38.091 INFO:teuthology.orchestra.run.smithi188.stderr: File "/usr/lib64/python3.6/runpy.py", line 185, in _run_module_as_main 2023-12-01T05:25:38.091 INFO:teuthology.orchestra.run.smithi188.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-12-01T05:25:38.091 INFO:teuthology.orchestra.run.smithi188.stderr: File "/usr/lib64/python3.6/runpy.py", line 219, in _get_main_module_details 2023-12-01T05:25:38.091 INFO:teuthology.orchestra.run.smithi188.stderr: return _get_module_details(main_name) 2023-12-01T05:25:38.091 INFO:teuthology.orchestra.run.smithi188.stderr: File "/usr/lib64/python3.6/runpy.py", line 128, in _get_module_details 2023-12-01T05:25:38.091 INFO:teuthology.orchestra.run.smithi188.stderr: spec = importlib.util.find_spec(mod_name) 2023-12-01T05:25:38.091 INFO:teuthology.orchestra.run.smithi188.stderr: File "/usr/lib64/python3.6/importlib/util.py", line 91, in find_spec 2023-12-01T05:25:38.091 INFO:teuthology.orchestra.run.smithi188.stderr: return _find_spec(fullname, None) 2023-12-01T05:25:38.091 INFO:teuthology.orchestra.run.smithi188.stderr: File "", line 894, in _find_spec 2023-12-01T05:25:38.092 INFO:teuthology.orchestra.run.smithi188.stderr: File "", line 1157, in find_spec 2023-12-01T05:25:38.092 INFO:teuthology.orchestra.run.smithi188.stderr: File "", line 1131, in _get_spec 2023-12-01T05:25:38.092 INFO:teuthology.orchestra.run.smithi188.stderr: File "", line 1112, in _legacy_get_spec 2023-12-01T05:25:38.092 INFO:teuthology.orchestra.run.smithi188.stderr: File "", line 441, in spec_from_loader 2023-12-01T05:25:38.092 INFO:teuthology.orchestra.run.smithi188.stderr: File "", line 544, in spec_from_file_location 2023-12-01T05:25:38.092 INFO:teuthology.orchestra.run.smithi188.stderr: File "/home/ubuntu/cephtest/cephadm/__main__.py", line 4341 2023-12-01T05:25:38.092 INFO:teuthology.orchestra.run.smithi188.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-12-01T05:25:38.092 INFO:teuthology.orchestra.run.smithi188.stderr: ^ 2023-12-01T05:25:38.092 INFO:teuthology.orchestra.run.smithi188.stderr:SyntaxError: invalid syntax 2023-12-01T05:25:38.135 INFO:teuthology.orchestra.run.smithi146.stderr:tar: /var/lib/ceph/0ea58398-900a-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-01T05:25:38.135 INFO:teuthology.orchestra.run.smithi146.stderr:tar: Error is not recoverable: exiting now 2023-12-01T05:25:38.137 DEBUG:teuthology.misc:Transferring archived files from smithi188:/var/lib/ceph/0ea58398-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/7472925/remote/smithi188/crash 2023-12-01T05:25:38.138 DEBUG:teuthology.orchestra.run.smithi188:> sudo tar c -f - -C /var/lib/ceph/0ea58398-900a-11ee-95a2-87774f69a715/crash -- . 2023-12-01T05:25:38.175 INFO:teuthology.orchestra.run.smithi188.stderr:tar: /var/lib/ceph/0ea58398-900a-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-01T05:25:38.176 INFO:teuthology.orchestra.run.smithi188.stderr:tar: Error is not recoverable: exiting now 2023-12-01T05:25:38.177 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-01T05:25:38.177 DEBUG:teuthology.orchestra.run.smithi146:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/0ea58398-900a-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-01T05:25:38.205 INFO:teuthology.orchestra.run.smithi146.stderr:grep: /var/log/ceph/0ea58398-900a-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-12-01T05:25:38.206 INFO:tasks.cephadm:Compressing logs... 2023-12-01T05:25:38.206 DEBUG:teuthology.orchestra.run.smithi146:> 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:25:38.249 DEBUG:teuthology.orchestra.run.smithi188:> 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:25:38.274 INFO:teuthology.orchestra.run.smithi146.stderr:find: ‘/var/log/ceph’: No such file or directory 2023-12-01T05:25:38.275 INFO:teuthology.orchestra.run.smithi146.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-01T05:25:38.276 INFO:teuthology.orchestra.run.smithi188.stderr:find: ‘/var/log/ceph’: No such file or directory 2023-12-01T05:25:38.276 INFO:teuthology.orchestra.run.smithi188.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-01T05:25:38.277 INFO:teuthology.orchestra.run.smithi146.stderr: 2023-12-01T05:25:38.277 INFO:teuthology.orchestra.run.smithi146.stderr:real 0m0.013s 2023-12-01T05:25:38.277 INFO:teuthology.orchestra.run.smithi146.stderr:user 0m0.009s 2023-12-01T05:25:38.277 INFO:teuthology.orchestra.run.smithi146.stderr:sys 0m0.011s 2023-12-01T05:25:38.278 INFO:teuthology.orchestra.run.smithi188.stderr: 2023-12-01T05:25:38.278 INFO:teuthology.orchestra.run.smithi188.stderr:real 0m0.013s 2023-12-01T05:25:38.278 INFO:teuthology.orchestra.run.smithi188.stderr:user 0m0.009s 2023-12-01T05:25:38.279 INFO:teuthology.orchestra.run.smithi188.stderr:sys 0m0.012s 2023-12-01T05:25:38.279 INFO:tasks.cephadm:Archiving logs... 2023-12-01T05:25:38.279 DEBUG:teuthology.misc:Transferring archived files from smithi146:/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/7472925/remote/smithi146/log 2023-12-01T05:25:38.280 DEBUG:teuthology.orchestra.run.smithi146:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-01T05:25:38.344 INFO:teuthology.orchestra.run.smithi146.stderr:tar: /var/log/ceph: Cannot open: No such file or directory 2023-12-01T05:25:38.344 INFO:teuthology.orchestra.run.smithi146.stderr:tar: Error is not recoverable: exiting now 2023-12-01T05:25:38.345 DEBUG:teuthology.misc:Transferring archived files from smithi188:/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/7472925/remote/smithi188/log 2023-12-01T05:25:38.346 DEBUG:teuthology.orchestra.run.smithi188:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-01T05:25:38.373 INFO:teuthology.orchestra.run.smithi188.stderr:tar: /var/log/ceph: Cannot open: No such file or directory 2023-12-01T05:25:38.373 INFO:teuthology.orchestra.run.smithi188.stderr:tar: Error is not recoverable: exiting now 2023-12-01T05:25:38.374 INFO:tasks.cephadm:Removing cluster... 2023-12-01T05:25:38.374 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0ea58398-900a-11ee-95a2-87774f69a715 --force 2023-12-01T05:25:38.441 INFO:teuthology.orchestra.run.smithi146.stderr:Traceback (most recent call last): 2023-12-01T05:25:38.441 INFO:teuthology.orchestra.run.smithi146.stderr: File "/usr/lib64/python3.6/runpy.py", line 185, in _run_module_as_main 2023-12-01T05:25:38.441 INFO:teuthology.orchestra.run.smithi146.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-12-01T05:25:38.441 INFO:teuthology.orchestra.run.smithi146.stderr: File "/usr/lib64/python3.6/runpy.py", line 219, in _get_main_module_details 2023-12-01T05:25:38.441 INFO:teuthology.orchestra.run.smithi146.stderr: return _get_module_details(main_name) 2023-12-01T05:25:38.441 INFO:teuthology.orchestra.run.smithi146.stderr: File "/usr/lib64/python3.6/runpy.py", line 128, in _get_module_details 2023-12-01T05:25:38.441 INFO:teuthology.orchestra.run.smithi146.stderr: spec = importlib.util.find_spec(mod_name) 2023-12-01T05:25:38.441 INFO:teuthology.orchestra.run.smithi146.stderr: File "/usr/lib64/python3.6/importlib/util.py", line 91, in find_spec 2023-12-01T05:25:38.441 INFO:teuthology.orchestra.run.smithi146.stderr: return _find_spec(fullname, None) 2023-12-01T05:25:38.441 INFO:teuthology.orchestra.run.smithi146.stderr: File "", line 894, in _find_spec 2023-12-01T05:25:38.442 INFO:teuthology.orchestra.run.smithi146.stderr: File "", line 1157, in find_spec 2023-12-01T05:25:38.442 INFO:teuthology.orchestra.run.smithi146.stderr: File "", line 1131, in _get_spec 2023-12-01T05:25:38.442 INFO:teuthology.orchestra.run.smithi146.stderr: File "", line 1112, in _legacy_get_spec 2023-12-01T05:25:38.442 INFO:teuthology.orchestra.run.smithi146.stderr: File "", line 441, in spec_from_loader 2023-12-01T05:25:38.442 INFO:teuthology.orchestra.run.smithi146.stderr: File "", line 544, in spec_from_file_location 2023-12-01T05:25:38.442 INFO:teuthology.orchestra.run.smithi146.stderr: File "/home/ubuntu/cephtest/cephadm/__main__.py", line 4341 2023-12-01T05:25:38.442 INFO:teuthology.orchestra.run.smithi146.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-12-01T05:25:38.442 INFO:teuthology.orchestra.run.smithi146.stderr: ^ 2023-12-01T05:25:38.442 INFO:teuthology.orchestra.run.smithi146.stderr:SyntaxError: invalid syntax 2023-12-01T05:25:38.444 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:25:38.445 INFO:tasks.cephadm:Teardown complete 2023-12-01T05:25:38.445 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 smithi146 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 smithi146 with status 1: 'sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0ea58398-900a-11ee-95a2-87774f69a715 --force' 2023-12-01T05:25:38.522 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=66df1e4e11764fb989cd0b8d9177bd1b 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 smithi146 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 smithi146 with status 1: 'sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0ea58398-900a-11ee-95a2-87774f69a715 --force' 2023-12-01T05:25:38.527 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-01T05:25:38.537 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-12-01T05:25:38.550 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi146:/dev/vg_nvme/lv_1... 2023-12-01T05:25:38.550 DEBUG:teuthology.orchestra.run.smithi146:> sudo nvme disconnect -n lv_1 2023-12-01T05:25:38.701 INFO:teuthology.orchestra.run.smithi146.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-01T05:25:38.701 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:25:38.702 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi146:/dev/vg_nvme/lv_2... 2023-12-01T05:25:38.702 DEBUG:teuthology.orchestra.run.smithi146:> sudo nvme disconnect -n lv_2 2023-12-01T05:25:38.886 INFO:teuthology.orchestra.run.smithi146.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-01T05:25:38.887 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:25:38.887 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi146:/dev/vg_nvme/lv_3... 2023-12-01T05:25:38.888 DEBUG:teuthology.orchestra.run.smithi146:> sudo nvme disconnect -n lv_3 2023-12-01T05:25:39.030 INFO:teuthology.orchestra.run.smithi146.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-01T05:25:39.030 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:25:39.031 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi146:/dev/vg_nvme/lv_4... 2023-12-01T05:25:39.031 DEBUG:teuthology.orchestra.run.smithi146:> sudo nvme disconnect -n lv_4 2023-12-01T05:25:39.168 INFO:teuthology.orchestra.run.smithi146.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-01T05:25:39.170 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:25:39.170 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2023-12-01T05:25:39.170 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd of=/scratch_devs 2023-12-01T05:25:39.197 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi188:/dev/vg_nvme/lv_1... 2023-12-01T05:25:39.197 DEBUG:teuthology.orchestra.run.smithi188:> sudo nvme disconnect -n lv_1 2023-12-01T05:25:39.364 INFO:teuthology.orchestra.run.smithi188.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-01T05:25:39.366 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:25:39.366 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi188:/dev/vg_nvme/lv_2... 2023-12-01T05:25:39.367 DEBUG:teuthology.orchestra.run.smithi188:> sudo nvme disconnect -n lv_2 2023-12-01T05:25:39.524 INFO:teuthology.orchestra.run.smithi188.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-01T05:25:39.526 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:25:39.526 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi188:/dev/vg_nvme/lv_3... 2023-12-01T05:25:39.526 DEBUG:teuthology.orchestra.run.smithi188:> sudo nvme disconnect -n lv_3 2023-12-01T05:25:39.673 INFO:teuthology.orchestra.run.smithi188.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-01T05:25:39.674 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:25:39.675 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi188:/dev/vg_nvme/lv_4... 2023-12-01T05:25:39.675 DEBUG:teuthology.orchestra.run.smithi188:> sudo nvme disconnect -n lv_4 2023-12-01T05:25:39.826 INFO:teuthology.orchestra.run.smithi188.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-01T05:25:39.833 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:25:39.834 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-12-01T05:25:39.834 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/scratch_devs 2023-12-01T05:25:39.861 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-01T05:25:39.871 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-01T05:25:39.871 DEBUG:teuthology.orchestra.run.smithi146:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T05:25:39.874 DEBUG:teuthology.orchestra.run.smithi188:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T05:25:39.890 INFO:teuthology.orchestra.run.smithi146.stderr:bash: ntpq: command not found 2023-12-01T05:25:39.895 INFO:teuthology.orchestra.run.smithi146.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T05:25:39.895 INFO:teuthology.orchestra.run.smithi146.stdout:=============================================================================== 2023-12-01T05:25:39.896 INFO:teuthology.orchestra.run.smithi146.stdout:^+ hv01.front.sepia.ceph.com 2 6 17 61 +1408us[+1408us] +/- 95ms 2023-12-01T05:25:39.896 INFO:teuthology.orchestra.run.smithi146.stdout:^* hv02.front.sepia.ceph.com 3 6 17 61 -1139us[-1147us] +/- 65ms 2023-12-01T05:25:39.896 INFO:teuthology.orchestra.run.smithi146.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 60 +219us[ +219us] +/- 70ms 2023-12-01T05:25:39.896 INFO:teuthology.orchestra.run.smithi146.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:25:39.917 INFO:teuthology.orchestra.run.smithi188.stderr:bash: ntpq: command not found 2023-12-01T05:25:39.921 INFO:teuthology.orchestra.run.smithi188.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T05:25:39.922 INFO:teuthology.orchestra.run.smithi188.stdout:=============================================================================== 2023-12-01T05:25:39.922 INFO:teuthology.orchestra.run.smithi188.stdout:^+ hv01.front.sepia.ceph.com 2 6 17 60 +1402us[+1402us] +/- 95ms 2023-12-01T05:25:39.922 INFO:teuthology.orchestra.run.smithi188.stdout:^* hv02.front.sepia.ceph.com 3 6 17 60 -1135us[-1134us] +/- 65ms 2023-12-01T05:25:39.922 INFO:teuthology.orchestra.run.smithi188.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 61 +202us[ +203us] +/- 70ms 2023-12-01T05:25:39.922 INFO:teuthology.orchestra.run.smithi188.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:25:39.922 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-01T05:25:39.934 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-01T05:25:39.934 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-01T05:25:40.067 DEBUG:teuthology.orchestra.run.smithi146:> 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:25:40.174 DEBUG:teuthology.orchestra.run.smithi188:> 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:25:40.274 DEBUG:teuthology.orchestra.run.smithi146:> 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:25:40.306 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:25:40.307 DEBUG:teuthology.orchestra.run.smithi188:> 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:25:40.337 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:25:40.338 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-01T05:25:40.347 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-01T05:25:40.359 INFO:teuthology.task.internal:Duration was 646.864981 seconds 2023-12-01T05:25:40.360 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-01T05:25:40.374 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-01T05:25:40.374 DEBUG:teuthology.orchestra.run.smithi146:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T05:25:40.376 DEBUG:teuthology.orchestra.run.smithi188:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T05:25:40.422 INFO:teuthology.orchestra.run.smithi146.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:25:40.424 INFO:teuthology.orchestra.run.smithi188.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:25:40.738 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-01T05:25:40.738 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi146.front.sepia.ceph.com 2023-12-01T05:25:40.738 DEBUG:teuthology.orchestra.run.smithi146:> 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:25:40.759 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi188.front.sepia.ceph.com 2023-12-01T05:25:40.759 DEBUG:teuthology.orchestra.run.smithi188:> 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:25:40.781 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-01T05:25:40.781 DEBUG:teuthology.orchestra.run.smithi146:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T05:25:40.802 DEBUG:teuthology.orchestra.run.smithi188:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T05:25:40.861 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-01T05:25:40.862 DEBUG:teuthology.orchestra.run.smithi146:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T05:25:40.881 DEBUG:teuthology.orchestra.run.smithi188:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T05:25:40.972 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-01T05:25:40.982 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-01T05:25:40.983 DEBUG:teuthology.orchestra.run.smithi146:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T05:25:41.010 DEBUG:teuthology.orchestra.run.smithi188:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T05:25:41.038 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-01T05:25:41.048 DEBUG:teuthology.orchestra.run.smithi146:> 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:25:41.052 DEBUG:teuthology.orchestra.run.smithi188:> 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:25:41.076 INFO:teuthology.orchestra.run.smithi146.stdout:kernel.core_pattern = core 2023-12-01T05:25:41.103 INFO:teuthology.orchestra.run.smithi188.stdout:kernel.core_pattern = core 2023-12-01T05:25:41.173 DEBUG:teuthology.orchestra.run.smithi146:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T05:25:41.189 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:25:41.189 DEBUG:teuthology.orchestra.run.smithi188:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T05:25:41.228 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:25:41.229 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-01T05:25:41.239 INFO:teuthology.task.internal:Transferring archived files... 2023-12-01T05:25:41.239 DEBUG:teuthology.misc:Transferring archived files from smithi146:/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/7472925/remote/smithi146 2023-12-01T05:25:41.239 DEBUG:teuthology.orchestra.run.smithi146:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T05:25:41.279 DEBUG:teuthology.misc:Transferring archived files from smithi188:/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/7472925/remote/smithi188 2023-12-01T05:25:41.280 DEBUG:teuthology.orchestra.run.smithi188:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T05:25:41.317 INFO:teuthology.task.internal:Removing archive directory... 2023-12-01T05:25:41.318 DEBUG:teuthology.orchestra.run.smithi146:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T05:25:41.320 DEBUG:teuthology.orchestra.run.smithi188:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T05:25:41.369 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-01T05:25:41.380 INFO:teuthology.task.internal:Not uploading archives. 2023-12-01T05:25:41.380 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-01T05:25:41.391 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-01T05:25:41.391 DEBUG:teuthology.orchestra.run.smithi146:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T05:25:41.393 DEBUG:teuthology.orchestra.run.smithi188:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T05:25:41.407 INFO:teuthology.orchestra.run.smithi146.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 05:25 /home/ubuntu/cephtest 2023-12-01T05:25:41.407 INFO:teuthology.orchestra.run.smithi146.stdout: 262205 2124 -rwxrwxr-x 1 ubuntu ubuntu 2171037 Dec 1 05:25 /home/ubuntu/cephtest/cephadm 2023-12-01T05:25:41.408 INFO:teuthology.orchestra.run.smithi146.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2023-12-01T05:25:41.411 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:25:41.411 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 smithi146 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-12-01T05:25:41.416 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-01T05:25:41.427 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-01T05:25:41.438 DEBUG:teuthology.run_tasks:Exception was not quenched, exiting: CommandFailedError: Command failed on smithi146 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-12-01T05:25:41.439 INFO:teuthology.nuke:Checking targets against current locks 2023-12-01T05:25:41.444 INFO:teuthology.orchestra.run.smithi188.stdout: 262170 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 05:25 /home/ubuntu/cephtest 2023-12-01T05:25:41.444 INFO:teuthology.orchestra.run.smithi188.stdout: 262205 2124 -rwxrwxr-x 1 ubuntu ubuntu 2171037 Dec 1 05:25 /home/ubuntu/cephtest/cephadm 2023-12-01T05:25:41.445 INFO:teuthology.orchestra.run.smithi188.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2023-12-01T05:25:41.466 DEBUG:teuthology.nuke:shortname: smithi146 2023-12-01T05:25:41.466 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T05:25:41.489 DEBUG:teuthology.nuke:shortname: smithi188 2023-12-01T05:25:41.489 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T05:25:41.492 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi146.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/7472925', '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:09:15.616261', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T05:25:41.512 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi188.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/7472925', '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:09:15.617747', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T05:25:41.538 INFO:teuthology.orchestra.console.smithi146:Power off 2023-12-01T05:25:41.538 DEBUG:teuthology.orchestra.console.smithi146:pexpect command: ipmitool -H smithi146.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T05:25:41.560 DEBUG:teuthology.orchestra.console.smithi146:power off output: Chassis Power Control: Down/Off 2023-12-01T05:25:41.560 DEBUG:teuthology.orchestra.console.smithi146:pexpect command: ipmitool -H smithi146.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:25:41.575 INFO:teuthology.orchestra.console.smithi188:Power off 2023-12-01T05:25:41.575 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T05:25:41.584 DEBUG:teuthology.orchestra.console.smithi146:check power output: Chassis Power is on 2023-12-01T05:25:41.598 DEBUG:teuthology.orchestra.console.smithi188:power off output: Chassis Power Control: Down/Off 2023-12-01T05:25:41.598 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:25:41.621 DEBUG:teuthology.orchestra.console.smithi188:check power output: Chassis Power is on 2023-12-01T05:25:45.585 DEBUG:teuthology.orchestra.console.smithi146:pexpect command: ipmitool -H smithi146.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:25:45.623 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:25:45.696 DEBUG:teuthology.orchestra.console.smithi146:check power output: Chassis Power is on 2023-12-01T05:25:45.732 DEBUG:teuthology.orchestra.console.smithi188:check power output: Chassis Power is on 2023-12-01T05:25:49.701 DEBUG:teuthology.orchestra.console.smithi146:pexpect command: ipmitool -H smithi146.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:25:49.733 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:25:49.814 DEBUG:teuthology.orchestra.console.smithi146:check power output: Chassis Power is off 2023-12-01T05:25:49.842 DEBUG:teuthology.orchestra.console.smithi188:check power output: Chassis Power is off 2023-12-01T05:25:49.916 INFO:teuthology.orchestra.console.smithi146:Power off completed 2023-12-01T05:25:49.943 INFO:teuthology.orchestra.console.smithi188:Power off completed 2023-12-01T05:25:50.048 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} duration: 646.8649809360504 failure_reason: 'Command failed on smithi146 with status 1: ''sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0ea58398-900a-11ee-95a2-87774f69a715 --force''' owner: scheduled_phlogistonjohn@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=66df1e4e11764fb989cd0b8d9177bd1b status: fail success: false 2023-12-01T05:25:50.048 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T05:25:50.134 INFO:teuthology.run:FAIL