2023-12-02T08:45:42.299 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-02T08:45:42.299 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_crun 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --owner scheduled_adking@teuthology --archive /home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474186 --verbose --name adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi -- /home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474186/orig.config.yaml 2023-12-02T08:45:42.337 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-02T08:45:42.416 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474186 branch: wip-adk4-centos-9-orch-2023-12-01-0902 description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_crun 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: adking@redhat.com first_in_suite: false job_id: '7474186' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-adk4-centos-9-orch-2023-12-01-0902 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: 790ec80fe8c70e17748ed7354bfa28637b894703 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 790ec80fe8c70e17748ed7354bfa28637b894703 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk4-centos-9-orch-2023-12-01-0902 sha1: 790ec80fe8c70e17748ed7354bfa28637b894703 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 9727 sha1: 790ec80fe8c70e17748ed7354bfa28637b894703 sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk4-centos-9-orch-2023-12-01-0902 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_790ec80fe8c70e17748ed7354bfa28637b894703/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 790ec80fe8c70e17748ed7354bfa28637b894703 targets: smithi118.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI4FpJPlpK40FwsXfrTrjiJKiId7M+NdFRWCfmGVKu4D3kbnbm3I9XWiLEIbp/hYsmXn+VL0Z5IHRfHMnecwGuE= smithi160.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH0ztn+9Y8b9MNm1898NESxMZkD1DgWamdawGXkTxR9ufiKreqgZtY+h3hbbuE8agJ7WUOwozYJ6C2VjpIPU52E= tasks: - pexec: all: - 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-12-01_16:31:41 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-02T08:45:42.416 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_790ec80fe8c70e17748ed7354bfa28637b894703/qa; will attempt to use it 2023-12-02T08:45:42.417 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_790ec80fe8c70e17748ed7354bfa28637b894703/qa/tasks 2023-12-02T08:45:42.417 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-02T08:45:42.418 INFO:teuthology.task.internal:Checking packages... 2023-12-02T08:45:42.442 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '790ec80fe8c70e17748ed7354bfa28637b894703' 2023-12-02T08:45:42.442 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-02T08:45:42.442 INFO:teuthology.packaging:ref: None 2023-12-02T08:45:42.442 INFO:teuthology.packaging:tag: None 2023-12-02T08:45:42.442 INFO:teuthology.packaging:branch: wip-adk4-centos-9-orch-2023-12-01-0902 2023-12-02T08:45:42.442 INFO:teuthology.packaging:sha1: 790ec80fe8c70e17748ed7354bfa28637b894703 2023-12-02T08:45:42.442 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-adk4-centos-9-orch-2023-12-01-0902 2023-12-02T08:45:42.602 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7637.g790ec80f 2023-12-02T08:45:42.602 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-02T08:45:42.608 INFO:teuthology.task.internal:no buildpackages task found 2023-12-02T08:45:42.609 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-02T08:45:42.629 INFO:teuthology.task.internal:Saving configuration 2023-12-02T08:45:42.645 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-02T08:45:42.651 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-02T08:45:42.677 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi118.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474186', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-02 08:40:10.318529', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI4FpJPlpK40FwsXfrTrjiJKiId7M+NdFRWCfmGVKu4D3kbnbm3I9XWiLEIbp/hYsmXn+VL0Z5IHRfHMnecwGuE='} 2023-12-02T08:45:42.699 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi160.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474186', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-02 08:40:10.316880', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH0ztn+9Y8b9MNm1898NESxMZkD1DgWamdawGXkTxR9ufiKreqgZtY+h3hbbuE8agJ7WUOwozYJ6C2VjpIPU52E='} 2023-12-02T08:45:42.700 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-02T08:45:42.705 INFO:teuthology.task.internal:roles: ubuntu@smithi118.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-02T08:45:42.706 INFO:teuthology.task.internal:roles: ubuntu@smithi160.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-02T08:45:42.706 INFO:teuthology.run_tasks:Running task console_log... 2023-12-02T08:45:42.782 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f242d0059d0>, signals=[15]) 2023-12-02T08:45:42.782 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-02T08:45:42.789 INFO:teuthology.task.internal:Opening connections... 2023-12-02T08:45:42.789 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi118.front.sepia.ceph.com 2023-12-02T08:45:42.791 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T08:45:42.873 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi160.front.sepia.ceph.com 2023-12-02T08:45:42.874 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T08:45:42.958 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-02T08:45:42.964 DEBUG:teuthology.orchestra.run.smithi118:> uname -m 2023-12-02T08:45:42.982 INFO:teuthology.orchestra.run.smithi118.stdout:x86_64 2023-12-02T08:45:42.982 DEBUG:teuthology.orchestra.run.smithi118:> cat /etc/os-release 2023-12-02T08:45:43.039 INFO:teuthology.orchestra.run.smithi118.stdout:NAME="CentOS Stream" 2023-12-02T08:45:43.040 INFO:teuthology.orchestra.run.smithi118.stdout:VERSION="9" 2023-12-02T08:45:43.040 INFO:teuthology.orchestra.run.smithi118.stdout:ID="centos" 2023-12-02T08:45:43.040 INFO:teuthology.orchestra.run.smithi118.stdout:ID_LIKE="rhel fedora" 2023-12-02T08:45:43.040 INFO:teuthology.orchestra.run.smithi118.stdout:VERSION_ID="9" 2023-12-02T08:45:43.040 INFO:teuthology.orchestra.run.smithi118.stdout:PLATFORM_ID="platform:el9" 2023-12-02T08:45:43.040 INFO:teuthology.orchestra.run.smithi118.stdout:PRETTY_NAME="CentOS Stream 9" 2023-12-02T08:45:43.040 INFO:teuthology.orchestra.run.smithi118.stdout:ANSI_COLOR="0;31" 2023-12-02T08:45:43.040 INFO:teuthology.orchestra.run.smithi118.stdout:LOGO="fedora-logo-icon" 2023-12-02T08:45:43.040 INFO:teuthology.orchestra.run.smithi118.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2023-12-02T08:45:43.041 INFO:teuthology.orchestra.run.smithi118.stdout:HOME_URL="https://centos.org/" 2023-12-02T08:45:43.041 INFO:teuthology.orchestra.run.smithi118.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-02T08:45:43.041 INFO:teuthology.orchestra.run.smithi118.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2023-12-02T08:45:43.041 INFO:teuthology.orchestra.run.smithi118.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-02T08:45:43.042 INFO:teuthology.lock.ops:Updating smithi118.front.sepia.ceph.com on lock server 2023-12-02T08:45:43.068 DEBUG:teuthology.orchestra.run.smithi160:> uname -m 2023-12-02T08:45:43.085 INFO:teuthology.orchestra.run.smithi160.stdout:x86_64 2023-12-02T08:45:43.086 DEBUG:teuthology.orchestra.run.smithi160:> cat /etc/os-release 2023-12-02T08:45:43.142 INFO:teuthology.orchestra.run.smithi160.stdout:NAME="CentOS Stream" 2023-12-02T08:45:43.142 INFO:teuthology.orchestra.run.smithi160.stdout:VERSION="9" 2023-12-02T08:45:43.143 INFO:teuthology.orchestra.run.smithi160.stdout:ID="centos" 2023-12-02T08:45:43.143 INFO:teuthology.orchestra.run.smithi160.stdout:ID_LIKE="rhel fedora" 2023-12-02T08:45:43.143 INFO:teuthology.orchestra.run.smithi160.stdout:VERSION_ID="9" 2023-12-02T08:45:43.143 INFO:teuthology.orchestra.run.smithi160.stdout:PLATFORM_ID="platform:el9" 2023-12-02T08:45:43.143 INFO:teuthology.orchestra.run.smithi160.stdout:PRETTY_NAME="CentOS Stream 9" 2023-12-02T08:45:43.143 INFO:teuthology.orchestra.run.smithi160.stdout:ANSI_COLOR="0;31" 2023-12-02T08:45:43.143 INFO:teuthology.orchestra.run.smithi160.stdout:LOGO="fedora-logo-icon" 2023-12-02T08:45:43.143 INFO:teuthology.orchestra.run.smithi160.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2023-12-02T08:45:43.143 INFO:teuthology.orchestra.run.smithi160.stdout:HOME_URL="https://centos.org/" 2023-12-02T08:45:43.143 INFO:teuthology.orchestra.run.smithi160.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-02T08:45:43.143 INFO:teuthology.orchestra.run.smithi160.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2023-12-02T08:45:43.143 INFO:teuthology.orchestra.run.smithi160.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-02T08:45:43.144 INFO:teuthology.lock.ops:Updating smithi160.front.sepia.ceph.com on lock server 2023-12-02T08:45:43.168 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-02T08:45:43.177 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-02T08:45:43.200 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-02T08:45:43.200 DEBUG:teuthology.orchestra.run.smithi118:> test '!' -e /home/ubuntu/cephtest 2023-12-02T08:45:43.203 DEBUG:teuthology.orchestra.run.smithi160:> test '!' -e /home/ubuntu/cephtest 2023-12-02T08:45:43.219 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-02T08:45:43.225 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-02T08:45:43.226 DEBUG:teuthology.orchestra.run.smithi118:> test -z $(ls -A /var/lib/ceph) 2023-12-02T08:45:43.261 DEBUG:teuthology.orchestra.run.smithi160:> test -z $(ls -A /var/lib/ceph) 2023-12-02T08:45:43.595 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-02T08:45:43.649 INFO:teuthology.run_tasks:Running task kernel... 2023-12-02T08:45:43.665 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-02T08:45:43.665 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-02T08:45:43.665 DEBUG:teuthology.orchestra.run.smithi118:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-02T08:45:43.666 DEBUG:teuthology.orchestra.run.smithi160:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-02T08:45:43.682 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T08:45:43.682 DEBUG:teuthology.orchestra.run.smithi118:> uname -r 2023-12-02T08:45:43.683 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T08:45:43.684 DEBUG:teuthology.orchestra.run.smithi160:> uname -r 2023-12-02T08:45:43.740 INFO:teuthology.orchestra.run.smithi118.stdout:5.14.0-361.el9.x86_64 2023-12-02T08:45:43.740 INFO:teuthology.task.kernel:Running kernel on smithi118: 5.14.0-361.el9.x86_64 2023-12-02T08:45:43.740 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum install -y kernel 2023-12-02T08:45:43.741 INFO:teuthology.orchestra.run.smithi160.stdout:5.14.0-361.el9.x86_64 2023-12-02T08:45:43.742 INFO:teuthology.task.kernel:Running kernel on smithi160: 5.14.0-361.el9.x86_64 2023-12-02T08:45:43.742 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum install -y kernel 2023-12-02T08:45:46.107 INFO:teuthology.orchestra.run.smithi160.stdout:CentOS-9 - AppStream 8.5 MB/s | 6.4 MB 00:00 2023-12-02T08:45:46.977 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS-9 - AppStream 9.5 MB/s | 6.4 MB 00:00 2023-12-02T08:45:47.473 INFO:teuthology.orchestra.run.smithi160.stdout:CentOS-9 - BaseOS 6.5 MB/s | 2.0 MB 00:00 2023-12-02T08:45:48.402 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS-9 - BaseOS 5.3 MB/s | 2.0 MB 00:00 2023-12-02T08:45:48.456 INFO:teuthology.orchestra.run.smithi160.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 7.9 MB 00:00 2023-12-02T08:45:50.656 INFO:teuthology.orchestra.run.smithi160.stdout:CentOS Stream 9 - AppStream 17 MB/s | 18 MB 00:01 2023-12-02T08:45:51.526 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 9 - BaseOS 2.6 MB/s | 7.9 MB 00:02 2023-12-02T08:45:53.860 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 9 - AppStream 15 MB/s | 18 MB 00:01 2023-12-02T08:45:55.032 INFO:teuthology.orchestra.run.smithi160.stdout:CentOS Stream 9 - CRB 6.1 MB/s | 5.8 MB 00:00 2023-12-02T08:45:56.449 INFO:teuthology.orchestra.run.smithi160.stdout:CentOS Stream 9 - Extras packages 47 kB/s | 15 kB 00:00 2023-12-02T08:45:58.184 INFO:teuthology.orchestra.run.smithi160.stdout:Extra Packages for Enterprise Linux 12 MB/s | 20 MB 00:01 2023-12-02T08:45:59.427 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 9 - CRB 2.7 MB/s | 5.8 MB 00:02 2023-12-02T08:46:01.061 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 9 - Extras packages 30 kB/s | 15 kB 00:00 2023-12-02T08:46:02.907 INFO:teuthology.orchestra.run.smithi118.stdout:Extra Packages for Enterprise Linux 12 MB/s | 20 MB 00:01 2023-12-02T08:46:02.976 INFO:teuthology.orchestra.run.smithi160.stdout:lab-extras 15 kB/s | 1.7 kB 00:00 2023-12-02T08:46:05.332 INFO:teuthology.orchestra.run.smithi160.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2023-12-02T08:46:05.332 INFO:teuthology.orchestra.run.smithi160.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2023-12-02T08:46:05.424 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2023-12-02T08:46:05.432 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2023-12-02T08:46:05.432 INFO:teuthology.orchestra.run.smithi160.stdout: Package Architecture Version Repository Size 2023-12-02T08:46:05.432 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2023-12-02T08:46:05.432 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2023-12-02T08:46:05.432 INFO:teuthology.orchestra.run.smithi160.stdout: kernel x86_64 5.14.0-388.el9 baseos 5.6 M 2023-12-02T08:46:05.432 INFO:teuthology.orchestra.run.smithi160.stdout:Installing dependencies: 2023-12-02T08:46:05.433 INFO:teuthology.orchestra.run.smithi160.stdout: kernel-core x86_64 5.14.0-388.el9 baseos 20 M 2023-12-02T08:46:05.433 INFO:teuthology.orchestra.run.smithi160.stdout: kernel-modules x86_64 5.14.0-388.el9 baseos 38 M 2023-12-02T08:46:05.433 INFO:teuthology.orchestra.run.smithi160.stdout: kernel-modules-core x86_64 5.14.0-388.el9 baseos 32 M 2023-12-02T08:46:05.433 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-02T08:46:05.433 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2023-12-02T08:46:05.433 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2023-12-02T08:46:05.433 INFO:teuthology.orchestra.run.smithi160.stdout:Install 4 Packages 2023-12-02T08:46:05.433 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-02T08:46:05.434 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 96 M 2023-12-02T08:46:05.435 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 121 M 2023-12-02T08:46:05.435 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2023-12-02T08:46:06.219 INFO:teuthology.orchestra.run.smithi160.stdout:(1/4): kernel-5.14.0-388.el9.x86_64.rpm 7.5 MB/s | 5.6 MB 00:00 2023-12-02T08:46:07.754 INFO:teuthology.orchestra.run.smithi118.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2023-12-02T08:46:07.911 INFO:teuthology.orchestra.run.smithi160.stdout:(2/4): kernel-modules-5.14.0-388.el9.x86_64.rpm 16 MB/s | 38 MB 00:02 2023-12-02T08:46:08.352 INFO:teuthology.orchestra.run.smithi160.stdout:(3/4): kernel-core-5.14.0-388.el9.x86_64.rpm 7.1 MB/s | 20 MB 00:02 2023-12-02T08:46:09.611 INFO:teuthology.orchestra.run.smithi160.stdout:(4/4): kernel-modules-core-5.14.0-388.el9.x86_6 9.5 MB/s | 32 MB 00:03 2023-12-02T08:46:09.611 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:46:09.611 INFO:teuthology.orchestra.run.smithi160.stdout:Total 23 MB/s | 96 MB 00:04 2023-12-02T08:46:10.102 INFO:teuthology.orchestra.run.smithi118.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2023-12-02T08:46:10.102 INFO:teuthology.orchestra.run.smithi118.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2023-12-02T08:46:10.193 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2023-12-02T08:46:10.204 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2023-12-02T08:46:10.204 INFO:teuthology.orchestra.run.smithi118.stdout: Package Architecture Version Repository Size 2023-12-02T08:46:10.204 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2023-12-02T08:46:10.204 INFO:teuthology.orchestra.run.smithi118.stdout:Installing: 2023-12-02T08:46:10.204 INFO:teuthology.orchestra.run.smithi118.stdout: kernel x86_64 5.14.0-388.el9 baseos 5.6 M 2023-12-02T08:46:10.204 INFO:teuthology.orchestra.run.smithi118.stdout:Installing dependencies: 2023-12-02T08:46:10.204 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-core x86_64 5.14.0-388.el9 baseos 20 M 2023-12-02T08:46:10.204 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-modules x86_64 5.14.0-388.el9 baseos 38 M 2023-12-02T08:46:10.204 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-modules-core x86_64 5.14.0-388.el9 baseos 32 M 2023-12-02T08:46:10.204 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-12-02T08:46:10.204 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2023-12-02T08:46:10.205 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2023-12-02T08:46:10.205 INFO:teuthology.orchestra.run.smithi118.stdout:Install 4 Packages 2023-12-02T08:46:10.205 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-12-02T08:46:10.205 INFO:teuthology.orchestra.run.smithi118.stdout:Total download size: 96 M 2023-12-02T08:46:10.205 INFO:teuthology.orchestra.run.smithi118.stdout:Installed size: 121 M 2023-12-02T08:46:10.205 INFO:teuthology.orchestra.run.smithi118.stdout:Downloading Packages: 2023-12-02T08:46:10.469 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2023-12-02T08:46:10.834 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2023-12-02T08:46:10.834 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2023-12-02T08:46:11.238 INFO:teuthology.orchestra.run.smithi118.stdout:(1/4): kernel-5.14.0-388.el9.x86_64.rpm 5.6 MB/s | 5.6 MB 00:00 2023-12-02T08:46:12.155 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2023-12-02T08:46:12.155 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2023-12-02T08:46:13.005 INFO:teuthology.orchestra.run.smithi118.stdout:(2/4): kernel-modules-5.14.0-388.el9.x86_64.rpm 14 MB/s | 38 MB 00:02 2023-12-02T08:46:13.438 INFO:teuthology.orchestra.run.smithi118.stdout:(3/4): kernel-core-5.14.0-388.el9.x86_64.rpm 6.4 MB/s | 20 MB 00:03 2023-12-02T08:46:14.397 INFO:teuthology.orchestra.run.smithi118.stdout:(4/4): kernel-modules-core-5.14.0-388.el9.x86_6 10 MB/s | 32 MB 00:03 2023-12-02T08:46:14.397 INFO:teuthology.orchestra.run.smithi118.stdout:-------------------------------------------------------------------------------- 2023-12-02T08:46:14.398 INFO:teuthology.orchestra.run.smithi118.stdout:Total 23 MB/s | 96 MB 00:04 2023-12-02T08:46:14.816 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2023-12-02T08:46:15.247 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction check 2023-12-02T08:46:15.442 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : kernel-modules-core-5.14.0-388.el9.x86_64 1/4 2023-12-02T08:46:15.561 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : kernel-core-5.14.0-388.el9.x86_64 2/4 2023-12-02T08:46:15.620 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction check succeeded. 2023-12-02T08:46:15.620 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction test 2023-12-02T08:46:16.928 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction test succeeded. 2023-12-02T08:46:16.929 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction 2023-12-02T08:46:18.336 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: kernel-core-5.14.0-388.el9.x86_64 2/4 2023-12-02T08:46:18.505 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : kernel-modules-5.14.0-388.el9.x86_64 3/4 2023-12-02T08:46:19.596 INFO:teuthology.orchestra.run.smithi118.stdout: Preparing : 1/1 2023-12-02T08:46:20.347 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : kernel-modules-core-5.14.0-388.el9.x86_64 1/4 2023-12-02T08:46:20.480 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : kernel-core-5.14.0-388.el9.x86_64 2/4 2023-12-02T08:46:23.118 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: kernel-modules-5.14.0-388.el9.x86_64 3/4 2023-12-02T08:46:23.213 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-core-5.14.0-388.el9.x86_64 2/4 2023-12-02T08:46:23.330 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : kernel-5.14.0-388.el9.x86_64 4/4 2023-12-02T08:46:23.391 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : kernel-modules-5.14.0-388.el9.x86_64 3/4 2023-12-02T08:46:27.961 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: kernel-modules-core-5.14.0-388.el9.x86_64 4/4 2023-12-02T08:46:27.989 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-modules-5.14.0-388.el9.x86_64 3/4 2023-12-02T08:46:28.173 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : kernel-5.14.0-388.el9.x86_64 4/4 2023-12-02T08:46:32.783 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-modules-core-5.14.0-388.el9.x86_64 4/4 2023-12-02T08:46:56.657 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: kernel-core-5.14.0-388.el9.x86_64 4/4 2023-12-02T08:46:56.699 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: kernel-modules-5.14.0-388.el9.x86_64 4/4 2023-12-02T08:46:57.083 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: kernel-5.14.0-388.el9.x86_64 4/4 2023-12-02T08:46:57.083 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : kernel-5.14.0-388.el9.x86_64 1/4 2023-12-02T08:46:57.083 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : kernel-core-5.14.0-388.el9.x86_64 2/4 2023-12-02T08:46:57.083 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : kernel-modules-5.14.0-388.el9.x86_64 3/4 2023-12-02T08:46:57.500 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : kernel-modules-core-5.14.0-388.el9.x86_64 4/4 2023-12-02T08:46:57.500 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-02T08:46:57.500 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2023-12-02T08:46:57.500 INFO:teuthology.orchestra.run.smithi160.stdout: kernel-5.14.0-388.el9.x86_64 2023-12-02T08:46:57.500 INFO:teuthology.orchestra.run.smithi160.stdout: kernel-core-5.14.0-388.el9.x86_64 2023-12-02T08:46:57.501 INFO:teuthology.orchestra.run.smithi160.stdout: kernel-modules-5.14.0-388.el9.x86_64 2023-12-02T08:46:57.501 INFO:teuthology.orchestra.run.smithi160.stdout: kernel-modules-core-5.14.0-388.el9.x86_64 2023-12-02T08:46:57.501 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-02T08:46:57.501 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2023-12-02T08:46:58.020 DEBUG:teuthology.orchestra.run.smithi160:> rpm -q kernel | sort -rV | head -n 1 2023-12-02T08:46:58.171 INFO:teuthology.orchestra.run.smithi160.stdout:kernel-5.14.0-388.el9.x86_64 2023-12-02T08:46:58.171 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-388.el9.x86_64 2023-12-02T08:46:58.171 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-388.el9.x86_64 2023-12-02T08:46:58.171 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-02T08:46:58.171 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-02T08:46:58.172 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-02T08:46:58.172 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi160.front.sepia.ceph.com, path=None, version=distro) 2023-12-02T08:46:58.172 DEBUG:teuthology.orchestra.run.smithi160:> rpm -q kernel | sort -rV | head -n 1 2023-12-02T08:46:58.289 INFO:teuthology.orchestra.run.smithi160.stdout:kernel-5.14.0-388.el9.x86_64 2023-12-02T08:46:58.290 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-388.el9.x86_64 2023-12-02T08:46:58.290 DEBUG:teuthology.orchestra.run.smithi160:> sudo rpm -qi grub2-tools 2023-12-02T08:46:58.326 INFO:teuthology.orchestra.run.smithi160.stdout:Name : grub2-tools 2023-12-02T08:46:58.327 INFO:teuthology.orchestra.run.smithi160.stdout:Epoch : 1 2023-12-02T08:46:58.327 INFO:teuthology.orchestra.run.smithi160.stdout:Version : 2.06 2023-12-02T08:46:58.327 INFO:teuthology.orchestra.run.smithi160.stdout:Release : 68.el9 2023-12-02T08:46:58.327 INFO:teuthology.orchestra.run.smithi160.stdout:Architecture: x86_64 2023-12-02T08:46:58.327 INFO:teuthology.orchestra.run.smithi160.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2023-12-02T08:46:58.327 INFO:teuthology.orchestra.run.smithi160.stdout:Group : Unspecified 2023-12-02T08:46:58.327 INFO:teuthology.orchestra.run.smithi160.stdout:Size : 8264254 2023-12-02T08:46:58.327 INFO:teuthology.orchestra.run.smithi160.stdout:License : GPLv3+ 2023-12-02T08:46:58.327 INFO:teuthology.orchestra.run.smithi160.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2023-12-02T08:46:58.327 INFO:teuthology.orchestra.run.smithi160.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2023-12-02T08:46:58.327 INFO:teuthology.orchestra.run.smithi160.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2023-12-02T08:46:58.327 INFO:teuthology.orchestra.run.smithi160.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2023-12-02T08:46:58.328 INFO:teuthology.orchestra.run.smithi160.stdout:Packager : builder@centos.org 2023-12-02T08:46:58.328 INFO:teuthology.orchestra.run.smithi160.stdout:Vendor : CentOS 2023-12-02T08:46:58.328 INFO:teuthology.orchestra.run.smithi160.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-02T08:46:58.328 INFO:teuthology.orchestra.run.smithi160.stdout:Summary : Support tools for GRUB. 2023-12-02T08:46:58.328 INFO:teuthology.orchestra.run.smithi160.stdout:Description : 2023-12-02T08:46:58.328 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-02T08:46:58.328 INFO:teuthology.orchestra.run.smithi160.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-02T08:46:58.328 INFO:teuthology.orchestra.run.smithi160.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-02T08:46:58.328 INFO:teuthology.orchestra.run.smithi160.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-02T08:46:58.328 INFO:teuthology.orchestra.run.smithi160.stdout:hardware devices. 2023-12-02T08:46:58.328 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-02T08:46:58.328 INFO:teuthology.orchestra.run.smithi160.stdout:This subpackage provides tools for support of all platforms. 2023-12-02T08:46:58.329 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-02T08:46:58.329 INFO:teuthology.task.kernel:Updating grub on smithi160 to boot 5.14.0-388.el9.x86_64 2023-12-02T08:46:58.329 DEBUG:teuthology.orchestra.run.smithi160:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-02T08:46:58.985 INFO:teuthology.orchestra.run.smithi160.stderr:Generating grub configuration file ... 2023-12-02T08:47:00.355 INFO:teuthology.orchestra.run.smithi160.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2023-12-02T08:47:00.375 INFO:teuthology.orchestra.run.smithi160.stderr:done 2023-12-02T08:47:00.377 DEBUG:teuthology.orchestra.run.smithi160:> mktemp 2023-12-02T08:47:00.392 INFO:teuthology.orchestra.run.smithi160.stdout:/tmp/tmp.ZdITyuaSLT 2023-12-02T08:47:00.393 DEBUG:teuthology.orchestra.run.smithi160:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.ZdITyuaSLT 2023-12-02T08:47:00.477 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod 0666 /tmp/tmp.ZdITyuaSLT 2023-12-02T08:47:00.631 DEBUG:teuthology.orchestra.remote:smithi160:/tmp/tmp.ZdITyuaSLT is 6KB 2023-12-02T08:47:00.682 DEBUG:teuthology.orchestra.run.smithi160:> rm -fr /tmp/tmp.ZdITyuaSLT 2023-12-02T08:47:00.697 DEBUG:teuthology.orchestra.run.smithi160:> sudo /bin/ls /boot/loader/entries || true 2023-12-02T08:47:00.761 INFO:teuthology.orchestra.run.smithi160.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2023-12-02T08:47:00.761 INFO:teuthology.orchestra.run.smithi160.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2023-12-02T08:47:00.761 INFO:teuthology.orchestra.run.smithi160.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2023-12-02T08:47:00.761 INFO:teuthology.orchestra.run.smithi160.stdout:15949e3c88704300882482eddfd7baae-5.14.0-388.el9.x86_64.conf 2023-12-02T08:47:00.762 DEBUG:teuthology.orchestra.run.smithi160:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-388.el9.x86_64 2023-12-02T08:47:00.910 DEBUG:teuthology.orchestra.run.smithi160:> sudo shutdown -r now 2023-12-02T08:47:01.024 ERROR:paramiko.transport:Socket exception: Connection reset by peer (104) 2023-12-02T08:47:02.625 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-core-5.14.0-388.el9.x86_64 4/4 2023-12-02T08:47:02.669 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-modules-5.14.0-388.el9.x86_64 4/4 2023-12-02T08:47:03.108 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-5.14.0-388.el9.x86_64 4/4 2023-12-02T08:47:03.108 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : kernel-5.14.0-388.el9.x86_64 1/4 2023-12-02T08:47:03.108 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : kernel-core-5.14.0-388.el9.x86_64 2/4 2023-12-02T08:47:03.109 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : kernel-modules-5.14.0-388.el9.x86_64 3/4 2023-12-02T08:47:03.515 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : kernel-modules-core-5.14.0-388.el9.x86_64 4/4 2023-12-02T08:47:03.516 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-12-02T08:47:03.516 INFO:teuthology.orchestra.run.smithi118.stdout:Installed: 2023-12-02T08:47:03.516 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-5.14.0-388.el9.x86_64 2023-12-02T08:47:03.516 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-core-5.14.0-388.el9.x86_64 2023-12-02T08:47:03.516 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-modules-5.14.0-388.el9.x86_64 2023-12-02T08:47:03.516 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-modules-core-5.14.0-388.el9.x86_64 2023-12-02T08:47:03.516 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-12-02T08:47:03.516 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2023-12-02T08:47:04.057 DEBUG:teuthology.orchestra.run.smithi118:> rpm -q kernel | sort -rV | head -n 1 2023-12-02T08:47:04.203 INFO:teuthology.orchestra.run.smithi118.stdout:kernel-5.14.0-388.el9.x86_64 2023-12-02T08:47:04.204 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-388.el9.x86_64 2023-12-02T08:47:04.204 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-388.el9.x86_64 2023-12-02T08:47:04.204 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-02T08:47:04.204 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-02T08:47:04.204 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-02T08:47:04.204 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi118.front.sepia.ceph.com, path=None, version=distro) 2023-12-02T08:47:04.204 DEBUG:teuthology.orchestra.run.smithi118:> rpm -q kernel | sort -rV | head -n 1 2023-12-02T08:47:04.322 INFO:teuthology.orchestra.run.smithi118.stdout:kernel-5.14.0-388.el9.x86_64 2023-12-02T08:47:04.322 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-388.el9.x86_64 2023-12-02T08:47:04.323 DEBUG:teuthology.orchestra.run.smithi118:> sudo rpm -qi grub2-tools 2023-12-02T08:47:04.358 INFO:teuthology.orchestra.run.smithi118.stdout:Name : grub2-tools 2023-12-02T08:47:04.358 INFO:teuthology.orchestra.run.smithi118.stdout:Epoch : 1 2023-12-02T08:47:04.359 INFO:teuthology.orchestra.run.smithi118.stdout:Version : 2.06 2023-12-02T08:47:04.359 INFO:teuthology.orchestra.run.smithi118.stdout:Release : 68.el9 2023-12-02T08:47:04.359 INFO:teuthology.orchestra.run.smithi118.stdout:Architecture: x86_64 2023-12-02T08:47:04.359 INFO:teuthology.orchestra.run.smithi118.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2023-12-02T08:47:04.359 INFO:teuthology.orchestra.run.smithi118.stdout:Group : Unspecified 2023-12-02T08:47:04.359 INFO:teuthology.orchestra.run.smithi118.stdout:Size : 8264254 2023-12-02T08:47:04.359 INFO:teuthology.orchestra.run.smithi118.stdout:License : GPLv3+ 2023-12-02T08:47:04.359 INFO:teuthology.orchestra.run.smithi118.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2023-12-02T08:47:04.359 INFO:teuthology.orchestra.run.smithi118.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2023-12-02T08:47:04.359 INFO:teuthology.orchestra.run.smithi118.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2023-12-02T08:47:04.359 INFO:teuthology.orchestra.run.smithi118.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2023-12-02T08:47:04.359 INFO:teuthology.orchestra.run.smithi118.stdout:Packager : builder@centos.org 2023-12-02T08:47:04.359 INFO:teuthology.orchestra.run.smithi118.stdout:Vendor : CentOS 2023-12-02T08:47:04.359 INFO:teuthology.orchestra.run.smithi118.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-02T08:47:04.360 INFO:teuthology.orchestra.run.smithi118.stdout:Summary : Support tools for GRUB. 2023-12-02T08:47:04.360 INFO:teuthology.orchestra.run.smithi118.stdout:Description : 2023-12-02T08:47:04.360 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-12-02T08:47:04.360 INFO:teuthology.orchestra.run.smithi118.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-02T08:47:04.360 INFO:teuthology.orchestra.run.smithi118.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-02T08:47:04.360 INFO:teuthology.orchestra.run.smithi118.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-02T08:47:04.360 INFO:teuthology.orchestra.run.smithi118.stdout:hardware devices. 2023-12-02T08:47:04.360 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-12-02T08:47:04.360 INFO:teuthology.orchestra.run.smithi118.stdout:This subpackage provides tools for support of all platforms. 2023-12-02T08:47:04.361 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-02T08:47:04.361 INFO:teuthology.task.kernel:Updating grub on smithi118 to boot 5.14.0-388.el9.x86_64 2023-12-02T08:47:04.361 DEBUG:teuthology.orchestra.run.smithi118:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-02T08:47:05.016 INFO:teuthology.orchestra.run.smithi118.stderr:Generating grub configuration file ... 2023-12-02T08:47:06.526 INFO:teuthology.orchestra.run.smithi118.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2023-12-02T08:47:06.554 INFO:teuthology.orchestra.run.smithi118.stderr:done 2023-12-02T08:47:06.555 DEBUG:teuthology.orchestra.run.smithi118:> mktemp 2023-12-02T08:47:06.573 INFO:teuthology.orchestra.run.smithi118.stdout:/tmp/tmp.vrzXPZFXCU 2023-12-02T08:47:06.573 DEBUG:teuthology.orchestra.run.smithi118:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.vrzXPZFXCU 2023-12-02T08:47:06.644 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod 0666 /tmp/tmp.vrzXPZFXCU 2023-12-02T08:47:06.774 DEBUG:teuthology.orchestra.remote:smithi118:/tmp/tmp.vrzXPZFXCU is 6KB 2023-12-02T08:47:06.822 DEBUG:teuthology.orchestra.run.smithi118:> rm -fr /tmp/tmp.vrzXPZFXCU 2023-12-02T08:47:06.836 DEBUG:teuthology.orchestra.run.smithi118:> sudo /bin/ls /boot/loader/entries || true 2023-12-02T08:47:06.901 INFO:teuthology.orchestra.run.smithi118.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2023-12-02T08:47:06.901 INFO:teuthology.orchestra.run.smithi118.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2023-12-02T08:47:06.902 INFO:teuthology.orchestra.run.smithi118.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2023-12-02T08:47:06.902 INFO:teuthology.orchestra.run.smithi118.stdout:15949e3c88704300882482eddfd7baae-5.14.0-388.el9.x86_64.conf 2023-12-02T08:47:06.903 DEBUG:teuthology.orchestra.run.smithi118:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-388.el9.x86_64 2023-12-02T08:47:07.062 DEBUG:teuthology.orchestra.run.smithi118:> sudo shutdown -r now 2023-12-02T08:47:30.934 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-02T08:47:30.935 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2023-12-02T08:47:30.935 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T08:47:37.070 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-02T08:47:37.070 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2023-12-02T08:47:37.071 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T08:47:49.346 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2023-12-02T08:47:55.490 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.118 2023-12-02T08:47:58.350 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2023-12-02T08:47:58.350 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T08:48:01.410 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2023-12-02T08:48:04.494 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2023-12-02T08:48:04.495 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T08:48:07.554 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.118 2023-12-02T08:48:13.414 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2023-12-02T08:48:13.415 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T08:48:19.558 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2023-12-02T08:48:19.559 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T08:49:13.470 DEBUG:teuthology.orchestra.remote:timed out 2023-12-02T08:49:19.566 DEBUG:teuthology.orchestra.remote:timed out 2023-12-02T08:49:28.478 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2023-12-02T08:49:28.479 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T08:49:28.832 DEBUG:teuthology.orchestra.run.smithi160:> true 2023-12-02T08:49:29.212 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi160.front.sepia.ceph.com' 2023-12-02T08:49:29.212 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-388.el9.x86_64"... 2023-12-02T08:49:29.213 DEBUG:teuthology.orchestra.run.smithi160:> uname -r 2023-12-02T08:49:29.227 INFO:teuthology.orchestra.run.smithi160.stdout:5.14.0-388.el9.x86_64 2023-12-02T08:49:29.227 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-388.el9.x86_64 vs 5.14.0-388.el9.x86_64 2023-12-02T08:49:29.228 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-02T08:49:29.228 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-02T08:49:30.228 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-02T08:49:30.228 DEBUG:teuthology.orchestra.run.smithi160:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-02T08:49:30.320 INFO:teuthology.orchestra.run.smithi160.stdout:ttyS1 2023-12-02T08:49:30.350 DEBUG:teuthology.parallel:result is None 2023-12-02T08:49:34.567 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2023-12-02T08:49:34.568 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T08:49:34.873 DEBUG:teuthology.orchestra.run.smithi118:> true 2023-12-02T08:49:35.245 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi118.front.sepia.ceph.com' 2023-12-02T08:49:35.245 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-388.el9.x86_64"... 2023-12-02T08:49:35.245 DEBUG:teuthology.orchestra.run.smithi118:> uname -r 2023-12-02T08:49:35.260 INFO:teuthology.orchestra.run.smithi118.stdout:5.14.0-388.el9.x86_64 2023-12-02T08:49:35.261 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-388.el9.x86_64 vs 5.14.0-388.el9.x86_64 2023-12-02T08:49:35.261 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-02T08:49:35.261 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-02T08:49:36.262 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-02T08:49:36.262 DEBUG:teuthology.orchestra.run.smithi118:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-02T08:49:36.345 INFO:teuthology.orchestra.run.smithi118.stdout:ttyS1 2023-12-02T08:49:36.375 DEBUG:teuthology.parallel:result is None 2023-12-02T08:49:36.376 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-02T08:49:36.384 INFO:teuthology.task.internal:Creating test directory... 2023-12-02T08:49:36.384 DEBUG:teuthology.orchestra.run.smithi118:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-02T08:49:36.390 DEBUG:teuthology.orchestra.run.smithi160:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-02T08:49:36.409 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-02T08:49:36.420 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-02T08:49:36.434 INFO:teuthology.task.internal:Creating archive directory... 2023-12-02T08:49:36.435 DEBUG:teuthology.orchestra.run.smithi118:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-02T08:49:36.444 DEBUG:teuthology.orchestra.run.smithi160:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-02T08:49:36.534 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-02T08:49:36.542 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-02T08:49:36.543 DEBUG:teuthology.orchestra.run.smithi118:> 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-02T08:49:36.545 DEBUG:teuthology.orchestra.run.smithi160:> 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-02T08:49:36.581 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-02T08:49:36.583 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-02T08:49:36.595 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-02T08:49:36.597 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-02T08:49:36.599 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-02T08:49:36.608 INFO:teuthology.task.internal:Configuring sudo... 2023-12-02T08:49:36.608 DEBUG:teuthology.orchestra.run.smithi118:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-02T08:49:36.641 DEBUG:teuthology.orchestra.run.smithi160:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-02T08:49:36.671 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-02T08:49:36.683 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-02T08:49:36.683 DEBUG:teuthology.orchestra.run.smithi118:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-02T08:49:36.711 DEBUG:teuthology.orchestra.run.smithi160:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-02T08:49:36.727 DEBUG:teuthology.orchestra.run.smithi118:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-02T08:49:36.802 DEBUG:teuthology.orchestra.run.smithi118:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-02T08:49:36.856 DEBUG:teuthology.orchestra.run.smithi118:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-02T08:49:36.937 DEBUG:teuthology.orchestra.run.smithi118:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-02T08:49:36.980 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-12-02T08:49:36.980 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-02T08:49:37.047 DEBUG:teuthology.orchestra.run.smithi160:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-02T08:49:37.091 DEBUG:teuthology.orchestra.run.smithi160:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-02T08:49:37.147 DEBUG:teuthology.orchestra.run.smithi160:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-02T08:49:37.226 DEBUG:teuthology.orchestra.run.smithi160:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-02T08:49:37.276 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2023-12-02T08:49:37.276 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-02T08:49:37.346 DEBUG:teuthology.orchestra.run.smithi118:> sudo service rsyslog restart 2023-12-02T08:49:37.348 DEBUG:teuthology.orchestra.run.smithi160:> sudo service rsyslog restart 2023-12-02T08:49:37.394 INFO:teuthology.orchestra.run.smithi118.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-02T08:49:37.443 INFO:teuthology.orchestra.run.smithi160.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-02T08:49:37.900 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-02T08:49:37.907 INFO:teuthology.task.internal:Starting timer... 2023-12-02T08:49:37.907 INFO:teuthology.run_tasks:Running task pcp... 2023-12-02T08:49:37.924 INFO:teuthology.run_tasks:Running task selinux... 2023-12-02T08:49:37.934 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-02T08:49:37.934 DEBUG:teuthology.orchestra.run.smithi118:> sudo service auditd rotate 2023-12-02T08:49:37.990 INFO:teuthology.orchestra.run.smithi118.stdout:Rotating logs: 2023-12-02T08:49:37.992 DEBUG:teuthology.orchestra.run.smithi160:> sudo service auditd rotate 2023-12-02T08:49:38.056 INFO:teuthology.orchestra.run.smithi160.stdout:Rotating logs: 2023-12-02T08:49:38.058 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-02T08:49:38.058 DEBUG:teuthology.orchestra.run.smithi118:> /usr/sbin/getenforce 2023-12-02T08:49:38.079 INFO:teuthology.orchestra.run.smithi118.stdout:Permissive 2023-12-02T08:49:38.080 DEBUG:teuthology.orchestra.run.smithi160:> /usr/sbin/getenforce 2023-12-02T08:49:38.105 INFO:teuthology.orchestra.run.smithi160.stdout:Permissive 2023-12-02T08:49:38.105 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi118.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi160.front.sepia.ceph.com': 'permissive'} 2023-12-02T08:49:38.105 DEBUG:teuthology.orchestra.run.smithi118:> 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-02T08:49:38.147 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T08:49:38.147 DEBUG:teuthology.orchestra.run.smithi160:> 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-02T08:49:38.176 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T08:49:38.176 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-02T08:49:38.177 DEBUG:teuthology.orchestra.run.smithi118:> sudo /usr/sbin/setenforce permissive 2023-12-02T08:49:38.222 DEBUG:teuthology.orchestra.run.smithi160:> sudo /usr/sbin/setenforce permissive 2023-12-02T08:49:38.257 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-02T08:49:38.267 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-02T08:49:38.267 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-02T08:49:38.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-02T08:49:38.288 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi118.front.sepia.ceph.com,smithi160.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-02T08:55:30.832 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi118.front.sepia.ceph.com'), Remote(name='ubuntu@smithi160.front.sepia.ceph.com')] 2023-12-02T08:55:30.833 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2023-12-02T08:55:30.833 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T08:55:30.918 DEBUG:teuthology.orchestra.run.smithi118:> true 2023-12-02T08:55:30.984 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi118.front.sepia.ceph.com' 2023-12-02T08:55:30.984 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2023-12-02T08:55:30.985 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T08:55:31.069 DEBUG:teuthology.orchestra.run.smithi160:> true 2023-12-02T08:55:31.141 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi160.front.sepia.ceph.com' 2023-12-02T08:55:31.141 INFO:teuthology.run_tasks:Running task clock... 2023-12-02T08:55:31.152 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-02T08:55:31.152 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-02T08:55:31.152 DEBUG:teuthology.orchestra.run.smithi118:> 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-02T08:55:31.154 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-02T08:55:31.155 DEBUG:teuthology.orchestra.run.smithi160:> 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-02T08:55:31.183 INFO:teuthology.orchestra.run.smithi118.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-02T08:55:31.199 INFO:teuthology.orchestra.run.smithi118.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-02T08:55:31.214 INFO:teuthology.orchestra.run.smithi160.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-02T08:55:31.227 INFO:teuthology.orchestra.run.smithi118.stderr:sudo: ntpd: command not found 2023-12-02T08:55:31.230 INFO:teuthology.orchestra.run.smithi160.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-02T08:55:31.241 INFO:teuthology.orchestra.run.smithi118.stdout:506 Cannot talk to daemon 2023-12-02T08:55:31.257 INFO:teuthology.orchestra.run.smithi118.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-02T08:55:31.260 INFO:teuthology.orchestra.run.smithi160.stderr:sudo: ntpd: command not found 2023-12-02T08:55:31.273 INFO:teuthology.orchestra.run.smithi118.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-02T08:55:31.274 INFO:teuthology.orchestra.run.smithi160.stdout:506 Cannot talk to daemon 2023-12-02T08:55:31.290 INFO:teuthology.orchestra.run.smithi160.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-02T08:55:31.306 INFO:teuthology.orchestra.run.smithi160.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-02T08:55:31.316 INFO:teuthology.orchestra.run.smithi118.stderr:bash: line 1: ntpq: command not found 2023-12-02T08:55:31.319 INFO:teuthology.orchestra.run.smithi118.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-02T08:55:31.319 INFO:teuthology.orchestra.run.smithi118.stdout:=============================================================================== 2023-12-02T08:55:31.319 INFO:teuthology.orchestra.run.smithi118.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T08:55:31.319 INFO:teuthology.orchestra.run.smithi118.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T08:55:31.320 INFO:teuthology.orchestra.run.smithi118.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T08:55:31.320 INFO:teuthology.orchestra.run.smithi118.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T08:55:31.349 INFO:teuthology.orchestra.run.smithi160.stderr:bash: line 1: ntpq: command not found 2023-12-02T08:55:31.352 INFO:teuthology.orchestra.run.smithi160.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-02T08:55:31.352 INFO:teuthology.orchestra.run.smithi160.stdout:=============================================================================== 2023-12-02T08:55:31.352 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T08:55:31.353 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T08:55:31.353 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T08:55:31.353 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T08:55:31.354 INFO:teuthology.run_tasks:Running task pexec... 2023-12-02T08:55:31.365 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-02T08:55:31.365 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi118.front.sepia.ceph.com 2023-12-02T08:55:31.366 DEBUG:teuthology.orchestra.run.smithi118:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-02T08:55:31.366 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi160.front.sepia.ceph.com 2023-12-02T08:55:31.367 DEBUG:teuthology.orchestra.run.smithi160:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-02T08:55:31.439 DEBUG:teuthology.parallel:result is None 2023-12-02T08:55:31.481 DEBUG:teuthology.parallel:result is None 2023-12-02T08:55:31.481 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-12-02T08:55:31.491 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-12-02T08:55:31.491 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-12-02T08:55:31.491 DEBUG:teuthology.orchestra.run.smithi118:> dd if=/scratch_devs of=/dev/stdout 2023-12-02T08:55:31.506 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-02T08:55:31.506 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_1 2023-12-02T08:55:31.560 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-02T08:55:31.561 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-02T08:55:31.561 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 5h/5d Inode: 641 Links: 1 2023-12-02T08:55:31.561 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-02T08:55:31.561 INFO:teuthology.orchestra.run.smithi118.stdout:Context: system_u:object_r:device_t:s0 2023-12-02T08:55:31.561 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2023-12-02 08:55:29.706568373 +0000 2023-12-02T08:55:31.561 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2023-12-02 08:55:00.844243276 +0000 2023-12-02T08:55:31.561 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2023-12-02 08:55:00.844243276 +0000 2023-12-02T08:55:31.561 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: 2023-12-02 08:55:00.844243276 +0000 2023-12-02T08:55:31.561 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-02T08:55:31.626 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2023-12-02T08:55:31.626 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2023-12-02T08:55:31.626 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000103992 s, 4.9 MB/s 2023-12-02T08:55:31.627 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-02T08:55:31.683 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_2 2023-12-02T08:55:31.739 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-02T08:55:31.739 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-02T08:55:31.739 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 5h/5d Inode: 659 Links: 1 2023-12-02T08:55:31.739 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-02T08:55:31.739 INFO:teuthology.orchestra.run.smithi118.stdout:Context: system_u:object_r:device_t:s0 2023-12-02T08:55:31.739 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2023-12-02 08:55:29.706568373 +0000 2023-12-02T08:55:31.739 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2023-12-02 08:55:01.367231047 +0000 2023-12-02T08:55:31.739 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2023-12-02 08:55:01.367231047 +0000 2023-12-02T08:55:31.739 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: 2023-12-02 08:55:01.367231047 +0000 2023-12-02T08:55:31.740 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-02T08:55:31.804 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2023-12-02T08:55:31.804 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2023-12-02T08:55:31.804 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 7.9857e-05 s, 6.4 MB/s 2023-12-02T08:55:31.805 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-02T08:55:31.860 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_3 2023-12-02T08:55:31.915 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-02T08:55:31.915 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-02T08:55:31.916 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 5h/5d Inode: 676 Links: 1 2023-12-02T08:55:31.916 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-02T08:55:31.916 INFO:teuthology.orchestra.run.smithi118.stdout:Context: system_u:object_r:device_t:s0 2023-12-02T08:55:31.916 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2023-12-02 08:55:29.706568373 +0000 2023-12-02T08:55:31.916 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2023-12-02 08:55:01.886218911 +0000 2023-12-02T08:55:31.916 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2023-12-02 08:55:01.886218911 +0000 2023-12-02T08:55:31.916 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: 2023-12-02 08:55:01.886218911 +0000 2023-12-02T08:55:31.916 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-02T08:55:31.983 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2023-12-02T08:55:31.984 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2023-12-02T08:55:31.984 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000101843 s, 5.0 MB/s 2023-12-02T08:55:31.984 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-02T08:55:32.039 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_4 2023-12-02T08:55:32.094 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-02T08:55:32.094 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-02T08:55:32.094 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 5h/5d Inode: 697 Links: 1 2023-12-02T08:55:32.095 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-02T08:55:32.095 INFO:teuthology.orchestra.run.smithi118.stdout:Context: system_u:object_r:device_t:s0 2023-12-02T08:55:32.095 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2023-12-02 08:55:29.706568373 +0000 2023-12-02T08:55:32.095 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2023-12-02 08:55:02.393207056 +0000 2023-12-02T08:55:32.095 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2023-12-02 08:55:02.393207056 +0000 2023-12-02T08:55:32.095 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: 2023-12-02 08:55:02.393207056 +0000 2023-12-02T08:55:32.095 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-02T08:55:32.160 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2023-12-02T08:55:32.160 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2023-12-02T08:55:32.160 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000101042 s, 5.1 MB/s 2023-12-02T08:55:32.161 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-02T08:55:32.217 DEBUG:teuthology.orchestra.run.smithi118:> 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-02T08:55:32.356 INFO:teuthology.orchestra.run.smithi118.stdout:loop 2023-12-02T08:55:32.358 INFO:tasks.nvme_loop:Connecting nvme_loop smithi118:/dev/vg_nvme/lv_1... 2023-12-02T08:55:32.358 DEBUG:teuthology.orchestra.run.smithi118:> 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-02T08:55:32.396 INFO:teuthology.orchestra.run.smithi118.stdout:1 2023-12-02T08:55:32.433 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/vg_nvme/lv_11 2023-12-02T08:55:32.462 INFO:tasks.nvme_loop:Connecting nvme_loop smithi118:/dev/vg_nvme/lv_2... 2023-12-02T08:55:32.463 DEBUG:teuthology.orchestra.run.smithi118:> 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-02T08:55:32.542 INFO:teuthology.orchestra.run.smithi118.stdout:1 2023-12-02T08:55:32.579 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/vg_nvme/lv_21 2023-12-02T08:55:32.614 INFO:tasks.nvme_loop:Connecting nvme_loop smithi118:/dev/vg_nvme/lv_3... 2023-12-02T08:55:32.614 DEBUG:teuthology.orchestra.run.smithi118:> 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-02T08:55:32.693 INFO:teuthology.orchestra.run.smithi118.stdout:1 2023-12-02T08:55:32.729 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/vg_nvme/lv_31 2023-12-02T08:55:32.765 INFO:tasks.nvme_loop:Connecting nvme_loop smithi118:/dev/vg_nvme/lv_4... 2023-12-02T08:55:32.765 DEBUG:teuthology.orchestra.run.smithi118:> 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-02T08:55:32.844 INFO:teuthology.orchestra.run.smithi118.stdout:1 2023-12-02T08:55:32.880 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/vg_nvme/lv_41 2023-12-02T08:55:32.908 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-12-02T08:55:32.909 DEBUG:teuthology.orchestra.run.smithi118:> dd if=/scratch_devs of=/dev/stdout 2023-12-02T08:55:32.964 DEBUG:teuthology.orchestra.run.smithi118:> sudo nvme list 2023-12-02T08:55:33.031 INFO:teuthology.orchestra.run.smithi118.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-02T08:55:33.031 INFO:teuthology.orchestra.run.smithi118.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-02T08:55:33.031 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/nvme0n1 PHMB747500JS480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2023-12-02T08:55:33.031 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/nvme1n1 84254f46250f5dd61e6c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-3 2023-12-02T08:55:33.032 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/nvme2n1 7758dade522bbcadc8a5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-3 2023-12-02T08:55:33.032 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/nvme3n1 f2fa1fb9d6ae4c96a9d1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-3 2023-12-02T08:55:33.032 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/nvme4n1 5640403cf067a6313633 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-3 2023-12-02T08:55:33.032 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-02T08:55:33.033 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-12-02T08:55:33.033 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/scratch_devs 2023-12-02T08:55:33.099 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2023-12-02T08:55:33.099 DEBUG:teuthology.orchestra.run.smithi160:> dd if=/scratch_devs of=/dev/stdout 2023-12-02T08:55:33.118 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-02T08:55:33.118 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_1 2023-12-02T08:55:33.176 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-02T08:55:33.177 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-02T08:55:33.177 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 665 Links: 1 2023-12-02T08:55:33.177 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-02T08:55:33.177 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:device_t:s0 2023-12-02T08:55:33.177 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2023-12-02 08:55:29.727679291 +0000 2023-12-02T08:55:33.177 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2023-12-02 08:55:00.845131447 +0000 2023-12-02T08:55:33.177 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2023-12-02 08:55:00.845131447 +0000 2023-12-02T08:55:33.177 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: 2023-12-02 08:55:00.845131447 +0000 2023-12-02T08:55:33.177 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-02T08:55:33.247 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2023-12-02T08:55:33.247 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2023-12-02T08:55:33.247 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000221365 s, 2.3 MB/s 2023-12-02T08:55:33.248 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-02T08:55:33.307 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_2 2023-12-02T08:55:33.365 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-02T08:55:33.365 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-02T08:55:33.365 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 683 Links: 1 2023-12-02T08:55:33.365 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-02T08:55:33.365 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:device_t:s0 2023-12-02T08:55:33.365 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2023-12-02 08:55:29.727679291 +0000 2023-12-02T08:55:33.365 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2023-12-02 08:55:01.379123081 +0000 2023-12-02T08:55:33.365 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2023-12-02 08:55:01.379123081 +0000 2023-12-02T08:55:33.365 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: 2023-12-02 08:55:01.379123081 +0000 2023-12-02T08:55:33.365 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-02T08:55:33.434 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2023-12-02T08:55:33.434 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2023-12-02T08:55:33.434 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000265707 s, 1.9 MB/s 2023-12-02T08:55:33.435 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-02T08:55:33.493 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_3 2023-12-02T08:55:33.550 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-02T08:55:33.550 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-02T08:55:33.550 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 700 Links: 1 2023-12-02T08:55:33.550 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-02T08:55:33.550 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:device_t:s0 2023-12-02T08:55:33.550 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2023-12-02 08:55:29.727679291 +0000 2023-12-02T08:55:33.550 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2023-12-02 08:55:01.893115028 +0000 2023-12-02T08:55:33.550 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2023-12-02 08:55:01.893115028 +0000 2023-12-02T08:55:33.550 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: 2023-12-02 08:55:01.893115028 +0000 2023-12-02T08:55:33.551 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-02T08:55:33.618 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2023-12-02T08:55:33.618 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2023-12-02T08:55:33.618 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000211014 s, 2.4 MB/s 2023-12-02T08:55:33.619 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-02T08:55:33.676 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_4 2023-12-02T08:55:33.732 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-02T08:55:33.732 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-02T08:55:33.732 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 720 Links: 1 2023-12-02T08:55:33.733 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-02T08:55:33.733 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:device_t:s0 2023-12-02T08:55:33.733 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2023-12-02 08:55:29.727679291 +0000 2023-12-02T08:55:33.733 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2023-12-02 08:55:02.425106693 +0000 2023-12-02T08:55:33.733 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2023-12-02 08:55:02.425106693 +0000 2023-12-02T08:55:33.733 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: 2023-12-02 08:55:02.425106693 +0000 2023-12-02T08:55:33.733 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-02T08:55:33.800 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2023-12-02T08:55:33.800 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2023-12-02T08:55:33.800 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000231047 s, 2.2 MB/s 2023-12-02T08:55:33.802 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-02T08:55:33.859 DEBUG:teuthology.orchestra.run.smithi160:> 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-02T08:55:34.033 INFO:teuthology.orchestra.run.smithi160.stdout:loop 2023-12-02T08:55:34.033 INFO:tasks.nvme_loop:Connecting nvme_loop smithi160:/dev/vg_nvme/lv_1... 2023-12-02T08:55:34.033 DEBUG:teuthology.orchestra.run.smithi160:> 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-02T08:55:34.076 INFO:teuthology.orchestra.run.smithi160.stdout:1 2023-12-02T08:55:34.113 INFO:teuthology.orchestra.run.smithi160.stdout:/dev/vg_nvme/lv_11 2023-12-02T08:55:34.143 INFO:tasks.nvme_loop:Connecting nvme_loop smithi160:/dev/vg_nvme/lv_2... 2023-12-02T08:55:34.143 DEBUG:teuthology.orchestra.run.smithi160:> 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-02T08:55:34.229 INFO:teuthology.orchestra.run.smithi160.stdout:1 2023-12-02T08:55:34.269 INFO:teuthology.orchestra.run.smithi160.stdout:/dev/vg_nvme/lv_21 2023-12-02T08:55:34.297 INFO:tasks.nvme_loop:Connecting nvme_loop smithi160:/dev/vg_nvme/lv_3... 2023-12-02T08:55:34.297 DEBUG:teuthology.orchestra.run.smithi160:> 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-02T08:55:34.379 INFO:teuthology.orchestra.run.smithi160.stdout:1 2023-12-02T08:55:34.424 INFO:teuthology.orchestra.run.smithi160.stdout:/dev/vg_nvme/lv_31 2023-12-02T08:55:34.458 INFO:tasks.nvme_loop:Connecting nvme_loop smithi160:/dev/vg_nvme/lv_4... 2023-12-02T08:55:34.459 DEBUG:teuthology.orchestra.run.smithi160:> 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-02T08:55:34.552 INFO:teuthology.orchestra.run.smithi160.stdout:1 2023-12-02T08:55:34.589 INFO:teuthology.orchestra.run.smithi160.stdout:/dev/vg_nvme/lv_41 2023-12-02T08:55:34.619 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2023-12-02T08:55:34.619 DEBUG:teuthology.orchestra.run.smithi160:> dd if=/scratch_devs of=/dev/stdout 2023-12-02T08:55:34.676 DEBUG:teuthology.orchestra.run.smithi160:> sudo nvme list 2023-12-02T08:55:34.743 INFO:teuthology.orchestra.run.smithi160.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-02T08:55:34.743 INFO:teuthology.orchestra.run.smithi160.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-02T08:55:34.743 INFO:teuthology.orchestra.run.smithi160.stdout:/dev/nvme0n1 CVFT623300JY400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-02T08:55:34.743 INFO:teuthology.orchestra.run.smithi160.stdout:/dev/nvme1n1 d2fe209bbbd90bd30918 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-3 2023-12-02T08:55:34.743 INFO:teuthology.orchestra.run.smithi160.stdout:/dev/nvme2n1 eea0ef1716002a8e1ba2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-3 2023-12-02T08:55:34.743 INFO:teuthology.orchestra.run.smithi160.stdout:/dev/nvme3n1 20366df10c9e4be7d606 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-3 2023-12-02T08:55:34.743 INFO:teuthology.orchestra.run.smithi160.stdout:/dev/nvme4n1 57ca7da56e68c19c6745 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-3 2023-12-02T08:55:34.744 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-02T08:55:34.744 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2023-12-02T08:55:34.744 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/scratch_devs 2023-12-02T08:55:34.812 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-02T08:55:35.010 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': '790ec80fe8c70e17748ed7354bfa28637b894703'} 2023-12-02T08:55:35.011 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 2023-12-02T08:55:35.011 INFO:tasks.cephadm:Cluster fsid is 8e5da034-90f0-11ee-95a2-87774f69a715 2023-12-02T08:55:35.011 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-02T08:55:35.011 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-02T08:55:35.012 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi118': '172.21.15.118', 'mon.smithi160': '172.21.15.160'} 2023-12-02T08:55:35.012 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-02T08:55:35.012 DEBUG:teuthology.orchestra.run.smithi118:> sudo hostname $(hostname -s) 2023-12-02T08:55:35.045 DEBUG:teuthology.orchestra.run.smithi160:> sudo hostname $(hostname -s) 2023-12-02T08:55:35.072 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-12-02T08:55:35.073 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=790ec80fe8c70e17748ed7354bfa28637b894703 2023-12-02T08:55:35.214 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '790ec80fe8c70e17748ed7354bfa28637b894703', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/74596/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.0.0-7637-g790ec80f', 'node_name': '172.21.5.34+adami04', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '18.0.0-7637.g790ec80f'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-adk4-centos-9-orch-2023-12-01-0902/790ec80fe8c70e17748ed7354bfa28637b894703/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2023-12-01 15:21:41.928356', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk4-centos-9-orch-2023-12-01-0902', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-adk4-centos-9-orch-2023-12-01-0902/790ec80fe8c70e17748ed7354bfa28637b894703/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2023-12-02T08:55:35.434 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-adk4-centos-9-orch-2023-12-01-0902, sha1 790ec80fe8c70e17748ed7354bfa28637b894703 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=790ec80fe8c70e17748ed7354bfa28637b894703 2023-12-02T08:55:35.434 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-adk4-centos-9-orch-2023-12-01-0902/790ec80fe8c70e17748ed7354bfa28637b894703/centos/9/x86_64/flavors/default/cephadm 2023-12-02T08:55:35.434 DEBUG:teuthology.orchestra.run.smithi118:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk4-centos-9-orch-2023-12-01-0902/790ec80fe8c70e17748ed7354bfa28637b894703/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-02T08:55:35.925 INFO:teuthology.orchestra.run.smithi118.stdout:-rw-r--r--. 1 ubuntu ubuntu 803399 Dec 2 08:55 /home/ubuntu/cephtest/cephadm 2023-12-02T08:55:35.926 DEBUG:teuthology.orchestra.run.smithi160:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk4-centos-9-orch-2023-12-01-0902/790ec80fe8c70e17748ed7354bfa28637b894703/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-02T08:55:36.355 INFO:teuthology.orchestra.run.smithi160.stdout:-rw-r--r--. 1 ubuntu ubuntu 803399 Dec 2 08:55 /home/ubuntu/cephtest/cephadm 2023-12-02T08:55:36.356 DEBUG:teuthology.orchestra.run.smithi118:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-02T08:55:36.374 DEBUG:teuthology.orchestra.run.smithi160:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-02T08:55:36.399 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 on all hosts... 2023-12-02T08:55:36.399 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 pull 2023-12-02T08:55:36.417 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 pull 2023-12-02T08:55:36.618 INFO:teuthology.orchestra.run.smithi160.stderr:Traceback (most recent call last): 2023-12-02T08:55:36.618 INFO:teuthology.orchestra.run.smithi160.stderr: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2023-12-02T08:55:36.619 INFO:teuthology.orchestra.run.smithi118.stderr:Traceback (most recent call last): 2023-12-02T08:55:36.619 INFO:teuthology.orchestra.run.smithi118.stderr: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2023-12-02T08:55:36.622 INFO:teuthology.orchestra.run.smithi160.stderr: return _run_code(code, main_globals, None, 2023-12-02T08:55:36.622 INFO:teuthology.orchestra.run.smithi160.stderr: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2023-12-02T08:55:36.622 INFO:teuthology.orchestra.run.smithi160.stderr: exec(code, run_globals) 2023-12-02T08:55:36.622 INFO:teuthology.orchestra.run.smithi160.stderr: File "/tmp/tmp0b_rivtf.cephadm.build/__main__.py", line 7802, in 2023-12-02T08:55:36.622 INFO:teuthology.orchestra.run.smithi160.stderr: File "/tmp/tmp0b_rivtf.cephadm.build/__main__.py", line 7788, in main 2023-12-02T08:55:36.622 INFO:teuthology.orchestra.run.smithi160.stderr: File "/tmp/tmp0b_rivtf.cephadm.build/cephadmlib/container_engines.py", line 137, in check_container_engine 2023-12-02T08:55:36.623 INFO:teuthology.orchestra.run.smithi160.stderr: File "/tmp/tmp0b_rivtf.cephadm.build/cephadmlib/container_engines.py", line 33, in get_version 2023-12-02T08:55:36.623 INFO:teuthology.orchestra.run.smithi160.stderr: File "/tmp/tmp0b_rivtf.cephadm.build/cephadmlib/call_wrappers.py", line 307, in call_throws 2023-12-02T08:55:36.623 INFO:teuthology.orchestra.run.smithi160.stderr:RuntimeError: Failed command: /bin/podman version --format {{.Client.Version}}: time="2023-12-02T08:55:36Z" level=error msg="reading system config \"/usr/share/containers/containers.conf\": decode configuration /usr/share/containers/containers.conf: toml: line 600 (last key \"engine.runtime\"): Key 'engine.runtime' has already been defined." 2023-12-02T08:55:36.623 INFO:teuthology.orchestra.run.smithi160.stderr: 2023-12-02T08:55:36.629 INFO:teuthology.orchestra.run.smithi118.stderr: return _run_code(code, main_globals, None, 2023-12-02T08:55:36.629 INFO:teuthology.orchestra.run.smithi118.stderr: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2023-12-02T08:55:36.629 INFO:teuthology.orchestra.run.smithi118.stderr: exec(code, run_globals) 2023-12-02T08:55:36.629 INFO:teuthology.orchestra.run.smithi118.stderr: File "/tmp/tmp0b_rivtf.cephadm.build/__main__.py", line 7802, in 2023-12-02T08:55:36.629 INFO:teuthology.orchestra.run.smithi118.stderr: File "/tmp/tmp0b_rivtf.cephadm.build/__main__.py", line 7788, in main 2023-12-02T08:55:36.629 INFO:teuthology.orchestra.run.smithi118.stderr: File "/tmp/tmp0b_rivtf.cephadm.build/cephadmlib/container_engines.py", line 137, in check_container_engine 2023-12-02T08:55:36.629 INFO:teuthology.orchestra.run.smithi118.stderr: File "/tmp/tmp0b_rivtf.cephadm.build/cephadmlib/container_engines.py", line 33, in get_version 2023-12-02T08:55:36.630 INFO:teuthology.orchestra.run.smithi118.stderr: File "/tmp/tmp0b_rivtf.cephadm.build/cephadmlib/call_wrappers.py", line 307, in call_throws 2023-12-02T08:55:36.630 INFO:teuthology.orchestra.run.smithi118.stderr:RuntimeError: Failed command: /bin/podman version --format {{.Client.Version}}: time="2023-12-02T08:55:36Z" level=error msg="reading system config \"/usr/share/containers/containers.conf\": decode configuration /usr/share/containers/containers.conf: toml: line 600 (last key \"engine.runtime\"): Key 'engine.runtime' has already been defined." 2023-12-02T08:55:36.630 INFO:teuthology.orchestra.run.smithi118.stderr: 2023-12-02T08:55:36.650 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T08:55:36.651 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_790ec80fe8c70e17748ed7354bfa28637b894703/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 smithi118 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 pull' 2023-12-02T08:55:36.652 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-02T08:55:36.653 DEBUG:teuthology.misc:Transferring archived files from smithi118:/var/lib/ceph/8e5da034-90f0-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474186/remote/smithi118/crash 2023-12-02T08:55:36.654 DEBUG:teuthology.orchestra.run.smithi118:> sudo tar c -f - -C /var/lib/ceph/8e5da034-90f0-11ee-95a2-87774f69a715/crash -- . 2023-12-02T08:55:36.691 INFO:teuthology.orchestra.run.smithi118.stderr:tar: /var/lib/ceph/8e5da034-90f0-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-02T08:55:36.692 INFO:teuthology.orchestra.run.smithi118.stderr:tar: Error is not recoverable: exiting now 2023-12-02T08:55:36.693 DEBUG:teuthology.misc:Transferring archived files from smithi160:/var/lib/ceph/8e5da034-90f0-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474186/remote/smithi160/crash 2023-12-02T08:55:36.694 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /var/lib/ceph/8e5da034-90f0-11ee-95a2-87774f69a715/crash -- . 2023-12-02T08:55:36.746 INFO:teuthology.orchestra.run.smithi160.stderr:tar: /var/lib/ceph/8e5da034-90f0-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-02T08:55:36.746 INFO:teuthology.orchestra.run.smithi160.stderr:tar: Error is not recoverable: exiting now 2023-12-02T08:55:36.747 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-02T08:55:36.747 DEBUG:teuthology.orchestra.run.smithi118:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/8e5da034-90f0-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-02T08:55:36.774 INFO:teuthology.orchestra.run.smithi118.stderr:grep: /var/log/ceph/8e5da034-90f0-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-12-02T08:55:36.775 INFO:tasks.cephadm:Compressing logs... 2023-12-02T08:55:36.775 DEBUG:teuthology.orchestra.run.smithi118:> 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-02T08:55:36.818 DEBUG:teuthology.orchestra.run.smithi160:> 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-02T08:55:36.841 INFO:teuthology.orchestra.run.smithi118.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-02T08:55:36.841 INFO:teuthology.orchestra.run.smithi118.stderr:: No such file or directory 2023-12-02T08:55:36.842 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/cephadm.log: 40.9% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-02T08:55:36.843 INFO:teuthology.orchestra.run.smithi118.stderr: 2023-12-02T08:55:36.843 INFO:teuthology.orchestra.run.smithi118.stderr:real 0m0.014s 2023-12-02T08:55:36.843 INFO:teuthology.orchestra.run.smithi118.stderr:user 0m0.013s 2023-12-02T08:55:36.844 INFO:teuthology.orchestra.run.smithi118.stderr:sys 0m0.014s 2023-12-02T08:55:36.844 INFO:teuthology.orchestra.run.smithi160.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-02T08:55:36.844 INFO:teuthology.orchestra.run.smithi160.stderr:: No such file or directory 2023-12-02T08:55:36.844 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/cephadm.log: 41.3% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-02T08:55:36.846 INFO:teuthology.orchestra.run.smithi160.stderr: 2023-12-02T08:55:36.846 INFO:teuthology.orchestra.run.smithi160.stderr:real 0m0.014s 2023-12-02T08:55:36.846 INFO:teuthology.orchestra.run.smithi160.stderr:user 0m0.012s 2023-12-02T08:55:36.846 INFO:teuthology.orchestra.run.smithi160.stderr:sys 0m0.014s 2023-12-02T08:55:36.847 INFO:tasks.cephadm:Archiving logs... 2023-12-02T08:55:36.847 DEBUG:teuthology.misc:Transferring archived files from smithi118:/var/log/ceph to /home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474186/remote/smithi118/log 2023-12-02T08:55:36.848 DEBUG:teuthology.orchestra.run.smithi118:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-02T08:55:36.910 DEBUG:teuthology.misc:Transferring archived files from smithi160:/var/log/ceph to /home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474186/remote/smithi160/log 2023-12-02T08:55:36.911 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-02T08:55:36.938 INFO:tasks.cephadm:Removing cluster... 2023-12-02T08:55:36.938 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8e5da034-90f0-11ee-95a2-87774f69a715 --force 2023-12-02T08:55:37.115 INFO:teuthology.orchestra.run.smithi118.stderr:Traceback (most recent call last): 2023-12-02T08:55:37.115 INFO:teuthology.orchestra.run.smithi118.stderr: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2023-12-02T08:55:37.115 INFO:teuthology.orchestra.run.smithi118.stderr: return _run_code(code, main_globals, None, 2023-12-02T08:55:37.115 INFO:teuthology.orchestra.run.smithi118.stderr: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2023-12-02T08:55:37.115 INFO:teuthology.orchestra.run.smithi118.stderr: exec(code, run_globals) 2023-12-02T08:55:37.115 INFO:teuthology.orchestra.run.smithi118.stderr: File "/tmp/tmp0b_rivtf.cephadm.build/__main__.py", line 7802, in 2023-12-02T08:55:37.115 INFO:teuthology.orchestra.run.smithi118.stderr: File "/tmp/tmp0b_rivtf.cephadm.build/__main__.py", line 7788, in main 2023-12-02T08:55:37.115 INFO:teuthology.orchestra.run.smithi118.stderr: File "/tmp/tmp0b_rivtf.cephadm.build/cephadmlib/container_engines.py", line 137, in check_container_engine 2023-12-02T08:55:37.115 INFO:teuthology.orchestra.run.smithi118.stderr: File "/tmp/tmp0b_rivtf.cephadm.build/cephadmlib/container_engines.py", line 33, in get_version 2023-12-02T08:55:37.115 INFO:teuthology.orchestra.run.smithi118.stderr: File "/tmp/tmp0b_rivtf.cephadm.build/cephadmlib/call_wrappers.py", line 307, in call_throws 2023-12-02T08:55:37.116 INFO:teuthology.orchestra.run.smithi118.stderr:RuntimeError: Failed command: /bin/podman version --format {{.Client.Version}}: time="2023-12-02T08:55:37Z" level=error msg="reading system config \"/usr/share/containers/containers.conf\": decode configuration /usr/share/containers/containers.conf: toml: line 600 (last key \"engine.runtime\"): Key 'engine.runtime' has already been defined." 2023-12-02T08:55:37.116 INFO:teuthology.orchestra.run.smithi118.stderr: 2023-12-02T08:55:37.135 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T08:55:37.136 INFO:tasks.cephadm:Teardown complete 2023-12-02T08:55:37.136 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_790ec80fe8c70e17748ed7354bfa28637b894703/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_790ec80fe8c70e17748ed7354bfa28637b894703/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 smithi118 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 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_790ec80fe8c70e17748ed7354bfa28637b894703/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_790ec80fe8c70e17748ed7354bfa28637b894703/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_790ec80fe8c70e17748ed7354bfa28637b894703/qa/tasks/cephadm.py", line 140, in download_cephadm _rm_cluster(ctx, cluster_name) File "/home/teuthworker/src/git.ceph.com_ceph-c_790ec80fe8c70e17748ed7354bfa28637b894703/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 smithi118 with status 1: 'sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8e5da034-90f0-11ee-95a2-87774f69a715 --force' 2023-12-02T08:55:37.220 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=52589f35354d4bfa925e7fb8a3cba95c Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_790ec80fe8c70e17748ed7354bfa28637b894703/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_790ec80fe8c70e17748ed7354bfa28637b894703/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 smithi118 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 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_790ec80fe8c70e17748ed7354bfa28637b894703/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_790ec80fe8c70e17748ed7354bfa28637b894703/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_790ec80fe8c70e17748ed7354bfa28637b894703/qa/tasks/cephadm.py", line 140, in download_cephadm _rm_cluster(ctx, cluster_name) File "/home/teuthworker/src/git.ceph.com_ceph-c_790ec80fe8c70e17748ed7354bfa28637b894703/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 smithi118 with status 1: 'sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8e5da034-90f0-11ee-95a2-87774f69a715 --force' 2023-12-02T08:55:37.225 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-02T08:55:37.234 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-12-02T08:55:37.252 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi118:/dev/vg_nvme/lv_1... 2023-12-02T08:55:37.252 DEBUG:teuthology.orchestra.run.smithi118:> sudo nvme disconnect -n lv_1 2023-12-02T08:55:37.402 INFO:teuthology.orchestra.run.smithi118.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-02T08:55:37.404 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T08:55:37.404 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi118:/dev/vg_nvme/lv_2... 2023-12-02T08:55:37.404 DEBUG:teuthology.orchestra.run.smithi118:> sudo nvme disconnect -n lv_2 2023-12-02T08:55:37.538 INFO:teuthology.orchestra.run.smithi118.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-02T08:55:37.539 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T08:55:37.540 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi118:/dev/vg_nvme/lv_3... 2023-12-02T08:55:37.540 DEBUG:teuthology.orchestra.run.smithi118:> sudo nvme disconnect -n lv_3 2023-12-02T08:55:37.676 INFO:teuthology.orchestra.run.smithi118.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-02T08:55:37.677 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T08:55:37.678 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi118:/dev/vg_nvme/lv_4... 2023-12-02T08:55:37.678 DEBUG:teuthology.orchestra.run.smithi118:> sudo nvme disconnect -n lv_4 2023-12-02T08:55:37.822 INFO:teuthology.orchestra.run.smithi118.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-02T08:55:37.823 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T08:55:37.824 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-12-02T08:55:37.824 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/scratch_devs 2023-12-02T08:55:37.850 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi160:/dev/vg_nvme/lv_1... 2023-12-02T08:55:37.850 DEBUG:teuthology.orchestra.run.smithi160:> sudo nvme disconnect -n lv_1 2023-12-02T08:55:38.000 INFO:teuthology.orchestra.run.smithi160.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-02T08:55:38.002 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T08:55:38.002 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi160:/dev/vg_nvme/lv_2... 2023-12-02T08:55:38.002 DEBUG:teuthology.orchestra.run.smithi160:> sudo nvme disconnect -n lv_2 2023-12-02T08:55:38.148 INFO:teuthology.orchestra.run.smithi160.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-02T08:55:38.149 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T08:55:38.149 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi160:/dev/vg_nvme/lv_3... 2023-12-02T08:55:38.149 DEBUG:teuthology.orchestra.run.smithi160:> sudo nvme disconnect -n lv_3 2023-12-02T08:55:38.284 INFO:teuthology.orchestra.run.smithi160.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-02T08:55:38.286 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T08:55:38.286 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi160:/dev/vg_nvme/lv_4... 2023-12-02T08:55:38.286 DEBUG:teuthology.orchestra.run.smithi160:> sudo nvme disconnect -n lv_4 2023-12-02T08:55:38.431 INFO:teuthology.orchestra.run.smithi160.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-02T08:55:38.433 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T08:55:38.434 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2023-12-02T08:55:38.434 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/scratch_devs 2023-12-02T08:55:38.465 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-02T08:55:38.476 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-02T08:55:38.476 DEBUG:teuthology.orchestra.run.smithi118:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-02T08:55:38.479 DEBUG:teuthology.orchestra.run.smithi160:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-02T08:55:38.491 INFO:teuthology.orchestra.run.smithi118.stderr:bash: line 1: ntpq: command not found 2023-12-02T08:55:38.494 INFO:teuthology.orchestra.run.smithi118.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-02T08:55:38.494 INFO:teuthology.orchestra.run.smithi118.stdout:=============================================================================== 2023-12-02T08:55:38.494 INFO:teuthology.orchestra.run.smithi118.stdout:^+ hv01.front.sepia.ceph.com 2 6 17 0 +2140us[+2140us] +/- 79ms 2023-12-02T08:55:38.495 INFO:teuthology.orchestra.run.smithi118.stdout:^* hv02.front.sepia.ceph.com 3 6 17 1 -1623us[-1638us] +/- 68ms 2023-12-02T08:55:38.495 INFO:teuthology.orchestra.run.smithi118.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 1 -231us[ -246us] +/- 80ms 2023-12-02T08:55:38.495 INFO:teuthology.orchestra.run.smithi118.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T08:55:38.523 INFO:teuthology.orchestra.run.smithi160.stderr:bash: line 1: ntpq: command not found 2023-12-02T08:55:38.529 INFO:teuthology.orchestra.run.smithi160.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-02T08:55:38.529 INFO:teuthology.orchestra.run.smithi160.stdout:=============================================================================== 2023-12-02T08:55:38.530 INFO:teuthology.orchestra.run.smithi160.stdout:^+ hv01.front.sepia.ceph.com 2 6 17 1 +2127us[+2136us] +/- 79ms 2023-12-02T08:55:38.530 INFO:teuthology.orchestra.run.smithi160.stdout:^* hv02.front.sepia.ceph.com 3 6 17 0 -1632us[-1622us] +/- 68ms 2023-12-02T08:55:38.530 INFO:teuthology.orchestra.run.smithi160.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 0 -442us[ -433us] +/- 80ms 2023-12-02T08:55:38.530 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T08:55:38.530 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-02T08:55:38.541 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-02T08:55:38.541 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-02T08:55:38.555 DEBUG:teuthology.orchestra.run.smithi118:> 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-02T08:55:38.647 DEBUG:teuthology.orchestra.run.smithi160:> 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-02T08:55:38.739 DEBUG:teuthology.orchestra.run.smithi118:> 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-02T08:55:38.770 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T08:55:38.771 DEBUG:teuthology.orchestra.run.smithi160:> 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-02T08:55:38.802 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T08:55:38.803 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-02T08:55:38.814 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-02T08:55:38.825 INFO:teuthology.task.internal:Duration was 360.917198 seconds 2023-12-02T08:55:38.825 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-02T08:55:38.836 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-02T08:55:38.836 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-02T08:55:38.839 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-02T08:55:38.879 INFO:teuthology.orchestra.run.smithi118.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-02T08:55:38.889 INFO:teuthology.orchestra.run.smithi160.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-02T08:55:39.384 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-02T08:55:39.384 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi118.front.sepia.ceph.com 2023-12-02T08:55:39.384 DEBUG:teuthology.orchestra.run.smithi118:> 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-02T08:55:39.445 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi160.front.sepia.ceph.com 2023-12-02T08:55:39.445 DEBUG:teuthology.orchestra.run.smithi160:> 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-02T08:55:39.475 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-02T08:55:39.475 DEBUG:teuthology.orchestra.run.smithi118:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-02T08:55:39.487 DEBUG:teuthology.orchestra.run.smithi160:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-02T08:55:39.544 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-02T08:55:39.544 DEBUG:teuthology.orchestra.run.smithi118:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-02T08:55:39.556 DEBUG:teuthology.orchestra.run.smithi160:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-02T08:55:39.670 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-02T08:55:39.680 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-02T08:55:39.680 DEBUG:teuthology.orchestra.run.smithi118:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-02T08:55:39.707 DEBUG:teuthology.orchestra.run.smithi160:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-02T08:55:39.734 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-02T08:55:39.746 DEBUG:teuthology.orchestra.run.smithi118:> 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-02T08:55:39.750 DEBUG:teuthology.orchestra.run.smithi160:> 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-02T08:55:39.773 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern = core 2023-12-02T08:55:39.800 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern = core 2023-12-02T08:55:39.835 DEBUG:teuthology.orchestra.run.smithi118:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-02T08:55:39.885 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T08:55:39.886 DEBUG:teuthology.orchestra.run.smithi160:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-02T08:55:39.900 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T08:55:39.900 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-02T08:55:39.913 INFO:teuthology.task.internal:Transferring archived files... 2023-12-02T08:55:39.914 DEBUG:teuthology.misc:Transferring archived files from smithi118:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474186/remote/smithi118 2023-12-02T08:55:39.914 DEBUG:teuthology.orchestra.run.smithi118:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-02T08:55:39.962 DEBUG:teuthology.misc:Transferring archived files from smithi160:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474186/remote/smithi160 2023-12-02T08:55:39.962 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-02T08:55:39.997 INFO:teuthology.task.internal:Removing archive directory... 2023-12-02T08:55:39.998 DEBUG:teuthology.orchestra.run.smithi118:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-02T08:55:40.000 DEBUG:teuthology.orchestra.run.smithi160:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-02T08:55:40.047 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-02T08:55:40.060 INFO:teuthology.task.internal:Not uploading archives. 2023-12-02T08:55:40.060 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-02T08:55:40.070 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-02T08:55:40.070 DEBUG:teuthology.orchestra.run.smithi118:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-02T08:55:40.072 DEBUG:teuthology.orchestra.run.smithi160:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-02T08:55:40.084 INFO:teuthology.orchestra.run.smithi118.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 2 08:55 /home/ubuntu/cephtest 2023-12-02T08:55:40.084 INFO:teuthology.orchestra.run.smithi118.stdout: 265248 788 -rwxr-xr-x 1 ubuntu ubuntu 803399 Dec 2 08:55 /home/ubuntu/cephtest/cephadm 2023-12-02T08:55:40.085 INFO:teuthology.orchestra.run.smithi118.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2023-12-02T08:55:40.089 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T08:55:40.090 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 smithi118 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-12-02T08:55:40.095 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-02T08:55:40.106 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-02T08:55:40.117 DEBUG:teuthology.run_tasks:Exception was not quenched, exiting: CommandFailedError: Command failed on smithi118 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-12-02T08:55:40.117 INFO:teuthology.nuke:Checking targets against current locks 2023-12-02T08:55:40.122 INFO:teuthology.orchestra.run.smithi160.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 2 08:55 /home/ubuntu/cephtest 2023-12-02T08:55:40.123 INFO:teuthology.orchestra.run.smithi160.stdout: 265248 788 -rwxr-xr-x 1 ubuntu ubuntu 803399 Dec 2 08:55 /home/ubuntu/cephtest/cephadm 2023-12-02T08:55:40.124 INFO:teuthology.orchestra.run.smithi160.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2023-12-02T08:55:40.149 DEBUG:teuthology.nuke:shortname: smithi118 2023-12-02T08:55:40.149 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-02T08:55:40.177 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi118.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474186', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-02 08:40:10.318529', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI4FpJPlpK40FwsXfrTrjiJKiId7M+NdFRWCfmGVKu4D3kbnbm3I9XWiLEIbp/hYsmXn+VL0Z5IHRfHMnecwGuE='} 2023-12-02T08:55:40.178 DEBUG:teuthology.nuke:shortname: smithi160 2023-12-02T08:55:40.178 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-02T08:55:40.203 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi160.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474186', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-02 08:40:10.316880', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH0ztn+9Y8b9MNm1898NESxMZkD1DgWamdawGXkTxR9ufiKreqgZtY+h3hbbuE8agJ7WUOwozYJ6C2VjpIPU52E='} 2023-12-02T08:55:40.239 INFO:teuthology.orchestra.console.smithi118:Power off 2023-12-02T08:55:40.239 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-02T08:55:40.266 DEBUG:teuthology.orchestra.console.smithi118:power off output: Chassis Power Control: Down/Off 2023-12-02T08:55:40.266 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T08:55:40.287 INFO:teuthology.orchestra.console.smithi160:Power off 2023-12-02T08:55:40.288 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-02T08:55:40.299 DEBUG:teuthology.orchestra.console.smithi118:check power output: Chassis Power is on 2023-12-02T08:55:40.313 DEBUG:teuthology.orchestra.console.smithi160:power off output: Chassis Power Control: Down/Off 2023-12-02T08:55:40.313 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T08:55:40.341 DEBUG:teuthology.orchestra.console.smithi160:check power output: Chassis Power is on 2023-12-02T08:55:44.301 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T08:55:44.342 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T08:55:44.413 DEBUG:teuthology.orchestra.console.smithi118:check power output: Chassis Power is on 2023-12-02T08:55:44.453 DEBUG:teuthology.orchestra.console.smithi160:check power output: Chassis Power is on 2023-12-02T08:55:48.418 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T08:55:48.454 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T08:55:48.530 DEBUG:teuthology.orchestra.console.smithi118:check power output: Chassis Power is off 2023-12-02T08:55:48.564 DEBUG:teuthology.orchestra.console.smithi160:check power output: Chassis Power is on 2023-12-02T08:55:48.632 INFO:teuthology.orchestra.console.smithi118:Power off completed 2023-12-02T08:55:52.567 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T08:55:52.676 DEBUG:teuthology.orchestra.console.smithi160:check power output: Chassis Power is off 2023-12-02T08:55:52.777 INFO:teuthology.orchestra.console.smithi160:Power off completed 2023-12-02T08:55:52.881 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_crun 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} duration: 360.91719818115234 failure_reason: 'Command failed on smithi118 with status 1: ''sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8e5da034-90f0-11ee-95a2-87774f69a715 --force''' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=52589f35354d4bfa925e7fb8a3cba95c status: fail success: false 2023-12-02T08:55:52.882 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-02T08:55:52.969 INFO:teuthology.run:FAIL