2023-12-01T05:48:58.852 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-01T05:48:58.853 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-haproxy-proto 3-final} --archive /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472985 --owner scheduled_phlogistonjohn@teuthology --verbose --name phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi -- /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472985/orig.config.yaml 2023-12-01T05:48:58.883 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T05:48:58.980 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/7472985 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-haproxy-proto 3-final} email: jmulligan@redhat.com first_in_suite: false job_id: '7472985' 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: smithi002.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi134.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 fs volume create fs1 - ceph nfs cluster create happy --ingress --virtual-ip={{VIP0}} --ingress-mode=haproxy-protocol - ceph nfs export create cephfs --fsname fs1 --cluster-id happy --pseudo-path /d1 - cephadm.wait_for_service: service: nfs.happy - cephadm.wait_for_service: service: ingress.nfs.happy - vip.exec: host.a: - mkdir /mnt/happy - sleep 1 - mount -t nfs {{VIP0}}:/d1 /mnt/happy - echo test > /mnt/happy/testfile - sync - 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:48:58.980 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:48:58.980 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks 2023-12-01T05:48:58.981 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-01T05:48:58.982 INFO:teuthology.task.internal:Checking packages... 2023-12-01T05:48:59.005 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '875037c4c0585d32b171b61f9b83f482e6b73b3d' 2023-12-01T05:48:59.006 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T05:48:59.006 INFO:teuthology.packaging:ref: None 2023-12-01T05:48:59.006 INFO:teuthology.packaging:tag: None 2023-12-01T05:48:59.006 INFO:teuthology.packaging:branch: wip-phlogistonjohn-testing-2023-11-30-1010 2023-12-01T05:48:59.006 INFO:teuthology.packaging:sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:48:59.006 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:48:59.226 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7662.g875037c4 2023-12-01T05:48:59.227 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-01T05:48:59.233 INFO:teuthology.task.internal:no buildpackages task found 2023-12-01T05:48:59.233 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-01T05:48:59.255 INFO:teuthology.task.internal:Saving configuration 2023-12-01T05:48:59.267 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-01T05:48:59.273 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T05:48:59.298 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi002.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/7472985', '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:44:12.570277', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T05:48:59.323 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi134.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/7472985', '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:44:12.572004', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T05:48:59.323 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-01T05:48:59.329 INFO:teuthology.task.internal:roles: ubuntu@smithi002.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-01T05:48:59.329 INFO:teuthology.task.internal:roles: ubuntu@smithi134.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-01T05:48:59.329 INFO:teuthology.run_tasks:Running task console_log... 2023-12-01T05:48:59.419 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fac3f46d9d0>, signals=[15]) 2023-12-01T05:48:59.419 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-01T05:48:59.425 INFO:teuthology.task.internal:Opening connections... 2023-12-01T05:48:59.425 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi002.front.sepia.ceph.com 2023-12-01T05:48:59.427 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:48:59.495 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi134.front.sepia.ceph.com 2023-12-01T05:48:59.497 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:48:59.563 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-01T05:48:59.570 DEBUG:teuthology.orchestra.run.smithi002:> uname -m 2023-12-01T05:48:59.591 INFO:teuthology.orchestra.run.smithi002.stdout:x86_64 2023-12-01T05:48:59.591 DEBUG:teuthology.orchestra.run.smithi002:> cat /etc/os-release 2023-12-01T05:48:59.652 INFO:teuthology.orchestra.run.smithi002.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T05:48:59.652 INFO:teuthology.orchestra.run.smithi002.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T05:48:59.652 INFO:teuthology.orchestra.run.smithi002.stdout:ID="rhel" 2023-12-01T05:48:59.652 INFO:teuthology.orchestra.run.smithi002.stdout:ID_LIKE="fedora" 2023-12-01T05:48:59.653 INFO:teuthology.orchestra.run.smithi002.stdout:VERSION_ID="8.6" 2023-12-01T05:48:59.653 INFO:teuthology.orchestra.run.smithi002.stdout:PLATFORM_ID="platform:el8" 2023-12-01T05:48:59.653 INFO:teuthology.orchestra.run.smithi002.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T05:48:59.653 INFO:teuthology.orchestra.run.smithi002.stdout:ANSI_COLOR="0;31" 2023-12-01T05:48:59.653 INFO:teuthology.orchestra.run.smithi002.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T05:48:59.653 INFO:teuthology.orchestra.run.smithi002.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T05:48:59.653 INFO:teuthology.orchestra.run.smithi002.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T05:48:59.653 INFO:teuthology.orchestra.run.smithi002.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T05:48:59.653 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-01T05:48:59.653 INFO:teuthology.orchestra.run.smithi002.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T05:48:59.653 INFO:teuthology.orchestra.run.smithi002.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T05:48:59.653 INFO:teuthology.orchestra.run.smithi002.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T05:48:59.653 INFO:teuthology.orchestra.run.smithi002.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T05:48:59.654 INFO:teuthology.lock.ops:Updating smithi002.front.sepia.ceph.com on lock server 2023-12-01T05:48:59.682 DEBUG:teuthology.orchestra.run.smithi134:> uname -m 2023-12-01T05:48:59.703 INFO:teuthology.orchestra.run.smithi134.stdout:x86_64 2023-12-01T05:48:59.703 DEBUG:teuthology.orchestra.run.smithi134:> cat /etc/os-release 2023-12-01T05:48:59.763 INFO:teuthology.orchestra.run.smithi134.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T05:48:59.763 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T05:48:59.763 INFO:teuthology.orchestra.run.smithi134.stdout:ID="rhel" 2023-12-01T05:48:59.763 INFO:teuthology.orchestra.run.smithi134.stdout:ID_LIKE="fedora" 2023-12-01T05:48:59.763 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION_ID="8.6" 2023-12-01T05:48:59.763 INFO:teuthology.orchestra.run.smithi134.stdout:PLATFORM_ID="platform:el8" 2023-12-01T05:48:59.763 INFO:teuthology.orchestra.run.smithi134.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T05:48:59.764 INFO:teuthology.orchestra.run.smithi134.stdout:ANSI_COLOR="0;31" 2023-12-01T05:48:59.764 INFO:teuthology.orchestra.run.smithi134.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T05:48:59.764 INFO:teuthology.orchestra.run.smithi134.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T05:48:59.764 INFO:teuthology.orchestra.run.smithi134.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T05:48:59.764 INFO:teuthology.orchestra.run.smithi134.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T05:48:59.764 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-01T05:48:59.764 INFO:teuthology.orchestra.run.smithi134.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T05:48:59.764 INFO:teuthology.orchestra.run.smithi134.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T05:48:59.764 INFO:teuthology.orchestra.run.smithi134.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T05:48:59.764 INFO:teuthology.orchestra.run.smithi134.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T05:48:59.764 INFO:teuthology.lock.ops:Updating smithi134.front.sepia.ceph.com on lock server 2023-12-01T05:48:59.790 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-01T05:48:59.798 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-01T05:48:59.804 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-01T05:48:59.804 DEBUG:teuthology.orchestra.run.smithi002:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:48:59.806 DEBUG:teuthology.orchestra.run.smithi134:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:48:59.825 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-01T05:48:59.830 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-01T05:48:59.830 DEBUG:teuthology.orchestra.run.smithi002:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:48:59.866 DEBUG:teuthology.orchestra.run.smithi134:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:48:59.905 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-01T05:48:59.956 INFO:teuthology.run_tasks:Running task kernel... 2023-12-01T05:48:59.973 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-01T05:48:59.974 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-01T05:48:59.974 DEBUG:teuthology.orchestra.run.smithi002:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:48:59.975 DEBUG:teuthology.orchestra.run.smithi134:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:48:59.994 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:48:59.994 DEBUG:teuthology.orchestra.run.smithi134:> uname -r 2023-12-01T05:48:59.995 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:48:59.996 DEBUG:teuthology.orchestra.run.smithi002:> uname -r 2023-12-01T05:49:00.055 INFO:teuthology.orchestra.run.smithi134.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T05:49:00.055 INFO:teuthology.task.kernel:Running kernel on smithi134: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:49:00.055 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum install -y kernel 2023-12-01T05:49:00.056 INFO:teuthology.orchestra.run.smithi002.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T05:49:00.056 INFO:teuthology.task.kernel:Running kernel on smithi002: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:49:00.056 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum install -y kernel 2023-12-01T05:49:01.163 INFO:teuthology.orchestra.run.smithi134.stdout:Updating Subscription Management repositories. 2023-12-01T05:49:01.163 INFO:teuthology.orchestra.run.smithi134.stdout:Unable to read consumer identity 2023-12-01T05:49:01.285 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-12-01T05:49:01.286 INFO:teuthology.orchestra.run.smithi002.stdout:Unable to read consumer identity 2023-12-01T05:49:02.570 INFO:teuthology.orchestra.run.smithi134.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2023-12-01T05:49:02.737 INFO:teuthology.orchestra.run.smithi002.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2023-12-01T05:49:03.313 INFO:teuthology.orchestra.run.smithi134.stdout:Extra Packages for Enterprise Linux 20 MB/s | 16 MB 00:00 2023-12-01T05:49:04.871 INFO:teuthology.orchestra.run.smithi002.stdout:Extra Packages for Enterprise Linux 7.5 MB/s | 16 MB 00:02 2023-12-01T05:49:06.896 INFO:teuthology.orchestra.run.smithi134.stdout:lab-extras 417 kB/s | 24 kB 00:00 2023-12-01T05:49:07.557 INFO:teuthology.orchestra.run.smithi134.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T05:49:07.611 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2023-12-01T05:49:07.612 INFO:teuthology.orchestra.run.smithi134.stdout:Nothing to do. 2023-12-01T05:49:07.612 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2023-12-01T05:49:07.741 DEBUG:teuthology.orchestra.run.smithi134:> echo no | sudo yum reinstall kernel || true 2023-12-01T05:49:08.082 INFO:teuthology.orchestra.run.smithi134.stdout:Updating Subscription Management repositories. 2023-12-01T05:49:08.082 INFO:teuthology.orchestra.run.smithi134.stdout:Unable to read consumer identity 2023-12-01T05:49:08.351 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 05:49:06 AM UTC. 2023-12-01T05:49:08.391 INFO:teuthology.orchestra.run.smithi134.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:49:08.450 INFO:teuthology.orchestra.run.smithi134.stderr:Error: No packages marked for reinstall. 2023-12-01T05:49:08.496 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum reinstall -y kernel || true 2023-12-01T05:49:08.554 INFO:teuthology.orchestra.run.smithi002.stdout:lab-extras 405 kB/s | 24 kB 00:00 2023-12-01T05:49:08.828 INFO:teuthology.orchestra.run.smithi134.stdout:Updating Subscription Management repositories. 2023-12-01T05:49:08.829 INFO:teuthology.orchestra.run.smithi134.stdout:Unable to read consumer identity 2023-12-01T05:49:09.098 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:00:03 ago on Fri 01 Dec 2023 05:49:06 AM UTC. 2023-12-01T05:49:09.141 INFO:teuthology.orchestra.run.smithi134.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:49:09.177 INFO:teuthology.orchestra.run.smithi134.stderr:Error: No packages marked for reinstall. 2023-12-01T05:49:09.223 DEBUG:teuthology.orchestra.run.smithi134:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T05:49:09.239 INFO:teuthology.orchestra.run.smithi002.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T05:49:09.297 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-12-01T05:49:09.299 INFO:teuthology.orchestra.run.smithi002.stdout:Nothing to do. 2023-12-01T05:49:09.299 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-12-01T05:49:09.303 INFO:teuthology.orchestra.run.smithi134.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T05:49:09.304 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:49:09.304 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T05:49:09.304 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-01T05:49:09.304 DEBUG:teuthology.orchestra.run.smithi134:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T05:49:09.330 INFO:teuthology.orchestra.run.smithi134.stdout:ttyS1 2023-12-01T05:49:09.347 DEBUG:teuthology.parallel:result is None 2023-12-01T05:49:09.424 DEBUG:teuthology.orchestra.run.smithi002:> echo no | sudo yum reinstall kernel || true 2023-12-01T05:49:09.813 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-12-01T05:49:09.813 INFO:teuthology.orchestra.run.smithi002.stdout:Unable to read consumer identity 2023-12-01T05:49:10.106 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 05:49:08 AM UTC. 2023-12-01T05:49:10.154 INFO:teuthology.orchestra.run.smithi002.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:49:10.195 INFO:teuthology.orchestra.run.smithi002.stderr:Error: No packages marked for reinstall. 2023-12-01T05:49:10.242 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum reinstall -y kernel || true 2023-12-01T05:49:10.589 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-12-01T05:49:10.589 INFO:teuthology.orchestra.run.smithi002.stdout:Unable to read consumer identity 2023-12-01T05:49:10.869 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 05:49:08 AM UTC. 2023-12-01T05:49:10.914 INFO:teuthology.orchestra.run.smithi002.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:49:10.947 INFO:teuthology.orchestra.run.smithi002.stderr:Error: No packages marked for reinstall. 2023-12-01T05:49:10.993 DEBUG:teuthology.orchestra.run.smithi002:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T05:49:11.076 INFO:teuthology.orchestra.run.smithi002.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T05:49:11.077 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:49:11.077 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T05:49:11.077 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-01T05:49:11.077 DEBUG:teuthology.orchestra.run.smithi002:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T05:49:11.108 INFO:teuthology.orchestra.run.smithi002.stdout:ttyS1 2023-12-01T05:49:11.122 DEBUG:teuthology.parallel:result is None 2023-12-01T05:49:11.122 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-01T05:49:11.129 INFO:teuthology.task.internal:Creating test directory... 2023-12-01T05:49:11.129 DEBUG:teuthology.orchestra.run.smithi002:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T05:49:11.165 DEBUG:teuthology.orchestra.run.smithi134:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T05:49:11.185 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-01T05:49:11.192 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-01T05:49:11.199 INFO:teuthology.task.internal:Creating archive directory... 2023-12-01T05:49:11.199 DEBUG:teuthology.orchestra.run.smithi002:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T05:49:11.222 DEBUG:teuthology.orchestra.run.smithi134:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T05:49:11.263 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-01T05:49:11.270 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-01T05:49:11.270 DEBUG:teuthology.orchestra.run.smithi002:> 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:49:11.279 DEBUG:teuthology.orchestra.run.smithi134:> 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:49:11.316 INFO:teuthology.orchestra.run.smithi002.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:49:11.327 INFO:teuthology.orchestra.run.smithi002.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:49:11.353 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:49:11.364 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:49:11.366 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-01T05:49:11.373 INFO:teuthology.task.internal:Configuring sudo... 2023-12-01T05:49:11.373 DEBUG:teuthology.orchestra.run.smithi002:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T05:49:11.375 DEBUG:teuthology.orchestra.run.smithi134:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T05:49:11.404 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-01T05:49:11.413 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-01T05:49:11.413 DEBUG:teuthology.orchestra.run.smithi002:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T05:49:11.443 DEBUG:teuthology.orchestra.run.smithi134:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T05:49:11.462 DEBUG:teuthology.orchestra.run.smithi002:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:49:11.542 DEBUG:teuthology.orchestra.run.smithi002:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:49:11.593 DEBUG:teuthology.orchestra.run.smithi002:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:49:11.677 DEBUG:teuthology.orchestra.run.smithi002:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:49:11.720 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-01T05:49:11.720 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T05:49:11.788 DEBUG:teuthology.orchestra.run.smithi134:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:49:11.836 DEBUG:teuthology.orchestra.run.smithi134:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:49:11.892 DEBUG:teuthology.orchestra.run.smithi134:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:49:12.003 DEBUG:teuthology.orchestra.run.smithi134:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:49:12.034 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-12-01T05:49:12.035 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T05:49:12.105 DEBUG:teuthology.orchestra.run.smithi002:> sudo service rsyslog restart 2023-12-01T05:49:12.107 DEBUG:teuthology.orchestra.run.smithi134:> sudo service rsyslog restart 2023-12-01T05:49:12.165 INFO:teuthology.orchestra.run.smithi002.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:49:12.233 INFO:teuthology.orchestra.run.smithi134.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:49:12.621 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-01T05:49:12.629 INFO:teuthology.task.internal:Starting timer... 2023-12-01T05:49:12.629 INFO:teuthology.run_tasks:Running task pcp... 2023-12-01T05:49:12.746 INFO:teuthology.run_tasks:Running task selinux... 2023-12-01T05:49:12.757 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-01T05:49:12.757 DEBUG:teuthology.orchestra.run.smithi002:> sudo service auditd rotate 2023-12-01T05:49:12.815 INFO:teuthology.orchestra.run.smithi002.stdout:Rotating logs: 2023-12-01T05:49:12.816 DEBUG:teuthology.orchestra.run.smithi134:> sudo service auditd rotate 2023-12-01T05:49:12.877 INFO:teuthology.orchestra.run.smithi134.stdout:Rotating logs: 2023-12-01T05:49:12.878 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-01T05:49:12.878 DEBUG:teuthology.orchestra.run.smithi002:> /usr/sbin/getenforce 2023-12-01T05:49:12.916 INFO:teuthology.orchestra.run.smithi002.stdout:Permissive 2023-12-01T05:49:12.916 DEBUG:teuthology.orchestra.run.smithi134:> /usr/sbin/getenforce 2023-12-01T05:49:12.936 INFO:teuthology.orchestra.run.smithi134.stdout:Permissive 2023-12-01T05:49:12.936 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi002.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi134.front.sepia.ceph.com': 'permissive'} 2023-12-01T05:49:12.936 DEBUG:teuthology.orchestra.run.smithi002:> 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:49:12.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:49:12.985 DEBUG:teuthology.orchestra.run.smithi134:> 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:49:13.013 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:49:13.014 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-01T05:49:13.014 DEBUG:teuthology.orchestra.run.smithi002:> sudo /usr/sbin/setenforce permissive 2023-12-01T05:49:13.052 DEBUG:teuthology.orchestra.run.smithi134:> sudo /usr/sbin/setenforce permissive 2023-12-01T05:49:13.086 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-01T05:49:13.096 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:49:13.096 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-01T05:49:13.112 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:49:13.113 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi002.front.sepia.ceph.com,smithi134.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-01T05:58:59.423 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi002.front.sepia.ceph.com'), Remote(name='ubuntu@smithi134.front.sepia.ceph.com')] 2023-12-01T05:58:59.424 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2023-12-01T05:58:59.425 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:58:59.495 DEBUG:teuthology.orchestra.run.smithi002:> true 2023-12-01T05:58:59.525 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi002.front.sepia.ceph.com' 2023-12-01T05:58:59.526 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-12-01T05:58:59.526 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:58:59.594 DEBUG:teuthology.orchestra.run.smithi134:> true 2023-12-01T05:58:59.620 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-12-01T05:58:59.621 INFO:teuthology.run_tasks:Running task clock... 2023-12-01T05:58:59.636 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-01T05:58:59.636 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T05:58:59.637 DEBUG:teuthology.orchestra.run.smithi002:> 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:58:59.639 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T05:58:59.639 DEBUG:teuthology.orchestra.run.smithi134:> 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:58:59.673 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T05:58:59.688 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T05:58:59.693 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T05:58:59.708 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T05:58:59.777 INFO:teuthology.orchestra.run.smithi002.stderr:sudo: ntpd: command not found 2023-12-01T05:58:59.780 INFO:teuthology.orchestra.run.smithi134.stderr:sudo: ntpd: command not found 2023-12-01T05:58:59.791 INFO:teuthology.orchestra.run.smithi002.stdout:506 Cannot talk to daemon 2023-12-01T05:58:59.791 INFO:teuthology.orchestra.run.smithi134.stdout:506 Cannot talk to daemon 2023-12-01T05:58:59.806 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T05:58:59.806 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T05:58:59.819 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T05:58:59.821 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T05:58:59.885 INFO:teuthology.orchestra.run.smithi134.stderr:bash: ntpq: command not found 2023-12-01T05:58:59.888 INFO:teuthology.orchestra.run.smithi134.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T05:58:59.889 INFO:teuthology.orchestra.run.smithi134.stdout:=============================================================================== 2023-12-01T05:58:59.889 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:58:59.889 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:58:59.889 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:58:59.889 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:58:59.896 INFO:teuthology.orchestra.run.smithi002.stderr:bash: ntpq: command not found 2023-12-01T05:58:59.900 INFO:teuthology.orchestra.run.smithi002.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T05:58:59.900 INFO:teuthology.orchestra.run.smithi002.stdout:=============================================================================== 2023-12-01T05:58:59.901 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:58:59.901 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:58:59.901 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:58:59.901 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:58:59.901 INFO:teuthology.run_tasks:Running task pexec... 2023-12-01T05:58:59.911 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-01T05:58:59.911 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi002.front.sepia.ceph.com 2023-12-01T05:58:59.912 DEBUG:teuthology.orchestra.run.smithi002:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T05:58:59.912 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi134.front.sepia.ceph.com 2023-12-01T05:58:59.912 DEBUG:teuthology.orchestra.run.smithi134:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T05:59:00.303 INFO:teuthology.orchestra.run.smithi134.stdout:Updating Subscription Management repositories. 2023-12-01T05:59:00.335 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-12-01T05:59:01.304 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:47 ago on Fri 01 Dec 2023 05:57:13 AM UTC. 2023-12-01T05:59:01.377 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:01:36 ago on Fri 01 Dec 2023 05:57:24 AM UTC. 2023-12-01T05:59:03.043 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2023-12-01T05:59:03.044 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2023-12-01T05:59:03.044 INFO:teuthology.orchestra.run.smithi134.stdout: Package Architecture Version Repository Size 2023-12-01T05:59:03.045 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2023-12-01T05:59:03.045 INFO:teuthology.orchestra.run.smithi134.stdout:Resetting modules: 2023-12-01T05:59:03.045 INFO:teuthology.orchestra.run.smithi134.stdout: container-tools 2023-12-01T05:59:03.045 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-01T05:59:03.045 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2023-12-01T05:59:03.045 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2023-12-01T05:59:03.045 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-01T05:59:03.420 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-12-01T05:59:03.420 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-12-01T05:59:03.421 INFO:teuthology.orchestra.run.smithi002.stdout: Package Architecture Version Repository Size 2023-12-01T05:59:03.421 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-12-01T05:59:03.421 INFO:teuthology.orchestra.run.smithi002.stdout:Resetting modules: 2023-12-01T05:59:03.421 INFO:teuthology.orchestra.run.smithi002.stdout: container-tools 2023-12-01T05:59:03.421 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-01T05:59:03.421 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2023-12-01T05:59:03.421 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-12-01T05:59:03.421 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-01T05:59:04.008 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:50 ago on Fri 01 Dec 2023 05:57:13 AM UTC. 2023-12-01T05:59:04.416 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:01:39 ago on Fri 01 Dec 2023 05:57:24 AM UTC. 2023-12-01T05:59:08.705 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-12-01T05:59:09.038 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2023-12-01T05:59:09.181 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-12-01T05:59:09.633 INFO:teuthology.orchestra.run.smithi134.stdout:Updating Subscription Management repositories. 2023-12-01T05:59:10.088 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:01:45 ago on Fri 01 Dec 2023 05:57:24 AM UTC. 2023-12-01T05:59:10.490 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:57 ago on Fri 01 Dec 2023 05:57:13 AM UTC. 2023-12-01T05:59:12.041 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-12-01T05:59:12.144 INFO:teuthology.orchestra.run.smithi002.stdout:========================================================================================================================== 2023-12-01T05:59:12.144 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2023-12-01T05:59:12.144 INFO:teuthology.orchestra.run.smithi002.stdout:========================================================================================================================== 2023-12-01T05:59:12.145 INFO:teuthology.orchestra.run.smithi002.stdout:Installing group/module packages: 2023-12-01T05:59:12.145 INFO:teuthology.orchestra.run.smithi002.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:59:12.145 INFO:teuthology.orchestra.run.smithi002.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:59:12.145 INFO:teuthology.orchestra.run.smithi002.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:59:12.145 INFO:teuthology.orchestra.run.smithi002.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:59:12.145 INFO:teuthology.orchestra.run.smithi002.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:59:12.145 INFO:teuthology.orchestra.run.smithi002.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:59:12.145 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2023-12-01T05:59:12.145 INFO:teuthology.orchestra.run.smithi002.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T05:59:12.145 INFO:teuthology.orchestra.run.smithi002.stdout:Downgrading: 2023-12-01T05:59:12.145 INFO:teuthology.orchestra.run.smithi002.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:59:12.145 INFO:teuthology.orchestra.run.smithi002.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:59:12.145 INFO:teuthology.orchestra.run.smithi002.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:59:12.146 INFO:teuthology.orchestra.run.smithi002.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:59:12.146 INFO:teuthology.orchestra.run.smithi002.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:59:12.146 INFO:teuthology.orchestra.run.smithi002.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:59:12.146 INFO:teuthology.orchestra.run.smithi002.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:59:12.146 INFO:teuthology.orchestra.run.smithi002.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:59:12.146 INFO:teuthology.orchestra.run.smithi002.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:59:12.146 INFO:teuthology.orchestra.run.smithi002.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:59:12.146 INFO:teuthology.orchestra.run.smithi002.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:59:12.146 INFO:teuthology.orchestra.run.smithi002.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:59:12.146 INFO:teuthology.orchestra.run.smithi002.stdout:Installing module profiles: 2023-12-01T05:59:12.146 INFO:teuthology.orchestra.run.smithi002.stdout: container-tools/common 2023-12-01T05:59:12.146 INFO:teuthology.orchestra.run.smithi002.stdout:Enabling module streams: 2023-12-01T05:59:12.146 INFO:teuthology.orchestra.run.smithi002.stdout: container-tools 3.0 2023-12-01T05:59:12.146 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-01T05:59:12.147 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2023-12-01T05:59:12.147 INFO:teuthology.orchestra.run.smithi002.stdout:========================================================================================================================== 2023-12-01T05:59:12.147 INFO:teuthology.orchestra.run.smithi002.stdout:Install 7 Packages 2023-12-01T05:59:12.147 INFO:teuthology.orchestra.run.smithi002.stdout:Downgrade 12 Packages 2023-12-01T05:59:12.147 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-01T05:59:12.147 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 51 M 2023-12-01T05:59:12.147 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2023-12-01T05:59:12.183 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2023-12-01T05:59:12.227 INFO:teuthology.orchestra.run.smithi002.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 1.1 MB/s | 91 kB 00:00 2023-12-01T05:59:12.244 INFO:teuthology.orchestra.run.smithi002.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 556 kB/s | 53 kB 00:00 2023-12-01T05:59:12.261 INFO:teuthology.orchestra.run.smithi002.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 458 kB/s | 51 kB 00:00 2023-12-01T05:59:12.278 INFO:teuthology.orchestra.run.smithi002.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 2.0 MB/s | 69 kB 00:00 2023-12-01T05:59:12.278 INFO:teuthology.orchestra.run.smithi134.stdout:========================================================================================================================== 2023-12-01T05:59:12.278 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2023-12-01T05:59:12.278 INFO:teuthology.orchestra.run.smithi134.stdout:========================================================================================================================== 2023-12-01T05:59:12.278 INFO:teuthology.orchestra.run.smithi134.stdout:Installing group/module packages: 2023-12-01T05:59:12.278 INFO:teuthology.orchestra.run.smithi134.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:59:12.278 INFO:teuthology.orchestra.run.smithi134.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:59:12.279 INFO:teuthology.orchestra.run.smithi134.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:59:12.279 INFO:teuthology.orchestra.run.smithi134.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:59:12.279 INFO:teuthology.orchestra.run.smithi134.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:59:12.279 INFO:teuthology.orchestra.run.smithi134.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:59:12.279 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2023-12-01T05:59:12.279 INFO:teuthology.orchestra.run.smithi134.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T05:59:12.279 INFO:teuthology.orchestra.run.smithi134.stdout:Downgrading: 2023-12-01T05:59:12.279 INFO:teuthology.orchestra.run.smithi134.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:59:12.279 INFO:teuthology.orchestra.run.smithi134.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:59:12.279 INFO:teuthology.orchestra.run.smithi134.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:59:12.279 INFO:teuthology.orchestra.run.smithi134.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:59:12.279 INFO:teuthology.orchestra.run.smithi134.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:59:12.279 INFO:teuthology.orchestra.run.smithi134.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:59:12.279 INFO:teuthology.orchestra.run.smithi134.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:59:12.279 INFO:teuthology.orchestra.run.smithi134.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:59:12.280 INFO:teuthology.orchestra.run.smithi134.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:59:12.280 INFO:teuthology.orchestra.run.smithi134.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:59:12.280 INFO:teuthology.orchestra.run.smithi134.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:59:12.280 INFO:teuthology.orchestra.run.smithi134.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:59:12.280 INFO:teuthology.orchestra.run.smithi134.stdout:Installing module profiles: 2023-12-01T05:59:12.280 INFO:teuthology.orchestra.run.smithi134.stdout: container-tools/common 2023-12-01T05:59:12.280 INFO:teuthology.orchestra.run.smithi134.stdout:Enabling module streams: 2023-12-01T05:59:12.280 INFO:teuthology.orchestra.run.smithi134.stdout: container-tools 3.0 2023-12-01T05:59:12.280 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-01T05:59:12.280 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2023-12-01T05:59:12.280 INFO:teuthology.orchestra.run.smithi134.stdout:========================================================================================================================== 2023-12-01T05:59:12.280 INFO:teuthology.orchestra.run.smithi134.stdout:Install 7 Packages 2023-12-01T05:59:12.280 INFO:teuthology.orchestra.run.smithi134.stdout:Downgrade 12 Packages 2023-12-01T05:59:12.280 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-01T05:59:12.281 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 51 M 2023-12-01T05:59:12.281 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2023-12-01T05:59:12.312 INFO:teuthology.orchestra.run.smithi002.stdout:(5/19): criu-3.15-1.module+el8.6.0+14874+644362 5.9 MB/s | 511 kB 00:00 2023-12-01T05:59:12.361 INFO:teuthology.orchestra.run.smithi002.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 863 kB/s | 72 kB 00:00 2023-12-01T05:59:12.378 INFO:teuthology.orchestra.run.smithi134.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 949 kB/s | 91 kB 00:00 2023-12-01T05:59:12.395 INFO:teuthology.orchestra.run.smithi134.stdout:(2/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 456 kB/s | 51 kB 00:00 2023-12-01T05:59:12.411 INFO:teuthology.orchestra.run.smithi134.stdout:(3/19): container-selinux-2.178.0-2.module+el8. 408 kB/s | 53 kB 00:00 2023-12-01T05:59:12.412 INFO:teuthology.orchestra.run.smithi002.stdout:(7/19): podman-docker-3.0.1-9.module+el8.6.0+14 1.1 MB/s | 56 kB 00:00 2023-12-01T05:59:12.437 INFO:teuthology.orchestra.run.smithi134.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 1.6 MB/s | 69 kB 00:00 2023-12-01T05:59:12.470 INFO:teuthology.orchestra.run.smithi134.stdout:(5/19): criu-3.15-1.module+el8.6.0+14874+644362 5.4 MB/s | 511 kB 00:00 2023-12-01T05:59:12.487 INFO:teuthology.orchestra.run.smithi002.stdout:(8/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 13 MB/s | 2.9 MB 00:00 2023-12-01T05:59:12.495 INFO:teuthology.orchestra.run.smithi134.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.2 MB/s | 72 kB 00:00 2023-12-01T05:59:12.512 INFO:teuthology.orchestra.run.smithi002.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 510 kB/s | 51 kB 00:00 2023-12-01T05:59:12.537 INFO:teuthology.orchestra.run.smithi134.stdout:(7/19): podman-docker-3.0.1-9.module+el8.6.0+14 1.3 MB/s | 56 kB 00:00 2023-12-01T05:59:12.579 INFO:teuthology.orchestra.run.smithi002.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 4.7 MB/s | 322 kB 00:00 2023-12-01T05:59:12.588 INFO:teuthology.orchestra.run.smithi134.stdout:(8/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 16 MB/s | 2.9 MB 00:00 2023-12-01T05:59:12.613 INFO:teuthology.orchestra.run.smithi134.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 679 kB/s | 51 kB 00:00 2023-12-01T05:59:12.629 INFO:teuthology.orchestra.run.smithi002.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 816 kB/s | 41 kB 00:00 2023-12-01T05:59:12.747 INFO:teuthology.orchestra.run.smithi134.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 2.4 MB/s | 322 kB 00:00 2023-12-01T05:59:12.771 INFO:teuthology.orchestra.run.smithi002.stdout:(12/19): podman-3.0.1-9.module+el8.6.0+14874+64 24 MB/s | 11 MB 00:00 2023-12-01T05:59:12.805 INFO:teuthology.orchestra.run.smithi134.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 699 kB/s | 41 kB 00:00 2023-12-01T05:59:12.855 INFO:teuthology.orchestra.run.smithi002.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 9.7 MB/s | 2.2 MB 00:00 2023-12-01T05:59:12.931 INFO:teuthology.orchestra.run.smithi134.stdout:(12/19): podman-3.0.1-9.module+el8.6.0+14874+64 24 MB/s | 11 MB 00:00 2023-12-01T05:59:12.997 INFO:teuthology.orchestra.run.smithi134.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 11 MB/s | 2.2 MB 00:00 2023-12-01T05:59:13.039 INFO:teuthology.orchestra.run.smithi002.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 24 MB/s | 6.4 MB 00:00 2023-12-01T05:59:13.164 INFO:teuthology.orchestra.run.smithi002.stdout:(15/19): buildah-1.19.9-3.module+el8.6.0+14874+ 22 MB/s | 6.8 MB 00:00 2023-12-01T05:59:13.198 INFO:teuthology.orchestra.run.smithi002.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 6.7 MB/s | 1.1 MB 00:00 2023-12-01T05:59:13.206 INFO:teuthology.orchestra.run.smithi134.stdout:(14/19): containernetworking-plugins-0.9.1-1.mo 31 MB/s | 19 MB 00:00 2023-12-01T05:59:13.223 INFO:teuthology.orchestra.run.smithi002.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 3.1 MB/s | 185 kB 00:00 2023-12-01T05:59:13.256 INFO:teuthology.orchestra.run.smithi002.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 864 kB/s | 51 kB 00:00 2023-12-01T05:59:13.331 INFO:teuthology.orchestra.run.smithi134.stdout:(15/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 16 MB/s | 6.4 MB 00:00 2023-12-01T05:59:13.373 INFO:teuthology.orchestra.run.smithi134.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 6.4 MB/s | 1.1 MB 00:00 2023-12-01T05:59:13.399 INFO:teuthology.orchestra.run.smithi134.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 2.7 MB/s | 185 kB 00:00 2023-12-01T05:59:13.428 INFO:teuthology.orchestra.run.smithi134.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 1.0 MB/s | 51 kB 00:00 2023-12-01T05:59:13.465 INFO:teuthology.orchestra.run.smithi002.stdout:(19/19): containernetworking-plugins-0.9.1-1.mo 19 MB/s | 19 MB 00:00 2023-12-01T05:59:13.466 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:59:13.466 INFO:teuthology.orchestra.run.smithi002.stdout:Total 38 MB/s | 51 MB 00:01 2023-12-01T05:59:13.545 INFO:teuthology.orchestra.run.smithi134.stdout:(19/19): buildah-1.19.9-3.module+el8.6.0+14874+ 12 MB/s | 6.8 MB 00:00 2023-12-01T05:59:13.546 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:59:13.546 INFO:teuthology.orchestra.run.smithi134.stdout:Total 40 MB/s | 51 MB 00:01 2023-12-01T05:59:13.960 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2023-12-01T05:59:14.005 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2023-12-01T05:59:14.006 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2023-12-01T05:59:14.021 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2023-12-01T05:59:14.063 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2023-12-01T05:59:14.063 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2023-12-01T05:59:14.463 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2023-12-01T05:59:14.467 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2023-12-01T05:59:14.494 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2023-12-01T05:59:14.497 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2023-12-01T05:59:15.661 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2023-12-01T05:59:15.721 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-01T05:59:15.728 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2023-12-01T05:59:15.788 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-01T05:59:15.883 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T05:59:15.893 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T05:59:15.914 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:59:15.968 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T05:59:15.977 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T05:59:16.001 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:59:16.091 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:59:16.201 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:59:33.271 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:59:34.000 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:59:35.038 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-01T05:59:35.264 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-01T05:59:35.462 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-01T05:59:35.638 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-01T05:59:35.832 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-01T05:59:35.832 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-01T05:59:35.832 INFO:teuthology.orchestra.run.smithi134.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-01T05:59:35.832 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-01T05:59:35.907 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-01T05:59:36.079 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-01T05:59:36.306 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-01T05:59:36.487 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-01T05:59:36.594 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-01T05:59:36.681 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-01T05:59:36.681 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-01T05:59:36.681 INFO:teuthology.orchestra.run.smithi002.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-01T05:59:36.681 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-01T05:59:36.831 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-01T05:59:37.502 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-01T05:59:37.765 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-01T05:59:38.298 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-01T05:59:38.585 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-01T05:59:38.979 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-01T05:59:39.213 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-01T05:59:39.264 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-01T05:59:39.537 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-01T05:59:39.917 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-01T05:59:39.931 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-01T05:59:40.200 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-01T05:59:40.646 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-01T05:59:40.890 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-01T05:59:40.944 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-01T05:59:41.088 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-01T05:59:41.273 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-01T05:59:41.387 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-01T05:59:41.387 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T05:59:41.667 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T05:59:41.701 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-01T05:59:41.858 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-01T05:59:41.858 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T05:59:41.930 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-01T05:59:42.048 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T05:59:42.121 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-01T05:59:42.181 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T05:59:42.313 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-01T05:59:42.348 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-01T05:59:42.445 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-01T05:59:42.445 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T05:59:42.498 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-01T05:59:42.666 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-01T05:59:42.726 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T05:59:42.781 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-01T05:59:42.892 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-01T05:59:42.892 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T05:59:42.914 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-01T05:59:43.049 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-01T05:59:43.049 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:59:43.097 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T05:59:43.238 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T05:59:43.248 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:59:43.397 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-01T05:59:43.547 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-01T05:59:43.768 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-01T05:59:43.883 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-01T05:59:44.038 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-01T05:59:44.155 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:59:44.156 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-01T05:59:44.156 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-01T05:59:44.156 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-01T05:59:44.156 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-01T05:59:44.156 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-01T05:59:44.156 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-01T05:59:44.156 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-01T05:59:44.156 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-01T05:59:44.156 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-01T05:59:44.156 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-01T05:59:44.156 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-01T05:59:44.156 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-01T05:59:44.156 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-01T05:59:44.157 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-01T05:59:44.157 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-01T05:59:44.157 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-01T05:59:44.157 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-01T05:59:44.157 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-01T05:59:44.157 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-01T05:59:44.157 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-01T05:59:44.157 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-01T05:59:44.157 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-01T05:59:44.157 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-01T05:59:44.157 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T05:59:44.157 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-01T05:59:44.157 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-01T05:59:44.157 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-01T05:59:44.157 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-01T05:59:44.158 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-01T05:59:44.158 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-01T05:59:44.173 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-01T05:59:44.324 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-01T05:59:44.324 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:59:44.479 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:59:45.008 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-01T05:59:45.419 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:59:45.420 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-01T05:59:45.420 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-01T05:59:45.420 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-01T05:59:45.420 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-01T05:59:45.420 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-01T05:59:45.420 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-01T05:59:45.420 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-01T05:59:45.420 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-01T05:59:45.420 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-01T05:59:45.420 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-01T05:59:45.420 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-01T05:59:45.420 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-01T05:59:45.421 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-01T05:59:45.421 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-01T05:59:45.421 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-01T05:59:45.421 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-01T05:59:45.421 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-01T05:59:45.421 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-01T05:59:45.421 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-01T05:59:45.421 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-01T05:59:45.421 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-01T05:59:45.421 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-01T05:59:45.421 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-01T05:59:45.421 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T05:59:45.421 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-01T05:59:45.421 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-01T05:59:45.422 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-01T05:59:45.422 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-01T05:59:45.422 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-01T05:59:45.423 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-01T05:59:45.617 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-01T05:59:45.617 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:02:32 ago on Fri 01 Dec 2023 05:57:13 AM UTC. 2023-12-01T05:59:46.930 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-01T05:59:46.931 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:02:22 ago on Fri 01 Dec 2023 05:57:24 AM UTC. 2023-12-01T05:59:49.756 INFO:teuthology.orchestra.run.smithi134.stdout:Installed products updated. 2023-12-01T05:59:49.949 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-01T05:59:49.949 INFO:teuthology.orchestra.run.smithi134.stdout:Downgraded: 2023-12-01T05:59:49.950 INFO:teuthology.orchestra.run.smithi134.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:59:49.950 INFO:teuthology.orchestra.run.smithi134.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:59:49.950 INFO:teuthology.orchestra.run.smithi134.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:59:49.950 INFO:teuthology.orchestra.run.smithi134.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:59:49.950 INFO:teuthology.orchestra.run.smithi134.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:59:49.950 INFO:teuthology.orchestra.run.smithi134.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:59:49.950 INFO:teuthology.orchestra.run.smithi134.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:59:49.950 INFO:teuthology.orchestra.run.smithi134.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:59:49.950 INFO:teuthology.orchestra.run.smithi134.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:59:49.950 INFO:teuthology.orchestra.run.smithi134.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:59:49.950 INFO:teuthology.orchestra.run.smithi134.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:59:49.950 INFO:teuthology.orchestra.run.smithi134.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:59:49.951 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2023-12-01T05:59:49.951 INFO:teuthology.orchestra.run.smithi134.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:59:49.951 INFO:teuthology.orchestra.run.smithi134.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:59:49.951 INFO:teuthology.orchestra.run.smithi134.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:59:49.951 INFO:teuthology.orchestra.run.smithi134.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:59:49.951 INFO:teuthology.orchestra.run.smithi134.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:59:49.951 INFO:teuthology.orchestra.run.smithi134.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:59:49.951 INFO:teuthology.orchestra.run.smithi134.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T05:59:49.951 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-01T05:59:49.951 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2023-12-01T05:59:50.142 DEBUG:teuthology.parallel:result is None 2023-12-01T05:59:54.429 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2023-12-01T05:59:54.633 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-01T05:59:54.633 INFO:teuthology.orchestra.run.smithi002.stdout:Downgraded: 2023-12-01T05:59:54.634 INFO:teuthology.orchestra.run.smithi002.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:59:54.634 INFO:teuthology.orchestra.run.smithi002.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:59:54.634 INFO:teuthology.orchestra.run.smithi002.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:59:54.634 INFO:teuthology.orchestra.run.smithi002.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:59:54.634 INFO:teuthology.orchestra.run.smithi002.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:59:54.634 INFO:teuthology.orchestra.run.smithi002.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:59:54.634 INFO:teuthology.orchestra.run.smithi002.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:59:54.634 INFO:teuthology.orchestra.run.smithi002.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:59:54.634 INFO:teuthology.orchestra.run.smithi002.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:59:54.634 INFO:teuthology.orchestra.run.smithi002.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:59:54.634 INFO:teuthology.orchestra.run.smithi002.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:59:54.634 INFO:teuthology.orchestra.run.smithi002.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:59:54.634 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2023-12-01T05:59:54.634 INFO:teuthology.orchestra.run.smithi002.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:59:54.635 INFO:teuthology.orchestra.run.smithi002.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:59:54.635 INFO:teuthology.orchestra.run.smithi002.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:59:54.635 INFO:teuthology.orchestra.run.smithi002.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:59:54.635 INFO:teuthology.orchestra.run.smithi002.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:59:54.635 INFO:teuthology.orchestra.run.smithi002.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:59:54.635 INFO:teuthology.orchestra.run.smithi002.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T05:59:54.635 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-01T05:59:54.635 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-12-01T05:59:54.832 DEBUG:teuthology.parallel:result is None 2023-12-01T05:59:54.832 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-12-01T05:59:54.843 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-12-01T05:59:54.843 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-01T05:59:54.843 DEBUG:teuthology.orchestra.run.smithi002:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T05:59:54.861 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:59:54.861 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/vg_nvme/lv_1 2023-12-01T05:59:54.918 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-01T05:59:54.919 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:59:54.919 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 6h/6d Inode: 391334 Links: 1 2023-12-01T05:59:54.919 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:59:54.919 INFO:teuthology.orchestra.run.smithi002.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T05:59:54.919 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2023-12-01 05:59:45.153939212 +0000 2023-12-01T05:59:54.919 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2023-12-01 05:58:28.452571960 +0000 2023-12-01T05:59:54.919 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2023-12-01 05:58:28.452571960 +0000 2023-12-01T05:59:54.919 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: - 2023-12-01T05:59:54.919 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-01T05:59:54.984 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2023-12-01T05:59:54.984 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2023-12-01T05:59:54.984 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 0.000118806 s, 4.3 MB/s 2023-12-01T05:59:54.985 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-01T05:59:55.044 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/vg_nvme/lv_2 2023-12-01T05:59:55.103 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-01T05:59:55.103 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:59:55.103 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 6h/6d Inode: 385791 Links: 1 2023-12-01T05:59:55.103 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:59:55.103 INFO:teuthology.orchestra.run.smithi002.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T05:59:55.103 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2023-12-01 05:59:45.153939212 +0000 2023-12-01T05:59:55.103 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2023-12-01 05:58:28.971560252 +0000 2023-12-01T05:59:55.103 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2023-12-01 05:58:28.971560252 +0000 2023-12-01T05:59:55.103 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: - 2023-12-01T05:59:55.103 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-01T05:59:55.169 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2023-12-01T05:59:55.169 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2023-12-01T05:59:55.169 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 0.000109414 s, 4.7 MB/s 2023-12-01T05:59:55.170 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-01T05:59:55.229 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/vg_nvme/lv_3 2023-12-01T05:59:55.286 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-01T05:59:55.286 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:59:55.287 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 6h/6d Inode: 385923 Links: 1 2023-12-01T05:59:55.287 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:59:55.287 INFO:teuthology.orchestra.run.smithi002.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T05:59:55.287 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2023-12-01 05:59:45.153939212 +0000 2023-12-01T05:59:55.287 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2023-12-01 05:58:29.487548611 +0000 2023-12-01T05:59:55.287 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2023-12-01 05:58:29.487548611 +0000 2023-12-01T05:59:55.287 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: - 2023-12-01T05:59:55.287 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-01T05:59:55.352 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2023-12-01T05:59:55.353 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2023-12-01T05:59:55.353 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 0.000108648 s, 4.7 MB/s 2023-12-01T05:59:55.354 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-01T05:59:55.412 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/vg_nvme/lv_4 2023-12-01T05:59:55.470 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-01T05:59:55.470 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:59:55.471 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 6h/6d Inode: 394448 Links: 1 2023-12-01T05:59:55.471 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:59:55.471 INFO:teuthology.orchestra.run.smithi002.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T05:59:55.471 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2023-12-01 05:59:45.154939189 +0000 2023-12-01T05:59:55.471 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2023-12-01 05:58:29.992537219 +0000 2023-12-01T05:59:55.471 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2023-12-01 05:58:29.992537219 +0000 2023-12-01T05:59:55.471 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: - 2023-12-01T05:59:55.471 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-01T05:59:55.536 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2023-12-01T05:59:55.536 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2023-12-01T05:59:55.536 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 0.000105731 s, 4.8 MB/s 2023-12-01T05:59:55.537 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-01T05:59:55.596 DEBUG:teuthology.orchestra.run.smithi002:> 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:59:55.724 INFO:teuthology.orchestra.run.smithi002.stdout:loop 2023-12-01T05:59:55.726 INFO:tasks.nvme_loop:Connecting nvme_loop smithi002:/dev/vg_nvme/lv_1... 2023-12-01T05:59:55.726 DEBUG:teuthology.orchestra.run.smithi002:> 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:59:55.762 INFO:teuthology.orchestra.run.smithi002.stdout:1 2023-12-01T05:59:55.798 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/vg_nvme/lv_11 2023-12-01T05:59:55.878 INFO:tasks.nvme_loop:Connecting nvme_loop smithi002:/dev/vg_nvme/lv_2... 2023-12-01T05:59:55.878 DEBUG:teuthology.orchestra.run.smithi002:> 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:59:55.960 INFO:teuthology.orchestra.run.smithi002.stdout:1 2023-12-01T05:59:55.996 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/vg_nvme/lv_21 2023-12-01T05:59:56.037 INFO:tasks.nvme_loop:Connecting nvme_loop smithi002:/dev/vg_nvme/lv_3... 2023-12-01T05:59:56.038 DEBUG:teuthology.orchestra.run.smithi002:> 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:59:56.118 INFO:teuthology.orchestra.run.smithi002.stdout:1 2023-12-01T05:59:56.154 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/vg_nvme/lv_31 2023-12-01T05:59:56.194 INFO:tasks.nvme_loop:Connecting nvme_loop smithi002:/dev/vg_nvme/lv_4... 2023-12-01T05:59:56.194 DEBUG:teuthology.orchestra.run.smithi002:> 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:59:56.271 INFO:teuthology.orchestra.run.smithi002.stdout:1 2023-12-01T05:59:56.307 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/vg_nvme/lv_41 2023-12-01T05:59:56.397 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-01T05:59:56.398 DEBUG:teuthology.orchestra.run.smithi002:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T05:59:56.459 DEBUG:teuthology.orchestra.run.smithi002:> sudo nvme list 2023-12-01T05:59:56.526 INFO:teuthology.orchestra.run.smithi002.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-01T05:59:56.526 INFO:teuthology.orchestra.run.smithi002.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-01T05:59:56.526 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/nvme0n1 PHMB751300EV480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2023-12-01T05:59:56.526 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/nvme1n1 83c0f6713c2f1b5bf043 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-12-01T05:59:56.526 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/nvme2n1 3a3bf73e49158bcf4453 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-12-01T05:59:56.527 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/nvme3n1 c1affeba75dab0689a1e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-12-01T05:59:56.527 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/nvme4n1 2e51aa53f53aacdf7812 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-12-01T05:59:56.527 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-01T05:59:56.528 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-01T05:59:56.528 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/scratch_devs 2023-12-01T05:59:56.595 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-12-01T05:59:56.595 DEBUG:teuthology.orchestra.run.smithi134:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T05:59:56.617 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:59:56.617 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_1 2023-12-01T05:59:56.678 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-01T05:59:56.679 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:59:56.679 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 390769 Links: 1 2023-12-01T05:59:56.679 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:59:56.679 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T05:59:56.679 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2023-12-01 05:59:43.913074286 +0000 2023-12-01T05:59:56.679 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2023-12-01 05:58:10.929876033 +0000 2023-12-01T05:59:56.679 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2023-12-01 05:58:10.929876033 +0000 2023-12-01T05:59:56.679 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2023-12-01T05:59:56.679 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-01T05:59:56.749 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2023-12-01T05:59:56.749 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2023-12-01T05:59:56.749 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000300694 s, 1.7 MB/s 2023-12-01T05:59:56.750 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-01T05:59:56.811 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_2 2023-12-01T05:59:56.870 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-01T05:59:56.871 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:59:56.871 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 387770 Links: 1 2023-12-01T05:59:56.871 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:59:56.871 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T05:59:56.871 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2023-12-01 05:59:43.913074286 +0000 2023-12-01T05:59:56.871 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2023-12-01 05:58:11.463863616 +0000 2023-12-01T05:59:56.871 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2023-12-01 05:58:11.463863616 +0000 2023-12-01T05:59:56.871 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2023-12-01T05:59:56.871 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-01T05:59:56.939 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2023-12-01T05:59:56.939 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2023-12-01T05:59:56.939 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000233015 s, 2.2 MB/s 2023-12-01T05:59:56.940 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-01T05:59:56.999 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_3 2023-12-01T05:59:57.057 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-01T05:59:57.058 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:59:57.058 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 391826 Links: 1 2023-12-01T05:59:57.058 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:59:57.058 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T05:59:57.058 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2023-12-01 05:59:43.913074286 +0000 2023-12-01T05:59:57.058 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2023-12-01 05:58:11.995851244 +0000 2023-12-01T05:59:57.058 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2023-12-01 05:58:11.995851244 +0000 2023-12-01T05:59:57.058 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2023-12-01T05:59:57.058 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-01T05:59:57.124 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2023-12-01T05:59:57.124 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2023-12-01T05:59:57.124 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000227747 s, 2.2 MB/s 2023-12-01T05:59:57.125 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-01T05:59:57.183 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_4 2023-12-01T05:59:57.241 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-01T05:59:57.241 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:59:57.241 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 387808 Links: 1 2023-12-01T05:59:57.241 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:59:57.241 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T05:59:57.241 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2023-12-01 05:59:43.913074286 +0000 2023-12-01T05:59:57.241 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2023-12-01 05:58:12.545838455 +0000 2023-12-01T05:59:57.241 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2023-12-01 05:58:12.545838455 +0000 2023-12-01T05:59:57.241 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2023-12-01T05:59:57.242 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-01T05:59:57.306 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2023-12-01T05:59:57.307 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2023-12-01T05:59:57.307 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000219667 s, 2.3 MB/s 2023-12-01T05:59:57.308 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-01T05:59:57.365 DEBUG:teuthology.orchestra.run.smithi134:> 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:59:57.492 INFO:teuthology.orchestra.run.smithi134.stdout:loop 2023-12-01T05:59:57.494 INFO:tasks.nvme_loop:Connecting nvme_loop smithi134:/dev/vg_nvme/lv_1... 2023-12-01T05:59:57.494 DEBUG:teuthology.orchestra.run.smithi134:> 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:59:57.529 INFO:teuthology.orchestra.run.smithi134.stdout:1 2023-12-01T05:59:57.563 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/vg_nvme/lv_11 2023-12-01T05:59:57.630 INFO:tasks.nvme_loop:Connecting nvme_loop smithi134:/dev/vg_nvme/lv_2... 2023-12-01T05:59:57.630 DEBUG:teuthology.orchestra.run.smithi134:> 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:59:57.707 INFO:teuthology.orchestra.run.smithi134.stdout:1 2023-12-01T05:59:57.742 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/vg_nvme/lv_21 2023-12-01T05:59:57.781 INFO:tasks.nvme_loop:Connecting nvme_loop smithi134:/dev/vg_nvme/lv_3... 2023-12-01T05:59:57.781 DEBUG:teuthology.orchestra.run.smithi134:> 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:59:57.856 INFO:teuthology.orchestra.run.smithi134.stdout:1 2023-12-01T05:59:57.891 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/vg_nvme/lv_31 2023-12-01T05:59:57.930 INFO:tasks.nvme_loop:Connecting nvme_loop smithi134:/dev/vg_nvme/lv_4... 2023-12-01T05:59:57.930 DEBUG:teuthology.orchestra.run.smithi134:> 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:59:58.006 INFO:teuthology.orchestra.run.smithi134.stdout:1 2023-12-01T05:59:58.041 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/vg_nvme/lv_41 2023-12-01T05:59:58.132 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-12-01T05:59:58.132 DEBUG:teuthology.orchestra.run.smithi134:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T05:59:58.188 DEBUG:teuthology.orchestra.run.smithi134:> sudo nvme list 2023-12-01T05:59:58.254 INFO:teuthology.orchestra.run.smithi134.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-01T05:59:58.254 INFO:teuthology.orchestra.run.smithi134.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-01T05:59:58.254 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/nvme0n1 CVFT62420002400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-01T05:59:58.254 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/nvme1n1 469bcbbefc0989b989ce Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-12-01T05:59:58.254 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/nvme2n1 8bcf688a5250d025bb65 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-12-01T05:59:58.254 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/nvme3n1 7422baa12da8dc75c13a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-12-01T05:59:58.254 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/nvme4n1 c58c3672a1967da96915 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-12-01T05:59:58.255 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-01T05:59:58.255 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-12-01T05:59:58.256 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/scratch_devs 2023-12-01T05:59:58.321 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-01T05:59:58.406 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:59:58.407 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:59:58.407 INFO:tasks.cephadm:Cluster fsid is dba5ac0c-900e-11ee-95a2-87774f69a715 2023-12-01T05:59:58.407 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-01T05:59:58.407 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-01T05:59:58.407 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi002': '172.21.15.2', 'mon.smithi134': '172.21.15.134'} 2023-12-01T05:59:58.407 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-01T05:59:58.408 DEBUG:teuthology.orchestra.run.smithi002:> sudo hostname $(hostname -s) 2023-12-01T05:59:58.442 DEBUG:teuthology.orchestra.run.smithi134:> sudo hostname $(hostname -s) 2023-12-01T05:59:58.469 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-12-01T05:59:58.469 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:59:58.692 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:59:58.832 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:59:58.832 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:59:58.832 DEBUG:teuthology.orchestra.run.smithi002:> 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:59:59.256 INFO:teuthology.orchestra.run.smithi002.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2171037 Dec 1 05:59 /home/ubuntu/cephtest/cephadm 2023-12-01T05:59:59.257 DEBUG:teuthology.orchestra.run.smithi134:> 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:59:59.868 INFO:teuthology.orchestra.run.smithi134.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2171037 Dec 1 05:59 /home/ubuntu/cephtest/cephadm 2023-12-01T05:59:59.868 DEBUG:teuthology.orchestra.run.smithi002:> 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:59:59.891 DEBUG:teuthology.orchestra.run.smithi134:> 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:59:59.919 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d on all hosts... 2023-12-01T05:59:59.919 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull 2023-12-01T05:59:59.933 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull 2023-12-01T06:00:00.014 INFO:teuthology.orchestra.run.smithi002.stderr:Traceback (most recent call last): 2023-12-01T06:00:00.014 INFO:teuthology.orchestra.run.smithi002.stderr: File "/usr/lib64/python3.6/runpy.py", line 185, in _run_module_as_main 2023-12-01T06:00:00.015 INFO:teuthology.orchestra.run.smithi002.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-12-01T06:00:00.015 INFO:teuthology.orchestra.run.smithi002.stderr: File "/usr/lib64/python3.6/runpy.py", line 219, in _get_main_module_details 2023-12-01T06:00:00.015 INFO:teuthology.orchestra.run.smithi002.stderr: return _get_module_details(main_name) 2023-12-01T06:00:00.015 INFO:teuthology.orchestra.run.smithi002.stderr: File "/usr/lib64/python3.6/runpy.py", line 128, in _get_module_details 2023-12-01T06:00:00.015 INFO:teuthology.orchestra.run.smithi002.stderr: spec = importlib.util.find_spec(mod_name) 2023-12-01T06:00:00.015 INFO:teuthology.orchestra.run.smithi002.stderr: File "/usr/lib64/python3.6/importlib/util.py", line 91, in find_spec 2023-12-01T06:00:00.015 INFO:teuthology.orchestra.run.smithi002.stderr: return _find_spec(fullname, None) 2023-12-01T06:00:00.015 INFO:teuthology.orchestra.run.smithi002.stderr: File "", line 894, in _find_spec 2023-12-01T06:00:00.015 INFO:teuthology.orchestra.run.smithi002.stderr: File "", line 1157, in find_spec 2023-12-01T06:00:00.015 INFO:teuthology.orchestra.run.smithi002.stderr: File "", line 1131, in _get_spec 2023-12-01T06:00:00.015 INFO:teuthology.orchestra.run.smithi002.stderr: File "", line 1112, in _legacy_get_spec 2023-12-01T06:00:00.015 INFO:teuthology.orchestra.run.smithi002.stderr: File "", line 441, in spec_from_loader 2023-12-01T06:00:00.015 INFO:teuthology.orchestra.run.smithi002.stderr: File "", line 544, in spec_from_file_location 2023-12-01T06:00:00.015 INFO:teuthology.orchestra.run.smithi002.stderr: File "/home/ubuntu/cephtest/cephadm/__main__.py", line 4341 2023-12-01T06:00:00.016 INFO:teuthology.orchestra.run.smithi002.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-12-01T06:00:00.016 INFO:teuthology.orchestra.run.smithi002.stderr: ^ 2023-12-01T06:00:00.016 INFO:teuthology.orchestra.run.smithi002.stderr:SyntaxError: invalid syntax 2023-12-01T06:00:00.019 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:00:00.019 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 smithi002 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull' 2023-12-01T06:00:00.020 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-01T06:00:00.022 DEBUG:teuthology.misc:Transferring archived files from smithi002:/var/lib/ceph/dba5ac0c-900e-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/7472985/remote/smithi002/crash 2023-12-01T06:00:00.023 DEBUG:teuthology.orchestra.run.smithi002:> sudo tar c -f - -C /var/lib/ceph/dba5ac0c-900e-11ee-95a2-87774f69a715/crash -- . 2023-12-01T06:00:00.026 INFO:teuthology.orchestra.run.smithi134.stderr:Traceback (most recent call last): 2023-12-01T06:00:00.026 INFO:teuthology.orchestra.run.smithi134.stderr: File "/usr/lib64/python3.6/runpy.py", line 185, in _run_module_as_main 2023-12-01T06:00:00.027 INFO:teuthology.orchestra.run.smithi134.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-12-01T06:00:00.027 INFO:teuthology.orchestra.run.smithi134.stderr: File "/usr/lib64/python3.6/runpy.py", line 219, in _get_main_module_details 2023-12-01T06:00:00.027 INFO:teuthology.orchestra.run.smithi134.stderr: return _get_module_details(main_name) 2023-12-01T06:00:00.027 INFO:teuthology.orchestra.run.smithi134.stderr: File "/usr/lib64/python3.6/runpy.py", line 128, in _get_module_details 2023-12-01T06:00:00.027 INFO:teuthology.orchestra.run.smithi134.stderr: spec = importlib.util.find_spec(mod_name) 2023-12-01T06:00:00.027 INFO:teuthology.orchestra.run.smithi134.stderr: File "/usr/lib64/python3.6/importlib/util.py", line 91, in find_spec 2023-12-01T06:00:00.027 INFO:teuthology.orchestra.run.smithi134.stderr: return _find_spec(fullname, None) 2023-12-01T06:00:00.027 INFO:teuthology.orchestra.run.smithi134.stderr: File "", line 894, in _find_spec 2023-12-01T06:00:00.027 INFO:teuthology.orchestra.run.smithi134.stderr: File "", line 1157, in find_spec 2023-12-01T06:00:00.027 INFO:teuthology.orchestra.run.smithi134.stderr: File "", line 1131, in _get_spec 2023-12-01T06:00:00.027 INFO:teuthology.orchestra.run.smithi134.stderr: File "", line 1112, in _legacy_get_spec 2023-12-01T06:00:00.027 INFO:teuthology.orchestra.run.smithi134.stderr: File "", line 441, in spec_from_loader 2023-12-01T06:00:00.027 INFO:teuthology.orchestra.run.smithi134.stderr: File "", line 544, in spec_from_file_location 2023-12-01T06:00:00.027 INFO:teuthology.orchestra.run.smithi134.stderr: File "/home/ubuntu/cephtest/cephadm/__main__.py", line 4341 2023-12-01T06:00:00.028 INFO:teuthology.orchestra.run.smithi134.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-12-01T06:00:00.028 INFO:teuthology.orchestra.run.smithi134.stderr: ^ 2023-12-01T06:00:00.028 INFO:teuthology.orchestra.run.smithi134.stderr:SyntaxError: invalid syntax 2023-12-01T06:00:00.061 INFO:teuthology.orchestra.run.smithi002.stderr:tar: /var/lib/ceph/dba5ac0c-900e-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-01T06:00:00.061 INFO:teuthology.orchestra.run.smithi002.stderr:tar: Error is not recoverable: exiting now 2023-12-01T06:00:00.063 DEBUG:teuthology.misc:Transferring archived files from smithi134:/var/lib/ceph/dba5ac0c-900e-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/7472985/remote/smithi134/crash 2023-12-01T06:00:00.064 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /var/lib/ceph/dba5ac0c-900e-11ee-95a2-87774f69a715/crash -- . 2023-12-01T06:00:00.113 INFO:teuthology.orchestra.run.smithi134.stderr:tar: /var/lib/ceph/dba5ac0c-900e-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-01T06:00:00.114 INFO:teuthology.orchestra.run.smithi134.stderr:tar: Error is not recoverable: exiting now 2023-12-01T06:00:00.115 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-01T06:00:00.115 DEBUG:teuthology.orchestra.run.smithi002:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/dba5ac0c-900e-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-01T06:00:00.145 INFO:teuthology.orchestra.run.smithi002.stderr:grep: /var/log/ceph/dba5ac0c-900e-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-12-01T06:00:00.147 INFO:tasks.cephadm:Compressing logs... 2023-12-01T06:00:00.147 DEBUG:teuthology.orchestra.run.smithi002:> 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-01T06:00:00.189 DEBUG:teuthology.orchestra.run.smithi134:> 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-01T06:00:00.216 INFO:teuthology.orchestra.run.smithi002.stderr:find: ‘/var/log/ceph’: No such file or directory 2023-12-01T06:00:00.216 INFO:teuthology.orchestra.run.smithi002.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-01T06:00:00.217 INFO:teuthology.orchestra.run.smithi134.stderr:find: ‘/var/log/ceph’: No such file or directory 2023-12-01T06:00:00.217 INFO:teuthology.orchestra.run.smithi134.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-01T06:00:00.218 INFO:teuthology.orchestra.run.smithi002.stderr: 2023-12-01T06:00:00.218 INFO:teuthology.orchestra.run.smithi002.stderr:real 0m0.014s 2023-12-01T06:00:00.219 INFO:teuthology.orchestra.run.smithi002.stderr:user 0m0.009s 2023-12-01T06:00:00.219 INFO:teuthology.orchestra.run.smithi002.stderr:sys 0m0.013s 2023-12-01T06:00:00.219 INFO:teuthology.orchestra.run.smithi134.stderr: 2023-12-01T06:00:00.220 INFO:teuthology.orchestra.run.smithi134.stderr:real 0m0.013s 2023-12-01T06:00:00.220 INFO:teuthology.orchestra.run.smithi134.stderr:user 0m0.009s 2023-12-01T06:00:00.220 INFO:teuthology.orchestra.run.smithi134.stderr:sys 0m0.011s 2023-12-01T06:00:00.220 INFO:tasks.cephadm:Archiving logs... 2023-12-01T06:00:00.220 DEBUG:teuthology.misc:Transferring archived files from smithi002:/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/7472985/remote/smithi002/log 2023-12-01T06:00:00.221 DEBUG:teuthology.orchestra.run.smithi002:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-01T06:00:00.287 INFO:teuthology.orchestra.run.smithi002.stderr:tar: /var/log/ceph: Cannot open: No such file or directory 2023-12-01T06:00:00.287 INFO:teuthology.orchestra.run.smithi002.stderr:tar: Error is not recoverable: exiting now 2023-12-01T06:00:00.288 DEBUG:teuthology.misc:Transferring archived files from smithi134:/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/7472985/remote/smithi134/log 2023-12-01T06:00:00.288 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-01T06:00:00.314 INFO:teuthology.orchestra.run.smithi134.stderr:tar: /var/log/ceph: Cannot open: No such file or directory 2023-12-01T06:00:00.315 INFO:teuthology.orchestra.run.smithi134.stderr:tar: Error is not recoverable: exiting now 2023-12-01T06:00:00.316 INFO:tasks.cephadm:Removing cluster... 2023-12-01T06:00:00.316 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid dba5ac0c-900e-11ee-95a2-87774f69a715 --force 2023-12-01T06:00:00.385 INFO:teuthology.orchestra.run.smithi002.stderr:Traceback (most recent call last): 2023-12-01T06:00:00.385 INFO:teuthology.orchestra.run.smithi002.stderr: File "/usr/lib64/python3.6/runpy.py", line 185, in _run_module_as_main 2023-12-01T06:00:00.385 INFO:teuthology.orchestra.run.smithi002.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-12-01T06:00:00.385 INFO:teuthology.orchestra.run.smithi002.stderr: File "/usr/lib64/python3.6/runpy.py", line 219, in _get_main_module_details 2023-12-01T06:00:00.386 INFO:teuthology.orchestra.run.smithi002.stderr: return _get_module_details(main_name) 2023-12-01T06:00:00.386 INFO:teuthology.orchestra.run.smithi002.stderr: File "/usr/lib64/python3.6/runpy.py", line 128, in _get_module_details 2023-12-01T06:00:00.386 INFO:teuthology.orchestra.run.smithi002.stderr: spec = importlib.util.find_spec(mod_name) 2023-12-01T06:00:00.386 INFO:teuthology.orchestra.run.smithi002.stderr: File "/usr/lib64/python3.6/importlib/util.py", line 91, in find_spec 2023-12-01T06:00:00.386 INFO:teuthology.orchestra.run.smithi002.stderr: return _find_spec(fullname, None) 2023-12-01T06:00:00.386 INFO:teuthology.orchestra.run.smithi002.stderr: File "", line 894, in _find_spec 2023-12-01T06:00:00.386 INFO:teuthology.orchestra.run.smithi002.stderr: File "", line 1157, in find_spec 2023-12-01T06:00:00.386 INFO:teuthology.orchestra.run.smithi002.stderr: File "", line 1131, in _get_spec 2023-12-01T06:00:00.386 INFO:teuthology.orchestra.run.smithi002.stderr: File "", line 1112, in _legacy_get_spec 2023-12-01T06:00:00.386 INFO:teuthology.orchestra.run.smithi002.stderr: File "", line 441, in spec_from_loader 2023-12-01T06:00:00.386 INFO:teuthology.orchestra.run.smithi002.stderr: File "", line 544, in spec_from_file_location 2023-12-01T06:00:00.386 INFO:teuthology.orchestra.run.smithi002.stderr: File "/home/ubuntu/cephtest/cephadm/__main__.py", line 4341 2023-12-01T06:00:00.386 INFO:teuthology.orchestra.run.smithi002.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-12-01T06:00:00.386 INFO:teuthology.orchestra.run.smithi002.stderr: ^ 2023-12-01T06:00:00.387 INFO:teuthology.orchestra.run.smithi002.stderr:SyntaxError: invalid syntax 2023-12-01T06:00:00.389 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:00:00.390 INFO:tasks.cephadm:Teardown complete 2023-12-01T06:00:00.390 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 smithi002 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 smithi002 with status 1: 'sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid dba5ac0c-900e-11ee-95a2-87774f69a715 --force' 2023-12-01T06:00:00.470 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=742930c32634444ba217cadfe4594883 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 smithi002 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 smithi002 with status 1: 'sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid dba5ac0c-900e-11ee-95a2-87774f69a715 --force' 2023-12-01T06:00:00.475 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-01T06:00:00.488 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-12-01T06:00:00.496 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi002:/dev/vg_nvme/lv_1... 2023-12-01T06:00:00.496 DEBUG:teuthology.orchestra.run.smithi002:> sudo nvme disconnect -n lv_1 2023-12-01T06:00:00.645 INFO:teuthology.orchestra.run.smithi002.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-01T06:00:00.646 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:00:00.647 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi002:/dev/vg_nvme/lv_2... 2023-12-01T06:00:00.647 DEBUG:teuthology.orchestra.run.smithi002:> sudo nvme disconnect -n lv_2 2023-12-01T06:00:00.808 INFO:teuthology.orchestra.run.smithi002.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-01T06:00:00.809 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:00:00.810 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi002:/dev/vg_nvme/lv_3... 2023-12-01T06:00:00.810 DEBUG:teuthology.orchestra.run.smithi002:> sudo nvme disconnect -n lv_3 2023-12-01T06:00:00.963 INFO:teuthology.orchestra.run.smithi002.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-01T06:00:00.964 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:00:00.964 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi002:/dev/vg_nvme/lv_4... 2023-12-01T06:00:00.965 DEBUG:teuthology.orchestra.run.smithi002:> sudo nvme disconnect -n lv_4 2023-12-01T06:00:01.116 INFO:teuthology.orchestra.run.smithi002.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-01T06:00:01.117 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:00:01.118 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-01T06:00:01.118 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/scratch_devs 2023-12-01T06:00:01.146 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi134:/dev/vg_nvme/lv_1... 2023-12-01T06:00:01.146 DEBUG:teuthology.orchestra.run.smithi134:> sudo nvme disconnect -n lv_1 2023-12-01T06:00:01.309 INFO:teuthology.orchestra.run.smithi134.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-01T06:00:01.310 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:00:01.310 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi134:/dev/vg_nvme/lv_2... 2023-12-01T06:00:01.310 DEBUG:teuthology.orchestra.run.smithi134:> sudo nvme disconnect -n lv_2 2023-12-01T06:00:01.470 INFO:teuthology.orchestra.run.smithi134.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-01T06:00:01.472 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:00:01.472 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi134:/dev/vg_nvme/lv_3... 2023-12-01T06:00:01.472 DEBUG:teuthology.orchestra.run.smithi134:> sudo nvme disconnect -n lv_3 2023-12-01T06:00:01.624 INFO:teuthology.orchestra.run.smithi134.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-01T06:00:01.626 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:00:01.626 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi134:/dev/vg_nvme/lv_4... 2023-12-01T06:00:01.626 DEBUG:teuthology.orchestra.run.smithi134:> sudo nvme disconnect -n lv_4 2023-12-01T06:00:01.778 INFO:teuthology.orchestra.run.smithi134.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-01T06:00:01.780 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:00:01.780 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-12-01T06:00:01.780 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/scratch_devs 2023-12-01T06:00:01.807 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-01T06:00:01.818 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-01T06:00:01.819 DEBUG:teuthology.orchestra.run.smithi002:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T06:00:01.822 DEBUG:teuthology.orchestra.run.smithi134:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T06:00:01.840 INFO:teuthology.orchestra.run.smithi002.stderr:bash: ntpq: command not found 2023-12-01T06:00:01.847 INFO:teuthology.orchestra.run.smithi002.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T06:00:01.847 INFO:teuthology.orchestra.run.smithi002.stdout:=============================================================================== 2023-12-01T06:00:01.847 INFO:teuthology.orchestra.run.smithi002.stdout:^+ hv01.front.sepia.ceph.com 2 6 17 55 +1562us[+1562us] +/- 77ms 2023-12-01T06:00:01.847 INFO:teuthology.orchestra.run.smithi002.stdout:^* hv02.front.sepia.ceph.com 3 6 17 55 -1451us[-1472us] +/- 54ms 2023-12-01T06:00:01.847 INFO:teuthology.orchestra.run.smithi002.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 55 +525us[ +504us] +/- 70ms 2023-12-01T06:00:01.847 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:00:01.863 INFO:teuthology.orchestra.run.smithi134.stderr:bash: ntpq: command not found 2023-12-01T06:00:01.867 INFO:teuthology.orchestra.run.smithi134.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T06:00:01.868 INFO:teuthology.orchestra.run.smithi134.stdout:=============================================================================== 2023-12-01T06:00:01.868 INFO:teuthology.orchestra.run.smithi134.stdout:^+ hv01.front.sepia.ceph.com 2 6 17 55 +1566us[+1566us] +/- 77ms 2023-12-01T06:00:01.868 INFO:teuthology.orchestra.run.smithi134.stdout:^* hv02.front.sepia.ceph.com 3 6 17 55 -1461us[-1470us] +/- 54ms 2023-12-01T06:00:01.868 INFO:teuthology.orchestra.run.smithi134.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 55 +494us[ +485us] +/- 70ms 2023-12-01T06:00:01.868 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:00:01.869 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-01T06:00:01.878 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-01T06:00:01.878 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-01T06:00:01.961 DEBUG:teuthology.orchestra.run.smithi002:> 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-01T06:00:02.065 DEBUG:teuthology.orchestra.run.smithi134:> 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-01T06:00:02.157 DEBUG:teuthology.orchestra.run.smithi002:> 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-01T06:00:02.191 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:00:02.191 DEBUG:teuthology.orchestra.run.smithi134:> 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-01T06:00:02.222 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:00:02.223 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-01T06:00:02.234 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-01T06:00:02.288 INFO:teuthology.task.internal:Duration was 649.658753 seconds 2023-12-01T06:00:02.289 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-01T06:00:02.375 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-01T06:00:02.375 DEBUG:teuthology.orchestra.run.smithi002:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T06:00:02.377 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T06:00:02.424 INFO:teuthology.orchestra.run.smithi134.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T06:00:02.428 INFO:teuthology.orchestra.run.smithi002.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T06:00:02.874 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-01T06:00:02.874 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi002.front.sepia.ceph.com 2023-12-01T06:00:02.874 DEBUG:teuthology.orchestra.run.smithi002:> 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-01T06:00:02.900 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi134.front.sepia.ceph.com 2023-12-01T06:00:02.900 DEBUG:teuthology.orchestra.run.smithi134:> 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-01T06:00:02.923 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-01T06:00:02.923 DEBUG:teuthology.orchestra.run.smithi002:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T06:00:02.943 DEBUG:teuthology.orchestra.run.smithi134:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T06:00:03.004 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-01T06:00:03.004 DEBUG:teuthology.orchestra.run.smithi002:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T06:00:03.006 DEBUG:teuthology.orchestra.run.smithi134:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T06:00:03.114 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-01T06:00:03.125 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-01T06:00:03.125 DEBUG:teuthology.orchestra.run.smithi002:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T06:00:03.155 DEBUG:teuthology.orchestra.run.smithi134:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T06:00:03.184 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-01T06:00:03.194 DEBUG:teuthology.orchestra.run.smithi002:> 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-01T06:00:03.198 DEBUG:teuthology.orchestra.run.smithi134:> 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-01T06:00:03.223 INFO:teuthology.orchestra.run.smithi002.stdout:kernel.core_pattern = core 2023-12-01T06:00:03.249 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern = core 2023-12-01T06:00:03.264 DEBUG:teuthology.orchestra.run.smithi002:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T06:00:03.299 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:00:03.300 DEBUG:teuthology.orchestra.run.smithi134:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T06:00:03.320 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:00:03.320 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-01T06:00:03.331 INFO:teuthology.task.internal:Transferring archived files... 2023-12-01T06:00:03.332 DEBUG:teuthology.misc:Transferring archived files from smithi002:/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/7472985/remote/smithi002 2023-12-01T06:00:03.332 DEBUG:teuthology.orchestra.run.smithi002:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T06:00:03.381 DEBUG:teuthology.misc:Transferring archived files from smithi134:/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/7472985/remote/smithi134 2023-12-01T06:00:03.381 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T06:00:03.429 INFO:teuthology.task.internal:Removing archive directory... 2023-12-01T06:00:03.430 DEBUG:teuthology.orchestra.run.smithi002:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T06:00:03.435 DEBUG:teuthology.orchestra.run.smithi134:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T06:00:03.471 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-01T06:00:03.483 INFO:teuthology.task.internal:Not uploading archives. 2023-12-01T06:00:03.483 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-01T06:00:03.512 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-01T06:00:03.512 DEBUG:teuthology.orchestra.run.smithi002:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T06:00:03.515 DEBUG:teuthology.orchestra.run.smithi134:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T06:00:03.530 INFO:teuthology.orchestra.run.smithi002.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 06:00 /home/ubuntu/cephtest 2023-12-01T06:00:03.531 INFO:teuthology.orchestra.run.smithi002.stdout: 262205 2124 -rwxrwxr-x 1 ubuntu ubuntu 2171037 Dec 1 05:59 /home/ubuntu/cephtest/cephadm 2023-12-01T06:00:03.531 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:00:03.532 INFO:teuthology.orchestra.run.smithi002.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2023-12-01T06:00:03.532 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 smithi002 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-12-01T06:00:03.537 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-01T06:00:03.585 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-01T06:00:03.704 DEBUG:teuthology.run_tasks:Exception was not quenched, exiting: CommandFailedError: Command failed on smithi002 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-12-01T06:00:03.704 INFO:teuthology.nuke:Checking targets against current locks 2023-12-01T06:00:03.710 INFO:teuthology.orchestra.run.smithi134.stdout: 262324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 06:00 /home/ubuntu/cephtest 2023-12-01T06:00:03.710 INFO:teuthology.orchestra.run.smithi134.stdout: 262205 2124 -rwxrwxr-x 1 ubuntu ubuntu 2171037 Dec 1 05:59 /home/ubuntu/cephtest/cephadm 2023-12-01T06:00:03.712 INFO:teuthology.orchestra.run.smithi134.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2023-12-01T06:00:03.738 DEBUG:teuthology.nuke:shortname: smithi002 2023-12-01T06:00:03.739 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T06:00:03.764 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi002.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/7472985', '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:44:12.570277', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T06:00:03.769 DEBUG:teuthology.nuke:shortname: smithi134 2023-12-01T06:00:03.769 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T06:00:03.796 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi134.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/7472985', '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:44:12.572004', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T06:00:03.842 INFO:teuthology.orchestra.console.smithi002:Power off 2023-12-01T06:00:03.842 DEBUG:teuthology.orchestra.console.smithi002:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T06:00:03.866 INFO:teuthology.orchestra.console.smithi134:Power off 2023-12-01T06:00:03.866 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T06:00:03.880 DEBUG:teuthology.orchestra.console.smithi002:power off output: Chassis Power Control: Down/Off 2023-12-01T06:00:03.880 DEBUG:teuthology.orchestra.console.smithi002:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:00:03.895 DEBUG:teuthology.orchestra.console.smithi134:power off output: Chassis Power Control: Down/Off 2023-12-01T06:00:03.896 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:00:03.911 DEBUG:teuthology.orchestra.console.smithi002:check power output: Chassis Power is on 2023-12-01T06:00:03.922 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is on 2023-12-01T06:00:07.912 DEBUG:teuthology.orchestra.console.smithi002:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:00:07.923 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:00:08.022 DEBUG:teuthology.orchestra.console.smithi002:check power output: Chassis Power is on 2023-12-01T06:00:08.033 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is on 2023-12-01T06:00:12.026 DEBUG:teuthology.orchestra.console.smithi002:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:00:12.038 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:00:12.140 DEBUG:teuthology.orchestra.console.smithi002:check power output: Chassis Power is off 2023-12-01T06:00:12.153 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is on 2023-12-01T06:00:12.242 INFO:teuthology.orchestra.console.smithi002:Power off completed 2023-12-01T06:00:16.158 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:00:16.267 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is off 2023-12-01T06:00:16.368 INFO:teuthology.orchestra.console.smithi134:Power off completed 2023-12-01T06:00:16.472 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-haproxy-proto 3-final} duration: 649.6587533950806 failure_reason: 'Command failed on smithi002 with status 1: ''sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid dba5ac0c-900e-11ee-95a2-87774f69a715 --force''' owner: scheduled_phlogistonjohn@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=742930c32634444ba217cadfe4594883 status: fail success: false 2023-12-01T06:00:16.473 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T06:00:16.557 INFO:teuthology.run:FAIL