2023-12-01T05:56:47.831 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-01T05:56:47.832 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --name phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi --description orch:cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools_crun 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --owner scheduled_phlogistonjohn@teuthology --archive /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7473002 -- /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7473002/orig.config.yaml 2023-12-01T05:56:47.867 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T05:56:47.950 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7473002 branch: wip-phlogistonjohn-testing-2023-11-30-1010 description: orch:cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools_crun 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: jmulligan@redhat.com first_in_suite: false job_id: '7473002' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-phlogistonjohn-testing-2023-11-30-1010 ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-phlogistonjohn-testing-2023-11-30-1010 sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d owner: scheduled_phlogistonjohn@teuthology priority: 99 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 9533 sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d sleep_before_teardown: 0 subset: 1/15 suite: orch:cephadm suite_branch: wip-phlogistonjohn-testing-2023-11-30-1010 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d targets: smithi125.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAUcra5AqH3APbnhUz07OdKr1v4C6h8qQ53qKFVPi7/chtQNZZjaPOL6Cg5WWCR1p1HtcfP77V23u7fHs2NXJfc= smithi164.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIde4Dh4dqyfVlMqgxlD+xMq3oeAgA0bHINpIDSoBY7SlN9XP+KFNjSry7kYETwDDAoEeoaDAoOmBoWN0N5vBF0= 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 - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} --port 2999 - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo -o port=2999 - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - vip.exec: all-hosts: - "echo \"Check with $(hostname) ganesha(s) down...\"\nfor c in `systemctl | grep\ \ ceph- | grep @nfs | awk '{print $1}'`; do\n cid=`echo $c | sed 's/@/-/'`\n\ \ id=`echo $c | cut -d @ -f 2 | sed 's/.service$//'`\n fsid=`echo $c |\ \ cut -d @ -f 1 | cut -d - -f 2-`\n echo \"Removing daemon $id fsid $fsid...\"\ \n sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id\n\n echo \"\ Waking up cephadm...\"\n sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh\n\ \n while ! timeout 1 cat /mnt/foo/testfile ; do true ; done\n echo \"\ Mount is back!\"\ndone\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-11-30_21:17:15 tube: smithi user: phlogistonjohn verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-01T05:56:47.950 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa; will attempt to use it 2023-12-01T05:56:47.951 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks 2023-12-01T05:56:47.951 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-01T05:56:47.953 INFO:teuthology.task.internal:Checking packages... 2023-12-01T05:56:47.977 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '875037c4c0585d32b171b61f9b83f482e6b73b3d' 2023-12-01T05:56:47.978 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T05:56:47.978 INFO:teuthology.packaging:ref: None 2023-12-01T05:56:47.978 INFO:teuthology.packaging:tag: None 2023-12-01T05:56:47.978 INFO:teuthology.packaging:branch: wip-phlogistonjohn-testing-2023-11-30-1010 2023-12-01T05:56:47.978 INFO:teuthology.packaging:sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:56:47.978 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-phlogistonjohn-testing-2023-11-30-1010 2023-12-01T05:56:48.131 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7662.g875037c4 2023-12-01T05:56:48.131 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-01T05:56:48.137 INFO:teuthology.task.internal:no buildpackages task found 2023-12-01T05:56:48.137 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-01T05:56:48.144 INFO:teuthology.task.internal:Saving configuration 2023-12-01T05:56:48.163 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-01T05:56:48.169 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T05:56:48.194 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi125.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7473002', '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-12-01 05:51:40.083574', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAUcra5AqH3APbnhUz07OdKr1v4C6h8qQ53qKFVPi7/chtQNZZjaPOL6Cg5WWCR1p1HtcfP77V23u7fHs2NXJfc='} 2023-12-01T05:56:48.216 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi164.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7473002', '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-12-01 05:51:40.081905', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIde4Dh4dqyfVlMqgxlD+xMq3oeAgA0bHINpIDSoBY7SlN9XP+KFNjSry7kYETwDDAoEeoaDAoOmBoWN0N5vBF0='} 2023-12-01T05:56:48.216 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-01T05:56:48.222 INFO:teuthology.task.internal:roles: ubuntu@smithi125.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-01T05:56:48.222 INFO:teuthology.task.internal:roles: ubuntu@smithi164.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-01T05:56:48.222 INFO:teuthology.run_tasks:Running task console_log... 2023-12-01T05:56:48.294 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fed1335e9d0>, signals=[15]) 2023-12-01T05:56:48.295 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-01T05:56:48.301 INFO:teuthology.task.internal:Opening connections... 2023-12-01T05:56:48.301 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi125.front.sepia.ceph.com 2023-12-01T05:56:48.302 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi125.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:56:48.369 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi164.front.sepia.ceph.com 2023-12-01T05:56:48.370 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:56:48.439 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-01T05:56:48.446 DEBUG:teuthology.orchestra.run.smithi125:> uname -m 2023-12-01T05:56:48.468 INFO:teuthology.orchestra.run.smithi125.stdout:x86_64 2023-12-01T05:56:48.468 DEBUG:teuthology.orchestra.run.smithi125:> cat /etc/os-release 2023-12-01T05:56:48.529 INFO:teuthology.orchestra.run.smithi125.stdout:NAME="CentOS Stream" 2023-12-01T05:56:48.529 INFO:teuthology.orchestra.run.smithi125.stdout:VERSION="8" 2023-12-01T05:56:48.529 INFO:teuthology.orchestra.run.smithi125.stdout:ID="centos" 2023-12-01T05:56:48.529 INFO:teuthology.orchestra.run.smithi125.stdout:ID_LIKE="rhel fedora" 2023-12-01T05:56:48.529 INFO:teuthology.orchestra.run.smithi125.stdout:VERSION_ID="8" 2023-12-01T05:56:48.529 INFO:teuthology.orchestra.run.smithi125.stdout:PLATFORM_ID="platform:el8" 2023-12-01T05:56:48.529 INFO:teuthology.orchestra.run.smithi125.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-01T05:56:48.529 INFO:teuthology.orchestra.run.smithi125.stdout:ANSI_COLOR="0;31" 2023-12-01T05:56:48.529 INFO:teuthology.orchestra.run.smithi125.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-01T05:56:48.529 INFO:teuthology.orchestra.run.smithi125.stdout:HOME_URL="https://centos.org/" 2023-12-01T05:56:48.530 INFO:teuthology.orchestra.run.smithi125.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T05:56:48.530 INFO:teuthology.orchestra.run.smithi125.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T05:56:48.530 INFO:teuthology.orchestra.run.smithi125.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-01T05:56:48.530 INFO:teuthology.lock.ops:Updating smithi125.front.sepia.ceph.com on lock server 2023-12-01T05:56:48.552 DEBUG:teuthology.orchestra.run.smithi164:> uname -m 2023-12-01T05:56:48.574 INFO:teuthology.orchestra.run.smithi164.stdout:x86_64 2023-12-01T05:56:48.574 DEBUG:teuthology.orchestra.run.smithi164:> cat /etc/os-release 2023-12-01T05:56:48.634 INFO:teuthology.orchestra.run.smithi164.stdout:NAME="CentOS Stream" 2023-12-01T05:56:48.635 INFO:teuthology.orchestra.run.smithi164.stdout:VERSION="8" 2023-12-01T05:56:48.635 INFO:teuthology.orchestra.run.smithi164.stdout:ID="centos" 2023-12-01T05:56:48.635 INFO:teuthology.orchestra.run.smithi164.stdout:ID_LIKE="rhel fedora" 2023-12-01T05:56:48.635 INFO:teuthology.orchestra.run.smithi164.stdout:VERSION_ID="8" 2023-12-01T05:56:48.635 INFO:teuthology.orchestra.run.smithi164.stdout:PLATFORM_ID="platform:el8" 2023-12-01T05:56:48.635 INFO:teuthology.orchestra.run.smithi164.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-01T05:56:48.635 INFO:teuthology.orchestra.run.smithi164.stdout:ANSI_COLOR="0;31" 2023-12-01T05:56:48.635 INFO:teuthology.orchestra.run.smithi164.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-01T05:56:48.635 INFO:teuthology.orchestra.run.smithi164.stdout:HOME_URL="https://centos.org/" 2023-12-01T05:56:48.635 INFO:teuthology.orchestra.run.smithi164.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T05:56:48.635 INFO:teuthology.orchestra.run.smithi164.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T05:56:48.635 INFO:teuthology.orchestra.run.smithi164.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-01T05:56:48.635 INFO:teuthology.lock.ops:Updating smithi164.front.sepia.ceph.com on lock server 2023-12-01T05:56:48.660 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-01T05:56:48.671 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-01T05:56:48.676 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-01T05:56:48.676 DEBUG:teuthology.orchestra.run.smithi125:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:56:48.679 DEBUG:teuthology.orchestra.run.smithi164:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:56:48.699 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-01T05:56:48.705 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-01T05:56:48.705 DEBUG:teuthology.orchestra.run.smithi125:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:56:48.741 DEBUG:teuthology.orchestra.run.smithi164:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:56:48.775 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-01T05:56:48.827 INFO:teuthology.run_tasks:Running task kernel... 2023-12-01T05:56:48.843 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-01T05:56:48.843 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-01T05:56:48.843 DEBUG:teuthology.orchestra.run.smithi125:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:56:48.844 DEBUG:teuthology.orchestra.run.smithi164:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:56:48.862 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:56:48.863 DEBUG:teuthology.orchestra.run.smithi164:> uname -r 2023-12-01T05:56:48.864 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:56:48.866 DEBUG:teuthology.orchestra.run.smithi125:> uname -r 2023-12-01T05:56:48.922 INFO:teuthology.orchestra.run.smithi164.stdout:4.18.0-489.el8.x86_64 2023-12-01T05:56:48.922 INFO:teuthology.task.kernel:Running kernel on smithi164: 4.18.0-489.el8.x86_64 2023-12-01T05:56:48.923 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum install -y kernel 2023-12-01T05:56:48.926 INFO:teuthology.orchestra.run.smithi125.stdout:4.18.0-489.el8.x86_64 2023-12-01T05:56:48.926 INFO:teuthology.task.kernel:Running kernel on smithi125: 4.18.0-489.el8.x86_64 2023-12-01T05:56:48.926 DEBUG:teuthology.orchestra.run.smithi125:> sudo yum install -y kernel 2023-12-01T05:56:54.146 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS Stream 8 - AppStream 13 MB/s | 34 MB 00:02 2023-12-01T05:56:54.206 INFO:teuthology.orchestra.run.smithi125.stdout:CentOS Stream 8 - AppStream 13 MB/s | 34 MB 00:02 2023-12-01T05:57:03.026 INFO:teuthology.orchestra.run.smithi125.stdout:CentOS Stream 8 - BaseOS 21 MB/s | 55 MB 00:02 2023-12-01T05:57:05.913 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS Stream 8 - BaseOS 10 MB/s | 55 MB 00:05 2023-12-01T05:57:11.189 INFO:teuthology.orchestra.run.smithi125.stdout:CentOS Stream 8 - Extras 50 kB/s | 18 kB 00:00 2023-12-01T05:57:11.756 INFO:teuthology.orchestra.run.smithi125.stdout:CentOS Stream 8 - Extras common packages 18 kB/s | 6.9 kB 00:00 2023-12-01T05:57:12.066 INFO:teuthology.orchestra.run.smithi125.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-12-01T05:57:12.950 INFO:teuthology.orchestra.run.smithi125.stdout:Extra Packages for Enterprise Linux 22 MB/s | 16 MB 00:00 2023-12-01T05:57:14.124 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS Stream 8 - Extras 47 kB/s | 18 kB 00:00 2023-12-01T05:57:14.671 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS Stream 8 - Extras common packages 19 kB/s | 6.9 kB 00:00 2023-12-01T05:57:14.972 INFO:teuthology.orchestra.run.smithi164.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-12-01T05:57:16.800 INFO:teuthology.orchestra.run.smithi125.stdout:lab-extras 405 kB/s | 24 kB 00:00 2023-12-01T05:57:20.439 INFO:teuthology.orchestra.run.smithi125.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-01T05:57:20.439 INFO:teuthology.orchestra.run.smithi125.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-01T05:57:20.719 INFO:teuthology.orchestra.run.smithi125.stdout:Dependencies resolved. 2023-12-01T05:57:20.720 INFO:teuthology.orchestra.run.smithi125.stdout:================================================================================ 2023-12-01T05:57:20.720 INFO:teuthology.orchestra.run.smithi125.stdout: Package Architecture Version Repository Size 2023-12-01T05:57:20.720 INFO:teuthology.orchestra.run.smithi125.stdout:================================================================================ 2023-12-01T05:57:20.720 INFO:teuthology.orchestra.run.smithi125.stdout:Installing: 2023-12-01T05:57:20.720 INFO:teuthology.orchestra.run.smithi125.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-01T05:57:20.720 INFO:teuthology.orchestra.run.smithi125.stdout:Installing dependencies: 2023-12-01T05:57:20.720 INFO:teuthology.orchestra.run.smithi125.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-01T05:57:20.720 INFO:teuthology.orchestra.run.smithi125.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-01T05:57:20.720 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-01T05:57:20.721 INFO:teuthology.orchestra.run.smithi125.stdout:Transaction Summary 2023-12-01T05:57:20.721 INFO:teuthology.orchestra.run.smithi125.stdout:================================================================================ 2023-12-01T05:57:20.721 INFO:teuthology.orchestra.run.smithi125.stdout:Install 3 Packages 2023-12-01T05:57:20.721 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-01T05:57:20.721 INFO:teuthology.orchestra.run.smithi125.stdout:Total download size: 90 M 2023-12-01T05:57:20.721 INFO:teuthology.orchestra.run.smithi125.stdout:Installed size: 96 M 2023-12-01T05:57:20.721 INFO:teuthology.orchestra.run.smithi125.stdout:Downloading Packages: 2023-12-01T05:57:22.060 INFO:teuthology.orchestra.run.smithi125.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 8.7 MB/s | 10 MB 00:01 2023-12-01T05:57:23.185 INFO:teuthology.orchestra.run.smithi125.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 16 MB/s | 36 MB 00:02 2023-12-01T05:57:23.679 INFO:teuthology.orchestra.run.smithi125.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 16 MB/s | 43 MB 00:02 2023-12-01T05:57:23.679 INFO:teuthology.orchestra.run.smithi125.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:57:23.679 INFO:teuthology.orchestra.run.smithi125.stdout:Total 30 MB/s | 90 MB 00:02 2023-12-01T05:57:24.356 INFO:teuthology.orchestra.run.smithi125.stdout:Running transaction check 2023-12-01T05:57:24.775 INFO:teuthology.orchestra.run.smithi125.stdout:Transaction check succeeded. 2023-12-01T05:57:24.776 INFO:teuthology.orchestra.run.smithi125.stdout:Running transaction test 2023-12-01T05:57:25.999 INFO:teuthology.orchestra.run.smithi125.stdout:Transaction test succeeded. 2023-12-01T05:57:26.017 INFO:teuthology.orchestra.run.smithi125.stdout:Running transaction 2023-12-01T05:57:28.363 INFO:teuthology.orchestra.run.smithi164.stdout:Extra Packages for Enterprise Linux 1.2 MB/s | 16 MB 00:13 2023-12-01T05:57:28.808 INFO:teuthology.orchestra.run.smithi125.stdout: Preparing : 1/1 2023-12-01T05:57:29.301 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-01T05:57:32.155 INFO:teuthology.orchestra.run.smithi164.stdout:lab-extras 416 kB/s | 24 kB 00:00 2023-12-01T05:57:32.859 INFO:teuthology.orchestra.run.smithi125.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-01T05:57:33.267 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-01T05:57:35.763 INFO:teuthology.orchestra.run.smithi164.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-01T05:57:35.763 INFO:teuthology.orchestra.run.smithi164.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-01T05:57:36.051 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2023-12-01T05:57:36.052 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2023-12-01T05:57:36.052 INFO:teuthology.orchestra.run.smithi164.stdout: Package Architecture Version Repository Size 2023-12-01T05:57:36.052 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2023-12-01T05:57:36.052 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2023-12-01T05:57:36.052 INFO:teuthology.orchestra.run.smithi164.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-01T05:57:36.052 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2023-12-01T05:57:36.052 INFO:teuthology.orchestra.run.smithi164.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-01T05:57:36.052 INFO:teuthology.orchestra.run.smithi164.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-01T05:57:36.052 INFO:teuthology.orchestra.run.smithi164.stdout: 2023-12-01T05:57:36.052 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2023-12-01T05:57:36.053 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2023-12-01T05:57:36.053 INFO:teuthology.orchestra.run.smithi164.stdout:Install 3 Packages 2023-12-01T05:57:36.053 INFO:teuthology.orchestra.run.smithi164.stdout: 2023-12-01T05:57:36.053 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 90 M 2023-12-01T05:57:36.053 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 96 M 2023-12-01T05:57:36.054 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2023-12-01T05:57:36.705 INFO:teuthology.orchestra.run.smithi125.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-01T05:57:36.998 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:57:37.390 INFO:teuthology.orchestra.run.smithi164.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 8.8 MB/s | 10 MB 00:01 2023-12-01T05:57:38.373 INFO:teuthology.orchestra.run.smithi164.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 17 MB/s | 36 MB 00:02 2023-12-01T05:57:38.940 INFO:teuthology.orchestra.run.smithi164.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 16 MB/s | 43 MB 00:02 2023-12-01T05:57:38.940 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:57:38.940 INFO:teuthology.orchestra.run.smithi164.stdout:Total 31 MB/s | 90 MB 00:02 2023-12-01T05:57:39.616 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2023-12-01T05:57:40.028 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2023-12-01T05:57:40.028 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2023-12-01T05:57:41.255 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2023-12-01T05:57:41.282 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2023-12-01T05:57:44.090 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2023-12-01T05:57:44.636 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-01T05:57:48.232 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-01T05:57:48.644 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-01T05:57:52.071 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-01T05:57:52.349 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:57:59.088 INFO:teuthology.orchestra.run.smithi125.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:57:59.113 INFO:teuthology.orchestra.run.smithi125.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:57:59.657 INFO:teuthology.orchestra.run.smithi125.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:57:59.658 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-01T05:57:59.658 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-01T05:58:00.436 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:58:00.436 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-01T05:58:00.436 INFO:teuthology.orchestra.run.smithi125.stdout:Installed: 2023-12-01T05:58:00.436 INFO:teuthology.orchestra.run.smithi125.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-01T05:58:00.437 INFO:teuthology.orchestra.run.smithi125.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-01T05:58:00.437 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-01T05:58:00.437 INFO:teuthology.orchestra.run.smithi125.stdout:Complete! 2023-12-01T05:58:00.586 DEBUG:teuthology.orchestra.run.smithi125:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T05:58:00.804 INFO:teuthology.orchestra.run.smithi125.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-01T05:58:00.804 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-01T05:58:00.804 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-526.el8.x86_64 2023-12-01T05:58:00.804 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-01T05:58:00.804 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-01T05:58:00.805 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-01T05:58:00.805 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi125.front.sepia.ceph.com, path=None, version=distro) 2023-12-01T05:58:00.805 DEBUG:teuthology.orchestra.run.smithi125:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T05:58:01.015 INFO:teuthology.orchestra.run.smithi125.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-01T05:58:01.015 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-01T05:58:01.015 DEBUG:teuthology.orchestra.run.smithi125:> sudo rpm -qi grub2-tools 2023-12-01T05:58:01.048 INFO:teuthology.orchestra.run.smithi125.stdout:Name : grub2-tools 2023-12-01T05:58:01.048 INFO:teuthology.orchestra.run.smithi125.stdout:Epoch : 1 2023-12-01T05:58:01.048 INFO:teuthology.orchestra.run.smithi125.stdout:Version : 2.02 2023-12-01T05:58:01.048 INFO:teuthology.orchestra.run.smithi125.stdout:Release : 129.el8 2023-12-01T05:58:01.048 INFO:teuthology.orchestra.run.smithi125.stdout:Architecture: x86_64 2023-12-01T05:58:01.048 INFO:teuthology.orchestra.run.smithi125.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-01T05:58:01.048 INFO:teuthology.orchestra.run.smithi125.stdout:Group : System Environment/Base 2023-12-01T05:58:01.048 INFO:teuthology.orchestra.run.smithi125.stdout:Size : 9265586 2023-12-01T05:58:01.048 INFO:teuthology.orchestra.run.smithi125.stdout:License : GPLv3+ 2023-12-01T05:58:01.048 INFO:teuthology.orchestra.run.smithi125.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-01T05:58:01.048 INFO:teuthology.orchestra.run.smithi125.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-01T05:58:01.048 INFO:teuthology.orchestra.run.smithi125.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-01T05:58:01.048 INFO:teuthology.orchestra.run.smithi125.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-01T05:58:01.049 INFO:teuthology.orchestra.run.smithi125.stdout:Relocations : (not relocatable) 2023-12-01T05:58:01.049 INFO:teuthology.orchestra.run.smithi125.stdout:Packager : CentOS BuildSystem 2023-12-01T05:58:01.049 INFO:teuthology.orchestra.run.smithi125.stdout:Vendor : CentOS 2023-12-01T05:58:01.049 INFO:teuthology.orchestra.run.smithi125.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-01T05:58:01.049 INFO:teuthology.orchestra.run.smithi125.stdout:Summary : Support tools for GRUB. 2023-12-01T05:58:01.049 INFO:teuthology.orchestra.run.smithi125.stdout:Description : 2023-12-01T05:58:01.049 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-01T05:58:01.049 INFO:teuthology.orchestra.run.smithi125.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-01T05:58:01.049 INFO:teuthology.orchestra.run.smithi125.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-01T05:58:01.049 INFO:teuthology.orchestra.run.smithi125.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-01T05:58:01.049 INFO:teuthology.orchestra.run.smithi125.stdout:hardware devices. 2023-12-01T05:58:01.049 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-01T05:58:01.049 INFO:teuthology.orchestra.run.smithi125.stdout:This subpackage provides tools for support of all platforms. 2023-12-01T05:58:01.050 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-01T05:58:01.050 INFO:teuthology.task.kernel:Updating grub on smithi125 to boot 4.18.0-526.el8.x86_64 2023-12-01T05:58:01.050 DEBUG:teuthology.orchestra.run.smithi125:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-01T05:58:02.505 INFO:teuthology.orchestra.run.smithi125.stderr:Generating grub configuration file ... 2023-12-01T05:58:04.688 INFO:teuthology.orchestra.run.smithi125.stderr:done 2023-12-01T05:58:04.690 DEBUG:teuthology.orchestra.run.smithi125:> mktemp 2023-12-01T05:58:04.717 INFO:teuthology.orchestra.run.smithi125.stdout:/tmp/tmp.Ou15edozdl 2023-12-01T05:58:04.717 DEBUG:teuthology.orchestra.run.smithi125:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Ou15edozdl 2023-12-01T05:58:04.791 DEBUG:teuthology.orchestra.run.smithi125:> sudo chmod 0666 /tmp/tmp.Ou15edozdl 2023-12-01T05:58:04.931 DEBUG:teuthology.orchestra.remote:smithi125:/tmp/tmp.Ou15edozdl is 6KB 2023-12-01T05:58:04.980 DEBUG:teuthology.orchestra.run.smithi125:> rm -fr /tmp/tmp.Ou15edozdl 2023-12-01T05:58:04.997 DEBUG:teuthology.orchestra.run.smithi125:> sudo /bin/ls /boot/loader/entries || true 2023-12-01T05:58:05.073 INFO:teuthology.orchestra.run.smithi125.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-01T05:58:05.073 INFO:teuthology.orchestra.run.smithi125.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-01T05:58:05.073 INFO:teuthology.orchestra.run.smithi125.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-01T05:58:05.073 INFO:teuthology.orchestra.run.smithi125.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-01T05:58:05.074 DEBUG:teuthology.orchestra.run.smithi125:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-01T05:58:05.264 DEBUG:teuthology.orchestra.run.smithi125:> sudo shutdown -r now 2023-12-01T05:58:14.327 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:58:14.350 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:58:14.708 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:58:14.708 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-01T05:58:14.708 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-01T05:58:15.536 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:58:15.537 INFO:teuthology.orchestra.run.smithi164.stdout: 2023-12-01T05:58:15.537 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2023-12-01T05:58:15.537 INFO:teuthology.orchestra.run.smithi164.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-01T05:58:15.537 INFO:teuthology.orchestra.run.smithi164.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-01T05:58:15.537 INFO:teuthology.orchestra.run.smithi164.stdout: 2023-12-01T05:58:15.537 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2023-12-01T05:58:15.684 DEBUG:teuthology.orchestra.run.smithi164:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T05:58:15.901 INFO:teuthology.orchestra.run.smithi164.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-01T05:58:15.902 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-01T05:58:15.902 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-526.el8.x86_64 2023-12-01T05:58:15.902 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-01T05:58:15.902 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-01T05:58:15.902 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-01T05:58:15.902 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi164.front.sepia.ceph.com, path=None, version=distro) 2023-12-01T05:58:15.902 DEBUG:teuthology.orchestra.run.smithi164:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T05:58:16.112 INFO:teuthology.orchestra.run.smithi164.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-01T05:58:16.112 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-01T05:58:16.112 DEBUG:teuthology.orchestra.run.smithi164:> sudo rpm -qi grub2-tools 2023-12-01T05:58:16.146 INFO:teuthology.orchestra.run.smithi164.stdout:Name : grub2-tools 2023-12-01T05:58:16.146 INFO:teuthology.orchestra.run.smithi164.stdout:Epoch : 1 2023-12-01T05:58:16.147 INFO:teuthology.orchestra.run.smithi164.stdout:Version : 2.02 2023-12-01T05:58:16.147 INFO:teuthology.orchestra.run.smithi164.stdout:Release : 129.el8 2023-12-01T05:58:16.147 INFO:teuthology.orchestra.run.smithi164.stdout:Architecture: x86_64 2023-12-01T05:58:16.147 INFO:teuthology.orchestra.run.smithi164.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-01T05:58:16.147 INFO:teuthology.orchestra.run.smithi164.stdout:Group : System Environment/Base 2023-12-01T05:58:16.147 INFO:teuthology.orchestra.run.smithi164.stdout:Size : 9265586 2023-12-01T05:58:16.147 INFO:teuthology.orchestra.run.smithi164.stdout:License : GPLv3+ 2023-12-01T05:58:16.147 INFO:teuthology.orchestra.run.smithi164.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-01T05:58:16.147 INFO:teuthology.orchestra.run.smithi164.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-01T05:58:16.147 INFO:teuthology.orchestra.run.smithi164.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-01T05:58:16.147 INFO:teuthology.orchestra.run.smithi164.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-01T05:58:16.147 INFO:teuthology.orchestra.run.smithi164.stdout:Relocations : (not relocatable) 2023-12-01T05:58:16.147 INFO:teuthology.orchestra.run.smithi164.stdout:Packager : CentOS BuildSystem 2023-12-01T05:58:16.147 INFO:teuthology.orchestra.run.smithi164.stdout:Vendor : CentOS 2023-12-01T05:58:16.147 INFO:teuthology.orchestra.run.smithi164.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-01T05:58:16.147 INFO:teuthology.orchestra.run.smithi164.stdout:Summary : Support tools for GRUB. 2023-12-01T05:58:16.148 INFO:teuthology.orchestra.run.smithi164.stdout:Description : 2023-12-01T05:58:16.148 INFO:teuthology.orchestra.run.smithi164.stdout: 2023-12-01T05:58:16.148 INFO:teuthology.orchestra.run.smithi164.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-01T05:58:16.148 INFO:teuthology.orchestra.run.smithi164.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-01T05:58:16.148 INFO:teuthology.orchestra.run.smithi164.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-01T05:58:16.148 INFO:teuthology.orchestra.run.smithi164.stdout:hardware devices. 2023-12-01T05:58:16.148 INFO:teuthology.orchestra.run.smithi164.stdout: 2023-12-01T05:58:16.148 INFO:teuthology.orchestra.run.smithi164.stdout:This subpackage provides tools for support of all platforms. 2023-12-01T05:58:16.149 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-01T05:58:16.149 INFO:teuthology.task.kernel:Updating grub on smithi164 to boot 4.18.0-526.el8.x86_64 2023-12-01T05:58:16.149 DEBUG:teuthology.orchestra.run.smithi164:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-01T05:58:17.809 INFO:teuthology.orchestra.run.smithi164.stderr:Generating grub configuration file ... 2023-12-01T05:58:19.759 INFO:teuthology.orchestra.run.smithi164.stderr:done 2023-12-01T05:58:19.760 DEBUG:teuthology.orchestra.run.smithi164:> mktemp 2023-12-01T05:58:19.807 INFO:teuthology.orchestra.run.smithi164.stdout:/tmp/tmp.3YpImLOzJH 2023-12-01T05:58:19.807 DEBUG:teuthology.orchestra.run.smithi164:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.3YpImLOzJH 2023-12-01T05:58:19.841 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod 0666 /tmp/tmp.3YpImLOzJH 2023-12-01T05:58:19.984 DEBUG:teuthology.orchestra.remote:smithi164:/tmp/tmp.3YpImLOzJH is 6KB 2023-12-01T05:58:20.033 DEBUG:teuthology.orchestra.run.smithi164:> rm -fr /tmp/tmp.3YpImLOzJH 2023-12-01T05:58:20.051 DEBUG:teuthology.orchestra.run.smithi164:> sudo /bin/ls /boot/loader/entries || true 2023-12-01T05:58:20.122 INFO:teuthology.orchestra.run.smithi164.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-01T05:58:20.122 INFO:teuthology.orchestra.run.smithi164.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-01T05:58:20.122 INFO:teuthology.orchestra.run.smithi164.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-01T05:58:20.122 INFO:teuthology.orchestra.run.smithi164.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-01T05:58:20.123 DEBUG:teuthology.orchestra.run.smithi164:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-01T05:58:20.272 DEBUG:teuthology.orchestra.run.smithi164:> sudo shutdown -r now 2023-12-01T05:58:35.282 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-01T05:58:35.282 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi125.front.sepia.ceph.com' 2023-12-01T05:58:35.283 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi125.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:58:50.286 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-01T05:58:50.286 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2023-12-01T05:58:50.287 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:58:53.794 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.125 2023-12-01T05:59:02.802 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi125.front.sepia.ceph.com' 2023-12-01T05:59:02.803 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi125.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:59:05.861 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.125 2023-12-01T05:59:08.642 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.164 2023-12-01T05:59:17.650 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2023-12-01T05:59:17.651 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:59:17.862 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi125.front.sepia.ceph.com' 2023-12-01T05:59:17.863 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi125.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:59:20.706 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.164 2023-12-01T05:59:32.718 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2023-12-01T05:59:32.719 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:59:36.290 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.125 2023-12-01T05:59:51.302 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi125.front.sepia.ceph.com' 2023-12-01T05:59:51.303 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi125.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:59:52.347 DEBUG:teuthology.orchestra.run.smithi125:> true 2023-12-01T05:59:53.250 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi125.front.sepia.ceph.com' 2023-12-01T05:59:53.250 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-526.el8.x86_64"... 2023-12-01T05:59:53.250 DEBUG:teuthology.orchestra.run.smithi125:> uname -r 2023-12-01T05:59:53.268 INFO:teuthology.orchestra.run.smithi125.stdout:4.18.0-526.el8.x86_64 2023-12-01T05:59:53.269 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-526.el8.x86_64 vs 4.18.0-526.el8.x86_64 2023-12-01T05:59:53.269 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-01T05:59:53.269 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-01T05:59:54.270 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-01T05:59:54.270 DEBUG:teuthology.orchestra.run.smithi125:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T05:59:54.346 INFO:teuthology.orchestra.run.smithi125.stdout:ttyS1 2023-12-01T05:59:54.359 DEBUG:teuthology.parallel:result is None 2023-12-01T06:00:32.721 DEBUG:teuthology.orchestra.remote:timed out 2023-12-01T06:00:47.722 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2023-12-01T06:00:47.723 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T06:00:48.000 DEBUG:teuthology.orchestra.run.smithi164:> true 2023-12-01T06:00:48.295 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi164.front.sepia.ceph.com' 2023-12-01T06:00:48.296 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-526.el8.x86_64"... 2023-12-01T06:00:48.296 DEBUG:teuthology.orchestra.run.smithi164:> uname -r 2023-12-01T06:00:48.315 INFO:teuthology.orchestra.run.smithi164.stdout:4.18.0-526.el8.x86_64 2023-12-01T06:00:48.315 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-526.el8.x86_64 vs 4.18.0-526.el8.x86_64 2023-12-01T06:00:48.315 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-01T06:00:48.315 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-01T06:00:49.316 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-01T06:00:49.316 DEBUG:teuthology.orchestra.run.smithi164:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T06:00:49.397 INFO:teuthology.orchestra.run.smithi164.stdout:ttyS1 2023-12-01T06:00:49.410 DEBUG:teuthology.parallel:result is None 2023-12-01T06:00:49.410 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-01T06:00:49.417 INFO:teuthology.task.internal:Creating test directory... 2023-12-01T06:00:49.417 DEBUG:teuthology.orchestra.run.smithi125:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T06:00:49.420 DEBUG:teuthology.orchestra.run.smithi164:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T06:00:49.442 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-01T06:00:49.449 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-01T06:00:49.456 INFO:teuthology.task.internal:Creating archive directory... 2023-12-01T06:00:49.456 DEBUG:teuthology.orchestra.run.smithi125:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T06:00:49.485 DEBUG:teuthology.orchestra.run.smithi164:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T06:00:49.529 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-01T06:00:49.547 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-01T06:00:49.547 DEBUG:teuthology.orchestra.run.smithi125:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-01T06:00:49.556 DEBUG:teuthology.orchestra.run.smithi164:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-01T06:00:49.591 INFO:teuthology.orchestra.run.smithi125.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T06:00:49.604 INFO:teuthology.orchestra.run.smithi125.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T06:00:49.607 INFO:teuthology.orchestra.run.smithi164.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T06:00:49.619 INFO:teuthology.orchestra.run.smithi164.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T06:00:49.620 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-01T06:00:49.628 INFO:teuthology.task.internal:Configuring sudo... 2023-12-01T06:00:49.628 DEBUG:teuthology.orchestra.run.smithi125:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T06:00:49.648 DEBUG:teuthology.orchestra.run.smithi164:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T06:00:49.691 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-01T06:00:49.700 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-01T06:00:49.700 DEBUG:teuthology.orchestra.run.smithi125:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T06:00:49.722 DEBUG:teuthology.orchestra.run.smithi164:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T06:00:49.750 DEBUG:teuthology.orchestra.run.smithi125:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T06:00:49.833 DEBUG:teuthology.orchestra.run.smithi125:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T06:00:49.896 DEBUG:teuthology.orchestra.run.smithi125:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T06:00:49.943 DEBUG:teuthology.orchestra.run.smithi125:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T06:00:49.988 DEBUG:teuthology.orchestra.run.smithi125:> set -ex 2023-12-01T06:00:49.988 DEBUG:teuthology.orchestra.run.smithi125:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T06:00:50.056 DEBUG:teuthology.orchestra.run.smithi164:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T06:00:50.106 DEBUG:teuthology.orchestra.run.smithi164:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T06:00:50.156 DEBUG:teuthology.orchestra.run.smithi164:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T06:00:50.244 DEBUG:teuthology.orchestra.run.smithi164:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T06:00:50.288 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2023-12-01T06:00:50.288 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T06:00:50.356 DEBUG:teuthology.orchestra.run.smithi125:> sudo service rsyslog restart 2023-12-01T06:00:50.360 DEBUG:teuthology.orchestra.run.smithi164:> sudo service rsyslog restart 2023-12-01T06:00:50.428 INFO:teuthology.orchestra.run.smithi125.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T06:00:50.458 INFO:teuthology.orchestra.run.smithi164.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T06:00:50.758 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-01T06:00:50.771 INFO:teuthology.task.internal:Starting timer... 2023-12-01T06:00:50.772 INFO:teuthology.run_tasks:Running task pcp... 2023-12-01T06:00:50.848 INFO:teuthology.run_tasks:Running task selinux... 2023-12-01T06:00:50.857 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-01T06:00:50.857 DEBUG:teuthology.orchestra.run.smithi125:> sudo service auditd rotate 2023-12-01T06:00:50.943 INFO:teuthology.orchestra.run.smithi125.stdout:Rotating logs: 2023-12-01T06:00:50.945 DEBUG:teuthology.orchestra.run.smithi164:> sudo service auditd rotate 2023-12-01T06:00:51.030 INFO:teuthology.orchestra.run.smithi164.stdout:Rotating logs: 2023-12-01T06:00:51.033 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-01T06:00:51.033 DEBUG:teuthology.orchestra.run.smithi125:> /usr/sbin/getenforce 2023-12-01T06:00:51.058 INFO:teuthology.orchestra.run.smithi125.stdout:Permissive 2023-12-01T06:00:51.059 DEBUG:teuthology.orchestra.run.smithi164:> /usr/sbin/getenforce 2023-12-01T06:00:51.111 INFO:teuthology.orchestra.run.smithi164.stdout:Permissive 2023-12-01T06:00:51.111 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi125.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi164.front.sepia.ceph.com': 'permissive'} 2023-12-01T06:00:51.111 DEBUG:teuthology.orchestra.run.smithi125:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-01T06:00:51.145 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:00:51.146 DEBUG:teuthology.orchestra.run.smithi164:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-01T06:00:51.173 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:00:51.173 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-01T06:00:51.174 DEBUG:teuthology.orchestra.run.smithi125:> sudo /usr/sbin/setenforce permissive 2023-12-01T06:00:51.223 DEBUG:teuthology.orchestra.run.smithi164:> sudo /usr/sbin/setenforce permissive 2023-12-01T06:00:51.249 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-01T06:00:51.259 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-01T06:00:51.260 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-01T06:00:51.287 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-01T06:00:51.289 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi125.front.sepia.ceph.com,smithi164.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-01T06:08:42.059 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi125.front.sepia.ceph.com'), Remote(name='ubuntu@smithi164.front.sepia.ceph.com')] 2023-12-01T06:08:42.060 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi125.front.sepia.ceph.com' 2023-12-01T06:08:42.061 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi125.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T06:08:42.172 DEBUG:teuthology.orchestra.run.smithi125:> true 2023-12-01T06:08:42.240 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi125.front.sepia.ceph.com' 2023-12-01T06:08:42.241 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2023-12-01T06:08:42.241 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T06:08:42.311 DEBUG:teuthology.orchestra.run.smithi164:> true 2023-12-01T06:08:42.381 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi164.front.sepia.ceph.com' 2023-12-01T06:08:42.381 INFO:teuthology.run_tasks:Running task clock... 2023-12-01T06:08:42.393 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-01T06:08:42.393 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T06:08:42.393 DEBUG:teuthology.orchestra.run.smithi125:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T06:08:42.396 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T06:08:42.396 DEBUG:teuthology.orchestra.run.smithi164:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T06:08:42.427 INFO:teuthology.orchestra.run.smithi125.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T06:08:42.441 INFO:teuthology.orchestra.run.smithi125.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T06:08:42.456 INFO:teuthology.orchestra.run.smithi164.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T06:08:42.470 INFO:teuthology.orchestra.run.smithi164.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T06:08:42.518 INFO:teuthology.orchestra.run.smithi125.stderr:sudo: ntpd: command not found 2023-12-01T06:08:42.530 INFO:teuthology.orchestra.run.smithi125.stdout:506 Cannot talk to daemon 2023-12-01T06:08:42.539 INFO:teuthology.orchestra.run.smithi164.stderr:sudo: ntpd: command not found 2023-12-01T06:08:42.544 INFO:teuthology.orchestra.run.smithi125.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T06:08:42.550 INFO:teuthology.orchestra.run.smithi164.stdout:506 Cannot talk to daemon 2023-12-01T06:08:42.558 INFO:teuthology.orchestra.run.smithi125.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T06:08:42.564 INFO:teuthology.orchestra.run.smithi164.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T06:08:42.577 INFO:teuthology.orchestra.run.smithi164.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T06:08:42.615 INFO:teuthology.orchestra.run.smithi125.stderr:bash: ntpq: command not found 2023-12-01T06:08:42.619 INFO:teuthology.orchestra.run.smithi125.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T06:08:42.620 INFO:teuthology.orchestra.run.smithi125.stdout:=============================================================================== 2023-12-01T06:08:42.620 INFO:teuthology.orchestra.run.smithi125.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:08:42.620 INFO:teuthology.orchestra.run.smithi125.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:08:42.620 INFO:teuthology.orchestra.run.smithi125.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:08:42.620 INFO:teuthology.orchestra.run.smithi125.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:08:42.658 INFO:teuthology.orchestra.run.smithi164.stderr:bash: ntpq: command not found 2023-12-01T06:08:42.661 INFO:teuthology.orchestra.run.smithi164.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T06:08:42.661 INFO:teuthology.orchestra.run.smithi164.stdout:=============================================================================== 2023-12-01T06:08:42.661 INFO:teuthology.orchestra.run.smithi164.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:08:42.661 INFO:teuthology.orchestra.run.smithi164.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:08:42.661 INFO:teuthology.orchestra.run.smithi164.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:08:42.661 INFO:teuthology.orchestra.run.smithi164.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:08:42.662 INFO:teuthology.run_tasks:Running task pexec... 2023-12-01T06:08:42.673 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-01T06:08:42.674 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi125.front.sepia.ceph.com 2023-12-01T06:08:42.674 DEBUG:teuthology.orchestra.run.smithi125:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T06:08:42.675 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi164.front.sepia.ceph.com 2023-12-01T06:08:42.675 DEBUG:teuthology.orchestra.run.smithi164:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T06:08:43.550 INFO:teuthology.orchestra.run.smithi125.stdout:Last metadata expiration check: 0:01:52 ago on Fri 01 Dec 2023 06:06:51 AM UTC. 2023-12-01T06:08:43.579 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:51 ago on Fri 01 Dec 2023 06:06:52 AM UTC. 2023-12-01T06:08:45.702 INFO:teuthology.orchestra.run.smithi125.stdout:Dependencies resolved. 2023-12-01T06:08:45.702 INFO:teuthology.orchestra.run.smithi125.stdout:================================================================================ 2023-12-01T06:08:45.702 INFO:teuthology.orchestra.run.smithi125.stdout: Package Architecture Version Repository Size 2023-12-01T06:08:45.702 INFO:teuthology.orchestra.run.smithi125.stdout:================================================================================ 2023-12-01T06:08:45.702 INFO:teuthology.orchestra.run.smithi125.stdout:Resetting modules: 2023-12-01T06:08:45.703 INFO:teuthology.orchestra.run.smithi125.stdout: container-tools 2023-12-01T06:08:45.703 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-01T06:08:45.703 INFO:teuthology.orchestra.run.smithi125.stdout:Transaction Summary 2023-12-01T06:08:45.703 INFO:teuthology.orchestra.run.smithi125.stdout:================================================================================ 2023-12-01T06:08:45.703 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-01T06:08:45.710 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2023-12-01T06:08:45.711 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2023-12-01T06:08:45.711 INFO:teuthology.orchestra.run.smithi164.stdout: Package Architecture Version Repository Size 2023-12-01T06:08:45.711 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2023-12-01T06:08:45.711 INFO:teuthology.orchestra.run.smithi164.stdout:Resetting modules: 2023-12-01T06:08:45.711 INFO:teuthology.orchestra.run.smithi164.stdout: container-tools 2023-12-01T06:08:45.711 INFO:teuthology.orchestra.run.smithi164.stdout: 2023-12-01T06:08:45.711 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2023-12-01T06:08:45.711 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2023-12-01T06:08:45.711 INFO:teuthology.orchestra.run.smithi164.stdout: 2023-12-01T06:08:45.956 INFO:teuthology.orchestra.run.smithi125.stdout:Complete! 2023-12-01T06:08:46.005 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2023-12-01T06:08:46.904 INFO:teuthology.orchestra.run.smithi125.stdout:Last metadata expiration check: 0:01:55 ago on Fri 01 Dec 2023 06:06:51 AM UTC. 2023-12-01T06:08:46.939 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:54 ago on Fri 01 Dec 2023 06:06:52 AM UTC. 2023-12-01T06:08:48.985 INFO:teuthology.orchestra.run.smithi125.stdout:Dependencies resolved. 2023-12-01T06:08:49.025 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2023-12-01T06:08:49.170 INFO:teuthology.orchestra.run.smithi125.stdout:================================================================================ 2023-12-01T06:08:49.170 INFO:teuthology.orchestra.run.smithi125.stdout: Package Arch Version Repository Size 2023-12-01T06:08:49.170 INFO:teuthology.orchestra.run.smithi125.stdout:================================================================================ 2023-12-01T06:08:49.170 INFO:teuthology.orchestra.run.smithi125.stdout:Installing group/module packages: 2023-12-01T06:08:49.170 INFO:teuthology.orchestra.run.smithi125.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-01T06:08:49.170 INFO:teuthology.orchestra.run.smithi125.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-01T06:08:49.170 INFO:teuthology.orchestra.run.smithi125.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-01T06:08:49.170 INFO:teuthology.orchestra.run.smithi125.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-01T06:08:49.170 INFO:teuthology.orchestra.run.smithi125.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-01T06:08:49.171 INFO:teuthology.orchestra.run.smithi125.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-01T06:08:49.171 INFO:teuthology.orchestra.run.smithi125.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-01T06:08:49.171 INFO:teuthology.orchestra.run.smithi125.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-01T06:08:49.171 INFO:teuthology.orchestra.run.smithi125.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-01T06:08:49.171 INFO:teuthology.orchestra.run.smithi125.stdout:Installing dependencies: 2023-12-01T06:08:49.171 INFO:teuthology.orchestra.run.smithi125.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-01T06:08:49.171 INFO:teuthology.orchestra.run.smithi125.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-01T06:08:49.171 INFO:teuthology.orchestra.run.smithi125.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-01T06:08:49.171 INFO:teuthology.orchestra.run.smithi125.stdout:Installing weak dependencies: 2023-12-01T06:08:49.171 INFO:teuthology.orchestra.run.smithi125.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-01T06:08:49.171 INFO:teuthology.orchestra.run.smithi125.stdout:Installing module profiles: 2023-12-01T06:08:49.171 INFO:teuthology.orchestra.run.smithi125.stdout: container-tools/common 2023-12-01T06:08:49.171 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-01T06:08:49.171 INFO:teuthology.orchestra.run.smithi125.stdout:Enabling module streams: 2023-12-01T06:08:49.171 INFO:teuthology.orchestra.run.smithi125.stdout: container-tools rhel8 2023-12-01T06:08:49.171 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-01T06:08:49.172 INFO:teuthology.orchestra.run.smithi125.stdout:Transaction Summary 2023-12-01T06:08:49.172 INFO:teuthology.orchestra.run.smithi125.stdout:================================================================================ 2023-12-01T06:08:49.172 INFO:teuthology.orchestra.run.smithi125.stdout:Install 13 Packages 2023-12-01T06:08:49.172 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-01T06:08:49.172 INFO:teuthology.orchestra.run.smithi125.stdout:Total download size: 27 M 2023-12-01T06:08:49.172 INFO:teuthology.orchestra.run.smithi125.stdout:Installed size: 89 M 2023-12-01T06:08:49.172 INFO:teuthology.orchestra.run.smithi125.stdout:Downloading Packages: 2023-12-01T06:08:49.209 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2023-12-01T06:08:49.209 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2023-12-01T06:08:49.209 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2023-12-01T06:08:49.209 INFO:teuthology.orchestra.run.smithi164.stdout:Installing group/module packages: 2023-12-01T06:08:49.209 INFO:teuthology.orchestra.run.smithi164.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-01T06:08:49.209 INFO:teuthology.orchestra.run.smithi164.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-01T06:08:49.210 INFO:teuthology.orchestra.run.smithi164.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-01T06:08:49.210 INFO:teuthology.orchestra.run.smithi164.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-01T06:08:49.210 INFO:teuthology.orchestra.run.smithi164.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-01T06:08:49.210 INFO:teuthology.orchestra.run.smithi164.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-01T06:08:49.210 INFO:teuthology.orchestra.run.smithi164.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-01T06:08:49.210 INFO:teuthology.orchestra.run.smithi164.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-01T06:08:49.210 INFO:teuthology.orchestra.run.smithi164.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-01T06:08:49.210 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2023-12-01T06:08:49.210 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-01T06:08:49.210 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-01T06:08:49.210 INFO:teuthology.orchestra.run.smithi164.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-01T06:08:49.210 INFO:teuthology.orchestra.run.smithi164.stdout:Installing weak dependencies: 2023-12-01T06:08:49.210 INFO:teuthology.orchestra.run.smithi164.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-01T06:08:49.210 INFO:teuthology.orchestra.run.smithi164.stdout:Installing module profiles: 2023-12-01T06:08:49.210 INFO:teuthology.orchestra.run.smithi164.stdout: container-tools/common 2023-12-01T06:08:49.211 INFO:teuthology.orchestra.run.smithi164.stdout: 2023-12-01T06:08:49.211 INFO:teuthology.orchestra.run.smithi164.stdout:Enabling module streams: 2023-12-01T06:08:49.211 INFO:teuthology.orchestra.run.smithi164.stdout: container-tools rhel8 2023-12-01T06:08:49.211 INFO:teuthology.orchestra.run.smithi164.stdout: 2023-12-01T06:08:49.211 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2023-12-01T06:08:49.211 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2023-12-01T06:08:49.211 INFO:teuthology.orchestra.run.smithi164.stdout:Install 13 Packages 2023-12-01T06:08:49.211 INFO:teuthology.orchestra.run.smithi164.stdout: 2023-12-01T06:08:49.212 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 27 M 2023-12-01T06:08:49.212 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 89 M 2023-12-01T06:08:49.212 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2023-12-01T06:08:50.584 INFO:teuthology.orchestra.run.smithi164.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 637 kB/s | 750 kB 00:01 2023-12-01T06:08:50.617 INFO:teuthology.orchestra.run.smithi164.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 847 kB/s | 1.0 MB 00:01 2023-12-01T06:08:50.687 INFO:teuthology.orchestra.run.smithi125.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 564 kB/s | 750 kB 00:01 2023-12-01T06:08:50.977 INFO:teuthology.orchestra.run.smithi125.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 634 kB/s | 1.0 MB 00:01 2023-12-01T06:08:51.109 INFO:teuthology.orchestra.run.smithi164.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 72 kB/s | 38 kB 00:00 2023-12-01T06:08:51.218 INFO:teuthology.orchestra.run.smithi125.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 71 kB/s | 38 kB 00:00 2023-12-01T06:08:51.643 INFO:teuthology.orchestra.run.smithi164.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 235 kB/s | 241 kB 00:01 2023-12-01T06:08:52.044 INFO:teuthology.orchestra.run.smithi125.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 226 kB/s | 241 kB 00:01 2023-12-01T06:08:52.319 INFO:teuthology.orchestra.run.smithi164.stdout:(5/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 3.3 MB/s | 9.6 MB 00:02 2023-12-01T06:08:52.543 INFO:teuthology.orchestra.run.smithi164.stdout:(6/13): python3-podman-4.7.0-1.module_el8+712+4 198 kB/s | 178 kB 00:00 2023-12-01T06:08:52.719 INFO:teuthology.orchestra.run.smithi164.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 62 kB/s | 25 kB 00:00 2023-12-01T06:08:52.935 INFO:teuthology.orchestra.run.smithi125.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 199 kB/s | 178 kB 00:00 2023-12-01T06:08:52.969 INFO:teuthology.orchestra.run.smithi164.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 2.1 MB/s | 3.9 MB 00:01 2023-12-01T06:08:53.194 INFO:teuthology.orchestra.run.smithi164.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 144 kB/s | 94 kB 00:00 2023-12-01T06:08:53.344 INFO:teuthology.orchestra.run.smithi125.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 61 kB/s | 25 kB 00:00 2023-12-01T06:08:53.736 INFO:teuthology.orchestra.run.smithi164.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 97 kB/s | 53 kB 00:00 2023-12-01T06:08:54.028 INFO:teuthology.orchestra.run.smithi125.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 137 kB/s | 94 kB 00:00 2023-12-01T06:08:54.286 INFO:teuthology.orchestra.run.smithi164.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 74 kB/s | 41 kB 00:00 2023-12-01T06:08:54.703 INFO:teuthology.orchestra.run.smithi125.stdout:(8/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 1.8 MB/s | 9.6 MB 00:05 2023-12-01T06:08:54.891 INFO:teuthology.orchestra.run.smithi164.stdout:(12/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 1.3 MB/s | 2.5 MB 00:01 2023-12-01T06:08:54.978 INFO:teuthology.orchestra.run.smithi125.stdout:(9/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 1.0 MB/s | 3.9 MB 00:03 2023-12-01T06:08:55.478 INFO:teuthology.orchestra.run.smithi164.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 3.0 MB/s | 8.1 MB 00:02 2023-12-01T06:08:55.478 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:08:55.479 INFO:teuthology.orchestra.run.smithi164.stdout:Total 4.2 MB/s | 27 MB 00:06 2023-12-01T06:08:55.536 INFO:teuthology.orchestra.run.smithi125.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 94 kB/s | 53 kB 00:00 2023-12-01T06:08:55.746 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2023-12-01T06:08:55.767 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2023-12-01T06:08:55.767 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2023-12-01T06:08:56.032 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2023-12-01T06:08:56.035 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2023-12-01T06:08:56.120 INFO:teuthology.orchestra.run.smithi125.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 70 kB/s | 41 kB 00:00 2023-12-01T06:08:56.765 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2023-12-01T06:08:57.023 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-01T06:08:57.244 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-01T06:08:57.445 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-01T06:08:57.704 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-01T06:08:58.292 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-01T06:08:58.937 INFO:teuthology.orchestra.run.smithi125.stdout:(12/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 1.7 MB/s | 8.1 MB 00:04 2023-12-01T06:08:59.170 INFO:teuthology.orchestra.run.smithi125.stdout:(13/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 580 kB/s | 2.5 MB 00:04 2023-12-01T06:08:59.171 INFO:teuthology.orchestra.run.smithi125.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:08:59.171 INFO:teuthology.orchestra.run.smithi125.stdout:Total 2.7 MB/s | 27 MB 00:09 2023-12-01T06:08:59.288 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-01T06:08:59.437 INFO:teuthology.orchestra.run.smithi125.stdout:Running transaction check 2023-12-01T06:08:59.458 INFO:teuthology.orchestra.run.smithi125.stdout:Transaction check succeeded. 2023-12-01T06:08:59.458 INFO:teuthology.orchestra.run.smithi125.stdout:Running transaction test 2023-12-01T06:08:59.728 INFO:teuthology.orchestra.run.smithi125.stdout:Transaction test succeeded. 2023-12-01T06:08:59.731 INFO:teuthology.orchestra.run.smithi125.stdout:Running transaction 2023-12-01T06:08:59.811 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-01T06:09:00.009 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-01T06:09:00.299 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-01T06:09:00.388 INFO:teuthology.orchestra.run.smithi125.stdout: Preparing : 1/1 2023-12-01T06:09:00.609 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-01T06:09:00.698 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-01T06:09:00.779 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-01T06:09:01.010 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-01T06:09:01.240 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-01T06:09:01.643 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-01T06:09:01.795 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-01T06:09:01.874 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-01T06:09:02.109 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-01T06:09:02.523 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-01T06:09:02.523 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-01T06:09:02.524 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-01T06:09:02.524 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-01T06:09:02.524 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-01T06:09:02.524 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-01T06:09:02.524 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-01T06:09:02.524 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-01T06:09:02.524 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-01T06:09:02.524 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-01T06:09:02.524 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-01T06:09:02.524 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-01T06:09:02.524 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-01T06:09:02.772 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-01T06:09:03.030 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-01T06:09:03.285 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-01T06:09:03.338 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-01T06:09:03.338 INFO:teuthology.orchestra.run.smithi164.stdout: 2023-12-01T06:09:03.338 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2023-12-01T06:09:03.338 INFO:teuthology.orchestra.run.smithi164.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:09:03.338 INFO:teuthology.orchestra.run.smithi164.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:09:03.338 INFO:teuthology.orchestra.run.smithi164.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-01T06:09:03.338 INFO:teuthology.orchestra.run.smithi164.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-01T06:09:03.338 INFO:teuthology.orchestra.run.smithi164.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:09:03.338 INFO:teuthology.orchestra.run.smithi164.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:09:03.338 INFO:teuthology.orchestra.run.smithi164.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-01T06:09:03.338 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-01T06:09:03.338 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-01T06:09:03.339 INFO:teuthology.orchestra.run.smithi164.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:09:03.339 INFO:teuthology.orchestra.run.smithi164.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:09:03.339 INFO:teuthology.orchestra.run.smithi164.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-01T06:09:03.339 INFO:teuthology.orchestra.run.smithi164.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-01T06:09:03.339 INFO:teuthology.orchestra.run.smithi164.stdout: 2023-12-01T06:09:03.339 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2023-12-01T06:09:03.525 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-01T06:09:03.728 DEBUG:teuthology.parallel:result is None 2023-12-01T06:09:03.974 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-01T06:09:04.905 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-01T06:09:05.101 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-01T06:09:05.270 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-01T06:09:05.689 INFO:teuthology.orchestra.run.smithi125.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-01T06:09:05.689 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-01T06:09:05.689 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-01T06:09:05.690 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-01T06:09:05.690 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-01T06:09:05.690 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-01T06:09:05.690 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-01T06:09:05.690 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-01T06:09:05.691 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-01T06:09:05.691 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-01T06:09:05.691 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-01T06:09:05.691 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-01T06:09:05.691 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-01T06:09:06.558 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-01T06:09:06.558 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-01T06:09:06.558 INFO:teuthology.orchestra.run.smithi125.stdout:Installed: 2023-12-01T06:09:06.559 INFO:teuthology.orchestra.run.smithi125.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:09:06.559 INFO:teuthology.orchestra.run.smithi125.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:09:06.559 INFO:teuthology.orchestra.run.smithi125.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-01T06:09:06.559 INFO:teuthology.orchestra.run.smithi125.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-01T06:09:06.559 INFO:teuthology.orchestra.run.smithi125.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:09:06.559 INFO:teuthology.orchestra.run.smithi125.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:09:06.559 INFO:teuthology.orchestra.run.smithi125.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-01T06:09:06.559 INFO:teuthology.orchestra.run.smithi125.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-01T06:09:06.559 INFO:teuthology.orchestra.run.smithi125.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-01T06:09:06.559 INFO:teuthology.orchestra.run.smithi125.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:09:06.559 INFO:teuthology.orchestra.run.smithi125.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:09:06.559 INFO:teuthology.orchestra.run.smithi125.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-01T06:09:06.559 INFO:teuthology.orchestra.run.smithi125.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-01T06:09:06.559 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-01T06:09:06.560 INFO:teuthology.orchestra.run.smithi125.stdout:Complete! 2023-12-01T06:09:06.919 DEBUG:teuthology.parallel:result is None 2023-12-01T06:09:06.919 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-12-01T06:09:06.933 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-12-01T06:09:06.933 DEBUG:teuthology.orchestra.run.smithi125:> set -ex 2023-12-01T06:09:06.933 DEBUG:teuthology.orchestra.run.smithi125:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T06:09:06.952 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-01T06:09:06.952 DEBUG:teuthology.orchestra.run.smithi125:> stat /dev/vg_nvme/lv_1 2023-12-01T06:09:07.010 INFO:teuthology.orchestra.run.smithi125.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-01T06:09:07.010 INFO:teuthology.orchestra.run.smithi125.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T06:09:07.010 INFO:teuthology.orchestra.run.smithi125.stdout:Device: 6h/6d Inode: 383876 Links: 1 2023-12-01T06:09:07.010 INFO:teuthology.orchestra.run.smithi125.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T06:09:07.011 INFO:teuthology.orchestra.run.smithi125.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T06:09:07.011 INFO:teuthology.orchestra.run.smithi125.stdout:Access: 2023-12-01 06:09:05.416314866 +0000 2023-12-01T06:09:07.011 INFO:teuthology.orchestra.run.smithi125.stdout:Modify: 2023-12-01 06:07:54.132932581 +0000 2023-12-01T06:09:07.011 INFO:teuthology.orchestra.run.smithi125.stdout:Change: 2023-12-01 06:07:54.132932581 +0000 2023-12-01T06:09:07.011 INFO:teuthology.orchestra.run.smithi125.stdout: Birth: - 2023-12-01T06:09:07.011 DEBUG:teuthology.orchestra.run.smithi125:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-01T06:09:07.075 INFO:teuthology.orchestra.run.smithi125.stderr:1+0 records in 2023-12-01T06:09:07.075 INFO:teuthology.orchestra.run.smithi125.stderr:1+0 records out 2023-12-01T06:09:07.076 INFO:teuthology.orchestra.run.smithi125.stderr:512 bytes copied, 0.000229771 s, 2.2 MB/s 2023-12-01T06:09:07.076 DEBUG:teuthology.orchestra.run.smithi125:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-01T06:09:07.135 DEBUG:teuthology.orchestra.run.smithi125:> stat /dev/vg_nvme/lv_2 2023-12-01T06:09:07.193 INFO:teuthology.orchestra.run.smithi125.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-01T06:09:07.193 INFO:teuthology.orchestra.run.smithi125.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T06:09:07.193 INFO:teuthology.orchestra.run.smithi125.stdout:Device: 6h/6d Inode: 383935 Links: 1 2023-12-01T06:09:07.193 INFO:teuthology.orchestra.run.smithi125.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T06:09:07.193 INFO:teuthology.orchestra.run.smithi125.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T06:09:07.193 INFO:teuthology.orchestra.run.smithi125.stdout:Access: 2023-12-01 06:09:05.416314866 +0000 2023-12-01T06:09:07.193 INFO:teuthology.orchestra.run.smithi125.stdout:Modify: 2023-12-01 06:07:54.659923484 +0000 2023-12-01T06:09:07.193 INFO:teuthology.orchestra.run.smithi125.stdout:Change: 2023-12-01 06:07:54.659923484 +0000 2023-12-01T06:09:07.194 INFO:teuthology.orchestra.run.smithi125.stdout: Birth: - 2023-12-01T06:09:07.194 DEBUG:teuthology.orchestra.run.smithi125:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-01T06:09:07.259 INFO:teuthology.orchestra.run.smithi125.stderr:1+0 records in 2023-12-01T06:09:07.260 INFO:teuthology.orchestra.run.smithi125.stderr:1+0 records out 2023-12-01T06:09:07.260 INFO:teuthology.orchestra.run.smithi125.stderr:512 bytes copied, 0.000226556 s, 2.3 MB/s 2023-12-01T06:09:07.261 DEBUG:teuthology.orchestra.run.smithi125:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-01T06:09:07.319 DEBUG:teuthology.orchestra.run.smithi125:> stat /dev/vg_nvme/lv_3 2023-12-01T06:09:07.377 INFO:teuthology.orchestra.run.smithi125.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-01T06:09:07.377 INFO:teuthology.orchestra.run.smithi125.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T06:09:07.377 INFO:teuthology.orchestra.run.smithi125.stdout:Device: 6h/6d Inode: 397523 Links: 1 2023-12-01T06:09:07.377 INFO:teuthology.orchestra.run.smithi125.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T06:09:07.377 INFO:teuthology.orchestra.run.smithi125.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T06:09:07.377 INFO:teuthology.orchestra.run.smithi125.stdout:Access: 2023-12-01 06:09:05.416314866 +0000 2023-12-01T06:09:07.377 INFO:teuthology.orchestra.run.smithi125.stdout:Modify: 2023-12-01 06:07:55.189914334 +0000 2023-12-01T06:09:07.377 INFO:teuthology.orchestra.run.smithi125.stdout:Change: 2023-12-01 06:07:55.189914334 +0000 2023-12-01T06:09:07.377 INFO:teuthology.orchestra.run.smithi125.stdout: Birth: - 2023-12-01T06:09:07.378 DEBUG:teuthology.orchestra.run.smithi125:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-01T06:09:07.442 INFO:teuthology.orchestra.run.smithi125.stderr:1+0 records in 2023-12-01T06:09:07.442 INFO:teuthology.orchestra.run.smithi125.stderr:1+0 records out 2023-12-01T06:09:07.442 INFO:teuthology.orchestra.run.smithi125.stderr:512 bytes copied, 0.000230705 s, 2.2 MB/s 2023-12-01T06:09:07.443 DEBUG:teuthology.orchestra.run.smithi125:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-01T06:09:07.502 DEBUG:teuthology.orchestra.run.smithi125:> stat /dev/vg_nvme/lv_4 2023-12-01T06:09:07.560 INFO:teuthology.orchestra.run.smithi125.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-01T06:09:07.560 INFO:teuthology.orchestra.run.smithi125.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T06:09:07.560 INFO:teuthology.orchestra.run.smithi125.stdout:Device: 6h/6d Inode: 394504 Links: 1 2023-12-01T06:09:07.560 INFO:teuthology.orchestra.run.smithi125.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T06:09:07.561 INFO:teuthology.orchestra.run.smithi125.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T06:09:07.561 INFO:teuthology.orchestra.run.smithi125.stdout:Access: 2023-12-01 06:09:05.416314866 +0000 2023-12-01T06:09:07.561 INFO:teuthology.orchestra.run.smithi125.stdout:Modify: 2023-12-01 06:07:55.716905237 +0000 2023-12-01T06:09:07.561 INFO:teuthology.orchestra.run.smithi125.stdout:Change: 2023-12-01 06:07:55.716905237 +0000 2023-12-01T06:09:07.561 INFO:teuthology.orchestra.run.smithi125.stdout: Birth: - 2023-12-01T06:09:07.561 DEBUG:teuthology.orchestra.run.smithi125:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-01T06:09:07.625 INFO:teuthology.orchestra.run.smithi125.stderr:1+0 records in 2023-12-01T06:09:07.626 INFO:teuthology.orchestra.run.smithi125.stderr:1+0 records out 2023-12-01T06:09:07.626 INFO:teuthology.orchestra.run.smithi125.stderr:512 bytes copied, 0.000205736 s, 2.5 MB/s 2023-12-01T06:09:07.627 DEBUG:teuthology.orchestra.run.smithi125:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-01T06:09:07.685 DEBUG:teuthology.orchestra.run.smithi125:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-12-01T06:09:07.803 INFO:teuthology.orchestra.run.smithi125.stdout:loop 2023-12-01T06:09:07.804 INFO:tasks.nvme_loop:Connecting nvme_loop smithi125:/dev/vg_nvme/lv_1... 2023-12-01T06:09:07.804 DEBUG:teuthology.orchestra.run.smithi125:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-12-01T06:09:07.838 INFO:teuthology.orchestra.run.smithi125.stdout:1 2023-12-01T06:09:07.871 INFO:teuthology.orchestra.run.smithi125.stdout:/dev/vg_nvme/lv_11 2023-12-01T06:09:07.910 INFO:tasks.nvme_loop:Connecting nvme_loop smithi125:/dev/vg_nvme/lv_2... 2023-12-01T06:09:07.911 DEBUG:teuthology.orchestra.run.smithi125:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-12-01T06:09:07.989 INFO:teuthology.orchestra.run.smithi125.stdout:1 2023-12-01T06:09:08.020 INFO:teuthology.orchestra.run.smithi125.stdout:/dev/vg_nvme/lv_21 2023-12-01T06:09:08.057 INFO:tasks.nvme_loop:Connecting nvme_loop smithi125:/dev/vg_nvme/lv_3... 2023-12-01T06:09:08.057 DEBUG:teuthology.orchestra.run.smithi125:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-12-01T06:09:08.132 INFO:teuthology.orchestra.run.smithi125.stdout:1 2023-12-01T06:09:08.165 INFO:teuthology.orchestra.run.smithi125.stdout:/dev/vg_nvme/lv_31 2023-12-01T06:09:08.202 INFO:tasks.nvme_loop:Connecting nvme_loop smithi125:/dev/vg_nvme/lv_4... 2023-12-01T06:09:08.203 DEBUG:teuthology.orchestra.run.smithi125:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-12-01T06:09:08.277 INFO:teuthology.orchestra.run.smithi125.stdout:1 2023-12-01T06:09:08.310 INFO:teuthology.orchestra.run.smithi125.stdout:/dev/vg_nvme/lv_41 2023-12-01T06:09:08.347 DEBUG:teuthology.orchestra.run.smithi125:> set -ex 2023-12-01T06:09:08.347 DEBUG:teuthology.orchestra.run.smithi125:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T06:09:08.405 DEBUG:teuthology.orchestra.run.smithi125:> sudo nvme list 2023-12-01T06:09:08.471 INFO:teuthology.orchestra.run.smithi125.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-01T06:09:08.471 INFO:teuthology.orchestra.run.smithi125.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-01T06:09:08.471 INFO:teuthology.orchestra.run.smithi125.stdout:/dev/nvme0n1 PHFT62040123400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV10171 2023-12-01T06:09:08.471 INFO:teuthology.orchestra.run.smithi125.stdout:/dev/nvme1n1 d1a97e2aafcbee6b0258 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-01T06:09:08.471 INFO:teuthology.orchestra.run.smithi125.stdout:/dev/nvme2n1 edf141fbb8a2c7961129 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-01T06:09:08.471 INFO:teuthology.orchestra.run.smithi125.stdout:/dev/nvme3n1 ea960fd7c432e66ad326 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-01T06:09:08.471 INFO:teuthology.orchestra.run.smithi125.stdout:/dev/nvme4n1 32b92b416df465211f2d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-01T06:09:08.472 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-01T06:09:08.472 DEBUG:teuthology.orchestra.run.smithi125:> set -ex 2023-12-01T06:09:08.473 DEBUG:teuthology.orchestra.run.smithi125:> sudo dd of=/scratch_devs 2023-12-01T06:09:08.539 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2023-12-01T06:09:08.539 DEBUG:teuthology.orchestra.run.smithi164:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T06:09:08.562 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-01T06:09:08.562 DEBUG:teuthology.orchestra.run.smithi164:> stat /dev/vg_nvme/lv_1 2023-12-01T06:09:08.624 INFO:teuthology.orchestra.run.smithi164.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-01T06:09:08.624 INFO:teuthology.orchestra.run.smithi164.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T06:09:08.624 INFO:teuthology.orchestra.run.smithi164.stdout:Device: 6h/6d Inode: 397344 Links: 1 2023-12-01T06:09:08.624 INFO:teuthology.orchestra.run.smithi164.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T06:09:08.624 INFO:teuthology.orchestra.run.smithi164.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T06:09:08.624 INFO:teuthology.orchestra.run.smithi164.stdout:Access: 2023-12-01 06:09:02.239500779 +0000 2023-12-01T06:09:08.624 INFO:teuthology.orchestra.run.smithi164.stdout:Modify: 2023-12-01 06:07:55.347200157 +0000 2023-12-01T06:09:08.624 INFO:teuthology.orchestra.run.smithi164.stdout:Change: 2023-12-01 06:07:55.347200157 +0000 2023-12-01T06:09:08.625 INFO:teuthology.orchestra.run.smithi164.stdout: Birth: - 2023-12-01T06:09:08.625 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-01T06:09:08.695 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records in 2023-12-01T06:09:08.696 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records out 2023-12-01T06:09:08.696 INFO:teuthology.orchestra.run.smithi164.stderr:512 bytes copied, 0.000237177 s, 2.2 MB/s 2023-12-01T06:09:08.697 DEBUG:teuthology.orchestra.run.smithi164:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-01T06:09:08.759 DEBUG:teuthology.orchestra.run.smithi164:> stat /dev/vg_nvme/lv_2 2023-12-01T06:09:08.819 INFO:teuthology.orchestra.run.smithi164.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-01T06:09:08.820 INFO:teuthology.orchestra.run.smithi164.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T06:09:08.820 INFO:teuthology.orchestra.run.smithi164.stdout:Device: 6h/6d Inode: 396429 Links: 1 2023-12-01T06:09:08.820 INFO:teuthology.orchestra.run.smithi164.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T06:09:08.820 INFO:teuthology.orchestra.run.smithi164.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T06:09:08.820 INFO:teuthology.orchestra.run.smithi164.stdout:Access: 2023-12-01 06:09:02.239500779 +0000 2023-12-01T06:09:08.820 INFO:teuthology.orchestra.run.smithi164.stdout:Modify: 2023-12-01 06:07:55.888191066 +0000 2023-12-01T06:09:08.820 INFO:teuthology.orchestra.run.smithi164.stdout:Change: 2023-12-01 06:07:55.888191066 +0000 2023-12-01T06:09:08.820 INFO:teuthology.orchestra.run.smithi164.stdout: Birth: - 2023-12-01T06:09:08.820 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-01T06:09:08.889 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records in 2023-12-01T06:09:08.889 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records out 2023-12-01T06:09:08.889 INFO:teuthology.orchestra.run.smithi164.stderr:512 bytes copied, 0.000205599 s, 2.5 MB/s 2023-12-01T06:09:08.890 DEBUG:teuthology.orchestra.run.smithi164:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-01T06:09:08.951 DEBUG:teuthology.orchestra.run.smithi164:> stat /dev/vg_nvme/lv_3 2023-12-01T06:09:09.010 INFO:teuthology.orchestra.run.smithi164.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-01T06:09:09.011 INFO:teuthology.orchestra.run.smithi164.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T06:09:09.011 INFO:teuthology.orchestra.run.smithi164.stdout:Device: 6h/6d Inode: 391098 Links: 1 2023-12-01T06:09:09.011 INFO:teuthology.orchestra.run.smithi164.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T06:09:09.011 INFO:teuthology.orchestra.run.smithi164.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T06:09:09.011 INFO:teuthology.orchestra.run.smithi164.stdout:Access: 2023-12-01 06:09:02.239500779 +0000 2023-12-01T06:09:09.011 INFO:teuthology.orchestra.run.smithi164.stdout:Modify: 2023-12-01 06:07:56.425182041 +0000 2023-12-01T06:09:09.011 INFO:teuthology.orchestra.run.smithi164.stdout:Change: 2023-12-01 06:07:56.425182041 +0000 2023-12-01T06:09:09.011 INFO:teuthology.orchestra.run.smithi164.stdout: Birth: - 2023-12-01T06:09:09.011 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-01T06:09:09.080 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records in 2023-12-01T06:09:09.080 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records out 2023-12-01T06:09:09.080 INFO:teuthology.orchestra.run.smithi164.stderr:512 bytes copied, 0.000220278 s, 2.3 MB/s 2023-12-01T06:09:09.081 DEBUG:teuthology.orchestra.run.smithi164:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-01T06:09:09.140 DEBUG:teuthology.orchestra.run.smithi164:> stat /dev/vg_nvme/lv_4 2023-12-01T06:09:09.200 INFO:teuthology.orchestra.run.smithi164.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-01T06:09:09.200 INFO:teuthology.orchestra.run.smithi164.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T06:09:09.200 INFO:teuthology.orchestra.run.smithi164.stdout:Device: 6h/6d Inode: 396601 Links: 1 2023-12-01T06:09:09.200 INFO:teuthology.orchestra.run.smithi164.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T06:09:09.200 INFO:teuthology.orchestra.run.smithi164.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T06:09:09.200 INFO:teuthology.orchestra.run.smithi164.stdout:Access: 2023-12-01 06:09:02.239500779 +0000 2023-12-01T06:09:09.200 INFO:teuthology.orchestra.run.smithi164.stdout:Modify: 2023-12-01 06:07:56.956173118 +0000 2023-12-01T06:09:09.200 INFO:teuthology.orchestra.run.smithi164.stdout:Change: 2023-12-01 06:07:56.956173118 +0000 2023-12-01T06:09:09.200 INFO:teuthology.orchestra.run.smithi164.stdout: Birth: - 2023-12-01T06:09:09.201 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-01T06:09:09.268 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records in 2023-12-01T06:09:09.268 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records out 2023-12-01T06:09:09.268 INFO:teuthology.orchestra.run.smithi164.stderr:512 bytes copied, 0.000235406 s, 2.2 MB/s 2023-12-01T06:09:09.269 DEBUG:teuthology.orchestra.run.smithi164:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-01T06:09:09.329 DEBUG:teuthology.orchestra.run.smithi164:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-12-01T06:09:09.461 INFO:teuthology.orchestra.run.smithi164.stdout:loop 2023-12-01T06:09:09.462 INFO:tasks.nvme_loop:Connecting nvme_loop smithi164:/dev/vg_nvme/lv_1... 2023-12-01T06:09:09.463 DEBUG:teuthology.orchestra.run.smithi164:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-12-01T06:09:09.498 INFO:teuthology.orchestra.run.smithi164.stdout:1 2023-12-01T06:09:09.530 INFO:teuthology.orchestra.run.smithi164.stdout:/dev/vg_nvme/lv_11 2023-12-01T06:09:09.569 INFO:tasks.nvme_loop:Connecting nvme_loop smithi164:/dev/vg_nvme/lv_2... 2023-12-01T06:09:09.569 DEBUG:teuthology.orchestra.run.smithi164:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-12-01T06:09:09.647 INFO:teuthology.orchestra.run.smithi164.stdout:1 2023-12-01T06:09:09.680 INFO:teuthology.orchestra.run.smithi164.stdout:/dev/vg_nvme/lv_21 2023-12-01T06:09:09.717 INFO:tasks.nvme_loop:Connecting nvme_loop smithi164:/dev/vg_nvme/lv_3... 2023-12-01T06:09:09.717 DEBUG:teuthology.orchestra.run.smithi164:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-12-01T06:09:09.792 INFO:teuthology.orchestra.run.smithi164.stdout:1 2023-12-01T06:09:09.825 INFO:teuthology.orchestra.run.smithi164.stdout:/dev/vg_nvme/lv_31 2023-12-01T06:09:09.862 INFO:tasks.nvme_loop:Connecting nvme_loop smithi164:/dev/vg_nvme/lv_4... 2023-12-01T06:09:09.862 DEBUG:teuthology.orchestra.run.smithi164:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-12-01T06:09:09.937 INFO:teuthology.orchestra.run.smithi164.stdout:1 2023-12-01T06:09:09.970 INFO:teuthology.orchestra.run.smithi164.stdout:/dev/vg_nvme/lv_41 2023-12-01T06:09:10.007 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2023-12-01T06:09:10.007 DEBUG:teuthology.orchestra.run.smithi164:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T06:09:10.065 DEBUG:teuthology.orchestra.run.smithi164:> sudo nvme list 2023-12-01T06:09:10.131 INFO:teuthology.orchestra.run.smithi164.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-01T06:09:10.131 INFO:teuthology.orchestra.run.smithi164.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-01T06:09:10.131 INFO:teuthology.orchestra.run.smithi164.stdout:/dev/nvme0n1 CVFT623300H0400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-01T06:09:10.131 INFO:teuthology.orchestra.run.smithi164.stdout:/dev/nvme1n1 723182e5d397eb52e95d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-01T06:09:10.131 INFO:teuthology.orchestra.run.smithi164.stdout:/dev/nvme2n1 8a868bf38fcf5228f076 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-01T06:09:10.131 INFO:teuthology.orchestra.run.smithi164.stdout:/dev/nvme3n1 83531c54e118ab8a63d2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-01T06:09:10.131 INFO:teuthology.orchestra.run.smithi164.stdout:/dev/nvme4n1 e4c14afbaf3d70f92125 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-01T06:09:10.132 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-01T06:09:10.132 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2023-12-01T06:09:10.132 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/scratch_devs 2023-12-01T06:09:10.199 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-01T06:09:10.286 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '875037c4c0585d32b171b61f9b83f482e6b73b3d'} 2023-12-01T06:09:10.286 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T06:09:10.287 INFO:tasks.cephadm:Cluster fsid is 2497df10-9010-11ee-95a2-87774f69a715 2023-12-01T06:09:10.287 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-01T06:09:10.287 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-01T06:09:10.287 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi125': '172.21.15.125', 'mon.smithi164': '172.21.15.164'} 2023-12-01T06:09:10.287 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-01T06:09:10.288 DEBUG:teuthology.orchestra.run.smithi125:> sudo hostname $(hostname -s) 2023-12-01T06:09:10.321 DEBUG:teuthology.orchestra.run.smithi164:> sudo hostname $(hostname -s) 2023-12-01T06:09:10.350 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-12-01T06:09:10.350 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T06:09:10.597 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '875037c4c0585d32b171b61f9b83f482e6b73b3d', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic/74575/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.0.0-7662-g875037c4', 'node_name': '172.21.5.31+adami01', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic', 'package_manager_version': '18.0.0-7662.g875037c4'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2023-11-30 18:26:27.278881', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-phlogistonjohn-testing-2023-11-30-1010', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2023-12-01T06:09:10.739 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-phlogistonjohn-testing-2023-11-30-1010, sha1 875037c4c0585d32b171b61f9b83f482e6b73b3d from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T06:09:10.739 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/x86_64/flavors/default/cephadm 2023-12-01T06:09:10.739 DEBUG:teuthology.orchestra.run.smithi125:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-01T06:09:11.163 INFO:teuthology.orchestra.run.smithi125.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2171037 Dec 1 06:09 /home/ubuntu/cephtest/cephadm 2023-12-01T06:09:11.164 DEBUG:teuthology.orchestra.run.smithi164:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-01T06:09:13.185 INFO:teuthology.orchestra.run.smithi164.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2171037 Dec 1 06:09 /home/ubuntu/cephtest/cephadm 2023-12-01T06:09:13.186 DEBUG:teuthology.orchestra.run.smithi125:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-01T06:09:13.209 DEBUG:teuthology.orchestra.run.smithi164:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-01T06:09:13.245 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d on all hosts... 2023-12-01T06:09:13.245 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull 2023-12-01T06:09:13.251 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull 2023-12-01T06:09:13.329 INFO:teuthology.orchestra.run.smithi125.stderr:Traceback (most recent call last): 2023-12-01T06:09:13.329 INFO:teuthology.orchestra.run.smithi125.stderr: File "/usr/lib64/python3.6/runpy.py", line 185, in _run_module_as_main 2023-12-01T06:09:13.329 INFO:teuthology.orchestra.run.smithi125.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-12-01T06:09:13.329 INFO:teuthology.orchestra.run.smithi125.stderr: File "/usr/lib64/python3.6/runpy.py", line 219, in _get_main_module_details 2023-12-01T06:09:13.329 INFO:teuthology.orchestra.run.smithi125.stderr: return _get_module_details(main_name) 2023-12-01T06:09:13.329 INFO:teuthology.orchestra.run.smithi125.stderr: File "/usr/lib64/python3.6/runpy.py", line 128, in _get_module_details 2023-12-01T06:09:13.329 INFO:teuthology.orchestra.run.smithi125.stderr: spec = importlib.util.find_spec(mod_name) 2023-12-01T06:09:13.329 INFO:teuthology.orchestra.run.smithi125.stderr: File "/usr/lib64/python3.6/importlib/util.py", line 91, in find_spec 2023-12-01T06:09:13.329 INFO:teuthology.orchestra.run.smithi125.stderr: return _find_spec(fullname, None) 2023-12-01T06:09:13.329 INFO:teuthology.orchestra.run.smithi125.stderr: File "", line 894, in _find_spec 2023-12-01T06:09:13.329 INFO:teuthology.orchestra.run.smithi125.stderr: File "", line 1157, in find_spec 2023-12-01T06:09:13.330 INFO:teuthology.orchestra.run.smithi125.stderr: File "", line 1131, in _get_spec 2023-12-01T06:09:13.330 INFO:teuthology.orchestra.run.smithi125.stderr: File "", line 1112, in _legacy_get_spec 2023-12-01T06:09:13.330 INFO:teuthology.orchestra.run.smithi125.stderr: File "", line 441, in spec_from_loader 2023-12-01T06:09:13.330 INFO:teuthology.orchestra.run.smithi125.stderr: File "", line 544, in spec_from_file_location 2023-12-01T06:09:13.330 INFO:teuthology.orchestra.run.smithi125.stderr: File "/home/ubuntu/cephtest/cephadm/__main__.py", line 4341 2023-12-01T06:09:13.330 INFO:teuthology.orchestra.run.smithi125.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-12-01T06:09:13.330 INFO:teuthology.orchestra.run.smithi125.stderr: ^ 2023-12-01T06:09:13.330 INFO:teuthology.orchestra.run.smithi125.stderr:SyntaxError: invalid syntax 2023-12-01T06:09:13.333 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:09:13.334 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 433, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi125 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull' 2023-12-01T06:09:13.335 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-01T06:09:13.336 DEBUG:teuthology.misc:Transferring archived files from smithi125:/var/lib/ceph/2497df10-9010-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7473002/remote/smithi125/crash 2023-12-01T06:09:13.337 DEBUG:teuthology.orchestra.run.smithi125:> sudo tar c -f - -C /var/lib/ceph/2497df10-9010-11ee-95a2-87774f69a715/crash -- . 2023-12-01T06:09:13.348 INFO:teuthology.orchestra.run.smithi164.stderr:Traceback (most recent call last): 2023-12-01T06:09:13.348 INFO:teuthology.orchestra.run.smithi164.stderr: File "/usr/lib64/python3.6/runpy.py", line 185, in _run_module_as_main 2023-12-01T06:09:13.348 INFO:teuthology.orchestra.run.smithi164.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-12-01T06:09:13.348 INFO:teuthology.orchestra.run.smithi164.stderr: File "/usr/lib64/python3.6/runpy.py", line 219, in _get_main_module_details 2023-12-01T06:09:13.348 INFO:teuthology.orchestra.run.smithi164.stderr: return _get_module_details(main_name) 2023-12-01T06:09:13.348 INFO:teuthology.orchestra.run.smithi164.stderr: File "/usr/lib64/python3.6/runpy.py", line 128, in _get_module_details 2023-12-01T06:09:13.349 INFO:teuthology.orchestra.run.smithi164.stderr: spec = importlib.util.find_spec(mod_name) 2023-12-01T06:09:13.349 INFO:teuthology.orchestra.run.smithi164.stderr: File "/usr/lib64/python3.6/importlib/util.py", line 91, in find_spec 2023-12-01T06:09:13.349 INFO:teuthology.orchestra.run.smithi164.stderr: return _find_spec(fullname, None) 2023-12-01T06:09:13.349 INFO:teuthology.orchestra.run.smithi164.stderr: File "", line 894, in _find_spec 2023-12-01T06:09:13.349 INFO:teuthology.orchestra.run.smithi164.stderr: File "", line 1157, in find_spec 2023-12-01T06:09:13.349 INFO:teuthology.orchestra.run.smithi164.stderr: File "", line 1131, in _get_spec 2023-12-01T06:09:13.349 INFO:teuthology.orchestra.run.smithi164.stderr: File "", line 1112, in _legacy_get_spec 2023-12-01T06:09:13.349 INFO:teuthology.orchestra.run.smithi164.stderr: File "", line 441, in spec_from_loader 2023-12-01T06:09:13.349 INFO:teuthology.orchestra.run.smithi164.stderr: File "", line 544, in spec_from_file_location 2023-12-01T06:09:13.349 INFO:teuthology.orchestra.run.smithi164.stderr: File "/home/ubuntu/cephtest/cephadm/__main__.py", line 4341 2023-12-01T06:09:13.349 INFO:teuthology.orchestra.run.smithi164.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-12-01T06:09:13.349 INFO:teuthology.orchestra.run.smithi164.stderr: ^ 2023-12-01T06:09:13.349 INFO:teuthology.orchestra.run.smithi164.stderr:SyntaxError: invalid syntax 2023-12-01T06:09:13.384 INFO:teuthology.orchestra.run.smithi125.stderr:tar: /var/lib/ceph/2497df10-9010-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-01T06:09:13.384 INFO:teuthology.orchestra.run.smithi125.stderr:tar: Error is not recoverable: exiting now 2023-12-01T06:09:13.386 DEBUG:teuthology.misc:Transferring archived files from smithi164:/var/lib/ceph/2497df10-9010-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7473002/remote/smithi164/crash 2023-12-01T06:09:13.387 DEBUG:teuthology.orchestra.run.smithi164:> sudo tar c -f - -C /var/lib/ceph/2497df10-9010-11ee-95a2-87774f69a715/crash -- . 2023-12-01T06:09:13.429 INFO:teuthology.orchestra.run.smithi164.stderr:tar: /var/lib/ceph/2497df10-9010-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-01T06:09:13.430 INFO:teuthology.orchestra.run.smithi164.stderr:tar: Error is not recoverable: exiting now 2023-12-01T06:09:13.430 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-01T06:09:13.431 DEBUG:teuthology.orchestra.run.smithi125:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/2497df10-9010-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-01T06:09:13.464 INFO:teuthology.orchestra.run.smithi125.stderr:grep: /var/log/ceph/2497df10-9010-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-12-01T06:09:13.465 INFO:tasks.cephadm:Compressing logs... 2023-12-01T06:09:13.466 DEBUG:teuthology.orchestra.run.smithi125:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-01T06:09:13.508 DEBUG:teuthology.orchestra.run.smithi164:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-01T06:09:13.537 INFO:teuthology.orchestra.run.smithi164.stderr:find: ‘/var/log/ceph’: No such file or directory 2023-12-01T06:09:13.537 INFO:teuthology.orchestra.run.smithi164.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-01T06:09:13.538 INFO:teuthology.orchestra.run.smithi125.stderr:find: ‘/var/log/ceph’: No such file or directory 2023-12-01T06:09:13.538 INFO:teuthology.orchestra.run.smithi125.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-01T06:09:13.539 INFO:teuthology.orchestra.run.smithi164.stderr: 2023-12-01T06:09:13.539 INFO:teuthology.orchestra.run.smithi164.stderr:real 0m0.012s 2023-12-01T06:09:13.539 INFO:teuthology.orchestra.run.smithi164.stderr:user 0m0.008s 2023-12-01T06:09:13.539 INFO:teuthology.orchestra.run.smithi164.stderr:sys 0m0.013s 2023-12-01T06:09:13.540 INFO:teuthology.orchestra.run.smithi125.stderr: 2023-12-01T06:09:13.541 INFO:teuthology.orchestra.run.smithi125.stderr:real 0m0.014s 2023-12-01T06:09:13.541 INFO:teuthology.orchestra.run.smithi125.stderr:user 0m0.010s 2023-12-01T06:09:13.541 INFO:teuthology.orchestra.run.smithi125.stderr:sys 0m0.013s 2023-12-01T06:09:13.541 INFO:tasks.cephadm:Archiving logs... 2023-12-01T06:09:13.541 DEBUG:teuthology.misc:Transferring archived files from smithi125:/var/log/ceph to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7473002/remote/smithi125/log 2023-12-01T06:09:13.542 DEBUG:teuthology.orchestra.run.smithi125:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-01T06:09:13.612 INFO:teuthology.orchestra.run.smithi125.stderr:tar: /var/log/ceph: Cannot open: No such file or directory 2023-12-01T06:09:13.612 INFO:teuthology.orchestra.run.smithi125.stderr:tar: Error is not recoverable: exiting now 2023-12-01T06:09:13.614 DEBUG:teuthology.misc:Transferring archived files from smithi164:/var/log/ceph to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7473002/remote/smithi164/log 2023-12-01T06:09:13.615 DEBUG:teuthology.orchestra.run.smithi164:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-01T06:09:13.642 INFO:teuthology.orchestra.run.smithi164.stderr:tar: /var/log/ceph: Cannot open: No such file or directory 2023-12-01T06:09:13.643 INFO:teuthology.orchestra.run.smithi164.stderr:tar: Error is not recoverable: exiting now 2023-12-01T06:09:13.644 INFO:tasks.cephadm:Removing cluster... 2023-12-01T06:09:13.644 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2497df10-9010-11ee-95a2-87774f69a715 --force 2023-12-01T06:09:13.719 INFO:teuthology.orchestra.run.smithi125.stderr:Traceback (most recent call last): 2023-12-01T06:09:13.719 INFO:teuthology.orchestra.run.smithi125.stderr: File "/usr/lib64/python3.6/runpy.py", line 185, in _run_module_as_main 2023-12-01T06:09:13.719 INFO:teuthology.orchestra.run.smithi125.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-12-01T06:09:13.719 INFO:teuthology.orchestra.run.smithi125.stderr: File "/usr/lib64/python3.6/runpy.py", line 219, in _get_main_module_details 2023-12-01T06:09:13.719 INFO:teuthology.orchestra.run.smithi125.stderr: return _get_module_details(main_name) 2023-12-01T06:09:13.719 INFO:teuthology.orchestra.run.smithi125.stderr: File "/usr/lib64/python3.6/runpy.py", line 128, in _get_module_details 2023-12-01T06:09:13.719 INFO:teuthology.orchestra.run.smithi125.stderr: spec = importlib.util.find_spec(mod_name) 2023-12-01T06:09:13.720 INFO:teuthology.orchestra.run.smithi125.stderr: File "/usr/lib64/python3.6/importlib/util.py", line 91, in find_spec 2023-12-01T06:09:13.720 INFO:teuthology.orchestra.run.smithi125.stderr: return _find_spec(fullname, None) 2023-12-01T06:09:13.720 INFO:teuthology.orchestra.run.smithi125.stderr: File "", line 894, in _find_spec 2023-12-01T06:09:13.720 INFO:teuthology.orchestra.run.smithi125.stderr: File "", line 1157, in find_spec 2023-12-01T06:09:13.720 INFO:teuthology.orchestra.run.smithi125.stderr: File "", line 1131, in _get_spec 2023-12-01T06:09:13.720 INFO:teuthology.orchestra.run.smithi125.stderr: File "", line 1112, in _legacy_get_spec 2023-12-01T06:09:13.720 INFO:teuthology.orchestra.run.smithi125.stderr: File "", line 441, in spec_from_loader 2023-12-01T06:09:13.720 INFO:teuthology.orchestra.run.smithi125.stderr: File "", line 544, in spec_from_file_location 2023-12-01T06:09:13.720 INFO:teuthology.orchestra.run.smithi125.stderr: File "/home/ubuntu/cephtest/cephadm/__main__.py", line 4341 2023-12-01T06:09:13.720 INFO:teuthology.orchestra.run.smithi125.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-12-01T06:09:13.720 INFO:teuthology.orchestra.run.smithi125.stderr: ^ 2023-12-01T06:09:13.720 INFO:teuthology.orchestra.run.smithi125.stderr:SyntaxError: invalid syntax 2023-12-01T06:09:13.725 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:09:13.725 INFO:tasks.cephadm:Teardown complete 2023-12-01T06:09:13.725 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 138, in download_cephadm yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 433, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi125 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 1720, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 1635, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 140, in download_cephadm _rm_cluster(ctx, cluster_name) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 259, in _rm_cluster ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi125 with status 1: 'sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2497df10-9010-11ee-95a2-87774f69a715 --force' 2023-12-01T06:09:13.805 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=e44f762e411346d29f216d8cf3bc9359 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 138, in download_cephadm yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 433, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi125 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 1720, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 1635, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 140, in download_cephadm _rm_cluster(ctx, cluster_name) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 259, in _rm_cluster ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi125 with status 1: 'sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2497df10-9010-11ee-95a2-87774f69a715 --force' 2023-12-01T06:09:13.811 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-01T06:09:13.822 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-12-01T06:09:13.830 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi125:/dev/vg_nvme/lv_1... 2023-12-01T06:09:13.831 DEBUG:teuthology.orchestra.run.smithi125:> sudo nvme disconnect -n lv_1 2023-12-01T06:09:13.959 INFO:teuthology.orchestra.run.smithi125.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-01T06:09:13.960 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:09:13.960 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi125:/dev/vg_nvme/lv_2... 2023-12-01T06:09:13.961 DEBUG:teuthology.orchestra.run.smithi125:> sudo nvme disconnect -n lv_2 2023-12-01T06:09:14.092 INFO:teuthology.orchestra.run.smithi125.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-01T06:09:14.093 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:09:14.093 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi125:/dev/vg_nvme/lv_3... 2023-12-01T06:09:14.093 DEBUG:teuthology.orchestra.run.smithi125:> sudo nvme disconnect -n lv_3 2023-12-01T06:09:14.215 INFO:teuthology.orchestra.run.smithi125.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-01T06:09:14.216 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:09:14.217 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi125:/dev/vg_nvme/lv_4... 2023-12-01T06:09:14.217 DEBUG:teuthology.orchestra.run.smithi125:> sudo nvme disconnect -n lv_4 2023-12-01T06:09:14.350 INFO:teuthology.orchestra.run.smithi125.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-01T06:09:14.351 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:09:14.352 DEBUG:teuthology.orchestra.run.smithi125:> set -ex 2023-12-01T06:09:14.352 DEBUG:teuthology.orchestra.run.smithi125:> sudo dd of=/scratch_devs 2023-12-01T06:09:14.382 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi164:/dev/vg_nvme/lv_1... 2023-12-01T06:09:14.382 DEBUG:teuthology.orchestra.run.smithi164:> sudo nvme disconnect -n lv_1 2023-12-01T06:09:14.520 INFO:teuthology.orchestra.run.smithi164.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-01T06:09:14.521 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:09:14.522 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi164:/dev/vg_nvme/lv_2... 2023-12-01T06:09:14.522 DEBUG:teuthology.orchestra.run.smithi164:> sudo nvme disconnect -n lv_2 2023-12-01T06:09:14.652 INFO:teuthology.orchestra.run.smithi164.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-01T06:09:14.653 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:09:14.654 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi164:/dev/vg_nvme/lv_3... 2023-12-01T06:09:14.654 DEBUG:teuthology.orchestra.run.smithi164:> sudo nvme disconnect -n lv_3 2023-12-01T06:09:14.779 INFO:teuthology.orchestra.run.smithi164.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-01T06:09:14.780 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:09:14.781 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi164:/dev/vg_nvme/lv_4... 2023-12-01T06:09:14.781 DEBUG:teuthology.orchestra.run.smithi164:> sudo nvme disconnect -n lv_4 2023-12-01T06:09:14.910 INFO:teuthology.orchestra.run.smithi164.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-01T06:09:14.911 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:09:14.912 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2023-12-01T06:09:14.912 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/scratch_devs 2023-12-01T06:09:14.942 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-01T06:09:14.955 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-01T06:09:14.956 DEBUG:teuthology.orchestra.run.smithi125:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T06:09:14.960 DEBUG:teuthology.orchestra.run.smithi164:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T06:09:14.978 INFO:teuthology.orchestra.run.smithi125.stderr:bash: ntpq: command not found 2023-12-01T06:09:14.983 INFO:teuthology.orchestra.run.smithi125.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T06:09:14.983 INFO:teuthology.orchestra.run.smithi125.stdout:=============================================================================== 2023-12-01T06:09:14.983 INFO:teuthology.orchestra.run.smithi125.stdout:^+ hv01.front.sepia.ceph.com 2 6 17 25 +1533us[+1533us] +/- 86ms 2023-12-01T06:09:14.983 INFO:teuthology.orchestra.run.smithi125.stdout:^* hv02.front.sepia.ceph.com 3 6 17 25 -1519us[-1534us] +/- 63ms 2023-12-01T06:09:14.983 INFO:teuthology.orchestra.run.smithi125.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 26 +549us[ +534us] +/- 78ms 2023-12-01T06:09:14.984 INFO:teuthology.orchestra.run.smithi125.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:09:15.001 INFO:teuthology.orchestra.run.smithi164.stderr:bash: ntpq: command not found 2023-12-01T06:09:15.006 INFO:teuthology.orchestra.run.smithi164.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T06:09:15.006 INFO:teuthology.orchestra.run.smithi164.stdout:=============================================================================== 2023-12-01T06:09:15.006 INFO:teuthology.orchestra.run.smithi164.stdout:^+ hv01.front.sepia.ceph.com 2 6 17 26 +1524us[+1524us] +/- 86ms 2023-12-01T06:09:15.006 INFO:teuthology.orchestra.run.smithi164.stdout:^* hv02.front.sepia.ceph.com 3 6 17 26 -1508us[-1523us] +/- 63ms 2023-12-01T06:09:15.006 INFO:teuthology.orchestra.run.smithi164.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 27 +553us[ +539us] +/- 78ms 2023-12-01T06:09:15.006 INFO:teuthology.orchestra.run.smithi164.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:09:15.007 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-01T06:09:15.020 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-01T06:09:15.020 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-01T06:09:15.074 DEBUG:teuthology.orchestra.run.smithi125:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-01T06:09:15.167 DEBUG:teuthology.orchestra.run.smithi164:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-01T06:09:15.255 DEBUG:teuthology.orchestra.run.smithi125:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-01T06:09:15.288 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:09:15.289 DEBUG:teuthology.orchestra.run.smithi164:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-01T06:09:15.320 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:09:15.321 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-01T06:09:15.330 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-01T06:09:15.403 INFO:teuthology.task.internal:Duration was 504.631441 seconds 2023-12-01T06:09:15.403 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-01T06:09:15.413 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-01T06:09:15.413 DEBUG:teuthology.orchestra.run.smithi125:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T06:09:15.417 DEBUG:teuthology.orchestra.run.smithi164:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T06:09:15.462 INFO:teuthology.orchestra.run.smithi125.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T06:09:15.464 INFO:teuthology.orchestra.run.smithi164.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T06:09:15.755 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-01T06:09:15.755 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi125.front.sepia.ceph.com 2023-12-01T06:09:15.756 DEBUG:teuthology.orchestra.run.smithi125:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-01T06:09:15.780 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi164.front.sepia.ceph.com 2023-12-01T06:09:15.780 DEBUG:teuthology.orchestra.run.smithi164:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-01T06:09:15.804 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-01T06:09:15.804 DEBUG:teuthology.orchestra.run.smithi125:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T06:09:15.822 DEBUG:teuthology.orchestra.run.smithi164:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T06:09:15.882 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-01T06:09:15.883 DEBUG:teuthology.orchestra.run.smithi125:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T06:09:15.902 DEBUG:teuthology.orchestra.run.smithi164:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T06:09:15.998 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-01T06:09:16.008 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-01T06:09:16.009 DEBUG:teuthology.orchestra.run.smithi125:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T06:09:16.036 DEBUG:teuthology.orchestra.run.smithi164:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T06:09:16.063 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-01T06:09:16.076 DEBUG:teuthology.orchestra.run.smithi125:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-01T06:09:16.078 DEBUG:teuthology.orchestra.run.smithi164:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-01T06:09:16.103 INFO:teuthology.orchestra.run.smithi125.stdout:kernel.core_pattern = core 2023-12-01T06:09:16.130 INFO:teuthology.orchestra.run.smithi164.stdout:kernel.core_pattern = core 2023-12-01T06:09:16.167 DEBUG:teuthology.orchestra.run.smithi125:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T06:09:16.184 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:09:16.184 DEBUG:teuthology.orchestra.run.smithi164:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T06:09:16.224 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:09:16.224 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-01T06:09:16.235 INFO:teuthology.task.internal:Transferring archived files... 2023-12-01T06:09:16.236 DEBUG:teuthology.misc:Transferring archived files from smithi125:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7473002/remote/smithi125 2023-12-01T06:09:16.236 DEBUG:teuthology.orchestra.run.smithi125:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T06:09:16.277 DEBUG:teuthology.misc:Transferring archived files from smithi164:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7473002/remote/smithi164 2023-12-01T06:09:16.278 DEBUG:teuthology.orchestra.run.smithi164:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T06:09:16.315 INFO:teuthology.task.internal:Removing archive directory... 2023-12-01T06:09:16.315 DEBUG:teuthology.orchestra.run.smithi125:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T06:09:16.317 DEBUG:teuthology.orchestra.run.smithi164:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T06:09:16.367 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-01T06:09:16.379 INFO:teuthology.task.internal:Not uploading archives. 2023-12-01T06:09:16.379 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-01T06:09:16.446 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-01T06:09:16.446 DEBUG:teuthology.orchestra.run.smithi125:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T06:09:16.449 DEBUG:teuthology.orchestra.run.smithi164:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T06:09:16.464 INFO:teuthology.orchestra.run.smithi125.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 06:09 /home/ubuntu/cephtest 2023-12-01T06:09:16.464 INFO:teuthology.orchestra.run.smithi125.stdout: 393277 2124 -rwxrwxr-x 1 ubuntu ubuntu 2171037 Dec 1 06:09 /home/ubuntu/cephtest/cephadm 2023-12-01T06:09:16.465 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:09:16.465 INFO:teuthology.orchestra.run.smithi125.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2023-12-01T06:09:16.466 ERROR:teuthology.run_tasks:Manager failed: internal.base Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/internal/__init__.py", line 53, in base run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi125 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-12-01T06:09:16.471 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-01T06:09:16.481 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-01T06:09:16.500 DEBUG:teuthology.run_tasks:Exception was not quenched, exiting: CommandFailedError: Command failed on smithi125 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-12-01T06:09:16.501 INFO:teuthology.nuke:Checking targets against current locks 2023-12-01T06:09:16.507 INFO:teuthology.orchestra.run.smithi164.stdout: 393225 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 06:09 /home/ubuntu/cephtest 2023-12-01T06:09:16.507 INFO:teuthology.orchestra.run.smithi164.stdout: 395762 2124 -rwxrwxr-x 1 ubuntu ubuntu 2171037 Dec 1 06:09 /home/ubuntu/cephtest/cephadm 2023-12-01T06:09:16.508 INFO:teuthology.orchestra.run.smithi164.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2023-12-01T06:09:16.533 DEBUG:teuthology.nuke:shortname: smithi125 2023-12-01T06:09:16.533 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T06:09:16.561 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi125.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7473002', '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-12-01 05:51:40.083574', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAUcra5AqH3APbnhUz07OdKr1v4C6h8qQ53qKFVPi7/chtQNZZjaPOL6Cg5WWCR1p1HtcfP77V23u7fHs2NXJfc='} 2023-12-01T06:09:16.564 DEBUG:teuthology.nuke:shortname: smithi164 2023-12-01T06:09:16.565 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T06:09:16.587 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi164.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7473002', '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-12-01 05:51:40.081905', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIde4Dh4dqyfVlMqgxlD+xMq3oeAgA0bHINpIDSoBY7SlN9XP+KFNjSry7kYETwDDAoEeoaDAoOmBoWN0N5vBF0='} 2023-12-01T06:09:16.621 INFO:teuthology.orchestra.console.smithi125:Power off 2023-12-01T06:09:16.622 DEBUG:teuthology.orchestra.console.smithi125:pexpect command: ipmitool -H smithi125.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T06:09:16.653 DEBUG:teuthology.orchestra.console.smithi125:power off output: Chassis Power Control: Down/Off 2023-12-01T06:09:16.654 DEBUG:teuthology.orchestra.console.smithi125:pexpect command: ipmitool -H smithi125.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:09:16.674 INFO:teuthology.orchestra.console.smithi164:Power off 2023-12-01T06:09:16.674 DEBUG:teuthology.orchestra.console.smithi164:pexpect command: ipmitool -H smithi164.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T06:09:16.684 DEBUG:teuthology.orchestra.console.smithi125:check power output: Chassis Power is on 2023-12-01T06:09:16.700 DEBUG:teuthology.orchestra.console.smithi164:power off output: Chassis Power Control: Down/Off 2023-12-01T06:09:16.700 DEBUG:teuthology.orchestra.console.smithi164:pexpect command: ipmitool -H smithi164.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:09:16.725 DEBUG:teuthology.orchestra.console.smithi164:check power output: Chassis Power is on 2023-12-01T06:09:20.686 DEBUG:teuthology.orchestra.console.smithi125:pexpect command: ipmitool -H smithi125.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:09:20.727 DEBUG:teuthology.orchestra.console.smithi164:pexpect command: ipmitool -H smithi164.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:09:20.799 DEBUG:teuthology.orchestra.console.smithi125:check power output: Chassis Power is on 2023-12-01T06:09:20.837 DEBUG:teuthology.orchestra.console.smithi164:check power output: Chassis Power is on 2023-12-01T06:09:24.803 DEBUG:teuthology.orchestra.console.smithi125:pexpect command: ipmitool -H smithi125.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:09:24.838 DEBUG:teuthology.orchestra.console.smithi164:pexpect command: ipmitool -H smithi164.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:09:24.917 DEBUG:teuthology.orchestra.console.smithi125:check power output: Chassis Power is off 2023-12-01T06:09:24.948 DEBUG:teuthology.orchestra.console.smithi164:check power output: Chassis Power is on 2023-12-01T06:09:25.019 INFO:teuthology.orchestra.console.smithi125:Power off completed 2023-12-01T06:09:28.950 DEBUG:teuthology.orchestra.console.smithi164:pexpect command: ipmitool -H smithi164.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:09:29.060 DEBUG:teuthology.orchestra.console.smithi164:check power output: Chassis Power is off 2023-12-01T06:09:29.160 INFO:teuthology.orchestra.console.smithi164:Power off completed 2023-12-01T06:09:29.264 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-ingress2 3-final} duration: 504.6314413547516 failure_reason: 'Command failed on smithi125 with status 1: ''sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2497df10-9010-11ee-95a2-87774f69a715 --force''' owner: scheduled_phlogistonjohn@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=e44f762e411346d29f216d8cf3bc9359 status: fail success: false 2023-12-01T06:09:29.265 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T06:09:29.348 INFO:teuthology.run:FAIL