2024-04-22T21:39:32.524 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-22T21:39:32.524 DEBUG:teuthology.run:Teuthology command: teuthology --description orch/cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --verbose --owner scheduled_teuthology@teuthology --archive /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668792 --name teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi -- /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668792/orig.config.yaml 2024-04-22T21:39:32.557 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T21:39:32.647 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668792 branch: squid description: orch/cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: ceph-qa@ceph.com first_in_suite: false job_id: '7668792' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: squid ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) log-only-match: - CEPHADM_ sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - client.0 - - host.b - client.1 seed: 207 sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f sleep_before_teardown: 0 subset: 24/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9 targets: smithi053.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHtlKzsdqZZpWBwZGvBdi0Akcxj2zr7RoBHi5DoZbwxFWrv1oM56gbQHKIC9bNteaV2orDFh2kxYMuQznzN7Ji0= smithi060.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLMYYHg498sgJeKxh76vhzGAfa1LSJO3n58G0r71LO7T+FPmIPbMcpWm9WFgYNLmIprsDOy5IekZwDjzv2erLis= tasks: - 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: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-22_21:08:03 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-22T21:39:32.647 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa; will attempt to use it 2024-04-22T21:39:32.648 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks 2024-04-22T21:39:32.648 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-22T21:39:32.649 INFO:teuthology.task.internal:Checking packages... 2024-04-22T21:39:32.674 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '430e09df97c8fc7dc2b2ae424f68ed11366c540f' 2024-04-22T21:39:32.674 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-22T21:39:32.674 INFO:teuthology.packaging:ref: None 2024-04-22T21:39:32.674 INFO:teuthology.packaging:tag: None 2024-04-22T21:39:32.674 INFO:teuthology.packaging:branch: squid 2024-04-22T21:39:32.674 INFO:teuthology.packaging:sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:39:32.674 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=squid 2024-04-22T21:39:32.891 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2420.g246d7127 2024-04-22T21:39:32.893 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-22T21:39:32.899 INFO:teuthology.task.internal:no buildpackages task found 2024-04-22T21:39:32.899 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-22T21:39:32.905 INFO:teuthology.task.internal:Saving configuration 2024-04-22T21:39:32.919 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-22T21:39:32.925 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T21:39:32.950 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi053.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668792', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 21:34:46.784150', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHtlKzsdqZZpWBwZGvBdi0Akcxj2zr7RoBHi5DoZbwxFWrv1oM56gbQHKIC9bNteaV2orDFh2kxYMuQznzN7Ji0='} 2024-04-22T21:39:32.974 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi060.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668792', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 21:34:46.785358', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLMYYHg498sgJeKxh76vhzGAfa1LSJO3n58G0r71LO7T+FPmIPbMcpWm9WFgYNLmIprsDOy5IekZwDjzv2erLis='} 2024-04-22T21:39:32.975 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-22T21:39:32.981 INFO:teuthology.task.internal:roles: ubuntu@smithi053.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-04-22T21:39:32.981 INFO:teuthology.task.internal:roles: ubuntu@smithi060.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-04-22T21:39:32.981 INFO:teuthology.run_tasks:Running task console_log... 2024-04-22T21:39:33.053 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7efde55ecf70>, signals=[15]) 2024-04-22T21:39:33.053 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-22T21:39:33.059 INFO:teuthology.task.internal:Opening connections... 2024-04-22T21:39:33.059 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi053.front.sepia.ceph.com 2024-04-22T21:39:33.061 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:39:33.140 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi060.front.sepia.ceph.com 2024-04-22T21:39:33.141 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:39:33.218 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-22T21:39:33.225 DEBUG:teuthology.orchestra.run.smithi053:> uname -m 2024-04-22T21:39:33.244 INFO:teuthology.orchestra.run.smithi053.stdout:x86_64 2024-04-22T21:39:33.244 DEBUG:teuthology.orchestra.run.smithi053:> cat /etc/os-release 2024-04-22T21:39:33.302 INFO:teuthology.orchestra.run.smithi053.stdout:NAME="CentOS Stream" 2024-04-22T21:39:33.302 INFO:teuthology.orchestra.run.smithi053.stdout:VERSION="9" 2024-04-22T21:39:33.302 INFO:teuthology.orchestra.run.smithi053.stdout:ID="centos" 2024-04-22T21:39:33.302 INFO:teuthology.orchestra.run.smithi053.stdout:ID_LIKE="rhel fedora" 2024-04-22T21:39:33.302 INFO:teuthology.orchestra.run.smithi053.stdout:VERSION_ID="9" 2024-04-22T21:39:33.302 INFO:teuthology.orchestra.run.smithi053.stdout:PLATFORM_ID="platform:el9" 2024-04-22T21:39:33.303 INFO:teuthology.orchestra.run.smithi053.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T21:39:33.303 INFO:teuthology.orchestra.run.smithi053.stdout:ANSI_COLOR="0;31" 2024-04-22T21:39:33.303 INFO:teuthology.orchestra.run.smithi053.stdout:LOGO="fedora-logo-icon" 2024-04-22T21:39:33.303 INFO:teuthology.orchestra.run.smithi053.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T21:39:33.303 INFO:teuthology.orchestra.run.smithi053.stdout:HOME_URL="https://centos.org/" 2024-04-22T21:39:33.303 INFO:teuthology.orchestra.run.smithi053.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T21:39:33.303 INFO:teuthology.orchestra.run.smithi053.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T21:39:33.303 INFO:teuthology.orchestra.run.smithi053.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T21:39:33.304 INFO:teuthology.lock.ops:Updating smithi053.front.sepia.ceph.com on lock server 2024-04-22T21:39:33.332 DEBUG:teuthology.orchestra.run.smithi060:> uname -m 2024-04-22T21:39:33.351 INFO:teuthology.orchestra.run.smithi060.stdout:x86_64 2024-04-22T21:39:33.351 DEBUG:teuthology.orchestra.run.smithi060:> cat /etc/os-release 2024-04-22T21:39:33.409 INFO:teuthology.orchestra.run.smithi060.stdout:NAME="CentOS Stream" 2024-04-22T21:39:33.410 INFO:teuthology.orchestra.run.smithi060.stdout:VERSION="9" 2024-04-22T21:39:33.410 INFO:teuthology.orchestra.run.smithi060.stdout:ID="centos" 2024-04-22T21:39:33.410 INFO:teuthology.orchestra.run.smithi060.stdout:ID_LIKE="rhel fedora" 2024-04-22T21:39:33.410 INFO:teuthology.orchestra.run.smithi060.stdout:VERSION_ID="9" 2024-04-22T21:39:33.410 INFO:teuthology.orchestra.run.smithi060.stdout:PLATFORM_ID="platform:el9" 2024-04-22T21:39:33.410 INFO:teuthology.orchestra.run.smithi060.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T21:39:33.410 INFO:teuthology.orchestra.run.smithi060.stdout:ANSI_COLOR="0;31" 2024-04-22T21:39:33.410 INFO:teuthology.orchestra.run.smithi060.stdout:LOGO="fedora-logo-icon" 2024-04-22T21:39:33.410 INFO:teuthology.orchestra.run.smithi060.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T21:39:33.410 INFO:teuthology.orchestra.run.smithi060.stdout:HOME_URL="https://centos.org/" 2024-04-22T21:39:33.410 INFO:teuthology.orchestra.run.smithi060.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T21:39:33.410 INFO:teuthology.orchestra.run.smithi060.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T21:39:33.410 INFO:teuthology.orchestra.run.smithi060.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T21:39:33.411 INFO:teuthology.lock.ops:Updating smithi060.front.sepia.ceph.com on lock server 2024-04-22T21:39:33.432 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-22T21:39:33.440 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-22T21:39:33.445 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-22T21:39:33.445 DEBUG:teuthology.orchestra.run.smithi053:> test '!' -e /home/ubuntu/cephtest 2024-04-22T21:39:33.448 DEBUG:teuthology.orchestra.run.smithi060:> test '!' -e /home/ubuntu/cephtest 2024-04-22T21:39:33.466 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-22T21:39:33.472 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-22T21:39:33.472 DEBUG:teuthology.orchestra.run.smithi053:> test -z $(ls -A /var/lib/ceph) 2024-04-22T21:39:33.505 DEBUG:teuthology.orchestra.run.smithi060:> test -z $(ls -A /var/lib/ceph) 2024-04-22T21:39:33.532 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-22T21:39:33.589 INFO:teuthology.run_tasks:Running task kernel... 2024-04-22T21:39:33.610 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-22T21:39:33.610 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-22T21:39:33.611 DEBUG:teuthology.orchestra.run.smithi053:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T21:39:33.612 DEBUG:teuthology.orchestra.run.smithi060:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T21:39:33.629 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:39:33.629 DEBUG:teuthology.orchestra.run.smithi060:> uname -r 2024-04-22T21:39:33.630 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:39:33.630 DEBUG:teuthology.orchestra.run.smithi053:> uname -r 2024-04-22T21:39:33.687 INFO:teuthology.orchestra.run.smithi060.stdout:5.14.0-437.el9.x86_64 2024-04-22T21:39:33.688 INFO:teuthology.task.kernel:Running kernel on smithi060: 5.14.0-437.el9.x86_64 2024-04-22T21:39:33.688 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum install -y kernel 2024-04-22T21:39:33.689 INFO:teuthology.orchestra.run.smithi053.stdout:5.14.0-437.el9.x86_64 2024-04-22T21:39:33.689 INFO:teuthology.task.kernel:Running kernel on smithi053: 5.14.0-437.el9.x86_64 2024-04-22T21:39:33.689 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum install -y kernel 2024-04-22T21:39:36.003 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.0 MB 00:00 2024-04-22T21:39:37.680 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 9 - AppStream 32 MB/s | 19 MB 00:00 2024-04-22T21:39:43.197 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 9 - CRB 3.4 MB/s | 6.2 MB 00:01 2024-04-22T21:39:45.040 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 9 - Extras packages 25 kB/s | 16 kB 00:00 2024-04-22T21:39:45.397 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - BaseOS 816 kB/s | 8.0 MB 00:10 2024-04-22T21:39:46.657 INFO:teuthology.orchestra.run.smithi053.stdout:Extra Packages for Enterprise Linux 14 MB/s | 21 MB 00:01 2024-04-22T21:39:47.391 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - AppStream 22 MB/s | 19 MB 00:00 2024-04-22T21:39:51.965 INFO:teuthology.orchestra.run.smithi053.stdout:lab-extras 27 kB/s | 1.7 kB 00:00 2024-04-22T21:39:53.863 INFO:teuthology.orchestra.run.smithi053.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T21:39:53.864 INFO:teuthology.orchestra.run.smithi053.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T21:39:53.951 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-04-22T21:39:53.952 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2024-04-22T21:39:53.953 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-04-22T21:39:54.055 DEBUG:teuthology.orchestra.run.smithi053:> echo no | sudo yum reinstall kernel || true 2024-04-22T21:39:54.577 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 09:39:51 PM UTC. 2024-04-22T21:39:54.701 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-04-22T21:39:54.711 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-22T21:39:54.711 INFO:teuthology.orchestra.run.smithi053.stdout: Package Architecture Version Repository Size 2024-04-22T21:39:54.711 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-22T21:39:54.711 INFO:teuthology.orchestra.run.smithi053.stdout:Reinstalling: 2024-04-22T21:39:54.711 INFO:teuthology.orchestra.run.smithi053.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T21:39:54.711 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-22T21:39:54.711 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-04-22T21:39:54.711 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-22T21:39:54.711 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-22T21:39:54.711 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 255 k 2024-04-22T21:39:54.711 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 0 2024-04-22T21:39:54.712 INFO:teuthology.orchestra.run.smithi053.stderr:Operation aborted. 2024-04-22T21:39:54.768 INFO:teuthology.orchestra.run.smithi053.stdout:Is this ok [y/N]: 2024-04-22T21:39:54.768 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum reinstall -y kernel || true 2024-04-22T21:39:55.285 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:00:04 ago on Mon 22 Apr 2024 09:39:51 PM UTC. 2024-04-22T21:39:55.405 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-04-22T21:39:55.405 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-22T21:39:55.405 INFO:teuthology.orchestra.run.smithi053.stdout: Package Architecture Version Repository Size 2024-04-22T21:39:55.405 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-22T21:39:55.406 INFO:teuthology.orchestra.run.smithi053.stdout:Reinstalling: 2024-04-22T21:39:55.406 INFO:teuthology.orchestra.run.smithi053.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T21:39:55.406 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-22T21:39:55.406 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-04-22T21:39:55.406 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-22T21:39:55.406 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-22T21:39:55.406 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 255 k 2024-04-22T21:39:55.406 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 0 2024-04-22T21:39:55.406 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-04-22T21:39:55.726 INFO:teuthology.orchestra.run.smithi053.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.0 MB/s | 255 kB 00:00 2024-04-22T21:39:55.726 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:39:55.726 INFO:teuthology.orchestra.run.smithi053.stdout:Total 797 kB/s | 255 kB 00:00 2024-04-22T21:39:55.745 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-04-22T21:39:55.948 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-04-22T21:39:55.949 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-04-22T21:39:55.954 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-04-22T21:39:55.954 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-04-22T21:39:56.108 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-04-22T21:39:56.185 INFO:teuthology.orchestra.run.smithi053.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T21:39:56.185 INFO:teuthology.orchestra.run.smithi053.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:39:56.842 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:39:56.842 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T21:39:57.644 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:39:57.645 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-22T21:39:57.645 INFO:teuthology.orchestra.run.smithi053.stdout:Reinstalled: 2024-04-22T21:39:57.645 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T21:39:57.645 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-22T21:39:57.645 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-04-22T21:39:57.822 DEBUG:teuthology.orchestra.run.smithi053:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T21:39:57.870 INFO:teuthology.orchestra.run.smithi053.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T21:39:57.871 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T21:39:57.871 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T21:39:57.871 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-22T21:39:57.871 DEBUG:teuthology.orchestra.run.smithi053:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T21:39:57.904 INFO:teuthology.orchestra.run.smithi053.stdout:ttyS1 2024-04-22T21:39:57.922 DEBUG:teuthology.parallel:result is None 2024-04-22T21:39:58.931 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - CRB 806 kB/s | 6.2 MB 00:07 2024-04-22T21:40:01.473 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - Extras packages 12 kB/s | 16 kB 00:01 2024-04-22T21:40:20.235 INFO:teuthology.orchestra.run.smithi060.stdout:Extra Packages for Enterprise Linux 1.1 MB/s | 21 MB 00:18 2024-04-22T21:40:25.356 INFO:teuthology.orchestra.run.smithi060.stdout:lab-extras 49 kB/s | 1.7 kB 00:00 2024-04-22T21:40:27.246 INFO:teuthology.orchestra.run.smithi060.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T21:40:27.246 INFO:teuthology.orchestra.run.smithi060.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T21:40:27.343 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-04-22T21:40:27.344 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-04-22T21:40:27.344 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-04-22T21:40:27.460 DEBUG:teuthology.orchestra.run.smithi060:> echo no | sudo yum reinstall kernel || true 2024-04-22T21:40:27.980 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:00:02 ago on Mon 22 Apr 2024 09:40:25 PM UTC. 2024-04-22T21:40:28.106 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-04-22T21:40:28.112 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-22T21:40:28.112 INFO:teuthology.orchestra.run.smithi060.stdout: Package Architecture Version Repository Size 2024-04-22T21:40:28.112 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-22T21:40:28.112 INFO:teuthology.orchestra.run.smithi060.stdout:Reinstalling: 2024-04-22T21:40:28.113 INFO:teuthology.orchestra.run.smithi060.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T21:40:28.113 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-22T21:40:28.113 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-04-22T21:40:28.113 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-22T21:40:28.113 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-22T21:40:28.113 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 255 k 2024-04-22T21:40:28.113 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 0 2024-04-22T21:40:28.113 INFO:teuthology.orchestra.run.smithi060.stderr:Operation aborted. 2024-04-22T21:40:28.174 INFO:teuthology.orchestra.run.smithi060.stdout:Is this ok [y/N]: 2024-04-22T21:40:28.174 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum reinstall -y kernel || true 2024-04-22T21:40:28.690 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 09:40:25 PM UTC. 2024-04-22T21:40:28.810 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-04-22T21:40:28.811 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-22T21:40:28.811 INFO:teuthology.orchestra.run.smithi060.stdout: Package Architecture Version Repository Size 2024-04-22T21:40:28.811 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-22T21:40:28.811 INFO:teuthology.orchestra.run.smithi060.stdout:Reinstalling: 2024-04-22T21:40:28.811 INFO:teuthology.orchestra.run.smithi060.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T21:40:28.811 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-22T21:40:28.811 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-04-22T21:40:28.811 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-22T21:40:28.811 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-22T21:40:28.811 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 255 k 2024-04-22T21:40:28.811 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 0 2024-04-22T21:40:28.812 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-04-22T21:40:29.334 INFO:teuthology.orchestra.run.smithi060.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.0 MB/s | 255 kB 00:00 2024-04-22T21:40:29.334 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:40:29.334 INFO:teuthology.orchestra.run.smithi060.stdout:Total 488 kB/s | 255 kB 00:00 2024-04-22T21:40:29.350 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-04-22T21:40:29.551 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-04-22T21:40:29.552 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-04-22T21:40:29.557 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-04-22T21:40:29.557 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-04-22T21:40:29.704 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-04-22T21:40:29.793 INFO:teuthology.orchestra.run.smithi060.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T21:40:29.793 INFO:teuthology.orchestra.run.smithi060.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:40:30.333 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:40:30.334 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T21:40:31.037 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:40:31.037 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-22T21:40:31.037 INFO:teuthology.orchestra.run.smithi060.stdout:Reinstalled: 2024-04-22T21:40:31.037 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T21:40:31.037 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-22T21:40:31.037 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-04-22T21:40:31.237 DEBUG:teuthology.orchestra.run.smithi060:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T21:40:31.326 INFO:teuthology.orchestra.run.smithi060.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T21:40:31.326 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T21:40:31.326 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T21:40:31.329 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-22T21:40:31.329 DEBUG:teuthology.orchestra.run.smithi060:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T21:40:31.359 INFO:teuthology.orchestra.run.smithi060.stdout:ttyS1 2024-04-22T21:40:31.390 DEBUG:teuthology.parallel:result is None 2024-04-22T21:40:31.391 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-22T21:40:31.399 INFO:teuthology.task.internal:Creating test directory... 2024-04-22T21:40:31.400 DEBUG:teuthology.orchestra.run.smithi053:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T21:40:31.402 DEBUG:teuthology.orchestra.run.smithi060:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T21:40:31.446 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-22T21:40:31.465 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-22T21:40:31.478 INFO:teuthology.task.internal:Creating archive directory... 2024-04-22T21:40:31.478 DEBUG:teuthology.orchestra.run.smithi053:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T21:40:31.481 DEBUG:teuthology.orchestra.run.smithi060:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T21:40:31.515 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-22T21:40:31.526 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-22T21:40:31.527 DEBUG:teuthology.orchestra.run.smithi053:> 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-04-22T21:40:31.543 DEBUG:teuthology.orchestra.run.smithi060:> 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-04-22T21:40:31.579 INFO:teuthology.orchestra.run.smithi053.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:40:31.591 INFO:teuthology.orchestra.run.smithi053.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:40:31.604 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:40:31.614 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:40:31.616 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-22T21:40:31.623 INFO:teuthology.task.internal:Configuring sudo... 2024-04-22T21:40:31.623 DEBUG:teuthology.orchestra.run.smithi053:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T21:40:31.635 DEBUG:teuthology.orchestra.run.smithi060:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T21:40:31.661 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-22T21:40:31.674 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-22T21:40:31.674 DEBUG:teuthology.orchestra.run.smithi053:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T21:40:31.704 DEBUG:teuthology.orchestra.run.smithi060:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T21:40:31.720 DEBUG:teuthology.orchestra.run.smithi053:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:40:31.806 DEBUG:teuthology.orchestra.run.smithi053:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:40:31.858 DEBUG:teuthology.orchestra.run.smithi053:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:40:31.945 DEBUG:teuthology.orchestra.run.smithi053:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:40:31.989 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-04-22T21:40:31.989 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T21:40:32.058 DEBUG:teuthology.orchestra.run.smithi060:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:40:32.102 DEBUG:teuthology.orchestra.run.smithi060:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:40:32.151 DEBUG:teuthology.orchestra.run.smithi060:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:40:32.234 DEBUG:teuthology.orchestra.run.smithi060:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:40:32.274 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-04-22T21:40:32.274 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T21:40:32.338 DEBUG:teuthology.orchestra.run.smithi053:> sudo service rsyslog restart 2024-04-22T21:40:32.340 DEBUG:teuthology.orchestra.run.smithi060:> sudo service rsyslog restart 2024-04-22T21:40:32.379 INFO:teuthology.orchestra.run.smithi053.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T21:40:32.425 INFO:teuthology.orchestra.run.smithi060.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T21:40:32.881 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-22T21:40:32.890 INFO:teuthology.task.internal:Starting timer... 2024-04-22T21:40:32.890 INFO:teuthology.run_tasks:Running task pcp... 2024-04-22T21:40:32.906 INFO:teuthology.run_tasks:Running task selinux... 2024-04-22T21:40:32.920 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-22T21:40:32.921 DEBUG:teuthology.orchestra.run.smithi053:> sudo service auditd rotate 2024-04-22T21:40:32.988 INFO:teuthology.orchestra.run.smithi053.stdout:Rotating logs: 2024-04-22T21:40:32.991 DEBUG:teuthology.orchestra.run.smithi060:> sudo service auditd rotate 2024-04-22T21:40:33.040 INFO:teuthology.orchestra.run.smithi060.stdout:Rotating logs: 2024-04-22T21:40:33.042 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-22T21:40:33.042 DEBUG:teuthology.orchestra.run.smithi053:> /usr/sbin/getenforce 2024-04-22T21:40:33.067 INFO:teuthology.orchestra.run.smithi053.stdout:Permissive 2024-04-22T21:40:33.068 DEBUG:teuthology.orchestra.run.smithi060:> /usr/sbin/getenforce 2024-04-22T21:40:33.089 INFO:teuthology.orchestra.run.smithi060.stdout:Permissive 2024-04-22T21:40:33.089 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi053.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi060.front.sepia.ceph.com': 'permissive'} 2024-04-22T21:40:33.090 DEBUG:teuthology.orchestra.run.smithi053:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-22T21:40:33.133 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:40:33.133 DEBUG:teuthology.orchestra.run.smithi060:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-22T21:40:33.159 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:40:33.159 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-22T21:40:33.159 DEBUG:teuthology.orchestra.run.smithi053:> sudo /usr/sbin/setenforce permissive 2024-04-22T21:40:33.199 DEBUG:teuthology.orchestra.run.smithi060:> sudo /usr/sbin/setenforce permissive 2024-04-22T21:40:33.241 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-22T21:40:33.252 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-22T21:40:33.272 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-04-22T21:40:33.274 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi053.front.sepia.ceph.com,smithi060.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-22T21:44:18.640 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi053.front.sepia.ceph.com'), Remote(name='ubuntu@smithi060.front.sepia.ceph.com')] 2024-04-22T21:44:18.642 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-04-22T21:44:18.644 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:44:18.777 DEBUG:teuthology.orchestra.run.smithi053:> true 2024-04-22T21:44:18.856 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-04-22T21:44:18.857 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-04-22T21:44:18.857 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:44:18.951 DEBUG:teuthology.orchestra.run.smithi060:> true 2024-04-22T21:44:19.036 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-04-22T21:44:19.037 INFO:teuthology.run_tasks:Running task clock... 2024-04-22T21:44:19.053 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-22T21:44:19.053 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T21:44:19.054 DEBUG:teuthology.orchestra.run.smithi053:> 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-04-22T21:44:19.056 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T21:44:19.056 DEBUG:teuthology.orchestra.run.smithi060:> 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-04-22T21:44:19.087 INFO:teuthology.orchestra.run.smithi053.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T21:44:19.102 INFO:teuthology.orchestra.run.smithi053.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T21:44:19.109 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T21:44:19.125 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T21:44:19.128 INFO:teuthology.orchestra.run.smithi053.stderr:sudo: ntpd: command not found 2024-04-22T21:44:19.140 INFO:teuthology.orchestra.run.smithi053.stdout:506 Cannot talk to daemon 2024-04-22T21:44:19.150 INFO:teuthology.orchestra.run.smithi060.stderr:sudo: ntpd: command not found 2024-04-22T21:44:19.154 INFO:teuthology.orchestra.run.smithi053.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T21:44:19.161 INFO:teuthology.orchestra.run.smithi060.stdout:506 Cannot talk to daemon 2024-04-22T21:44:19.168 INFO:teuthology.orchestra.run.smithi053.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T21:44:19.176 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T21:44:19.190 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T21:44:19.224 INFO:teuthology.orchestra.run.smithi053.stderr:bash: line 1: ntpq: command not found 2024-04-22T21:44:19.227 INFO:teuthology.orchestra.run.smithi053.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T21:44:19.227 INFO:teuthology.orchestra.run.smithi053.stdout:=============================================================================== 2024-04-22T21:44:19.227 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:44:19.227 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:44:19.227 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:44:19.227 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:44:19.248 INFO:teuthology.orchestra.run.smithi060.stderr:bash: line 1: ntpq: command not found 2024-04-22T21:44:19.251 INFO:teuthology.orchestra.run.smithi060.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T21:44:19.251 INFO:teuthology.orchestra.run.smithi060.stdout:=============================================================================== 2024-04-22T21:44:19.251 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:44:19.251 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:44:19.251 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:44:19.251 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:44:19.253 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-04-22T21:44:19.264 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-04-22T21:44:19.264 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-04-22T21:44:19.264 DEBUG:teuthology.orchestra.run.smithi053:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T21:44:19.285 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-04-22T21:44:19.286 DEBUG:teuthology.orchestra.run.smithi053:> stat /dev/vg_nvme/lv_1 2024-04-22T21:44:19.341 INFO:teuthology.orchestra.run.smithi053.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-22T21:44:19.341 INFO:teuthology.orchestra.run.smithi053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T21:44:19.341 INFO:teuthology.orchestra.run.smithi053.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-04-22T21:44:19.341 INFO:teuthology.orchestra.run.smithi053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T21:44:19.341 INFO:teuthology.orchestra.run.smithi053.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T21:44:19.341 INFO:teuthology.orchestra.run.smithi053.stdout:Access: 2024-04-22 21:44:17.472921882 +0000 2024-04-22T21:44:19.341 INFO:teuthology.orchestra.run.smithi053.stdout:Modify: 2024-04-22 21:43:57.088356006 +0000 2024-04-22T21:44:19.341 INFO:teuthology.orchestra.run.smithi053.stdout:Change: 2024-04-22 21:43:57.088356006 +0000 2024-04-22T21:44:19.341 INFO:teuthology.orchestra.run.smithi053.stdout: Birth: 2024-04-22 21:43:57.088356006 +0000 2024-04-22T21:44:19.341 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-22T21:44:19.407 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records in 2024-04-22T21:44:19.407 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records out 2024-04-22T21:44:19.407 INFO:teuthology.orchestra.run.smithi053.stderr:512 bytes copied, 8.9118e-05 s, 5.7 MB/s 2024-04-22T21:44:19.407 DEBUG:teuthology.orchestra.run.smithi053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-22T21:44:19.464 DEBUG:teuthology.orchestra.run.smithi053:> stat /dev/vg_nvme/lv_2 2024-04-22T21:44:19.520 INFO:teuthology.orchestra.run.smithi053.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-22T21:44:19.520 INFO:teuthology.orchestra.run.smithi053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T21:44:19.520 INFO:teuthology.orchestra.run.smithi053.stdout:Device: 5h/5d Inode: 683 Links: 1 2024-04-22T21:44:19.520 INFO:teuthology.orchestra.run.smithi053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T21:44:19.520 INFO:teuthology.orchestra.run.smithi053.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T21:44:19.520 INFO:teuthology.orchestra.run.smithi053.stdout:Access: 2024-04-22 21:44:17.472921882 +0000 2024-04-22T21:44:19.520 INFO:teuthology.orchestra.run.smithi053.stdout:Modify: 2024-04-22 21:43:57.439348524 +0000 2024-04-22T21:44:19.520 INFO:teuthology.orchestra.run.smithi053.stdout:Change: 2024-04-22 21:43:57.439348524 +0000 2024-04-22T21:44:19.520 INFO:teuthology.orchestra.run.smithi053.stdout: Birth: 2024-04-22 21:43:57.439348524 +0000 2024-04-22T21:44:19.521 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-22T21:44:19.583 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records in 2024-04-22T21:44:19.583 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records out 2024-04-22T21:44:19.583 INFO:teuthology.orchestra.run.smithi053.stderr:512 bytes copied, 0.000101597 s, 5.0 MB/s 2024-04-22T21:44:19.584 DEBUG:teuthology.orchestra.run.smithi053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-22T21:44:19.640 DEBUG:teuthology.orchestra.run.smithi053:> stat /dev/vg_nvme/lv_3 2024-04-22T21:44:19.696 INFO:teuthology.orchestra.run.smithi053.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-22T21:44:19.696 INFO:teuthology.orchestra.run.smithi053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T21:44:19.696 INFO:teuthology.orchestra.run.smithi053.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-04-22T21:44:19.696 INFO:teuthology.orchestra.run.smithi053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T21:44:19.696 INFO:teuthology.orchestra.run.smithi053.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T21:44:19.696 INFO:teuthology.orchestra.run.smithi053.stdout:Access: 2024-04-22 21:44:17.472921882 +0000 2024-04-22T21:44:19.696 INFO:teuthology.orchestra.run.smithi053.stdout:Modify: 2024-04-22 21:43:57.787341106 +0000 2024-04-22T21:44:19.696 INFO:teuthology.orchestra.run.smithi053.stdout:Change: 2024-04-22 21:43:57.787341106 +0000 2024-04-22T21:44:19.697 INFO:teuthology.orchestra.run.smithi053.stdout: Birth: 2024-04-22 21:43:57.787341106 +0000 2024-04-22T21:44:19.697 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-22T21:44:19.759 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records in 2024-04-22T21:44:19.759 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records out 2024-04-22T21:44:19.759 INFO:teuthology.orchestra.run.smithi053.stderr:512 bytes copied, 8.0827e-05 s, 6.3 MB/s 2024-04-22T21:44:19.760 DEBUG:teuthology.orchestra.run.smithi053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-22T21:44:19.816 DEBUG:teuthology.orchestra.run.smithi053:> stat /dev/vg_nvme/lv_4 2024-04-22T21:44:19.871 INFO:teuthology.orchestra.run.smithi053.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-22T21:44:19.871 INFO:teuthology.orchestra.run.smithi053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T21:44:19.872 INFO:teuthology.orchestra.run.smithi053.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-04-22T21:44:19.872 INFO:teuthology.orchestra.run.smithi053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T21:44:19.872 INFO:teuthology.orchestra.run.smithi053.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T21:44:19.872 INFO:teuthology.orchestra.run.smithi053.stdout:Access: 2024-04-22 21:44:17.472921882 +0000 2024-04-22T21:44:19.872 INFO:teuthology.orchestra.run.smithi053.stdout:Modify: 2024-04-22 21:43:58.152333326 +0000 2024-04-22T21:44:19.872 INFO:teuthology.orchestra.run.smithi053.stdout:Change: 2024-04-22 21:43:58.152333326 +0000 2024-04-22T21:44:19.872 INFO:teuthology.orchestra.run.smithi053.stdout: Birth: 2024-04-22 21:43:58.152333326 +0000 2024-04-22T21:44:19.872 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-22T21:44:19.937 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records in 2024-04-22T21:44:19.937 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records out 2024-04-22T21:44:19.937 INFO:teuthology.orchestra.run.smithi053.stderr:512 bytes copied, 8.3003e-05 s, 6.2 MB/s 2024-04-22T21:44:19.937 DEBUG:teuthology.orchestra.run.smithi053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-22T21:44:19.993 DEBUG:teuthology.orchestra.run.smithi053:> 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-04-22T21:44:20.106 INFO:teuthology.orchestra.run.smithi053.stdout:loop 2024-04-22T21:44:20.107 INFO:tasks.nvme_loop:Connecting nvme_loop smithi053:/dev/vg_nvme/lv_1... 2024-04-22T21:44:20.108 DEBUG:teuthology.orchestra.run.smithi053:> 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-04-22T21:44:20.139 INFO:teuthology.orchestra.run.smithi053.stdout:1 2024-04-22T21:44:20.168 INFO:teuthology.orchestra.run.smithi053.stdout:/dev/vg_nvme/lv_11 2024-04-22T21:44:20.191 INFO:tasks.nvme_loop:Connecting nvme_loop smithi053:/dev/vg_nvme/lv_2... 2024-04-22T21:44:20.191 DEBUG:teuthology.orchestra.run.smithi053:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-04-22T21:44:20.264 INFO:teuthology.orchestra.run.smithi053.stdout:1 2024-04-22T21:44:20.293 INFO:teuthology.orchestra.run.smithi053.stdout:/dev/vg_nvme/lv_21 2024-04-22T21:44:20.315 INFO:tasks.nvme_loop:Connecting nvme_loop smithi053:/dev/vg_nvme/lv_3... 2024-04-22T21:44:20.316 DEBUG:teuthology.orchestra.run.smithi053:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-04-22T21:44:20.389 INFO:teuthology.orchestra.run.smithi053.stdout:1 2024-04-22T21:44:20.416 INFO:teuthology.orchestra.run.smithi053.stdout:/dev/vg_nvme/lv_31 2024-04-22T21:44:20.438 INFO:tasks.nvme_loop:Connecting nvme_loop smithi053:/dev/vg_nvme/lv_4... 2024-04-22T21:44:20.439 DEBUG:teuthology.orchestra.run.smithi053:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-04-22T21:44:20.517 INFO:teuthology.orchestra.run.smithi053.stdout:1 2024-04-22T21:44:20.545 INFO:teuthology.orchestra.run.smithi053.stdout:/dev/vg_nvme/lv_41 2024-04-22T21:44:20.567 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-04-22T21:44:20.567 DEBUG:teuthology.orchestra.run.smithi053:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T21:44:20.629 DEBUG:teuthology.orchestra.run.smithi053:> sudo nvme list 2024-04-22T21:44:20.692 INFO:teuthology.orchestra.run.smithi053.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-22T21:44:20.693 INFO:teuthology.orchestra.run.smithi053.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-22T21:44:20.693 INFO:teuthology.orchestra.run.smithi053.stdout:/dev/nvme0n1 PHMB751300G8480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-04-22T21:44:20.693 INFO:teuthology.orchestra.run.smithi053.stdout:/dev/nvme1n1 b79983e05c20d9f44ca2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-22T21:44:20.693 INFO:teuthology.orchestra.run.smithi053.stdout:/dev/nvme2n1 b56d212b73fb7044c092 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-22T21:44:20.693 INFO:teuthology.orchestra.run.smithi053.stdout:/dev/nvme3n1 d4cbeed802b6bdbc1d3e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-22T21:44:20.694 INFO:teuthology.orchestra.run.smithi053.stdout:/dev/nvme4n1 abd059abab56eb311218 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-22T21:44:20.695 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-22T21:44:20.695 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-04-22T21:44:20.696 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/scratch_devs 2024-04-22T21:44:20.760 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-04-22T21:44:20.760 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T21:44:20.779 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-04-22T21:44:20.780 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_1 2024-04-22T21:44:20.838 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-22T21:44:20.838 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T21:44:20.838 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 5h/5d Inode: 664 Links: 1 2024-04-22T21:44:20.839 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T21:44:20.839 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T21:44:20.839 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-04-22 21:44:17.506836417 +0000 2024-04-22T21:44:20.839 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-04-22 21:43:57.095011312 +0000 2024-04-22T21:44:20.839 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-04-22 21:43:57.095011312 +0000 2024-04-22T21:44:20.839 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: 2024-04-22 21:43:57.095011312 +0000 2024-04-22T21:44:20.839 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-22T21:44:20.907 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-04-22T21:44:20.907 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-04-22T21:44:20.907 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000120067 s, 4.3 MB/s 2024-04-22T21:44:20.908 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-22T21:44:20.968 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_2 2024-04-22T21:44:21.027 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-22T21:44:21.027 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T21:44:21.027 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-04-22T21:44:21.027 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T21:44:21.027 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T21:44:21.027 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-04-22 21:44:17.506836417 +0000 2024-04-22T21:44:21.027 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-04-22 21:43:57.454008236 +0000 2024-04-22T21:44:21.027 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-04-22 21:43:57.454008236 +0000 2024-04-22T21:44:21.027 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: 2024-04-22 21:43:57.454008236 +0000 2024-04-22T21:44:21.028 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-22T21:44:21.093 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-04-22T21:44:21.093 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-04-22T21:44:21.093 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000110593 s, 4.6 MB/s 2024-04-22T21:44:21.095 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-22T21:44:21.152 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_3 2024-04-22T21:44:21.210 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-22T21:44:21.210 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T21:44:21.210 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 5h/5d Inode: 702 Links: 1 2024-04-22T21:44:21.210 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T21:44:21.210 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T21:44:21.210 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-04-22 21:44:17.506836417 +0000 2024-04-22T21:44:21.210 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-04-22 21:43:57.813005160 +0000 2024-04-22T21:44:21.210 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-04-22 21:43:57.813005160 +0000 2024-04-22T21:44:21.211 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: 2024-04-22 21:43:57.813005160 +0000 2024-04-22T21:44:21.211 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-22T21:44:21.276 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-04-22T21:44:21.276 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-04-22T21:44:21.277 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.00010476 s, 4.9 MB/s 2024-04-22T21:44:21.277 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-22T21:44:21.334 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_4 2024-04-22T21:44:21.391 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-22T21:44:21.391 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T21:44:21.391 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 5h/5d Inode: 724 Links: 1 2024-04-22T21:44:21.391 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T21:44:21.391 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T21:44:21.391 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-04-22 21:44:17.506836417 +0000 2024-04-22T21:44:21.391 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-04-22 21:43:58.181002008 +0000 2024-04-22T21:44:21.391 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-04-22 21:43:58.181002008 +0000 2024-04-22T21:44:21.392 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: 2024-04-22 21:43:58.181002008 +0000 2024-04-22T21:44:21.392 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-22T21:44:21.456 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-04-22T21:44:21.456 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-04-22T21:44:21.456 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000103846 s, 4.9 MB/s 2024-04-22T21:44:21.457 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-22T21:44:21.515 DEBUG:teuthology.orchestra.run.smithi060:> 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-04-22T21:44:21.633 INFO:teuthology.orchestra.run.smithi060.stdout:loop 2024-04-22T21:44:21.635 INFO:tasks.nvme_loop:Connecting nvme_loop smithi060:/dev/vg_nvme/lv_1... 2024-04-22T21:44:21.635 DEBUG:teuthology.orchestra.run.smithi060:> 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-04-22T21:44:21.668 INFO:teuthology.orchestra.run.smithi060.stdout:1 2024-04-22T21:44:21.695 INFO:teuthology.orchestra.run.smithi060.stdout:/dev/vg_nvme/lv_11 2024-04-22T21:44:21.723 INFO:tasks.nvme_loop:Connecting nvme_loop smithi060:/dev/vg_nvme/lv_2... 2024-04-22T21:44:21.724 DEBUG:teuthology.orchestra.run.smithi060:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-04-22T21:44:21.801 INFO:teuthology.orchestra.run.smithi060.stdout:1 2024-04-22T21:44:21.825 INFO:teuthology.orchestra.run.smithi060.stdout:/dev/vg_nvme/lv_21 2024-04-22T21:44:21.848 INFO:tasks.nvme_loop:Connecting nvme_loop smithi060:/dev/vg_nvme/lv_3... 2024-04-22T21:44:21.848 DEBUG:teuthology.orchestra.run.smithi060:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-04-22T21:44:21.920 INFO:teuthology.orchestra.run.smithi060.stdout:1 2024-04-22T21:44:21.948 INFO:teuthology.orchestra.run.smithi060.stdout:/dev/vg_nvme/lv_31 2024-04-22T21:44:21.977 INFO:tasks.nvme_loop:Connecting nvme_loop smithi060:/dev/vg_nvme/lv_4... 2024-04-22T21:44:21.978 DEBUG:teuthology.orchestra.run.smithi060:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-04-22T21:44:22.052 INFO:teuthology.orchestra.run.smithi060.stdout:1 2024-04-22T21:44:22.079 INFO:teuthology.orchestra.run.smithi060.stdout:/dev/vg_nvme/lv_41 2024-04-22T21:44:22.101 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-04-22T21:44:22.101 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T21:44:22.157 DEBUG:teuthology.orchestra.run.smithi060:> sudo nvme list 2024-04-22T21:44:22.221 INFO:teuthology.orchestra.run.smithi060.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-22T21:44:22.222 INFO:teuthology.orchestra.run.smithi060.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-22T21:44:22.222 INFO:teuthology.orchestra.run.smithi060.stdout:/dev/nvme0n1 PHMB7476008A480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-04-22T21:44:22.222 INFO:teuthology.orchestra.run.smithi060.stdout:/dev/nvme1n1 01315cea9756862d72a6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-22T21:44:22.222 INFO:teuthology.orchestra.run.smithi060.stdout:/dev/nvme2n1 77fb4d225f173736cb3b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-22T21:44:22.222 INFO:teuthology.orchestra.run.smithi060.stdout:/dev/nvme3n1 3d4339acd00f51b7ae35 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-22T21:44:22.222 INFO:teuthology.orchestra.run.smithi060.stdout:/dev/nvme4n1 52eebc7ed67fa66a18c4 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-22T21:44:22.223 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-22T21:44:22.223 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-04-22T21:44:22.223 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/scratch_devs 2024-04-22T21:44:22.289 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-22T21:44:22.422 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f'} 2024-04-22T21:44:22.422 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:44:22.423 INFO:tasks.cephadm:Cluster fsid is 7b1a9600-00f1-11ef-bc93-c7b262605968 2024-04-22T21:44:22.423 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-22T21:44:22.423 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-04-22T21:44:22.423 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi053': '172.21.15.53', 'mon.smithi060': '172.21.15.60'} 2024-04-22T21:44:22.423 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-22T21:44:22.424 DEBUG:teuthology.orchestra.run.smithi053:> sudo hostname $(hostname -s) 2024-04-22T21:44:22.452 DEBUG:teuthology.orchestra.run.smithi060:> sudo hostname $(hostname -s) 2024-04-22T21:44:22.478 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-22T21:44:22.478 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:44:22.626 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/54954/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2407-g430e09df', 'node_name': '172.21.5.36+adami06', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2407.g430e09df'}, 'url': 'https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-21 21:31:40.125798', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-04-22T21:44:22.770 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref squid, sha1 430e09df97c8fc7dc2b2ae424f68ed11366c540f from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:44:22.771 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm 2024-04-22T21:44:22.772 DEBUG:teuthology.orchestra.run.smithi053:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T21:44:24.083 INFO:teuthology.orchestra.run.smithi053.stdout:-rw-r--r--. 1 ubuntu ubuntu 781227 Apr 22 21:44 /home/ubuntu/cephtest/cephadm 2024-04-22T21:44:24.083 DEBUG:teuthology.orchestra.run.smithi060:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T21:44:24.872 INFO:teuthology.orchestra.run.smithi060.stdout:-rw-r--r--. 1 ubuntu ubuntu 781227 Apr 22 21:44 /home/ubuntu/cephtest/cephadm 2024-04-22T21:44:24.872 DEBUG:teuthology.orchestra.run.smithi053:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T21:44:24.892 DEBUG:teuthology.orchestra.run.smithi060:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T21:44:24.924 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f on all hosts... 2024-04-22T21:44:24.924 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull 2024-04-22T21:44:24.935 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull 2024-04-22T21:44:26.432 INFO:teuthology.orchestra.run.smithi053.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T21:44:26.447 INFO:teuthology.orchestra.run.smithi060.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T21:44:26.623 INFO:teuthology.orchestra.run.smithi053.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:44:26.623 INFO:teuthology.orchestra.run.smithi053.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T21:44:26.623 INFO:teuthology.orchestra.run.smithi053.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f: reading manifest 430e09df97c8fc7dc2b2ae424f68ed11366c540f in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-22T21:44:26.623 INFO:teuthology.orchestra.run.smithi053.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:44:26.647 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:44:26.647 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi053 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T21:44:26.648 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-22T21:44:26.650 DEBUG:teuthology.misc:Transferring archived files from smithi053:/var/lib/ceph/7b1a9600-00f1-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668792/remote/smithi053/crash 2024-04-22T21:44:26.651 DEBUG:teuthology.orchestra.run.smithi053:> sudo tar c -f - -C /var/lib/ceph/7b1a9600-00f1-11ef-bc93-c7b262605968/crash -- . 2024-04-22T21:44:26.652 INFO:teuthology.orchestra.run.smithi060.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:44:26.652 INFO:teuthology.orchestra.run.smithi060.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T21:44:26.652 INFO:teuthology.orchestra.run.smithi060.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f: reading manifest 430e09df97c8fc7dc2b2ae424f68ed11366c540f in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-22T21:44:26.652 INFO:teuthology.orchestra.run.smithi060.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:44:26.712 INFO:teuthology.orchestra.run.smithi053.stderr:tar: /var/lib/ceph/7b1a9600-00f1-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T21:44:26.713 INFO:teuthology.orchestra.run.smithi053.stderr:tar: Error is not recoverable: exiting now 2024-04-22T21:44:26.714 DEBUG:teuthology.misc:Transferring archived files from smithi060:/var/lib/ceph/7b1a9600-00f1-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668792/remote/smithi060/crash 2024-04-22T21:44:26.715 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /var/lib/ceph/7b1a9600-00f1-11ef-bc93-c7b262605968/crash -- . 2024-04-22T21:44:26.748 INFO:teuthology.orchestra.run.smithi060.stderr:tar: /var/lib/ceph/7b1a9600-00f1-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T21:44:26.748 INFO:teuthology.orchestra.run.smithi060.stderr:tar: Error is not recoverable: exiting now 2024-04-22T21:44:26.749 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-22T21:44:26.749 DEBUG:teuthology.orchestra.run.smithi053:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/7b1a9600-00f1-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-22T21:44:26.775 INFO:teuthology.orchestra.run.smithi053.stderr:grep: /var/log/ceph/7b1a9600-00f1-11ef-bc93-c7b262605968/ceph.log: No such file or directory 2024-04-22T21:44:26.776 INFO:tasks.cephadm:Compressing logs... 2024-04-22T21:44:26.777 DEBUG:teuthology.orchestra.run.smithi053:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-22T21:44:26.819 DEBUG:teuthology.orchestra.run.smithi060:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-22T21:44:26.841 INFO:teuthology.orchestra.run.smithi053.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T21:44:26.841 INFO:teuthology.orchestra.run.smithi053.stderr:: No such file or directory 2024-04-22T21:44:26.841 INFO:teuthology.orchestra.run.smithi053.stderr:/var/log/ceph/cephadm.log: 73.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T21:44:26.842 INFO:teuthology.orchestra.run.smithi060.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T21:44:26.842 INFO:teuthology.orchestra.run.smithi060.stderr:: No such file or directory 2024-04-22T21:44:26.843 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/cephadm.log: 73.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T21:44:26.844 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-04-22T21:44:26.844 INFO:teuthology.orchestra.run.smithi053.stderr:real 0m0.012s 2024-04-22T21:44:26.844 INFO:teuthology.orchestra.run.smithi053.stderr:user 0m0.010s 2024-04-22T21:44:26.844 INFO:teuthology.orchestra.run.smithi053.stderr:sys 0m0.013s 2024-04-22T21:44:26.845 INFO:teuthology.orchestra.run.smithi060.stderr: 2024-04-22T21:44:26.845 INFO:teuthology.orchestra.run.smithi060.stderr:real 0m0.012s 2024-04-22T21:44:26.845 INFO:teuthology.orchestra.run.smithi060.stderr:user 0m0.012s 2024-04-22T21:44:26.845 INFO:teuthology.orchestra.run.smithi060.stderr:sys 0m0.009s 2024-04-22T21:44:26.845 INFO:tasks.cephadm:Archiving logs... 2024-04-22T21:44:26.845 DEBUG:teuthology.misc:Transferring archived files from smithi053:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668792/remote/smithi053/log 2024-04-22T21:44:26.846 DEBUG:teuthology.orchestra.run.smithi053:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T21:44:26.910 DEBUG:teuthology.misc:Transferring archived files from smithi060:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668792/remote/smithi060/log 2024-04-22T21:44:26.911 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T21:44:26.936 INFO:tasks.cephadm:Removing cluster... 2024-04-22T21:44:26.936 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7b1a9600-00f1-11ef-bc93-c7b262605968 --force 2024-04-22T21:44:27.153 INFO:teuthology.orchestra.run.smithi053.stdout:Deleting cluster with fsid: 7b1a9600-00f1-11ef-bc93-c7b262605968 2024-04-22T21:44:27.275 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7b1a9600-00f1-11ef-bc93-c7b262605968 --force 2024-04-22T21:44:27.455 INFO:teuthology.orchestra.run.smithi060.stdout:Deleting cluster with fsid: 7b1a9600-00f1-11ef-bc93-c7b262605968 2024-04-22T21:44:27.572 INFO:tasks.cephadm:Removing cephadm ... 2024-04-22T21:44:27.572 DEBUG:teuthology.orchestra.run.smithi053:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T21:44:27.587 DEBUG:teuthology.orchestra.run.smithi060:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T21:44:27.602 INFO:tasks.cephadm:Teardown complete 2024-04-22T21:44:27.603 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 2204, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 1833, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi053 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T21:44:27.837 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=e3a4b073da6543a1aed83e426d88746c Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 2204, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 1833, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi053 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T21:44:27.842 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-22T21:44:27.857 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-04-22T21:44:27.871 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi053:/dev/vg_nvme/lv_1... 2024-04-22T21:44:27.872 DEBUG:teuthology.orchestra.run.smithi053:> sudo nvme disconnect -n lv_1 2024-04-22T21:44:28.021 INFO:teuthology.orchestra.run.smithi053.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-22T21:44:28.022 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:44:28.023 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi053:/dev/vg_nvme/lv_2... 2024-04-22T21:44:28.023 DEBUG:teuthology.orchestra.run.smithi053:> sudo nvme disconnect -n lv_2 2024-04-22T21:44:28.184 INFO:teuthology.orchestra.run.smithi053.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-22T21:44:28.185 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:44:28.186 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi053:/dev/vg_nvme/lv_3... 2024-04-22T21:44:28.186 DEBUG:teuthology.orchestra.run.smithi053:> sudo nvme disconnect -n lv_3 2024-04-22T21:44:28.314 INFO:teuthology.orchestra.run.smithi053.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-22T21:44:28.315 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:44:28.316 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi053:/dev/vg_nvme/lv_4... 2024-04-22T21:44:28.316 DEBUG:teuthology.orchestra.run.smithi053:> sudo nvme disconnect -n lv_4 2024-04-22T21:44:28.465 INFO:teuthology.orchestra.run.smithi053.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-22T21:44:28.466 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:44:28.467 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-04-22T21:44:28.467 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/scratch_devs 2024-04-22T21:44:28.491 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi060:/dev/vg_nvme/lv_1... 2024-04-22T21:44:28.492 DEBUG:teuthology.orchestra.run.smithi060:> sudo nvme disconnect -n lv_1 2024-04-22T21:44:28.639 INFO:teuthology.orchestra.run.smithi060.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-22T21:44:28.641 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:44:28.641 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi060:/dev/vg_nvme/lv_2... 2024-04-22T21:44:28.642 DEBUG:teuthology.orchestra.run.smithi060:> sudo nvme disconnect -n lv_2 2024-04-22T21:44:28.788 INFO:teuthology.orchestra.run.smithi060.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-22T21:44:28.790 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:44:28.790 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi060:/dev/vg_nvme/lv_3... 2024-04-22T21:44:28.791 DEBUG:teuthology.orchestra.run.smithi060:> sudo nvme disconnect -n lv_3 2024-04-22T21:44:28.923 INFO:teuthology.orchestra.run.smithi060.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-22T21:44:28.925 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:44:28.925 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi060:/dev/vg_nvme/lv_4... 2024-04-22T21:44:28.925 DEBUG:teuthology.orchestra.run.smithi060:> sudo nvme disconnect -n lv_4 2024-04-22T21:44:29.070 INFO:teuthology.orchestra.run.smithi060.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-22T21:44:29.072 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:44:29.072 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-04-22T21:44:29.073 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/scratch_devs 2024-04-22T21:44:29.102 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-22T21:44:29.116 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-22T21:44:29.117 DEBUG:teuthology.orchestra.run.smithi053:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T21:44:29.120 DEBUG:teuthology.orchestra.run.smithi060:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T21:44:29.134 INFO:teuthology.orchestra.run.smithi053.stderr:bash: line 1: ntpq: command not found 2024-04-22T21:44:29.139 INFO:teuthology.orchestra.run.smithi053.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T21:44:29.139 INFO:teuthology.orchestra.run.smithi053.stdout:=============================================================================== 2024-04-22T21:44:29.139 INFO:teuthology.orchestra.run.smithi053.stdout:^- hv01.front.sepia.ceph.com 2 6 17 4 +1608us[+1608us] +/- 588ms 2024-04-22T21:44:29.139 INFO:teuthology.orchestra.run.smithi053.stdout:^* hv02.front.sepia.ceph.com 3 6 17 4 -352us[ -351us] +/- 54ms 2024-04-22T21:44:29.139 INFO:teuthology.orchestra.run.smithi053.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 4 +418us[ +419us] +/- 64ms 2024-04-22T21:44:29.139 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:44:29.160 INFO:teuthology.orchestra.run.smithi060.stderr:bash: line 1: ntpq: command not found 2024-04-22T21:44:29.163 INFO:teuthology.orchestra.run.smithi060.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T21:44:29.164 INFO:teuthology.orchestra.run.smithi060.stdout:=============================================================================== 2024-04-22T21:44:29.164 INFO:teuthology.orchestra.run.smithi060.stdout:^- hv01.front.sepia.ceph.com 2 6 17 4 +1612us[+1612us] +/- 588ms 2024-04-22T21:44:29.165 INFO:teuthology.orchestra.run.smithi060.stdout:^* hv02.front.sepia.ceph.com 3 6 17 4 -364us[ -361us] +/- 54ms 2024-04-22T21:44:29.165 INFO:teuthology.orchestra.run.smithi060.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 4 +432us[ +435us] +/- 64ms 2024-04-22T21:44:29.165 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:44:29.166 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-22T21:44:29.175 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-22T21:44:29.176 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-22T21:44:29.187 DEBUG:teuthology.orchestra.run.smithi053:> 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-04-22T21:44:29.249 DEBUG:teuthology.orchestra.run.smithi060:> 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-04-22T21:44:29.312 DEBUG:teuthology.orchestra.run.smithi053:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-22T21:44:29.341 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:44:29.341 DEBUG:teuthology.orchestra.run.smithi060:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-22T21:44:29.370 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:44:29.371 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-22T21:44:29.380 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-22T21:44:29.391 INFO:teuthology.task.internal:Duration was 236.500476 seconds 2024-04-22T21:44:29.391 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-22T21:44:29.405 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-22T21:44:29.406 DEBUG:teuthology.orchestra.run.smithi053:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T21:44:29.409 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T21:44:29.447 INFO:teuthology.orchestra.run.smithi053.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T21:44:29.452 INFO:teuthology.orchestra.run.smithi060.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T21:44:29.878 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-22T21:44:29.878 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi053.front.sepia.ceph.com 2024-04-22T21:44:29.879 DEBUG:teuthology.orchestra.run.smithi053:> 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-04-22T21:44:29.902 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi060.front.sepia.ceph.com 2024-04-22T21:44:29.902 DEBUG:teuthology.orchestra.run.smithi060:> 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-04-22T21:44:29.947 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-22T21:44:29.947 DEBUG:teuthology.orchestra.run.smithi053:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T21:44:29.950 DEBUG:teuthology.orchestra.run.smithi060:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T21:44:30.017 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-22T21:44:30.018 DEBUG:teuthology.orchestra.run.smithi053:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T21:44:30.020 DEBUG:teuthology.orchestra.run.smithi060:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T21:44:30.156 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-22T21:44:30.165 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-22T21:44:30.166 DEBUG:teuthology.orchestra.run.smithi053:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T21:44:30.191 DEBUG:teuthology.orchestra.run.smithi060:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T21:44:30.217 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-22T21:44:30.239 DEBUG:teuthology.orchestra.run.smithi053:> 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-04-22T21:44:30.244 DEBUG:teuthology.orchestra.run.smithi060:> 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-04-22T21:44:30.264 INFO:teuthology.orchestra.run.smithi053.stdout:kernel.core_pattern = core 2024-04-22T21:44:30.287 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern = core 2024-04-22T21:44:30.305 DEBUG:teuthology.orchestra.run.smithi053:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T21:44:30.362 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:44:30.363 DEBUG:teuthology.orchestra.run.smithi060:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T21:44:30.380 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:44:30.380 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-22T21:44:30.390 INFO:teuthology.task.internal:Transferring archived files... 2024-04-22T21:44:30.391 DEBUG:teuthology.misc:Transferring archived files from smithi053:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668792/remote/smithi053 2024-04-22T21:44:30.391 DEBUG:teuthology.orchestra.run.smithi053:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T21:44:30.438 DEBUG:teuthology.misc:Transferring archived files from smithi060:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668792/remote/smithi060 2024-04-22T21:44:30.438 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T21:44:30.476 INFO:teuthology.task.internal:Removing archive directory... 2024-04-22T21:44:30.477 DEBUG:teuthology.orchestra.run.smithi053:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T21:44:30.479 DEBUG:teuthology.orchestra.run.smithi060:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T21:44:30.527 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-22T21:44:30.539 INFO:teuthology.task.internal:Not uploading archives. 2024-04-22T21:44:30.539 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-22T21:44:30.550 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-22T21:44:30.551 DEBUG:teuthology.orchestra.run.smithi053:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T21:44:30.556 DEBUG:teuthology.orchestra.run.smithi060:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T21:44:30.572 INFO:teuthology.orchestra.run.smithi053.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 21:44 /home/ubuntu/cephtest 2024-04-22T21:44:30.586 INFO:teuthology.orchestra.run.smithi060.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 21:44 /home/ubuntu/cephtest 2024-04-22T21:44:30.587 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-22T21:44:30.604 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-22T21:44:30.632 INFO:teuthology.nuke:Checking targets against current locks 2024-04-22T21:44:30.661 DEBUG:teuthology.nuke:shortname: smithi053 2024-04-22T21:44:30.661 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T21:44:30.687 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi053.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668792', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 21:34:46.784150', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHtlKzsdqZZpWBwZGvBdi0Akcxj2zr7RoBHi5DoZbwxFWrv1oM56gbQHKIC9bNteaV2orDFh2kxYMuQznzN7Ji0='} 2024-04-22T21:44:30.688 DEBUG:teuthology.nuke:shortname: smithi060 2024-04-22T21:44:30.688 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T21:44:30.719 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi060.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668792', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 21:34:46.785358', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLMYYHg498sgJeKxh76vhzGAfa1LSJO3n58G0r71LO7T+FPmIPbMcpWm9WFgYNLmIprsDOy5IekZwDjzv2erLis='} 2024-04-22T21:44:30.748 INFO:teuthology.orchestra.console.smithi053:Power off 2024-04-22T21:44:30.749 DEBUG:teuthology.orchestra.console.smithi053:pexpect command: ipmitool -H smithi053.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T21:44:30.779 DEBUG:teuthology.orchestra.console.smithi053:power off output: Chassis Power Control: Down/Off 2024-04-22T21:44:30.779 DEBUG:teuthology.orchestra.console.smithi053:pexpect command: ipmitool -H smithi053.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T21:44:30.818 INFO:teuthology.orchestra.console.smithi060:Power off 2024-04-22T21:44:30.819 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T21:44:30.845 DEBUG:teuthology.orchestra.console.smithi053:check power output: Chassis Power is on 2024-04-22T21:44:30.862 DEBUG:teuthology.orchestra.console.smithi060:power off output: Chassis Power Control: Down/Off 2024-04-22T21:44:30.862 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T21:44:30.899 DEBUG:teuthology.orchestra.console.smithi060:check power output: Chassis Power is on 2024-04-22T21:44:34.847 DEBUG:teuthology.orchestra.console.smithi053:pexpect command: ipmitool -H smithi053.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T21:44:34.900 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T21:44:34.960 DEBUG:teuthology.orchestra.console.smithi053:check power output: Chassis Power is on 2024-04-22T21:44:35.022 DEBUG:teuthology.orchestra.console.smithi060:check power output: Chassis Power is on 2024-04-22T21:44:38.965 DEBUG:teuthology.orchestra.console.smithi053:pexpect command: ipmitool -H smithi053.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T21:44:39.023 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T21:44:39.082 DEBUG:teuthology.orchestra.console.smithi053:check power output: Chassis Power is off 2024-04-22T21:44:39.137 DEBUG:teuthology.orchestra.console.smithi060:check power output: Chassis Power is off 2024-04-22T21:44:39.184 INFO:teuthology.orchestra.console.smithi053:Power off completed 2024-04-22T21:44:39.238 INFO:teuthology.orchestra.console.smithi060:Power off completed 2024-04-22T21:44:39.379 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: 236.5004756450653 failure_reason: 'Command failed on smithi053 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull''' owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=e3a4b073da6543a1aed83e426d88746c status: fail success: false 2024-04-22T21:44:39.380 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T21:44:39.463 INFO:teuthology.run:FAIL