2023-10-21T12:38:53.690 INFO:root:teuthology version: 0.0.1.dev201+g202b180 2023-10-21T12:38:53.691 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi --description orch/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools_crun 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} --archive /home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434159 --verbose --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434159/orig.config.yaml 2023-10-21T12:38:53.726 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-21T12:38:53.813 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434159 branch: main description: orch/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools_crun 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7434159' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: main 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: f0804064d67a2a63dbabf1801ff452580a050cfc ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: f0804064d67a2a63dbabf1801ff452580a050cfc selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: main sha1: f0804064d67a2a63dbabf1801ff452580a050cfc owner: scheduled_yuriw@teuthology priority: 76 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 1362 sha1: f0804064d67a2a63dbabf1801ff452580a050cfc sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: main suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_f0804064d67a2a63dbabf1801ff452580a050cfc/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: f0804064d67a2a63dbabf1801ff452580a050cfc targets: smithi062.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOt93NXUfir5X1lxDUfKdNYNuzWjLomMnPHTs7xePx/DYcHqfzl9ICN9TjKtislw0JAK/M1l6iiUMF/15BdGU4o= smithi155.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBADY2DEOPY/FVCYv+jvHuELz1+eMvgDz9QaK3iykxqQrRE8to3GEwl/Pz/+abkbFmuXk3najtk43byPhIqMMaWU= 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 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - sudo sed -i 's/runtime = "runc"/#runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/#runtime = "crun"/runtime = "crun"/g' /usr/share/containers/containers.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.apply: specs: - placement: count: 2 service_id: foo service_type: nfs spec: port: 12049 - service_id: nfs.foo service_type: ingress spec: backend_service: nfs.foo frontend_port: 2049 monitor_port: 9002 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - cephadm.shell: host.a: - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 202b180cb047e798fb131047314a862593f45403 timestamp: 2023-10-20_18:45:04 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2830 2023-10-21T12:38:53.813 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_f0804064d67a2a63dbabf1801ff452580a050cfc/qa; will attempt to use it 2023-10-21T12:38:53.814 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_f0804064d67a2a63dbabf1801ff452580a050cfc/qa/tasks 2023-10-21T12:38:53.815 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-10-21T12:38:53.817 INFO:teuthology.task.internal:Checking packages... 2023-10-21T12:38:53.842 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'f0804064d67a2a63dbabf1801ff452580a050cfc' 2023-10-21T12:38:53.842 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-10-21T12:38:53.843 INFO:teuthology.packaging:ref: None 2023-10-21T12:38:53.843 INFO:teuthology.packaging:tag: None 2023-10-21T12:38:53.843 INFO:teuthology.packaging:branch: main 2023-10-21T12:38:53.844 INFO:teuthology.packaging:sha1: f0804064d67a2a63dbabf1801ff452580a050cfc 2023-10-21T12:38:53.844 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=main 2023-10-21T12:38:54.101 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-6820.gf0804064 2023-10-21T12:38:54.101 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-10-21T12:38:54.111 INFO:teuthology.task.internal:no buildpackages task found 2023-10-21T12:38:54.111 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-10-21T12:38:54.125 INFO:teuthology.task.internal:Saving configuration 2023-10-21T12:38:54.145 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-10-21T12:38:54.156 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-21T12:38:54.182 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi062.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434159', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-21 12:33:34.228156', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOt93NXUfir5X1lxDUfKdNYNuzWjLomMnPHTs7xePx/DYcHqfzl9ICN9TjKtislw0JAK/M1l6iiUMF/15BdGU4o='} 2023-10-21T12:38:54.207 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi155.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434159', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-21 12:33:34.230110', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBADY2DEOPY/FVCYv+jvHuELz1+eMvgDz9QaK3iykxqQrRE8to3GEwl/Pz/+abkbFmuXk3najtk43byPhIqMMaWU='} 2023-10-21T12:38:54.207 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-10-21T12:38:54.219 INFO:teuthology.task.internal:roles: ubuntu@smithi062.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-10-21T12:38:54.219 INFO:teuthology.task.internal:roles: ubuntu@smithi155.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-10-21T12:38:54.220 INFO:teuthology.run_tasks:Running task console_log... 2023-10-21T12:38:54.307 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fcec847ac10>, signals=[15]) 2023-10-21T12:38:54.309 INFO:teuthology.run_tasks:Running task internal.connect... 2023-10-21T12:38:54.320 INFO:teuthology.task.internal:Opening connections... 2023-10-21T12:38:54.321 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi062.front.sepia.ceph.com 2023-10-21T12:38:54.323 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-21T12:38:54.396 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi155.front.sepia.ceph.com 2023-10-21T12:38:54.397 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-21T12:38:54.466 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-10-21T12:38:54.475 DEBUG:teuthology.orchestra.run.smithi062:> uname -m 2023-10-21T12:38:54.499 INFO:teuthology.orchestra.run.smithi062.stdout:x86_64 2023-10-21T12:38:54.500 DEBUG:teuthology.orchestra.run.smithi062:> cat /etc/os-release 2023-10-21T12:38:54.563 INFO:teuthology.orchestra.run.smithi062.stdout:NAME="CentOS Stream" 2023-10-21T12:38:54.564 INFO:teuthology.orchestra.run.smithi062.stdout:VERSION="8" 2023-10-21T12:38:54.564 INFO:teuthology.orchestra.run.smithi062.stdout:ID="centos" 2023-10-21T12:38:54.564 INFO:teuthology.orchestra.run.smithi062.stdout:ID_LIKE="rhel fedora" 2023-10-21T12:38:54.564 INFO:teuthology.orchestra.run.smithi062.stdout:VERSION_ID="8" 2023-10-21T12:38:54.564 INFO:teuthology.orchestra.run.smithi062.stdout:PLATFORM_ID="platform:el8" 2023-10-21T12:38:54.565 INFO:teuthology.orchestra.run.smithi062.stdout:PRETTY_NAME="CentOS Stream 8" 2023-10-21T12:38:54.565 INFO:teuthology.orchestra.run.smithi062.stdout:ANSI_COLOR="0;31" 2023-10-21T12:38:54.565 INFO:teuthology.orchestra.run.smithi062.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-10-21T12:38:54.565 INFO:teuthology.orchestra.run.smithi062.stdout:HOME_URL="https://centos.org/" 2023-10-21T12:38:54.565 INFO:teuthology.orchestra.run.smithi062.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-21T12:38:54.566 INFO:teuthology.orchestra.run.smithi062.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-21T12:38:54.566 INFO:teuthology.orchestra.run.smithi062.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-10-21T12:38:54.567 INFO:teuthology.lock.ops:Updating smithi062.front.sepia.ceph.com on lock server 2023-10-21T12:38:54.590 DEBUG:teuthology.orchestra.run.smithi155:> uname -m 2023-10-21T12:38:54.613 INFO:teuthology.orchestra.run.smithi155.stdout:x86_64 2023-10-21T12:38:54.613 DEBUG:teuthology.orchestra.run.smithi155:> cat /etc/os-release 2023-10-21T12:38:54.675 INFO:teuthology.orchestra.run.smithi155.stdout:NAME="CentOS Stream" 2023-10-21T12:38:54.675 INFO:teuthology.orchestra.run.smithi155.stdout:VERSION="8" 2023-10-21T12:38:54.675 INFO:teuthology.orchestra.run.smithi155.stdout:ID="centos" 2023-10-21T12:38:54.675 INFO:teuthology.orchestra.run.smithi155.stdout:ID_LIKE="rhel fedora" 2023-10-21T12:38:54.676 INFO:teuthology.orchestra.run.smithi155.stdout:VERSION_ID="8" 2023-10-21T12:38:54.676 INFO:teuthology.orchestra.run.smithi155.stdout:PLATFORM_ID="platform:el8" 2023-10-21T12:38:54.676 INFO:teuthology.orchestra.run.smithi155.stdout:PRETTY_NAME="CentOS Stream 8" 2023-10-21T12:38:54.676 INFO:teuthology.orchestra.run.smithi155.stdout:ANSI_COLOR="0;31" 2023-10-21T12:38:54.676 INFO:teuthology.orchestra.run.smithi155.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-10-21T12:38:54.677 INFO:teuthology.orchestra.run.smithi155.stdout:HOME_URL="https://centos.org/" 2023-10-21T12:38:54.677 INFO:teuthology.orchestra.run.smithi155.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-21T12:38:54.677 INFO:teuthology.orchestra.run.smithi155.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-21T12:38:54.677 INFO:teuthology.orchestra.run.smithi155.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-10-21T12:38:54.678 INFO:teuthology.lock.ops:Updating smithi155.front.sepia.ceph.com on lock server 2023-10-21T12:38:54.698 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-10-21T12:38:54.710 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-10-21T12:38:54.724 INFO:teuthology.task.internal:Checking for old test directory... 2023-10-21T12:38:54.724 DEBUG:teuthology.orchestra.run.smithi062:> test '!' -e /home/ubuntu/cephtest 2023-10-21T12:38:54.727 DEBUG:teuthology.orchestra.run.smithi155:> test '!' -e /home/ubuntu/cephtest 2023-10-21T12:38:54.748 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-10-21T12:38:54.759 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-10-21T12:38:54.759 DEBUG:teuthology.orchestra.run.smithi062:> test -z $(ls -A /var/lib/ceph) 2023-10-21T12:38:54.789 DEBUG:teuthology.orchestra.run.smithi155:> test -z $(ls -A /var/lib/ceph) 2023-10-21T12:38:54.821 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-10-21T12:38:54.881 INFO:teuthology.run_tasks:Running task kernel... 2023-10-21T12:38:54.900 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-10-21T12:38:54.901 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-10-21T12:38:54.901 DEBUG:teuthology.orchestra.run.smithi062:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-21T12:38:54.902 DEBUG:teuthology.orchestra.run.smithi155:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-21T12:38:54.924 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T12:38:54.925 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T12:38:54.926 DEBUG:teuthology.orchestra.run.smithi062:> uname -r 2023-10-21T12:38:54.926 DEBUG:teuthology.orchestra.run.smithi155:> uname -r 2023-10-21T12:38:54.988 INFO:teuthology.orchestra.run.smithi155.stdout:4.18.0-489.el8.x86_64 2023-10-21T12:38:54.988 INFO:teuthology.task.kernel:Running kernel on smithi155: 4.18.0-489.el8.x86_64 2023-10-21T12:38:54.988 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum install -y kernel 2023-10-21T12:38:54.990 INFO:teuthology.orchestra.run.smithi062.stdout:4.18.0-489.el8.x86_64 2023-10-21T12:38:54.990 INFO:teuthology.task.kernel:Running kernel on smithi062: 4.18.0-489.el8.x86_64 2023-10-21T12:38:54.990 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum install -y kernel 2023-10-21T12:38:59.444 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 8 - AppStream 19 MB/s | 33 MB 00:01 2023-10-21T12:38:59.449 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 8 - AppStream 17 MB/s | 33 MB 00:01 2023-10-21T12:39:09.632 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 8 - BaseOS 12 MB/s | 50 MB 00:04 2023-10-21T12:39:12.009 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 8 - BaseOS 8.2 MB/s | 50 MB 00:06 2023-10-21T12:39:17.315 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 8 - Extras 36 kB/s | 18 kB 00:00 2023-10-21T12:39:18.041 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 8 - Extras common packages 13 kB/s | 6.9 kB 00:00 2023-10-21T12:39:18.367 INFO:teuthology.orchestra.run.smithi155.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2023-10-21T12:39:19.893 INFO:teuthology.orchestra.run.smithi155.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2023-10-21T12:39:19.944 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 8 - Extras 52 kB/s | 18 kB 00:00 2023-10-21T12:39:20.661 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 8 - Extras common packages 13 kB/s | 6.9 kB 00:00 2023-10-21T12:39:20.946 INFO:teuthology.orchestra.run.smithi062.stdout:Copr repo for python3-asyncssh owned by ceph 29 kB/s | 3.5 kB 00:00 2023-10-21T12:39:21.949 INFO:teuthology.orchestra.run.smithi062.stdout:Extra Packages for Enterprise Linux 19 MB/s | 16 MB 00:00 2023-10-21T12:39:23.668 INFO:teuthology.orchestra.run.smithi155.stdout:lab-extras 438 kB/s | 24 kB 00:00 2023-10-21T12:39:26.105 INFO:teuthology.orchestra.run.smithi062.stdout:lab-extras 157 kB/s | 24 kB 00:00 2023-10-21T12:39:27.200 INFO:teuthology.orchestra.run.smithi155.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-10-21T12:39:27.201 INFO:teuthology.orchestra.run.smithi155.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-10-21T12:39:27.474 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-10-21T12:39:27.474 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-10-21T12:39:27.475 INFO:teuthology.orchestra.run.smithi155.stdout: Package Architecture Version Repository Size 2023-10-21T12:39:27.475 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-10-21T12:39:27.475 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2023-10-21T12:39:27.475 INFO:teuthology.orchestra.run.smithi155.stdout: kernel x86_64 4.18.0-517.el8 baseos 10 M 2023-10-21T12:39:27.475 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2023-10-21T12:39:27.476 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-core x86_64 4.18.0-517.el8 baseos 43 M 2023-10-21T12:39:27.476 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-modules x86_64 4.18.0-517.el8 baseos 36 M 2023-10-21T12:39:27.476 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-10-21T12:39:27.476 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2023-10-21T12:39:27.476 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-10-21T12:39:27.477 INFO:teuthology.orchestra.run.smithi155.stdout:Install 3 Packages 2023-10-21T12:39:27.477 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-10-21T12:39:27.477 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 89 M 2023-10-21T12:39:27.478 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 96 M 2023-10-21T12:39:27.478 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2023-10-21T12:39:28.903 INFO:teuthology.orchestra.run.smithi155.stdout:(1/3): kernel-4.18.0-517.el8.x86_64.rpm 8.4 MB/s | 10 MB 00:01 2023-10-21T12:39:29.879 INFO:teuthology.orchestra.run.smithi062.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-10-21T12:39:29.880 INFO:teuthology.orchestra.run.smithi062.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-10-21T12:39:30.053 INFO:teuthology.orchestra.run.smithi155.stdout:(2/3): kernel-modules-4.18.0-517.el8.x86_64.rpm 15 MB/s | 36 MB 00:02 2023-10-21T12:39:30.144 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-10-21T12:39:30.145 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-10-21T12:39:30.145 INFO:teuthology.orchestra.run.smithi062.stdout: Package Architecture Version Repository Size 2023-10-21T12:39:30.145 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-10-21T12:39:30.145 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2023-10-21T12:39:30.145 INFO:teuthology.orchestra.run.smithi062.stdout: kernel x86_64 4.18.0-517.el8 baseos 10 M 2023-10-21T12:39:30.146 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2023-10-21T12:39:30.146 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-core x86_64 4.18.0-517.el8 baseos 43 M 2023-10-21T12:39:30.146 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-modules x86_64 4.18.0-517.el8 baseos 36 M 2023-10-21T12:39:30.146 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-10-21T12:39:30.146 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2023-10-21T12:39:30.147 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-10-21T12:39:30.147 INFO:teuthology.orchestra.run.smithi062.stdout:Install 3 Packages 2023-10-21T12:39:30.147 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-10-21T12:39:30.148 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 89 M 2023-10-21T12:39:30.148 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 96 M 2023-10-21T12:39:30.148 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2023-10-21T12:39:30.436 INFO:teuthology.orchestra.run.smithi155.stdout:(3/3): kernel-core-4.18.0-517.el8.x86_64.rpm 16 MB/s | 43 MB 00:02 2023-10-21T12:39:30.437 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:39:30.437 INFO:teuthology.orchestra.run.smithi155.stdout:Total 30 MB/s | 89 MB 00:02 2023-10-21T12:39:31.107 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2023-10-21T12:39:31.532 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2023-10-21T12:39:31.532 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2023-10-21T12:39:31.723 INFO:teuthology.orchestra.run.smithi062.stdout:(1/3): kernel-4.18.0-517.el8.x86_64.rpm 7.3 MB/s | 10 MB 00:01 2023-10-21T12:39:32.753 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2023-10-21T12:39:32.772 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2023-10-21T12:39:32.815 INFO:teuthology.orchestra.run.smithi062.stdout:(2/3): kernel-modules-4.18.0-517.el8.x86_64.rpm 14 MB/s | 36 MB 00:02 2023-10-21T12:39:33.698 INFO:teuthology.orchestra.run.smithi062.stdout:(3/3): kernel-core-4.18.0-517.el8.x86_64.rpm 13 MB/s | 43 MB 00:03 2023-10-21T12:39:33.699 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:39:33.699 INFO:teuthology.orchestra.run.smithi062.stdout:Total 25 MB/s | 89 MB 00:03 2023-10-21T12:39:34.404 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2023-10-21T12:39:34.852 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2023-10-21T12:39:34.853 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2023-10-21T12:39:35.558 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2023-10-21T12:39:36.110 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : kernel-core-4.18.0-517.el8.x86_64 1/3 2023-10-21T12:39:36.204 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2023-10-21T12:39:36.245 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2023-10-21T12:39:39.180 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2023-10-21T12:39:39.658 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : kernel-core-4.18.0-517.el8.x86_64 1/3 2023-10-21T12:39:39.680 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-core-4.18.0-517.el8.x86_64 1/3 2023-10-21T12:39:40.076 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : kernel-modules-4.18.0-517.el8.x86_64 2/3 2023-10-21T12:39:43.440 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-core-4.18.0-517.el8.x86_64 1/3 2023-10-21T12:39:43.455 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-modules-4.18.0-517.el8.x86_64 2/3 2023-10-21T12:39:43.738 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : kernel-4.18.0-517.el8.x86_64 3/3 2023-10-21T12:39:43.824 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : kernel-modules-4.18.0-517.el8.x86_64 2/3 2023-10-21T12:39:47.445 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-modules-4.18.0-517.el8.x86_64 2/3 2023-10-21T12:39:47.715 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : kernel-4.18.0-517.el8.x86_64 3/3 2023-10-21T12:40:05.448 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-core-4.18.0-517.el8.x86_64 3/3 2023-10-21T12:40:05.473 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-modules-4.18.0-517.el8.x86_64 3/3 2023-10-21T12:40:06.132 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-4.18.0-517.el8.x86_64 3/3 2023-10-21T12:40:06.132 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-4.18.0-517.el8.x86_64 1/3 2023-10-21T12:40:06.132 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-core-4.18.0-517.el8.x86_64 2/3 2023-10-21T12:40:06.853 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-modules-4.18.0-517.el8.x86_64 3/3 2023-10-21T12:40:06.854 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-10-21T12:40:06.854 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2023-10-21T12:40:06.854 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-4.18.0-517.el8.x86_64 kernel-core-4.18.0-517.el8.x86_64 2023-10-21T12:40:06.854 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-modules-4.18.0-517.el8.x86_64 2023-10-21T12:40:06.855 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-10-21T12:40:06.855 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-10-21T12:40:06.984 DEBUG:teuthology.orchestra.run.smithi155:> rpm -q kernel | sort -rV | head -n 1 2023-10-21T12:40:07.217 INFO:teuthology.orchestra.run.smithi155.stdout:kernel-4.18.0-517.el8.x86_64 2023-10-21T12:40:07.217 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-517.el8.x86_64 2023-10-21T12:40:07.217 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-517.el8.x86_64 2023-10-21T12:40:07.218 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-21T12:40:07.218 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-21T12:40:07.218 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-10-21T12:40:07.218 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi155.front.sepia.ceph.com, path=None, version=distro) 2023-10-21T12:40:07.219 DEBUG:teuthology.orchestra.run.smithi155:> rpm -q kernel | sort -rV | head -n 1 2023-10-21T12:40:07.428 INFO:teuthology.orchestra.run.smithi155.stdout:kernel-4.18.0-517.el8.x86_64 2023-10-21T12:40:07.428 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-517.el8.x86_64 2023-10-21T12:40:07.429 DEBUG:teuthology.orchestra.run.smithi155:> sudo rpm -qi grub2-tools 2023-10-21T12:40:07.462 INFO:teuthology.orchestra.run.smithi155.stdout:Name : grub2-tools 2023-10-21T12:40:07.463 INFO:teuthology.orchestra.run.smithi155.stdout:Epoch : 1 2023-10-21T12:40:07.463 INFO:teuthology.orchestra.run.smithi155.stdout:Version : 2.02 2023-10-21T12:40:07.463 INFO:teuthology.orchestra.run.smithi155.stdout:Release : 129.el8 2023-10-21T12:40:07.464 INFO:teuthology.orchestra.run.smithi155.stdout:Architecture: x86_64 2023-10-21T12:40:07.464 INFO:teuthology.orchestra.run.smithi155.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-10-21T12:40:07.464 INFO:teuthology.orchestra.run.smithi155.stdout:Group : System Environment/Base 2023-10-21T12:40:07.464 INFO:teuthology.orchestra.run.smithi155.stdout:Size : 9265586 2023-10-21T12:40:07.464 INFO:teuthology.orchestra.run.smithi155.stdout:License : GPLv3+ 2023-10-21T12:40:07.465 INFO:teuthology.orchestra.run.smithi155.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-10-21T12:40:07.465 INFO:teuthology.orchestra.run.smithi155.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-10-21T12:40:07.465 INFO:teuthology.orchestra.run.smithi155.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-10-21T12:40:07.465 INFO:teuthology.orchestra.run.smithi155.stdout:Build Host : kbuilder.bsys.centos.org 2023-10-21T12:40:07.465 INFO:teuthology.orchestra.run.smithi155.stdout:Relocations : (not relocatable) 2023-10-21T12:40:07.466 INFO:teuthology.orchestra.run.smithi155.stdout:Packager : CentOS BuildSystem 2023-10-21T12:40:07.466 INFO:teuthology.orchestra.run.smithi155.stdout:Vendor : CentOS 2023-10-21T12:40:07.466 INFO:teuthology.orchestra.run.smithi155.stdout:URL : http://www.gnu.org/software/grub/ 2023-10-21T12:40:07.466 INFO:teuthology.orchestra.run.smithi155.stdout:Summary : Support tools for GRUB. 2023-10-21T12:40:07.466 INFO:teuthology.orchestra.run.smithi155.stdout:Description : 2023-10-21T12:40:07.467 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-10-21T12:40:07.467 INFO:teuthology.orchestra.run.smithi155.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-10-21T12:40:07.467 INFO:teuthology.orchestra.run.smithi155.stdout:customizable bootloader with modular architecture. It supports a rich 2023-10-21T12:40:07.467 INFO:teuthology.orchestra.run.smithi155.stdout:variety of kernel formats, file systems, computer architectures and 2023-10-21T12:40:07.467 INFO:teuthology.orchestra.run.smithi155.stdout:hardware devices. 2023-10-21T12:40:07.468 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-10-21T12:40:07.468 INFO:teuthology.orchestra.run.smithi155.stdout:This subpackage provides tools for support of all platforms. 2023-10-21T12:40:07.469 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-10-21T12:40:07.469 INFO:teuthology.task.kernel:Updating grub on smithi155 to boot 4.18.0-517.el8.x86_64 2023-10-21T12:40:07.470 DEBUG:teuthology.orchestra.run.smithi155:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-10-21T12:40:08.863 INFO:teuthology.orchestra.run.smithi155.stderr:Generating grub configuration file ... 2023-10-21T12:40:10.847 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-core-4.18.0-517.el8.x86_64 3/3 2023-10-21T12:40:10.874 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-modules-4.18.0-517.el8.x86_64 3/3 2023-10-21T12:40:10.993 INFO:teuthology.orchestra.run.smithi155.stderr:done 2023-10-21T12:40:10.995 DEBUG:teuthology.orchestra.run.smithi155:> mktemp 2023-10-21T12:40:11.034 INFO:teuthology.orchestra.run.smithi155.stdout:/tmp/tmp.Yh42tqYZc8 2023-10-21T12:40:11.034 DEBUG:teuthology.orchestra.run.smithi155:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Yh42tqYZc8 2023-10-21T12:40:11.108 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod 0666 /tmp/tmp.Yh42tqYZc8 2023-10-21T12:40:11.252 DEBUG:teuthology.orchestra.remote:smithi155:/tmp/tmp.Yh42tqYZc8 is 6KB 2023-10-21T12:40:11.266 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-4.18.0-517.el8.x86_64 3/3 2023-10-21T12:40:11.266 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : kernel-4.18.0-517.el8.x86_64 1/3 2023-10-21T12:40:11.266 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : kernel-core-4.18.0-517.el8.x86_64 2/3 2023-10-21T12:40:11.301 DEBUG:teuthology.orchestra.run.smithi155:> rm -fr /tmp/tmp.Yh42tqYZc8 2023-10-21T12:40:11.318 DEBUG:teuthology.orchestra.run.smithi155:> sudo /bin/ls /boot/loader/entries || true 2023-10-21T12:40:11.397 INFO:teuthology.orchestra.run.smithi155.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-10-21T12:40:11.397 INFO:teuthology.orchestra.run.smithi155.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-10-21T12:40:11.398 INFO:teuthology.orchestra.run.smithi155.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-10-21T12:40:11.398 INFO:teuthology.orchestra.run.smithi155.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-517.el8.x86_64.conf 2023-10-21T12:40:11.399 DEBUG:teuthology.orchestra.run.smithi155:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-517.el8.x86_64 2023-10-21T12:40:11.575 DEBUG:teuthology.orchestra.run.smithi155:> sudo shutdown -r now 2023-10-21T12:40:12.014 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : kernel-modules-4.18.0-517.el8.x86_64 3/3 2023-10-21T12:40:12.014 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-10-21T12:40:12.015 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2023-10-21T12:40:12.015 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-4.18.0-517.el8.x86_64 kernel-core-4.18.0-517.el8.x86_64 2023-10-21T12:40:12.015 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-modules-4.18.0-517.el8.x86_64 2023-10-21T12:40:12.016 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-10-21T12:40:12.016 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-10-21T12:40:12.183 DEBUG:teuthology.orchestra.run.smithi062:> rpm -q kernel | sort -rV | head -n 1 2023-10-21T12:40:12.412 INFO:teuthology.orchestra.run.smithi062.stdout:kernel-4.18.0-517.el8.x86_64 2023-10-21T12:40:12.412 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-517.el8.x86_64 2023-10-21T12:40:12.413 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-517.el8.x86_64 2023-10-21T12:40:12.413 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-21T12:40:12.413 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-21T12:40:12.413 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-10-21T12:40:12.414 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi062.front.sepia.ceph.com, path=None, version=distro) 2023-10-21T12:40:12.414 DEBUG:teuthology.orchestra.run.smithi062:> rpm -q kernel | sort -rV | head -n 1 2023-10-21T12:40:12.632 INFO:teuthology.orchestra.run.smithi062.stdout:kernel-4.18.0-517.el8.x86_64 2023-10-21T12:40:12.633 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-517.el8.x86_64 2023-10-21T12:40:12.633 DEBUG:teuthology.orchestra.run.smithi062:> sudo rpm -qi grub2-tools 2023-10-21T12:40:12.669 INFO:teuthology.orchestra.run.smithi062.stdout:Name : grub2-tools 2023-10-21T12:40:12.669 INFO:teuthology.orchestra.run.smithi062.stdout:Epoch : 1 2023-10-21T12:40:12.669 INFO:teuthology.orchestra.run.smithi062.stdout:Version : 2.02 2023-10-21T12:40:12.670 INFO:teuthology.orchestra.run.smithi062.stdout:Release : 129.el8 2023-10-21T12:40:12.670 INFO:teuthology.orchestra.run.smithi062.stdout:Architecture: x86_64 2023-10-21T12:40:12.670 INFO:teuthology.orchestra.run.smithi062.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-10-21T12:40:12.670 INFO:teuthology.orchestra.run.smithi062.stdout:Group : System Environment/Base 2023-10-21T12:40:12.670 INFO:teuthology.orchestra.run.smithi062.stdout:Size : 9265586 2023-10-21T12:40:12.671 INFO:teuthology.orchestra.run.smithi062.stdout:License : GPLv3+ 2023-10-21T12:40:12.671 INFO:teuthology.orchestra.run.smithi062.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-10-21T12:40:12.671 INFO:teuthology.orchestra.run.smithi062.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-10-21T12:40:12.671 INFO:teuthology.orchestra.run.smithi062.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-10-21T12:40:12.671 INFO:teuthology.orchestra.run.smithi062.stdout:Build Host : kbuilder.bsys.centos.org 2023-10-21T12:40:12.672 INFO:teuthology.orchestra.run.smithi062.stdout:Relocations : (not relocatable) 2023-10-21T12:40:12.672 INFO:teuthology.orchestra.run.smithi062.stdout:Packager : CentOS BuildSystem 2023-10-21T12:40:12.672 INFO:teuthology.orchestra.run.smithi062.stdout:Vendor : CentOS 2023-10-21T12:40:12.672 INFO:teuthology.orchestra.run.smithi062.stdout:URL : http://www.gnu.org/software/grub/ 2023-10-21T12:40:12.673 INFO:teuthology.orchestra.run.smithi062.stdout:Summary : Support tools for GRUB. 2023-10-21T12:40:12.673 INFO:teuthology.orchestra.run.smithi062.stdout:Description : 2023-10-21T12:40:12.673 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-10-21T12:40:12.673 INFO:teuthology.orchestra.run.smithi062.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-10-21T12:40:12.674 INFO:teuthology.orchestra.run.smithi062.stdout:customizable bootloader with modular architecture. It supports a rich 2023-10-21T12:40:12.674 INFO:teuthology.orchestra.run.smithi062.stdout:variety of kernel formats, file systems, computer architectures and 2023-10-21T12:40:12.674 INFO:teuthology.orchestra.run.smithi062.stdout:hardware devices. 2023-10-21T12:40:12.674 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-10-21T12:40:12.674 INFO:teuthology.orchestra.run.smithi062.stdout:This subpackage provides tools for support of all platforms. 2023-10-21T12:40:12.676 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-10-21T12:40:12.676 INFO:teuthology.task.kernel:Updating grub on smithi062 to boot 4.18.0-517.el8.x86_64 2023-10-21T12:40:12.676 DEBUG:teuthology.orchestra.run.smithi062:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-10-21T12:40:14.075 INFO:teuthology.orchestra.run.smithi062.stderr:Generating grub configuration file ... 2023-10-21T12:40:16.381 INFO:teuthology.orchestra.run.smithi062.stderr:done 2023-10-21T12:40:16.382 DEBUG:teuthology.orchestra.run.smithi062:> mktemp 2023-10-21T12:40:16.407 INFO:teuthology.orchestra.run.smithi062.stdout:/tmp/tmp.6QCker0rll 2023-10-21T12:40:16.407 DEBUG:teuthology.orchestra.run.smithi062:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.6QCker0rll 2023-10-21T12:40:16.481 DEBUG:teuthology.orchestra.run.smithi062:> sudo chmod 0666 /tmp/tmp.6QCker0rll 2023-10-21T12:40:16.629 DEBUG:teuthology.orchestra.remote:smithi062:/tmp/tmp.6QCker0rll is 6KB 2023-10-21T12:40:16.676 DEBUG:teuthology.orchestra.run.smithi062:> rm -fr /tmp/tmp.6QCker0rll 2023-10-21T12:40:16.694 DEBUG:teuthology.orchestra.run.smithi062:> sudo /bin/ls /boot/loader/entries || true 2023-10-21T12:40:16.818 INFO:teuthology.orchestra.run.smithi062.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-10-21T12:40:16.819 INFO:teuthology.orchestra.run.smithi062.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-10-21T12:40:16.819 INFO:teuthology.orchestra.run.smithi062.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-10-21T12:40:16.819 INFO:teuthology.orchestra.run.smithi062.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-517.el8.x86_64.conf 2023-10-21T12:40:16.820 DEBUG:teuthology.orchestra.run.smithi062:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-517.el8.x86_64 2023-10-21T12:40:16.957 DEBUG:teuthology.orchestra.run.smithi062:> sudo shutdown -r now 2023-10-21T12:40:41.602 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-10-21T12:40:41.603 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2023-10-21T12:40:41.604 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-21T12:40:46.962 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-10-21T12:40:46.962 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi062.front.sepia.ceph.com' 2023-10-21T12:40:46.963 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-21T12:41:16.155 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.155 2023-10-21T12:41:25.162 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2023-10-21T12:41:25.163 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-21T12:41:46.986 DEBUG:teuthology.orchestra.remote:timed out 2023-10-21T12:41:55.994 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi062.front.sepia.ceph.com' 2023-10-21T12:41:55.995 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-21T12:41:56.431 DEBUG:teuthology.orchestra.run.smithi062:> true 2023-10-21T12:41:56.712 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi062.front.sepia.ceph.com' 2023-10-21T12:41:56.712 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-517.el8.x86_64"... 2023-10-21T12:41:56.713 DEBUG:teuthology.orchestra.run.smithi062:> uname -r 2023-10-21T12:41:56.731 INFO:teuthology.orchestra.run.smithi062.stdout:4.18.0-517.el8.x86_64 2023-10-21T12:41:56.732 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-517.el8.x86_64 vs 4.18.0-517.el8.x86_64 2023-10-21T12:41:56.732 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-21T12:41:56.732 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-10-21T12:41:57.733 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-10-21T12:41:57.733 DEBUG:teuthology.orchestra.run.smithi062:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-21T12:41:57.856 INFO:teuthology.orchestra.run.smithi062.stdout:ttyS1 2023-10-21T12:41:57.872 DEBUG:teuthology.parallel:result is None 2023-10-21T12:42:25.166 DEBUG:teuthology.orchestra.remote:timed out 2023-10-21T12:42:37.167 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2023-10-21T12:42:37.168 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-21T12:42:37.444 DEBUG:teuthology.orchestra.run.smithi155:> true 2023-10-21T12:42:37.781 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi155.front.sepia.ceph.com' 2023-10-21T12:42:37.782 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-517.el8.x86_64"... 2023-10-21T12:42:37.782 DEBUG:teuthology.orchestra.run.smithi155:> uname -r 2023-10-21T12:42:37.803 INFO:teuthology.orchestra.run.smithi155.stdout:4.18.0-517.el8.x86_64 2023-10-21T12:42:37.803 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-517.el8.x86_64 vs 4.18.0-517.el8.x86_64 2023-10-21T12:42:37.803 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-21T12:42:37.803 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-10-21T12:42:38.804 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-10-21T12:42:38.805 DEBUG:teuthology.orchestra.run.smithi155:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-21T12:42:38.879 INFO:teuthology.orchestra.run.smithi155.stdout:ttyS1 2023-10-21T12:42:38.892 DEBUG:teuthology.parallel:result is None 2023-10-21T12:42:38.892 INFO:teuthology.run_tasks:Running task internal.base... 2023-10-21T12:42:38.899 INFO:teuthology.task.internal:Creating test directory... 2023-10-21T12:42:38.899 DEBUG:teuthology.orchestra.run.smithi062:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-21T12:42:38.903 DEBUG:teuthology.orchestra.run.smithi155:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-21T12:42:38.924 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-10-21T12:42:38.932 INFO:teuthology.run_tasks:Running task internal.archive... 2023-10-21T12:42:38.942 INFO:teuthology.task.internal:Creating archive directory... 2023-10-21T12:42:38.942 DEBUG:teuthology.orchestra.run.smithi062:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-21T12:42:38.967 DEBUG:teuthology.orchestra.run.smithi155:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-21T12:42:39.020 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-10-21T12:42:39.027 INFO:teuthology.task.internal:Enabling coredump saving... 2023-10-21T12:42:39.027 DEBUG:teuthology.orchestra.run.smithi062:> 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-10-21T12:42:39.038 DEBUG:teuthology.orchestra.run.smithi155:> 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-10-21T12:42:39.075 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-21T12:42:39.077 INFO:teuthology.orchestra.run.smithi062.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-21T12:42:39.086 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-21T12:42:39.088 INFO:teuthology.orchestra.run.smithi062.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-21T12:42:39.090 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-10-21T12:42:39.099 INFO:teuthology.task.internal:Configuring sudo... 2023-10-21T12:42:39.100 DEBUG:teuthology.orchestra.run.smithi062:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-21T12:42:39.133 DEBUG:teuthology.orchestra.run.smithi155:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-21T12:42:39.163 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-10-21T12:42:39.172 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-10-21T12:42:39.172 DEBUG:teuthology.orchestra.run.smithi062:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-21T12:42:39.204 DEBUG:teuthology.orchestra.run.smithi155:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-21T12:42:39.223 DEBUG:teuthology.orchestra.run.smithi062:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-21T12:42:39.307 DEBUG:teuthology.orchestra.run.smithi062:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-21T12:42:39.361 DEBUG:teuthology.orchestra.run.smithi062:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-21T12:42:39.445 DEBUG:teuthology.orchestra.run.smithi062:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-21T12:42:39.490 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-10-21T12:42:39.490 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-21T12:42:39.558 DEBUG:teuthology.orchestra.run.smithi155:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-21T12:42:39.605 DEBUG:teuthology.orchestra.run.smithi155:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-21T12:42:39.663 DEBUG:teuthology.orchestra.run.smithi155:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-21T12:42:39.751 DEBUG:teuthology.orchestra.run.smithi155:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-21T12:42:39.794 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2023-10-21T12:42:39.795 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-21T12:42:39.864 DEBUG:teuthology.orchestra.run.smithi062:> sudo service rsyslog restart 2023-10-21T12:42:39.866 DEBUG:teuthology.orchestra.run.smithi155:> sudo service rsyslog restart 2023-10-21T12:42:39.941 INFO:teuthology.orchestra.run.smithi062.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-21T12:42:39.960 INFO:teuthology.orchestra.run.smithi155.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-21T12:42:40.411 INFO:teuthology.run_tasks:Running task internal.timer... 2023-10-21T12:42:40.419 INFO:teuthology.task.internal:Starting timer... 2023-10-21T12:42:40.419 INFO:teuthology.run_tasks:Running task pcp... 2023-10-21T12:42:40.428 INFO:teuthology.run_tasks:Running task selinux... 2023-10-21T12:42:40.437 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-10-21T12:42:40.438 DEBUG:teuthology.orchestra.run.smithi062:> sudo service auditd rotate 2023-10-21T12:42:40.490 INFO:teuthology.orchestra.run.smithi062.stdout:Rotating logs: 2023-10-21T12:42:40.492 DEBUG:teuthology.orchestra.run.smithi155:> sudo service auditd rotate 2023-10-21T12:42:40.564 INFO:teuthology.orchestra.run.smithi155.stdout:Rotating logs: 2023-10-21T12:42:40.566 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-10-21T12:42:40.567 DEBUG:teuthology.orchestra.run.smithi062:> /usr/sbin/getenforce 2023-10-21T12:42:40.612 INFO:teuthology.orchestra.run.smithi062.stdout:Permissive 2023-10-21T12:42:40.613 DEBUG:teuthology.orchestra.run.smithi155:> /usr/sbin/getenforce 2023-10-21T12:42:40.678 INFO:teuthology.orchestra.run.smithi155.stdout:Permissive 2023-10-21T12:42:40.679 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi062.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi155.front.sepia.ceph.com': 'permissive'} 2023-10-21T12:42:40.679 DEBUG:teuthology.orchestra.run.smithi062:> 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-10-21T12:42:40.707 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T12:42:40.708 DEBUG:teuthology.orchestra.run.smithi155:> 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-10-21T12:42:40.736 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T12:42:40.736 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-10-21T12:42:40.737 DEBUG:teuthology.orchestra.run.smithi062:> sudo /usr/sbin/setenforce permissive 2023-10-21T12:42:40.777 DEBUG:teuthology.orchestra.run.smithi155:> sudo /usr/sbin/setenforce permissive 2023-10-21T12:42:40.805 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-10-21T12:42:40.815 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-10-21T12:42:40.825 INFO:teuthology.repo_utils:Fetching main from origin 2023-10-21T12:42:40.953 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-10-21T12:42:40.971 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-10-21T12:42:40.972 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi062.front.sepia.ceph.com,smithi155.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-10-21T12:50:12.191 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi062.front.sepia.ceph.com'), Remote(name='ubuntu@smithi155.front.sepia.ceph.com')] 2023-10-21T12:50:12.193 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi062.front.sepia.ceph.com' 2023-10-21T12:50:12.194 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-21T12:50:12.262 DEBUG:teuthology.orchestra.run.smithi062:> true 2023-10-21T12:50:12.289 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi062.front.sepia.ceph.com' 2023-10-21T12:50:12.290 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2023-10-21T12:50:12.290 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-21T12:50:12.359 DEBUG:teuthology.orchestra.run.smithi155:> true 2023-10-21T12:50:12.429 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi155.front.sepia.ceph.com' 2023-10-21T12:50:12.430 INFO:teuthology.run_tasks:Running task clock... 2023-10-21T12:50:12.441 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-10-21T12:50:12.441 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-21T12:50:12.442 DEBUG:teuthology.orchestra.run.smithi062:> 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-10-21T12:50:12.445 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-21T12:50:12.445 DEBUG:teuthology.orchestra.run.smithi155:> 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-10-21T12:50:12.477 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-21T12:50:12.492 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-21T12:50:12.503 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-21T12:50:12.517 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-21T12:50:12.564 INFO:teuthology.orchestra.run.smithi062.stderr:sudo: ntpd: command not found 2023-10-21T12:50:12.576 INFO:teuthology.orchestra.run.smithi062.stdout:506 Cannot talk to daemon 2023-10-21T12:50:12.590 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-21T12:50:12.596 INFO:teuthology.orchestra.run.smithi155.stderr:sudo: ntpd: command not found 2023-10-21T12:50:12.604 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-21T12:50:12.607 INFO:teuthology.orchestra.run.smithi155.stdout:506 Cannot talk to daemon 2023-10-21T12:50:12.621 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-21T12:50:12.635 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-21T12:50:12.666 INFO:teuthology.orchestra.run.smithi062.stderr:bash: ntpq: command not found 2023-10-21T12:50:12.670 INFO:teuthology.orchestra.run.smithi062.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-21T12:50:12.670 INFO:teuthology.orchestra.run.smithi062.stdout:=============================================================================== 2023-10-21T12:50:12.671 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T12:50:12.671 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T12:50:12.671 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T12:50:12.671 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T12:50:12.705 INFO:teuthology.orchestra.run.smithi155.stderr:bash: ntpq: command not found 2023-10-21T12:50:12.707 INFO:teuthology.orchestra.run.smithi155.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-21T12:50:12.707 INFO:teuthology.orchestra.run.smithi155.stdout:=============================================================================== 2023-10-21T12:50:12.708 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T12:50:12.708 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T12:50:12.708 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T12:50:12.708 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T12:50:12.709 INFO:teuthology.run_tasks:Running task pexec... 2023-10-21T12:50:12.719 INFO:teuthology.task.pexec:Executing custom commands... 2023-10-21T12:50:12.720 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi062.front.sepia.ceph.com 2023-10-21T12:50:12.720 DEBUG:teuthology.orchestra.run.smithi062:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-21T12:50:12.721 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi155.front.sepia.ceph.com 2023-10-21T12:50:12.721 DEBUG:teuthology.orchestra.run.smithi155:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-21T12:50:13.626 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:36 ago on Sat 21 Oct 2023 12:48:37 PM UTC. 2023-10-21T12:50:13.633 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:43 ago on Sat 21 Oct 2023 12:48:30 PM UTC. 2023-10-21T12:50:15.680 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-10-21T12:50:15.681 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-10-21T12:50:15.682 INFO:teuthology.orchestra.run.smithi155.stdout: Package Architecture Version Repository Size 2023-10-21T12:50:15.682 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-10-21T12:50:15.682 INFO:teuthology.orchestra.run.smithi155.stdout:Resetting modules: 2023-10-21T12:50:15.682 INFO:teuthology.orchestra.run.smithi155.stdout: container-tools 2023-10-21T12:50:15.682 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-10-21T12:50:15.683 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2023-10-21T12:50:15.683 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-10-21T12:50:15.683 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-10-21T12:50:15.837 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-10-21T12:50:15.838 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-10-21T12:50:15.839 INFO:teuthology.orchestra.run.smithi062.stdout: Package Architecture Version Repository Size 2023-10-21T12:50:15.839 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-10-21T12:50:15.839 INFO:teuthology.orchestra.run.smithi062.stdout:Resetting modules: 2023-10-21T12:50:15.839 INFO:teuthology.orchestra.run.smithi062.stdout: container-tools 2023-10-21T12:50:15.839 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-10-21T12:50:15.840 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2023-10-21T12:50:15.840 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-10-21T12:50:15.840 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-10-21T12:50:15.958 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-10-21T12:50:16.097 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-10-21T12:50:16.903 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:46 ago on Sat 21 Oct 2023 12:48:30 PM UTC. 2023-10-21T12:50:17.069 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:39 ago on Sat 21 Oct 2023 12:48:37 PM UTC. 2023-10-21T12:50:18.939 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-10-21T12:50:19.100 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-10-21T12:50:19.101 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2023-10-21T12:50:19.101 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-10-21T12:50:19.101 INFO:teuthology.orchestra.run.smithi155.stdout:Installing group/module packages: 2023-10-21T12:50:19.101 INFO:teuthology.orchestra.run.smithi155.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-10-21T12:50:19.101 INFO:teuthology.orchestra.run.smithi155.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-10-21T12:50:19.102 INFO:teuthology.orchestra.run.smithi155.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-10-21T12:50:19.102 INFO:teuthology.orchestra.run.smithi155.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-10-21T12:50:19.102 INFO:teuthology.orchestra.run.smithi155.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-10-21T12:50:19.102 INFO:teuthology.orchestra.run.smithi155.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-10-21T12:50:19.102 INFO:teuthology.orchestra.run.smithi155.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-10-21T12:50:19.103 INFO:teuthology.orchestra.run.smithi155.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-10-21T12:50:19.103 INFO:teuthology.orchestra.run.smithi155.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-10-21T12:50:19.103 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2023-10-21T12:50:19.103 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-10-21T12:50:19.103 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-10-21T12:50:19.104 INFO:teuthology.orchestra.run.smithi155.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-10-21T12:50:19.104 INFO:teuthology.orchestra.run.smithi155.stdout:Installing weak dependencies: 2023-10-21T12:50:19.104 INFO:teuthology.orchestra.run.smithi155.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-10-21T12:50:19.104 INFO:teuthology.orchestra.run.smithi155.stdout:Installing module profiles: 2023-10-21T12:50:19.104 INFO:teuthology.orchestra.run.smithi155.stdout: container-tools/common 2023-10-21T12:50:19.104 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-10-21T12:50:19.105 INFO:teuthology.orchestra.run.smithi155.stdout:Enabling module streams: 2023-10-21T12:50:19.105 INFO:teuthology.orchestra.run.smithi155.stdout: container-tools rhel8 2023-10-21T12:50:19.105 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-10-21T12:50:19.105 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2023-10-21T12:50:19.105 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-10-21T12:50:19.105 INFO:teuthology.orchestra.run.smithi155.stdout:Install 13 Packages 2023-10-21T12:50:19.106 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-10-21T12:50:19.106 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 26 M 2023-10-21T12:50:19.107 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 87 M 2023-10-21T12:50:19.107 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2023-10-21T12:50:19.225 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-10-21T12:50:19.355 INFO:teuthology.orchestra.run.smithi155.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 3.4 MB/s | 739 kB 00:00 2023-10-21T12:50:19.389 INFO:teuthology.orchestra.run.smithi155.stdout:(2/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 4.1 MB/s | 1.0 MB 00:00 2023-10-21T12:50:19.400 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-10-21T12:50:19.400 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2023-10-21T12:50:19.401 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-10-21T12:50:19.401 INFO:teuthology.orchestra.run.smithi062.stdout:Installing group/module packages: 2023-10-21T12:50:19.401 INFO:teuthology.orchestra.run.smithi062.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-10-21T12:50:19.401 INFO:teuthology.orchestra.run.smithi062.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-10-21T12:50:19.401 INFO:teuthology.orchestra.run.smithi062.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-10-21T12:50:19.402 INFO:teuthology.orchestra.run.smithi062.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-10-21T12:50:19.402 INFO:teuthology.orchestra.run.smithi062.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-10-21T12:50:19.402 INFO:teuthology.orchestra.run.smithi062.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-10-21T12:50:19.402 INFO:teuthology.orchestra.run.smithi062.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-10-21T12:50:19.402 INFO:teuthology.orchestra.run.smithi062.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-10-21T12:50:19.403 INFO:teuthology.orchestra.run.smithi062.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-10-21T12:50:19.403 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2023-10-21T12:50:19.403 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-10-21T12:50:19.403 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-10-21T12:50:19.403 INFO:teuthology.orchestra.run.smithi062.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-10-21T12:50:19.404 INFO:teuthology.orchestra.run.smithi062.stdout:Installing weak dependencies: 2023-10-21T12:50:19.404 INFO:teuthology.orchestra.run.smithi062.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-10-21T12:50:19.404 INFO:teuthology.orchestra.run.smithi062.stdout:Installing module profiles: 2023-10-21T12:50:19.404 INFO:teuthology.orchestra.run.smithi062.stdout: container-tools/common 2023-10-21T12:50:19.404 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-10-21T12:50:19.404 INFO:teuthology.orchestra.run.smithi062.stdout:Enabling module streams: 2023-10-21T12:50:19.405 INFO:teuthology.orchestra.run.smithi062.stdout: container-tools rhel8 2023-10-21T12:50:19.405 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-10-21T12:50:19.405 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2023-10-21T12:50:19.405 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-10-21T12:50:19.405 INFO:teuthology.orchestra.run.smithi062.stdout:Install 13 Packages 2023-10-21T12:50:19.406 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-10-21T12:50:19.406 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 26 M 2023-10-21T12:50:19.407 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 87 M 2023-10-21T12:50:19.407 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2023-10-21T12:50:19.439 INFO:teuthology.orchestra.run.smithi155.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 454 kB/s | 38 kB 00:00 2023-10-21T12:50:19.548 INFO:teuthology.orchestra.run.smithi155.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 1.5 MB/s | 239 kB 00:00 2023-10-21T12:50:19.690 INFO:teuthology.orchestra.run.smithi155.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 1.2 MB/s | 177 kB 00:00 2023-10-21T12:50:19.944 INFO:teuthology.orchestra.run.smithi062.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 2.1 MB/s | 739 kB 00:00 2023-10-21T12:50:20.003 INFO:teuthology.orchestra.run.smithi062.stdout:(2/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 2.4 MB/s | 1.0 MB 00:00 2023-10-21T12:50:20.028 INFO:teuthology.orchestra.run.smithi062.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 452 kB/s | 38 kB 00:00 2023-10-21T12:50:20.090 INFO:teuthology.orchestra.run.smithi155.stdout:(6/13): buildah-1.31.3-1.module_el8+664+4072b3a 9.3 MB/s | 8.8 MB 00:00 2023-10-21T12:50:20.128 INFO:teuthology.orchestra.run.smithi062.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 1.9 MB/s | 239 kB 00:00 2023-10-21T12:50:20.199 INFO:teuthology.orchestra.run.smithi155.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 49 kB/s | 25 kB 00:00 2023-10-21T12:50:20.225 INFO:teuthology.orchestra.run.smithi155.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 701 kB/s | 94 kB 00:00 2023-10-21T12:50:20.254 INFO:teuthology.orchestra.run.smithi062.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 1.4 MB/s | 177 kB 00:00 2023-10-21T12:50:20.283 INFO:teuthology.orchestra.run.smithi155.stdout:(9/13): netavark-1.7.0-1.module_el8+487+8e42a27 4.4 MB/s | 3.7 MB 00:00 2023-10-21T12:50:20.338 INFO:teuthology.orchestra.run.smithi062.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 296 kB/s | 25 kB 00:00 2023-10-21T12:50:20.410 INFO:teuthology.orchestra.run.smithi155.stdout:(10/13): udica-0.2.6-20.module_el8+487+8e42a277 421 kB/s | 53 kB 00:00 2023-10-21T12:50:20.475 INFO:teuthology.orchestra.run.smithi062.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 685 kB/s | 94 kB 00:00 2023-10-21T12:50:20.484 INFO:teuthology.orchestra.run.smithi155.stdout:(11/13): toolbox-0.0.99.4-5.module_el8+649+e2de 9.8 MB/s | 2.5 MB 00:00 2023-10-21T12:50:20.509 INFO:teuthology.orchestra.run.smithi155.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 408 kB/s | 41 kB 00:00 2023-10-21T12:50:20.647 INFO:teuthology.orchestra.run.smithi062.stdout:(8/13): netavark-1.7.0-1.module_el8+487+8e42a27 6.1 MB/s | 3.7 MB 00:00 2023-10-21T12:50:20.718 INFO:teuthology.orchestra.run.smithi155.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 16 MB/s | 8.1 MB 00:00 2023-10-21T12:50:20.718 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:50:20.719 INFO:teuthology.orchestra.run.smithi155.stdout:Total 16 MB/s | 26 MB 00:01 2023-10-21T12:50:20.780 INFO:teuthology.orchestra.run.smithi062.stdout:(9/13): buildah-1.31.3-1.module_el8+664+4072b3a 7.4 MB/s | 8.8 MB 00:01 2023-10-21T12:50:20.881 INFO:teuthology.orchestra.run.smithi062.stdout:(10/13): udica-0.2.6-20.module_el8+487+8e42a277 527 kB/s | 53 kB 00:00 2023-10-21T12:50:20.964 INFO:teuthology.orchestra.run.smithi062.stdout:(11/13): toolbox-0.0.99.4-5.module_el8+649+e2de 8.0 MB/s | 2.5 MB 00:00 2023-10-21T12:50:20.981 INFO:teuthology.orchestra.run.smithi062.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 409 kB/s | 41 kB 00:00 2023-10-21T12:50:20.983 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2023-10-21T12:50:21.005 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2023-10-21T12:50:21.005 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2023-10-21T12:50:21.263 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2023-10-21T12:50:21.266 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2023-10-21T12:50:21.365 INFO:teuthology.orchestra.run.smithi062.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 9.2 MB/s | 8.1 MB 00:00 2023-10-21T12:50:21.365 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:50:21.366 INFO:teuthology.orchestra.run.smithi062.stdout:Total 13 MB/s | 26 MB 00:01 2023-10-21T12:50:21.640 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2023-10-21T12:50:21.662 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2023-10-21T12:50:21.663 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2023-10-21T12:50:21.932 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2023-10-21T12:50:21.935 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2023-10-21T12:50:21.984 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2023-10-21T12:50:22.185 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-10-21T12:50:22.380 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-10-21T12:50:22.572 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-10-21T12:50:22.630 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2023-10-21T12:50:22.833 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-21T12:50:22.850 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-10-21T12:50:23.026 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-10-21T12:50:23.235 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-10-21T12:50:23.422 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-10-21T12:50:23.500 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-21T12:50:24.076 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-10-21T12:50:24.358 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-21T12:50:24.616 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-10-21T12:50:24.821 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-10-21T12:50:25.054 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-21T12:50:25.101 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-10-21T12:50:25.370 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-10-21T12:50:25.504 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-10-21T12:50:25.604 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-10-21T12:50:25.847 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-10-21T12:50:26.245 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-10-21T12:50:26.392 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-21T12:50:26.632 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-10-21T12:50:26.829 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-21T12:50:27.209 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-21T12:50:27.289 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-21T12:50:27.290 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-10-21T12:50:27.290 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-10-21T12:50:27.290 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-10-21T12:50:27.290 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-21T12:50:27.291 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-10-21T12:50:27.291 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-21T12:50:27.291 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-10-21T12:50:27.291 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-10-21T12:50:27.291 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-10-21T12:50:27.292 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-10-21T12:50:27.292 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-21T12:50:27.292 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-10-21T12:50:27.414 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-10-21T12:50:27.632 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-21T12:50:28.090 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-21T12:50:28.090 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-10-21T12:50:28.091 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-10-21T12:50:28.091 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-10-21T12:50:28.091 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-21T12:50:28.091 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-10-21T12:50:28.091 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-21T12:50:28.092 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-10-21T12:50:28.092 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-10-21T12:50:28.092 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-10-21T12:50:28.092 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-10-21T12:50:28.092 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-21T12:50:28.093 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-10-21T12:50:28.099 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-10-21T12:50:28.099 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-10-21T12:50:28.100 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2023-10-21T12:50:28.100 INFO:teuthology.orchestra.run.smithi155.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-21T12:50:28.100 INFO:teuthology.orchestra.run.smithi155.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-10-21T12:50:28.100 INFO:teuthology.orchestra.run.smithi155.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-10-21T12:50:28.100 INFO:teuthology.orchestra.run.smithi155.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-10-21T12:50:28.101 INFO:teuthology.orchestra.run.smithi155.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-10-21T12:50:28.101 INFO:teuthology.orchestra.run.smithi155.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-21T12:50:28.101 INFO:teuthology.orchestra.run.smithi155.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-10-21T12:50:28.101 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-10-21T12:50:28.101 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-10-21T12:50:28.102 INFO:teuthology.orchestra.run.smithi155.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-10-21T12:50:28.102 INFO:teuthology.orchestra.run.smithi155.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-10-21T12:50:28.102 INFO:teuthology.orchestra.run.smithi155.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-10-21T12:50:28.102 INFO:teuthology.orchestra.run.smithi155.stdout: yajl-2.1.0-12.el8.x86_64 2023-10-21T12:50:28.102 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-10-21T12:50:28.103 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-10-21T12:50:28.420 DEBUG:teuthology.parallel:result is None 2023-10-21T12:50:28.897 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-10-21T12:50:28.898 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-10-21T12:50:28.898 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2023-10-21T12:50:28.898 INFO:teuthology.orchestra.run.smithi062.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-21T12:50:28.898 INFO:teuthology.orchestra.run.smithi062.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-10-21T12:50:28.898 INFO:teuthology.orchestra.run.smithi062.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-10-21T12:50:28.899 INFO:teuthology.orchestra.run.smithi062.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-10-21T12:50:28.899 INFO:teuthology.orchestra.run.smithi062.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-10-21T12:50:28.899 INFO:teuthology.orchestra.run.smithi062.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-21T12:50:28.899 INFO:teuthology.orchestra.run.smithi062.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-10-21T12:50:28.899 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-10-21T12:50:28.900 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-10-21T12:50:28.900 INFO:teuthology.orchestra.run.smithi062.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-10-21T12:50:28.900 INFO:teuthology.orchestra.run.smithi062.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-10-21T12:50:28.900 INFO:teuthology.orchestra.run.smithi062.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-10-21T12:50:28.900 INFO:teuthology.orchestra.run.smithi062.stdout: yajl-2.1.0-12.el8.x86_64 2023-10-21T12:50:28.901 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-10-21T12:50:28.901 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-10-21T12:50:29.231 DEBUG:teuthology.parallel:result is None 2023-10-21T12:50:29.232 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-10-21T12:50:29.247 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-10-21T12:50:29.248 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-10-21T12:50:29.248 DEBUG:teuthology.orchestra.run.smithi062:> dd if=/scratch_devs of=/dev/stdout 2023-10-21T12:50:29.267 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-10-21T12:50:29.268 DEBUG:teuthology.orchestra.run.smithi062:> stat /dev/vg_nvme/lv_1 2023-10-21T12:50:29.327 INFO:teuthology.orchestra.run.smithi062.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-21T12:50:29.328 INFO:teuthology.orchestra.run.smithi062.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-21T12:50:29.328 INFO:teuthology.orchestra.run.smithi062.stdout:Device: 6h/6d Inode: 395737 Links: 1 2023-10-21T12:50:29.328 INFO:teuthology.orchestra.run.smithi062.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-21T12:50:29.329 INFO:teuthology.orchestra.run.smithi062.stdout:Context: system_u:object_r:device_t:s0 2023-10-21T12:50:29.329 INFO:teuthology.orchestra.run.smithi062.stdout:Access: 2023-10-21 12:50:27.794414669 +0000 2023-10-21T12:50:29.329 INFO:teuthology.orchestra.run.smithi062.stdout:Modify: 2023-10-21 12:49:34.917757323 +0000 2023-10-21T12:50:29.329 INFO:teuthology.orchestra.run.smithi062.stdout:Change: 2023-10-21 12:49:34.917757323 +0000 2023-10-21T12:50:29.329 INFO:teuthology.orchestra.run.smithi062.stdout: Birth: - 2023-10-21T12:50:29.330 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-21T12:50:29.394 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records in 2023-10-21T12:50:29.394 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records out 2023-10-21T12:50:29.394 INFO:teuthology.orchestra.run.smithi062.stderr:512 bytes copied, 0.000231795 s, 2.2 MB/s 2023-10-21T12:50:29.395 DEBUG:teuthology.orchestra.run.smithi062:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-21T12:50:29.455 DEBUG:teuthology.orchestra.run.smithi062:> stat /dev/vg_nvme/lv_2 2023-10-21T12:50:29.513 INFO:teuthology.orchestra.run.smithi062.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-21T12:50:29.514 INFO:teuthology.orchestra.run.smithi062.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-21T12:50:29.514 INFO:teuthology.orchestra.run.smithi062.stdout:Device: 6h/6d Inode: 388872 Links: 1 2023-10-21T12:50:29.514 INFO:teuthology.orchestra.run.smithi062.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-21T12:50:29.515 INFO:teuthology.orchestra.run.smithi062.stdout:Context: system_u:object_r:device_t:s0 2023-10-21T12:50:29.515 INFO:teuthology.orchestra.run.smithi062.stdout:Access: 2023-10-21 12:50:27.794414669 +0000 2023-10-21T12:50:29.515 INFO:teuthology.orchestra.run.smithi062.stdout:Modify: 2023-10-21 12:49:35.446749341 +0000 2023-10-21T12:50:29.515 INFO:teuthology.orchestra.run.smithi062.stdout:Change: 2023-10-21 12:49:35.446749341 +0000 2023-10-21T12:50:29.515 INFO:teuthology.orchestra.run.smithi062.stdout: Birth: - 2023-10-21T12:50:29.516 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-21T12:50:29.582 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records in 2023-10-21T12:50:29.582 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records out 2023-10-21T12:50:29.583 INFO:teuthology.orchestra.run.smithi062.stderr:512 bytes copied, 0.000203818 s, 2.5 MB/s 2023-10-21T12:50:29.584 DEBUG:teuthology.orchestra.run.smithi062:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-21T12:50:29.644 DEBUG:teuthology.orchestra.run.smithi062:> stat /dev/vg_nvme/lv_3 2023-10-21T12:50:29.702 INFO:teuthology.orchestra.run.smithi062.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-21T12:50:29.703 INFO:teuthology.orchestra.run.smithi062.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-21T12:50:29.703 INFO:teuthology.orchestra.run.smithi062.stdout:Device: 6h/6d Inode: 392064 Links: 1 2023-10-21T12:50:29.703 INFO:teuthology.orchestra.run.smithi062.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-21T12:50:29.703 INFO:teuthology.orchestra.run.smithi062.stdout:Context: system_u:object_r:device_t:s0 2023-10-21T12:50:29.704 INFO:teuthology.orchestra.run.smithi062.stdout:Access: 2023-10-21 12:50:27.794414669 +0000 2023-10-21T12:50:29.704 INFO:teuthology.orchestra.run.smithi062.stdout:Modify: 2023-10-21 12:49:35.962741556 +0000 2023-10-21T12:50:29.704 INFO:teuthology.orchestra.run.smithi062.stdout:Change: 2023-10-21 12:49:35.962741556 +0000 2023-10-21T12:50:29.705 INFO:teuthology.orchestra.run.smithi062.stdout: Birth: - 2023-10-21T12:50:29.705 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-21T12:50:29.768 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records in 2023-10-21T12:50:29.769 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records out 2023-10-21T12:50:29.769 INFO:teuthology.orchestra.run.smithi062.stderr:512 bytes copied, 0.00020908 s, 2.4 MB/s 2023-10-21T12:50:29.770 DEBUG:teuthology.orchestra.run.smithi062:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-21T12:50:29.830 DEBUG:teuthology.orchestra.run.smithi062:> stat /dev/vg_nvme/lv_4 2023-10-21T12:50:29.889 INFO:teuthology.orchestra.run.smithi062.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-21T12:50:29.889 INFO:teuthology.orchestra.run.smithi062.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-21T12:50:29.889 INFO:teuthology.orchestra.run.smithi062.stdout:Device: 6h/6d Inode: 393175 Links: 1 2023-10-21T12:50:29.890 INFO:teuthology.orchestra.run.smithi062.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-21T12:50:29.890 INFO:teuthology.orchestra.run.smithi062.stdout:Context: system_u:object_r:device_t:s0 2023-10-21T12:50:29.890 INFO:teuthology.orchestra.run.smithi062.stdout:Access: 2023-10-21 12:50:27.794414669 +0000 2023-10-21T12:50:29.890 INFO:teuthology.orchestra.run.smithi062.stdout:Modify: 2023-10-21 12:49:36.517733182 +0000 2023-10-21T12:50:29.890 INFO:teuthology.orchestra.run.smithi062.stdout:Change: 2023-10-21 12:49:36.517733182 +0000 2023-10-21T12:50:29.891 INFO:teuthology.orchestra.run.smithi062.stdout: Birth: - 2023-10-21T12:50:29.891 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-21T12:50:29.955 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records in 2023-10-21T12:50:29.956 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records out 2023-10-21T12:50:29.956 INFO:teuthology.orchestra.run.smithi062.stderr:512 bytes copied, 0.000208903 s, 2.5 MB/s 2023-10-21T12:50:29.957 DEBUG:teuthology.orchestra.run.smithi062:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-21T12:50:30.017 DEBUG:teuthology.orchestra.run.smithi062:> 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-10-21T12:50:30.139 INFO:teuthology.orchestra.run.smithi062.stdout:loop 2023-10-21T12:50:30.141 INFO:tasks.nvme_loop:Connecting nvme_loop smithi062:/dev/vg_nvme/lv_1... 2023-10-21T12:50:30.141 DEBUG:teuthology.orchestra.run.smithi062:> 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-10-21T12:50:30.178 INFO:teuthology.orchestra.run.smithi062.stdout:1 2023-10-21T12:50:30.213 INFO:teuthology.orchestra.run.smithi062.stdout:/dev/vg_nvme/lv_11 2023-10-21T12:50:30.255 INFO:tasks.nvme_loop:Connecting nvme_loop smithi062:/dev/vg_nvme/lv_2... 2023-10-21T12:50:30.255 DEBUG:teuthology.orchestra.run.smithi062:> 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-10-21T12:50:30.335 INFO:teuthology.orchestra.run.smithi062.stdout:1 2023-10-21T12:50:30.370 INFO:teuthology.orchestra.run.smithi062.stdout:/dev/vg_nvme/lv_21 2023-10-21T12:50:30.408 INFO:tasks.nvme_loop:Connecting nvme_loop smithi062:/dev/vg_nvme/lv_3... 2023-10-21T12:50:30.408 DEBUG:teuthology.orchestra.run.smithi062:> 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-10-21T12:50:30.485 INFO:teuthology.orchestra.run.smithi062.stdout:1 2023-10-21T12:50:30.519 INFO:teuthology.orchestra.run.smithi062.stdout:/dev/vg_nvme/lv_31 2023-10-21T12:50:30.558 INFO:tasks.nvme_loop:Connecting nvme_loop smithi062:/dev/vg_nvme/lv_4... 2023-10-21T12:50:30.558 DEBUG:teuthology.orchestra.run.smithi062:> 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-10-21T12:50:30.635 INFO:teuthology.orchestra.run.smithi062.stdout:1 2023-10-21T12:50:30.669 INFO:teuthology.orchestra.run.smithi062.stdout:/dev/vg_nvme/lv_41 2023-10-21T12:50:30.708 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-10-21T12:50:30.708 DEBUG:teuthology.orchestra.run.smithi062:> dd if=/scratch_devs of=/dev/stdout 2023-10-21T12:50:30.766 DEBUG:teuthology.orchestra.run.smithi062:> sudo nvme list 2023-10-21T12:50:30.833 INFO:teuthology.orchestra.run.smithi062.stdout:Node SN Model Namespace Usage Format FW Rev 2023-10-21T12:50:30.833 INFO:teuthology.orchestra.run.smithi062.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-10-21T12:50:30.833 INFO:teuthology.orchestra.run.smithi062.stdout:/dev/nvme0n1 CVFT53440094400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-10-21T12:50:30.833 INFO:teuthology.orchestra.run.smithi062.stdout:/dev/nvme1n1 44a201d05c9dee11f8d5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-10-21T12:50:30.834 INFO:teuthology.orchestra.run.smithi062.stdout:/dev/nvme2n1 cf331eaa854faf36f964 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-10-21T12:50:30.834 INFO:teuthology.orchestra.run.smithi062.stdout:/dev/nvme3n1 30244a4ef03f14b6c1db Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-10-21T12:50:30.834 INFO:teuthology.orchestra.run.smithi062.stdout:/dev/nvme4n1 65e9c0daaf4a3f9273cb Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-10-21T12:50:30.835 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-21T12:50:30.835 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-10-21T12:50:30.836 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/scratch_devs 2023-10-21T12:50:30.903 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2023-10-21T12:50:30.903 DEBUG:teuthology.orchestra.run.smithi155:> dd if=/scratch_devs of=/dev/stdout 2023-10-21T12:50:30.926 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-10-21T12:50:30.927 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_1 2023-10-21T12:50:30.988 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-21T12:50:30.988 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-21T12:50:30.988 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 6h/6d Inode: 395544 Links: 1 2023-10-21T12:50:30.988 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-21T12:50:30.989 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:device_t:s0 2023-10-21T12:50:30.989 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2023-10-21 12:50:27.003842016 +0000 2023-10-21T12:50:30.989 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2023-10-21 12:49:27.293980264 +0000 2023-10-21T12:50:30.989 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2023-10-21 12:49:27.293980264 +0000 2023-10-21T12:50:30.989 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: - 2023-10-21T12:50:30.990 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-21T12:50:31.059 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2023-10-21T12:50:31.059 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2023-10-21T12:50:31.060 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000264036 s, 1.9 MB/s 2023-10-21T12:50:31.061 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-21T12:50:31.123 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_2 2023-10-21T12:50:31.183 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-21T12:50:31.183 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-21T12:50:31.183 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 6h/6d Inode: 399166 Links: 1 2023-10-21T12:50:31.183 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-21T12:50:31.184 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:device_t:s0 2023-10-21T12:50:31.184 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2023-10-21 12:50:27.004841995 +0000 2023-10-21T12:50:31.184 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2023-10-21 12:49:27.793970190 +0000 2023-10-21T12:50:31.184 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2023-10-21 12:49:27.793970190 +0000 2023-10-21T12:50:31.184 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: - 2023-10-21T12:50:31.185 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-21T12:50:31.251 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2023-10-21T12:50:31.251 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2023-10-21T12:50:31.252 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000246461 s, 2.1 MB/s 2023-10-21T12:50:31.253 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-21T12:50:31.313 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_3 2023-10-21T12:50:31.372 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-21T12:50:31.372 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-21T12:50:31.373 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 6h/6d Inode: 399206 Links: 1 2023-10-21T12:50:31.373 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-21T12:50:31.373 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:device_t:s0 2023-10-21T12:50:31.373 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2023-10-21 12:50:27.004841995 +0000 2023-10-21T12:50:31.373 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2023-10-21 12:49:28.318959614 +0000 2023-10-21T12:50:31.374 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2023-10-21 12:49:28.318959614 +0000 2023-10-21T12:50:31.374 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: - 2023-10-21T12:50:31.374 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-21T12:50:31.440 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2023-10-21T12:50:31.440 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2023-10-21T12:50:31.440 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000227453 s, 2.3 MB/s 2023-10-21T12:50:31.441 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-21T12:50:31.502 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_4 2023-10-21T12:50:31.561 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-21T12:50:31.561 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-21T12:50:31.561 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 6h/6d Inode: 397823 Links: 1 2023-10-21T12:50:31.561 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-21T12:50:31.562 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:device_t:s0 2023-10-21T12:50:31.562 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2023-10-21 12:50:27.004841995 +0000 2023-10-21T12:50:31.562 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2023-10-21 12:49:28.831949279 +0000 2023-10-21T12:50:31.562 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2023-10-21 12:49:28.831949279 +0000 2023-10-21T12:50:31.562 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: - 2023-10-21T12:50:31.563 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-21T12:50:31.628 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2023-10-21T12:50:31.628 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2023-10-21T12:50:31.629 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000235898 s, 2.2 MB/s 2023-10-21T12:50:31.631 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-21T12:50:31.690 DEBUG:teuthology.orchestra.run.smithi155:> 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-10-21T12:50:31.808 INFO:teuthology.orchestra.run.smithi155.stdout:loop 2023-10-21T12:50:31.809 INFO:tasks.nvme_loop:Connecting nvme_loop smithi155:/dev/vg_nvme/lv_1... 2023-10-21T12:50:31.810 DEBUG:teuthology.orchestra.run.smithi155:> 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-10-21T12:50:31.845 INFO:teuthology.orchestra.run.smithi155.stdout:1 2023-10-21T12:50:31.878 INFO:teuthology.orchestra.run.smithi155.stdout:/dev/vg_nvme/lv_11 2023-10-21T12:50:31.917 INFO:tasks.nvme_loop:Connecting nvme_loop smithi155:/dev/vg_nvme/lv_2... 2023-10-21T12:50:31.918 DEBUG:teuthology.orchestra.run.smithi155:> 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-10-21T12:50:31.992 INFO:teuthology.orchestra.run.smithi155.stdout:1 2023-10-21T12:50:32.025 INFO:teuthology.orchestra.run.smithi155.stdout:/dev/vg_nvme/lv_21 2023-10-21T12:50:32.063 INFO:tasks.nvme_loop:Connecting nvme_loop smithi155:/dev/vg_nvme/lv_3... 2023-10-21T12:50:32.063 DEBUG:teuthology.orchestra.run.smithi155:> 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-10-21T12:50:32.141 INFO:teuthology.orchestra.run.smithi155.stdout:1 2023-10-21T12:50:32.174 INFO:teuthology.orchestra.run.smithi155.stdout:/dev/vg_nvme/lv_31 2023-10-21T12:50:32.212 INFO:tasks.nvme_loop:Connecting nvme_loop smithi155:/dev/vg_nvme/lv_4... 2023-10-21T12:50:32.213 DEBUG:teuthology.orchestra.run.smithi155:> 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-10-21T12:50:32.288 INFO:teuthology.orchestra.run.smithi155.stdout:1 2023-10-21T12:50:32.321 INFO:teuthology.orchestra.run.smithi155.stdout:/dev/vg_nvme/lv_41 2023-10-21T12:50:32.359 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2023-10-21T12:50:32.360 DEBUG:teuthology.orchestra.run.smithi155:> dd if=/scratch_devs of=/dev/stdout 2023-10-21T12:50:32.422 DEBUG:teuthology.orchestra.run.smithi155:> sudo nvme list 2023-10-21T12:50:32.488 INFO:teuthology.orchestra.run.smithi155.stdout:Node SN Model Namespace Usage Format FW Rev 2023-10-21T12:50:32.489 INFO:teuthology.orchestra.run.smithi155.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-10-21T12:50:32.489 INFO:teuthology.orchestra.run.smithi155.stdout:/dev/nvme0n1 CVFT623300GW400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-10-21T12:50:32.489 INFO:teuthology.orchestra.run.smithi155.stdout:/dev/nvme1n1 fb9d0a2612df5de9495d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-10-21T12:50:32.489 INFO:teuthology.orchestra.run.smithi155.stdout:/dev/nvme2n1 9f99e224dc0eb54f2ad5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-10-21T12:50:32.490 INFO:teuthology.orchestra.run.smithi155.stdout:/dev/nvme3n1 474eb3d355d6a9dc5da5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-10-21T12:50:32.490 INFO:teuthology.orchestra.run.smithi155.stdout:/dev/nvme4n1 36bbf3c9422455bd27ce Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-10-21T12:50:32.491 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-21T12:50:32.491 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2023-10-21T12:50:32.491 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/scratch_devs 2023-10-21T12:50:32.558 INFO:teuthology.run_tasks:Running task cephadm... 2023-10-21T12:50:32.643 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': 'f0804064d67a2a63dbabf1801ff452580a050cfc'} 2023-10-21T12:50:32.644 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f0804064d67a2a63dbabf1801ff452580a050cfc 2023-10-21T12:50:32.645 INFO:tasks.cephadm:Cluster fsid is 6bdc54c0-7010-11ee-8db6-212e2dc638e7 2023-10-21T12:50:32.645 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-10-21T12:50:32.646 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-10-21T12:50:32.646 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi062': '172.21.15.62', 'mon.smithi155': '172.21.15.155'} 2023-10-21T12:50:32.646 INFO:tasks.cephadm:Normalizing hostnames... 2023-10-21T12:50:32.647 DEBUG:teuthology.orchestra.run.smithi062:> sudo hostname $(hostname -s) 2023-10-21T12:50:32.681 DEBUG:teuthology.orchestra.run.smithi155:> sudo hostname $(hostname -s) 2023-10-21T12:50:32.709 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-10-21T12:50:32.710 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0804064d67a2a63dbabf1801ff452580a050cfc 2023-10-21T12:50:32.860 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'f0804064d67a2a63dbabf1801ff452580a050cfc', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic/53618/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.0.0-6820-gf0804064', 'node_name': '172.21.5.31+adami01', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic', 'package_manager_version': '18.0.0-6820.gf0804064'}, 'url': 'https://2.chacra.ceph.com/r/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2023-10-20 16:28:59.464025', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'main', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}, {'status': 'ready', 'sha1': 'f0804064d67a2a63dbabf1801ff452580a050cfc', '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/73518/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.0.0-6820-gf0804064', 'node_name': '172.21.2.4+braggi04', '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-6820.gf0804064'}, 'url': 'https://1.chacra.ceph.com/r/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2023-10-20 16:16:31.368616', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'main', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2023-10-21T12:50:33.079 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref main, sha1 f0804064d67a2a63dbabf1801ff452580a050cfc from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=f0804064d67a2a63dbabf1801ff452580a050cfc 2023-10-21T12:50:33.080 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/x86_64/flavors/default/cephadm 2023-10-21T12:50:33.080 DEBUG:teuthology.orchestra.run.smithi062:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-21T12:50:33.716 INFO:teuthology.orchestra.run.smithi062.stdout:-rw-rw-r--. 1 ubuntu ubuntu 793356 Oct 21 12:50 /home/ubuntu/cephtest/cephadm 2023-10-21T12:50:33.717 DEBUG:teuthology.orchestra.run.smithi155:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-21T12:52:45.147 DEBUG:teuthology.orchestra.run:got remote process result: 7 2023-10-21T12:52:45.149 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/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/github.com_ceph_ceph-c_f0804064d67a2a63dbabf1801ff452580a050cfc/qa/tasks/cephadm.py", line 135, in download_cephadm _fetch_cephadm_from_chachra(ctx, config, cluster_name) File "/home/teuthworker/src/github.com_ceph_ceph-c_f0804064d67a2a63dbabf1801ff452580a050cfc/qa/tasks/cephadm.py", line 233, in _fetch_cephadm_from_chachra ctx.cluster.run( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/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_202b180cb047e798fb131047314a862593f45403/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_202b180cb047e798fb131047314a862593f45403/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi155 with status 7: 'curl --silent -L https://2.chacra.ceph.com/binaries/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm' 2023-10-21T12:52:45.150 INFO:tasks.cephadm:Teardown complete 2023-10-21T12:52:45.154 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/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/github.com_ceph_ceph-c_f0804064d67a2a63dbabf1801ff452580a050cfc/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_202b180cb047e798fb131047314a862593f45403/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/github.com_ceph_ceph-c_f0804064d67a2a63dbabf1801ff452580a050cfc/qa/tasks/cephadm.py", line 1635, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/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/github.com_ceph_ceph-c_f0804064d67a2a63dbabf1801ff452580a050cfc/qa/tasks/cephadm.py", line 135, in download_cephadm _fetch_cephadm_from_chachra(ctx, config, cluster_name) File "/home/teuthworker/src/github.com_ceph_ceph-c_f0804064d67a2a63dbabf1801ff452580a050cfc/qa/tasks/cephadm.py", line 233, in _fetch_cephadm_from_chachra ctx.cluster.run( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/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_202b180cb047e798fb131047314a862593f45403/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_202b180cb047e798fb131047314a862593f45403/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi155 with status 7: 'curl --silent -L https://2.chacra.ceph.com/binaries/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm' 2023-10-21T12:52:45.234 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=fc3a6ac949164d5aa9adba4de7012f31 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/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/github.com_ceph_ceph-c_f0804064d67a2a63dbabf1801ff452580a050cfc/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_202b180cb047e798fb131047314a862593f45403/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/github.com_ceph_ceph-c_f0804064d67a2a63dbabf1801ff452580a050cfc/qa/tasks/cephadm.py", line 1635, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/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/github.com_ceph_ceph-c_f0804064d67a2a63dbabf1801ff452580a050cfc/qa/tasks/cephadm.py", line 135, in download_cephadm _fetch_cephadm_from_chachra(ctx, config, cluster_name) File "/home/teuthworker/src/github.com_ceph_ceph-c_f0804064d67a2a63dbabf1801ff452580a050cfc/qa/tasks/cephadm.py", line 233, in _fetch_cephadm_from_chachra ctx.cluster.run( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/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_202b180cb047e798fb131047314a862593f45403/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_202b180cb047e798fb131047314a862593f45403/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi155 with status 7: 'curl --silent -L https://2.chacra.ceph.com/binaries/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm' 2023-10-21T12:52:45.239 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-10-21T12:52:45.248 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-10-21T12:52:45.281 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi062:/dev/vg_nvme/lv_1... 2023-10-21T12:52:45.282 DEBUG:teuthology.orchestra.run.smithi062:> sudo nvme disconnect -n lv_1 2023-10-21T12:52:45.426 INFO:teuthology.orchestra.run.smithi062.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-10-21T12:52:45.427 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T12:52:45.427 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi062:/dev/vg_nvme/lv_2... 2023-10-21T12:52:45.428 DEBUG:teuthology.orchestra.run.smithi062:> sudo nvme disconnect -n lv_2 2023-10-21T12:52:45.544 INFO:teuthology.orchestra.run.smithi062.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-10-21T12:52:45.545 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T12:52:45.546 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi062:/dev/vg_nvme/lv_3... 2023-10-21T12:52:45.547 DEBUG:teuthology.orchestra.run.smithi062:> sudo nvme disconnect -n lv_3 2023-10-21T12:52:45.681 INFO:teuthology.orchestra.run.smithi062.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-10-21T12:52:45.682 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T12:52:45.683 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi062:/dev/vg_nvme/lv_4... 2023-10-21T12:52:45.684 DEBUG:teuthology.orchestra.run.smithi062:> sudo nvme disconnect -n lv_4 2023-10-21T12:52:45.808 INFO:teuthology.orchestra.run.smithi062.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-10-21T12:52:45.809 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T12:52:45.809 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-10-21T12:52:45.810 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/scratch_devs 2023-10-21T12:52:45.841 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi155:/dev/vg_nvme/lv_1... 2023-10-21T12:52:45.872 DEBUG:teuthology.orchestra.run.smithi155:> sudo nvme disconnect -n lv_1 2023-10-21T12:52:45.993 INFO:teuthology.orchestra.run.smithi155.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-10-21T12:52:45.994 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T12:52:45.995 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi155:/dev/vg_nvme/lv_2... 2023-10-21T12:52:45.996 DEBUG:teuthology.orchestra.run.smithi155:> sudo nvme disconnect -n lv_2 2023-10-21T12:52:46.118 INFO:teuthology.orchestra.run.smithi155.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-10-21T12:52:46.119 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T12:52:46.120 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi155:/dev/vg_nvme/lv_3... 2023-10-21T12:52:46.120 DEBUG:teuthology.orchestra.run.smithi155:> sudo nvme disconnect -n lv_3 2023-10-21T12:52:46.258 INFO:teuthology.orchestra.run.smithi155.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-10-21T12:52:46.259 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T12:52:46.260 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi155:/dev/vg_nvme/lv_4... 2023-10-21T12:52:46.260 DEBUG:teuthology.orchestra.run.smithi155:> sudo nvme disconnect -n lv_4 2023-10-21T12:52:46.390 INFO:teuthology.orchestra.run.smithi155.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-10-21T12:52:46.391 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T12:52:46.392 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2023-10-21T12:52:46.393 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/scratch_devs 2023-10-21T12:52:46.424 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-10-21T12:52:46.443 INFO:teuthology.task.clock:Checking final clock skew... 2023-10-21T12:52:46.443 DEBUG:teuthology.orchestra.run.smithi062:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-21T12:52:46.446 DEBUG:teuthology.orchestra.run.smithi155:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-21T12:52:46.465 INFO:teuthology.orchestra.run.smithi062.stderr:bash: ntpq: command not found 2023-10-21T12:52:46.470 INFO:teuthology.orchestra.run.smithi062.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-21T12:52:46.471 INFO:teuthology.orchestra.run.smithi062.stdout:=============================================================================== 2023-10-21T12:52:46.471 INFO:teuthology.orchestra.run.smithi062.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 18 +1048us[+1048us] +/- 99ms 2023-10-21T12:52:46.471 INFO:teuthology.orchestra.run.smithi062.stdout:^* hv02.front.sepia.ceph.com 3 6 77 19 -1228us[-1209us] +/- 56ms 2023-10-21T12:52:46.471 INFO:teuthology.orchestra.run.smithi062.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 17 +854us[ +854us] +/- 72ms 2023-10-21T12:52:46.472 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T12:52:46.483 INFO:teuthology.orchestra.run.smithi155.stderr:bash: ntpq: command not found 2023-10-21T12:52:46.487 INFO:teuthology.orchestra.run.smithi155.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-21T12:52:46.488 INFO:teuthology.orchestra.run.smithi155.stdout:=============================================================================== 2023-10-21T12:52:46.488 INFO:teuthology.orchestra.run.smithi155.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 18 +1033us[+1031us] +/- 99ms 2023-10-21T12:52:46.488 INFO:teuthology.orchestra.run.smithi155.stdout:^* hv02.front.sepia.ceph.com 3 6 77 18 -1229us[-1232us] +/- 56ms 2023-10-21T12:52:46.489 INFO:teuthology.orchestra.run.smithi155.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 18 +843us[ +841us] +/- 72ms 2023-10-21T12:52:46.489 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T12:52:46.490 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-10-21T12:52:46.502 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-10-21T12:52:46.503 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-10-21T12:52:46.518 DEBUG:teuthology.orchestra.run.smithi062:> 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-10-21T12:52:46.615 DEBUG:teuthology.orchestra.run.smithi155:> 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-10-21T12:52:46.712 DEBUG:teuthology.orchestra.run.smithi062:> 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-10-21T12:52:46.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T12:52:46.747 DEBUG:teuthology.orchestra.run.smithi155:> 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-10-21T12:52:46.780 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T12:52:46.781 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-10-21T12:52:46.791 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-10-21T12:52:46.807 INFO:teuthology.task.internal:Duration was 606.387881 seconds 2023-10-21T12:52:46.808 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-10-21T12:52:46.822 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-10-21T12:52:46.823 DEBUG:teuthology.orchestra.run.smithi062:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-21T12:52:46.825 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-21T12:52:46.873 INFO:teuthology.orchestra.run.smithi155.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-21T12:52:46.874 INFO:teuthology.orchestra.run.smithi062.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-21T12:52:47.192 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-10-21T12:52:47.193 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi062.front.sepia.ceph.com 2023-10-21T12:52:47.194 DEBUG:teuthology.orchestra.run.smithi062:> 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-10-21T12:52:47.218 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi155.front.sepia.ceph.com 2023-10-21T12:52:47.219 DEBUG:teuthology.orchestra.run.smithi155:> 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-10-21T12:52:47.241 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-10-21T12:52:47.242 DEBUG:teuthology.orchestra.run.smithi062:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-21T12:52:47.261 DEBUG:teuthology.orchestra.run.smithi155:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-21T12:52:47.319 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-10-21T12:52:47.320 DEBUG:teuthology.orchestra.run.smithi062:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-21T12:52:47.341 DEBUG:teuthology.orchestra.run.smithi155:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-21T12:52:47.423 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-10-21T12:52:47.434 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-10-21T12:52:47.434 DEBUG:teuthology.orchestra.run.smithi062:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-21T12:52:47.463 DEBUG:teuthology.orchestra.run.smithi155:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-21T12:52:47.491 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-10-21T12:52:47.504 DEBUG:teuthology.orchestra.run.smithi062:> 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-10-21T12:52:47.507 DEBUG:teuthology.orchestra.run.smithi155:> 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-10-21T12:52:47.532 INFO:teuthology.orchestra.run.smithi062.stdout:kernel.core_pattern = core 2023-10-21T12:52:47.557 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern = core 2023-10-21T12:52:47.647 DEBUG:teuthology.orchestra.run.smithi062:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-21T12:52:47.664 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T12:52:47.665 DEBUG:teuthology.orchestra.run.smithi155:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-21T12:52:47.704 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T12:52:47.705 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-10-21T12:52:47.715 INFO:teuthology.task.internal:Transferring archived files... 2023-10-21T12:52:47.717 DEBUG:teuthology.misc:Transferring archived files from smithi062:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434159/remote/smithi062 2023-10-21T12:52:47.720 DEBUG:teuthology.orchestra.run.smithi062:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-21T12:52:47.764 DEBUG:teuthology.misc:Transferring archived files from smithi155:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434159/remote/smithi155 2023-10-21T12:52:47.765 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-21T12:52:47.815 INFO:teuthology.task.internal:Removing archive directory... 2023-10-21T12:52:47.816 DEBUG:teuthology.orchestra.run.smithi062:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-21T12:52:47.818 DEBUG:teuthology.orchestra.run.smithi155:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-21T12:52:47.867 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-10-21T12:52:47.884 INFO:teuthology.task.internal:Not uploading archives. 2023-10-21T12:52:47.884 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-10-21T12:52:47.899 INFO:teuthology.task.internal:Tidying up after the test... 2023-10-21T12:52:47.900 DEBUG:teuthology.orchestra.run.smithi062:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-21T12:52:47.903 DEBUG:teuthology.orchestra.run.smithi155:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-21T12:52:47.919 INFO:teuthology.orchestra.run.smithi062.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 21 12:52 /home/ubuntu/cephtest 2023-10-21T12:52:47.919 INFO:teuthology.orchestra.run.smithi062.stdout: 395748 776 -rw-rw-r-- 1 ubuntu ubuntu 793356 Oct 21 12:50 /home/ubuntu/cephtest/cephadm 2023-10-21T12:52:47.920 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T12:52:47.921 INFO:teuthology.orchestra.run.smithi062.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2023-10-21T12:52:47.921 ERROR:teuthology.run_tasks:Manager failed: internal.base Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/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_202b180cb047e798fb131047314a862593f45403/teuthology/task/internal/__init__.py", line 53, in base run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi062 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-10-21T12:52:47.925 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-10-21T12:52:47.969 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-10-21T12:52:47.982 DEBUG:teuthology.run_tasks:Exception was not quenched, exiting: CommandFailedError: Command failed on smithi062 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-10-21T12:52:47.983 INFO:teuthology.nuke:Checking targets against current locks 2023-10-21T12:52:47.989 INFO:teuthology.orchestra.run.smithi155.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 21 12:52 /home/ubuntu/cephtest 2023-10-21T12:52:47.989 INFO:teuthology.orchestra.run.smithi155.stdout: 393277 0 -rw-rw-r-- 1 ubuntu ubuntu 0 Oct 21 12:50 /home/ubuntu/cephtest/cephadm 2023-10-21T12:52:47.990 INFO:teuthology.orchestra.run.smithi155.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2023-10-21T12:52:48.015 DEBUG:teuthology.nuke:shortname: smithi062 2023-10-21T12:52:48.016 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-21T12:52:48.041 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi062.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434159', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-21 12:33:34.228156', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOt93NXUfir5X1lxDUfKdNYNuzWjLomMnPHTs7xePx/DYcHqfzl9ICN9TjKtislw0JAK/M1l6iiUMF/15BdGU4o='} 2023-10-21T12:52:48.045 DEBUG:teuthology.nuke:shortname: smithi155 2023-10-21T12:52:48.045 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-21T12:52:48.082 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi155.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434159', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-21 12:33:34.230110', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBADY2DEOPY/FVCYv+jvHuELz1+eMvgDz9QaK3iykxqQrRE8to3GEwl/Pz/+abkbFmuXk3najtk43byPhIqMMaWU='} 2023-10-21T12:52:48.094 INFO:teuthology.orchestra.console.smithi062:Power off 2023-10-21T12:52:48.095 DEBUG:teuthology.orchestra.console.smithi062:pexpect command: ipmitool -H smithi062.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-21T12:52:48.118 DEBUG:teuthology.orchestra.console.smithi062:power off output: Chassis Power Control: Down/Off 2023-10-21T12:52:48.119 DEBUG:teuthology.orchestra.console.smithi062:pexpect command: ipmitool -H smithi062.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-21T12:52:48.135 INFO:teuthology.orchestra.console.smithi155:Power off 2023-10-21T12:52:48.136 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-21T12:52:48.144 DEBUG:teuthology.orchestra.console.smithi062:check power output: Chassis Power is on 2023-10-21T12:52:48.162 DEBUG:teuthology.orchestra.console.smithi155:power off output: Chassis Power Control: Down/Off 2023-10-21T12:52:48.163 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-21T12:52:48.188 DEBUG:teuthology.orchestra.console.smithi155:check power output: Chassis Power is on 2023-10-21T12:52:52.146 DEBUG:teuthology.orchestra.console.smithi062:pexpect command: ipmitool -H smithi062.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-21T12:52:52.190 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-21T12:52:52.257 DEBUG:teuthology.orchestra.console.smithi062:check power output: Chassis Power is on 2023-10-21T12:52:52.300 DEBUG:teuthology.orchestra.console.smithi155:check power output: Chassis Power is on 2023-10-21T12:52:56.262 DEBUG:teuthology.orchestra.console.smithi062:pexpect command: ipmitool -H smithi062.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-21T12:52:56.301 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-21T12:52:56.373 DEBUG:teuthology.orchestra.console.smithi062:check power output: Chassis Power is off 2023-10-21T12:52:56.414 DEBUG:teuthology.orchestra.console.smithi155:check power output: Chassis Power is off 2023-10-21T12:52:56.475 INFO:teuthology.orchestra.console.smithi062:Power off completed 2023-10-21T12:52:56.515 INFO:teuthology.orchestra.console.smithi155:Power off completed 2023-10-21T12:52:56.620 INFO:teuthology.run:Summary data: description: orch/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools_crun 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} duration: 606.3878812789917 failure_reason: 'Command failed on smithi155 with status 7: ''curl --silent -L https://2.chacra.ceph.com/binaries/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=fc3a6ac949164d5aa9adba4de7012f31 status: fail success: false 2023-10-21T12:52:56.621 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-21T12:52:56.696 INFO:teuthology.run:FAIL