2023-11-16T11:42:12.526 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-16T11:42:12.526 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_adking@teuthology --verbose --description orch:cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools_crun 0-nvme-loop 1-start 2-services/nfs-keepalive-only 3-final} --name adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi --archive /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460532 -- /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460532/orig.config.yaml 2023-11-16T11:42:12.562 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-16T11:42:12.644 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460532 branch: wip-adk-testing-2023-11-16-0243 description: orch:cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools_crun 0-nvme-loop 1-start 2-services/nfs-keepalive-only 3-final} email: adking@redhat.com first_in_suite: false job_id: '7460532' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-adk-testing-2023-11-16-0243 ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 50bc6740f385afe4f36770e739358479a73d8add ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 50bc6740f385afe4f36770e739358479a73d8add selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2023-11-16-0243 sha1: 50bc6740f385afe4f36770e739358479a73d8add owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 3445 sha1: 50bc6740f385afe4f36770e739358479a73d8add sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk-testing-2023-11-16-0243 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 50bc6740f385afe4f36770e739358479a73d8add targets: smithi086.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLE2a69h3NLxx5ovp1JkIrToInbntk0iod79F+6q5K030aPituaVKH+3DGzWJANGlwzpbgDyg4Yvx4GrZ0KliXw= smithi134.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIplDzOAdzOrk2AoDH/wmvyupZuxeo5+qrJER8JxZpJlwMaqCehQFpJDlGkMgXwaiaC/uXeKy6mBaccodTWlejE= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - sudo sed -i 's/runtime = "runc"/#runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/#runtime = "crun"/runtime = "crun"/g' /usr/share/containers/containers.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.apply: specs: - placement: count: 1 service_id: foo service_type: nfs spec: port: 2049 virtual_ip: '{{VIP0}}' - placement: count: 1 service_id: nfs.foo service_type: ingress spec: backend_service: nfs.foo keepalive_only: true 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: - 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: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-16_11:32:14 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1224587 2023-11-16T11:42:12.644 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa; will attempt to use it 2023-11-16T11:42:12.645 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks 2023-11-16T11:42:12.645 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-16T11:42:12.646 INFO:teuthology.task.internal:Checking packages... 2023-11-16T11:42:12.669 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '50bc6740f385afe4f36770e739358479a73d8add' 2023-11-16T11:42:12.669 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-16T11:42:12.670 INFO:teuthology.packaging:ref: None 2023-11-16T11:42:12.670 INFO:teuthology.packaging:tag: None 2023-11-16T11:42:12.670 INFO:teuthology.packaging:branch: wip-adk-testing-2023-11-16-0243 2023-11-16T11:42:12.670 INFO:teuthology.packaging:sha1: 50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T11:42:12.670 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-adk-testing-2023-11-16-0243 2023-11-16T11:42:12.891 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7421.g50bc6740 2023-11-16T11:42:12.892 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-16T11:42:12.898 INFO:teuthology.task.internal:no buildpackages task found 2023-11-16T11:42:12.898 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-16T11:42:12.925 INFO:teuthology.task.internal:Saving configuration 2023-11-16T11:42:12.938 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-16T11:42:12.946 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T11:42:12.971 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi086.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460532', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-16 11:33:19.205274', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLE2a69h3NLxx5ovp1JkIrToInbntk0iod79F+6q5K030aPituaVKH+3DGzWJANGlwzpbgDyg4Yvx4GrZ0KliXw='} 2023-11-16T11:42:12.994 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi134.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460532', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-16 11:33:19.203688', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIplDzOAdzOrk2AoDH/wmvyupZuxeo5+qrJER8JxZpJlwMaqCehQFpJDlGkMgXwaiaC/uXeKy6mBaccodTWlejE='} 2023-11-16T11:42:12.994 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-16T11:42:13.000 INFO:teuthology.task.internal:roles: ubuntu@smithi086.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-11-16T11:42:13.001 INFO:teuthology.task.internal:roles: ubuntu@smithi134.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-11-16T11:42:13.001 INFO:teuthology.run_tasks:Running task console_log... 2023-11-16T11:42:13.067 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fe22fd67b80>, signals=[15]) 2023-11-16T11:42:13.068 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-16T11:42:13.074 INFO:teuthology.task.internal:Opening connections... 2023-11-16T11:42:13.074 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi086.front.sepia.ceph.com 2023-11-16T11:42:13.076 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:42:13.143 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi134.front.sepia.ceph.com 2023-11-16T11:42:13.144 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:42:13.214 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-16T11:42:13.220 DEBUG:teuthology.orchestra.run.smithi086:> uname -m 2023-11-16T11:42:13.243 INFO:teuthology.orchestra.run.smithi086.stdout:x86_64 2023-11-16T11:42:13.243 DEBUG:teuthology.orchestra.run.smithi086:> cat /etc/os-release 2023-11-16T11:42:13.304 INFO:teuthology.orchestra.run.smithi086.stdout:NAME="CentOS Stream" 2023-11-16T11:42:13.304 INFO:teuthology.orchestra.run.smithi086.stdout:VERSION="8" 2023-11-16T11:42:13.304 INFO:teuthology.orchestra.run.smithi086.stdout:ID="centos" 2023-11-16T11:42:13.304 INFO:teuthology.orchestra.run.smithi086.stdout:ID_LIKE="rhel fedora" 2023-11-16T11:42:13.305 INFO:teuthology.orchestra.run.smithi086.stdout:VERSION_ID="8" 2023-11-16T11:42:13.305 INFO:teuthology.orchestra.run.smithi086.stdout:PLATFORM_ID="platform:el8" 2023-11-16T11:42:13.305 INFO:teuthology.orchestra.run.smithi086.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-16T11:42:13.305 INFO:teuthology.orchestra.run.smithi086.stdout:ANSI_COLOR="0;31" 2023-11-16T11:42:13.305 INFO:teuthology.orchestra.run.smithi086.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-16T11:42:13.305 INFO:teuthology.orchestra.run.smithi086.stdout:HOME_URL="https://centos.org/" 2023-11-16T11:42:13.305 INFO:teuthology.orchestra.run.smithi086.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-16T11:42:13.305 INFO:teuthology.orchestra.run.smithi086.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-16T11:42:13.305 INFO:teuthology.orchestra.run.smithi086.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-16T11:42:13.306 INFO:teuthology.lock.ops:Updating smithi086.front.sepia.ceph.com on lock server 2023-11-16T11:42:13.329 DEBUG:teuthology.orchestra.run.smithi134:> uname -m 2023-11-16T11:42:13.352 INFO:teuthology.orchestra.run.smithi134.stdout:x86_64 2023-11-16T11:42:13.353 DEBUG:teuthology.orchestra.run.smithi134:> cat /etc/os-release 2023-11-16T11:42:13.412 INFO:teuthology.orchestra.run.smithi134.stdout:NAME="CentOS Stream" 2023-11-16T11:42:13.412 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION="8" 2023-11-16T11:42:13.412 INFO:teuthology.orchestra.run.smithi134.stdout:ID="centos" 2023-11-16T11:42:13.412 INFO:teuthology.orchestra.run.smithi134.stdout:ID_LIKE="rhel fedora" 2023-11-16T11:42:13.413 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION_ID="8" 2023-11-16T11:42:13.413 INFO:teuthology.orchestra.run.smithi134.stdout:PLATFORM_ID="platform:el8" 2023-11-16T11:42:13.413 INFO:teuthology.orchestra.run.smithi134.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-16T11:42:13.413 INFO:teuthology.orchestra.run.smithi134.stdout:ANSI_COLOR="0;31" 2023-11-16T11:42:13.413 INFO:teuthology.orchestra.run.smithi134.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-16T11:42:13.413 INFO:teuthology.orchestra.run.smithi134.stdout:HOME_URL="https://centos.org/" 2023-11-16T11:42:13.413 INFO:teuthology.orchestra.run.smithi134.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-16T11:42:13.413 INFO:teuthology.orchestra.run.smithi134.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-16T11:42:13.413 INFO:teuthology.orchestra.run.smithi134.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-16T11:42:13.413 INFO:teuthology.lock.ops:Updating smithi134.front.sepia.ceph.com on lock server 2023-11-16T11:42:13.437 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-16T11:42:13.445 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-16T11:42:13.458 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-16T11:42:13.458 DEBUG:teuthology.orchestra.run.smithi086:> test '!' -e /home/ubuntu/cephtest 2023-11-16T11:42:13.461 DEBUG:teuthology.orchestra.run.smithi134:> test '!' -e /home/ubuntu/cephtest 2023-11-16T11:42:13.480 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-16T11:42:13.486 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-16T11:42:13.486 DEBUG:teuthology.orchestra.run.smithi086:> test -z $(ls -A /var/lib/ceph) 2023-11-16T11:42:13.522 DEBUG:teuthology.orchestra.run.smithi134:> test -z $(ls -A /var/lib/ceph) 2023-11-16T11:42:13.561 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-16T11:42:13.618 INFO:teuthology.run_tasks:Running task kernel... 2023-11-16T11:42:13.636 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-16T11:42:13.636 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-16T11:42:13.637 DEBUG:teuthology.orchestra.run.smithi086:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-16T11:42:13.637 DEBUG:teuthology.orchestra.run.smithi134:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-16T11:42:13.658 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T11:42:13.658 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T11:42:13.659 DEBUG:teuthology.orchestra.run.smithi134:> uname -r 2023-11-16T11:42:13.659 DEBUG:teuthology.orchestra.run.smithi086:> uname -r 2023-11-16T11:42:13.720 INFO:teuthology.orchestra.run.smithi134.stdout:4.18.0-489.el8.x86_64 2023-11-16T11:42:13.720 INFO:teuthology.task.kernel:Running kernel on smithi134: 4.18.0-489.el8.x86_64 2023-11-16T11:42:13.720 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum install -y kernel 2023-11-16T11:42:13.721 INFO:teuthology.orchestra.run.smithi086.stdout:4.18.0-489.el8.x86_64 2023-11-16T11:42:13.722 INFO:teuthology.task.kernel:Running kernel on smithi086: 4.18.0-489.el8.x86_64 2023-11-16T11:42:13.722 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum install -y kernel 2023-11-16T11:42:23.845 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 8 - AppStream 4.6 MB/s | 34 MB 00:07 2023-11-16T11:42:24.263 INFO:teuthology.orchestra.run.smithi086.stdout:CentOS Stream 8 - AppStream 4.3 MB/s | 34 MB 00:07 2023-11-16T11:42:31.508 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 8 - BaseOS 35 MB/s | 53 MB 00:01 2023-11-16T11:42:32.380 INFO:teuthology.orchestra.run.smithi086.stdout:CentOS Stream 8 - BaseOS 27 MB/s | 53 MB 00:01 2023-11-16T11:42:39.603 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 8 - Extras 33 kB/s | 18 kB 00:00 2023-11-16T11:42:40.054 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 8 - Extras common packages 26 kB/s | 6.9 kB 00:00 2023-11-16T11:42:40.322 INFO:teuthology.orchestra.run.smithi134.stdout:Copr repo for python3-asyncssh owned by ceph 30 kB/s | 3.5 kB 00:00 2023-11-16T11:42:40.346 INFO:teuthology.orchestra.run.smithi086.stdout:CentOS Stream 8 - Extras 48 kB/s | 18 kB 00:00 2023-11-16T11:42:40.797 INFO:teuthology.orchestra.run.smithi086.stdout:CentOS Stream 8 - Extras common packages 26 kB/s | 6.9 kB 00:00 2023-11-16T11:42:41.099 INFO:teuthology.orchestra.run.smithi086.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-11-16T11:42:41.767 INFO:teuthology.orchestra.run.smithi134.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2023-11-16T11:42:42.985 INFO:teuthology.orchestra.run.smithi086.stdout:Extra Packages for Enterprise Linux 9.2 MB/s | 16 MB 00:01 2023-11-16T11:42:45.647 INFO:teuthology.orchestra.run.smithi134.stdout:lab-extras 293 kB/s | 24 kB 00:00 2023-11-16T11:42:46.808 INFO:teuthology.orchestra.run.smithi086.stdout:lab-extras 299 kB/s | 24 kB 00:00 2023-11-16T11:42:49.302 INFO:teuthology.orchestra.run.smithi134.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-16T11:42:49.302 INFO:teuthology.orchestra.run.smithi134.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-16T11:42:49.575 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2023-11-16T11:42:49.576 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2023-11-16T11:42:49.576 INFO:teuthology.orchestra.run.smithi134.stdout: Package Architecture Version Repository Size 2023-11-16T11:42:49.576 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2023-11-16T11:42:49.576 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2023-11-16T11:42:49.576 INFO:teuthology.orchestra.run.smithi134.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-16T11:42:49.576 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2023-11-16T11:42:49.577 INFO:teuthology.orchestra.run.smithi134.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-16T11:42:49.577 INFO:teuthology.orchestra.run.smithi134.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-16T11:42:49.577 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-16T11:42:49.577 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2023-11-16T11:42:49.577 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2023-11-16T11:42:49.577 INFO:teuthology.orchestra.run.smithi134.stdout:Install 3 Packages 2023-11-16T11:42:49.577 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-16T11:42:49.578 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 89 M 2023-11-16T11:42:49.578 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 96 M 2023-11-16T11:42:49.578 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2023-11-16T11:42:50.365 INFO:teuthology.orchestra.run.smithi134.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 17 MB/s | 10 MB 00:00 2023-11-16T11:42:50.474 INFO:teuthology.orchestra.run.smithi086.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-16T11:42:50.474 INFO:teuthology.orchestra.run.smithi086.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-16T11:42:50.755 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2023-11-16T11:42:50.756 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2023-11-16T11:42:50.756 INFO:teuthology.orchestra.run.smithi086.stdout: Package Architecture Version Repository Size 2023-11-16T11:42:50.756 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2023-11-16T11:42:50.756 INFO:teuthology.orchestra.run.smithi086.stdout:Installing: 2023-11-16T11:42:50.756 INFO:teuthology.orchestra.run.smithi086.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-16T11:42:50.756 INFO:teuthology.orchestra.run.smithi086.stdout:Installing dependencies: 2023-11-16T11:42:50.756 INFO:teuthology.orchestra.run.smithi086.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-16T11:42:50.756 INFO:teuthology.orchestra.run.smithi086.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-16T11:42:50.756 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-11-16T11:42:50.756 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction Summary 2023-11-16T11:42:50.756 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2023-11-16T11:42:50.757 INFO:teuthology.orchestra.run.smithi086.stdout:Install 3 Packages 2023-11-16T11:42:50.757 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-11-16T11:42:50.757 INFO:teuthology.orchestra.run.smithi086.stdout:Total download size: 89 M 2023-11-16T11:42:50.757 INFO:teuthology.orchestra.run.smithi086.stdout:Installed size: 96 M 2023-11-16T11:42:50.757 INFO:teuthology.orchestra.run.smithi086.stdout:Downloading Packages: 2023-11-16T11:42:50.965 INFO:teuthology.orchestra.run.smithi134.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 30 MB/s | 36 MB 00:01 2023-11-16T11:42:51.449 INFO:teuthology.orchestra.run.smithi134.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 26 MB/s | 43 MB 00:01 2023-11-16T11:42:51.449 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:42:51.450 INFO:teuthology.orchestra.run.smithi134.stdout:Total 48 MB/s | 89 MB 00:01 2023-11-16T11:42:51.959 INFO:teuthology.orchestra.run.smithi086.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 10 MB/s | 10 MB 00:01 2023-11-16T11:42:52.126 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2023-11-16T11:42:52.542 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2023-11-16T11:42:52.543 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2023-11-16T11:42:53.201 INFO:teuthology.orchestra.run.smithi086.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 16 MB/s | 36 MB 00:02 2023-11-16T11:42:53.610 INFO:teuthology.orchestra.run.smithi086.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 16 MB/s | 43 MB 00:02 2023-11-16T11:42:53.610 INFO:teuthology.orchestra.run.smithi086.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:42:53.610 INFO:teuthology.orchestra.run.smithi086.stdout:Total 31 MB/s | 89 MB 00:02 2023-11-16T11:42:53.784 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2023-11-16T11:42:53.810 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2023-11-16T11:42:54.291 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction check 2023-11-16T11:42:54.703 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction check succeeded. 2023-11-16T11:42:54.703 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction test 2023-11-16T11:42:55.946 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction test succeeded. 2023-11-16T11:42:55.970 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction 2023-11-16T11:42:56.530 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2023-11-16T11:42:57.088 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-16T11:42:58.782 INFO:teuthology.orchestra.run.smithi086.stdout: Preparing : 1/1 2023-11-16T11:42:59.329 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-16T11:43:00.670 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-16T11:43:01.054 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-16T11:43:02.919 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-16T11:43:03.287 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-16T11:43:04.483 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-16T11:43:04.784 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-16T11:43:06.715 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-16T11:43:07.008 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-16T11:43:26.810 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-16T11:43:26.833 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-16T11:43:27.393 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-16T11:43:27.393 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-16T11:43:27.393 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-16T11:43:28.232 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-16T11:43:28.232 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-16T11:43:28.232 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2023-11-16T11:43:28.233 INFO:teuthology.orchestra.run.smithi134.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-16T11:43:28.233 INFO:teuthology.orchestra.run.smithi134.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-16T11:43:28.233 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-16T11:43:28.233 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2023-11-16T11:43:28.390 DEBUG:teuthology.orchestra.run.smithi134:> rpm -q kernel | sort -rV | head -n 1 2023-11-16T11:43:28.607 INFO:teuthology.orchestra.run.smithi134.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-16T11:43:28.608 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-16T11:43:28.608 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-16T11:43:28.608 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-16T11:43:28.608 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-16T11:43:28.608 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-16T11:43:28.608 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi134.front.sepia.ceph.com, path=None, version=distro) 2023-11-16T11:43:28.609 DEBUG:teuthology.orchestra.run.smithi134:> rpm -q kernel | sort -rV | head -n 1 2023-11-16T11:43:28.817 INFO:teuthology.orchestra.run.smithi134.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-16T11:43:28.817 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-16T11:43:28.818 DEBUG:teuthology.orchestra.run.smithi134:> sudo rpm -qi grub2-tools 2023-11-16T11:43:28.851 INFO:teuthology.orchestra.run.smithi134.stdout:Name : grub2-tools 2023-11-16T11:43:28.851 INFO:teuthology.orchestra.run.smithi134.stdout:Epoch : 1 2023-11-16T11:43:28.851 INFO:teuthology.orchestra.run.smithi134.stdout:Version : 2.02 2023-11-16T11:43:28.851 INFO:teuthology.orchestra.run.smithi134.stdout:Release : 129.el8 2023-11-16T11:43:28.851 INFO:teuthology.orchestra.run.smithi134.stdout:Architecture: x86_64 2023-11-16T11:43:28.852 INFO:teuthology.orchestra.run.smithi134.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-16T11:43:28.852 INFO:teuthology.orchestra.run.smithi134.stdout:Group : System Environment/Base 2023-11-16T11:43:28.852 INFO:teuthology.orchestra.run.smithi134.stdout:Size : 9265586 2023-11-16T11:43:28.852 INFO:teuthology.orchestra.run.smithi134.stdout:License : GPLv3+ 2023-11-16T11:43:28.852 INFO:teuthology.orchestra.run.smithi134.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-16T11:43:28.852 INFO:teuthology.orchestra.run.smithi134.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-16T11:43:28.852 INFO:teuthology.orchestra.run.smithi134.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-16T11:43:28.852 INFO:teuthology.orchestra.run.smithi134.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-16T11:43:28.852 INFO:teuthology.orchestra.run.smithi134.stdout:Relocations : (not relocatable) 2023-11-16T11:43:28.852 INFO:teuthology.orchestra.run.smithi134.stdout:Packager : CentOS BuildSystem 2023-11-16T11:43:28.853 INFO:teuthology.orchestra.run.smithi134.stdout:Vendor : CentOS 2023-11-16T11:43:28.853 INFO:teuthology.orchestra.run.smithi134.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-16T11:43:28.853 INFO:teuthology.orchestra.run.smithi134.stdout:Summary : Support tools for GRUB. 2023-11-16T11:43:28.853 INFO:teuthology.orchestra.run.smithi134.stdout:Description : 2023-11-16T11:43:28.853 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-16T11:43:28.853 INFO:teuthology.orchestra.run.smithi134.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-16T11:43:28.853 INFO:teuthology.orchestra.run.smithi134.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-16T11:43:28.853 INFO:teuthology.orchestra.run.smithi134.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-16T11:43:28.853 INFO:teuthology.orchestra.run.smithi134.stdout:hardware devices. 2023-11-16T11:43:28.853 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-16T11:43:28.853 INFO:teuthology.orchestra.run.smithi134.stdout:This subpackage provides tools for support of all platforms. 2023-11-16T11:43:28.854 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-16T11:43:28.854 INFO:teuthology.task.kernel:Updating grub on smithi134 to boot 4.18.0-521.el8.x86_64 2023-11-16T11:43:28.855 DEBUG:teuthology.orchestra.run.smithi134:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-16T11:43:28.912 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-16T11:43:28.939 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-16T11:43:29.306 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-16T11:43:29.307 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-16T11:43:29.307 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-16T11:43:30.134 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-16T11:43:30.135 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-11-16T11:43:30.135 INFO:teuthology.orchestra.run.smithi086.stdout:Installed: 2023-11-16T11:43:30.135 INFO:teuthology.orchestra.run.smithi086.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-16T11:43:30.135 INFO:teuthology.orchestra.run.smithi086.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-16T11:43:30.135 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-11-16T11:43:30.135 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2023-11-16T11:43:30.226 INFO:teuthology.orchestra.run.smithi134.stderr:Generating grub configuration file ... 2023-11-16T11:43:30.292 DEBUG:teuthology.orchestra.run.smithi086:> rpm -q kernel | sort -rV | head -n 1 2023-11-16T11:43:30.504 INFO:teuthology.orchestra.run.smithi086.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-16T11:43:30.505 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-16T11:43:30.505 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-16T11:43:30.506 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-16T11:43:30.506 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-16T11:43:30.507 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-16T11:43:30.507 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi086.front.sepia.ceph.com, path=None, version=distro) 2023-11-16T11:43:30.507 DEBUG:teuthology.orchestra.run.smithi086:> rpm -q kernel | sort -rV | head -n 1 2023-11-16T11:43:30.715 INFO:teuthology.orchestra.run.smithi086.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-16T11:43:30.715 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-16T11:43:30.715 DEBUG:teuthology.orchestra.run.smithi086:> sudo rpm -qi grub2-tools 2023-11-16T11:43:30.749 INFO:teuthology.orchestra.run.smithi086.stdout:Name : grub2-tools 2023-11-16T11:43:30.749 INFO:teuthology.orchestra.run.smithi086.stdout:Epoch : 1 2023-11-16T11:43:30.749 INFO:teuthology.orchestra.run.smithi086.stdout:Version : 2.02 2023-11-16T11:43:30.749 INFO:teuthology.orchestra.run.smithi086.stdout:Release : 129.el8 2023-11-16T11:43:30.749 INFO:teuthology.orchestra.run.smithi086.stdout:Architecture: x86_64 2023-11-16T11:43:30.749 INFO:teuthology.orchestra.run.smithi086.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-16T11:43:30.749 INFO:teuthology.orchestra.run.smithi086.stdout:Group : System Environment/Base 2023-11-16T11:43:30.749 INFO:teuthology.orchestra.run.smithi086.stdout:Size : 9265586 2023-11-16T11:43:30.749 INFO:teuthology.orchestra.run.smithi086.stdout:License : GPLv3+ 2023-11-16T11:43:30.749 INFO:teuthology.orchestra.run.smithi086.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-16T11:43:30.749 INFO:teuthology.orchestra.run.smithi086.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-16T11:43:30.750 INFO:teuthology.orchestra.run.smithi086.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-16T11:43:30.750 INFO:teuthology.orchestra.run.smithi086.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-16T11:43:30.750 INFO:teuthology.orchestra.run.smithi086.stdout:Relocations : (not relocatable) 2023-11-16T11:43:30.750 INFO:teuthology.orchestra.run.smithi086.stdout:Packager : CentOS BuildSystem 2023-11-16T11:43:30.750 INFO:teuthology.orchestra.run.smithi086.stdout:Vendor : CentOS 2023-11-16T11:43:30.750 INFO:teuthology.orchestra.run.smithi086.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-16T11:43:30.750 INFO:teuthology.orchestra.run.smithi086.stdout:Summary : Support tools for GRUB. 2023-11-16T11:43:30.750 INFO:teuthology.orchestra.run.smithi086.stdout:Description : 2023-11-16T11:43:30.750 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-11-16T11:43:30.750 INFO:teuthology.orchestra.run.smithi086.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-16T11:43:30.750 INFO:teuthology.orchestra.run.smithi086.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-16T11:43:30.750 INFO:teuthology.orchestra.run.smithi086.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-16T11:43:30.751 INFO:teuthology.orchestra.run.smithi086.stdout:hardware devices. 2023-11-16T11:43:30.751 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-11-16T11:43:30.751 INFO:teuthology.orchestra.run.smithi086.stdout:This subpackage provides tools for support of all platforms. 2023-11-16T11:43:30.751 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-16T11:43:30.752 INFO:teuthology.task.kernel:Updating grub on smithi086 to boot 4.18.0-521.el8.x86_64 2023-11-16T11:43:30.752 DEBUG:teuthology.orchestra.run.smithi086:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-16T11:43:32.430 INFO:teuthology.orchestra.run.smithi086.stderr:Generating grub configuration file ... 2023-11-16T11:43:32.486 INFO:teuthology.orchestra.run.smithi134.stderr:done 2023-11-16T11:43:32.492 DEBUG:teuthology.orchestra.run.smithi134:> mktemp 2023-11-16T11:43:32.543 INFO:teuthology.orchestra.run.smithi134.stdout:/tmp/tmp.tS7ouLlUWS 2023-11-16T11:43:32.543 DEBUG:teuthology.orchestra.run.smithi134:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.tS7ouLlUWS 2023-11-16T11:43:32.576 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 0666 /tmp/tmp.tS7ouLlUWS 2023-11-16T11:43:32.721 DEBUG:teuthology.orchestra.remote:smithi134:/tmp/tmp.tS7ouLlUWS is 6KB 2023-11-16T11:43:32.769 DEBUG:teuthology.orchestra.run.smithi134:> rm -fr /tmp/tmp.tS7ouLlUWS 2023-11-16T11:43:32.787 DEBUG:teuthology.orchestra.run.smithi134:> sudo /bin/ls /boot/loader/entries || true 2023-11-16T11:43:32.867 INFO:teuthology.orchestra.run.smithi134.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-16T11:43:32.867 INFO:teuthology.orchestra.run.smithi134.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-16T11:43:32.867 INFO:teuthology.orchestra.run.smithi134.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-16T11:43:32.867 INFO:teuthology.orchestra.run.smithi134.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-16T11:43:32.868 DEBUG:teuthology.orchestra.run.smithi134:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-16T11:43:33.025 DEBUG:teuthology.orchestra.run.smithi134:> sudo shutdown -r now 2023-11-16T11:43:34.548 INFO:teuthology.orchestra.run.smithi086.stderr:done 2023-11-16T11:43:34.550 DEBUG:teuthology.orchestra.run.smithi086:> mktemp 2023-11-16T11:43:34.582 INFO:teuthology.orchestra.run.smithi086.stdout:/tmp/tmp.h1H7izXRat 2023-11-16T11:43:34.583 DEBUG:teuthology.orchestra.run.smithi086:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.h1H7izXRat 2023-11-16T11:43:34.656 DEBUG:teuthology.orchestra.run.smithi086:> sudo chmod 0666 /tmp/tmp.h1H7izXRat 2023-11-16T11:43:34.802 DEBUG:teuthology.orchestra.remote:smithi086:/tmp/tmp.h1H7izXRat is 6KB 2023-11-16T11:43:34.849 DEBUG:teuthology.orchestra.run.smithi086:> rm -fr /tmp/tmp.h1H7izXRat 2023-11-16T11:43:34.867 DEBUG:teuthology.orchestra.run.smithi086:> sudo /bin/ls /boot/loader/entries || true 2023-11-16T11:43:34.949 INFO:teuthology.orchestra.run.smithi086.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-16T11:43:34.949 INFO:teuthology.orchestra.run.smithi086.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-16T11:43:34.949 INFO:teuthology.orchestra.run.smithi086.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-16T11:43:34.950 INFO:teuthology.orchestra.run.smithi086.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-16T11:43:34.951 DEBUG:teuthology.orchestra.run.smithi086:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-16T11:43:35.113 DEBUG:teuthology.orchestra.run.smithi086:> sudo shutdown -r now 2023-11-16T11:44:03.054 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-16T11:44:03.056 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-11-16T11:44:03.056 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:44:05.117 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-16T11:44:05.118 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2023-11-16T11:44:05.118 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:44:21.626 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2023-11-16T11:44:23.674 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2023-11-16T11:44:30.634 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-11-16T11:44:30.635 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:44:32.677 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2023-11-16T11:44:32.678 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:44:35.742 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2023-11-16T11:44:47.754 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2023-11-16T11:44:47.848 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:45:20.115 DEBUG:teuthology.orchestra.run.smithi086:> true 2023-11-16T11:45:20.380 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi086.front.sepia.ceph.com' 2023-11-16T11:45:20.380 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-521.el8.x86_64"... 2023-11-16T11:45:20.380 DEBUG:teuthology.orchestra.run.smithi086:> uname -r 2023-11-16T11:45:20.398 INFO:teuthology.orchestra.run.smithi086.stdout:4.18.0-521.el8.x86_64 2023-11-16T11:45:20.398 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-16T11:45:20.398 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-16T11:45:20.399 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-16T11:45:21.399 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-16T11:45:21.400 DEBUG:teuthology.orchestra.run.smithi086:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-16T11:45:21.472 INFO:teuthology.orchestra.run.smithi086.stdout:ttyS1 2023-11-16T11:45:21.486 DEBUG:teuthology.parallel:result is None 2023-11-16T11:45:30.636 DEBUG:teuthology.orchestra.remote:timed out 2023-11-16T11:45:42.637 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-11-16T11:45:42.638 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:45:42.876 DEBUG:teuthology.orchestra.run.smithi134:> true 2023-11-16T11:45:43.203 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-11-16T11:45:43.206 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-521.el8.x86_64"... 2023-11-16T11:45:43.207 DEBUG:teuthology.orchestra.run.smithi134:> uname -r 2023-11-16T11:45:43.231 INFO:teuthology.orchestra.run.smithi134.stdout:4.18.0-521.el8.x86_64 2023-11-16T11:45:43.232 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-16T11:45:43.232 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-16T11:45:43.232 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-16T11:45:44.233 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-16T11:45:44.233 DEBUG:teuthology.orchestra.run.smithi134:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-16T11:45:44.295 INFO:teuthology.orchestra.run.smithi134.stdout:ttyS1 2023-11-16T11:45:44.307 DEBUG:teuthology.parallel:result is None 2023-11-16T11:45:44.308 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-16T11:45:44.315 INFO:teuthology.task.internal:Creating test directory... 2023-11-16T11:45:44.316 DEBUG:teuthology.orchestra.run.smithi086:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-16T11:45:44.319 DEBUG:teuthology.orchestra.run.smithi134:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-16T11:45:44.339 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-16T11:45:44.347 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-16T11:45:44.357 INFO:teuthology.task.internal:Creating archive directory... 2023-11-16T11:45:44.357 DEBUG:teuthology.orchestra.run.smithi086:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-16T11:45:44.381 DEBUG:teuthology.orchestra.run.smithi134:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-16T11:45:44.426 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-16T11:45:44.432 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-16T11:45:44.432 DEBUG:teuthology.orchestra.run.smithi086:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-16T11:45:44.467 DEBUG:teuthology.orchestra.run.smithi134:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-16T11:45:44.509 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T11:45:44.509 INFO:teuthology.orchestra.run.smithi086.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T11:45:44.515 INFO:teuthology.orchestra.run.smithi086.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T11:45:44.519 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T11:45:44.521 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-16T11:45:44.528 INFO:teuthology.task.internal:Configuring sudo... 2023-11-16T11:45:44.529 DEBUG:teuthology.orchestra.run.smithi086:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-16T11:45:44.559 DEBUG:teuthology.orchestra.run.smithi134:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-16T11:45:44.591 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-16T11:45:44.605 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-16T11:45:44.606 DEBUG:teuthology.orchestra.run.smithi086:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-16T11:45:44.629 DEBUG:teuthology.orchestra.run.smithi134:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-16T11:45:44.653 DEBUG:teuthology.orchestra.run.smithi086:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T11:45:44.731 DEBUG:teuthology.orchestra.run.smithi086:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T11:45:44.781 DEBUG:teuthology.orchestra.run.smithi086:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T11:45:44.872 DEBUG:teuthology.orchestra.run.smithi086:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T11:45:44.909 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2023-11-16T11:45:44.909 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-16T11:45:44.979 DEBUG:teuthology.orchestra.run.smithi134:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T11:45:45.028 DEBUG:teuthology.orchestra.run.smithi134:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T11:45:45.087 DEBUG:teuthology.orchestra.run.smithi134:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T11:45:45.175 DEBUG:teuthology.orchestra.run.smithi134:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T11:45:45.223 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-11-16T11:45:45.223 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-16T11:45:45.290 DEBUG:teuthology.orchestra.run.smithi086:> sudo service rsyslog restart 2023-11-16T11:45:45.293 DEBUG:teuthology.orchestra.run.smithi134:> sudo service rsyslog restart 2023-11-16T11:45:45.362 INFO:teuthology.orchestra.run.smithi086.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-16T11:45:45.382 INFO:teuthology.orchestra.run.smithi134.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-16T11:45:45.704 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-16T11:45:45.712 INFO:teuthology.task.internal:Starting timer... 2023-11-16T11:45:45.712 INFO:teuthology.run_tasks:Running task pcp... 2023-11-16T11:45:45.729 INFO:teuthology.run_tasks:Running task selinux... 2023-11-16T11:45:45.739 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-16T11:45:45.740 DEBUG:teuthology.orchestra.run.smithi086:> sudo service auditd rotate 2023-11-16T11:45:45.812 INFO:teuthology.orchestra.run.smithi086.stdout:Rotating logs: 2023-11-16T11:45:45.814 DEBUG:teuthology.orchestra.run.smithi134:> sudo service auditd rotate 2023-11-16T11:45:45.895 INFO:teuthology.orchestra.run.smithi134.stdout:Rotating logs: 2023-11-16T11:45:45.896 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-16T11:45:45.896 DEBUG:teuthology.orchestra.run.smithi086:> /usr/sbin/getenforce 2023-11-16T11:45:45.926 INFO:teuthology.orchestra.run.smithi086.stdout:Permissive 2023-11-16T11:45:45.927 DEBUG:teuthology.orchestra.run.smithi134:> /usr/sbin/getenforce 2023-11-16T11:45:45.956 INFO:teuthology.orchestra.run.smithi134.stdout:Permissive 2023-11-16T11:45:45.956 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi086.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi134.front.sepia.ceph.com': 'permissive'} 2023-11-16T11:45:45.956 DEBUG:teuthology.orchestra.run.smithi086:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-16T11:45:45.998 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T11:45:45.999 DEBUG:teuthology.orchestra.run.smithi134:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-16T11:45:46.026 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T11:45:46.026 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-16T11:45:46.027 DEBUG:teuthology.orchestra.run.smithi086:> sudo /usr/sbin/setenforce permissive 2023-11-16T11:45:46.066 DEBUG:teuthology.orchestra.run.smithi134:> sudo /usr/sbin/setenforce permissive 2023-11-16T11:45:46.094 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-16T11:45:46.112 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-11-16T11:45:46.113 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-16T11:45:46.146 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-11-16T11:45:46.147 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi086.front.sepia.ceph.com,smithi134.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-16T11:57:05.475 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi086.front.sepia.ceph.com'), Remote(name='ubuntu@smithi134.front.sepia.ceph.com')] 2023-11-16T11:57:05.476 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2023-11-16T11:57:05.477 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:57:05.548 DEBUG:teuthology.orchestra.run.smithi086:> true 2023-11-16T11:57:05.621 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi086.front.sepia.ceph.com' 2023-11-16T11:57:05.622 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-11-16T11:57:05.622 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:57:05.691 DEBUG:teuthology.orchestra.run.smithi134:> true 2023-11-16T11:57:05.765 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-11-16T11:57:05.765 INFO:teuthology.run_tasks:Running task clock... 2023-11-16T11:57:05.780 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-16T11:57:05.780 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-16T11:57:05.781 DEBUG:teuthology.orchestra.run.smithi086:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-16T11:57:05.784 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-16T11:57:05.784 DEBUG:teuthology.orchestra.run.smithi134:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-16T11:57:05.817 INFO:teuthology.orchestra.run.smithi086.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-16T11:57:05.831 INFO:teuthology.orchestra.run.smithi086.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-16T11:57:05.836 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-16T11:57:05.850 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-16T11:57:05.894 INFO:teuthology.orchestra.run.smithi086.stderr:sudo: ntpd: command not found 2023-11-16T11:57:05.906 INFO:teuthology.orchestra.run.smithi086.stdout:506 Cannot talk to daemon 2023-11-16T11:57:05.920 INFO:teuthology.orchestra.run.smithi086.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-16T11:57:05.931 INFO:teuthology.orchestra.run.smithi134.stderr:sudo: ntpd: command not found 2023-11-16T11:57:05.934 INFO:teuthology.orchestra.run.smithi086.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-16T11:57:05.942 INFO:teuthology.orchestra.run.smithi134.stdout:506 Cannot talk to daemon 2023-11-16T11:57:05.955 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-16T11:57:05.968 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-16T11:57:05.998 INFO:teuthology.orchestra.run.smithi086.stderr:bash: ntpq: command not found 2023-11-16T11:57:06.003 INFO:teuthology.orchestra.run.smithi086.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-16T11:57:06.003 INFO:teuthology.orchestra.run.smithi086.stdout:=============================================================================== 2023-11-16T11:57:06.003 INFO:teuthology.orchestra.run.smithi086.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:57:06.003 INFO:teuthology.orchestra.run.smithi086.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:57:06.003 INFO:teuthology.orchestra.run.smithi086.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:57:06.003 INFO:teuthology.orchestra.run.smithi086.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:57:06.033 INFO:teuthology.orchestra.run.smithi134.stderr:bash: ntpq: command not found 2023-11-16T11:57:06.037 INFO:teuthology.orchestra.run.smithi134.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-16T11:57:06.037 INFO:teuthology.orchestra.run.smithi134.stdout:=============================================================================== 2023-11-16T11:57:06.037 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:57:06.038 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:57:06.038 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:57:06.038 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:57:06.038 INFO:teuthology.run_tasks:Running task pexec... 2023-11-16T11:57:06.047 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-16T11:57:06.047 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi086.front.sepia.ceph.com 2023-11-16T11:57:06.047 DEBUG:teuthology.orchestra.run.smithi086:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-16T11:57:06.048 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi134.front.sepia.ceph.com 2023-11-16T11:57:06.048 DEBUG:teuthology.orchestra.run.smithi134:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-16T11:57:06.926 INFO:teuthology.orchestra.run.smithi086.stdout:Last metadata expiration check: 0:01:45 ago on Thu 16 Nov 2023 11:55:21 AM UTC. 2023-11-16T11:57:06.955 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:45 ago on Thu 16 Nov 2023 11:55:21 AM UTC. 2023-11-16T11:57:09.031 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2023-11-16T11:57:09.032 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2023-11-16T11:57:09.032 INFO:teuthology.orchestra.run.smithi086.stdout: Package Architecture Version Repository Size 2023-11-16T11:57:09.032 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2023-11-16T11:57:09.032 INFO:teuthology.orchestra.run.smithi086.stdout:Resetting modules: 2023-11-16T11:57:09.032 INFO:teuthology.orchestra.run.smithi086.stdout: container-tools 2023-11-16T11:57:09.032 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-11-16T11:57:09.033 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction Summary 2023-11-16T11:57:09.033 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2023-11-16T11:57:09.033 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-11-16T11:57:09.079 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2023-11-16T11:57:09.080 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2023-11-16T11:57:09.080 INFO:teuthology.orchestra.run.smithi134.stdout: Package Architecture Version Repository Size 2023-11-16T11:57:09.080 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2023-11-16T11:57:09.080 INFO:teuthology.orchestra.run.smithi134.stdout:Resetting modules: 2023-11-16T11:57:09.080 INFO:teuthology.orchestra.run.smithi134.stdout: container-tools 2023-11-16T11:57:09.081 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-16T11:57:09.081 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2023-11-16T11:57:09.081 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2023-11-16T11:57:09.081 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-16T11:57:09.271 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2023-11-16T11:57:09.360 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2023-11-16T11:57:10.245 INFO:teuthology.orchestra.run.smithi086.stdout:Last metadata expiration check: 0:01:49 ago on Thu 16 Nov 2023 11:55:21 AM UTC. 2023-11-16T11:57:10.317 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:49 ago on Thu 16 Nov 2023 11:55:21 AM UTC. 2023-11-16T11:57:12.363 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2023-11-16T11:57:12.420 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2023-11-16T11:57:12.544 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2023-11-16T11:57:12.545 INFO:teuthology.orchestra.run.smithi086.stdout: Package Arch Version Repository Size 2023-11-16T11:57:12.545 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2023-11-16T11:57:12.545 INFO:teuthology.orchestra.run.smithi086.stdout:Installing group/module packages: 2023-11-16T11:57:12.545 INFO:teuthology.orchestra.run.smithi086.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-16T11:57:12.545 INFO:teuthology.orchestra.run.smithi086.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-16T11:57:12.546 INFO:teuthology.orchestra.run.smithi086.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-16T11:57:12.546 INFO:teuthology.orchestra.run.smithi086.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-16T11:57:12.546 INFO:teuthology.orchestra.run.smithi086.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-16T11:57:12.546 INFO:teuthology.orchestra.run.smithi086.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-16T11:57:12.546 INFO:teuthology.orchestra.run.smithi086.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-16T11:57:12.546 INFO:teuthology.orchestra.run.smithi086.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-16T11:57:12.547 INFO:teuthology.orchestra.run.smithi086.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-16T11:57:12.547 INFO:teuthology.orchestra.run.smithi086.stdout:Installing dependencies: 2023-11-16T11:57:12.547 INFO:teuthology.orchestra.run.smithi086.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-16T11:57:12.547 INFO:teuthology.orchestra.run.smithi086.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-16T11:57:12.547 INFO:teuthology.orchestra.run.smithi086.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-16T11:57:12.548 INFO:teuthology.orchestra.run.smithi086.stdout:Installing weak dependencies: 2023-11-16T11:57:12.548 INFO:teuthology.orchestra.run.smithi086.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-16T11:57:12.548 INFO:teuthology.orchestra.run.smithi086.stdout:Installing module profiles: 2023-11-16T11:57:12.548 INFO:teuthology.orchestra.run.smithi086.stdout: container-tools/common 2023-11-16T11:57:12.548 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-11-16T11:57:12.548 INFO:teuthology.orchestra.run.smithi086.stdout:Enabling module streams: 2023-11-16T11:57:12.548 INFO:teuthology.orchestra.run.smithi086.stdout: container-tools rhel8 2023-11-16T11:57:12.549 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-11-16T11:57:12.549 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction Summary 2023-11-16T11:57:12.549 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2023-11-16T11:57:12.549 INFO:teuthology.orchestra.run.smithi086.stdout:Install 13 Packages 2023-11-16T11:57:12.549 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-11-16T11:57:12.550 INFO:teuthology.orchestra.run.smithi086.stdout:Total download size: 27 M 2023-11-16T11:57:12.551 INFO:teuthology.orchestra.run.smithi086.stdout:Installed size: 89 M 2023-11-16T11:57:12.551 INFO:teuthology.orchestra.run.smithi086.stdout:Downloading Packages: 2023-11-16T11:57:12.598 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2023-11-16T11:57:12.598 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2023-11-16T11:57:12.598 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2023-11-16T11:57:12.598 INFO:teuthology.orchestra.run.smithi134.stdout:Installing group/module packages: 2023-11-16T11:57:12.599 INFO:teuthology.orchestra.run.smithi134.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-16T11:57:12.599 INFO:teuthology.orchestra.run.smithi134.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-16T11:57:12.599 INFO:teuthology.orchestra.run.smithi134.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-16T11:57:12.599 INFO:teuthology.orchestra.run.smithi134.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-16T11:57:12.599 INFO:teuthology.orchestra.run.smithi134.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-16T11:57:12.600 INFO:teuthology.orchestra.run.smithi134.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-16T11:57:12.600 INFO:teuthology.orchestra.run.smithi134.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-16T11:57:12.600 INFO:teuthology.orchestra.run.smithi134.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-16T11:57:12.600 INFO:teuthology.orchestra.run.smithi134.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-16T11:57:12.600 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2023-11-16T11:57:12.600 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-16T11:57:12.601 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-16T11:57:12.601 INFO:teuthology.orchestra.run.smithi134.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-16T11:57:12.601 INFO:teuthology.orchestra.run.smithi134.stdout:Installing weak dependencies: 2023-11-16T11:57:12.601 INFO:teuthology.orchestra.run.smithi134.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-16T11:57:12.601 INFO:teuthology.orchestra.run.smithi134.stdout:Installing module profiles: 2023-11-16T11:57:12.602 INFO:teuthology.orchestra.run.smithi134.stdout: container-tools/common 2023-11-16T11:57:12.602 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-16T11:57:12.602 INFO:teuthology.orchestra.run.smithi134.stdout:Enabling module streams: 2023-11-16T11:57:12.602 INFO:teuthology.orchestra.run.smithi134.stdout: container-tools rhel8 2023-11-16T11:57:12.602 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-16T11:57:12.602 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2023-11-16T11:57:12.603 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2023-11-16T11:57:12.603 INFO:teuthology.orchestra.run.smithi134.stdout:Install 13 Packages 2023-11-16T11:57:12.603 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-16T11:57:12.604 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 27 M 2023-11-16T11:57:12.604 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 89 M 2023-11-16T11:57:12.605 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2023-11-16T11:57:13.238 INFO:teuthology.orchestra.run.smithi086.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.1 MB/s | 750 kB 00:00 2023-11-16T11:57:13.280 INFO:teuthology.orchestra.run.smithi086.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.4 MB/s | 1.0 MB 00:00 2023-11-16T11:57:13.633 INFO:teuthology.orchestra.run.smithi134.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 883 kB/s | 750 kB 00:00 2023-11-16T11:57:13.689 INFO:teuthology.orchestra.run.smithi086.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 84 kB/s | 38 kB 00:00 2023-11-16T11:57:13.749 INFO:teuthology.orchestra.run.smithi134.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.0 MB/s | 1.0 MB 00:00 2023-11-16T11:57:13.956 INFO:teuthology.orchestra.run.smithi086.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 357 kB/s | 241 kB 00:00 2023-11-16T11:57:13.975 INFO:teuthology.orchestra.run.smithi134.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 111 kB/s | 38 kB 00:00 2023-11-16T11:57:14.283 INFO:teuthology.orchestra.run.smithi134.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 451 kB/s | 241 kB 00:00 2023-11-16T11:57:14.523 INFO:teuthology.orchestra.run.smithi086.stdout:(5/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 5.0 MB/s | 9.6 MB 00:01 2023-11-16T11:57:14.548 INFO:teuthology.orchestra.run.smithi086.stdout:(6/13): python3-podman-4.7.0-1.module_el8+712+4 301 kB/s | 178 kB 00:00 2023-11-16T11:57:14.759 INFO:teuthology.orchestra.run.smithi134.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 374 kB/s | 178 kB 00:00 2023-11-16T11:57:14.857 INFO:teuthology.orchestra.run.smithi086.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 74 kB/s | 25 kB 00:00 2023-11-16T11:57:14.993 INFO:teuthology.orchestra.run.smithi086.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 212 kB/s | 94 kB 00:00 2023-11-16T11:57:15.149 INFO:teuthology.orchestra.run.smithi086.stdout:(9/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 2.7 MB/s | 3.9 MB 00:01 2023-11-16T11:57:15.150 INFO:teuthology.orchestra.run.smithi134.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 63 kB/s | 25 kB 00:00 2023-11-16T11:57:15.292 INFO:teuthology.orchestra.run.smithi134.stdout:(7/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 3.0 MB/s | 3.9 MB 00:01 2023-11-16T11:57:15.559 INFO:teuthology.orchestra.run.smithi134.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 230 kB/s | 94 kB 00:00 2023-11-16T11:57:15.741 INFO:teuthology.orchestra.run.smithi086.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 89 kB/s | 53 kB 00:00 2023-11-16T11:57:16.041 INFO:teuthology.orchestra.run.smithi086.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 136 kB/s | 41 kB 00:00 2023-11-16T11:57:16.285 INFO:teuthology.orchestra.run.smithi134.stdout:(9/13): skopeo-1.13.3-1.module_el8+712+4cd1bd69 8.2 MB/s | 8.1 MB 00:00 2023-11-16T11:57:16.626 INFO:teuthology.orchestra.run.smithi134.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 154 kB/s | 53 kB 00:00 2023-11-16T11:57:16.927 INFO:teuthology.orchestra.run.smithi134.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 1.9 MB/s | 2.5 MB 00:01 2023-11-16T11:57:16.952 INFO:teuthology.orchestra.run.smithi134.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 126 kB/s | 41 kB 00:00 2023-11-16T11:57:17.075 INFO:teuthology.orchestra.run.smithi086.stdout:(12/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 1.2 MB/s | 2.5 MB 00:02 2023-11-16T11:57:18.026 INFO:teuthology.orchestra.run.smithi086.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 2.6 MB/s | 8.1 MB 00:03 2023-11-16T11:57:18.026 INFO:teuthology.orchestra.run.smithi086.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:57:18.026 INFO:teuthology.orchestra.run.smithi086.stdout:Total 4.9 MB/s | 27 MB 00:05 2023-11-16T11:57:18.027 INFO:teuthology.orchestra.run.smithi134.stdout:(13/13): buildah-1.32.0-1.module_el8+712+4cd1bd 1.8 MB/s | 9.6 MB 00:05 2023-11-16T11:57:18.028 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:57:18.028 INFO:teuthology.orchestra.run.smithi134.stdout:Total 4.9 MB/s | 27 MB 00:05 2023-11-16T11:57:18.298 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction check 2023-11-16T11:57:18.300 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2023-11-16T11:57:18.319 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction check succeeded. 2023-11-16T11:57:18.319 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction test 2023-11-16T11:57:18.321 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2023-11-16T11:57:18.321 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2023-11-16T11:57:18.572 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2023-11-16T11:57:18.575 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2023-11-16T11:57:18.577 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction test succeeded. 2023-11-16T11:57:18.580 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction 2023-11-16T11:57:19.263 INFO:teuthology.orchestra.run.smithi086.stdout: Preparing : 1/1 2023-11-16T11:57:19.284 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2023-11-16T11:57:19.471 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-16T11:57:19.507 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-16T11:57:19.641 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-16T11:57:19.714 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-16T11:57:19.860 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-16T11:57:19.940 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-16T11:57:20.059 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-16T11:57:20.179 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-16T11:57:20.592 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-16T11:57:20.766 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-16T11:57:21.770 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-16T11:57:21.789 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-16T11:57:21.987 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-16T11:57:22.006 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-16T11:57:22.232 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-16T11:57:22.236 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-16T11:57:22.471 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-16T11:57:22.498 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-16T11:57:22.873 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-16T11:57:22.874 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-16T11:57:23.756 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-16T11:57:23.763 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-16T11:57:23.973 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-16T11:57:23.990 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-16T11:57:24.149 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-16T11:57:24.193 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-16T11:57:24.572 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-16T11:57:24.572 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-16T11:57:24.572 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-16T11:57:24.572 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-16T11:57:24.573 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-16T11:57:24.573 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-16T11:57:24.573 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-16T11:57:24.573 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-16T11:57:24.573 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-16T11:57:24.573 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-16T11:57:24.573 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-16T11:57:24.573 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-16T11:57:24.573 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-16T11:57:24.620 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-16T11:57:24.621 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-16T11:57:24.621 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-16T11:57:24.621 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-16T11:57:24.621 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-16T11:57:24.621 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-16T11:57:24.621 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-16T11:57:24.621 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-16T11:57:24.621 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-16T11:57:24.621 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-16T11:57:24.621 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-16T11:57:24.621 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-16T11:57:24.621 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-16T11:57:25.356 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-16T11:57:25.356 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-11-16T11:57:25.356 INFO:teuthology.orchestra.run.smithi086.stdout:Installed: 2023-11-16T11:57:25.356 INFO:teuthology.orchestra.run.smithi086.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:57:25.356 INFO:teuthology.orchestra.run.smithi086.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:57:25.356 INFO:teuthology.orchestra.run.smithi086.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-16T11:57:25.356 INFO:teuthology.orchestra.run.smithi086.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-16T11:57:25.356 INFO:teuthology.orchestra.run.smithi086.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:57:25.357 INFO:teuthology.orchestra.run.smithi086.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:57:25.357 INFO:teuthology.orchestra.run.smithi086.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-16T11:57:25.357 INFO:teuthology.orchestra.run.smithi086.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-16T11:57:25.357 INFO:teuthology.orchestra.run.smithi086.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-16T11:57:25.357 INFO:teuthology.orchestra.run.smithi086.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:57:25.357 INFO:teuthology.orchestra.run.smithi086.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:57:25.357 INFO:teuthology.orchestra.run.smithi086.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-16T11:57:25.357 INFO:teuthology.orchestra.run.smithi086.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-16T11:57:25.357 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-11-16T11:57:25.357 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2023-11-16T11:57:25.456 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-16T11:57:25.456 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-16T11:57:25.456 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2023-11-16T11:57:25.456 INFO:teuthology.orchestra.run.smithi134.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:57:25.456 INFO:teuthology.orchestra.run.smithi134.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:57:25.456 INFO:teuthology.orchestra.run.smithi134.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-16T11:57:25.456 INFO:teuthology.orchestra.run.smithi134.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-16T11:57:25.456 INFO:teuthology.orchestra.run.smithi134.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:57:25.456 INFO:teuthology.orchestra.run.smithi134.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:57:25.457 INFO:teuthology.orchestra.run.smithi134.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-16T11:57:25.457 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-16T11:57:25.457 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-16T11:57:25.457 INFO:teuthology.orchestra.run.smithi134.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:57:25.457 INFO:teuthology.orchestra.run.smithi134.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:57:25.457 INFO:teuthology.orchestra.run.smithi134.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-16T11:57:25.457 INFO:teuthology.orchestra.run.smithi134.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-16T11:57:25.457 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-16T11:57:25.457 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2023-11-16T11:57:25.673 DEBUG:teuthology.parallel:result is None 2023-11-16T11:57:25.757 DEBUG:teuthology.parallel:result is None 2023-11-16T11:57:25.757 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-11-16T11:57:25.767 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-11-16T11:57:25.768 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2023-11-16T11:57:25.768 DEBUG:teuthology.orchestra.run.smithi086:> dd if=/scratch_devs of=/dev/stdout 2023-11-16T11:57:25.786 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-16T11:57:25.786 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/vg_nvme/lv_1 2023-11-16T11:57:25.843 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-16T11:57:25.843 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T11:57:25.844 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 6h/6d Inode: 396422 Links: 1 2023-11-16T11:57:25.844 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T11:57:25.844 INFO:teuthology.orchestra.run.smithi086.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T11:57:25.844 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2023-11-16 11:57:24.295434620 +0000 2023-11-16T11:57:25.844 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2023-11-16 11:56:21.159674592 +0000 2023-11-16T11:57:25.844 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2023-11-16 11:56:21.159674592 +0000 2023-11-16T11:57:25.844 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: - 2023-11-16T11:57:25.844 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-16T11:57:25.909 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2023-11-16T11:57:25.910 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2023-11-16T11:57:25.910 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.000199441 s, 2.6 MB/s 2023-11-16T11:57:25.911 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-16T11:57:25.969 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/vg_nvme/lv_2 2023-11-16T11:57:26.027 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-16T11:57:26.027 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T11:57:26.028 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 6h/6d Inode: 387838 Links: 1 2023-11-16T11:57:26.028 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T11:57:26.028 INFO:teuthology.orchestra.run.smithi086.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T11:57:26.028 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2023-11-16 11:57:24.295434620 +0000 2023-11-16T11:57:26.028 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2023-11-16 11:56:21.692663231 +0000 2023-11-16T11:57:26.028 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2023-11-16 11:56:21.692663231 +0000 2023-11-16T11:57:26.028 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: - 2023-11-16T11:57:26.028 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-16T11:57:26.093 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2023-11-16T11:57:26.093 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2023-11-16T11:57:26.093 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.000216023 s, 2.4 MB/s 2023-11-16T11:57:26.095 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-16T11:57:26.154 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/vg_nvme/lv_3 2023-11-16T11:57:26.213 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-16T11:57:26.213 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T11:57:26.213 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 6h/6d Inode: 398454 Links: 1 2023-11-16T11:57:26.213 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T11:57:26.213 INFO:teuthology.orchestra.run.smithi086.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T11:57:26.213 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2023-11-16 11:57:24.295434620 +0000 2023-11-16T11:57:26.213 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2023-11-16 11:56:22.198652445 +0000 2023-11-16T11:57:26.213 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2023-11-16 11:56:22.198652445 +0000 2023-11-16T11:57:26.213 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: - 2023-11-16T11:57:26.214 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-16T11:57:26.278 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2023-11-16T11:57:26.278 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2023-11-16T11:57:26.278 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.000208942 s, 2.5 MB/s 2023-11-16T11:57:26.279 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-16T11:57:26.338 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/vg_nvme/lv_4 2023-11-16T11:57:26.397 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-16T11:57:26.397 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T11:57:26.397 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 6h/6d Inode: 398521 Links: 1 2023-11-16T11:57:26.397 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T11:57:26.397 INFO:teuthology.orchestra.run.smithi086.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T11:57:26.397 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2023-11-16 11:57:24.295434620 +0000 2023-11-16T11:57:26.397 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2023-11-16 11:56:22.712641489 +0000 2023-11-16T11:57:26.397 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2023-11-16 11:56:22.712641489 +0000 2023-11-16T11:57:26.397 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: - 2023-11-16T11:57:26.398 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-16T11:57:26.462 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2023-11-16T11:57:26.462 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2023-11-16T11:57:26.462 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.000231312 s, 2.2 MB/s 2023-11-16T11:57:26.463 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-16T11:57:26.522 DEBUG:teuthology.orchestra.run.smithi086:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-11-16T11:57:26.637 INFO:teuthology.orchestra.run.smithi086.stdout:loop 2023-11-16T11:57:26.638 INFO:tasks.nvme_loop:Connecting nvme_loop smithi086:/dev/vg_nvme/lv_1... 2023-11-16T11:57:26.638 DEBUG:teuthology.orchestra.run.smithi086:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-11-16T11:57:26.673 INFO:teuthology.orchestra.run.smithi086.stdout:1 2023-11-16T11:57:26.705 INFO:teuthology.orchestra.run.smithi086.stdout:/dev/vg_nvme/lv_11 2023-11-16T11:57:26.745 INFO:tasks.nvme_loop:Connecting nvme_loop smithi086:/dev/vg_nvme/lv_2... 2023-11-16T11:57:26.745 DEBUG:teuthology.orchestra.run.smithi086:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-11-16T11:57:26.821 INFO:teuthology.orchestra.run.smithi086.stdout:1 2023-11-16T11:57:26.854 INFO:teuthology.orchestra.run.smithi086.stdout:/dev/vg_nvme/lv_21 2023-11-16T11:57:26.891 INFO:tasks.nvme_loop:Connecting nvme_loop smithi086:/dev/vg_nvme/lv_3... 2023-11-16T11:57:26.891 DEBUG:teuthology.orchestra.run.smithi086:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-11-16T11:57:26.972 INFO:teuthology.orchestra.run.smithi086.stdout:1 2023-11-16T11:57:27.005 INFO:teuthology.orchestra.run.smithi086.stdout:/dev/vg_nvme/lv_31 2023-11-16T11:57:27.042 INFO:tasks.nvme_loop:Connecting nvme_loop smithi086:/dev/vg_nvme/lv_4... 2023-11-16T11:57:27.042 DEBUG:teuthology.orchestra.run.smithi086:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-11-16T11:57:27.122 INFO:teuthology.orchestra.run.smithi086.stdout:1 2023-11-16T11:57:27.154 INFO:teuthology.orchestra.run.smithi086.stdout:/dev/vg_nvme/lv_41 2023-11-16T11:57:27.191 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2023-11-16T11:57:27.191 DEBUG:teuthology.orchestra.run.smithi086:> dd if=/scratch_devs of=/dev/stdout 2023-11-16T11:57:27.250 DEBUG:teuthology.orchestra.run.smithi086:> sudo nvme list 2023-11-16T11:57:27.315 INFO:teuthology.orchestra.run.smithi086.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-16T11:57:27.315 INFO:teuthology.orchestra.run.smithi086.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-16T11:57:27.316 INFO:teuthology.orchestra.run.smithi086.stdout:/dev/nvme0n1 PHFT620400UL400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-16T11:57:27.316 INFO:teuthology.orchestra.run.smithi086.stdout:/dev/nvme1n1 dcf883dd156ba1ec85c1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-16T11:57:27.316 INFO:teuthology.orchestra.run.smithi086.stdout:/dev/nvme2n1 d246b6a64b1a3c12f1a3 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-16T11:57:27.316 INFO:teuthology.orchestra.run.smithi086.stdout:/dev/nvme3n1 d41725c7470b40b3ea64 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-16T11:57:27.316 INFO:teuthology.orchestra.run.smithi086.stdout:/dev/nvme4n1 5ce9a2a6b80e637ed46b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-16T11:57:27.317 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-16T11:57:27.317 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2023-11-16T11:57:27.317 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/scratch_devs 2023-11-16T11:57:27.384 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-11-16T11:57:27.384 DEBUG:teuthology.orchestra.run.smithi134:> dd if=/scratch_devs of=/dev/stdout 2023-11-16T11:57:27.407 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-16T11:57:27.407 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_1 2023-11-16T11:57:27.467 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-16T11:57:27.468 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T11:57:27.468 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 390987 Links: 1 2023-11-16T11:57:27.468 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T11:57:27.468 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T11:57:27.468 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2023-11-16 11:57:24.339882615 +0000 2023-11-16T11:57:27.468 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2023-11-16 11:56:22.646023203 +0000 2023-11-16T11:57:27.468 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2023-11-16 11:56:22.646023203 +0000 2023-11-16T11:57:27.468 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2023-11-16T11:57:27.468 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-16T11:57:27.537 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2023-11-16T11:57:27.537 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2023-11-16T11:57:27.537 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000246196 s, 2.1 MB/s 2023-11-16T11:57:27.538 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-16T11:57:27.599 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_2 2023-11-16T11:57:27.657 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-16T11:57:27.657 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T11:57:27.658 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 391694 Links: 1 2023-11-16T11:57:27.658 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T11:57:27.658 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T11:57:27.658 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2023-11-16 11:57:24.339882615 +0000 2023-11-16T11:57:27.658 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2023-11-16 11:56:23.164011179 +0000 2023-11-16T11:57:27.658 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2023-11-16 11:56:23.164011179 +0000 2023-11-16T11:57:27.658 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2023-11-16T11:57:27.658 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-16T11:57:27.725 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2023-11-16T11:57:27.725 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2023-11-16T11:57:27.725 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.00029164 s, 1.8 MB/s 2023-11-16T11:57:27.726 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-16T11:57:27.785 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_3 2023-11-16T11:57:27.843 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-16T11:57:27.843 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T11:57:27.843 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 399380 Links: 1 2023-11-16T11:57:27.844 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T11:57:27.844 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T11:57:27.844 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2023-11-16 11:57:24.339882615 +0000 2023-11-16T11:57:27.844 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2023-11-16 11:56:23.720998250 +0000 2023-11-16T11:57:27.844 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2023-11-16 11:56:23.720998250 +0000 2023-11-16T11:57:27.844 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2023-11-16T11:57:27.844 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-16T11:57:27.909 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2023-11-16T11:57:27.909 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2023-11-16T11:57:27.909 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000190546 s, 2.7 MB/s 2023-11-16T11:57:27.910 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-16T11:57:27.969 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_4 2023-11-16T11:57:28.027 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-16T11:57:28.028 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T11:57:28.028 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 391887 Links: 1 2023-11-16T11:57:28.028 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T11:57:28.028 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T11:57:28.028 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2023-11-16 11:57:24.339882615 +0000 2023-11-16T11:57:28.028 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2023-11-16 11:56:24.247986017 +0000 2023-11-16T11:57:28.028 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2023-11-16 11:56:24.247986017 +0000 2023-11-16T11:57:28.028 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2023-11-16T11:57:28.029 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-16T11:57:28.094 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2023-11-16T11:57:28.094 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2023-11-16T11:57:28.094 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000209921 s, 2.4 MB/s 2023-11-16T11:57:28.095 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-16T11:57:28.154 DEBUG:teuthology.orchestra.run.smithi134:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-11-16T11:57:28.269 INFO:teuthology.orchestra.run.smithi134.stdout:loop 2023-11-16T11:57:28.270 INFO:tasks.nvme_loop:Connecting nvme_loop smithi134:/dev/vg_nvme/lv_1... 2023-11-16T11:57:28.270 DEBUG:teuthology.orchestra.run.smithi134:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-11-16T11:57:28.305 INFO:teuthology.orchestra.run.smithi134.stdout:1 2023-11-16T11:57:28.338 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/vg_nvme/lv_11 2023-11-16T11:57:28.377 INFO:tasks.nvme_loop:Connecting nvme_loop smithi134:/dev/vg_nvme/lv_2... 2023-11-16T11:57:28.377 DEBUG:teuthology.orchestra.run.smithi134:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-11-16T11:57:28.454 INFO:teuthology.orchestra.run.smithi134.stdout:1 2023-11-16T11:57:28.486 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/vg_nvme/lv_21 2023-11-16T11:57:28.522 INFO:tasks.nvme_loop:Connecting nvme_loop smithi134:/dev/vg_nvme/lv_3... 2023-11-16T11:57:28.522 DEBUG:teuthology.orchestra.run.smithi134:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-11-16T11:57:28.597 INFO:teuthology.orchestra.run.smithi134.stdout:1 2023-11-16T11:57:28.630 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/vg_nvme/lv_31 2023-11-16T11:57:28.667 INFO:tasks.nvme_loop:Connecting nvme_loop smithi134:/dev/vg_nvme/lv_4... 2023-11-16T11:57:28.667 DEBUG:teuthology.orchestra.run.smithi134:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-11-16T11:57:28.742 INFO:teuthology.orchestra.run.smithi134.stdout:1 2023-11-16T11:57:28.775 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/vg_nvme/lv_41 2023-11-16T11:57:28.812 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-11-16T11:57:28.812 DEBUG:teuthology.orchestra.run.smithi134:> dd if=/scratch_devs of=/dev/stdout 2023-11-16T11:57:28.870 DEBUG:teuthology.orchestra.run.smithi134:> sudo nvme list 2023-11-16T11:57:28.936 INFO:teuthology.orchestra.run.smithi134.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-16T11:57:28.936 INFO:teuthology.orchestra.run.smithi134.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-16T11:57:28.936 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/nvme0n1 CVFT62420002400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-16T11:57:28.936 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/nvme1n1 355e3642d26287f30f3d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-16T11:57:28.936 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/nvme2n1 66c5fe31b4bfd69ceb8c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-16T11:57:28.936 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/nvme3n1 fe54c5d14bd6263f17c7 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-16T11:57:28.936 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/nvme4n1 ca766f765f25842ed6f2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-16T11:57:28.937 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-16T11:57:28.937 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-11-16T11:57:28.937 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/scratch_devs 2023-11-16T11:57:29.004 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-16T11:57:29.088 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '50bc6740f385afe4f36770e739358479a73d8add'} 2023-11-16T11:57:29.089 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T11:57:29.089 INFO:tasks.cephadm:Cluster fsid is 510dbe9c-8477-11ee-8dbe-212e2dc638e7 2023-11-16T11:57:29.089 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-16T11:57:29.089 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-16T11:57:29.089 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi086': '172.21.15.86', 'mon.smithi134': '172.21.15.134'} 2023-11-16T11:57:29.090 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-16T11:57:29.090 DEBUG:teuthology.orchestra.run.smithi086:> sudo hostname $(hostname -s) 2023-11-16T11:57:29.124 DEBUG:teuthology.orchestra.run.smithi134:> sudo hostname $(hostname -s) 2023-11-16T11:57:29.151 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-11-16T11:57:29.152 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T11:57:29.374 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '50bc6740f385afe4f36770e739358479a73d8add', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic/74192/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.0.0-7421-g50bc6740', 'node_name': '172.21.2.8+braggi08', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic', 'package_manager_version': '18.0.0-7421.g50bc6740'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2023-11-16 09:24:25.099303', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2023-11-16-0243', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/centos/8/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2023-11-16T11:57:29.512 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-adk-testing-2023-11-16-0243, sha1 50bc6740f385afe4f36770e739358479a73d8add from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T11:57:29.513 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/centos/8/x86_64/flavors/default/cephadm 2023-11-16T11:57:29.513 DEBUG:teuthology.orchestra.run.smithi086:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-16T11:57:30.853 INFO:teuthology.orchestra.run.smithi086.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2245323 Nov 16 11:57 /home/ubuntu/cephtest/cephadm 2023-11-16T11:57:30.853 DEBUG:teuthology.orchestra.run.smithi134:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-16T11:57:32.437 INFO:teuthology.orchestra.run.smithi134.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2245323 Nov 16 11:57 /home/ubuntu/cephtest/cephadm 2023-11-16T11:57:32.437 DEBUG:teuthology.orchestra.run.smithi086:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-16T11:57:32.460 DEBUG:teuthology.orchestra.run.smithi134:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-16T11:57:32.492 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add on all hosts... 2023-11-16T11:57:32.492 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add pull 2023-11-16T11:57:32.503 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add pull 2023-11-16T11:57:34.086 INFO:teuthology.orchestra.run.smithi086.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add... 2023-11-16T11:57:34.223 INFO:teuthology.orchestra.run.smithi134.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add... 2023-11-16T12:00:16.635 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2023-11-16T12:00:16.636 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph_version": "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)", 2023-11-16T12:00:16.636 INFO:teuthology.orchestra.run.smithi086.stdout: "image_id": "1cfb7613cdb7081bd32bc1fa3482c3ce44bb49224c8483072cfed736b7afce35", 2023-11-16T12:00:16.636 INFO:teuthology.orchestra.run.smithi086.stdout: "repo_digests": [ 2023-11-16T12:00:16.636 INFO:teuthology.orchestra.run.smithi086.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea" 2023-11-16T12:00:16.636 INFO:teuthology.orchestra.run.smithi086.stdout: ] 2023-11-16T12:00:16.636 INFO:teuthology.orchestra.run.smithi086.stdout:} 2023-11-16T12:01:17.516 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2023-11-16T12:02:13.031 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph_version": "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)", 2023-11-16T12:02:13.031 INFO:teuthology.orchestra.run.smithi134.stdout: "image_id": "1cfb7613cdb7081bd32bc1fa3482c3ce44bb49224c8483072cfed736b7afce35", 2023-11-16T12:02:13.031 INFO:teuthology.orchestra.run.smithi134.stdout: "repo_digests": [ 2023-11-16T12:02:13.031 INFO:teuthology.orchestra.run.smithi134.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea" 2023-11-16T12:02:13.031 INFO:teuthology.orchestra.run.smithi134.stdout: ] 2023-11-16T12:02:13.031 INFO:teuthology.orchestra.run.smithi134.stdout:} 2023-11-16T12:02:13.034 DEBUG:teuthology.orchestra.run.smithi086:> sudo mkdir -p /etc/ceph 2023-11-16T12:02:13.078 DEBUG:teuthology.orchestra.run.smithi134:> sudo mkdir -p /etc/ceph 2023-11-16T12:02:13.117 DEBUG:teuthology.orchestra.run.smithi086:> sudo chmod 777 /etc/ceph 2023-11-16T12:02:13.147 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 777 /etc/ceph 2023-11-16T12:02:13.189 INFO:tasks.cephadm:Writing seed config... 2023-11-16T12:02:13.189 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-16T12:02:13.189 DEBUG:teuthology.orchestra.run.smithi086:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-16T12:02:13.208 DEBUG:teuthology.orchestra.run.smithi134:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-16T12:02:13.248 INFO:tasks.cephadm:Stopping all daemons... 2023-11-16T12:02:13.248 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 510dbe9c-8477-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-16T12:02:13.461 INFO:teuthology.orchestra.run.smithi086.stdout:Deleting cluster with fsid: 510dbe9c-8477-11ee-8dbe-212e2dc638e7 2023-11-16T12:02:13.605 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 510dbe9c-8477-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-16T12:02:13.828 INFO:teuthology.orchestra.run.smithi134.stdout:Deleting cluster with fsid: 510dbe9c-8477-11ee-8dbe-212e2dc638e7 2023-11-16T12:02:13.972 DEBUG:teuthology.orchestra.run.smithi086:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-16T12:02:14.001 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-16T12:02:14.029 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 542, in ceph_bootstrap File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 59, in build_initial_config File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/virtualenv/lib/python3.8/site-packages/configobj.py", line 1229, in __init__ self._load(infile, configspec) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/virtualenv/lib/python3.8/site-packages/configobj.py", line 1240, in _load raise IOError('Config file not found: "%s".' % self.filename) OSError: Config file not found: "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.conf". 2023-11-16T12:02:14.035 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-16T12:02:14.039 DEBUG:teuthology.misc:Transferring archived files from smithi086:/var/lib/ceph/510dbe9c-8477-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460532/remote/smithi086/crash 2023-11-16T12:02:14.040 DEBUG:teuthology.orchestra.run.smithi086:> sudo tar c -f - -C /var/lib/ceph/510dbe9c-8477-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-16T12:02:14.078 INFO:teuthology.orchestra.run.smithi086.stderr:tar: /var/lib/ceph/510dbe9c-8477-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-16T12:02:14.078 INFO:teuthology.orchestra.run.smithi086.stderr:tar: Error is not recoverable: exiting now 2023-11-16T12:02:14.080 DEBUG:teuthology.misc:Transferring archived files from smithi134:/var/lib/ceph/510dbe9c-8477-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460532/remote/smithi134/crash 2023-11-16T12:02:14.081 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /var/lib/ceph/510dbe9c-8477-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-16T12:02:14.119 INFO:teuthology.orchestra.run.smithi134.stderr:tar: /var/lib/ceph/510dbe9c-8477-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-16T12:02:14.119 INFO:teuthology.orchestra.run.smithi134.stderr:tar: Error is not recoverable: exiting now 2023-11-16T12:02:14.120 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-16T12:02:14.121 DEBUG:teuthology.orchestra.run.smithi086:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/510dbe9c-8477-11ee-8dbe-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-16T12:02:14.147 INFO:teuthology.orchestra.run.smithi086.stderr:grep: /var/log/ceph/510dbe9c-8477-11ee-8dbe-212e2dc638e7/ceph.log: No such file or directory 2023-11-16T12:02:14.148 INFO:tasks.cephadm:Compressing logs... 2023-11-16T12:02:14.149 DEBUG:teuthology.orchestra.run.smithi086:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-16T12:02:14.191 DEBUG:teuthology.orchestra.run.smithi134:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-16T12:02:14.215 INFO:teuthology.orchestra.run.smithi086.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-16T12:02:14.215 INFO:teuthology.orchestra.run.smithi086.stderr:: No such file or directory 2023-11-16T12:02:14.215 INFO:teuthology.orchestra.run.smithi086.stderr:/var/log/ceph/cephadm.log: 76.1% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-16T12:02:14.216 INFO:teuthology.orchestra.run.smithi086.stderr: 2023-11-16T12:02:14.217 INFO:teuthology.orchestra.run.smithi086.stderr:real 0m0.011s 2023-11-16T12:02:14.217 INFO:teuthology.orchestra.run.smithi086.stderr:user 0m0.007s 2023-11-16T12:02:14.217 INFO:teuthology.orchestra.run.smithi086.stderr:sys 0m0.012s 2023-11-16T12:02:14.218 INFO:teuthology.orchestra.run.smithi134.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-16T12:02:14.218 INFO:teuthology.orchestra.run.smithi134.stderr:: No such file or directory 2023-11-16T12:02:14.218 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/cephadm.log: 76.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-16T12:02:14.219 INFO:teuthology.orchestra.run.smithi134.stderr: 2023-11-16T12:02:14.219 INFO:teuthology.orchestra.run.smithi134.stderr:real 0m0.011s 2023-11-16T12:02:14.219 INFO:teuthology.orchestra.run.smithi134.stderr:user 0m0.010s 2023-11-16T12:02:14.219 INFO:teuthology.orchestra.run.smithi134.stderr:sys 0m0.009s 2023-11-16T12:02:14.219 INFO:tasks.cephadm:Archiving logs... 2023-11-16T12:02:14.219 DEBUG:teuthology.misc:Transferring archived files from smithi086:/var/log/ceph to /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460532/remote/smithi086/log 2023-11-16T12:02:14.220 DEBUG:teuthology.orchestra.run.smithi086:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-16T12:02:14.283 DEBUG:teuthology.misc:Transferring archived files from smithi134:/var/log/ceph to /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460532/remote/smithi134/log 2023-11-16T12:02:14.284 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-16T12:02:14.311 INFO:tasks.cephadm:Removing cluster... 2023-11-16T12:02:14.311 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 510dbe9c-8477-11ee-8dbe-212e2dc638e7 --force 2023-11-16T12:02:14.538 INFO:teuthology.orchestra.run.smithi086.stdout:Deleting cluster with fsid: 510dbe9c-8477-11ee-8dbe-212e2dc638e7 2023-11-16T12:02:14.688 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 510dbe9c-8477-11ee-8dbe-212e2dc638e7 --force 2023-11-16T12:02:14.899 INFO:teuthology.orchestra.run.smithi134.stdout:Deleting cluster with fsid: 510dbe9c-8477-11ee-8dbe-212e2dc638e7 2023-11-16T12:02:15.048 INFO:tasks.cephadm:Removing cephadm ... 2023-11-16T12:02:15.048 DEBUG:teuthology.orchestra.run.smithi086:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-16T12:02:15.066 DEBUG:teuthology.orchestra.run.smithi134:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-16T12:02:15.085 INFO:tasks.cephadm:Teardown complete 2023-11-16T12:02:15.085 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 1720, in task File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 1635, in initialize_config File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 542, in ceph_bootstrap File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 59, in build_initial_config File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/virtualenv/lib/python3.8/site-packages/configobj.py", line 1229, in __init__ self._load(infile, configspec) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/virtualenv/lib/python3.8/site-packages/configobj.py", line 1240, in _load raise IOError('Config file not found: "%s".' % self.filename) OSError: Config file not found: "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.conf". 2023-11-16T12:02:15.158 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=cd14108f89cf45eaaae1c76f7135d4c2 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 1720, in task File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 1635, in initialize_config File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 542, in ceph_bootstrap File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 59, in build_initial_config File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/virtualenv/lib/python3.8/site-packages/configobj.py", line 1229, in __init__ self._load(infile, configspec) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/virtualenv/lib/python3.8/site-packages/configobj.py", line 1240, in _load raise IOError('Config file not found: "%s".' % self.filename) OSError: Config file not found: "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.conf". 2023-11-16T12:02:15.161 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-16T12:02:15.169 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-11-16T12:02:15.182 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi086:/dev/vg_nvme/lv_1... 2023-11-16T12:02:15.183 DEBUG:teuthology.orchestra.run.smithi086:> sudo nvme disconnect -n lv_1 2023-11-16T12:02:15.307 INFO:teuthology.orchestra.run.smithi086.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-16T12:02:15.308 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:02:15.308 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi086:/dev/vg_nvme/lv_2... 2023-11-16T12:02:15.308 DEBUG:teuthology.orchestra.run.smithi086:> sudo nvme disconnect -n lv_2 2023-11-16T12:02:15.430 INFO:teuthology.orchestra.run.smithi086.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-16T12:02:15.430 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:02:15.431 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi086:/dev/vg_nvme/lv_3... 2023-11-16T12:02:15.431 DEBUG:teuthology.orchestra.run.smithi086:> sudo nvme disconnect -n lv_3 2023-11-16T12:02:15.564 INFO:teuthology.orchestra.run.smithi086.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-16T12:02:15.564 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:02:15.565 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi086:/dev/vg_nvme/lv_4... 2023-11-16T12:02:15.565 DEBUG:teuthology.orchestra.run.smithi086:> sudo nvme disconnect -n lv_4 2023-11-16T12:02:15.684 INFO:teuthology.orchestra.run.smithi086.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-16T12:02:15.684 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:02:15.685 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2023-11-16T12:02:15.685 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/scratch_devs 2023-11-16T12:02:15.712 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi134:/dev/vg_nvme/lv_1... 2023-11-16T12:02:15.712 DEBUG:teuthology.orchestra.run.smithi134:> sudo nvme disconnect -n lv_1 2023-11-16T12:02:15.843 INFO:teuthology.orchestra.run.smithi134.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-16T12:02:15.845 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:02:15.845 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi134:/dev/vg_nvme/lv_2... 2023-11-16T12:02:15.845 DEBUG:teuthology.orchestra.run.smithi134:> sudo nvme disconnect -n lv_2 2023-11-16T12:02:15.958 INFO:teuthology.orchestra.run.smithi134.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-16T12:02:15.959 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:02:15.959 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi134:/dev/vg_nvme/lv_3... 2023-11-16T12:02:15.960 DEBUG:teuthology.orchestra.run.smithi134:> sudo nvme disconnect -n lv_3 2023-11-16T12:02:16.078 INFO:teuthology.orchestra.run.smithi134.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-16T12:02:16.079 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:02:16.080 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi134:/dev/vg_nvme/lv_4... 2023-11-16T12:02:16.080 DEBUG:teuthology.orchestra.run.smithi134:> sudo nvme disconnect -n lv_4 2023-11-16T12:02:16.208 INFO:teuthology.orchestra.run.smithi134.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-16T12:02:16.209 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:02:16.209 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-11-16T12:02:16.209 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/scratch_devs 2023-11-16T12:02:16.236 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-16T12:02:16.244 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-16T12:02:16.244 DEBUG:teuthology.orchestra.run.smithi086:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-16T12:02:16.247 DEBUG:teuthology.orchestra.run.smithi134:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-16T12:02:16.262 INFO:teuthology.orchestra.run.smithi086.stderr:bash: ntpq: command not found 2023-11-16T12:02:16.267 INFO:teuthology.orchestra.run.smithi086.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-16T12:02:16.268 INFO:teuthology.orchestra.run.smithi086.stdout:=============================================================================== 2023-11-16T12:02:16.268 INFO:teuthology.orchestra.run.smithi086.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 45 +1330us[+1330us] +/- 76ms 2023-11-16T12:02:16.268 INFO:teuthology.orchestra.run.smithi086.stdout:^* hv02.front.sepia.ceph.com 3 6 377 46 -9058ns[ -25us] +/- 70ms 2023-11-16T12:02:16.268 INFO:teuthology.orchestra.run.smithi086.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 47 -875us[ -891us] +/- 81ms 2023-11-16T12:02:16.268 INFO:teuthology.orchestra.run.smithi086.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T12:02:16.293 INFO:teuthology.orchestra.run.smithi134.stderr:bash: ntpq: command not found 2023-11-16T12:02:16.298 INFO:teuthology.orchestra.run.smithi134.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-16T12:02:16.298 INFO:teuthology.orchestra.run.smithi134.stdout:=============================================================================== 2023-11-16T12:02:16.298 INFO:teuthology.orchestra.run.smithi134.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 45 +1339us[+1339us] +/- 76ms 2023-11-16T12:02:16.298 INFO:teuthology.orchestra.run.smithi134.stdout:^* hv02.front.sepia.ceph.com 3 6 377 46 +11us[ +21us] +/- 70ms 2023-11-16T12:02:16.298 INFO:teuthology.orchestra.run.smithi134.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 44 -871us[ -871us] +/- 81ms 2023-11-16T12:02:16.298 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T12:02:16.299 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-16T12:02:16.308 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-16T12:02:16.308 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-16T12:02:16.316 DEBUG:teuthology.orchestra.run.smithi086:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-16T12:02:16.403 DEBUG:teuthology.orchestra.run.smithi134:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-16T12:02:16.490 DEBUG:teuthology.orchestra.run.smithi086:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-16T12:02:16.520 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:02:16.521 DEBUG:teuthology.orchestra.run.smithi134:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-16T12:02:16.552 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:02:16.553 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-16T12:02:16.564 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-16T12:02:16.572 INFO:teuthology.task.internal:Duration was 990.860197 seconds 2023-11-16T12:02:16.572 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-16T12:02:16.581 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-16T12:02:16.581 DEBUG:teuthology.orchestra.run.smithi086:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-16T12:02:16.584 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-16T12:02:16.627 INFO:teuthology.orchestra.run.smithi086.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-16T12:02:16.638 INFO:teuthology.orchestra.run.smithi134.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-16T12:02:16.952 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-16T12:02:16.953 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi086.front.sepia.ceph.com 2023-11-16T12:02:16.953 DEBUG:teuthology.orchestra.run.smithi086:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-16T12:02:16.974 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi134.front.sepia.ceph.com 2023-11-16T12:02:16.974 DEBUG:teuthology.orchestra.run.smithi134:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-16T12:02:16.997 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-16T12:02:16.997 DEBUG:teuthology.orchestra.run.smithi086:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-16T12:02:17.017 DEBUG:teuthology.orchestra.run.smithi134:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-16T12:02:17.074 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-16T12:02:17.075 DEBUG:teuthology.orchestra.run.smithi086:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-16T12:02:17.094 DEBUG:teuthology.orchestra.run.smithi134:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-16T12:02:17.177 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-16T12:02:17.187 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-16T12:02:17.187 DEBUG:teuthology.orchestra.run.smithi086:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-16T12:02:17.213 DEBUG:teuthology.orchestra.run.smithi134:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-16T12:02:17.240 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-16T12:02:17.251 DEBUG:teuthology.orchestra.run.smithi086:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-16T12:02:17.255 DEBUG:teuthology.orchestra.run.smithi134:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-16T12:02:17.279 INFO:teuthology.orchestra.run.smithi086.stdout:kernel.core_pattern = core 2023-11-16T12:02:17.306 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern = core 2023-11-16T12:02:17.330 DEBUG:teuthology.orchestra.run.smithi086:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-16T12:02:17.380 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:02:17.455 DEBUG:teuthology.orchestra.run.smithi134:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-16T12:02:17.471 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:02:17.471 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-16T12:02:17.482 INFO:teuthology.task.internal:Transferring archived files... 2023-11-16T12:02:17.483 DEBUG:teuthology.misc:Transferring archived files from smithi086:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460532/remote/smithi086 2023-11-16T12:02:17.483 DEBUG:teuthology.orchestra.run.smithi086:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-16T12:02:17.531 DEBUG:teuthology.misc:Transferring archived files from smithi134:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460532/remote/smithi134 2023-11-16T12:02:17.531 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-16T12:02:17.568 INFO:teuthology.task.internal:Removing archive directory... 2023-11-16T12:02:17.568 DEBUG:teuthology.orchestra.run.smithi086:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-16T12:02:17.570 DEBUG:teuthology.orchestra.run.smithi134:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-16T12:02:17.619 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-16T12:02:17.629 INFO:teuthology.task.internal:Not uploading archives. 2023-11-16T12:02:17.629 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-16T12:02:17.638 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-16T12:02:17.639 DEBUG:teuthology.orchestra.run.smithi086:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-16T12:02:17.641 DEBUG:teuthology.orchestra.run.smithi134:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-16T12:02:17.656 INFO:teuthology.orchestra.run.smithi086.stdout: 393225 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 16 12:02 /home/ubuntu/cephtest 2023-11-16T12:02:17.676 INFO:teuthology.orchestra.run.smithi134.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 16 12:02 /home/ubuntu/cephtest 2023-11-16T12:02:17.677 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-16T12:02:17.687 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-16T12:02:17.726 INFO:teuthology.nuke:Checking targets against current locks 2023-11-16T12:02:17.755 DEBUG:teuthology.nuke:shortname: smithi086 2023-11-16T12:02:17.755 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T12:02:17.778 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi086.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460532', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-16 11:33:19.205274', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLE2a69h3NLxx5ovp1JkIrToInbntk0iod79F+6q5K030aPituaVKH+3DGzWJANGlwzpbgDyg4Yvx4GrZ0KliXw='} 2023-11-16T12:02:17.782 DEBUG:teuthology.nuke:shortname: smithi134 2023-11-16T12:02:17.782 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T12:02:17.807 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi134.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460532', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-16 11:33:19.203688', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIplDzOAdzOrk2AoDH/wmvyupZuxeo5+qrJER8JxZpJlwMaqCehQFpJDlGkMgXwaiaC/uXeKy6mBaccodTWlejE='} 2023-11-16T12:02:17.832 INFO:teuthology.orchestra.console.smithi086:Power off 2023-11-16T12:02:17.832 DEBUG:teuthology.orchestra.console.smithi086:pexpect command: ipmitool -H smithi086.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-16T12:02:17.857 DEBUG:teuthology.orchestra.console.smithi086:power off output: Chassis Power Control: Down/Off 2023-11-16T12:02:17.857 DEBUG:teuthology.orchestra.console.smithi086:pexpect command: ipmitool -H smithi086.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:02:17.874 INFO:teuthology.orchestra.console.smithi134:Power off 2023-11-16T12:02:17.874 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-16T12:02:17.884 DEBUG:teuthology.orchestra.console.smithi086:check power output: Chassis Power is on 2023-11-16T12:02:17.898 DEBUG:teuthology.orchestra.console.smithi134:power off output: Chassis Power Control: Down/Off 2023-11-16T12:02:17.898 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:02:17.922 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is on 2023-11-16T12:02:21.885 DEBUG:teuthology.orchestra.console.smithi086:pexpect command: ipmitool -H smithi086.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:02:21.924 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:02:21.995 DEBUG:teuthology.orchestra.console.smithi086:check power output: Chassis Power is on 2023-11-16T12:02:22.034 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is on 2023-11-16T12:02:25.996 DEBUG:teuthology.orchestra.console.smithi086:pexpect command: ipmitool -H smithi086.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:02:26.035 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:02:26.110 DEBUG:teuthology.orchestra.console.smithi086:check power output: Chassis Power is on 2023-11-16T12:02:26.144 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is off 2023-11-16T12:02:26.245 INFO:teuthology.orchestra.console.smithi134:Power off completed 2023-11-16T12:02:30.115 DEBUG:teuthology.orchestra.console.smithi086:pexpect command: ipmitool -H smithi086.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:02:30.225 DEBUG:teuthology.orchestra.console.smithi086:check power output: Chassis Power is off 2023-11-16T12:02:30.326 INFO:teuthology.orchestra.console.smithi086:Power off completed 2023-11-16T12:02:30.430 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools_crun 0-nvme-loop 1-start 2-services/nfs-keepalive-only 3-final} duration: 990.8601973056793 failure_reason: 'Config file not found: "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.conf".' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=cd14108f89cf45eaaae1c76f7135d4c2 status: fail success: false 2023-11-16T12:02:30.431 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-16T12:02:30.522 INFO:teuthology.run:FAIL