2023-10-21T11:43:06.328 INFO:root:teuthology version: 0.0.1.dev201+g202b180 2023-10-21T11:43:06.329 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434063 --description orch/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} --owner scheduled_yuriw@teuthology --name yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi --verbose -- /home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434063/orig.config.yaml 2023-10-21T11:43:06.367 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-21T11:43:06.447 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434063 branch: main description: orch/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7434063' 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: smithi003.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB1EPVijUwE6td+XGBOu3IdfKpr54I6SPjkkIJHEXkS0W1T82sp9glHv4Cu1bKuHduaW47Rtf3dPSRMOgQPu83g= smithi139.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEBkhAQglf+eex5NXU2E0Lsew19wJ8KLWQWXLmm5H+fOFPy6gvQT2sinLmp9u7N1IBhQ5LPcMTnX4sVaynqZS2Q= 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 - 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-21T11:43:06.447 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-21T11:43:06.448 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_f0804064d67a2a63dbabf1801ff452580a050cfc/qa/tasks 2023-10-21T11:43:06.449 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-10-21T11:43:06.450 INFO:teuthology.task.internal:Checking packages... 2023-10-21T11:43:06.478 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'f0804064d67a2a63dbabf1801ff452580a050cfc' 2023-10-21T11:43:06.478 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-10-21T11:43:06.479 INFO:teuthology.packaging:ref: None 2023-10-21T11:43:06.479 INFO:teuthology.packaging:tag: None 2023-10-21T11:43:06.479 INFO:teuthology.packaging:branch: main 2023-10-21T11:43:06.480 INFO:teuthology.packaging:sha1: f0804064d67a2a63dbabf1801ff452580a050cfc 2023-10-21T11:43:06.480 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-21T11:43:38.475 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-6820.gf0804064 2023-10-21T11:43:38.475 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-10-21T11:43:38.482 INFO:teuthology.task.internal:no buildpackages task found 2023-10-21T11:43:38.482 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-10-21T11:43:38.489 INFO:teuthology.task.internal:Saving configuration 2023-10-21T11:43:38.502 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-10-21T11:43:38.508 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-21T11:43:38.535 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi003.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434063', '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 11:38:15.890254', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB1EPVijUwE6td+XGBOu3IdfKpr54I6SPjkkIJHEXkS0W1T82sp9glHv4Cu1bKuHduaW47Rtf3dPSRMOgQPu83g='} 2023-10-21T11:43:38.558 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi139.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434063', '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 11:38:15.888401', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEBkhAQglf+eex5NXU2E0Lsew19wJ8KLWQWXLmm5H+fOFPy6gvQT2sinLmp9u7N1IBhQ5LPcMTnX4sVaynqZS2Q='} 2023-10-21T11:43:38.558 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-10-21T11:43:38.564 INFO:teuthology.task.internal:roles: ubuntu@smithi003.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-10-21T11:43:38.564 INFO:teuthology.task.internal:roles: ubuntu@smithi139.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-10-21T11:43:38.565 INFO:teuthology.run_tasks:Running task console_log... 2023-10-21T11:43:38.644 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ff8892eeaf0>, signals=[15]) 2023-10-21T11:43:38.645 INFO:teuthology.run_tasks:Running task internal.connect... 2023-10-21T11:43:38.651 INFO:teuthology.task.internal:Opening connections... 2023-10-21T11:43:38.652 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi003.front.sepia.ceph.com 2023-10-21T11:43:38.654 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-21T11:43:38.726 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi139.front.sepia.ceph.com 2023-10-21T11:43:38.727 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-21T11:43:38.797 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-10-21T11:43:38.804 DEBUG:teuthology.orchestra.run.smithi003:> uname -m 2023-10-21T11:43:38.829 INFO:teuthology.orchestra.run.smithi003.stdout:x86_64 2023-10-21T11:43:38.829 DEBUG:teuthology.orchestra.run.smithi003:> cat /etc/os-release 2023-10-21T11:43:38.891 INFO:teuthology.orchestra.run.smithi003.stdout:NAME="CentOS Stream" 2023-10-21T11:43:38.891 INFO:teuthology.orchestra.run.smithi003.stdout:VERSION="8" 2023-10-21T11:43:38.892 INFO:teuthology.orchestra.run.smithi003.stdout:ID="centos" 2023-10-21T11:43:38.892 INFO:teuthology.orchestra.run.smithi003.stdout:ID_LIKE="rhel fedora" 2023-10-21T11:43:38.892 INFO:teuthology.orchestra.run.smithi003.stdout:VERSION_ID="8" 2023-10-21T11:43:38.892 INFO:teuthology.orchestra.run.smithi003.stdout:PLATFORM_ID="platform:el8" 2023-10-21T11:43:38.892 INFO:teuthology.orchestra.run.smithi003.stdout:PRETTY_NAME="CentOS Stream 8" 2023-10-21T11:43:38.893 INFO:teuthology.orchestra.run.smithi003.stdout:ANSI_COLOR="0;31" 2023-10-21T11:43:38.893 INFO:teuthology.orchestra.run.smithi003.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-10-21T11:43:38.893 INFO:teuthology.orchestra.run.smithi003.stdout:HOME_URL="https://centos.org/" 2023-10-21T11:43:38.893 INFO:teuthology.orchestra.run.smithi003.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-21T11:43:38.894 INFO:teuthology.orchestra.run.smithi003.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-21T11:43:38.894 INFO:teuthology.orchestra.run.smithi003.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-10-21T11:43:38.898 INFO:teuthology.lock.ops:Updating smithi003.front.sepia.ceph.com on lock server 2023-10-21T11:43:38.925 DEBUG:teuthology.orchestra.run.smithi139:> uname -m 2023-10-21T11:43:38.946 INFO:teuthology.orchestra.run.smithi139.stdout:x86_64 2023-10-21T11:43:38.947 DEBUG:teuthology.orchestra.run.smithi139:> cat /etc/os-release 2023-10-21T11:43:39.006 INFO:teuthology.orchestra.run.smithi139.stdout:NAME="CentOS Stream" 2023-10-21T11:43:39.006 INFO:teuthology.orchestra.run.smithi139.stdout:VERSION="8" 2023-10-21T11:43:39.006 INFO:teuthology.orchestra.run.smithi139.stdout:ID="centos" 2023-10-21T11:43:39.007 INFO:teuthology.orchestra.run.smithi139.stdout:ID_LIKE="rhel fedora" 2023-10-21T11:43:39.007 INFO:teuthology.orchestra.run.smithi139.stdout:VERSION_ID="8" 2023-10-21T11:43:39.007 INFO:teuthology.orchestra.run.smithi139.stdout:PLATFORM_ID="platform:el8" 2023-10-21T11:43:39.007 INFO:teuthology.orchestra.run.smithi139.stdout:PRETTY_NAME="CentOS Stream 8" 2023-10-21T11:43:39.007 INFO:teuthology.orchestra.run.smithi139.stdout:ANSI_COLOR="0;31" 2023-10-21T11:43:39.008 INFO:teuthology.orchestra.run.smithi139.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-10-21T11:43:39.008 INFO:teuthology.orchestra.run.smithi139.stdout:HOME_URL="https://centos.org/" 2023-10-21T11:43:39.008 INFO:teuthology.orchestra.run.smithi139.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-21T11:43:39.008 INFO:teuthology.orchestra.run.smithi139.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-21T11:43:39.009 INFO:teuthology.orchestra.run.smithi139.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-10-21T11:43:39.009 INFO:teuthology.lock.ops:Updating smithi139.front.sepia.ceph.com on lock server 2023-10-21T11:43:39.034 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-10-21T11:43:39.043 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-10-21T11:43:39.050 INFO:teuthology.task.internal:Checking for old test directory... 2023-10-21T11:43:39.051 DEBUG:teuthology.orchestra.run.smithi003:> test '!' -e /home/ubuntu/cephtest 2023-10-21T11:43:39.055 DEBUG:teuthology.orchestra.run.smithi139:> test '!' -e /home/ubuntu/cephtest 2023-10-21T11:43:39.074 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-10-21T11:43:39.080 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-10-21T11:43:39.081 DEBUG:teuthology.orchestra.run.smithi003:> test -z $(ls -A /var/lib/ceph) 2023-10-21T11:43:39.117 DEBUG:teuthology.orchestra.run.smithi139:> test -z $(ls -A /var/lib/ceph) 2023-10-21T11:43:39.141 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-10-21T11:43:39.194 INFO:teuthology.run_tasks:Running task kernel... 2023-10-21T11:43:39.209 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-10-21T11:43:39.210 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-10-21T11:43:39.211 DEBUG:teuthology.orchestra.run.smithi003:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-21T11:43:39.211 DEBUG:teuthology.orchestra.run.smithi139:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-21T11:43:39.229 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T11:43:39.229 DEBUG:teuthology.orchestra.run.smithi139:> uname -r 2023-10-21T11:43:39.233 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T11:43:39.233 DEBUG:teuthology.orchestra.run.smithi003:> uname -r 2023-10-21T11:43:39.287 INFO:teuthology.orchestra.run.smithi139.stdout:4.18.0-489.el8.x86_64 2023-10-21T11:43:39.288 INFO:teuthology.task.kernel:Running kernel on smithi139: 4.18.0-489.el8.x86_64 2023-10-21T11:43:39.288 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum install -y kernel 2023-10-21T11:43:39.296 INFO:teuthology.orchestra.run.smithi003.stdout:4.18.0-489.el8.x86_64 2023-10-21T11:43:39.296 INFO:teuthology.task.kernel:Running kernel on smithi003: 4.18.0-489.el8.x86_64 2023-10-21T11:43:39.296 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum install -y kernel 2023-10-21T11:43:43.089 INFO:teuthology.orchestra.run.smithi139.stdout:CentOS Stream 8 - AppStream 25 MB/s | 33 MB 00:01 2023-10-21T11:43:43.328 INFO:teuthology.orchestra.run.smithi003.stdout:CentOS Stream 8 - AppStream 22 MB/s | 33 MB 00:01 2023-10-21T11:43:50.786 INFO:teuthology.orchestra.run.smithi139.stdout:CentOS Stream 8 - BaseOS 31 MB/s | 50 MB 00:01 2023-10-21T11:43:51.545 INFO:teuthology.orchestra.run.smithi003.stdout:CentOS Stream 8 - BaseOS 29 MB/s | 50 MB 00:01 2023-10-21T11:43:58.328 INFO:teuthology.orchestra.run.smithi139.stdout:CentOS Stream 8 - Extras 42 kB/s | 18 kB 00:00 2023-10-21T11:43:59.228 INFO:teuthology.orchestra.run.smithi139.stdout:CentOS Stream 8 - Extras common packages 9.6 kB/s | 6.9 kB 00:00 2023-10-21T11:43:59.530 INFO:teuthology.orchestra.run.smithi139.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-10-21T11:43:59.744 INFO:teuthology.orchestra.run.smithi003.stdout:CentOS Stream 8 - Extras 34 kB/s | 18 kB 00:00 2023-10-21T11:44:00.545 INFO:teuthology.orchestra.run.smithi003.stdout:CentOS Stream 8 - Extras common packages 11 kB/s | 6.9 kB 00:00 2023-10-21T11:44:00.841 INFO:teuthology.orchestra.run.smithi139.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-10-21T11:44:00.871 INFO:teuthology.orchestra.run.smithi003.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2023-10-21T11:44:04.108 INFO:teuthology.orchestra.run.smithi003.stdout:Extra Packages for Enterprise Linux 5.2 MB/s | 16 MB 00:03 2023-10-21T11:44:04.663 INFO:teuthology.orchestra.run.smithi139.stdout:lab-extras 674 kB/s | 24 kB 00:00 2023-10-21T11:44:08.121 INFO:teuthology.orchestra.run.smithi139.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-10-21T11:44:08.121 INFO:teuthology.orchestra.run.smithi139.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-10-21T11:44:08.189 INFO:teuthology.orchestra.run.smithi003.stdout:lab-extras 413 kB/s | 24 kB 00:00 2023-10-21T11:44:08.367 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-10-21T11:44:08.368 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T11:44:08.368 INFO:teuthology.orchestra.run.smithi139.stdout: Package Architecture Version Repository Size 2023-10-21T11:44:08.368 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T11:44:08.369 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2023-10-21T11:44:08.369 INFO:teuthology.orchestra.run.smithi139.stdout: kernel x86_64 4.18.0-517.el8 baseos 10 M 2023-10-21T11:44:08.369 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2023-10-21T11:44:08.369 INFO:teuthology.orchestra.run.smithi139.stdout: kernel-core x86_64 4.18.0-517.el8 baseos 43 M 2023-10-21T11:44:08.369 INFO:teuthology.orchestra.run.smithi139.stdout: kernel-modules x86_64 4.18.0-517.el8 baseos 36 M 2023-10-21T11:44:08.370 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T11:44:08.370 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2023-10-21T11:44:08.370 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T11:44:08.370 INFO:teuthology.orchestra.run.smithi139.stdout:Install 3 Packages 2023-10-21T11:44:08.370 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T11:44:08.371 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 89 M 2023-10-21T11:44:08.371 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 96 M 2023-10-21T11:44:08.371 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2023-10-21T11:44:11.623 INFO:teuthology.orchestra.run.smithi139.stdout:(1/3): kernel-4.18.0-517.el8.x86_64.rpm 14 MB/s | 10 MB 00:00 2023-10-21T11:44:11.996 INFO:teuthology.orchestra.run.smithi003.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-10-21T11:44:11.997 INFO:teuthology.orchestra.run.smithi003.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-10-21T11:44:12.269 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-10-21T11:44:12.270 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T11:44:12.270 INFO:teuthology.orchestra.run.smithi003.stdout: Package Architecture Version Repository Size 2023-10-21T11:44:12.270 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T11:44:12.271 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2023-10-21T11:44:12.271 INFO:teuthology.orchestra.run.smithi003.stdout: kernel x86_64 4.18.0-517.el8 baseos 10 M 2023-10-21T11:44:12.271 INFO:teuthology.orchestra.run.smithi003.stdout:Installing dependencies: 2023-10-21T11:44:12.271 INFO:teuthology.orchestra.run.smithi003.stdout: kernel-core x86_64 4.18.0-517.el8 baseos 43 M 2023-10-21T11:44:12.272 INFO:teuthology.orchestra.run.smithi003.stdout: kernel-modules x86_64 4.18.0-517.el8 baseos 36 M 2023-10-21T11:44:12.272 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T11:44:12.272 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2023-10-21T11:44:12.272 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T11:44:12.272 INFO:teuthology.orchestra.run.smithi003.stdout:Install 3 Packages 2023-10-21T11:44:12.272 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T11:44:12.273 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 89 M 2023-10-21T11:44:12.273 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 96 M 2023-10-21T11:44:12.274 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2023-10-21T11:44:12.564 INFO:teuthology.orchestra.run.smithi139.stdout:(2/3): kernel-core-4.18.0-517.el8.x86_64.rpm 26 MB/s | 43 MB 00:01 2023-10-21T11:44:13.318 INFO:teuthology.orchestra.run.smithi139.stdout:(3/3): kernel-modules-4.18.0-517.el8.x86_64.rpm 15 MB/s | 36 MB 00:02 2023-10-21T11:44:13.318 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2023-10-21T11:44:13.318 INFO:teuthology.orchestra.run.smithi139.stdout:Total 18 MB/s | 89 MB 00:04 2023-10-21T11:44:13.590 INFO:teuthology.orchestra.run.smithi003.stdout:(1/3): kernel-4.18.0-517.el8.x86_64.rpm 7.9 MB/s | 10 MB 00:01 2023-10-21T11:44:13.989 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2023-10-21T11:44:14.417 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2023-10-21T11:44:14.417 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2023-10-21T11:44:14.698 INFO:teuthology.orchestra.run.smithi003.stdout:(2/3): kernel-modules-4.18.0-517.el8.x86_64.rpm 15 MB/s | 36 MB 00:02 2023-10-21T11:44:15.332 INFO:teuthology.orchestra.run.smithi003.stdout:(3/3): kernel-core-4.18.0-517.el8.x86_64.rpm 14 MB/s | 43 MB 00:03 2023-10-21T11:44:15.332 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2023-10-21T11:44:15.333 INFO:teuthology.orchestra.run.smithi003.stdout:Total 29 MB/s | 89 MB 00:03 2023-10-21T11:44:15.633 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2023-10-21T11:44:15.657 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2023-10-21T11:44:16.038 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2023-10-21T11:44:16.476 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2023-10-21T11:44:16.476 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2023-10-21T11:44:17.770 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2023-10-21T11:44:17.792 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2023-10-21T11:44:18.430 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2023-10-21T11:44:18.967 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : kernel-core-4.18.0-517.el8.x86_64 1/3 2023-10-21T11:44:20.685 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2023-10-21T11:44:21.230 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : kernel-core-4.18.0-517.el8.x86_64 1/3 2023-10-21T11:44:22.592 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: kernel-core-4.18.0-517.el8.x86_64 1/3 2023-10-21T11:44:22.982 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : kernel-modules-4.18.0-517.el8.x86_64 2/3 2023-10-21T11:44:24.978 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: kernel-core-4.18.0-517.el8.x86_64 1/3 2023-10-21T11:44:25.463 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : kernel-modules-4.18.0-517.el8.x86_64 2/3 2023-10-21T11:44:26.370 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: kernel-modules-4.18.0-517.el8.x86_64 2/3 2023-10-21T11:44:26.689 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : kernel-4.18.0-517.el8.x86_64 3/3 2023-10-21T11:44:29.137 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: kernel-modules-4.18.0-517.el8.x86_64 2/3 2023-10-21T11:44:29.422 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : kernel-4.18.0-517.el8.x86_64 3/3 2023-10-21T11:44:48.520 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: kernel-core-4.18.0-517.el8.x86_64 3/3 2023-10-21T11:44:48.542 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: kernel-modules-4.18.0-517.el8.x86_64 3/3 2023-10-21T11:44:48.887 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: kernel-4.18.0-517.el8.x86_64 3/3 2023-10-21T11:44:48.887 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : kernel-4.18.0-517.el8.x86_64 1/3 2023-10-21T11:44:48.887 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : kernel-core-4.18.0-517.el8.x86_64 2/3 2023-10-21T11:44:49.627 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : kernel-modules-4.18.0-517.el8.x86_64 3/3 2023-10-21T11:44:49.627 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T11:44:49.628 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2023-10-21T11:44:49.628 INFO:teuthology.orchestra.run.smithi139.stdout: kernel-4.18.0-517.el8.x86_64 kernel-core-4.18.0-517.el8.x86_64 2023-10-21T11:44:49.628 INFO:teuthology.orchestra.run.smithi139.stdout: kernel-modules-4.18.0-517.el8.x86_64 2023-10-21T11:44:49.628 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T11:44:49.628 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-10-21T11:44:49.768 DEBUG:teuthology.orchestra.run.smithi139:> rpm -q kernel | sort -rV | head -n 1 2023-10-21T11:44:50.024 INFO:teuthology.orchestra.run.smithi139.stdout:kernel-4.18.0-517.el8.x86_64 2023-10-21T11:44:50.025 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-517.el8.x86_64 2023-10-21T11:44:50.025 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-21T11:44:50.025 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-21T11:44:50.025 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-21T11:44:50.026 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-10-21T11:44:50.026 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi139.front.sepia.ceph.com, path=None, version=distro) 2023-10-21T11:44:50.026 DEBUG:teuthology.orchestra.run.smithi139:> rpm -q kernel | sort -rV | head -n 1 2023-10-21T11:44:50.235 INFO:teuthology.orchestra.run.smithi139.stdout:kernel-4.18.0-517.el8.x86_64 2023-10-21T11:44:50.236 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-517.el8.x86_64 2023-10-21T11:44:50.236 DEBUG:teuthology.orchestra.run.smithi139:> sudo rpm -qi grub2-tools 2023-10-21T11:44:50.270 INFO:teuthology.orchestra.run.smithi139.stdout:Name : grub2-tools 2023-10-21T11:44:50.270 INFO:teuthology.orchestra.run.smithi139.stdout:Epoch : 1 2023-10-21T11:44:50.270 INFO:teuthology.orchestra.run.smithi139.stdout:Version : 2.02 2023-10-21T11:44:50.271 INFO:teuthology.orchestra.run.smithi139.stdout:Release : 129.el8 2023-10-21T11:44:50.271 INFO:teuthology.orchestra.run.smithi139.stdout:Architecture: x86_64 2023-10-21T11:44:50.271 INFO:teuthology.orchestra.run.smithi139.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-10-21T11:44:50.271 INFO:teuthology.orchestra.run.smithi139.stdout:Group : System Environment/Base 2023-10-21T11:44:50.272 INFO:teuthology.orchestra.run.smithi139.stdout:Size : 9265586 2023-10-21T11:44:50.272 INFO:teuthology.orchestra.run.smithi139.stdout:License : GPLv3+ 2023-10-21T11:44:50.272 INFO:teuthology.orchestra.run.smithi139.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-10-21T11:44:50.272 INFO:teuthology.orchestra.run.smithi139.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-10-21T11:44:50.272 INFO:teuthology.orchestra.run.smithi139.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-10-21T11:44:50.272 INFO:teuthology.orchestra.run.smithi139.stdout:Build Host : kbuilder.bsys.centos.org 2023-10-21T11:44:50.273 INFO:teuthology.orchestra.run.smithi139.stdout:Relocations : (not relocatable) 2023-10-21T11:44:50.273 INFO:teuthology.orchestra.run.smithi139.stdout:Packager : CentOS BuildSystem 2023-10-21T11:44:50.273 INFO:teuthology.orchestra.run.smithi139.stdout:Vendor : CentOS 2023-10-21T11:44:50.273 INFO:teuthology.orchestra.run.smithi139.stdout:URL : http://www.gnu.org/software/grub/ 2023-10-21T11:44:50.273 INFO:teuthology.orchestra.run.smithi139.stdout:Summary : Support tools for GRUB. 2023-10-21T11:44:50.274 INFO:teuthology.orchestra.run.smithi139.stdout:Description : 2023-10-21T11:44:50.274 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T11:44:50.274 INFO:teuthology.orchestra.run.smithi139.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-10-21T11:44:50.274 INFO:teuthology.orchestra.run.smithi139.stdout:customizable bootloader with modular architecture. It supports a rich 2023-10-21T11:44:50.274 INFO:teuthology.orchestra.run.smithi139.stdout:variety of kernel formats, file systems, computer architectures and 2023-10-21T11:44:50.275 INFO:teuthology.orchestra.run.smithi139.stdout:hardware devices. 2023-10-21T11:44:50.275 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T11:44:50.275 INFO:teuthology.orchestra.run.smithi139.stdout:This subpackage provides tools for support of all platforms. 2023-10-21T11:44:50.276 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-10-21T11:44:50.276 INFO:teuthology.task.kernel:Updating grub on smithi139 to boot 4.18.0-517.el8.x86_64 2023-10-21T11:44:50.277 DEBUG:teuthology.orchestra.run.smithi139:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-10-21T11:44:51.857 INFO:teuthology.orchestra.run.smithi139.stderr:Generating grub configuration file ... 2023-10-21T11:44:52.601 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: kernel-core-4.18.0-517.el8.x86_64 3/3 2023-10-21T11:44:52.624 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: kernel-modules-4.18.0-517.el8.x86_64 3/3 2023-10-21T11:44:52.981 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: kernel-4.18.0-517.el8.x86_64 3/3 2023-10-21T11:44:52.981 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : kernel-4.18.0-517.el8.x86_64 1/3 2023-10-21T11:44:52.982 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : kernel-core-4.18.0-517.el8.x86_64 2/3 2023-10-21T11:44:53.726 INFO:teuthology.orchestra.run.smithi139.stderr:done 2023-10-21T11:44:53.728 DEBUG:teuthology.orchestra.run.smithi139:> mktemp 2023-10-21T11:44:53.744 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : kernel-modules-4.18.0-517.el8.x86_64 3/3 2023-10-21T11:44:53.744 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T11:44:53.744 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2023-10-21T11:44:53.744 INFO:teuthology.orchestra.run.smithi003.stdout: kernel-4.18.0-517.el8.x86_64 kernel-core-4.18.0-517.el8.x86_64 2023-10-21T11:44:53.744 INFO:teuthology.orchestra.run.smithi003.stdout: kernel-modules-4.18.0-517.el8.x86_64 2023-10-21T11:44:53.745 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T11:44:53.745 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-10-21T11:44:53.757 INFO:teuthology.orchestra.run.smithi139.stdout:/tmp/tmp.wIbjx6sOV2 2023-10-21T11:44:53.758 DEBUG:teuthology.orchestra.run.smithi139:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.wIbjx6sOV2 2023-10-21T11:44:53.844 DEBUG:teuthology.orchestra.run.smithi139:> sudo chmod 0666 /tmp/tmp.wIbjx6sOV2 2023-10-21T11:44:53.921 DEBUG:teuthology.orchestra.run.smithi003:> rpm -q kernel | sort -rV | head -n 1 2023-10-21T11:44:53.942 DEBUG:teuthology.orchestra.remote:smithi139:/tmp/tmp.wIbjx6sOV2 is 6KB 2023-10-21T11:44:53.990 DEBUG:teuthology.orchestra.run.smithi139:> rm -fr /tmp/tmp.wIbjx6sOV2 2023-10-21T11:44:54.009 DEBUG:teuthology.orchestra.run.smithi139:> sudo /bin/ls /boot/loader/entries || true 2023-10-21T11:44:54.080 INFO:teuthology.orchestra.run.smithi139.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-10-21T11:44:54.080 INFO:teuthology.orchestra.run.smithi139.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-10-21T11:44:54.080 INFO:teuthology.orchestra.run.smithi139.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-10-21T11:44:54.081 INFO:teuthology.orchestra.run.smithi139.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-517.el8.x86_64.conf 2023-10-21T11:44:54.082 DEBUG:teuthology.orchestra.run.smithi139:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-517.el8.x86_64 2023-10-21T11:44:54.150 INFO:teuthology.orchestra.run.smithi003.stdout:kernel-4.18.0-517.el8.x86_64 2023-10-21T11:44:54.151 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-517.el8.x86_64 2023-10-21T11:44:54.151 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-21T11:44:54.152 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-21T11:44:54.152 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-21T11:44:54.153 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-10-21T11:44:54.153 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi003.front.sepia.ceph.com, path=None, version=distro) 2023-10-21T11:44:54.154 DEBUG:teuthology.orchestra.run.smithi003:> rpm -q kernel | sort -rV | head -n 1 2023-10-21T11:44:54.246 DEBUG:teuthology.orchestra.run.smithi139:> sudo shutdown -r now 2023-10-21T11:44:54.372 INFO:teuthology.orchestra.run.smithi003.stdout:kernel-4.18.0-517.el8.x86_64 2023-10-21T11:44:54.373 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-517.el8.x86_64 2023-10-21T11:44:54.373 DEBUG:teuthology.orchestra.run.smithi003:> sudo rpm -qi grub2-tools 2023-10-21T11:44:54.408 INFO:teuthology.orchestra.run.smithi003.stdout:Name : grub2-tools 2023-10-21T11:44:54.409 INFO:teuthology.orchestra.run.smithi003.stdout:Epoch : 1 2023-10-21T11:44:54.409 INFO:teuthology.orchestra.run.smithi003.stdout:Version : 2.02 2023-10-21T11:44:54.409 INFO:teuthology.orchestra.run.smithi003.stdout:Release : 129.el8 2023-10-21T11:44:54.409 INFO:teuthology.orchestra.run.smithi003.stdout:Architecture: x86_64 2023-10-21T11:44:54.409 INFO:teuthology.orchestra.run.smithi003.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-10-21T11:44:54.410 INFO:teuthology.orchestra.run.smithi003.stdout:Group : System Environment/Base 2023-10-21T11:44:54.410 INFO:teuthology.orchestra.run.smithi003.stdout:Size : 9265586 2023-10-21T11:44:54.410 INFO:teuthology.orchestra.run.smithi003.stdout:License : GPLv3+ 2023-10-21T11:44:54.410 INFO:teuthology.orchestra.run.smithi003.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-10-21T11:44:54.410 INFO:teuthology.orchestra.run.smithi003.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-10-21T11:44:54.411 INFO:teuthology.orchestra.run.smithi003.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-10-21T11:44:54.411 INFO:teuthology.orchestra.run.smithi003.stdout:Build Host : kbuilder.bsys.centos.org 2023-10-21T11:44:54.411 INFO:teuthology.orchestra.run.smithi003.stdout:Relocations : (not relocatable) 2023-10-21T11:44:54.411 INFO:teuthology.orchestra.run.smithi003.stdout:Packager : CentOS BuildSystem 2023-10-21T11:44:54.411 INFO:teuthology.orchestra.run.smithi003.stdout:Vendor : CentOS 2023-10-21T11:44:54.412 INFO:teuthology.orchestra.run.smithi003.stdout:URL : http://www.gnu.org/software/grub/ 2023-10-21T11:44:54.412 INFO:teuthology.orchestra.run.smithi003.stdout:Summary : Support tools for GRUB. 2023-10-21T11:44:54.412 INFO:teuthology.orchestra.run.smithi003.stdout:Description : 2023-10-21T11:44:54.412 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T11:44:54.412 INFO:teuthology.orchestra.run.smithi003.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-10-21T11:44:54.413 INFO:teuthology.orchestra.run.smithi003.stdout:customizable bootloader with modular architecture. It supports a rich 2023-10-21T11:44:54.413 INFO:teuthology.orchestra.run.smithi003.stdout:variety of kernel formats, file systems, computer architectures and 2023-10-21T11:44:54.413 INFO:teuthology.orchestra.run.smithi003.stdout:hardware devices. 2023-10-21T11:44:54.413 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T11:44:54.413 INFO:teuthology.orchestra.run.smithi003.stdout:This subpackage provides tools for support of all platforms. 2023-10-21T11:44:54.414 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-10-21T11:44:54.415 INFO:teuthology.task.kernel:Updating grub on smithi003 to boot 4.18.0-517.el8.x86_64 2023-10-21T11:44:54.415 DEBUG:teuthology.orchestra.run.smithi003:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-10-21T11:44:55.861 INFO:teuthology.orchestra.run.smithi003.stderr:Generating grub configuration file ... 2023-10-21T11:44:57.615 INFO:teuthology.orchestra.run.smithi003.stderr:done 2023-10-21T11:44:57.617 DEBUG:teuthology.orchestra.run.smithi003:> mktemp 2023-10-21T11:44:57.648 INFO:teuthology.orchestra.run.smithi003.stdout:/tmp/tmp.kGxntbij4L 2023-10-21T11:44:57.648 DEBUG:teuthology.orchestra.run.smithi003:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.kGxntbij4L 2023-10-21T11:44:57.721 DEBUG:teuthology.orchestra.run.smithi003:> sudo chmod 0666 /tmp/tmp.kGxntbij4L 2023-10-21T11:44:57.866 DEBUG:teuthology.orchestra.remote:smithi003:/tmp/tmp.kGxntbij4L is 6KB 2023-10-21T11:44:57.914 DEBUG:teuthology.orchestra.run.smithi003:> rm -fr /tmp/tmp.kGxntbij4L 2023-10-21T11:44:57.933 DEBUG:teuthology.orchestra.run.smithi003:> sudo /bin/ls /boot/loader/entries || true 2023-10-21T11:44:58.003 INFO:teuthology.orchestra.run.smithi003.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-10-21T11:44:58.003 INFO:teuthology.orchestra.run.smithi003.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-10-21T11:44:58.004 INFO:teuthology.orchestra.run.smithi003.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-10-21T11:44:58.004 INFO:teuthology.orchestra.run.smithi003.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-517.el8.x86_64.conf 2023-10-21T11:44:58.005 DEBUG:teuthology.orchestra.run.smithi003:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-517.el8.x86_64 2023-10-21T11:44:58.150 DEBUG:teuthology.orchestra.run.smithi003:> sudo shutdown -r now 2023-10-21T11:45:24.276 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-10-21T11:45:24.277 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi139.front.sepia.ceph.com' 2023-10-21T11:45:24.278 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-21T11:45:28.154 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-10-21T11:45:28.155 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi003.front.sepia.ceph.com' 2023-10-21T11:45:28.155 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-21T11:45:42.778 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.139 2023-10-21T11:45:46.623 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.3 2023-10-21T11:45:51.782 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi139.front.sepia.ceph.com' 2023-10-21T11:45:51.783 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-21T11:45:54.842 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.139 2023-10-21T11:45:55.626 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi003.front.sepia.ceph.com' 2023-10-21T11:45:55.627 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-21T11:46:06.854 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi139.front.sepia.ceph.com' 2023-10-21T11:46:06.855 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-21T11:46:39.106 DEBUG:teuthology.orchestra.run.smithi139:> true 2023-10-21T11:46:40.316 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi139.front.sepia.ceph.com' 2023-10-21T11:46:40.316 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-517.el8.x86_64"... 2023-10-21T11:46:40.317 DEBUG:teuthology.orchestra.run.smithi139:> uname -r 2023-10-21T11:46:40.587 INFO:teuthology.orchestra.run.smithi139.stdout:4.18.0-517.el8.x86_64 2023-10-21T11:46:40.587 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-21T11:46:40.588 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-21T11:46:40.588 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-10-21T11:46:41.589 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-10-21T11:46:41.590 DEBUG:teuthology.orchestra.run.smithi139:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-21T11:46:41.651 INFO:teuthology.orchestra.run.smithi139.stdout:ttyS1 2023-10-21T11:46:41.663 DEBUG:teuthology.parallel:result is None 2023-10-21T11:46:55.629 DEBUG:teuthology.orchestra.remote:timed out 2023-10-21T11:47:07.631 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi003.front.sepia.ceph.com' 2023-10-21T11:47:07.632 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-21T11:47:07.913 DEBUG:teuthology.orchestra.run.smithi003:> true 2023-10-21T11:47:08.216 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi003.front.sepia.ceph.com' 2023-10-21T11:47:08.216 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-517.el8.x86_64"... 2023-10-21T11:47:08.217 DEBUG:teuthology.orchestra.run.smithi003:> uname -r 2023-10-21T11:47:08.239 INFO:teuthology.orchestra.run.smithi003.stdout:4.18.0-517.el8.x86_64 2023-10-21T11:47:08.240 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-21T11:47:08.240 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-21T11:47:08.240 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-10-21T11:47:09.242 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-10-21T11:47:09.242 DEBUG:teuthology.orchestra.run.smithi003:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-21T11:47:09.320 INFO:teuthology.orchestra.run.smithi003.stdout:ttyS1 2023-10-21T11:47:09.336 DEBUG:teuthology.parallel:result is None 2023-10-21T11:47:09.337 INFO:teuthology.run_tasks:Running task internal.base... 2023-10-21T11:47:09.344 INFO:teuthology.task.internal:Creating test directory... 2023-10-21T11:47:09.344 DEBUG:teuthology.orchestra.run.smithi003:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-21T11:47:09.347 DEBUG:teuthology.orchestra.run.smithi139:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-21T11:47:09.369 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-10-21T11:47:09.376 INFO:teuthology.run_tasks:Running task internal.archive... 2023-10-21T11:47:09.413 INFO:teuthology.task.internal:Creating archive directory... 2023-10-21T11:47:09.414 DEBUG:teuthology.orchestra.run.smithi003:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-21T11:47:09.416 DEBUG:teuthology.orchestra.run.smithi139:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-21T11:47:09.483 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-10-21T11:47:09.490 INFO:teuthology.task.internal:Enabling coredump saving... 2023-10-21T11:47:09.491 DEBUG:teuthology.orchestra.run.smithi003:> 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-21T11:47:09.494 DEBUG:teuthology.orchestra.run.smithi139:> 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-21T11:47:09.531 INFO:teuthology.orchestra.run.smithi003.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-21T11:47:09.540 INFO:teuthology.orchestra.run.smithi139.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-21T11:47:09.543 INFO:teuthology.orchestra.run.smithi003.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-21T11:47:09.551 INFO:teuthology.orchestra.run.smithi139.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-21T11:47:09.553 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-10-21T11:47:09.560 INFO:teuthology.task.internal:Configuring sudo... 2023-10-21T11:47:09.560 DEBUG:teuthology.orchestra.run.smithi003:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-21T11:47:09.588 DEBUG:teuthology.orchestra.run.smithi139:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-21T11:47:09.623 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-10-21T11:47:09.633 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-10-21T11:47:09.633 DEBUG:teuthology.orchestra.run.smithi003:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-21T11:47:09.664 DEBUG:teuthology.orchestra.run.smithi139:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-21T11:47:09.685 DEBUG:teuthology.orchestra.run.smithi003:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-21T11:47:09.777 DEBUG:teuthology.orchestra.run.smithi003:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-21T11:47:09.829 DEBUG:teuthology.orchestra.run.smithi003:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-21T11:47:09.913 DEBUG:teuthology.orchestra.run.smithi003:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-21T11:47:09.970 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-10-21T11:47:09.970 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-21T11:47:10.044 DEBUG:teuthology.orchestra.run.smithi139:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-21T11:47:10.092 DEBUG:teuthology.orchestra.run.smithi139:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-21T11:47:10.146 DEBUG:teuthology.orchestra.run.smithi139:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-21T11:47:10.232 DEBUG:teuthology.orchestra.run.smithi139:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-21T11:47:10.278 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-10-21T11:47:10.279 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-21T11:47:10.347 DEBUG:teuthology.orchestra.run.smithi003:> sudo service rsyslog restart 2023-10-21T11:47:10.350 DEBUG:teuthology.orchestra.run.smithi139:> sudo service rsyslog restart 2023-10-21T11:47:10.413 INFO:teuthology.orchestra.run.smithi003.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-21T11:47:10.458 INFO:teuthology.orchestra.run.smithi139.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-21T11:47:10.850 INFO:teuthology.run_tasks:Running task internal.timer... 2023-10-21T11:47:10.860 INFO:teuthology.task.internal:Starting timer... 2023-10-21T11:47:10.860 INFO:teuthology.run_tasks:Running task pcp... 2023-10-21T11:47:10.871 INFO:teuthology.run_tasks:Running task selinux... 2023-10-21T11:47:10.917 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-10-21T11:47:10.918 DEBUG:teuthology.orchestra.run.smithi003:> sudo service auditd rotate 2023-10-21T11:47:11.007 INFO:teuthology.orchestra.run.smithi003.stdout:Rotating logs: 2023-10-21T11:47:11.009 DEBUG:teuthology.orchestra.run.smithi139:> sudo service auditd rotate 2023-10-21T11:47:11.089 INFO:teuthology.orchestra.run.smithi139.stdout:Rotating logs: 2023-10-21T11:47:11.090 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-10-21T11:47:11.091 DEBUG:teuthology.orchestra.run.smithi003:> /usr/sbin/getenforce 2023-10-21T11:47:11.139 INFO:teuthology.orchestra.run.smithi003.stdout:Permissive 2023-10-21T11:47:11.139 DEBUG:teuthology.orchestra.run.smithi139:> /usr/sbin/getenforce 2023-10-21T11:47:11.181 INFO:teuthology.orchestra.run.smithi139.stdout:Permissive 2023-10-21T11:47:11.181 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi003.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi139.front.sepia.ceph.com': 'permissive'} 2023-10-21T11:47:11.182 DEBUG:teuthology.orchestra.run.smithi003:> 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-21T11:47:11.218 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T11:47:11.219 DEBUG:teuthology.orchestra.run.smithi139:> 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-21T11:47:11.248 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T11:47:11.249 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-10-21T11:47:11.250 DEBUG:teuthology.orchestra.run.smithi003:> sudo /usr/sbin/setenforce permissive 2023-10-21T11:47:11.295 DEBUG:teuthology.orchestra.run.smithi139:> sudo /usr/sbin/setenforce permissive 2023-10-21T11:47:11.322 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-10-21T11:47:11.332 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-10-21T11:47:11.333 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-10-21T11:47:11.352 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-21T11:47:11.353 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi003.front.sepia.ceph.com,smithi139.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-10-21T11:55:22.191 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi003.front.sepia.ceph.com'), Remote(name='ubuntu@smithi139.front.sepia.ceph.com')] 2023-10-21T11:55:22.193 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi003.front.sepia.ceph.com' 2023-10-21T11:55:22.194 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-21T11:55:22.267 DEBUG:teuthology.orchestra.run.smithi003:> true 2023-10-21T11:55:22.345 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi003.front.sepia.ceph.com' 2023-10-21T11:55:22.346 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi139.front.sepia.ceph.com' 2023-10-21T11:55:22.347 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-21T11:55:22.417 DEBUG:teuthology.orchestra.run.smithi139:> true 2023-10-21T11:55:22.444 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi139.front.sepia.ceph.com' 2023-10-21T11:55:22.444 INFO:teuthology.run_tasks:Running task clock... 2023-10-21T11:55:22.455 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-10-21T11:55:22.456 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-21T11:55:22.457 DEBUG:teuthology.orchestra.run.smithi003:> 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-21T11:55:22.460 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-21T11:55:22.460 DEBUG:teuthology.orchestra.run.smithi139:> 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-21T11:55:22.497 INFO:teuthology.orchestra.run.smithi003.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-21T11:55:22.515 INFO:teuthology.orchestra.run.smithi003.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-21T11:55:22.517 INFO:teuthology.orchestra.run.smithi139.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-21T11:55:22.531 INFO:teuthology.orchestra.run.smithi139.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-21T11:55:22.595 INFO:teuthology.orchestra.run.smithi003.stderr:sudo: ntpd: command not found 2023-10-21T11:55:22.599 INFO:teuthology.orchestra.run.smithi139.stderr:sudo: ntpd: command not found 2023-10-21T11:55:22.608 INFO:teuthology.orchestra.run.smithi003.stdout:506 Cannot talk to daemon 2023-10-21T11:55:22.610 INFO:teuthology.orchestra.run.smithi139.stdout:506 Cannot talk to daemon 2023-10-21T11:55:22.624 INFO:teuthology.orchestra.run.smithi139.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-21T11:55:22.625 INFO:teuthology.orchestra.run.smithi003.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-21T11:55:22.638 INFO:teuthology.orchestra.run.smithi139.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-21T11:55:22.641 INFO:teuthology.orchestra.run.smithi003.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-21T11:55:22.702 INFO:teuthology.orchestra.run.smithi139.stderr:bash: ntpq: command not found 2023-10-21T11:55:22.706 INFO:teuthology.orchestra.run.smithi139.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-21T11:55:22.706 INFO:teuthology.orchestra.run.smithi139.stdout:=============================================================================== 2023-10-21T11:55:22.707 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T11:55:22.707 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T11:55:22.707 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T11:55:22.707 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T11:55:22.708 INFO:teuthology.orchestra.run.smithi003.stderr:bash: ntpq: command not found 2023-10-21T11:55:22.712 INFO:teuthology.orchestra.run.smithi003.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-21T11:55:22.712 INFO:teuthology.orchestra.run.smithi003.stdout:=============================================================================== 2023-10-21T11:55:22.713 INFO:teuthology.orchestra.run.smithi003.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T11:55:22.713 INFO:teuthology.orchestra.run.smithi003.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T11:55:22.713 INFO:teuthology.orchestra.run.smithi003.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T11:55:22.713 INFO:teuthology.orchestra.run.smithi003.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T11:55:22.714 INFO:teuthology.run_tasks:Running task pexec... 2023-10-21T11:55:22.724 INFO:teuthology.task.pexec:Executing custom commands... 2023-10-21T11:55:22.725 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi003.front.sepia.ceph.com 2023-10-21T11:55:22.725 DEBUG:teuthology.orchestra.run.smithi003:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-21T11:55:22.725 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi139.front.sepia.ceph.com 2023-10-21T11:55:22.726 DEBUG:teuthology.orchestra.run.smithi139:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-21T11:55:23.627 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:02:21 ago on Sat 21 Oct 2023 11:53:02 AM UTC. 2023-10-21T11:55:23.764 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:01:41 ago on Sat 21 Oct 2023 11:53:42 AM UTC. 2023-10-21T11:55:25.642 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-10-21T11:55:25.643 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T11:55:25.643 INFO:teuthology.orchestra.run.smithi139.stdout: Package Architecture Version Repository Size 2023-10-21T11:55:25.643 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T11:55:25.644 INFO:teuthology.orchestra.run.smithi139.stdout:Resetting modules: 2023-10-21T11:55:25.644 INFO:teuthology.orchestra.run.smithi139.stdout: container-tools 2023-10-21T11:55:25.644 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T11:55:25.644 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2023-10-21T11:55:25.644 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T11:55:25.644 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T11:55:25.898 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-10-21T11:55:26.063 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-10-21T11:55:26.064 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T11:55:26.064 INFO:teuthology.orchestra.run.smithi003.stdout: Package Architecture Version Repository Size 2023-10-21T11:55:26.065 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T11:55:26.065 INFO:teuthology.orchestra.run.smithi003.stdout:Resetting modules: 2023-10-21T11:55:26.065 INFO:teuthology.orchestra.run.smithi003.stdout: container-tools 2023-10-21T11:55:26.065 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T11:55:26.065 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2023-10-21T11:55:26.066 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T11:55:26.066 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T11:55:26.372 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-10-21T11:55:26.848 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:02:24 ago on Sat 21 Oct 2023 11:53:02 AM UTC. 2023-10-21T11:55:27.442 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:01:45 ago on Sat 21 Oct 2023 11:53:42 AM UTC. 2023-10-21T11:55:28.886 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-10-21T11:55:29.049 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T11:55:29.050 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2023-10-21T11:55:29.050 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T11:55:29.050 INFO:teuthology.orchestra.run.smithi139.stdout:Installing group/module packages: 2023-10-21T11:55:29.050 INFO:teuthology.orchestra.run.smithi139.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-10-21T11:55:29.051 INFO:teuthology.orchestra.run.smithi139.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-10-21T11:55:29.051 INFO:teuthology.orchestra.run.smithi139.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-10-21T11:55:29.051 INFO:teuthology.orchestra.run.smithi139.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-10-21T11:55:29.051 INFO:teuthology.orchestra.run.smithi139.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-10-21T11:55:29.051 INFO:teuthology.orchestra.run.smithi139.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-10-21T11:55:29.052 INFO:teuthology.orchestra.run.smithi139.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-10-21T11:55:29.052 INFO:teuthology.orchestra.run.smithi139.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-10-21T11:55:29.052 INFO:teuthology.orchestra.run.smithi139.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-10-21T11:55:29.052 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2023-10-21T11:55:29.052 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-10-21T11:55:29.053 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-10-21T11:55:29.053 INFO:teuthology.orchestra.run.smithi139.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-10-21T11:55:29.053 INFO:teuthology.orchestra.run.smithi139.stdout:Installing weak dependencies: 2023-10-21T11:55:29.053 INFO:teuthology.orchestra.run.smithi139.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-10-21T11:55:29.053 INFO:teuthology.orchestra.run.smithi139.stdout:Installing module profiles: 2023-10-21T11:55:29.053 INFO:teuthology.orchestra.run.smithi139.stdout: container-tools/common 2023-10-21T11:55:29.054 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T11:55:29.054 INFO:teuthology.orchestra.run.smithi139.stdout:Enabling module streams: 2023-10-21T11:55:29.054 INFO:teuthology.orchestra.run.smithi139.stdout: container-tools rhel8 2023-10-21T11:55:29.054 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T11:55:29.054 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2023-10-21T11:55:29.055 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T11:55:29.055 INFO:teuthology.orchestra.run.smithi139.stdout:Install 13 Packages 2023-10-21T11:55:29.055 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T11:55:29.056 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 26 M 2023-10-21T11:55:29.056 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 87 M 2023-10-21T11:55:29.056 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2023-10-21T11:55:29.297 INFO:teuthology.orchestra.run.smithi139.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 3.6 MB/s | 739 kB 00:00 2023-10-21T11:55:29.355 INFO:teuthology.orchestra.run.smithi139.stdout:(2/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 3.8 MB/s | 1.0 MB 00:00 2023-10-21T11:55:29.373 INFO:teuthology.orchestra.run.smithi139.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 502 kB/s | 38 kB 00:00 2023-10-21T11:55:29.498 INFO:teuthology.orchestra.run.smithi139.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 1.6 MB/s | 239 kB 00:00 2023-10-21T11:55:29.665 INFO:teuthology.orchestra.run.smithi139.stdout:(5/13): buildah-1.31.3-1.module_el8+664+4072b3a 15 MB/s | 8.8 MB 00:00 2023-10-21T11:55:29.685 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-10-21T11:55:29.690 INFO:teuthology.orchestra.run.smithi139.stdout:(6/13): python3-podman-4.6.0-1.module_el8+582+a 923 kB/s | 177 kB 00:00 2023-10-21T11:55:29.749 INFO:teuthology.orchestra.run.smithi139.stdout:(7/13): netavark-1.7.0-1.module_el8+487+8e42a27 10 MB/s | 3.7 MB 00:00 2023-10-21T11:55:29.766 INFO:teuthology.orchestra.run.smithi139.stdout:(8/13): python3-pytoml-0.1.14-5.git7dea353.el8. 247 kB/s | 25 kB 00:00 2023-10-21T11:55:29.791 INFO:teuthology.orchestra.run.smithi139.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 933 kB/s | 94 kB 00:00 2023-10-21T11:55:29.866 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T11:55:29.867 INFO:teuthology.orchestra.run.smithi003.stdout: Package Arch Version Repository Size 2023-10-21T11:55:29.867 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T11:55:29.867 INFO:teuthology.orchestra.run.smithi003.stdout:Installing group/module packages: 2023-10-21T11:55:29.867 INFO:teuthology.orchestra.run.smithi003.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-10-21T11:55:29.867 INFO:teuthology.orchestra.run.smithi003.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-10-21T11:55:29.868 INFO:teuthology.orchestra.run.smithi003.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-10-21T11:55:29.868 INFO:teuthology.orchestra.run.smithi003.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-10-21T11:55:29.868 INFO:teuthology.orchestra.run.smithi003.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-10-21T11:55:29.868 INFO:teuthology.orchestra.run.smithi003.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-10-21T11:55:29.868 INFO:teuthology.orchestra.run.smithi003.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-10-21T11:55:29.868 INFO:teuthology.orchestra.run.smithi003.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-10-21T11:55:29.869 INFO:teuthology.orchestra.run.smithi003.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-10-21T11:55:29.869 INFO:teuthology.orchestra.run.smithi003.stdout:Installing dependencies: 2023-10-21T11:55:29.869 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-10-21T11:55:29.869 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-10-21T11:55:29.869 INFO:teuthology.orchestra.run.smithi003.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-10-21T11:55:29.870 INFO:teuthology.orchestra.run.smithi003.stdout:Installing weak dependencies: 2023-10-21T11:55:29.870 INFO:teuthology.orchestra.run.smithi003.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-10-21T11:55:29.870 INFO:teuthology.orchestra.run.smithi003.stdout:Installing module profiles: 2023-10-21T11:55:29.870 INFO:teuthology.orchestra.run.smithi003.stdout: container-tools/common 2023-10-21T11:55:29.871 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T11:55:29.871 INFO:teuthology.orchestra.run.smithi003.stdout:Enabling module streams: 2023-10-21T11:55:29.871 INFO:teuthology.orchestra.run.smithi003.stdout: container-tools rhel8 2023-10-21T11:55:29.871 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T11:55:29.871 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2023-10-21T11:55:29.872 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T11:55:29.872 INFO:teuthology.orchestra.run.smithi003.stdout:Install 13 Packages 2023-10-21T11:55:29.872 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T11:55:29.873 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 26 M 2023-10-21T11:55:29.873 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 87 M 2023-10-21T11:55:29.873 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2023-10-21T11:55:29.891 INFO:teuthology.orchestra.run.smithi139.stdout:(10/13): udica-0.2.6-20.module_el8+487+8e42a277 527 kB/s | 53 kB 00:00 2023-10-21T11:55:29.991 INFO:teuthology.orchestra.run.smithi139.stdout:(11/13): toolbox-0.0.99.4-5.module_el8+649+e2de 11 MB/s | 2.5 MB 00:00 2023-10-21T11:55:30.017 INFO:teuthology.orchestra.run.smithi139.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 327 kB/s | 41 kB 00:00 2023-10-21T11:55:30.192 INFO:teuthology.orchestra.run.smithi139.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 18 MB/s | 8.1 MB 00:00 2023-10-21T11:55:30.192 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2023-10-21T11:55:30.193 INFO:teuthology.orchestra.run.smithi139.stdout:Total 22 MB/s | 26 MB 00:01 2023-10-21T11:55:30.266 INFO:teuthology.orchestra.run.smithi003.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 3.6 MB/s | 739 kB 00:00 2023-10-21T11:55:30.316 INFO:teuthology.orchestra.run.smithi003.stdout:(2/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 3.9 MB/s | 1.0 MB 00:00 2023-10-21T11:55:30.350 INFO:teuthology.orchestra.run.smithi003.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 452 kB/s | 38 kB 00:00 2023-10-21T11:55:30.442 INFO:teuthology.orchestra.run.smithi003.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 1.9 MB/s | 239 kB 00:00 2023-10-21T11:55:30.453 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2023-10-21T11:55:30.475 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2023-10-21T11:55:30.475 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2023-10-21T11:55:30.609 INFO:teuthology.orchestra.run.smithi003.stdout:(5/13): buildah-1.31.3-1.module_el8+664+4072b3a 16 MB/s | 8.8 MB 00:00 2023-10-21T11:55:30.634 INFO:teuthology.orchestra.run.smithi003.stdout:(6/13): python3-podman-4.6.0-1.module_el8+582+a 924 kB/s | 177 kB 00:00 2023-10-21T11:55:30.709 INFO:teuthology.orchestra.run.smithi003.stdout:(7/13): netavark-1.7.0-1.module_el8+487+8e42a27 10 MB/s | 3.7 MB 00:00 2023-10-21T11:55:30.723 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2023-10-21T11:55:30.726 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2023-10-21T11:55:30.734 INFO:teuthology.orchestra.run.smithi003.stdout:(8/13): python3-pytoml-0.1.14-5.git7dea353.el8. 198 kB/s | 25 kB 00:00 2023-10-21T11:55:30.760 INFO:teuthology.orchestra.run.smithi003.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 748 kB/s | 94 kB 00:00 2023-10-21T11:55:30.852 INFO:teuthology.orchestra.run.smithi003.stdout:(10/13): udica-0.2.6-20.module_el8+487+8e42a277 574 kB/s | 53 kB 00:00 2023-10-21T11:55:30.952 INFO:teuthology.orchestra.run.smithi003.stdout:(11/13): toolbox-0.0.99.4-5.module_el8+649+e2de 12 MB/s | 2.5 MB 00:00 2023-10-21T11:55:30.977 INFO:teuthology.orchestra.run.smithi003.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 327 kB/s | 41 kB 00:00 2023-10-21T11:55:31.144 INFO:teuthology.orchestra.run.smithi003.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 19 MB/s | 8.1 MB 00:00 2023-10-21T11:55:31.145 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2023-10-21T11:55:31.145 INFO:teuthology.orchestra.run.smithi003.stdout:Total 20 MB/s | 26 MB 00:01 2023-10-21T11:55:31.388 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2023-10-21T11:55:31.431 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2023-10-21T11:55:31.455 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2023-10-21T11:55:31.456 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2023-10-21T11:55:31.598 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-10-21T11:55:31.748 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2023-10-21T11:55:31.752 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2023-10-21T11:55:31.777 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-10-21T11:55:31.968 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-10-21T11:55:32.212 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-21T11:55:32.508 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2023-10-21T11:55:32.716 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-10-21T11:55:32.761 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-10-21T11:55:32.883 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-10-21T11:55:33.105 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-10-21T11:55:33.319 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-21T11:55:33.704 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-21T11:55:33.898 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-10-21T11:55:33.974 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-10-21T11:55:34.180 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-10-21T11:55:34.447 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-10-21T11:55:34.864 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-10-21T11:55:34.890 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-21T11:55:35.110 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-10-21T11:55:35.307 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-10-21T11:55:35.572 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-10-21T11:55:35.781 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-21T11:55:35.966 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-10-21T11:55:36.021 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-10-21T11:55:36.233 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-21T11:55:36.685 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-21T11:55:36.686 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-10-21T11:55:36.686 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-10-21T11:55:36.686 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-10-21T11:55:36.686 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-21T11:55:36.687 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-10-21T11:55:36.687 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-21T11:55:36.687 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-10-21T11:55:36.687 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-10-21T11:55:36.687 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-10-21T11:55:36.688 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-10-21T11:55:36.688 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-21T11:55:36.688 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-10-21T11:55:36.913 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-21T11:55:37.394 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-10-21T11:55:37.487 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-10-21T11:55:37.487 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T11:55:37.488 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2023-10-21T11:55:37.488 INFO:teuthology.orchestra.run.smithi139.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-21T11:55:37.488 INFO:teuthology.orchestra.run.smithi139.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-10-21T11:55:37.488 INFO:teuthology.orchestra.run.smithi139.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-10-21T11:55:37.488 INFO:teuthology.orchestra.run.smithi139.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-10-21T11:55:37.489 INFO:teuthology.orchestra.run.smithi139.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-10-21T11:55:37.489 INFO:teuthology.orchestra.run.smithi139.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-21T11:55:37.489 INFO:teuthology.orchestra.run.smithi139.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-10-21T11:55:37.489 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-10-21T11:55:37.489 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-10-21T11:55:37.489 INFO:teuthology.orchestra.run.smithi139.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-10-21T11:55:37.490 INFO:teuthology.orchestra.run.smithi139.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-10-21T11:55:37.490 INFO:teuthology.orchestra.run.smithi139.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-10-21T11:55:37.490 INFO:teuthology.orchestra.run.smithi139.stdout: yajl-2.1.0-12.el8.x86_64 2023-10-21T11:55:37.490 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T11:55:37.490 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-10-21T11:55:37.589 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-21T11:55:37.797 DEBUG:teuthology.parallel:result is None 2023-10-21T11:55:38.080 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-21T11:55:38.080 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-10-21T11:55:38.080 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-10-21T11:55:38.081 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-10-21T11:55:38.081 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-21T11:55:38.081 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-10-21T11:55:38.081 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-21T11:55:38.081 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-10-21T11:55:38.082 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-10-21T11:55:38.082 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-10-21T11:55:38.082 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-10-21T11:55:38.082 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-21T11:55:38.082 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-10-21T11:55:38.926 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-10-21T11:55:38.926 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T11:55:38.927 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2023-10-21T11:55:38.927 INFO:teuthology.orchestra.run.smithi003.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-21T11:55:38.927 INFO:teuthology.orchestra.run.smithi003.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-10-21T11:55:38.927 INFO:teuthology.orchestra.run.smithi003.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-10-21T11:55:38.927 INFO:teuthology.orchestra.run.smithi003.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-10-21T11:55:38.928 INFO:teuthology.orchestra.run.smithi003.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-10-21T11:55:38.928 INFO:teuthology.orchestra.run.smithi003.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-21T11:55:38.928 INFO:teuthology.orchestra.run.smithi003.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-10-21T11:55:38.928 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-10-21T11:55:38.928 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-10-21T11:55:38.929 INFO:teuthology.orchestra.run.smithi003.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-10-21T11:55:38.929 INFO:teuthology.orchestra.run.smithi003.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-10-21T11:55:38.929 INFO:teuthology.orchestra.run.smithi003.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-10-21T11:55:38.929 INFO:teuthology.orchestra.run.smithi003.stdout: yajl-2.1.0-12.el8.x86_64 2023-10-21T11:55:38.929 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T11:55:38.930 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-10-21T11:55:39.197 DEBUG:teuthology.parallel:result is None 2023-10-21T11:55:39.198 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-10-21T11:55:39.216 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-10-21T11:55:39.217 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-10-21T11:55:39.217 DEBUG:teuthology.orchestra.run.smithi003:> dd if=/scratch_devs of=/dev/stdout 2023-10-21T11:55:39.239 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-21T11:55:39.240 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/vg_nvme/lv_1 2023-10-21T11:55:39.303 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-21T11:55:39.303 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-21T11:55:39.303 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 6h/6d Inode: 390027 Links: 1 2023-10-21T11:55:39.303 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-21T11:55:39.304 INFO:teuthology.orchestra.run.smithi003.stdout:Context: system_u:object_r:device_t:s0 2023-10-21T11:55:39.304 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2023-10-21 11:55:37.757357459 +0000 2023-10-21T11:55:39.304 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2023-10-21 11:54:42.834732311 +0000 2023-10-21T11:55:39.304 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2023-10-21 11:54:42.834732311 +0000 2023-10-21T11:55:39.304 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: - 2023-10-21T11:55:39.305 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-21T11:55:39.378 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2023-10-21T11:55:39.379 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2023-10-21T11:55:39.379 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000251053 s, 2.0 MB/s 2023-10-21T11:55:39.380 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-21T11:55:39.445 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/vg_nvme/lv_2 2023-10-21T11:55:39.509 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-21T11:55:39.509 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-21T11:55:39.510 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 6h/6d Inode: 398829 Links: 1 2023-10-21T11:55:39.510 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-21T11:55:39.510 INFO:teuthology.orchestra.run.smithi003.stdout:Context: system_u:object_r:device_t:s0 2023-10-21T11:55:39.510 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2023-10-21 11:55:37.757357459 +0000 2023-10-21T11:55:39.511 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2023-10-21 11:54:43.414724869 +0000 2023-10-21T11:55:39.511 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2023-10-21 11:54:43.414724869 +0000 2023-10-21T11:55:39.511 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: - 2023-10-21T11:55:39.511 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-21T11:55:39.583 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2023-10-21T11:55:39.584 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2023-10-21T11:55:39.584 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000234616 s, 2.2 MB/s 2023-10-21T11:55:39.585 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-21T11:55:39.652 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/vg_nvme/lv_3 2023-10-21T11:55:39.716 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-21T11:55:39.717 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-21T11:55:39.717 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 6h/6d Inode: 394058 Links: 1 2023-10-21T11:55:39.717 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-21T11:55:39.717 INFO:teuthology.orchestra.run.smithi003.stdout:Context: system_u:object_r:device_t:s0 2023-10-21T11:55:39.717 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2023-10-21 11:55:37.757357459 +0000 2023-10-21T11:55:39.718 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2023-10-21 11:54:43.993717440 +0000 2023-10-21T11:55:39.718 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2023-10-21 11:54:43.993717440 +0000 2023-10-21T11:55:39.718 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: - 2023-10-21T11:55:39.718 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-21T11:55:39.790 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2023-10-21T11:55:39.791 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2023-10-21T11:55:39.791 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000244101 s, 2.1 MB/s 2023-10-21T11:55:39.792 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-21T11:55:39.857 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/vg_nvme/lv_4 2023-10-21T11:55:39.922 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-21T11:55:39.922 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-21T11:55:39.923 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 6h/6d Inode: 397612 Links: 1 2023-10-21T11:55:39.923 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-21T11:55:39.923 INFO:teuthology.orchestra.run.smithi003.stdout:Context: system_u:object_r:device_t:s0 2023-10-21T11:55:39.924 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2023-10-21 11:55:37.757357459 +0000 2023-10-21T11:55:39.924 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2023-10-21 11:54:44.580709907 +0000 2023-10-21T11:55:39.924 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2023-10-21 11:54:44.580709907 +0000 2023-10-21T11:55:39.925 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: - 2023-10-21T11:55:39.925 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-21T11:55:39.995 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2023-10-21T11:55:39.995 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2023-10-21T11:55:39.995 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000330521 s, 1.5 MB/s 2023-10-21T11:55:39.996 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-21T11:55:40.061 DEBUG:teuthology.orchestra.run.smithi003:> 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-21T11:55:40.195 INFO:teuthology.orchestra.run.smithi003.stdout:loop 2023-10-21T11:55:40.196 INFO:tasks.nvme_loop:Connecting nvme_loop smithi003:/dev/vg_nvme/lv_1... 2023-10-21T11:55:40.197 DEBUG:teuthology.orchestra.run.smithi003:> 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-21T11:55:40.240 INFO:teuthology.orchestra.run.smithi003.stdout:1 2023-10-21T11:55:40.278 INFO:teuthology.orchestra.run.smithi003.stdout:/dev/vg_nvme/lv_11 2023-10-21T11:55:40.321 INFO:tasks.nvme_loop:Connecting nvme_loop smithi003:/dev/vg_nvme/lv_2... 2023-10-21T11:55:40.322 DEBUG:teuthology.orchestra.run.smithi003:> 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-21T11:55:40.405 INFO:teuthology.orchestra.run.smithi003.stdout:1 2023-10-21T11:55:40.443 INFO:teuthology.orchestra.run.smithi003.stdout:/dev/vg_nvme/lv_21 2023-10-21T11:55:40.485 INFO:tasks.nvme_loop:Connecting nvme_loop smithi003:/dev/vg_nvme/lv_3... 2023-10-21T11:55:40.485 DEBUG:teuthology.orchestra.run.smithi003:> 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-21T11:55:40.567 INFO:teuthology.orchestra.run.smithi003.stdout:1 2023-10-21T11:55:40.606 INFO:teuthology.orchestra.run.smithi003.stdout:/dev/vg_nvme/lv_31 2023-10-21T11:55:40.647 INFO:tasks.nvme_loop:Connecting nvme_loop smithi003:/dev/vg_nvme/lv_4... 2023-10-21T11:55:40.647 DEBUG:teuthology.orchestra.run.smithi003:> 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-21T11:55:40.728 INFO:teuthology.orchestra.run.smithi003.stdout:1 2023-10-21T11:55:40.767 INFO:teuthology.orchestra.run.smithi003.stdout:/dev/vg_nvme/lv_41 2023-10-21T11:55:40.808 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-10-21T11:55:40.809 DEBUG:teuthology.orchestra.run.smithi003:> dd if=/scratch_devs of=/dev/stdout 2023-10-21T11:55:40.869 DEBUG:teuthology.orchestra.run.smithi003:> sudo nvme list 2023-10-21T11:55:40.942 INFO:teuthology.orchestra.run.smithi003.stdout:Node SN Model Namespace Usage Format FW Rev 2023-10-21T11:55:40.942 INFO:teuthology.orchestra.run.smithi003.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-10-21T11:55:40.942 INFO:teuthology.orchestra.run.smithi003.stdout:/dev/nvme0n1 CVFT5330009Z400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-10-21T11:55:40.942 INFO:teuthology.orchestra.run.smithi003.stdout:/dev/nvme1n1 62a259c5d4cb05bee951 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-10-21T11:55:40.943 INFO:teuthology.orchestra.run.smithi003.stdout:/dev/nvme2n1 a44641db6c8dc63a00c2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-10-21T11:55:40.943 INFO:teuthology.orchestra.run.smithi003.stdout:/dev/nvme3n1 33fc7fd1a15816b8e431 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-10-21T11:55:40.943 INFO:teuthology.orchestra.run.smithi003.stdout:/dev/nvme4n1 479e99f5a7f822a6ab79 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-10-21T11:55:40.943 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-21T11:55:40.944 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-10-21T11:55:40.944 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/scratch_devs 2023-10-21T11:55:41.018 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-10-21T11:55:41.018 DEBUG:teuthology.orchestra.run.smithi139:> dd if=/scratch_devs of=/dev/stdout 2023-10-21T11:55:41.041 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-21T11:55:41.041 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_1 2023-10-21T11:55:41.102 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-21T11:55:41.103 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-21T11:55:41.103 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 6h/6d Inode: 389980 Links: 1 2023-10-21T11:55:41.103 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-21T11:55:41.103 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:device_t:s0 2023-10-21T11:55:41.103 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2023-10-21 11:55:36.402654393 +0000 2023-10-21T11:55:41.104 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2023-10-21 11:53:58.568315667 +0000 2023-10-21T11:55:41.104 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2023-10-21 11:53:58.568315667 +0000 2023-10-21T11:55:41.104 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: - 2023-10-21T11:55:41.104 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-21T11:55:41.173 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2023-10-21T11:55:41.174 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2023-10-21T11:55:41.174 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000246305 s, 2.1 MB/s 2023-10-21T11:55:41.175 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-21T11:55:41.237 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_2 2023-10-21T11:55:41.298 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-21T11:55:41.298 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-21T11:55:41.298 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 6h/6d Inode: 397486 Links: 1 2023-10-21T11:55:41.299 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-21T11:55:41.299 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:device_t:s0 2023-10-21T11:55:41.299 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2023-10-21 11:55:36.402654393 +0000 2023-10-21T11:55:41.299 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2023-10-21 11:53:59.079304967 +0000 2023-10-21T11:55:41.299 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2023-10-21 11:53:59.079304967 +0000 2023-10-21T11:55:41.299 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: - 2023-10-21T11:55:41.300 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-21T11:55:41.366 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2023-10-21T11:55:41.367 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2023-10-21T11:55:41.367 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000224132 s, 2.3 MB/s 2023-10-21T11:55:41.369 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-21T11:55:41.430 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_3 2023-10-21T11:55:41.491 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-21T11:55:41.491 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-21T11:55:41.491 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 6h/6d Inode: 391138 Links: 1 2023-10-21T11:55:41.492 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-21T11:55:41.492 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:device_t:s0 2023-10-21T11:55:41.492 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2023-10-21 11:55:36.402654393 +0000 2023-10-21T11:55:41.492 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2023-10-21 11:53:59.586294350 +0000 2023-10-21T11:55:41.492 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2023-10-21 11:53:59.586294350 +0000 2023-10-21T11:55:41.493 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: - 2023-10-21T11:55:41.493 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-21T11:55:41.559 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2023-10-21T11:55:41.559 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2023-10-21T11:55:41.559 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000231014 s, 2.2 MB/s 2023-10-21T11:55:41.560 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-21T11:55:41.621 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_4 2023-10-21T11:55:41.680 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-21T11:55:41.681 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-21T11:55:41.681 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 6h/6d Inode: 396681 Links: 1 2023-10-21T11:55:41.681 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-21T11:55:41.681 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:device_t:s0 2023-10-21T11:55:41.681 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2023-10-21 11:55:36.402654393 +0000 2023-10-21T11:55:41.682 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2023-10-21 11:54:00.104283502 +0000 2023-10-21T11:55:41.682 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2023-10-21 11:54:00.104283502 +0000 2023-10-21T11:55:41.682 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: - 2023-10-21T11:55:41.682 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-21T11:55:41.749 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2023-10-21T11:55:41.749 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2023-10-21T11:55:41.749 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000231036 s, 2.2 MB/s 2023-10-21T11:55:41.750 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-21T11:55:41.811 DEBUG:teuthology.orchestra.run.smithi139:> 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-21T11:55:41.961 INFO:teuthology.orchestra.run.smithi139.stdout:loop 2023-10-21T11:55:41.962 INFO:tasks.nvme_loop:Connecting nvme_loop smithi139:/dev/vg_nvme/lv_1... 2023-10-21T11:55:41.963 DEBUG:teuthology.orchestra.run.smithi139:> 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-21T11:55:41.998 INFO:teuthology.orchestra.run.smithi139.stdout:1 2023-10-21T11:55:42.031 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/vg_nvme/lv_11 2023-10-21T11:55:42.070 INFO:tasks.nvme_loop:Connecting nvme_loop smithi139:/dev/vg_nvme/lv_2... 2023-10-21T11:55:42.071 DEBUG:teuthology.orchestra.run.smithi139:> 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-21T11:55:42.147 INFO:teuthology.orchestra.run.smithi139.stdout:1 2023-10-21T11:55:42.180 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/vg_nvme/lv_21 2023-10-21T11:55:42.218 INFO:tasks.nvme_loop:Connecting nvme_loop smithi139:/dev/vg_nvme/lv_3... 2023-10-21T11:55:42.219 DEBUG:teuthology.orchestra.run.smithi139:> 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-21T11:55:42.294 INFO:teuthology.orchestra.run.smithi139.stdout:1 2023-10-21T11:55:42.328 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/vg_nvme/lv_31 2023-10-21T11:55:42.366 INFO:tasks.nvme_loop:Connecting nvme_loop smithi139:/dev/vg_nvme/lv_4... 2023-10-21T11:55:42.366 DEBUG:teuthology.orchestra.run.smithi139:> 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-21T11:55:42.441 INFO:teuthology.orchestra.run.smithi139.stdout:1 2023-10-21T11:55:42.474 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/vg_nvme/lv_41 2023-10-21T11:55:42.512 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-10-21T11:55:42.512 DEBUG:teuthology.orchestra.run.smithi139:> dd if=/scratch_devs of=/dev/stdout 2023-10-21T11:55:42.569 DEBUG:teuthology.orchestra.run.smithi139:> sudo nvme list 2023-10-21T11:55:42.635 INFO:teuthology.orchestra.run.smithi139.stdout:Node SN Model Namespace Usage Format FW Rev 2023-10-21T11:55:42.635 INFO:teuthology.orchestra.run.smithi139.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-10-21T11:55:42.636 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/nvme0n1 PHFT620500N6400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-10-21T11:55:42.636 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/nvme1n1 511bd975052a3664e637 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-10-21T11:55:42.636 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/nvme2n1 ab0fe7b312ab1eb0f1da Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-10-21T11:55:42.636 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/nvme3n1 14cd7fd6dcc177f19a73 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-10-21T11:55:42.636 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/nvme4n1 9c12db3d0a8418f62669 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-10-21T11:55:42.638 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-21T11:55:42.638 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-10-21T11:55:42.638 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/scratch_devs 2023-10-21T11:55:42.705 INFO:teuthology.run_tasks:Running task cephadm... 2023-10-21T11:55:42.791 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-21T11:55:42.791 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f0804064d67a2a63dbabf1801ff452580a050cfc 2023-10-21T11:55:42.792 INFO:tasks.cephadm:Cluster fsid is c2f498b0-7008-11ee-8db6-212e2dc638e7 2023-10-21T11:55:42.792 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-10-21T11:55:42.793 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-10-21T11:55:42.793 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi003': '172.21.15.3', 'mon.smithi139': '172.21.15.139'} 2023-10-21T11:55:42.793 INFO:tasks.cephadm:Normalizing hostnames... 2023-10-21T11:55:42.794 DEBUG:teuthology.orchestra.run.smithi003:> sudo hostname $(hostname -s) 2023-10-21T11:55:42.830 DEBUG:teuthology.orchestra.run.smithi139:> sudo hostname $(hostname -s) 2023-10-21T11:55:42.858 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-10-21T11:55:42.859 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-21T11:57:52.635 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/gevent/_socketcommon.py", line 607, in connect raise _SocketError(err, strerror(err)) TimeoutError: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen httplib_response = self._make_request( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request self._validate_conn(conn) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn conn.connect() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/adapters.py", line 440, in send resp = conn.urlopen( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen retries = retries.increment( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='shaman.ceph.com', port=443): Max retries exceeded with url: /api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0804064d67a2a63dbabf1801ff452580a050cfc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) During handling of the above exception, another exception occurred: 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 215, in _fetch_cephadm_from_chachra log.info('builder_project result: %s' % (bp._result.json())) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/packaging.py", line 862, in _result self._result_obj = self._search() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/packaging.py", line 868, in _search resp = requests.get( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/api.py", line 75, in get return request('get', url, params=params, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/sessions.py", line 529, in request resp = self.send(prep, **send_kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/sessions.py", line 645, in send r = adapter.send(request, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/adapters.py", line 519, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='shaman.ceph.com', port=443): Max retries exceeded with url: /api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0804064d67a2a63dbabf1801ff452580a050cfc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) 2023-10-21T11:57:52.638 INFO:tasks.cephadm:Teardown complete 2023-10-21T11:57:52.639 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/gevent/_socketcommon.py", line 607, in connect raise _SocketError(err, strerror(err)) TimeoutError: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen httplib_response = self._make_request( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request self._validate_conn(conn) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn conn.connect() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/adapters.py", line 440, in send resp = conn.urlopen( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen retries = retries.increment( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='shaman.ceph.com', port=443): Max retries exceeded with url: /api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0804064d67a2a63dbabf1801ff452580a050cfc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) During handling of the above exception, another exception occurred: 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 215, in _fetch_cephadm_from_chachra log.info('builder_project result: %s' % (bp._result.json())) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/packaging.py", line 862, in _result self._result_obj = self._search() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/packaging.py", line 868, in _search resp = requests.get( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/api.py", line 75, in get return request('get', url, params=params, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/sessions.py", line 529, in request resp = self.send(prep, **send_kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/sessions.py", line 645, in send r = adapter.send(request, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/adapters.py", line 519, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='shaman.ceph.com', port=443): Max retries exceeded with url: /api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0804064d67a2a63dbabf1801ff452580a050cfc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) 2023-10-21T11:57:52.719 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=8a3fa204499a4cbbbe678aa1e43e6826 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/gevent/_socketcommon.py", line 607, in connect raise _SocketError(err, strerror(err)) TimeoutError: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen httplib_response = self._make_request( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request self._validate_conn(conn) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn conn.connect() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/adapters.py", line 440, in send resp = conn.urlopen( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen retries = retries.increment( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='shaman.ceph.com', port=443): Max retries exceeded with url: /api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0804064d67a2a63dbabf1801ff452580a050cfc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) During handling of the above exception, another exception occurred: 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 215, in _fetch_cephadm_from_chachra log.info('builder_project result: %s' % (bp._result.json())) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/packaging.py", line 862, in _result self._result_obj = self._search() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/packaging.py", line 868, in _search resp = requests.get( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/api.py", line 75, in get return request('get', url, params=params, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/sessions.py", line 529, in request resp = self.send(prep, **send_kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/sessions.py", line 645, in send r = adapter.send(request, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/adapters.py", line 519, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='shaman.ceph.com', port=443): Max retries exceeded with url: /api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0804064d67a2a63dbabf1801ff452580a050cfc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) 2023-10-21T11:57:52.726 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-10-21T11:57:52.736 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-10-21T11:57:52.760 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi003:/dev/vg_nvme/lv_1... 2023-10-21T11:57:52.761 DEBUG:teuthology.orchestra.run.smithi003:> sudo nvme disconnect -n lv_1 2023-10-21T11:57:52.897 INFO:teuthology.orchestra.run.smithi003.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-10-21T11:57:52.898 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T11:57:52.899 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi003:/dev/vg_nvme/lv_2... 2023-10-21T11:57:52.899 DEBUG:teuthology.orchestra.run.smithi003:> sudo nvme disconnect -n lv_2 2023-10-21T11:57:53.030 INFO:teuthology.orchestra.run.smithi003.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-10-21T11:57:53.031 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T11:57:53.031 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi003:/dev/vg_nvme/lv_3... 2023-10-21T11:57:53.032 DEBUG:teuthology.orchestra.run.smithi003:> sudo nvme disconnect -n lv_3 2023-10-21T11:57:53.166 INFO:teuthology.orchestra.run.smithi003.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-10-21T11:57:53.167 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T11:57:53.168 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi003:/dev/vg_nvme/lv_4... 2023-10-21T11:57:53.168 DEBUG:teuthology.orchestra.run.smithi003:> sudo nvme disconnect -n lv_4 2023-10-21T11:57:53.289 INFO:teuthology.orchestra.run.smithi003.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-10-21T11:57:53.291 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T11:57:53.291 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-10-21T11:57:53.292 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/scratch_devs 2023-10-21T11:57:53.326 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi139:/dev/vg_nvme/lv_1... 2023-10-21T11:57:53.327 DEBUG:teuthology.orchestra.run.smithi139:> sudo nvme disconnect -n lv_1 2023-10-21T11:57:53.454 INFO:teuthology.orchestra.run.smithi139.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-10-21T11:57:53.455 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T11:57:53.456 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi139:/dev/vg_nvme/lv_2... 2023-10-21T11:57:53.456 DEBUG:teuthology.orchestra.run.smithi139:> sudo nvme disconnect -n lv_2 2023-10-21T11:57:53.584 INFO:teuthology.orchestra.run.smithi139.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-10-21T11:57:53.585 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T11:57:53.586 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi139:/dev/vg_nvme/lv_3... 2023-10-21T11:57:53.586 DEBUG:teuthology.orchestra.run.smithi139:> sudo nvme disconnect -n lv_3 2023-10-21T11:57:53.721 INFO:teuthology.orchestra.run.smithi139.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-10-21T11:57:53.722 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T11:57:53.723 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi139:/dev/vg_nvme/lv_4... 2023-10-21T11:57:53.723 DEBUG:teuthology.orchestra.run.smithi139:> sudo nvme disconnect -n lv_4 2023-10-21T11:57:53.848 INFO:teuthology.orchestra.run.smithi139.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-10-21T11:57:53.849 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T11:57:53.850 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-10-21T11:57:53.850 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/scratch_devs 2023-10-21T11:57:53.881 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-10-21T11:57:53.892 INFO:teuthology.task.clock:Checking final clock skew... 2023-10-21T11:57:53.892 DEBUG:teuthology.orchestra.run.smithi003:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-21T11:57:53.896 DEBUG:teuthology.orchestra.run.smithi139:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-21T11:57:53.915 INFO:teuthology.orchestra.run.smithi003.stderr:bash: ntpq: command not found 2023-10-21T11:57:53.921 INFO:teuthology.orchestra.run.smithi003.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-21T11:57:53.921 INFO:teuthology.orchestra.run.smithi003.stdout:=============================================================================== 2023-10-21T11:57:53.921 INFO:teuthology.orchestra.run.smithi003.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 14 +724us[ +724us] +/- 97ms 2023-10-21T11:57:53.922 INFO:teuthology.orchestra.run.smithi003.stdout:^* hv02.front.sepia.ceph.com 3 6 77 15 -872us[ -903us] +/- 54ms 2023-10-21T11:57:53.922 INFO:teuthology.orchestra.run.smithi003.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 14 +590us[ +590us] +/- 78ms 2023-10-21T11:57:53.922 INFO:teuthology.orchestra.run.smithi003.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T11:57:53.941 INFO:teuthology.orchestra.run.smithi139.stderr:bash: ntpq: command not found 2023-10-21T11:57:53.945 INFO:teuthology.orchestra.run.smithi139.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-21T11:57:53.945 INFO:teuthology.orchestra.run.smithi139.stdout:=============================================================================== 2023-10-21T11:57:53.946 INFO:teuthology.orchestra.run.smithi139.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 15 +750us[ +697us] +/- 97ms 2023-10-21T11:57:53.946 INFO:teuthology.orchestra.run.smithi139.stdout:^* hv02.front.sepia.ceph.com 3 6 77 14 -836us[ -889us] +/- 54ms 2023-10-21T11:57:53.946 INFO:teuthology.orchestra.run.smithi139.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 16 +602us[ +549us] +/- 78ms 2023-10-21T11:57:53.946 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T11:57:53.947 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-10-21T11:57:53.956 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-10-21T11:57:53.957 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-10-21T11:57:53.969 DEBUG:teuthology.orchestra.run.smithi003:> 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-21T11:57:54.071 DEBUG:teuthology.orchestra.run.smithi139:> 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-21T11:57:54.161 DEBUG:teuthology.orchestra.run.smithi003:> 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-21T11:57:54.200 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T11:57:54.201 DEBUG:teuthology.orchestra.run.smithi139:> 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-21T11:57:54.233 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T11:57:54.234 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-10-21T11:57:54.244 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-10-21T11:57:54.254 INFO:teuthology.task.internal:Duration was 643.394088 seconds 2023-10-21T11:57:54.255 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-10-21T11:57:54.265 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-10-21T11:57:54.265 DEBUG:teuthology.orchestra.run.smithi003:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-21T11:57:54.268 DEBUG:teuthology.orchestra.run.smithi139:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-21T11:57:54.320 INFO:teuthology.orchestra.run.smithi139.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-21T11:57:54.326 INFO:teuthology.orchestra.run.smithi003.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-21T11:57:54.600 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-10-21T11:57:54.600 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi003.front.sepia.ceph.com 2023-10-21T11:57:54.601 DEBUG:teuthology.orchestra.run.smithi003:> 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-21T11:57:54.631 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi139.front.sepia.ceph.com 2023-10-21T11:57:54.632 DEBUG:teuthology.orchestra.run.smithi139:> 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-21T11:57:54.654 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-10-21T11:57:54.655 DEBUG:teuthology.orchestra.run.smithi003:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-21T11:57:54.674 DEBUG:teuthology.orchestra.run.smithi139:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-21T11:57:54.731 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-10-21T11:57:54.732 DEBUG:teuthology.orchestra.run.smithi003:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-21T11:57:54.735 DEBUG:teuthology.orchestra.run.smithi139:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-21T11:57:54.836 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-10-21T11:57:54.847 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-10-21T11:57:54.847 DEBUG:teuthology.orchestra.run.smithi003:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-21T11:57:54.880 DEBUG:teuthology.orchestra.run.smithi139:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-21T11:57:54.911 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-10-21T11:57:54.921 DEBUG:teuthology.orchestra.run.smithi003:> 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-21T11:57:54.924 DEBUG:teuthology.orchestra.run.smithi139:> 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-21T11:57:54.956 INFO:teuthology.orchestra.run.smithi003.stdout:kernel.core_pattern = core 2023-10-21T11:57:54.977 INFO:teuthology.orchestra.run.smithi139.stdout:kernel.core_pattern = core 2023-10-21T11:57:55.001 DEBUG:teuthology.orchestra.run.smithi003:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-21T11:57:55.041 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T11:57:55.042 DEBUG:teuthology.orchestra.run.smithi139:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-21T11:57:55.059 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T11:57:55.060 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-10-21T11:57:55.070 INFO:teuthology.task.internal:Transferring archived files... 2023-10-21T11:57:55.071 DEBUG:teuthology.misc:Transferring archived files from smithi003:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434063/remote/smithi003 2023-10-21T11:57:55.072 DEBUG:teuthology.orchestra.run.smithi003:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-21T11:57:55.142 DEBUG:teuthology.misc:Transferring archived files from smithi139:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434063/remote/smithi139 2023-10-21T11:57:55.143 DEBUG:teuthology.orchestra.run.smithi139:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-21T11:57:55.188 INFO:teuthology.task.internal:Removing archive directory... 2023-10-21T11:57:55.189 DEBUG:teuthology.orchestra.run.smithi003:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-21T11:57:55.192 DEBUG:teuthology.orchestra.run.smithi139:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-21T11:57:55.241 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-10-21T11:57:55.253 INFO:teuthology.task.internal:Not uploading archives. 2023-10-21T11:57:55.254 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-10-21T11:57:55.265 INFO:teuthology.task.internal:Tidying up after the test... 2023-10-21T11:57:55.266 DEBUG:teuthology.orchestra.run.smithi003:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-21T11:57:55.268 DEBUG:teuthology.orchestra.run.smithi139:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-21T11:57:55.289 INFO:teuthology.orchestra.run.smithi003.stdout: 393225 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 21 11:57 /home/ubuntu/cephtest 2023-10-21T11:57:55.298 INFO:teuthology.orchestra.run.smithi139.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 21 11:57 /home/ubuntu/cephtest 2023-10-21T11:57:55.300 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-10-21T11:57:55.310 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-10-21T11:57:55.339 INFO:teuthology.nuke:Checking targets against current locks 2023-10-21T11:57:55.367 DEBUG:teuthology.nuke:shortname: smithi003 2023-10-21T11:57:55.368 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-21T11:57:55.394 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi003.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434063', '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 11:38:15.890254', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB1EPVijUwE6td+XGBOu3IdfKpr54I6SPjkkIJHEXkS0W1T82sp9glHv4Cu1bKuHduaW47Rtf3dPSRMOgQPu83g='} 2023-10-21T11:57:55.396 DEBUG:teuthology.nuke:shortname: smithi139 2023-10-21T11:57:55.396 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-21T11:57:55.423 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi139.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434063', '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 11:38:15.888401', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEBkhAQglf+eex5NXU2E0Lsew19wJ8KLWQWXLmm5H+fOFPy6gvQT2sinLmp9u7N1IBhQ5LPcMTnX4sVaynqZS2Q='} 2023-10-21T11:57:55.452 INFO:teuthology.orchestra.console.smithi003:Power off 2023-10-21T11:57:55.453 DEBUG:teuthology.orchestra.console.smithi003:pexpect command: ipmitool -H smithi003.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-21T11:57:55.477 DEBUG:teuthology.orchestra.console.smithi003:power off output: Chassis Power Control: Down/Off 2023-10-21T11:57:55.478 DEBUG:teuthology.orchestra.console.smithi003:pexpect command: ipmitool -H smithi003.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-21T11:57:55.493 INFO:teuthology.orchestra.console.smithi139:Power off 2023-10-21T11:57:55.493 DEBUG:teuthology.orchestra.console.smithi139:pexpect command: ipmitool -H smithi139.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-21T11:57:55.502 DEBUG:teuthology.orchestra.console.smithi003:check power output: Chassis Power is on 2023-10-21T11:57:55.515 DEBUG:teuthology.orchestra.console.smithi139:power off output: Chassis Power Control: Down/Off 2023-10-21T11:57:55.516 DEBUG:teuthology.orchestra.console.smithi139:pexpect command: ipmitool -H smithi139.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-21T11:57:55.539 DEBUG:teuthology.orchestra.console.smithi139:check power output: Chassis Power is on 2023-10-21T11:57:59.504 DEBUG:teuthology.orchestra.console.smithi003:pexpect command: ipmitool -H smithi003.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-21T11:57:59.540 DEBUG:teuthology.orchestra.console.smithi139:pexpect command: ipmitool -H smithi139.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-21T11:57:59.615 DEBUG:teuthology.orchestra.console.smithi003:check power output: Chassis Power is on 2023-10-21T11:57:59.652 DEBUG:teuthology.orchestra.console.smithi139:check power output: Chassis Power is on 2023-10-21T11:58:03.618 DEBUG:teuthology.orchestra.console.smithi003:pexpect command: ipmitool -H smithi003.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-21T11:58:03.653 DEBUG:teuthology.orchestra.console.smithi139:pexpect command: ipmitool -H smithi139.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-21T11:58:03.728 DEBUG:teuthology.orchestra.console.smithi003:check power output: Chassis Power is off 2023-10-21T11:58:03.763 DEBUG:teuthology.orchestra.console.smithi139:check power output: Chassis Power is off 2023-10-21T11:58:03.829 INFO:teuthology.orchestra.console.smithi003:Power off completed 2023-10-21T11:58:03.864 INFO:teuthology.orchestra.console.smithi139:Power off completed 2023-10-21T11:58:03.970 INFO:teuthology.run:Summary data: description: orch/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} duration: 643.3940880298615 failure_reason: 'HTTPSConnectionPool(host=''shaman.ceph.com'', port=443): Max retries exceeded with url: /api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0804064d67a2a63dbabf1801ff452580a050cfc (Caused by NewConnectionError('': Failed to establish a new connection: [Errno 110] Connection timed out''))' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=8a3fa204499a4cbbbe678aa1e43e6826 status: fail success: false 2023-10-21T11:58:03.970 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-21T11:58:04.039 INFO:teuthology.run:FAIL