2024-09-11T23:54:17.119 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-11T23:54:17.135 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-11T23:54:17.233 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/dmick-2024-09-11_16:47:17-orch:cephadm-wip-container-distro-default-smithi/7901881 branch: wip-container description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: dmick@redhat.com first_in_suite: false job_id: '7901881' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: dmick-2024-09-11_16:47:17-orch:cephadm-wip-container-distro-default-smithi no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-container 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\) - CEPHADM_DAEMON_PLACE_FAIL - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: 13b3b28e04d9843d4e29bc0551de4e2872d74234 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 13b3b28e04d9843d4e29bc0551de4e2872d74234 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 - scontext=system_u:system_r:getty_t:s0 workunit: branch: wip-container sha1: 13b3b28e04d9843d4e29bc0551de4e2872d74234 owner: scheduled_dmick@angus priority: 20 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 3731 sha1: 13b3b28e04d9843d4e29bc0551de4e2872d74234 sleep_before_teardown: 0 suite: orch:cephadm suite_branch: wip-container suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_13b3b28e04d9843d4e29bc0551de4e2872d74234/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 13b3b28e04d9843d4e29bc0551de4e2872d74234 targets: smithi079.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOmy2E5TrF9u8d2JKAxygr6vWwwl8X6e+dq+xxGNac1T7qiGgmyfXJROTxup5HN22O6ya90edSNhNkyhVF1jz8U= smithi130.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKr/Bsiu77NFxUvI+uReW77K0F7Dwb9e/NKildXECSdpI78bwwfTVlmacs1EfcTUijGDaLLxsjqH1Hl2NgX9gYs= tasks: - pexec: all: - sudo dnf install nvmetcli nvme-cli -y - 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: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-11_16:47:17 tube: smithi user: dmick verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-11T23:54:17.233 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_13b3b28e04d9843d4e29bc0551de4e2872d74234/qa; will attempt to use it 2024-09-11T23:54:17.234 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_13b3b28e04d9843d4e29bc0551de4e2872d74234/qa/tasks 2024-09-11T23:54:17.234 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-11T23:54:17.236 INFO:teuthology.task.internal:Checking packages... 2024-09-11T23:54:17.258 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '13b3b28e04d9843d4e29bc0551de4e2872d74234' 2024-09-11T23:54:17.258 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-11T23:54:17.258 INFO:teuthology.packaging:ref: None 2024-09-11T23:54:17.258 INFO:teuthology.packaging:tag: None 2024-09-11T23:54:17.258 INFO:teuthology.packaging:branch: wip-container 2024-09-11T23:54:17.258 INFO:teuthology.packaging:sha1: 13b3b28e04d9843d4e29bc0551de4e2872d74234 2024-09-11T23:54:17.258 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-container 2024-09-11T23:54:17.432 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-4283.g13b3b28e 2024-09-11T23:54:17.434 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-11T23:54:17.441 INFO:teuthology.task.internal:no buildpackages task found 2024-09-11T23:54:17.441 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-11T23:54:17.487 INFO:teuthology.task.internal:Saving configuration 2024-09-11T23:54:17.506 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-11T23:54:17.538 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-11T23:54:17.564 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi079.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/dmick-2024-09-11_16:47:17-orch:cephadm-wip-container-distro-default-smithi/7901881', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-11 23:49:07.395575', 'locked_by': 'scheduled_dmick@angus', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOmy2E5TrF9u8d2JKAxygr6vWwwl8X6e+dq+xxGNac1T7qiGgmyfXJROTxup5HN22O6ya90edSNhNkyhVF1jz8U='} 2024-09-11T23:54:17.597 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi130.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/dmick-2024-09-11_16:47:17-orch:cephadm-wip-container-distro-default-smithi/7901881', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-11 23:49:07.393623', 'locked_by': 'scheduled_dmick@angus', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKr/Bsiu77NFxUvI+uReW77K0F7Dwb9e/NKildXECSdpI78bwwfTVlmacs1EfcTUijGDaLLxsjqH1Hl2NgX9gYs='} 2024-09-11T23:54:17.597 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-11T23:54:17.604 INFO:teuthology.task.internal:roles: ubuntu@smithi079.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-09-11T23:54:17.604 INFO:teuthology.task.internal:roles: ubuntu@smithi130.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-09-11T23:54:17.604 INFO:teuthology.run_tasks:Running task console_log... 2024-09-11T23:54:17.699 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb5f50ebac0>, signals=[15]) 2024-09-11T23:54:17.699 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-11T23:54:17.705 INFO:teuthology.task.internal:Opening connections... 2024-09-11T23:54:17.706 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi079.front.sepia.ceph.com 2024-09-11T23:54:17.707 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T23:54:17.804 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi130.front.sepia.ceph.com 2024-09-11T23:54:17.805 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T23:54:17.907 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-11T23:54:17.913 DEBUG:teuthology.orchestra.run.smithi079:> uname -m 2024-09-11T23:54:17.931 INFO:teuthology.orchestra.run.smithi079.stdout:x86_64 2024-09-11T23:54:17.932 DEBUG:teuthology.orchestra.run.smithi079:> cat /etc/os-release 2024-09-11T23:54:17.990 INFO:teuthology.orchestra.run.smithi079.stdout:NAME="CentOS Stream" 2024-09-11T23:54:17.990 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION="9" 2024-09-11T23:54:17.990 INFO:teuthology.orchestra.run.smithi079.stdout:ID="centos" 2024-09-11T23:54:17.990 INFO:teuthology.orchestra.run.smithi079.stdout:ID_LIKE="rhel fedora" 2024-09-11T23:54:17.990 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION_ID="9" 2024-09-11T23:54:17.990 INFO:teuthology.orchestra.run.smithi079.stdout:PLATFORM_ID="platform:el9" 2024-09-11T23:54:17.990 INFO:teuthology.orchestra.run.smithi079.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-11T23:54:17.990 INFO:teuthology.orchestra.run.smithi079.stdout:ANSI_COLOR="0;31" 2024-09-11T23:54:17.990 INFO:teuthology.orchestra.run.smithi079.stdout:LOGO="fedora-logo-icon" 2024-09-11T23:54:17.991 INFO:teuthology.orchestra.run.smithi079.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-11T23:54:17.991 INFO:teuthology.orchestra.run.smithi079.stdout:HOME_URL="https://centos.org/" 2024-09-11T23:54:17.991 INFO:teuthology.orchestra.run.smithi079.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-11T23:54:17.991 INFO:teuthology.orchestra.run.smithi079.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-11T23:54:17.991 INFO:teuthology.orchestra.run.smithi079.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-11T23:54:17.992 INFO:teuthology.lock.ops:Updating smithi079.front.sepia.ceph.com on lock server 2024-09-11T23:54:18.018 DEBUG:teuthology.orchestra.run.smithi130:> uname -m 2024-09-11T23:54:18.037 INFO:teuthology.orchestra.run.smithi130.stdout:x86_64 2024-09-11T23:54:18.037 DEBUG:teuthology.orchestra.run.smithi130:> cat /etc/os-release 2024-09-11T23:54:18.097 INFO:teuthology.orchestra.run.smithi130.stdout:NAME="CentOS Stream" 2024-09-11T23:54:18.098 INFO:teuthology.orchestra.run.smithi130.stdout:VERSION="9" 2024-09-11T23:54:18.098 INFO:teuthology.orchestra.run.smithi130.stdout:ID="centos" 2024-09-11T23:54:18.098 INFO:teuthology.orchestra.run.smithi130.stdout:ID_LIKE="rhel fedora" 2024-09-11T23:54:18.098 INFO:teuthology.orchestra.run.smithi130.stdout:VERSION_ID="9" 2024-09-11T23:54:18.098 INFO:teuthology.orchestra.run.smithi130.stdout:PLATFORM_ID="platform:el9" 2024-09-11T23:54:18.098 INFO:teuthology.orchestra.run.smithi130.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-11T23:54:18.099 INFO:teuthology.orchestra.run.smithi130.stdout:ANSI_COLOR="0;31" 2024-09-11T23:54:18.099 INFO:teuthology.orchestra.run.smithi130.stdout:LOGO="fedora-logo-icon" 2024-09-11T23:54:18.099 INFO:teuthology.orchestra.run.smithi130.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-11T23:54:18.099 INFO:teuthology.orchestra.run.smithi130.stdout:HOME_URL="https://centos.org/" 2024-09-11T23:54:18.099 INFO:teuthology.orchestra.run.smithi130.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-11T23:54:18.099 INFO:teuthology.orchestra.run.smithi130.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-11T23:54:18.099 INFO:teuthology.orchestra.run.smithi130.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-11T23:54:18.100 INFO:teuthology.lock.ops:Updating smithi130.front.sepia.ceph.com on lock server 2024-09-11T23:54:18.135 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-11T23:54:18.142 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-11T23:54:18.179 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-11T23:54:18.180 DEBUG:teuthology.orchestra.run.smithi079:> test '!' -e /home/ubuntu/cephtest 2024-09-11T23:54:18.182 DEBUG:teuthology.orchestra.run.smithi130:> test '!' -e /home/ubuntu/cephtest 2024-09-11T23:54:18.199 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-11T23:54:18.213 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-11T23:54:18.214 DEBUG:teuthology.orchestra.run.smithi079:> test -z $(ls -A /var/lib/ceph) 2024-09-11T23:54:18.242 DEBUG:teuthology.orchestra.run.smithi130:> test -z $(ls -A /var/lib/ceph) 2024-09-11T23:54:18.345 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-11T23:54:18.416 INFO:teuthology.run_tasks:Running task kernel... 2024-09-11T23:54:18.432 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-11T23:54:18.432 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-11T23:54:18.432 DEBUG:teuthology.orchestra.run.smithi079:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-11T23:54:18.433 DEBUG:teuthology.orchestra.run.smithi130:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-11T23:54:18.451 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T23:54:18.451 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2024-09-11T23:54:18.452 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T23:54:18.452 DEBUG:teuthology.orchestra.run.smithi130:> uname -r 2024-09-11T23:54:18.510 INFO:teuthology.orchestra.run.smithi079.stdout:5.14.0-503.el9.x86_64 2024-09-11T23:54:18.512 INFO:teuthology.task.kernel:Running kernel on smithi079: 5.14.0-503.el9.x86_64 2024-09-11T23:54:18.512 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum install -y kernel 2024-09-11T23:54:18.513 INFO:teuthology.orchestra.run.smithi130.stdout:5.14.0-503.el9.x86_64 2024-09-11T23:54:18.514 INFO:teuthology.task.kernel:Running kernel on smithi130: 5.14.0-503.el9.x86_64 2024-09-11T23:54:18.514 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum install -y kernel 2024-09-11T23:54:21.095 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.2 MB 00:00 2024-09-11T23:54:21.170 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - BaseOS 9.7 MB/s | 8.2 MB 00:00 2024-09-11T23:54:23.004 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - AppStream 28 MB/s | 20 MB 00:00 2024-09-11T23:54:25.395 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - AppStream 6.4 MB/s | 20 MB 00:03 2024-09-11T23:54:28.755 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - CRB 3.3 MB/s | 6.5 MB 00:01 2024-09-11T23:54:29.804 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - CRB 11 MB/s | 6.5 MB 00:00 2024-09-11T23:54:30.289 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - Extras packages 59 kB/s | 19 kB 00:00 2024-09-11T23:54:31.143 INFO:teuthology.orchestra.run.smithi130.stdout:Extra Packages for Enterprise Linux 31 MB/s | 23 MB 00:00 2024-09-11T23:54:31.188 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - Extras packages 103 kB/s | 19 kB 00:00 2024-09-11T23:54:31.969 INFO:teuthology.orchestra.run.smithi079.stdout:Extra Packages for Enterprise Linux 34 MB/s | 23 MB 00:00 2024-09-11T23:54:36.632 INFO:teuthology.orchestra.run.smithi130.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-09-11T23:54:37.456 INFO:teuthology.orchestra.run.smithi079.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-09-11T23:54:38.673 INFO:teuthology.orchestra.run.smithi130.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-11T23:54:38.673 INFO:teuthology.orchestra.run.smithi130.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-11T23:54:38.767 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-09-11T23:54:38.774 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-09-11T23:54:38.774 INFO:teuthology.orchestra.run.smithi130.stdout: Package Architecture Version Repository Size 2024-09-11T23:54:38.774 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-09-11T23:54:38.774 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-09-11T23:54:38.775 INFO:teuthology.orchestra.run.smithi130.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-11T23:54:38.775 INFO:teuthology.orchestra.run.smithi130.stdout:Installing dependencies: 2024-09-11T23:54:38.775 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-11T23:54:38.775 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-11T23:54:38.775 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-11T23:54:38.775 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-09-11T23:54:38.775 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-09-11T23:54:38.775 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-09-11T23:54:38.775 INFO:teuthology.orchestra.run.smithi130.stdout:Install 4 Packages 2024-09-11T23:54:38.775 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-09-11T23:54:38.775 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 79 M 2024-09-11T23:54:38.775 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 126 M 2024-09-11T23:54:38.775 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-09-11T23:54:39.392 INFO:teuthology.orchestra.run.smithi130.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 63 kB/s | 23 kB 00:00 2024-09-11T23:54:39.487 INFO:teuthology.orchestra.run.smithi079.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-11T23:54:39.487 INFO:teuthology.orchestra.run.smithi079.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-11T23:54:39.582 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-09-11T23:54:39.587 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-11T23:54:39.587 INFO:teuthology.orchestra.run.smithi079.stdout: Package Architecture Version Repository Size 2024-09-11T23:54:39.587 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-11T23:54:39.588 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-09-11T23:54:39.588 INFO:teuthology.orchestra.run.smithi079.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-11T23:54:39.588 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-09-11T23:54:39.588 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-11T23:54:39.588 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-11T23:54:39.588 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-11T23:54:39.588 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-11T23:54:39.588 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-09-11T23:54:39.588 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-11T23:54:39.588 INFO:teuthology.orchestra.run.smithi079.stdout:Install 4 Packages 2024-09-11T23:54:39.588 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-11T23:54:39.589 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 79 M 2024-09-11T23:54:39.589 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 126 M 2024-09-11T23:54:39.589 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-09-11T23:54:40.065 INFO:teuthology.orchestra.run.smithi079.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 115 kB/s | 23 kB 00:00 2024-09-11T23:54:40.426 INFO:teuthology.orchestra.run.smithi130.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 11 MB/s | 16 MB 00:01 2024-09-11T23:54:40.657 INFO:teuthology.orchestra.run.smithi079.stdout:(2/4): kernel-modules-core-5.14.0-505.el9.x86_6 48 MB/s | 29 MB 00:00 2024-09-11T23:54:41.242 INFO:teuthology.orchestra.run.smithi130.stdout:(3/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 16 MB/s | 35 MB 00:02 2024-09-11T23:54:41.357 INFO:teuthology.orchestra.run.smithi079.stdout:(3/4): kernel-core-5.14.0-505.el9.x86_64.rpm 10 MB/s | 16 MB 00:01 2024-09-11T23:54:41.759 INFO:teuthology.orchestra.run.smithi130.stdout:(4/4): kernel-modules-core-5.14.0-505.el9.x86_6 12 MB/s | 29 MB 00:02 2024-09-11T23:54:41.759 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-09-11T23:54:41.760 INFO:teuthology.orchestra.run.smithi130.stdout:Total 26 MB/s | 79 MB 00:02 2024-09-11T23:54:41.799 INFO:teuthology.orchestra.run.smithi079.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 18 MB/s | 35 MB 00:01 2024-09-11T23:54:41.799 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-09-11T23:54:41.799 INFO:teuthology.orchestra.run.smithi079.stdout:Total 36 MB/s | 79 MB 00:02 2024-09-11T23:54:42.446 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-09-11T23:54:42.485 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-09-11T23:54:42.821 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-09-11T23:54:42.821 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-09-11T23:54:42.837 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-09-11T23:54:42.837 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-09-11T23:54:43.800 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-09-11T23:54:43.801 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-09-11T23:54:43.838 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-09-11T23:54:43.839 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-09-11T23:54:46.256 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-09-11T23:54:46.282 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-09-11T23:54:46.970 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-11T23:54:47.011 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-11T23:54:47.058 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T23:54:47.110 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T23:54:49.845 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T23:54:49.901 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T23:54:49.977 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T23:54:50.042 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T23:54:54.801 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T23:54:54.843 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T23:54:54.877 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T23:54:54.924 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T23:54:59.712 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T23:54:59.755 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T23:55:37.730 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T23:55:37.769 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-11T23:55:38.072 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T23:55:38.128 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-11T23:55:38.179 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T23:55:38.179 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-11T23:55:38.179 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T23:55:38.179 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T23:55:38.467 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T23:55:38.467 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-11T23:55:38.467 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T23:55:38.467 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T23:55:39.049 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T23:55:39.049 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-09-11T23:55:39.049 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-09-11T23:55:39.050 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-11T23:55:39.050 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-11T23:55:39.050 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-11T23:55:39.050 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-11T23:55:39.050 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-09-11T23:55:39.050 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-09-11T23:55:39.323 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T23:55:39.323 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-11T23:55:39.323 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-09-11T23:55:39.323 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-11T23:55:39.324 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-11T23:55:39.324 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-11T23:55:39.324 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-11T23:55:39.324 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-11T23:55:39.324 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-09-11T23:55:39.409 DEBUG:teuthology.orchestra.run.smithi130:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T23:55:39.505 INFO:teuthology.orchestra.run.smithi130.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T23:55:39.505 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T23:55:39.506 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-11T23:55:39.506 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-11T23:55:39.506 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-11T23:55:39.506 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-11T23:55:39.506 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi130.front.sepia.ceph.com, path=None, version=distro) 2024-09-11T23:55:39.506 DEBUG:teuthology.orchestra.run.smithi130:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T23:55:39.565 INFO:teuthology.orchestra.run.smithi130.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T23:55:39.565 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T23:55:39.565 DEBUG:teuthology.orchestra.run.smithi130:> sudo rpm -qi grub2-tools 2024-09-11T23:55:39.597 INFO:teuthology.orchestra.run.smithi130.stdout:Name : grub2-tools 2024-09-11T23:55:39.597 INFO:teuthology.orchestra.run.smithi130.stdout:Epoch : 1 2024-09-11T23:55:39.597 INFO:teuthology.orchestra.run.smithi130.stdout:Version : 2.06 2024-09-11T23:55:39.597 INFO:teuthology.orchestra.run.smithi130.stdout:Release : 82.el9 2024-09-11T23:55:39.597 INFO:teuthology.orchestra.run.smithi130.stdout:Architecture: x86_64 2024-09-11T23:55:39.597 INFO:teuthology.orchestra.run.smithi130.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-11T23:55:39.597 INFO:teuthology.orchestra.run.smithi130.stdout:Group : Unspecified 2024-09-11T23:55:39.597 INFO:teuthology.orchestra.run.smithi130.stdout:Size : 8274670 2024-09-11T23:55:39.597 INFO:teuthology.orchestra.run.smithi130.stdout:License : GPLv3+ 2024-09-11T23:55:39.597 INFO:teuthology.orchestra.run.smithi130.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-11T23:55:39.598 INFO:teuthology.orchestra.run.smithi130.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-11T23:55:39.598 INFO:teuthology.orchestra.run.smithi130.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-11T23:55:39.598 INFO:teuthology.orchestra.run.smithi130.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-11T23:55:39.598 INFO:teuthology.orchestra.run.smithi130.stdout:Packager : builder@centos.org 2024-09-11T23:55:39.598 INFO:teuthology.orchestra.run.smithi130.stdout:Vendor : CentOS 2024-09-11T23:55:39.598 INFO:teuthology.orchestra.run.smithi130.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-11T23:55:39.598 INFO:teuthology.orchestra.run.smithi130.stdout:Summary : Support tools for GRUB. 2024-09-11T23:55:39.598 INFO:teuthology.orchestra.run.smithi130.stdout:Description : 2024-09-11T23:55:39.598 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-09-11T23:55:39.598 INFO:teuthology.orchestra.run.smithi130.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-11T23:55:39.598 INFO:teuthology.orchestra.run.smithi130.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-11T23:55:39.598 INFO:teuthology.orchestra.run.smithi130.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-11T23:55:39.598 INFO:teuthology.orchestra.run.smithi130.stdout:hardware devices. 2024-09-11T23:55:39.598 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-09-11T23:55:39.599 INFO:teuthology.orchestra.run.smithi130.stdout:This subpackage provides tools for support of all platforms. 2024-09-11T23:55:39.599 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-11T23:55:39.599 INFO:teuthology.task.kernel:Updating grub on smithi130 to boot 5.14.0-505.el9.x86_64 2024-09-11T23:55:39.600 DEBUG:teuthology.orchestra.run.smithi130:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-11T23:55:39.691 DEBUG:teuthology.orchestra.run.smithi079:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T23:55:39.775 INFO:teuthology.orchestra.run.smithi079.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T23:55:39.775 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T23:55:39.775 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-11T23:55:39.775 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-11T23:55:39.776 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-11T23:55:39.776 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-11T23:55:39.776 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi079.front.sepia.ceph.com, path=None, version=distro) 2024-09-11T23:55:39.776 DEBUG:teuthology.orchestra.run.smithi079:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T23:55:39.834 INFO:teuthology.orchestra.run.smithi079.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T23:55:39.835 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T23:55:39.835 DEBUG:teuthology.orchestra.run.smithi079:> sudo rpm -qi grub2-tools 2024-09-11T23:55:39.867 INFO:teuthology.orchestra.run.smithi079.stdout:Name : grub2-tools 2024-09-11T23:55:39.867 INFO:teuthology.orchestra.run.smithi079.stdout:Epoch : 1 2024-09-11T23:55:39.867 INFO:teuthology.orchestra.run.smithi079.stdout:Version : 2.06 2024-09-11T23:55:39.867 INFO:teuthology.orchestra.run.smithi079.stdout:Release : 82.el9 2024-09-11T23:55:39.867 INFO:teuthology.orchestra.run.smithi079.stdout:Architecture: x86_64 2024-09-11T23:55:39.868 INFO:teuthology.orchestra.run.smithi079.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-11T23:55:39.868 INFO:teuthology.orchestra.run.smithi079.stdout:Group : Unspecified 2024-09-11T23:55:39.868 INFO:teuthology.orchestra.run.smithi079.stdout:Size : 8274670 2024-09-11T23:55:39.868 INFO:teuthology.orchestra.run.smithi079.stdout:License : GPLv3+ 2024-09-11T23:55:39.868 INFO:teuthology.orchestra.run.smithi079.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-11T23:55:39.868 INFO:teuthology.orchestra.run.smithi079.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-11T23:55:39.868 INFO:teuthology.orchestra.run.smithi079.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-11T23:55:39.868 INFO:teuthology.orchestra.run.smithi079.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-11T23:55:39.868 INFO:teuthology.orchestra.run.smithi079.stdout:Packager : builder@centos.org 2024-09-11T23:55:39.868 INFO:teuthology.orchestra.run.smithi079.stdout:Vendor : CentOS 2024-09-11T23:55:39.868 INFO:teuthology.orchestra.run.smithi079.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-11T23:55:39.868 INFO:teuthology.orchestra.run.smithi079.stdout:Summary : Support tools for GRUB. 2024-09-11T23:55:39.868 INFO:teuthology.orchestra.run.smithi079.stdout:Description : 2024-09-11T23:55:39.868 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-11T23:55:39.869 INFO:teuthology.orchestra.run.smithi079.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-11T23:55:39.869 INFO:teuthology.orchestra.run.smithi079.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-11T23:55:39.869 INFO:teuthology.orchestra.run.smithi079.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-11T23:55:39.869 INFO:teuthology.orchestra.run.smithi079.stdout:hardware devices. 2024-09-11T23:55:39.869 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-11T23:55:39.869 INFO:teuthology.orchestra.run.smithi079.stdout:This subpackage provides tools for support of all platforms. 2024-09-11T23:55:39.870 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-11T23:55:39.870 INFO:teuthology.task.kernel:Updating grub on smithi079 to boot 5.14.0-505.el9.x86_64 2024-09-11T23:55:39.870 DEBUG:teuthology.orchestra.run.smithi079:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-11T23:55:40.250 INFO:teuthology.orchestra.run.smithi130.stderr:Generating grub configuration file ... 2024-09-11T23:55:40.526 INFO:teuthology.orchestra.run.smithi079.stderr:Generating grub configuration file ... 2024-09-11T23:55:41.538 INFO:teuthology.orchestra.run.smithi130.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-11T23:55:41.570 INFO:teuthology.orchestra.run.smithi130.stderr:done 2024-09-11T23:55:41.576 DEBUG:teuthology.orchestra.run.smithi130:> mktemp 2024-09-11T23:55:41.592 INFO:teuthology.orchestra.run.smithi130.stdout:/tmp/tmp.wbvQfiHNJr 2024-09-11T23:55:41.593 DEBUG:teuthology.orchestra.run.smithi130:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.wbvQfiHNJr 2024-09-11T23:55:41.664 DEBUG:teuthology.orchestra.run.smithi130:> sudo chmod 0666 /tmp/tmp.wbvQfiHNJr 2024-09-11T23:55:41.802 DEBUG:teuthology.orchestra.remote:smithi130:/tmp/tmp.wbvQfiHNJr is 6KB 2024-09-11T23:55:41.851 DEBUG:teuthology.orchestra.run.smithi130:> rm -fr /tmp/tmp.wbvQfiHNJr 2024-09-11T23:55:41.853 INFO:teuthology.orchestra.run.smithi079.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-11T23:55:41.867 DEBUG:teuthology.orchestra.run.smithi130:> sudo /bin/ls /boot/loader/entries || true 2024-09-11T23:55:41.878 INFO:teuthology.orchestra.run.smithi079.stderr:done 2024-09-11T23:55:41.880 DEBUG:teuthology.orchestra.run.smithi079:> mktemp 2024-09-11T23:55:41.895 INFO:teuthology.orchestra.run.smithi079.stdout:/tmp/tmp.2nQgapNtVE 2024-09-11T23:55:41.895 DEBUG:teuthology.orchestra.run.smithi079:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.2nQgapNtVE 2024-09-11T23:55:41.929 INFO:teuthology.orchestra.run.smithi130.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-11T23:55:41.929 INFO:teuthology.orchestra.run.smithi130.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-11T23:55:41.929 INFO:teuthology.orchestra.run.smithi130.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-11T23:55:41.929 INFO:teuthology.orchestra.run.smithi130.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-11T23:55:41.930 DEBUG:teuthology.orchestra.run.smithi130:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-11T23:55:41.962 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 0666 /tmp/tmp.2nQgapNtVE 2024-09-11T23:55:42.082 DEBUG:teuthology.orchestra.run.smithi130:> sudo shutdown -r now 2024-09-11T23:55:42.111 DEBUG:teuthology.orchestra.remote:smithi079:/tmp/tmp.2nQgapNtVE is 6KB 2024-09-11T23:55:42.159 DEBUG:teuthology.orchestra.run.smithi079:> rm -fr /tmp/tmp.2nQgapNtVE 2024-09-11T23:55:42.173 DEBUG:teuthology.orchestra.run.smithi079:> sudo /bin/ls /boot/loader/entries || true 2024-09-11T23:55:42.236 INFO:teuthology.orchestra.run.smithi079.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-11T23:55:42.236 INFO:teuthology.orchestra.run.smithi079.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-11T23:55:42.236 INFO:teuthology.orchestra.run.smithi079.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-11T23:55:42.236 INFO:teuthology.orchestra.run.smithi079.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-11T23:55:42.237 DEBUG:teuthology.orchestra.run.smithi079:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-11T23:55:42.391 DEBUG:teuthology.orchestra.run.smithi079:> sudo shutdown -r now 2024-09-11T23:56:12.109 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-11T23:56:12.115 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-09-11T23:56:12.117 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T23:56:12.394 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-11T23:56:12.395 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-09-11T23:56:12.395 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T23:56:30.653 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.130 2024-09-11T23:56:30.913 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.79 2024-09-11T23:56:39.661 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-09-11T23:56:39.662 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T23:56:39.914 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-09-11T23:56:39.914 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T23:56:42.973 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.79 2024-09-11T23:56:54.985 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-09-11T23:56:54.985 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T23:57:13.409 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.79 2024-09-11T23:57:28.425 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-09-11T23:57:28.426 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T23:57:28.945 DEBUG:teuthology.orchestra.run.smithi079:> true 2024-09-11T23:57:29.328 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-09-11T23:57:29.329 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-505.el9.x86_64"... 2024-09-11T23:57:29.329 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2024-09-11T23:57:29.344 INFO:teuthology.orchestra.run.smithi079.stdout:5.14.0-505.el9.x86_64 2024-09-11T23:57:29.344 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-11T23:57:29.345 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-11T23:57:29.345 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-11T23:57:30.346 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-11T23:57:30.346 DEBUG:teuthology.orchestra.run.smithi079:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-11T23:57:30.467 INFO:teuthology.orchestra.run.smithi079.stdout:ttyS1 2024-09-11T23:57:30.496 DEBUG:teuthology.parallel:result is None 2024-09-11T23:57:39.673 DEBUG:teuthology.orchestra.remote:timed out 2024-09-11T23:57:51.674 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-09-11T23:57:51.675 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T23:57:52.134 DEBUG:teuthology.orchestra.run.smithi130:> true 2024-09-11T23:57:52.497 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-09-11T23:57:52.497 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-505.el9.x86_64"... 2024-09-11T23:57:52.497 DEBUG:teuthology.orchestra.run.smithi130:> uname -r 2024-09-11T23:57:52.514 INFO:teuthology.orchestra.run.smithi130.stdout:5.14.0-505.el9.x86_64 2024-09-11T23:57:52.515 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-11T23:57:52.515 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-11T23:57:52.515 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-11T23:57:53.515 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-11T23:57:53.516 DEBUG:teuthology.orchestra.run.smithi130:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-11T23:57:53.590 INFO:teuthology.orchestra.run.smithi130.stdout:ttyS1 2024-09-11T23:57:53.611 DEBUG:teuthology.parallel:result is None 2024-09-11T23:57:53.611 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-11T23:57:53.618 INFO:teuthology.task.internal:Creating test directory... 2024-09-11T23:57:53.618 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-11T23:57:53.621 DEBUG:teuthology.orchestra.run.smithi130:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-11T23:57:53.639 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-11T23:57:53.688 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-11T23:57:53.772 INFO:teuthology.task.internal:Creating archive directory... 2024-09-11T23:57:53.772 DEBUG:teuthology.orchestra.run.smithi079:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-11T23:57:53.775 DEBUG:teuthology.orchestra.run.smithi130:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-11T23:57:53.944 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-11T23:57:53.950 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-11T23:57:53.950 DEBUG:teuthology.orchestra.run.smithi079:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-11T23:57:53.953 DEBUG:teuthology.orchestra.run.smithi130:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-11T23:57:53.981 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T23:57:53.983 INFO:teuthology.orchestra.run.smithi130.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T23:57:53.992 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T23:57:53.994 INFO:teuthology.orchestra.run.smithi130.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T23:57:53.996 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-11T23:57:54.022 INFO:teuthology.task.internal:Configuring sudo... 2024-09-11T23:57:54.022 DEBUG:teuthology.orchestra.run.smithi079:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-11T23:57:54.037 DEBUG:teuthology.orchestra.run.smithi130:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-11T23:57:54.065 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-11T23:57:54.119 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-11T23:57:54.120 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-11T23:57:54.122 DEBUG:teuthology.orchestra.run.smithi130:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-11T23:57:54.139 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T23:57:54.228 DEBUG:teuthology.orchestra.run.smithi079:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T23:57:54.270 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T23:57:54.362 DEBUG:teuthology.orchestra.run.smithi079:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T23:57:54.395 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-11T23:57:54.395 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-11T23:57:54.460 DEBUG:teuthology.orchestra.run.smithi130:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T23:57:54.511 DEBUG:teuthology.orchestra.run.smithi130:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T23:57:54.558 DEBUG:teuthology.orchestra.run.smithi130:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T23:57:54.650 DEBUG:teuthology.orchestra.run.smithi130:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T23:57:54.684 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-09-11T23:57:54.684 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-11T23:57:54.750 DEBUG:teuthology.orchestra.run.smithi079:> sudo service rsyslog restart 2024-09-11T23:57:54.752 DEBUG:teuthology.orchestra.run.smithi130:> sudo service rsyslog restart 2024-09-11T23:57:54.807 INFO:teuthology.orchestra.run.smithi079.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T23:57:54.838 INFO:teuthology.orchestra.run.smithi130.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T23:57:55.348 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-11T23:57:55.356 INFO:teuthology.task.internal:Starting timer... 2024-09-11T23:57:55.356 INFO:teuthology.run_tasks:Running task pcp... 2024-09-11T23:57:55.425 INFO:teuthology.run_tasks:Running task selinux... 2024-09-11T23:57:55.507 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0', 'scontext=system_u:system_r:getty_t:s0']} 2024-09-11T23:57:55.508 DEBUG:teuthology.orchestra.run.smithi079:> sudo service auditd rotate 2024-09-11T23:57:55.586 INFO:teuthology.orchestra.run.smithi079.stdout:Rotating logs: 2024-09-11T23:57:55.588 DEBUG:teuthology.orchestra.run.smithi130:> sudo service auditd rotate 2024-09-11T23:57:55.626 INFO:teuthology.orchestra.run.smithi130.stdout:Rotating logs: 2024-09-11T23:57:55.628 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-11T23:57:55.629 DEBUG:teuthology.orchestra.run.smithi079:> /usr/sbin/getenforce 2024-09-11T23:57:55.657 INFO:teuthology.orchestra.run.smithi079.stdout:Permissive 2024-09-11T23:57:55.658 DEBUG:teuthology.orchestra.run.smithi130:> /usr/sbin/getenforce 2024-09-11T23:57:55.691 INFO:teuthology.orchestra.run.smithi130.stdout:Permissive 2024-09-11T23:57:55.691 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi079.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi130.front.sepia.ceph.com': 'permissive'} 2024-09-11T23:57:55.692 DEBUG:teuthology.orchestra.run.smithi079:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-11T23:57:55.725 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T23:57:55.725 DEBUG:teuthology.orchestra.run.smithi130:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-11T23:57:55.757 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T23:57:55.758 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-11T23:57:55.758 DEBUG:teuthology.orchestra.run.smithi079:> sudo /usr/sbin/setenforce permissive 2024-09-11T23:57:55.800 DEBUG:teuthology.orchestra.run.smithi130:> sudo /usr/sbin/setenforce permissive 2024-09-11T23:57:55.833 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-11T23:57:55.844 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-11T23:57:55.858 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-09-11T23:57:55.859 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi079.front.sepia.ceph.com,smithi130.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-12T00:01:43.674 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi079.front.sepia.ceph.com'), Remote(name='ubuntu@smithi130.front.sepia.ceph.com')] 2024-09-12T00:01:43.676 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-09-12T00:01:43.677 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-12T00:01:43.761 DEBUG:teuthology.orchestra.run.smithi079:> true 2024-09-12T00:01:43.837 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-09-12T00:01:43.837 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-09-12T00:01:43.838 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-12T00:01:43.922 DEBUG:teuthology.orchestra.run.smithi130:> true 2024-09-12T00:01:43.996 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-09-12T00:01:43.997 INFO:teuthology.run_tasks:Running task clock... 2024-09-12T00:01:44.665 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-12T00:01:44.665 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-12T00:01:44.666 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-12T00:01:44.669 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-12T00:01:44.669 DEBUG:teuthology.orchestra.run.smithi130:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-12T00:01:44.700 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-12T00:01:44.703 INFO:teuthology.orchestra.run.smithi130.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-12T00:01:44.716 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-12T00:01:44.719 INFO:teuthology.orchestra.run.smithi130.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-12T00:01:44.743 INFO:teuthology.orchestra.run.smithi079.stderr:sudo: ntpd: command not found 2024-09-12T00:01:44.745 INFO:teuthology.orchestra.run.smithi130.stderr:sudo: ntpd: command not found 2024-09-12T00:01:44.755 INFO:teuthology.orchestra.run.smithi079.stdout:506 Cannot talk to daemon 2024-09-12T00:01:44.757 INFO:teuthology.orchestra.run.smithi130.stdout:506 Cannot talk to daemon 2024-09-12T00:01:44.770 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-12T00:01:44.772 INFO:teuthology.orchestra.run.smithi130.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-12T00:01:44.784 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-12T00:01:44.786 INFO:teuthology.orchestra.run.smithi130.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-12T00:01:44.841 INFO:teuthology.orchestra.run.smithi079.stderr:bash: line 1: ntpq: command not found 2024-09-12T00:01:44.842 INFO:teuthology.orchestra.run.smithi130.stderr:bash: line 1: ntpq: command not found 2024-09-12T00:01:44.845 INFO:teuthology.orchestra.run.smithi079.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-12T00:01:44.845 INFO:teuthology.orchestra.run.smithi079.stdout:=============================================================================== 2024-09-12T00:01:44.845 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-12T00:01:44.845 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-12T00:01:44.845 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-12T00:01:44.846 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-12T00:01:44.847 INFO:teuthology.orchestra.run.smithi130.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-12T00:01:44.847 INFO:teuthology.orchestra.run.smithi130.stdout:=============================================================================== 2024-09-12T00:01:44.847 INFO:teuthology.orchestra.run.smithi130.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-12T00:01:44.848 INFO:teuthology.orchestra.run.smithi130.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-12T00:01:44.848 INFO:teuthology.orchestra.run.smithi130.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-12T00:01:44.848 INFO:teuthology.orchestra.run.smithi130.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-12T00:01:44.848 INFO:teuthology.run_tasks:Running task pexec... 2024-09-12T00:01:45.012 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-12T00:01:45.013 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi079.front.sepia.ceph.com 2024-09-12T00:01:45.013 DEBUG:teuthology.orchestra.run.smithi079:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-12T00:01:45.014 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi130.front.sepia.ceph.com 2024-09-12T00:01:45.014 DEBUG:teuthology.orchestra.run.smithi130:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-12T00:01:45.595 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:00:48 ago on Thu 12 Sep 2024 12:00:57 AM UTC. 2024-09-12T00:01:45.596 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:00:48 ago on Thu 12 Sep 2024 12:00:57 AM UTC. 2024-09-12T00:01:45.685 INFO:teuthology.orchestra.run.smithi079.stdout:Package nvme-cli-2.9.1-6.el9.x86_64 is already installed. 2024-09-12T00:01:45.687 INFO:teuthology.orchestra.run.smithi130.stdout:Package nvme-cli-2.9.1-6.el9.x86_64 is already installed. 2024-09-12T00:01:45.725 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-09-12T00:01:45.727 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-12T00:01:45.727 INFO:teuthology.orchestra.run.smithi079.stdout: Package Architecture Version Repository Size 2024-09-12T00:01:45.727 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-12T00:01:45.727 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-09-12T00:01:45.727 INFO:teuthology.orchestra.run.smithi079.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-12T00:01:45.727 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-09-12T00:01:45.727 INFO:teuthology.orchestra.run.smithi079.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-12T00:01:45.727 INFO:teuthology.orchestra.run.smithi079.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-12T00:01:45.727 INFO:teuthology.orchestra.run.smithi079.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-12T00:01:45.727 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-12T00:01:45.727 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-09-12T00:01:45.728 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-12T00:01:45.728 INFO:teuthology.orchestra.run.smithi079.stdout:Install 4 Packages 2024-09-12T00:01:45.728 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-12T00:01:45.728 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-09-12T00:01:45.729 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 1.0 M 2024-09-12T00:01:45.729 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 3.6 M 2024-09-12T00:01:45.729 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-09-12T00:01:45.740 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-09-12T00:01:45.740 INFO:teuthology.orchestra.run.smithi130.stdout: Package Architecture Version Repository Size 2024-09-12T00:01:45.740 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-09-12T00:01:45.740 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-09-12T00:01:45.741 INFO:teuthology.orchestra.run.smithi130.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-12T00:01:45.741 INFO:teuthology.orchestra.run.smithi130.stdout:Installing dependencies: 2024-09-12T00:01:45.741 INFO:teuthology.orchestra.run.smithi130.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-12T00:01:45.741 INFO:teuthology.orchestra.run.smithi130.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-12T00:01:45.741 INFO:teuthology.orchestra.run.smithi130.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-12T00:01:45.741 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-09-12T00:01:45.741 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-09-12T00:01:45.741 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-09-12T00:01:45.741 INFO:teuthology.orchestra.run.smithi130.stdout:Install 4 Packages 2024-09-12T00:01:45.741 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-09-12T00:01:45.742 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 1.0 M 2024-09-12T00:01:45.742 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 3.6 M 2024-09-12T00:01:45.742 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-09-12T00:01:45.868 INFO:teuthology.orchestra.run.smithi130.stdout:(1/4): nvmetcli-0.7-3.el9.noarch.rpm 600 kB/s | 44 kB 00:00 2024-09-12T00:01:45.893 INFO:teuthology.orchestra.run.smithi130.stdout:(2/4): python3-configshell-1.1.30-1.el9.noarch. 722 kB/s | 72 kB 00:00 2024-09-12T00:01:45.926 INFO:teuthology.orchestra.run.smithi130.stdout:(3/4): python3-kmod-0.9-32.el9.x86_64.rpm 634 kB/s | 84 kB 00:00 2024-09-12T00:01:46.148 INFO:teuthology.orchestra.run.smithi079.stdout:(1/4): python3-configshell-1.1.30-1.el9.noarch. 184 kB/s | 72 kB 00:00 2024-09-12T00:01:46.174 INFO:teuthology.orchestra.run.smithi079.stdout:(2/4): nvmetcli-0.7-3.el9.noarch.rpm 107 kB/s | 44 kB 00:00 2024-09-12T00:01:46.233 INFO:teuthology.orchestra.run.smithi079.stdout:(3/4): python3-kmod-0.9-32.el9.x86_64.rpm 177 kB/s | 84 kB 00:00 2024-09-12T00:01:46.519 INFO:teuthology.orchestra.run.smithi130.stdout:(4/4): python3-urwid-2.1.2-4.el9.x86_64.rpm 1.3 MB/s | 837 kB 00:00 2024-09-12T00:01:46.519 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-09-12T00:01:46.519 INFO:teuthology.orchestra.run.smithi130.stdout:Total 1.3 MB/s | 1.0 MB 00:00 2024-09-12T00:01:46.566 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-09-12T00:01:46.576 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-09-12T00:01:46.576 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-09-12T00:01:46.641 INFO:teuthology.orchestra.run.smithi079.stdout:(4/4): python3-urwid-2.1.2-4.el9.x86_64.rpm 1.7 MB/s | 837 kB 00:00 2024-09-12T00:01:46.641 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-09-12T00:01:46.642 INFO:teuthology.orchestra.run.smithi079.stdout:Total 1.1 MB/s | 1.0 MB 00:00 2024-09-12T00:01:46.660 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-09-12T00:01:46.660 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-09-12T00:01:46.694 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-09-12T00:01:46.705 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-09-12T00:01:46.705 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-09-12T00:01:46.792 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-09-12T00:01:46.792 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-09-12T00:01:47.051 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-09-12T00:01:47.146 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/4 2024-09-12T00:01:47.178 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-09-12T00:01:47.196 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/4 2024-09-12T00:01:47.230 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/4 2024-09-12T00:01:47.255 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : nvmetcli-0.7-3.el9.noarch 4/4 2024-09-12T00:01:47.277 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/4 2024-09-12T00:01:47.317 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/4 2024-09-12T00:01:47.353 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/4 2024-09-12T00:01:47.379 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : nvmetcli-0.7-3.el9.noarch 4/4 2024-09-12T00:01:48.123 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 4/4 2024-09-12T00:01:48.124 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 1/4 2024-09-12T00:01:48.124 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 2/4 2024-09-12T00:01:48.124 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 3/4 2024-09-12T00:01:48.200 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 4/4 2024-09-12T00:01:48.201 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 1/4 2024-09-12T00:01:48.202 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 2/4 2024-09-12T00:01:48.202 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 3/4 2024-09-12T00:01:48.458 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 4/4 2024-09-12T00:01:48.458 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-09-12T00:01:48.458 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-09-12T00:01:48.458 INFO:teuthology.orchestra.run.smithi130.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-12T00:01:48.458 INFO:teuthology.orchestra.run.smithi130.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-12T00:01:48.458 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-09-12T00:01:48.458 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-09-12T00:01:48.533 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 4/4 2024-09-12T00:01:48.534 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-12T00:01:48.534 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-09-12T00:01:48.534 INFO:teuthology.orchestra.run.smithi079.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-12T00:01:48.534 INFO:teuthology.orchestra.run.smithi079.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-12T00:01:48.534 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-12T00:01:48.534 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-09-12T00:01:48.763 DEBUG:teuthology.parallel:result is None 2024-09-12T00:01:48.825 DEBUG:teuthology.parallel:result is None 2024-09-12T00:01:48.825 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-09-12T00:01:48.997 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-09-12T00:01:48.997 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-12T00:01:48.998 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/scratch_devs of=/dev/stdout 2024-09-12T00:01:49.015 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-12T00:01:49.016 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_1 2024-09-12T00:01:49.074 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-12T00:01:49.075 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-12T00:01:49.075 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-09-12T00:01:49.075 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-12T00:01:49.075 INFO:teuthology.orchestra.run.smithi079.stdout:Context: system_u:object_r:device_t:s0 2024-09-12T00:01:49.075 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-09-12 00:01:47.652701899 +0000 2024-09-12T00:01:49.075 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-09-12 00:01:22.173205397 +0000 2024-09-12T00:01:49.075 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-09-12 00:01:22.173205397 +0000 2024-09-12T00:01:49.075 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: 2024-09-12 00:01:22.173205397 +0000 2024-09-12T00:01:49.075 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-12T00:01:49.139 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-09-12T00:01:49.140 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-09-12T00:01:49.140 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000200078 s, 2.6 MB/s 2024-09-12T00:01:49.141 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-12T00:01:49.198 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_2 2024-09-12T00:01:49.254 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-12T00:01:49.254 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-12T00:01:49.254 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-09-12T00:01:49.254 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-12T00:01:49.254 INFO:teuthology.orchestra.run.smithi079.stdout:Context: system_u:object_r:device_t:s0 2024-09-12T00:01:49.254 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-09-12 00:01:47.652701899 +0000 2024-09-12T00:01:49.254 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-09-12 00:01:22.521197288 +0000 2024-09-12T00:01:49.254 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-09-12 00:01:22.521197288 +0000 2024-09-12T00:01:49.254 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: 2024-09-12 00:01:22.521197288 +0000 2024-09-12T00:01:49.255 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-12T00:01:49.328 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-09-12T00:01:49.329 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-09-12T00:01:49.329 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000187644 s, 2.7 MB/s 2024-09-12T00:01:49.330 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-12T00:01:49.386 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_3 2024-09-12T00:01:49.443 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-12T00:01:49.443 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-12T00:01:49.443 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 706 Links: 1 2024-09-12T00:01:49.443 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-12T00:01:49.443 INFO:teuthology.orchestra.run.smithi079.stdout:Context: system_u:object_r:device_t:s0 2024-09-12T00:01:49.443 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-09-12 00:01:47.653701876 +0000 2024-09-12T00:01:49.443 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-09-12 00:01:22.846189714 +0000 2024-09-12T00:01:49.443 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-09-12 00:01:22.846189714 +0000 2024-09-12T00:01:49.443 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: 2024-09-12 00:01:22.846189714 +0000 2024-09-12T00:01:49.444 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-12T00:01:49.506 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-09-12T00:01:49.507 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-09-12T00:01:49.507 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000209275 s, 2.4 MB/s 2024-09-12T00:01:49.508 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-12T00:01:49.565 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_4 2024-09-12T00:01:49.621 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-12T00:01:49.621 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-12T00:01:49.621 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-09-12T00:01:49.621 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-12T00:01:49.622 INFO:teuthology.orchestra.run.smithi079.stdout:Context: system_u:object_r:device_t:s0 2024-09-12T00:01:49.622 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-09-12 00:01:47.653701876 +0000 2024-09-12T00:01:49.622 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-09-12 00:01:23.193181628 +0000 2024-09-12T00:01:49.622 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-09-12 00:01:23.193181628 +0000 2024-09-12T00:01:49.622 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: 2024-09-12 00:01:23.193181628 +0000 2024-09-12T00:01:49.622 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-12T00:01:49.685 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-09-12T00:01:49.685 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-09-12T00:01:49.685 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000166886 s, 3.1 MB/s 2024-09-12T00:01:49.687 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-12T00:01:49.745 DEBUG:teuthology.orchestra.run.smithi079:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-09-12T00:01:49.873 INFO:teuthology.orchestra.run.smithi079.stdout:loop 2024-09-12T00:01:49.874 INFO:tasks.nvme_loop:Connecting nvme_loop smithi079:/dev/vg_nvme/lv_1... 2024-09-12T00:01:49.874 DEBUG:teuthology.orchestra.run.smithi079:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-09-12T00:01:49.907 INFO:teuthology.orchestra.run.smithi079.stdout:1 2024-09-12T00:01:49.936 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/vg_nvme/lv_11 2024-09-12T00:01:49.956 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to write to /dev/nvme-fabrics: Invalid argument 2024-09-12T00:01:49.956 DEBUG:teuthology.orchestra.run:got remote process result: 234 2024-09-12T00:01:49.957 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 112, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_13b3b28e04d9843d4e29bc0551de4e2872d74234/qa/tasks/nvme_loop.py", line 43, in task remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi079 with status 234: 'sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn' 2024-09-12T00:01:50.205 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=3d268c63acc74de99b10526546183728 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 112, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_13b3b28e04d9843d4e29bc0551de4e2872d74234/qa/tasks/nvme_loop.py", line 43, in task remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi079 with status 234: 'sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn' 2024-09-12T00:01:50.207 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-09-12T00:01:50.297 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-12T00:01:50.383 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-12T00:01:50.384 DEBUG:teuthology.orchestra.run.smithi079:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-12T00:01:50.409 DEBUG:teuthology.orchestra.run.smithi130:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-12T00:01:50.413 INFO:teuthology.orchestra.run.smithi079.stderr:bash: line 1: ntpq: command not found 2024-09-12T00:01:50.417 INFO:teuthology.orchestra.run.smithi079.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-12T00:01:50.418 INFO:teuthology.orchestra.run.smithi079.stdout:=============================================================================== 2024-09-12T00:01:50.418 INFO:teuthology.orchestra.run.smithi079.stdout:^* hv01.front.sepia.ceph.com 3 6 7 1 +1832us[+1972us] +/- 57ms 2024-09-12T00:01:50.418 INFO:teuthology.orchestra.run.smithi079.stdout:^+ hv02.front.sepia.ceph.com 3 6 7 1 -1360us[-1220us] +/- 83ms 2024-09-12T00:01:50.418 INFO:teuthology.orchestra.run.smithi079.stdout:^+ hv03.front.sepia.ceph.com 3 6 7 1 -1308us[-1168us] +/- 89ms 2024-09-12T00:01:50.418 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-12T00:01:50.429 INFO:teuthology.orchestra.run.smithi130.stderr:bash: line 1: ntpq: command not found 2024-09-12T00:01:50.433 INFO:teuthology.orchestra.run.smithi130.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-12T00:01:50.434 INFO:teuthology.orchestra.run.smithi130.stdout:=============================================================================== 2024-09-12T00:01:50.434 INFO:teuthology.orchestra.run.smithi130.stdout:^* hv01.front.sepia.ceph.com 3 6 7 1 +1844us[+1805us] +/- 58ms 2024-09-12T00:01:50.434 INFO:teuthology.orchestra.run.smithi130.stdout:^+ hv02.front.sepia.ceph.com 3 6 7 1 -1379us[-1418us] +/- 83ms 2024-09-12T00:01:50.434 INFO:teuthology.orchestra.run.smithi130.stdout:^+ hv03.front.sepia.ceph.com 3 6 7 1 -1300us[-1339us] +/- 89ms 2024-09-12T00:01:50.434 INFO:teuthology.orchestra.run.smithi130.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-12T00:01:50.435 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-12T00:01:50.459 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-12T00:01:50.460 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-12T00:01:50.550 DEBUG:teuthology.orchestra.run.smithi079:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-12T00:01:50.607 DEBUG:teuthology.orchestra.run.smithi130:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-12T00:01:50.673 DEBUG:teuthology.orchestra.run.smithi079:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-12T00:01:50.700 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-12T00:01:50.701 DEBUG:teuthology.orchestra.run.smithi130:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-12T00:01:50.730 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-12T00:01:50.730 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-12T00:01:50.808 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-12T00:01:50.876 INFO:teuthology.task.internal:Duration was 235.520606 seconds 2024-09-12T00:01:50.877 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-12T00:01:50.941 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-12T00:01:50.941 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-12T00:01:50.944 DEBUG:teuthology.orchestra.run.smithi130:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-12T00:01:50.980 INFO:teuthology.orchestra.run.smithi079.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-12T00:01:50.986 INFO:teuthology.orchestra.run.smithi130.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-12T00:01:51.350 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-12T00:01:51.351 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi079.front.sepia.ceph.com 2024-09-12T00:01:51.351 DEBUG:teuthology.orchestra.run.smithi079:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-12T00:01:51.396 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi130.front.sepia.ceph.com 2024-09-12T00:01:51.396 DEBUG:teuthology.orchestra.run.smithi130:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-12T00:01:51.422 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-12T00:01:51.423 DEBUG:teuthology.orchestra.run.smithi079:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-12T00:01:51.438 DEBUG:teuthology.orchestra.run.smithi130:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-12T00:01:51.493 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-12T00:01:51.493 DEBUG:teuthology.orchestra.run.smithi079:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-12T00:01:51.505 DEBUG:teuthology.orchestra.run.smithi130:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-12T00:01:51.628 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-12T00:01:51.798 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-12T00:01:51.799 DEBUG:teuthology.orchestra.run.smithi079:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-12T00:01:51.825 DEBUG:teuthology.orchestra.run.smithi130:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-12T00:01:51.852 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-12T00:01:51.866 DEBUG:teuthology.orchestra.run.smithi079:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-12T00:01:51.869 DEBUG:teuthology.orchestra.run.smithi130:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-12T00:01:51.890 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern = core 2024-09-12T00:01:51.916 INFO:teuthology.orchestra.run.smithi130.stdout:kernel.core_pattern = core 2024-09-12T00:01:51.948 DEBUG:teuthology.orchestra.run.smithi079:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-12T00:01:51.966 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-12T00:01:51.967 DEBUG:teuthology.orchestra.run.smithi130:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-12T00:01:52.003 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-12T00:01:52.004 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-12T00:01:52.035 INFO:teuthology.task.internal:Transferring archived files... 2024-09-12T00:01:52.036 DEBUG:teuthology.misc:Transferring archived files from smithi079:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/dmick-2024-09-11_16:47:17-orch:cephadm-wip-container-distro-default-smithi/7901881/remote/smithi079 2024-09-12T00:01:52.037 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-12T00:01:52.076 DEBUG:teuthology.misc:Transferring archived files from smithi130:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/dmick-2024-09-11_16:47:17-orch:cephadm-wip-container-distro-default-smithi/7901881/remote/smithi130 2024-09-12T00:01:52.077 DEBUG:teuthology.orchestra.run.smithi130:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-12T00:01:52.137 INFO:teuthology.task.internal:Removing archive directory... 2024-09-12T00:01:52.137 DEBUG:teuthology.orchestra.run.smithi079:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-12T00:01:52.140 DEBUG:teuthology.orchestra.run.smithi130:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-12T00:01:52.155 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-12T00:01:52.181 INFO:teuthology.task.internal:Not uploading archives. 2024-09-12T00:01:52.182 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-12T00:01:52.243 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-12T00:01:52.243 DEBUG:teuthology.orchestra.run.smithi079:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-12T00:01:52.246 DEBUG:teuthology.orchestra.run.smithi130:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-12T00:01:52.258 INFO:teuthology.orchestra.run.smithi079.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 12 00:01 /home/ubuntu/cephtest 2024-09-12T00:01:52.261 INFO:teuthology.orchestra.run.smithi130.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 12 00:01 /home/ubuntu/cephtest 2024-09-12T00:01:52.262 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-12T00:01:52.284 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-12T00:01:52.444 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} duration: 235.520605802536 failure_reason: 'Command failed on smithi079 with status 234: ''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''' owner: scheduled_dmick@angus sentry_event: https://sentry.ceph.com/organizations/ceph/?query=3d268c63acc74de99b10526546183728 status: fail success: false 2024-09-12T00:01:52.444 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-12T00:01:52.527 INFO:teuthology.run:FAIL