2024-05-10T22:52:27.645 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-10T22:52:27.646 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701870 --name teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi --verbose --owner scheduled_teuthology@teuthology --description orch/cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} -- /home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701870/orig.config.yaml 2024-05-10T22:52:27.677 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-10T22:52:27.790 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701870 branch: squid description: orch/cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} email: ceph-qa@ceph.com first_in_suite: false job_id: '7701870' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: squid 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\) log-only-match: - CEPHADM_ sha1: f72fecff68e1d400c4568684327c900485c20d6a ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: f72fecff68e1d400c4568684327c900485c20d6a selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: f72fecff68e1d400c4568684327c900485c20d6a owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - client.0 - - host.b - client.1 seed: 2153 sha1: f72fecff68e1d400c4568684327c900485c20d6a sleep_before_teardown: 0 subset: 20/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_f72fecff68e1d400c4568684327c900485c20d6a/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: f72fecff68e1d400c4568684327c900485c20d6a targets: smithi040.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFmmF5ggrddMnagQu6lTfpLs8Jx7ZzCfavvqHCUY5iHaen0+dzlrFXtfN8zRsRe9oMdIdo9Nj6w4WSdlIkuFgOE= smithi167.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPVbQ7nw3eHWEmH7tmkwe8iGRCLnteTX4UF24UW8AiBVZ/Ae6BfVwt+IvdyZtqv09+Io6bTP8ggElSUOFembuDs= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.apply: specs: - placement: count: 2 service_id: foo service_type: nfs spec: port: 12049 - service_id: nfs.foo service_type: ingress spec: backend_service: nfs.foo frontend_port: 2049 monitor_port: 9002 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - cephadm.shell: host.a: - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 1ae7ad82388e92a475afff437d49054826c019a1 timestamp: 2024-05-10_21:08:03 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-05-10T22:52:27.791 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_f72fecff68e1d400c4568684327c900485c20d6a/qa; will attempt to use it 2024-05-10T22:52:27.791 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_f72fecff68e1d400c4568684327c900485c20d6a/qa/tasks 2024-05-10T22:52:27.791 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-10T22:52:27.793 INFO:teuthology.task.internal:Checking packages... 2024-05-10T22:52:27.816 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'f72fecff68e1d400c4568684327c900485c20d6a' 2024-05-10T22:52:27.816 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-10T22:52:27.816 INFO:teuthology.packaging:ref: None 2024-05-10T22:52:27.816 INFO:teuthology.packaging:tag: None 2024-05-10T22:52:27.816 INFO:teuthology.packaging:branch: squid 2024-05-10T22:52:27.816 INFO:teuthology.packaging:sha1: f72fecff68e1d400c4568684327c900485c20d6a 2024-05-10T22:52:27.817 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=squid 2024-05-10T22:52:28.036 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2555.gf72fecff 2024-05-10T22:52:28.037 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-10T22:52:28.044 INFO:teuthology.task.internal:no buildpackages task found 2024-05-10T22:52:28.044 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-10T22:52:28.050 INFO:teuthology.task.internal:Saving configuration 2024-05-10T22:52:28.061 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-10T22:52:28.068 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-10T22:52:28.092 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi040.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701870', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-10 22:45:12.179666', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFmmF5ggrddMnagQu6lTfpLs8Jx7ZzCfavvqHCUY5iHaen0+dzlrFXtfN8zRsRe9oMdIdo9Nj6w4WSdlIkuFgOE='} 2024-05-10T22:52:28.116 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi167.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701870', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-10 22:45:12.178351', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPVbQ7nw3eHWEmH7tmkwe8iGRCLnteTX4UF24UW8AiBVZ/Ae6BfVwt+IvdyZtqv09+Io6bTP8ggElSUOFembuDs='} 2024-05-10T22:52:28.117 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-10T22:52:28.123 INFO:teuthology.task.internal:roles: ubuntu@smithi040.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-05-10T22:52:28.123 INFO:teuthology.task.internal:roles: ubuntu@smithi167.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-05-10T22:52:28.123 INFO:teuthology.run_tasks:Running task console_log... 2024-05-10T22:52:28.193 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ff5b6c3a0d0>, signals=[15]) 2024-05-10T22:52:28.193 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-10T22:52:28.199 INFO:teuthology.task.internal:Opening connections... 2024-05-10T22:52:28.200 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi040.front.sepia.ceph.com 2024-05-10T22:52:28.201 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T22:52:28.277 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi167.front.sepia.ceph.com 2024-05-10T22:52:28.278 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T22:52:28.348 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-10T22:52:28.355 DEBUG:teuthology.orchestra.run.smithi040:> uname -m 2024-05-10T22:52:28.374 INFO:teuthology.orchestra.run.smithi040.stdout:x86_64 2024-05-10T22:52:28.374 DEBUG:teuthology.orchestra.run.smithi040:> cat /etc/os-release 2024-05-10T22:52:28.432 INFO:teuthology.orchestra.run.smithi040.stdout:NAME="CentOS Stream" 2024-05-10T22:52:28.432 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION="9" 2024-05-10T22:52:28.432 INFO:teuthology.orchestra.run.smithi040.stdout:ID="centos" 2024-05-10T22:52:28.432 INFO:teuthology.orchestra.run.smithi040.stdout:ID_LIKE="rhel fedora" 2024-05-10T22:52:28.432 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION_ID="9" 2024-05-10T22:52:28.432 INFO:teuthology.orchestra.run.smithi040.stdout:PLATFORM_ID="platform:el9" 2024-05-10T22:52:28.432 INFO:teuthology.orchestra.run.smithi040.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-10T22:52:28.432 INFO:teuthology.orchestra.run.smithi040.stdout:ANSI_COLOR="0;31" 2024-05-10T22:52:28.432 INFO:teuthology.orchestra.run.smithi040.stdout:LOGO="fedora-logo-icon" 2024-05-10T22:52:28.433 INFO:teuthology.orchestra.run.smithi040.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-10T22:52:28.433 INFO:teuthology.orchestra.run.smithi040.stdout:HOME_URL="https://centos.org/" 2024-05-10T22:52:28.433 INFO:teuthology.orchestra.run.smithi040.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-10T22:52:28.433 INFO:teuthology.orchestra.run.smithi040.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-10T22:52:28.433 INFO:teuthology.orchestra.run.smithi040.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-10T22:52:28.433 INFO:teuthology.lock.ops:Updating smithi040.front.sepia.ceph.com on lock server 2024-05-10T22:52:28.461 DEBUG:teuthology.orchestra.run.smithi167:> uname -m 2024-05-10T22:52:28.478 INFO:teuthology.orchestra.run.smithi167.stdout:x86_64 2024-05-10T22:52:28.479 DEBUG:teuthology.orchestra.run.smithi167:> cat /etc/os-release 2024-05-10T22:52:28.536 INFO:teuthology.orchestra.run.smithi167.stdout:NAME="CentOS Stream" 2024-05-10T22:52:28.536 INFO:teuthology.orchestra.run.smithi167.stdout:VERSION="9" 2024-05-10T22:52:28.536 INFO:teuthology.orchestra.run.smithi167.stdout:ID="centos" 2024-05-10T22:52:28.536 INFO:teuthology.orchestra.run.smithi167.stdout:ID_LIKE="rhel fedora" 2024-05-10T22:52:28.536 INFO:teuthology.orchestra.run.smithi167.stdout:VERSION_ID="9" 2024-05-10T22:52:28.536 INFO:teuthology.orchestra.run.smithi167.stdout:PLATFORM_ID="platform:el9" 2024-05-10T22:52:28.536 INFO:teuthology.orchestra.run.smithi167.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-10T22:52:28.536 INFO:teuthology.orchestra.run.smithi167.stdout:ANSI_COLOR="0;31" 2024-05-10T22:52:28.536 INFO:teuthology.orchestra.run.smithi167.stdout:LOGO="fedora-logo-icon" 2024-05-10T22:52:28.536 INFO:teuthology.orchestra.run.smithi167.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-10T22:52:28.536 INFO:teuthology.orchestra.run.smithi167.stdout:HOME_URL="https://centos.org/" 2024-05-10T22:52:28.537 INFO:teuthology.orchestra.run.smithi167.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-10T22:52:28.537 INFO:teuthology.orchestra.run.smithi167.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-10T22:52:28.537 INFO:teuthology.orchestra.run.smithi167.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-10T22:52:28.537 INFO:teuthology.lock.ops:Updating smithi167.front.sepia.ceph.com on lock server 2024-05-10T22:52:28.560 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-10T22:52:28.569 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-10T22:52:28.574 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-10T22:52:28.574 DEBUG:teuthology.orchestra.run.smithi040:> test '!' -e /home/ubuntu/cephtest 2024-05-10T22:52:28.577 DEBUG:teuthology.orchestra.run.smithi167:> test '!' -e /home/ubuntu/cephtest 2024-05-10T22:52:28.593 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-10T22:52:28.599 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-10T22:52:28.599 DEBUG:teuthology.orchestra.run.smithi040:> test -z $(ls -A /var/lib/ceph) 2024-05-10T22:52:28.633 DEBUG:teuthology.orchestra.run.smithi167:> test -z $(ls -A /var/lib/ceph) 2024-05-10T22:52:28.745 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-10T22:52:28.797 INFO:teuthology.run_tasks:Running task kernel... 2024-05-10T22:52:28.815 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-10T22:52:28.815 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-10T22:52:28.815 DEBUG:teuthology.orchestra.run.smithi040:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-10T22:52:28.816 DEBUG:teuthology.orchestra.run.smithi167:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-10T22:52:28.832 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T22:52:28.832 DEBUG:teuthology.orchestra.run.smithi167:> uname -r 2024-05-10T22:52:28.833 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T22:52:28.833 DEBUG:teuthology.orchestra.run.smithi040:> uname -r 2024-05-10T22:52:28.889 INFO:teuthology.orchestra.run.smithi167.stdout:5.14.0-437.el9.x86_64 2024-05-10T22:52:28.889 INFO:teuthology.task.kernel:Running kernel on smithi167: 5.14.0-437.el9.x86_64 2024-05-10T22:52:28.889 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum install -y kernel 2024-05-10T22:52:28.891 INFO:teuthology.orchestra.run.smithi040.stdout:5.14.0-437.el9.x86_64 2024-05-10T22:52:28.891 INFO:teuthology.task.kernel:Running kernel on smithi040: 5.14.0-437.el9.x86_64 2024-05-10T22:52:28.891 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum install -y kernel 2024-05-10T22:52:31.069 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.1 MB 00:00 2024-05-10T22:52:31.305 INFO:teuthology.orchestra.run.smithi167.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.1 MB 00:00 2024-05-10T22:52:33.039 INFO:teuthology.orchestra.run.smithi167.stdout:CentOS Stream 9 - AppStream 29 MB/s | 19 MB 00:00 2024-05-10T22:52:34.179 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - AppStream 9.6 MB/s | 19 MB 00:01 2024-05-10T22:52:37.023 INFO:teuthology.orchestra.run.smithi167.stdout:CentOS Stream 9 - CRB 14 MB/s | 6.2 MB 00:00 2024-05-10T22:52:38.380 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - CRB 12 MB/s | 6.2 MB 00:00 2024-05-10T22:52:39.407 INFO:teuthology.orchestra.run.smithi167.stdout:CentOS Stream 9 - Extras packages 13 kB/s | 16 kB 00:01 2024-05-10T22:52:39.747 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - Extras packages 101 kB/s | 16 kB 00:00 2024-05-10T22:52:41.801 INFO:teuthology.orchestra.run.smithi040.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-05-10T22:52:47.032 INFO:teuthology.orchestra.run.smithi040.stdout:lab-extras 38 kB/s | 1.7 kB 00:00 2024-05-10T22:52:49.113 INFO:teuthology.orchestra.run.smithi040.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-10T22:52:49.113 INFO:teuthology.orchestra.run.smithi040.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-10T22:52:49.222 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-05-10T22:52:49.231 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-05-10T22:52:49.231 INFO:teuthology.orchestra.run.smithi040.stdout: Package Architecture Version Repository Size 2024-05-10T22:52:49.232 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-05-10T22:52:49.232 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-05-10T22:52:49.232 INFO:teuthology.orchestra.run.smithi040.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-10T22:52:49.232 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-05-10T22:52:49.232 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-10T22:52:49.232 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-10T22:52:49.232 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-10T22:52:49.232 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-05-10T22:52:49.232 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-05-10T22:52:49.232 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-05-10T22:52:49.232 INFO:teuthology.orchestra.run.smithi040.stdout:Install 4 Packages 2024-05-10T22:52:49.232 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-05-10T22:52:49.233 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 78 M 2024-05-10T22:52:49.233 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 123 M 2024-05-10T22:52:49.233 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-05-10T22:52:49.533 INFO:teuthology.orchestra.run.smithi040.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 3.0 MB/s | 484 kB 00:00 2024-05-10T22:52:49.858 INFO:teuthology.orchestra.run.smithi040.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 32 MB/s | 15 MB 00:00 2024-05-10T22:52:50.425 INFO:teuthology.orchestra.run.smithi040.stdout:(3/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 32 MB/s | 34 MB 00:01 2024-05-10T22:52:50.776 INFO:teuthology.orchestra.run.smithi040.stdout:(4/4): kernel-modules-core-5.14.0-444.el9.x86_6 23 MB/s | 28 MB 00:01 2024-05-10T22:52:50.776 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-05-10T22:52:50.776 INFO:teuthology.orchestra.run.smithi040.stdout:Total 50 MB/s | 78 MB 00:01 2024-05-10T22:52:51.483 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-05-10T22:52:51.869 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-05-10T22:52:51.870 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-05-10T22:52:52.817 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-05-10T22:52:52.817 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-05-10T22:52:55.367 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-05-10T22:52:56.036 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-10T22:52:56.118 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-10T22:52:58.936 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-10T22:52:59.064 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-10T22:53:00.984 INFO:teuthology.orchestra.run.smithi167.stdout:Extra Packages for Enterprise Linux 1.0 MB/s | 21 MB 00:21 2024-05-10T22:53:04.145 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-10T22:53:04.250 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-10T22:53:06.106 INFO:teuthology.orchestra.run.smithi167.stdout:lab-extras 44 kB/s | 1.7 kB 00:00 2024-05-10T22:53:08.062 INFO:teuthology.orchestra.run.smithi167.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-10T22:53:08.062 INFO:teuthology.orchestra.run.smithi167.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-10T22:53:08.152 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2024-05-10T22:53:08.160 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-05-10T22:53:08.160 INFO:teuthology.orchestra.run.smithi167.stdout: Package Architecture Version Repository Size 2024-05-10T22:53:08.160 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-05-10T22:53:08.160 INFO:teuthology.orchestra.run.smithi167.stdout:Installing: 2024-05-10T22:53:08.160 INFO:teuthology.orchestra.run.smithi167.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-10T22:53:08.160 INFO:teuthology.orchestra.run.smithi167.stdout:Installing dependencies: 2024-05-10T22:53:08.160 INFO:teuthology.orchestra.run.smithi167.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-10T22:53:08.161 INFO:teuthology.orchestra.run.smithi167.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-10T22:53:08.161 INFO:teuthology.orchestra.run.smithi167.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-10T22:53:08.161 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-05-10T22:53:08.161 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2024-05-10T22:53:08.161 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-05-10T22:53:08.161 INFO:teuthology.orchestra.run.smithi167.stdout:Install 4 Packages 2024-05-10T22:53:08.161 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-05-10T22:53:08.162 INFO:teuthology.orchestra.run.smithi167.stdout:Total download size: 78 M 2024-05-10T22:53:08.162 INFO:teuthology.orchestra.run.smithi167.stdout:Installed size: 123 M 2024-05-10T22:53:08.162 INFO:teuthology.orchestra.run.smithi167.stdout:Downloading Packages: 2024-05-10T22:53:08.516 INFO:teuthology.orchestra.run.smithi167.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 1.5 MB/s | 484 kB 00:00 2024-05-10T22:53:09.348 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-10T22:53:09.991 INFO:teuthology.orchestra.run.smithi167.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 8.6 MB/s | 15 MB 00:01 2024-05-10T22:53:10.683 INFO:teuthology.orchestra.run.smithi167.stdout:(3/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 14 MB/s | 34 MB 00:02 2024-05-10T22:53:11.059 INFO:teuthology.orchestra.run.smithi167.stdout:(4/4): kernel-modules-core-5.14.0-444.el9.x86_6 11 MB/s | 28 MB 00:02 2024-05-10T22:53:11.059 INFO:teuthology.orchestra.run.smithi167.stdout:-------------------------------------------------------------------------------- 2024-05-10T22:53:11.059 INFO:teuthology.orchestra.run.smithi167.stdout:Total 27 MB/s | 78 MB 00:02 2024-05-10T22:53:11.734 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction check 2024-05-10T22:53:12.089 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction check succeeded. 2024-05-10T22:53:12.089 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction test 2024-05-10T22:53:13.002 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction test succeeded. 2024-05-10T22:53:13.003 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction 2024-05-10T22:53:15.436 INFO:teuthology.orchestra.run.smithi167.stdout: Preparing : 1/1 2024-05-10T22:53:16.109 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-10T22:53:16.201 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-10T22:53:18.882 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-10T22:53:19.024 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-10T22:53:23.752 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-10T22:53:23.876 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-10T22:53:28.598 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-10T22:53:40.379 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-10T22:53:40.419 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-10T22:53:40.713 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-10T22:53:40.713 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-10T22:53:40.713 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-10T22:53:40.713 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-10T22:53:41.485 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-10T22:53:41.485 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-05-10T22:53:41.486 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-05-10T22:53:41.486 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-10T22:53:41.486 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-10T22:53:41.486 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-10T22:53:41.486 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-10T22:53:41.486 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-05-10T22:53:41.486 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-05-10T22:53:41.814 DEBUG:teuthology.orchestra.run.smithi040:> rpm -q kernel | sort -rV | head -n 1 2024-05-10T22:53:41.886 INFO:teuthology.orchestra.run.smithi040.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-10T22:53:41.886 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-10T22:53:41.886 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-444.el9.x86_64 2024-05-10T22:53:41.887 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-10T22:53:41.887 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-10T22:53:41.887 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-10T22:53:41.887 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi040.front.sepia.ceph.com, path=None, version=distro) 2024-05-10T22:53:41.887 DEBUG:teuthology.orchestra.run.smithi040:> rpm -q kernel | sort -rV | head -n 1 2024-05-10T22:53:41.938 INFO:teuthology.orchestra.run.smithi040.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-10T22:53:41.938 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-10T22:53:41.938 DEBUG:teuthology.orchestra.run.smithi040:> sudo rpm -qi grub2-tools 2024-05-10T22:53:41.979 INFO:teuthology.orchestra.run.smithi040.stdout:Name : grub2-tools 2024-05-10T22:53:41.980 INFO:teuthology.orchestra.run.smithi040.stdout:Epoch : 1 2024-05-10T22:53:41.980 INFO:teuthology.orchestra.run.smithi040.stdout:Version : 2.06 2024-05-10T22:53:41.980 INFO:teuthology.orchestra.run.smithi040.stdout:Release : 68.el9 2024-05-10T22:53:41.980 INFO:teuthology.orchestra.run.smithi040.stdout:Architecture: x86_64 2024-05-10T22:53:41.980 INFO:teuthology.orchestra.run.smithi040.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-10T22:53:41.980 INFO:teuthology.orchestra.run.smithi040.stdout:Group : Unspecified 2024-05-10T22:53:41.980 INFO:teuthology.orchestra.run.smithi040.stdout:Size : 8264254 2024-05-10T22:53:41.980 INFO:teuthology.orchestra.run.smithi040.stdout:License : GPLv3+ 2024-05-10T22:53:41.980 INFO:teuthology.orchestra.run.smithi040.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-10T22:53:41.980 INFO:teuthology.orchestra.run.smithi040.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-10T22:53:41.980 INFO:teuthology.orchestra.run.smithi040.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-10T22:53:41.980 INFO:teuthology.orchestra.run.smithi040.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-10T22:53:41.980 INFO:teuthology.orchestra.run.smithi040.stdout:Packager : builder@centos.org 2024-05-10T22:53:41.981 INFO:teuthology.orchestra.run.smithi040.stdout:Vendor : CentOS 2024-05-10T22:53:41.981 INFO:teuthology.orchestra.run.smithi040.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-10T22:53:41.981 INFO:teuthology.orchestra.run.smithi040.stdout:Summary : Support tools for GRUB. 2024-05-10T22:53:41.981 INFO:teuthology.orchestra.run.smithi040.stdout:Description : 2024-05-10T22:53:41.981 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-05-10T22:53:41.981 INFO:teuthology.orchestra.run.smithi040.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-10T22:53:41.981 INFO:teuthology.orchestra.run.smithi040.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-10T22:53:41.981 INFO:teuthology.orchestra.run.smithi040.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-10T22:53:41.981 INFO:teuthology.orchestra.run.smithi040.stdout:hardware devices. 2024-05-10T22:53:41.981 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-05-10T22:53:41.981 INFO:teuthology.orchestra.run.smithi040.stdout:This subpackage provides tools for support of all platforms. 2024-05-10T22:53:41.982 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-10T22:53:41.982 INFO:teuthology.task.kernel:Updating grub on smithi040 to boot 5.14.0-444.el9.x86_64 2024-05-10T22:53:41.982 DEBUG:teuthology.orchestra.run.smithi040:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-10T22:53:42.554 INFO:teuthology.orchestra.run.smithi040.stderr:Generating grub configuration file ... 2024-05-10T22:53:44.062 INFO:teuthology.orchestra.run.smithi040.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-10T22:53:44.091 INFO:teuthology.orchestra.run.smithi040.stderr:done 2024-05-10T22:53:44.093 DEBUG:teuthology.orchestra.run.smithi040:> mktemp 2024-05-10T22:53:44.109 INFO:teuthology.orchestra.run.smithi040.stdout:/tmp/tmp.Lbb9im9FEW 2024-05-10T22:53:44.109 DEBUG:teuthology.orchestra.run.smithi040:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Lbb9im9FEW 2024-05-10T22:53:44.180 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod 0666 /tmp/tmp.Lbb9im9FEW 2024-05-10T22:53:44.314 DEBUG:teuthology.orchestra.remote:smithi040:/tmp/tmp.Lbb9im9FEW is 6KB 2024-05-10T22:53:44.363 DEBUG:teuthology.orchestra.run.smithi040:> rm -fr /tmp/tmp.Lbb9im9FEW 2024-05-10T22:53:44.377 DEBUG:teuthology.orchestra.run.smithi040:> sudo /bin/ls /boot/loader/entries || true 2024-05-10T22:53:44.440 INFO:teuthology.orchestra.run.smithi040.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-10T22:53:44.440 INFO:teuthology.orchestra.run.smithi040.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-10T22:53:44.440 INFO:teuthology.orchestra.run.smithi040.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-10T22:53:44.440 INFO:teuthology.orchestra.run.smithi040.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-10T22:53:44.442 DEBUG:teuthology.orchestra.run.smithi040:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-10T22:53:44.596 DEBUG:teuthology.orchestra.run.smithi040:> sudo shutdown -r now 2024-05-10T22:53:58.370 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-10T22:53:58.409 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-10T22:53:58.796 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-10T22:53:58.797 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-10T22:53:58.797 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-10T22:53:58.797 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-10T22:53:59.595 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-10T22:53:59.595 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-05-10T22:53:59.595 INFO:teuthology.orchestra.run.smithi167.stdout:Installed: 2024-05-10T22:53:59.595 INFO:teuthology.orchestra.run.smithi167.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-10T22:53:59.595 INFO:teuthology.orchestra.run.smithi167.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-10T22:53:59.595 INFO:teuthology.orchestra.run.smithi167.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-10T22:53:59.595 INFO:teuthology.orchestra.run.smithi167.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-10T22:53:59.595 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-05-10T22:53:59.596 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2024-05-10T22:53:59.927 DEBUG:teuthology.orchestra.run.smithi167:> rpm -q kernel | sort -rV | head -n 1 2024-05-10T22:53:59.996 INFO:teuthology.orchestra.run.smithi167.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-10T22:53:59.996 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-10T22:53:59.996 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-444.el9.x86_64 2024-05-10T22:53:59.997 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-10T22:53:59.997 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-10T22:53:59.997 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-10T22:53:59.997 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi167.front.sepia.ceph.com, path=None, version=distro) 2024-05-10T22:53:59.997 DEBUG:teuthology.orchestra.run.smithi167:> rpm -q kernel | sort -rV | head -n 1 2024-05-10T22:54:00.047 INFO:teuthology.orchestra.run.smithi167.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-10T22:54:00.047 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-10T22:54:00.047 DEBUG:teuthology.orchestra.run.smithi167:> sudo rpm -qi grub2-tools 2024-05-10T22:54:00.077 INFO:teuthology.orchestra.run.smithi167.stdout:Name : grub2-tools 2024-05-10T22:54:00.077 INFO:teuthology.orchestra.run.smithi167.stdout:Epoch : 1 2024-05-10T22:54:00.077 INFO:teuthology.orchestra.run.smithi167.stdout:Version : 2.06 2024-05-10T22:54:00.077 INFO:teuthology.orchestra.run.smithi167.stdout:Release : 68.el9 2024-05-10T22:54:00.078 INFO:teuthology.orchestra.run.smithi167.stdout:Architecture: x86_64 2024-05-10T22:54:00.078 INFO:teuthology.orchestra.run.smithi167.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-10T22:54:00.078 INFO:teuthology.orchestra.run.smithi167.stdout:Group : Unspecified 2024-05-10T22:54:00.078 INFO:teuthology.orchestra.run.smithi167.stdout:Size : 8264254 2024-05-10T22:54:00.078 INFO:teuthology.orchestra.run.smithi167.stdout:License : GPLv3+ 2024-05-10T22:54:00.078 INFO:teuthology.orchestra.run.smithi167.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-10T22:54:00.078 INFO:teuthology.orchestra.run.smithi167.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-10T22:54:00.079 INFO:teuthology.orchestra.run.smithi167.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-10T22:54:00.079 INFO:teuthology.orchestra.run.smithi167.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-10T22:54:00.079 INFO:teuthology.orchestra.run.smithi167.stdout:Packager : builder@centos.org 2024-05-10T22:54:00.079 INFO:teuthology.orchestra.run.smithi167.stdout:Vendor : CentOS 2024-05-10T22:54:00.079 INFO:teuthology.orchestra.run.smithi167.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-10T22:54:00.079 INFO:teuthology.orchestra.run.smithi167.stdout:Summary : Support tools for GRUB. 2024-05-10T22:54:00.079 INFO:teuthology.orchestra.run.smithi167.stdout:Description : 2024-05-10T22:54:00.079 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-05-10T22:54:00.079 INFO:teuthology.orchestra.run.smithi167.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-10T22:54:00.079 INFO:teuthology.orchestra.run.smithi167.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-10T22:54:00.079 INFO:teuthology.orchestra.run.smithi167.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-10T22:54:00.079 INFO:teuthology.orchestra.run.smithi167.stdout:hardware devices. 2024-05-10T22:54:00.080 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-05-10T22:54:00.080 INFO:teuthology.orchestra.run.smithi167.stdout:This subpackage provides tools for support of all platforms. 2024-05-10T22:54:00.081 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-10T22:54:00.081 INFO:teuthology.task.kernel:Updating grub on smithi167 to boot 5.14.0-444.el9.x86_64 2024-05-10T22:54:00.081 DEBUG:teuthology.orchestra.run.smithi167:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-10T22:54:00.706 INFO:teuthology.orchestra.run.smithi167.stderr:Generating grub configuration file ... 2024-05-10T22:54:02.156 INFO:teuthology.orchestra.run.smithi167.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-10T22:54:02.184 INFO:teuthology.orchestra.run.smithi167.stderr:done 2024-05-10T22:54:02.194 DEBUG:teuthology.orchestra.run.smithi167:> mktemp 2024-05-10T22:54:02.209 INFO:teuthology.orchestra.run.smithi167.stdout:/tmp/tmp.n3UIO2t9Ji 2024-05-10T22:54:02.210 DEBUG:teuthology.orchestra.run.smithi167:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.n3UIO2t9Ji 2024-05-10T22:54:02.275 DEBUG:teuthology.orchestra.run.smithi167:> sudo chmod 0666 /tmp/tmp.n3UIO2t9Ji 2024-05-10T22:54:02.416 DEBUG:teuthology.orchestra.remote:smithi167:/tmp/tmp.n3UIO2t9Ji is 6KB 2024-05-10T22:54:02.464 DEBUG:teuthology.orchestra.run.smithi167:> rm -fr /tmp/tmp.n3UIO2t9Ji 2024-05-10T22:54:02.478 DEBUG:teuthology.orchestra.run.smithi167:> sudo /bin/ls /boot/loader/entries || true 2024-05-10T22:54:02.540 INFO:teuthology.orchestra.run.smithi167.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-10T22:54:02.541 INFO:teuthology.orchestra.run.smithi167.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-10T22:54:02.541 INFO:teuthology.orchestra.run.smithi167.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-10T22:54:02.541 INFO:teuthology.orchestra.run.smithi167.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-10T22:54:02.542 DEBUG:teuthology.orchestra.run.smithi167:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-10T22:54:02.682 DEBUG:teuthology.orchestra.run.smithi167:> sudo shutdown -r now 2024-05-10T22:54:14.610 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-10T22:54:14.611 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-05-10T22:54:14.612 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T22:54:32.702 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-10T22:54:32.703 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-05-10T22:54:32.703 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T22:54:32.990 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.40 2024-05-10T22:54:41.998 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-05-10T22:54:41.999 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T22:54:51.170 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.167 2024-05-10T22:55:00.180 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-05-10T22:55:00.181 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T22:55:03.266 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.167 2024-05-10T22:55:15.278 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-05-10T22:55:15.279 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T22:55:33.667 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.167 2024-05-10T22:55:42.008 DEBUG:teuthology.orchestra.remote:timed out 2024-05-10T22:55:48.674 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-05-10T22:55:48.675 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T22:55:49.054 DEBUG:teuthology.orchestra.run.smithi167:> true 2024-05-10T22:55:49.518 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-05-10T22:55:49.518 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-444.el9.x86_64"... 2024-05-10T22:55:49.518 DEBUG:teuthology.orchestra.run.smithi167:> uname -r 2024-05-10T22:55:49.533 INFO:teuthology.orchestra.run.smithi167.stdout:5.14.0-444.el9.x86_64 2024-05-10T22:55:49.533 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-444.el9.x86_64 vs 5.14.0-444.el9.x86_64 2024-05-10T22:55:49.533 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-10T22:55:49.533 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-10T22:55:50.534 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-10T22:55:50.534 DEBUG:teuthology.orchestra.run.smithi167:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-10T22:55:50.649 INFO:teuthology.orchestra.run.smithi167.stdout:ttyS1 2024-05-10T22:55:50.683 DEBUG:teuthology.parallel:result is None 2024-05-10T22:55:54.009 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-05-10T22:55:54.010 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T22:55:54.367 DEBUG:teuthology.orchestra.run.smithi040:> true 2024-05-10T22:55:54.761 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-05-10T22:55:54.762 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-444.el9.x86_64"... 2024-05-10T22:55:54.762 DEBUG:teuthology.orchestra.run.smithi040:> uname -r 2024-05-10T22:55:54.780 INFO:teuthology.orchestra.run.smithi040.stdout:5.14.0-444.el9.x86_64 2024-05-10T22:55:54.780 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-444.el9.x86_64 vs 5.14.0-444.el9.x86_64 2024-05-10T22:55:54.780 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-10T22:55:54.780 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-10T22:55:55.781 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-10T22:55:55.781 DEBUG:teuthology.orchestra.run.smithi040:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-10T22:55:55.861 INFO:teuthology.orchestra.run.smithi040.stdout:ttyS1 2024-05-10T22:55:55.894 DEBUG:teuthology.parallel:result is None 2024-05-10T22:55:55.895 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-10T22:55:55.907 INFO:teuthology.task.internal:Creating test directory... 2024-05-10T22:55:55.907 DEBUG:teuthology.orchestra.run.smithi040:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-10T22:55:55.911 DEBUG:teuthology.orchestra.run.smithi167:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-10T22:55:55.946 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-10T22:55:55.953 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-10T22:55:55.959 INFO:teuthology.task.internal:Creating archive directory... 2024-05-10T22:55:55.959 DEBUG:teuthology.orchestra.run.smithi040:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-10T22:55:55.970 DEBUG:teuthology.orchestra.run.smithi167:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-10T22:55:56.022 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-10T22:55:56.033 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-10T22:55:56.034 DEBUG:teuthology.orchestra.run.smithi040:> 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 2024-05-10T22:55:56.054 DEBUG:teuthology.orchestra.run.smithi167:> 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 2024-05-10T22:55:56.085 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-10T22:55:56.097 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-10T22:55:56.102 INFO:teuthology.orchestra.run.smithi167.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-10T22:55:56.122 INFO:teuthology.orchestra.run.smithi167.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-10T22:55:56.124 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-10T22:55:56.131 INFO:teuthology.task.internal:Configuring sudo... 2024-05-10T22:55:56.131 DEBUG:teuthology.orchestra.run.smithi040:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-10T22:55:56.142 DEBUG:teuthology.orchestra.run.smithi167:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-10T22:55:56.188 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-10T22:55:56.197 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-10T22:55:56.198 DEBUG:teuthology.orchestra.run.smithi040:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-10T22:55:56.210 DEBUG:teuthology.orchestra.run.smithi167:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-10T22:55:56.235 DEBUG:teuthology.orchestra.run.smithi040:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-10T22:55:56.315 DEBUG:teuthology.orchestra.run.smithi040:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-10T22:55:56.360 DEBUG:teuthology.orchestra.run.smithi040:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-10T22:55:56.445 DEBUG:teuthology.orchestra.run.smithi040:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-10T22:55:56.487 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-05-10T22:55:56.487 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-10T22:55:56.553 DEBUG:teuthology.orchestra.run.smithi167:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-10T22:55:56.607 DEBUG:teuthology.orchestra.run.smithi167:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-10T22:55:56.683 DEBUG:teuthology.orchestra.run.smithi167:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-10T22:55:56.740 DEBUG:teuthology.orchestra.run.smithi167:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-10T22:55:56.779 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-05-10T22:55:56.779 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-10T22:55:56.844 DEBUG:teuthology.orchestra.run.smithi040:> sudo service rsyslog restart 2024-05-10T22:55:56.846 DEBUG:teuthology.orchestra.run.smithi167:> sudo service rsyslog restart 2024-05-10T22:55:56.883 INFO:teuthology.orchestra.run.smithi040.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-10T22:55:56.930 INFO:teuthology.orchestra.run.smithi167.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-10T22:55:57.394 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-10T22:55:57.402 INFO:teuthology.task.internal:Starting timer... 2024-05-10T22:55:57.403 INFO:teuthology.run_tasks:Running task pcp... 2024-05-10T22:55:57.416 INFO:teuthology.run_tasks:Running task selinux... 2024-05-10T22:55:57.425 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-10T22:55:57.426 DEBUG:teuthology.orchestra.run.smithi040:> sudo service auditd rotate 2024-05-10T22:55:57.484 INFO:teuthology.orchestra.run.smithi040.stdout:Rotating logs: 2024-05-10T22:55:57.486 DEBUG:teuthology.orchestra.run.smithi167:> sudo service auditd rotate 2024-05-10T22:55:57.565 INFO:teuthology.orchestra.run.smithi167.stdout:Rotating logs: 2024-05-10T22:55:57.567 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-10T22:55:57.567 DEBUG:teuthology.orchestra.run.smithi040:> /usr/sbin/getenforce 2024-05-10T22:55:57.609 INFO:teuthology.orchestra.run.smithi040.stdout:Permissive 2024-05-10T22:55:57.609 DEBUG:teuthology.orchestra.run.smithi167:> /usr/sbin/getenforce 2024-05-10T22:55:57.633 INFO:teuthology.orchestra.run.smithi167.stdout:Permissive 2024-05-10T22:55:57.633 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi040.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi167.front.sepia.ceph.com': 'permissive'} 2024-05-10T22:55:57.634 DEBUG:teuthology.orchestra.run.smithi040:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-10T22:55:57.679 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T22:55:57.679 DEBUG:teuthology.orchestra.run.smithi167:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-10T22:55:57.707 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T22:55:57.708 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-10T22:55:57.708 DEBUG:teuthology.orchestra.run.smithi040:> sudo /usr/sbin/setenforce permissive 2024-05-10T22:55:57.753 DEBUG:teuthology.orchestra.run.smithi167:> sudo /usr/sbin/setenforce permissive 2024-05-10T22:55:57.786 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-10T22:55:57.796 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-10T22:55:57.818 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'}]}] 2024-05-10T22:55:57.819 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi040.front.sepia.ceph.com,smithi167.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-10T23:00:12.541 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi040.front.sepia.ceph.com'), Remote(name='ubuntu@smithi167.front.sepia.ceph.com')] 2024-05-10T23:00:12.542 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-05-10T23:00:12.543 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T23:00:12.622 DEBUG:teuthology.orchestra.run.smithi040:> true 2024-05-10T23:00:12.703 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-05-10T23:00:12.703 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-05-10T23:00:12.704 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T23:00:12.780 DEBUG:teuthology.orchestra.run.smithi167:> true 2024-05-10T23:00:12.858 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-05-10T23:00:12.858 INFO:teuthology.run_tasks:Running task clock... 2024-05-10T23:00:12.868 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-10T23:00:12.869 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-10T23:00:12.869 DEBUG:teuthology.orchestra.run.smithi040:> 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 2024-05-10T23:00:12.872 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-10T23:00:12.872 DEBUG:teuthology.orchestra.run.smithi167:> 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 2024-05-10T23:00:12.904 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-10T23:00:12.920 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-10T23:00:12.928 INFO:teuthology.orchestra.run.smithi167.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-10T23:00:12.944 INFO:teuthology.orchestra.run.smithi167.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-10T23:00:12.946 INFO:teuthology.orchestra.run.smithi040.stderr:sudo: ntpd: command not found 2024-05-10T23:00:12.959 INFO:teuthology.orchestra.run.smithi040.stdout:506 Cannot talk to daemon 2024-05-10T23:00:12.967 INFO:teuthology.orchestra.run.smithi167.stderr:sudo: ntpd: command not found 2024-05-10T23:00:12.974 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-10T23:00:12.978 INFO:teuthology.orchestra.run.smithi167.stdout:506 Cannot talk to daemon 2024-05-10T23:00:12.989 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-10T23:00:12.992 INFO:teuthology.orchestra.run.smithi167.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-10T23:00:13.006 INFO:teuthology.orchestra.run.smithi167.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-10T23:00:13.043 INFO:teuthology.orchestra.run.smithi040.stderr:bash: line 1: ntpq: command not found 2024-05-10T23:00:13.046 INFO:teuthology.orchestra.run.smithi040.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-10T23:00:13.046 INFO:teuthology.orchestra.run.smithi040.stdout:=============================================================================== 2024-05-10T23:00:13.046 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-10T23:00:13.047 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-10T23:00:13.047 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-10T23:00:13.047 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-10T23:00:13.059 INFO:teuthology.orchestra.run.smithi167.stderr:bash: line 1: ntpq: command not found 2024-05-10T23:00:13.062 INFO:teuthology.orchestra.run.smithi167.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-10T23:00:13.062 INFO:teuthology.orchestra.run.smithi167.stdout:=============================================================================== 2024-05-10T23:00:13.063 INFO:teuthology.orchestra.run.smithi167.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-10T23:00:13.063 INFO:teuthology.orchestra.run.smithi167.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-10T23:00:13.063 INFO:teuthology.orchestra.run.smithi167.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-10T23:00:13.063 INFO:teuthology.orchestra.run.smithi167.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-10T23:00:13.064 INFO:teuthology.run_tasks:Running task pexec... 2024-05-10T23:00:13.073 INFO:teuthology.task.pexec:Executing custom commands... 2024-05-10T23:00:13.074 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi040.front.sepia.ceph.com 2024-05-10T23:00:13.074 DEBUG:teuthology.orchestra.run.smithi040:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-10T23:00:13.074 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi167.front.sepia.ceph.com 2024-05-10T23:00:13.074 DEBUG:teuthology.orchestra.run.smithi167:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-10T23:00:13.690 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:00:49 ago on Fri 10 May 2024 10:59:24 PM UTC. 2024-05-10T23:00:13.696 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:00:44 ago on Fri 10 May 2024 10:59:29 PM UTC. 2024-05-10T23:00:13.809 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2024-05-10T23:00:13.811 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-05-10T23:00:13.811 INFO:teuthology.orchestra.run.smithi167.stdout: Package Architecture Version Repository Size 2024-05-10T23:00:13.811 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-05-10T23:00:13.811 INFO:teuthology.orchestra.run.smithi167.stdout:Installing: 2024-05-10T23:00:13.811 INFO:teuthology.orchestra.run.smithi167.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-05-10T23:00:13.811 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-05-10T23:00:13.811 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2024-05-10T23:00:13.811 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-05-10T23:00:13.811 INFO:teuthology.orchestra.run.smithi167.stdout:Install 1 Package 2024-05-10T23:00:13.811 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-05-10T23:00:13.820 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-05-10T23:00:13.821 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-05-10T23:00:13.821 INFO:teuthology.orchestra.run.smithi040.stdout: Package Architecture Version Repository Size 2024-05-10T23:00:13.821 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-05-10T23:00:13.821 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-05-10T23:00:13.821 INFO:teuthology.orchestra.run.smithi040.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-05-10T23:00:13.821 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-05-10T23:00:13.821 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-05-10T23:00:13.821 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-05-10T23:00:13.821 INFO:teuthology.orchestra.run.smithi040.stdout:Install 1 Package 2024-05-10T23:00:13.821 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-05-10T23:00:13.832 INFO:teuthology.orchestra.run.smithi167.stdout:Total download size: 3.1 M 2024-05-10T23:00:13.832 INFO:teuthology.orchestra.run.smithi167.stdout:Installed size: 9.8 M 2024-05-10T23:00:13.832 INFO:teuthology.orchestra.run.smithi167.stdout:Downloading Packages: 2024-05-10T23:00:13.835 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 3.1 M 2024-05-10T23:00:13.835 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 9.8 M 2024-05-10T23:00:13.835 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-05-10T23:00:14.146 INFO:teuthology.orchestra.run.smithi167.stdout:runc-1.1.12-2.el9.x86_64.rpm 12 MB/s | 3.1 MB 00:00 2024-05-10T23:00:14.146 INFO:teuthology.orchestra.run.smithi167.stdout:-------------------------------------------------------------------------------- 2024-05-10T23:00:14.146 INFO:teuthology.orchestra.run.smithi167.stdout:Total 10 MB/s | 3.1 MB 00:00 2024-05-10T23:00:14.182 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction check 2024-05-10T23:00:14.188 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction check succeeded. 2024-05-10T23:00:14.189 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction test 2024-05-10T23:00:14.286 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction test succeeded. 2024-05-10T23:00:14.286 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction 2024-05-10T23:00:14.520 INFO:teuthology.orchestra.run.smithi167.stdout: Preparing : 1/1 2024-05-10T23:00:14.683 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-10T23:00:14.767 INFO:teuthology.orchestra.run.smithi040.stdout:runc-1.1.12-2.el9.x86_64.rpm 3.9 MB/s | 3.1 MB 00:00 2024-05-10T23:00:14.767 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-05-10T23:00:14.767 INFO:teuthology.orchestra.run.smithi040.stdout:Total 3.4 MB/s | 3.1 MB 00:00 2024-05-10T23:00:14.806 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-05-10T23:00:14.812 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-05-10T23:00:14.813 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-05-10T23:00:14.916 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-05-10T23:00:14.917 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-05-10T23:00:15.113 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-10T23:00:15.149 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-05-10T23:00:15.246 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-10T23:00:15.346 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-10T23:00:15.347 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-05-10T23:00:15.347 INFO:teuthology.orchestra.run.smithi167.stdout:Installed: 2024-05-10T23:00:15.347 INFO:teuthology.orchestra.run.smithi167.stdout: runc-4:1.1.12-2.el9.x86_64 2024-05-10T23:00:15.347 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-05-10T23:00:15.347 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2024-05-10T23:00:15.619 DEBUG:teuthology.parallel:result is None 2024-05-10T23:00:15.715 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-10T23:00:15.953 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-10T23:00:15.953 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-05-10T23:00:15.953 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-05-10T23:00:15.953 INFO:teuthology.orchestra.run.smithi040.stdout: runc-4:1.1.12-2.el9.x86_64 2024-05-10T23:00:15.954 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-05-10T23:00:15.954 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-05-10T23:00:16.227 DEBUG:teuthology.parallel:result is None 2024-05-10T23:00:16.227 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-05-10T23:00:16.237 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-05-10T23:00:16.237 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-05-10T23:00:16.237 DEBUG:teuthology.orchestra.run.smithi040:> dd if=/scratch_devs of=/dev/stdout 2024-05-10T23:00:16.254 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-05-10T23:00:16.254 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_1 2024-05-10T23:00:16.310 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-10T23:00:16.310 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-10T23:00:16.310 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-05-10T23:00:16.310 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-10T23:00:16.310 INFO:teuthology.orchestra.run.smithi040.stdout:Context: system_u:object_r:device_t:s0 2024-05-10T23:00:16.310 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-05-10 23:00:11.530388037 +0000 2024-05-10T23:00:16.310 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-05-10 22:59:52.017726218 +0000 2024-05-10T23:00:16.310 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-05-10 22:59:52.017726218 +0000 2024-05-10T23:00:16.310 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: 2024-05-10 22:59:52.017726218 +0000 2024-05-10T23:00:16.311 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-10T23:00:16.374 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-05-10T23:00:16.374 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-05-10T23:00:16.374 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000296716 s, 1.7 MB/s 2024-05-10T23:00:16.375 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-10T23:00:16.431 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_2 2024-05-10T23:00:16.488 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-10T23:00:16.489 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-10T23:00:16.489 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-05-10T23:00:16.489 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-10T23:00:16.489 INFO:teuthology.orchestra.run.smithi040.stdout:Context: system_u:object_r:device_t:s0 2024-05-10T23:00:16.489 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-05-10 23:00:11.530388037 +0000 2024-05-10T23:00:16.489 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-05-10 22:59:52.359713951 +0000 2024-05-10T23:00:16.490 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-05-10 22:59:52.359713951 +0000 2024-05-10T23:00:16.490 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: 2024-05-10 22:59:52.359713951 +0000 2024-05-10T23:00:16.490 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-10T23:00:16.553 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-05-10T23:00:16.554 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-05-10T23:00:16.554 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000289401 s, 1.8 MB/s 2024-05-10T23:00:16.555 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-10T23:00:16.613 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_3 2024-05-10T23:00:16.669 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-10T23:00:16.669 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-10T23:00:16.670 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 5h/5d Inode: 706 Links: 1 2024-05-10T23:00:16.670 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-10T23:00:16.670 INFO:teuthology.orchestra.run.smithi040.stdout:Context: system_u:object_r:device_t:s0 2024-05-10T23:00:16.670 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-05-10 23:00:11.530388037 +0000 2024-05-10T23:00:16.670 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-05-10 22:59:52.702701647 +0000 2024-05-10T23:00:16.671 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-05-10 22:59:52.702701647 +0000 2024-05-10T23:00:16.671 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: 2024-05-10 22:59:52.702701647 +0000 2024-05-10T23:00:16.671 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-10T23:00:16.734 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-05-10T23:00:16.734 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-05-10T23:00:16.734 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000209113 s, 2.4 MB/s 2024-05-10T23:00:16.735 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-10T23:00:16.793 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_4 2024-05-10T23:00:16.849 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-10T23:00:16.849 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-10T23:00:16.849 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 5h/5d Inode: 724 Links: 1 2024-05-10T23:00:16.849 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-10T23:00:16.850 INFO:teuthology.orchestra.run.smithi040.stdout:Context: system_u:object_r:device_t:s0 2024-05-10T23:00:16.850 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-05-10 23:00:11.530388037 +0000 2024-05-10T23:00:16.850 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-05-10 22:59:53.052689093 +0000 2024-05-10T23:00:16.850 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-05-10 22:59:53.052689093 +0000 2024-05-10T23:00:16.850 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: 2024-05-10 22:59:53.052689093 +0000 2024-05-10T23:00:16.850 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-10T23:00:16.914 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-05-10T23:00:16.914 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-05-10T23:00:16.914 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000189466 s, 2.7 MB/s 2024-05-10T23:00:16.915 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-10T23:00:16.972 DEBUG:teuthology.orchestra.run.smithi040:> 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 2024-05-10T23:00:17.108 INFO:teuthology.orchestra.run.smithi040.stdout:loop 2024-05-10T23:00:17.110 INFO:tasks.nvme_loop:Connecting nvme_loop smithi040:/dev/vg_nvme/lv_1... 2024-05-10T23:00:17.110 DEBUG:teuthology.orchestra.run.smithi040:> 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 2024-05-10T23:00:17.144 INFO:teuthology.orchestra.run.smithi040.stdout:1 2024-05-10T23:00:17.174 INFO:teuthology.orchestra.run.smithi040.stdout:/dev/vg_nvme/lv_11 2024-05-10T23:00:17.211 INFO:tasks.nvme_loop:Connecting nvme_loop smithi040:/dev/vg_nvme/lv_2... 2024-05-10T23:00:17.211 DEBUG:teuthology.orchestra.run.smithi040:> 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 2024-05-10T23:00:17.285 INFO:teuthology.orchestra.run.smithi040.stdout:1 2024-05-10T23:00:17.315 INFO:teuthology.orchestra.run.smithi040.stdout:/dev/vg_nvme/lv_21 2024-05-10T23:00:17.347 INFO:tasks.nvme_loop:Connecting nvme_loop smithi040:/dev/vg_nvme/lv_3... 2024-05-10T23:00:17.347 DEBUG:teuthology.orchestra.run.smithi040:> 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 2024-05-10T23:00:17.422 INFO:teuthology.orchestra.run.smithi040.stdout:1 2024-05-10T23:00:17.453 INFO:teuthology.orchestra.run.smithi040.stdout:/dev/vg_nvme/lv_31 2024-05-10T23:00:17.479 INFO:tasks.nvme_loop:Connecting nvme_loop smithi040:/dev/vg_nvme/lv_4... 2024-05-10T23:00:17.479 DEBUG:teuthology.orchestra.run.smithi040:> 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 2024-05-10T23:00:17.554 INFO:teuthology.orchestra.run.smithi040.stdout:1 2024-05-10T23:00:17.584 INFO:teuthology.orchestra.run.smithi040.stdout:/dev/vg_nvme/lv_41 2024-05-10T23:00:17.608 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-05-10T23:00:17.608 DEBUG:teuthology.orchestra.run.smithi040:> dd if=/scratch_devs of=/dev/stdout 2024-05-10T23:00:17.664 DEBUG:teuthology.orchestra.run.smithi040:> sudo nvme list 2024-05-10T23:00:17.728 INFO:teuthology.orchestra.run.smithi040.stdout:Node SN Model Namespace Usage Format FW Rev 2024-05-10T23:00:17.729 INFO:teuthology.orchestra.run.smithi040.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-05-10T23:00:17.729 INFO:teuthology.orchestra.run.smithi040.stdout:/dev/nvme0n1 CVFT5330009J400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-05-10T23:00:17.729 INFO:teuthology.orchestra.run.smithi040.stdout:/dev/nvme1n1 fda06b50b66b5a769536 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-10T23:00:17.729 INFO:teuthology.orchestra.run.smithi040.stdout:/dev/nvme2n1 ec70c96c98aabc175cc6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-10T23:00:17.729 INFO:teuthology.orchestra.run.smithi040.stdout:/dev/nvme3n1 243ee0a52bddc2e6a7e9 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-10T23:00:17.729 INFO:teuthology.orchestra.run.smithi040.stdout:/dev/nvme4n1 f29bbc50d356c7a8a18c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-10T23:00:17.730 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-05-10T23:00:17.730 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-05-10T23:00:17.730 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/scratch_devs 2024-05-10T23:00:17.796 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-05-10T23:00:17.796 DEBUG:teuthology.orchestra.run.smithi167:> dd if=/scratch_devs of=/dev/stdout 2024-05-10T23:00:17.816 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-05-10T23:00:17.817 DEBUG:teuthology.orchestra.run.smithi167:> stat /dev/vg_nvme/lv_1 2024-05-10T23:00:17.876 INFO:teuthology.orchestra.run.smithi167.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-10T23:00:17.876 INFO:teuthology.orchestra.run.smithi167.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-10T23:00:17.876 INFO:teuthology.orchestra.run.smithi167.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-05-10T23:00:17.876 INFO:teuthology.orchestra.run.smithi167.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-10T23:00:17.876 INFO:teuthology.orchestra.run.smithi167.stdout:Context: system_u:object_r:device_t:s0 2024-05-10T23:00:17.876 INFO:teuthology.orchestra.run.smithi167.stdout:Access: 2024-05-10 23:00:11.586356407 +0000 2024-05-10T23:00:17.876 INFO:teuthology.orchestra.run.smithi167.stdout:Modify: 2024-05-10 22:59:49.064772726 +0000 2024-05-10T23:00:17.876 INFO:teuthology.orchestra.run.smithi167.stdout:Change: 2024-05-10 22:59:49.064772726 +0000 2024-05-10T23:00:17.877 INFO:teuthology.orchestra.run.smithi167.stdout: Birth: 2024-05-10 22:59:49.064772726 +0000 2024-05-10T23:00:17.877 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-10T23:00:17.945 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records in 2024-05-10T23:00:17.945 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records out 2024-05-10T23:00:17.945 INFO:teuthology.orchestra.run.smithi167.stderr:512 bytes copied, 0.000198964 s, 2.6 MB/s 2024-05-10T23:00:17.947 DEBUG:teuthology.orchestra.run.smithi167:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-10T23:00:18.006 DEBUG:teuthology.orchestra.run.smithi167:> stat /dev/vg_nvme/lv_2 2024-05-10T23:00:18.064 INFO:teuthology.orchestra.run.smithi167.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-10T23:00:18.064 INFO:teuthology.orchestra.run.smithi167.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-10T23:00:18.064 INFO:teuthology.orchestra.run.smithi167.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-05-10T23:00:18.064 INFO:teuthology.orchestra.run.smithi167.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-10T23:00:18.064 INFO:teuthology.orchestra.run.smithi167.stdout:Context: system_u:object_r:device_t:s0 2024-05-10T23:00:18.064 INFO:teuthology.orchestra.run.smithi167.stdout:Access: 2024-05-10 23:00:11.586356407 +0000 2024-05-10T23:00:18.065 INFO:teuthology.orchestra.run.smithi167.stdout:Modify: 2024-05-10 22:59:49.408766367 +0000 2024-05-10T23:00:18.065 INFO:teuthology.orchestra.run.smithi167.stdout:Change: 2024-05-10 22:59:49.408766367 +0000 2024-05-10T23:00:18.065 INFO:teuthology.orchestra.run.smithi167.stdout: Birth: 2024-05-10 22:59:49.408766367 +0000 2024-05-10T23:00:18.065 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-10T23:00:18.130 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records in 2024-05-10T23:00:18.130 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records out 2024-05-10T23:00:18.130 INFO:teuthology.orchestra.run.smithi167.stderr:512 bytes copied, 0.000295087 s, 1.7 MB/s 2024-05-10T23:00:18.131 DEBUG:teuthology.orchestra.run.smithi167:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-10T23:00:18.190 DEBUG:teuthology.orchestra.run.smithi167:> stat /dev/vg_nvme/lv_3 2024-05-10T23:00:18.246 INFO:teuthology.orchestra.run.smithi167.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-10T23:00:18.247 INFO:teuthology.orchestra.run.smithi167.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-10T23:00:18.247 INFO:teuthology.orchestra.run.smithi167.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-05-10T23:00:18.247 INFO:teuthology.orchestra.run.smithi167.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-10T23:00:18.247 INFO:teuthology.orchestra.run.smithi167.stdout:Context: system_u:object_r:device_t:s0 2024-05-10T23:00:18.247 INFO:teuthology.orchestra.run.smithi167.stdout:Access: 2024-05-10 23:00:11.586356407 +0000 2024-05-10T23:00:18.247 INFO:teuthology.orchestra.run.smithi167.stdout:Modify: 2024-05-10 22:59:49.742760193 +0000 2024-05-10T23:00:18.247 INFO:teuthology.orchestra.run.smithi167.stdout:Change: 2024-05-10 22:59:49.742760193 +0000 2024-05-10T23:00:18.247 INFO:teuthology.orchestra.run.smithi167.stdout: Birth: 2024-05-10 22:59:49.742760193 +0000 2024-05-10T23:00:18.247 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-10T23:00:18.311 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records in 2024-05-10T23:00:18.312 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records out 2024-05-10T23:00:18.312 INFO:teuthology.orchestra.run.smithi167.stderr:512 bytes copied, 0.000216046 s, 2.4 MB/s 2024-05-10T23:00:18.313 DEBUG:teuthology.orchestra.run.smithi167:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-10T23:00:18.370 DEBUG:teuthology.orchestra.run.smithi167:> stat /dev/vg_nvme/lv_4 2024-05-10T23:00:18.426 INFO:teuthology.orchestra.run.smithi167.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-10T23:00:18.427 INFO:teuthology.orchestra.run.smithi167.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-10T23:00:18.427 INFO:teuthology.orchestra.run.smithi167.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-05-10T23:00:18.427 INFO:teuthology.orchestra.run.smithi167.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-10T23:00:18.427 INFO:teuthology.orchestra.run.smithi167.stdout:Context: system_u:object_r:device_t:s0 2024-05-10T23:00:18.427 INFO:teuthology.orchestra.run.smithi167.stdout:Access: 2024-05-10 23:00:11.586356407 +0000 2024-05-10T23:00:18.427 INFO:teuthology.orchestra.run.smithi167.stdout:Modify: 2024-05-10 22:59:50.086753834 +0000 2024-05-10T23:00:18.427 INFO:teuthology.orchestra.run.smithi167.stdout:Change: 2024-05-10 22:59:50.086753834 +0000 2024-05-10T23:00:18.427 INFO:teuthology.orchestra.run.smithi167.stdout: Birth: 2024-05-10 22:59:50.086753834 +0000 2024-05-10T23:00:18.427 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-10T23:00:18.492 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records in 2024-05-10T23:00:18.492 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records out 2024-05-10T23:00:18.492 INFO:teuthology.orchestra.run.smithi167.stderr:512 bytes copied, 0.000190212 s, 2.7 MB/s 2024-05-10T23:00:18.493 DEBUG:teuthology.orchestra.run.smithi167:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-10T23:00:18.550 DEBUG:teuthology.orchestra.run.smithi167:> 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 2024-05-10T23:00:18.679 INFO:teuthology.orchestra.run.smithi167.stdout:loop 2024-05-10T23:00:18.681 INFO:tasks.nvme_loop:Connecting nvme_loop smithi167:/dev/vg_nvme/lv_1... 2024-05-10T23:00:18.681 DEBUG:teuthology.orchestra.run.smithi167:> 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 2024-05-10T23:00:18.713 INFO:teuthology.orchestra.run.smithi167.stdout:1 2024-05-10T23:00:18.742 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/vg_nvme/lv_11 2024-05-10T23:00:18.767 INFO:tasks.nvme_loop:Connecting nvme_loop smithi167:/dev/vg_nvme/lv_2... 2024-05-10T23:00:18.767 DEBUG:teuthology.orchestra.run.smithi167:> 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 2024-05-10T23:00:18.842 INFO:teuthology.orchestra.run.smithi167.stdout:1 2024-05-10T23:00:18.871 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/vg_nvme/lv_21 2024-05-10T23:00:18.907 INFO:tasks.nvme_loop:Connecting nvme_loop smithi167:/dev/vg_nvme/lv_3... 2024-05-10T23:00:18.907 DEBUG:teuthology.orchestra.run.smithi167:> 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 2024-05-10T23:00:18.980 INFO:teuthology.orchestra.run.smithi167.stdout:1 2024-05-10T23:00:19.011 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/vg_nvme/lv_31 2024-05-10T23:00:19.034 INFO:tasks.nvme_loop:Connecting nvme_loop smithi167:/dev/vg_nvme/lv_4... 2024-05-10T23:00:19.034 DEBUG:teuthology.orchestra.run.smithi167:> 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 2024-05-10T23:00:19.109 INFO:teuthology.orchestra.run.smithi167.stdout:1 2024-05-10T23:00:19.140 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/vg_nvme/lv_41 2024-05-10T23:00:19.164 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-05-10T23:00:19.164 DEBUG:teuthology.orchestra.run.smithi167:> dd if=/scratch_devs of=/dev/stdout 2024-05-10T23:00:19.220 DEBUG:teuthology.orchestra.run.smithi167:> sudo nvme list 2024-05-10T23:00:19.285 INFO:teuthology.orchestra.run.smithi167.stdout:Node SN Model Namespace Usage Format FW Rev 2024-05-10T23:00:19.285 INFO:teuthology.orchestra.run.smithi167.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-05-10T23:00:19.285 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/nvme0n1 CVFT62330080400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-05-10T23:00:19.285 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/nvme1n1 80744bdcb59b988996d2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-10T23:00:19.285 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/nvme2n1 124a162cba0cbf21272b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-10T23:00:19.285 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/nvme3n1 bd82b1d0b13f8c6fc66c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-10T23:00:19.285 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/nvme4n1 558b1743210772e2731a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-10T23:00:19.286 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-05-10T23:00:19.287 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-05-10T23:00:19.287 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/scratch_devs 2024-05-10T23:00:19.353 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-10T23:00:19.486 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\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': 'f72fecff68e1d400c4568684327c900485c20d6a'} 2024-05-10T23:00:19.486 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a 2024-05-10T23:00:19.487 INFO:tasks.cephadm:Cluster fsid is 12c2d156-0f21-11ef-bc98-c7b262605968 2024-05-10T23:00:19.487 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-10T23:00:19.487 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-05-10T23:00:19.487 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi040': '172.21.15.40', 'mon.smithi167': '172.21.15.167'} 2024-05-10T23:00:19.487 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-10T23:00:19.487 DEBUG:teuthology.orchestra.run.smithi040:> sudo hostname $(hostname -s) 2024-05-10T23:00:19.520 DEBUG:teuthology.orchestra.run.smithi167:> sudo hostname $(hostname -s) 2024-05-10T23:00:19.545 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-10T23:00:19.547 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f72fecff68e1d400c4568684327c900485c20d6a 2024-05-10T23:00:19.781 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'f72fecff68e1d400c4568684327c900485c20d6a', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/55120/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2555-gf72fecff', 'node_name': '172.21.5.39+adami09', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2555.gf72fecff'}, 'url': 'https://3.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-05-10 16:26:33.694063', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-05-10T23:00:20.018 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref squid, sha1 f72fecff68e1d400c4568684327c900485c20d6a from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=f72fecff68e1d400c4568684327c900485c20d6a 2024-05-10T23:00:20.019 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/centos/9/x86_64/flavors/default/cephadm 2024-05-10T23:00:20.019 DEBUG:teuthology.orchestra.run.smithi040:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-10T23:00:21.297 INFO:teuthology.orchestra.run.smithi040.stdout:-rw-r--r--. 1 ubuntu ubuntu 781960 May 10 23:00 /home/ubuntu/cephtest/cephadm 2024-05-10T23:00:21.298 DEBUG:teuthology.orchestra.run.smithi167:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-10T23:00:21.935 INFO:teuthology.orchestra.run.smithi167.stdout:-rw-r--r--. 1 ubuntu ubuntu 781960 May 10 23:00 /home/ubuntu/cephtest/cephadm 2024-05-10T23:00:21.935 DEBUG:teuthology.orchestra.run.smithi040:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-10T23:00:21.957 DEBUG:teuthology.orchestra.run.smithi167:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-10T23:00:21.988 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a on all hosts... 2024-05-10T23:00:21.988 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a pull 2024-05-10T23:00:22.000 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a pull 2024-05-10T23:00:23.562 INFO:teuthology.orchestra.run.smithi167.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a... 2024-05-10T23:00:23.566 INFO:teuthology.orchestra.run.smithi040.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a... 2024-05-10T23:00:23.748 INFO:teuthology.orchestra.run.smithi167.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a 2024-05-10T23:00:23.748 INFO:teuthology.orchestra.run.smithi167.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a... 2024-05-10T23:00:23.749 INFO:teuthology.orchestra.run.smithi167.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a: reading manifest f72fecff68e1d400c4568684327c900485c20d6a in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-05-10T23:00:23.749 INFO:teuthology.orchestra.run.smithi167.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a 2024-05-10T23:00:23.776 INFO:teuthology.orchestra.run.smithi040.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a 2024-05-10T23:00:23.776 INFO:teuthology.orchestra.run.smithi040.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a... 2024-05-10T23:00:23.776 INFO:teuthology.orchestra.run.smithi040.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a: reading manifest f72fecff68e1d400c4568684327c900485c20d6a in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-05-10T23:00:23.776 INFO:teuthology.orchestra.run.smithi040.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a 2024-05-10T23:00:23.800 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T23:00:23.800 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_f72fecff68e1d400c4568684327c900485c20d6a/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi040 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a pull' 2024-05-10T23:00:23.802 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-10T23:00:23.803 DEBUG:teuthology.misc:Transferring archived files from smithi040:/var/lib/ceph/12c2d156-0f21-11ef-bc98-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701870/remote/smithi040/crash 2024-05-10T23:00:23.804 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /var/lib/ceph/12c2d156-0f21-11ef-bc98-c7b262605968/crash -- . 2024-05-10T23:00:23.840 INFO:teuthology.orchestra.run.smithi040.stderr:tar: /var/lib/ceph/12c2d156-0f21-11ef-bc98-c7b262605968/crash: Cannot open: No such file or directory 2024-05-10T23:00:23.840 INFO:teuthology.orchestra.run.smithi040.stderr:tar: Error is not recoverable: exiting now 2024-05-10T23:00:23.842 DEBUG:teuthology.misc:Transferring archived files from smithi167:/var/lib/ceph/12c2d156-0f21-11ef-bc98-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701870/remote/smithi167/crash 2024-05-10T23:00:23.843 DEBUG:teuthology.orchestra.run.smithi167:> sudo tar c -f - -C /var/lib/ceph/12c2d156-0f21-11ef-bc98-c7b262605968/crash -- . 2024-05-10T23:00:23.883 INFO:teuthology.orchestra.run.smithi167.stderr:tar: /var/lib/ceph/12c2d156-0f21-11ef-bc98-c7b262605968/crash: Cannot open: No such file or directory 2024-05-10T23:00:23.883 INFO:teuthology.orchestra.run.smithi167.stderr:tar: Error is not recoverable: exiting now 2024-05-10T23:00:23.884 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-10T23:00:23.884 DEBUG:teuthology.orchestra.run.smithi040:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/12c2d156-0f21-11ef-bc98-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-05-10T23:00:23.910 INFO:teuthology.orchestra.run.smithi040.stderr:grep: /var/log/ceph/12c2d156-0f21-11ef-bc98-c7b262605968/ceph.log: No such file or directory 2024-05-10T23:00:23.912 INFO:tasks.cephadm:Compressing logs... 2024-05-10T23:00:23.912 DEBUG:teuthology.orchestra.run.smithi040:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-10T23:00:23.955 DEBUG:teuthology.orchestra.run.smithi167:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-10T23:00:23.978 INFO:teuthology.orchestra.run.smithi040.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-10T23:00:23.978 INFO:teuthology.orchestra.run.smithi040.stderr:: No such file or directory 2024-05-10T23:00:23.978 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/cephadm.log: 73.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-10T23:00:23.979 INFO:teuthology.orchestra.run.smithi167.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-10T23:00:23.979 INFO:teuthology.orchestra.run.smithi167.stderr:: No such file or directory 2024-05-10T23:00:23.980 INFO:teuthology.orchestra.run.smithi167.stderr:/var/log/ceph/cephadm.log: 73.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-10T23:00:23.981 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-05-10T23:00:23.981 INFO:teuthology.orchestra.run.smithi040.stderr:real 0m0.012s 2024-05-10T23:00:23.981 INFO:teuthology.orchestra.run.smithi040.stderr:user 0m0.014s 2024-05-10T23:00:23.981 INFO:teuthology.orchestra.run.smithi040.stderr:sys 0m0.009s 2024-05-10T23:00:23.982 INFO:teuthology.orchestra.run.smithi167.stderr: 2024-05-10T23:00:23.982 INFO:teuthology.orchestra.run.smithi167.stderr:real 0m0.012s 2024-05-10T23:00:23.982 INFO:teuthology.orchestra.run.smithi167.stderr:user 0m0.010s 2024-05-10T23:00:23.983 INFO:teuthology.orchestra.run.smithi167.stderr:sys 0m0.011s 2024-05-10T23:00:23.983 INFO:tasks.cephadm:Archiving logs... 2024-05-10T23:00:23.983 DEBUG:teuthology.misc:Transferring archived files from smithi040:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701870/remote/smithi040/log 2024-05-10T23:00:23.984 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-10T23:00:24.048 DEBUG:teuthology.misc:Transferring archived files from smithi167:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701870/remote/smithi167/log 2024-05-10T23:00:24.049 DEBUG:teuthology.orchestra.run.smithi167:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-10T23:00:24.074 INFO:tasks.cephadm:Removing cluster... 2024-05-10T23:00:24.074 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 12c2d156-0f21-11ef-bc98-c7b262605968 --force 2024-05-10T23:00:24.277 INFO:teuthology.orchestra.run.smithi040.stdout:Deleting cluster with fsid: 12c2d156-0f21-11ef-bc98-c7b262605968 2024-05-10T23:00:24.398 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 12c2d156-0f21-11ef-bc98-c7b262605968 --force 2024-05-10T23:00:24.582 INFO:teuthology.orchestra.run.smithi167.stdout:Deleting cluster with fsid: 12c2d156-0f21-11ef-bc98-c7b262605968 2024-05-10T23:00:24.709 INFO:tasks.cephadm:Removing cephadm ... 2024-05-10T23:00:24.709 DEBUG:teuthology.orchestra.run.smithi040:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-10T23:00:24.725 DEBUG:teuthology.orchestra.run.smithi167:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-10T23:00:24.741 INFO:tasks.cephadm:Teardown complete 2024-05-10T23:00:24.741 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_f72fecff68e1d400c4568684327c900485c20d6a/qa/tasks/cephadm.py", line 2204, 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_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_f72fecff68e1d400c4568684327c900485c20d6a/qa/tasks/cephadm.py", line 1833, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_f72fecff68e1d400c4568684327c900485c20d6a/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi040 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a pull' 2024-05-10T23:00:24.952 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=a3ddc296fecb4c3c88481a19b1a64637 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_f72fecff68e1d400c4568684327c900485c20d6a/qa/tasks/cephadm.py", line 2204, 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_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_f72fecff68e1d400c4568684327c900485c20d6a/qa/tasks/cephadm.py", line 1833, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_f72fecff68e1d400c4568684327c900485c20d6a/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi040 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a pull' 2024-05-10T23:00:24.956 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-10T23:00:24.965 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-05-10T23:00:24.984 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi040:/dev/vg_nvme/lv_1... 2024-05-10T23:00:24.985 DEBUG:teuthology.orchestra.run.smithi040:> sudo nvme disconnect -n lv_1 2024-05-10T23:00:25.132 INFO:teuthology.orchestra.run.smithi040.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-05-10T23:00:25.133 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T23:00:25.134 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi040:/dev/vg_nvme/lv_2... 2024-05-10T23:00:25.134 DEBUG:teuthology.orchestra.run.smithi040:> sudo nvme disconnect -n lv_2 2024-05-10T23:00:25.267 INFO:teuthology.orchestra.run.smithi040.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-05-10T23:00:25.268 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T23:00:25.269 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi040:/dev/vg_nvme/lv_3... 2024-05-10T23:00:25.269 DEBUG:teuthology.orchestra.run.smithi040:> sudo nvme disconnect -n lv_3 2024-05-10T23:00:25.402 INFO:teuthology.orchestra.run.smithi040.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-05-10T23:00:25.403 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T23:00:25.403 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi040:/dev/vg_nvme/lv_4... 2024-05-10T23:00:25.403 DEBUG:teuthology.orchestra.run.smithi040:> sudo nvme disconnect -n lv_4 2024-05-10T23:00:25.543 INFO:teuthology.orchestra.run.smithi040.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-05-10T23:00:25.544 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T23:00:25.545 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-05-10T23:00:25.545 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/scratch_devs 2024-05-10T23:00:25.572 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi167:/dev/vg_nvme/lv_1... 2024-05-10T23:00:25.572 DEBUG:teuthology.orchestra.run.smithi167:> sudo nvme disconnect -n lv_1 2024-05-10T23:00:25.708 INFO:teuthology.orchestra.run.smithi167.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-05-10T23:00:25.710 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T23:00:25.710 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi167:/dev/vg_nvme/lv_2... 2024-05-10T23:00:25.710 DEBUG:teuthology.orchestra.run.smithi167:> sudo nvme disconnect -n lv_2 2024-05-10T23:00:25.850 INFO:teuthology.orchestra.run.smithi167.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-05-10T23:00:25.852 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T23:00:25.852 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi167:/dev/vg_nvme/lv_3... 2024-05-10T23:00:25.852 DEBUG:teuthology.orchestra.run.smithi167:> sudo nvme disconnect -n lv_3 2024-05-10T23:00:25.991 INFO:teuthology.orchestra.run.smithi167.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-05-10T23:00:25.993 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T23:00:25.993 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi167:/dev/vg_nvme/lv_4... 2024-05-10T23:00:25.994 DEBUG:teuthology.orchestra.run.smithi167:> sudo nvme disconnect -n lv_4 2024-05-10T23:00:26.134 INFO:teuthology.orchestra.run.smithi167.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-05-10T23:00:26.136 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T23:00:26.136 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-05-10T23:00:26.136 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/scratch_devs 2024-05-10T23:00:26.162 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-10T23:00:26.172 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-10T23:00:26.172 DEBUG:teuthology.orchestra.run.smithi040:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-10T23:00:26.175 DEBUG:teuthology.orchestra.run.smithi167:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-10T23:00:26.190 INFO:teuthology.orchestra.run.smithi040.stderr:bash: line 1: ntpq: command not found 2024-05-10T23:00:26.196 INFO:teuthology.orchestra.run.smithi040.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-10T23:00:26.196 INFO:teuthology.orchestra.run.smithi040.stdout:=============================================================================== 2024-05-10T23:00:26.196 INFO:teuthology.orchestra.run.smithi040.stdout:^* hv01.front.sepia.ceph.com 3 6 17 7 +851us[ +851us] +/- 40ms 2024-05-10T23:00:26.196 INFO:teuthology.orchestra.run.smithi040.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 7 -922us[ -921us] +/- 65ms 2024-05-10T23:00:26.197 INFO:teuthology.orchestra.run.smithi040.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 7 -497us[ -496us] +/- 71ms 2024-05-10T23:00:26.197 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-05-10T23:00:26.218 INFO:teuthology.orchestra.run.smithi167.stderr:bash: line 1: ntpq: command not found 2024-05-10T23:00:26.221 INFO:teuthology.orchestra.run.smithi167.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-10T23:00:26.222 INFO:teuthology.orchestra.run.smithi167.stdout:=============================================================================== 2024-05-10T23:00:26.222 INFO:teuthology.orchestra.run.smithi167.stdout:^* hv01.front.sepia.ceph.com 3 6 17 7 +842us[ +845us] +/- 40ms 2024-05-10T23:00:26.222 INFO:teuthology.orchestra.run.smithi167.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 7 -917us[ -917us] +/- 65ms 2024-05-10T23:00:26.222 INFO:teuthology.orchestra.run.smithi167.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 7 -517us[ -517us] +/- 71ms 2024-05-10T23:00:26.222 INFO:teuthology.orchestra.run.smithi167.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-05-10T23:00:26.223 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-10T23:00:26.234 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-10T23:00:26.235 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-10T23:00:26.243 DEBUG:teuthology.orchestra.run.smithi040:> 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 2024-05-10T23:00:26.310 DEBUG:teuthology.orchestra.run.smithi167:> 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 2024-05-10T23:00:26.369 DEBUG:teuthology.orchestra.run.smithi040:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-10T23:00:26.400 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T23:00:26.400 DEBUG:teuthology.orchestra.run.smithi167:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-10T23:00:26.428 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T23:00:26.429 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-10T23:00:26.439 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-10T23:00:26.448 INFO:teuthology.task.internal:Duration was 269.044964 seconds 2024-05-10T23:00:26.448 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-10T23:00:26.456 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-10T23:00:26.457 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-10T23:00:26.459 DEBUG:teuthology.orchestra.run.smithi167:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-10T23:00:26.500 INFO:teuthology.orchestra.run.smithi040.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-10T23:00:26.508 INFO:teuthology.orchestra.run.smithi167.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-10T23:00:26.925 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-10T23:00:26.925 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi040.front.sepia.ceph.com 2024-05-10T23:00:26.925 DEBUG:teuthology.orchestra.run.smithi040:> 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 2024-05-10T23:00:26.952 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi167.front.sepia.ceph.com 2024-05-10T23:00:26.952 DEBUG:teuthology.orchestra.run.smithi167:> 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 2024-05-10T23:00:26.993 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-10T23:00:26.993 DEBUG:teuthology.orchestra.run.smithi040:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-10T23:00:26.996 DEBUG:teuthology.orchestra.run.smithi167:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-10T23:00:27.061 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-10T23:00:27.061 DEBUG:teuthology.orchestra.run.smithi040:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-10T23:00:27.068 DEBUG:teuthology.orchestra.run.smithi167:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-10T23:00:27.189 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-10T23:00:27.201 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-10T23:00:27.202 DEBUG:teuthology.orchestra.run.smithi040:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-10T23:00:27.229 DEBUG:teuthology.orchestra.run.smithi167:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-10T23:00:27.255 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-10T23:00:27.265 DEBUG:teuthology.orchestra.run.smithi040:> 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 2024-05-10T23:00:27.272 DEBUG:teuthology.orchestra.run.smithi167:> 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 2024-05-10T23:00:27.298 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern = core 2024-05-10T23:00:27.322 INFO:teuthology.orchestra.run.smithi167.stdout:kernel.core_pattern = core 2024-05-10T23:00:27.352 DEBUG:teuthology.orchestra.run.smithi040:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-10T23:00:27.386 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T23:00:27.386 DEBUG:teuthology.orchestra.run.smithi167:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-10T23:00:27.406 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T23:00:27.407 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-10T23:00:27.417 INFO:teuthology.task.internal:Transferring archived files... 2024-05-10T23:00:27.417 DEBUG:teuthology.misc:Transferring archived files from smithi040:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701870/remote/smithi040 2024-05-10T23:00:27.418 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-10T23:00:27.461 DEBUG:teuthology.misc:Transferring archived files from smithi167:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701870/remote/smithi167 2024-05-10T23:00:27.462 DEBUG:teuthology.orchestra.run.smithi167:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-10T23:00:27.502 INFO:teuthology.task.internal:Removing archive directory... 2024-05-10T23:00:27.502 DEBUG:teuthology.orchestra.run.smithi040:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-10T23:00:27.506 DEBUG:teuthology.orchestra.run.smithi167:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-10T23:00:27.549 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-10T23:00:27.562 INFO:teuthology.task.internal:Not uploading archives. 2024-05-10T23:00:27.563 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-10T23:00:27.576 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-10T23:00:27.576 DEBUG:teuthology.orchestra.run.smithi040:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-10T23:00:27.578 DEBUG:teuthology.orchestra.run.smithi167:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-10T23:00:27.592 INFO:teuthology.orchestra.run.smithi040.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 10 23:00 /home/ubuntu/cephtest 2024-05-10T23:00:27.604 INFO:teuthology.orchestra.run.smithi167.stdout: 266036 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 10 23:00 /home/ubuntu/cephtest 2024-05-10T23:00:27.605 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-10T23:00:27.615 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-10T23:00:27.635 INFO:teuthology.nuke:Checking targets against current locks 2024-05-10T23:00:27.662 DEBUG:teuthology.nuke:shortname: smithi040 2024-05-10T23:00:27.662 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-10T23:00:27.685 DEBUG:teuthology.nuke:shortname: smithi167 2024-05-10T23:00:27.685 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-10T23:00:27.689 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi040.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701870', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-10 22:45:12.179666', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFmmF5ggrddMnagQu6lTfpLs8Jx7ZzCfavvqHCUY5iHaen0+dzlrFXtfN8zRsRe9oMdIdo9Nj6w4WSdlIkuFgOE='} 2024-05-10T23:00:27.709 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi167.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701870', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-10 22:45:12.178351', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPVbQ7nw3eHWEmH7tmkwe8iGRCLnteTX4UF24UW8AiBVZ/Ae6BfVwt+IvdyZtqv09+Io6bTP8ggElSUOFembuDs='} 2024-05-10T23:00:27.744 INFO:teuthology.orchestra.console.smithi040:Power off 2024-05-10T23:00:27.744 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-10T23:00:27.774 DEBUG:teuthology.orchestra.console.smithi040:power off output: Chassis Power Control: Down/Off 2024-05-10T23:00:27.774 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-10T23:00:27.792 INFO:teuthology.orchestra.console.smithi167:Power off 2024-05-10T23:00:27.792 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-10T23:00:27.803 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is on 2024-05-10T23:00:27.819 DEBUG:teuthology.orchestra.console.smithi167:power off output: Chassis Power Control: Down/Off 2024-05-10T23:00:27.820 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-10T23:00:27.846 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is on 2024-05-10T23:00:31.804 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-10T23:00:31.847 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-10T23:00:31.916 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is on 2024-05-10T23:00:31.958 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is on 2024-05-10T23:00:35.918 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-10T23:00:35.959 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-10T23:00:36.029 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is off 2024-05-10T23:00:36.069 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is off 2024-05-10T23:00:36.130 INFO:teuthology.orchestra.console.smithi040:Power off completed 2024-05-10T23:00:36.170 INFO:teuthology.orchestra.console.smithi167:Power off completed 2024-05-10T23:00:36.275 INFO:teuthology.run:Summary data: description: orch/cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} duration: 269.0449638366699 failure_reason: 'Command failed on smithi040 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a pull''' owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=a3ddc296fecb4c3c88481a19b1a64637 status: fail success: false 2024-05-10T23:00:36.275 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-10T23:00:36.362 INFO:teuthology.run:FAIL