2024-04-22T22:12:21.883 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-22T22:12:21.883 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668857 --name teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi --description orch/cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --verbose --owner scheduled_teuthology@teuthology -- /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668857/orig.config.yaml 2024-04-22T22:12:21.919 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T22:12:22.017 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668857 branch: squid description: orch/cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: ceph-qa@ceph.com first_in_suite: false job_id: '7668857' 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: smithi146.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNd/xt+c5k30NXFrU2zQSTSDtHC5/Ytb5FMmAFvx4mreq/CHI6bw54rrfF6pTDPpVUA3n47umnb1h+BrSn4rNMg= smithi172.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE3AgiBb1QdgVLqnLKGyzvlddRICcZ5Gtwcm0SPtTQVSoiJN5poO8hJzhLQ7POMfwrxc+IWnYzz94ErdMmqFDsU= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} --port 2999 - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo -o port=2999 - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - vip.exec: all-hosts: - "echo \"Check with $(hostname) ganesha(s) down...\"\nfor c in `systemctl | grep\ \ ceph- | grep @nfs | awk '{print $1}'`; do\n cid=`echo $c | sed 's/@/-/'`\n\ \ id=`echo $c | cut -d @ -f 2 | sed 's/.service$//'`\n fsid=`echo $c |\ \ cut -d @ -f 1 | cut -d - -f 2-`\n echo \"Removing daemon $id fsid $fsid...\"\ \n sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id\n\n echo \"\ Waking up cephadm...\"\n sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh\n\ \n while ! timeout 1 cat /mnt/foo/testfile ; do true ; done\n echo \"\ Mount is back!\"\ndone\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 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-22T22:12:22.018 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa; will attempt to use it 2024-04-22T22:12:22.019 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks 2024-04-22T22:12:22.019 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-22T22:12:22.022 INFO:teuthology.task.internal:Checking packages... 2024-04-22T22:12:22.046 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '430e09df97c8fc7dc2b2ae424f68ed11366c540f' 2024-04-22T22:12:22.046 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-22T22:12:22.046 INFO:teuthology.packaging:ref: None 2024-04-22T22:12:22.047 INFO:teuthology.packaging:tag: None 2024-04-22T22:12:22.047 INFO:teuthology.packaging:branch: squid 2024-04-22T22:12:22.047 INFO:teuthology.packaging:sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:12:22.047 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-22T22:12:22.362 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2420.g246d7127 2024-04-22T22:12:22.364 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-22T22:12:22.369 INFO:teuthology.task.internal:no buildpackages task found 2024-04-22T22:12:22.369 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-22T22:12:22.454 INFO:teuthology.task.internal:Saving configuration 2024-04-22T22:12:22.467 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-22T22:12:22.472 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T22:12:22.498 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi146.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668857', '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 22:05:54.949252', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNd/xt+c5k30NXFrU2zQSTSDtHC5/Ytb5FMmAFvx4mreq/CHI6bw54rrfF6pTDPpVUA3n47umnb1h+BrSn4rNMg='} 2024-04-22T22:12:22.519 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi172.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668857', '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 22:05:54.946618', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE3AgiBb1QdgVLqnLKGyzvlddRICcZ5Gtwcm0SPtTQVSoiJN5poO8hJzhLQ7POMfwrxc+IWnYzz94ErdMmqFDsU='} 2024-04-22T22:12:22.519 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-22T22:12:22.525 INFO:teuthology.task.internal:roles: ubuntu@smithi146.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-04-22T22:12:22.525 INFO:teuthology.task.internal:roles: ubuntu@smithi172.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-04-22T22:12:22.525 INFO:teuthology.run_tasks:Running task console_log... 2024-04-22T22:12:22.587 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f36aacfb0d0>, signals=[15]) 2024-04-22T22:12:22.588 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-22T22:12:22.595 INFO:teuthology.task.internal:Opening connections... 2024-04-22T22:12:22.595 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi146.front.sepia.ceph.com 2024-04-22T22:12:22.598 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi146.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:12:22.679 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi172.front.sepia.ceph.com 2024-04-22T22:12:22.680 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:12:22.756 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-22T22:12:22.764 DEBUG:teuthology.orchestra.run.smithi146:> uname -m 2024-04-22T22:12:22.781 INFO:teuthology.orchestra.run.smithi146.stdout:x86_64 2024-04-22T22:12:22.781 DEBUG:teuthology.orchestra.run.smithi146:> cat /etc/os-release 2024-04-22T22:12:22.838 INFO:teuthology.orchestra.run.smithi146.stdout:NAME="CentOS Stream" 2024-04-22T22:12:22.838 INFO:teuthology.orchestra.run.smithi146.stdout:VERSION="9" 2024-04-22T22:12:22.838 INFO:teuthology.orchestra.run.smithi146.stdout:ID="centos" 2024-04-22T22:12:22.839 INFO:teuthology.orchestra.run.smithi146.stdout:ID_LIKE="rhel fedora" 2024-04-22T22:12:22.839 INFO:teuthology.orchestra.run.smithi146.stdout:VERSION_ID="9" 2024-04-22T22:12:22.839 INFO:teuthology.orchestra.run.smithi146.stdout:PLATFORM_ID="platform:el9" 2024-04-22T22:12:22.839 INFO:teuthology.orchestra.run.smithi146.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T22:12:22.839 INFO:teuthology.orchestra.run.smithi146.stdout:ANSI_COLOR="0;31" 2024-04-22T22:12:22.839 INFO:teuthology.orchestra.run.smithi146.stdout:LOGO="fedora-logo-icon" 2024-04-22T22:12:22.839 INFO:teuthology.orchestra.run.smithi146.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T22:12:22.839 INFO:teuthology.orchestra.run.smithi146.stdout:HOME_URL="https://centos.org/" 2024-04-22T22:12:22.839 INFO:teuthology.orchestra.run.smithi146.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T22:12:22.839 INFO:teuthology.orchestra.run.smithi146.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T22:12:22.839 INFO:teuthology.orchestra.run.smithi146.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T22:12:22.840 INFO:teuthology.lock.ops:Updating smithi146.front.sepia.ceph.com on lock server 2024-04-22T22:12:22.859 DEBUG:teuthology.orchestra.run.smithi172:> uname -m 2024-04-22T22:12:22.877 INFO:teuthology.orchestra.run.smithi172.stdout:x86_64 2024-04-22T22:12:22.877 DEBUG:teuthology.orchestra.run.smithi172:> cat /etc/os-release 2024-04-22T22:12:22.934 INFO:teuthology.orchestra.run.smithi172.stdout:NAME="CentOS Stream" 2024-04-22T22:12:22.934 INFO:teuthology.orchestra.run.smithi172.stdout:VERSION="9" 2024-04-22T22:12:22.934 INFO:teuthology.orchestra.run.smithi172.stdout:ID="centos" 2024-04-22T22:12:22.934 INFO:teuthology.orchestra.run.smithi172.stdout:ID_LIKE="rhel fedora" 2024-04-22T22:12:22.934 INFO:teuthology.orchestra.run.smithi172.stdout:VERSION_ID="9" 2024-04-22T22:12:22.934 INFO:teuthology.orchestra.run.smithi172.stdout:PLATFORM_ID="platform:el9" 2024-04-22T22:12:22.934 INFO:teuthology.orchestra.run.smithi172.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T22:12:22.934 INFO:teuthology.orchestra.run.smithi172.stdout:ANSI_COLOR="0;31" 2024-04-22T22:12:22.935 INFO:teuthology.orchestra.run.smithi172.stdout:LOGO="fedora-logo-icon" 2024-04-22T22:12:22.935 INFO:teuthology.orchestra.run.smithi172.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T22:12:22.935 INFO:teuthology.orchestra.run.smithi172.stdout:HOME_URL="https://centos.org/" 2024-04-22T22:12:22.935 INFO:teuthology.orchestra.run.smithi172.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T22:12:22.935 INFO:teuthology.orchestra.run.smithi172.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T22:12:22.935 INFO:teuthology.orchestra.run.smithi172.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T22:12:22.935 INFO:teuthology.lock.ops:Updating smithi172.front.sepia.ceph.com on lock server 2024-04-22T22:12:22.958 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-22T22:12:22.967 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-22T22:12:22.972 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-22T22:12:22.972 DEBUG:teuthology.orchestra.run.smithi146:> test '!' -e /home/ubuntu/cephtest 2024-04-22T22:12:22.975 DEBUG:teuthology.orchestra.run.smithi172:> test '!' -e /home/ubuntu/cephtest 2024-04-22T22:12:22.991 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-22T22:12:22.996 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-22T22:12:22.996 DEBUG:teuthology.orchestra.run.smithi146:> test -z $(ls -A /var/lib/ceph) 2024-04-22T22:12:23.031 DEBUG:teuthology.orchestra.run.smithi172:> test -z $(ls -A /var/lib/ceph) 2024-04-22T22:12:23.127 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-22T22:12:23.176 INFO:teuthology.run_tasks:Running task kernel... 2024-04-22T22:12:23.190 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-22T22:12:23.190 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-22T22:12:23.191 DEBUG:teuthology.orchestra.run.smithi146:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T22:12:23.191 DEBUG:teuthology.orchestra.run.smithi172:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T22:12:23.208 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:12:23.208 DEBUG:teuthology.orchestra.run.smithi172:> uname -r 2024-04-22T22:12:23.209 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:12:23.209 DEBUG:teuthology.orchestra.run.smithi146:> uname -r 2024-04-22T22:12:23.266 INFO:teuthology.orchestra.run.smithi172.stdout:5.14.0-437.el9.x86_64 2024-04-22T22:12:23.266 INFO:teuthology.task.kernel:Running kernel on smithi172: 5.14.0-437.el9.x86_64 2024-04-22T22:12:23.266 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum install -y kernel 2024-04-22T22:12:23.267 INFO:teuthology.orchestra.run.smithi146.stdout:5.14.0-437.el9.x86_64 2024-04-22T22:12:23.267 INFO:teuthology.task.kernel:Running kernel on smithi146: 5.14.0-437.el9.x86_64 2024-04-22T22:12:23.267 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum install -y kernel 2024-04-22T22:12:25.483 INFO:teuthology.orchestra.run.smithi172.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.0 MB 00:00 2024-04-22T22:12:25.548 INFO:teuthology.orchestra.run.smithi146.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.0 MB 00:00 2024-04-22T22:12:33.000 INFO:teuthology.orchestra.run.smithi172.stdout:CentOS Stream 9 - AppStream 2.9 MB/s | 19 MB 00:06 2024-04-22T22:12:37.383 INFO:teuthology.orchestra.run.smithi172.stdout:CentOS Stream 9 - CRB 7.8 MB/s | 6.2 MB 00:00 2024-04-22T22:12:39.450 INFO:teuthology.orchestra.run.smithi172.stdout:CentOS Stream 9 - Extras packages 18 kB/s | 16 kB 00:00 2024-04-22T22:12:42.669 INFO:teuthology.orchestra.run.smithi172.stdout:Extra Packages for Enterprise Linux 6.8 MB/s | 21 MB 00:03 2024-04-22T22:12:47.810 INFO:teuthology.orchestra.run.smithi172.stdout:lab-extras 16 kB/s | 1.7 kB 00:00 2024-04-22T22:12:48.446 INFO:teuthology.orchestra.run.smithi146.stdout:CentOS Stream 9 - AppStream 892 kB/s | 19 MB 00:21 2024-04-22T22:12:49.625 INFO:teuthology.orchestra.run.smithi172.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T22:12:49.626 INFO:teuthology.orchestra.run.smithi172.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T22:12:49.725 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2024-04-22T22:12:49.726 INFO:teuthology.orchestra.run.smithi172.stdout:Nothing to do. 2024-04-22T22:12:49.726 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2024-04-22T22:12:49.829 DEBUG:teuthology.orchestra.run.smithi172:> echo no | sudo yum reinstall kernel || true 2024-04-22T22:12:50.366 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 10:12:47 PM UTC. 2024-04-22T22:12:50.483 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2024-04-22T22:12:50.499 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2024-04-22T22:12:50.499 INFO:teuthology.orchestra.run.smithi172.stdout: Package Architecture Version Repository Size 2024-04-22T22:12:50.499 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2024-04-22T22:12:50.499 INFO:teuthology.orchestra.run.smithi172.stdout:Reinstalling: 2024-04-22T22:12:50.499 INFO:teuthology.orchestra.run.smithi172.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T22:12:50.499 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-04-22T22:12:50.499 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction Summary 2024-04-22T22:12:50.499 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2024-04-22T22:12:50.499 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-04-22T22:12:50.500 INFO:teuthology.orchestra.run.smithi172.stdout:Total download size: 255 k 2024-04-22T22:12:50.500 INFO:teuthology.orchestra.run.smithi172.stdout:Installed size: 0 2024-04-22T22:12:50.500 INFO:teuthology.orchestra.run.smithi172.stderr:Operation aborted. 2024-04-22T22:12:50.560 INFO:teuthology.orchestra.run.smithi172.stdout:Is this ok [y/N]: 2024-04-22T22:12:50.560 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum reinstall -y kernel || true 2024-04-22T22:12:51.057 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:00:04 ago on Mon 22 Apr 2024 10:12:47 PM UTC. 2024-04-22T22:12:51.174 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2024-04-22T22:12:51.174 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2024-04-22T22:12:51.175 INFO:teuthology.orchestra.run.smithi172.stdout: Package Architecture Version Repository Size 2024-04-22T22:12:51.175 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2024-04-22T22:12:51.175 INFO:teuthology.orchestra.run.smithi172.stdout:Reinstalling: 2024-04-22T22:12:51.175 INFO:teuthology.orchestra.run.smithi172.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T22:12:51.175 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-04-22T22:12:51.175 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction Summary 2024-04-22T22:12:51.175 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2024-04-22T22:12:51.175 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-04-22T22:12:51.175 INFO:teuthology.orchestra.run.smithi172.stdout:Total download size: 255 k 2024-04-22T22:12:51.175 INFO:teuthology.orchestra.run.smithi172.stdout:Installed size: 0 2024-04-22T22:12:51.175 INFO:teuthology.orchestra.run.smithi172.stdout:Downloading Packages: 2024-04-22T22:12:52.103 INFO:teuthology.orchestra.run.smithi172.stdout:kernel-5.14.0-437.el9.x86_64.rpm 403 kB/s | 255 kB 00:00 2024-04-22T22:12:52.103 INFO:teuthology.orchestra.run.smithi172.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:12:52.103 INFO:teuthology.orchestra.run.smithi172.stdout:Total 274 kB/s | 255 kB 00:00 2024-04-22T22:12:52.124 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction check 2024-04-22T22:12:52.325 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction check succeeded. 2024-04-22T22:12:52.325 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction test 2024-04-22T22:12:52.330 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction test succeeded. 2024-04-22T22:12:52.330 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction 2024-04-22T22:12:52.476 INFO:teuthology.orchestra.run.smithi172.stdout: Preparing : 1/1 2024-04-22T22:12:52.546 INFO:teuthology.orchestra.run.smithi172.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T22:12:52.546 INFO:teuthology.orchestra.run.smithi172.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:12:53.272 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:12:53.272 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T22:12:53.980 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:12:53.981 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-04-22T22:12:53.981 INFO:teuthology.orchestra.run.smithi172.stdout:Reinstalled: 2024-04-22T22:12:53.981 INFO:teuthology.orchestra.run.smithi172.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T22:12:53.981 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-04-22T22:12:53.981 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2024-04-22T22:12:54.150 DEBUG:teuthology.orchestra.run.smithi172:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T22:12:54.196 INFO:teuthology.orchestra.run.smithi172.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T22:12:54.197 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T22:12:54.197 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T22:12:54.197 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-22T22:12:54.197 DEBUG:teuthology.orchestra.run.smithi172:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T22:12:54.228 INFO:teuthology.orchestra.run.smithi172.stdout:ttyS1 2024-04-22T22:12:54.252 DEBUG:teuthology.parallel:result is None 2024-04-22T22:12:54.413 INFO:teuthology.orchestra.run.smithi146.stdout:CentOS Stream 9 - CRB 2.9 MB/s | 6.2 MB 00:02 2024-04-22T22:12:56.056 INFO:teuthology.orchestra.run.smithi146.stdout:CentOS Stream 9 - Extras packages 35 kB/s | 16 kB 00:00 2024-04-22T22:12:57.848 INFO:teuthology.orchestra.run.smithi146.stdout:Extra Packages for Enterprise Linux 12 MB/s | 21 MB 00:01 2024-04-22T22:13:02.940 INFO:teuthology.orchestra.run.smithi146.stdout:lab-extras 17 kB/s | 1.7 kB 00:00 2024-04-22T22:13:04.788 INFO:teuthology.orchestra.run.smithi146.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T22:13:04.788 INFO:teuthology.orchestra.run.smithi146.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T22:13:04.867 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2024-04-22T22:13:04.868 INFO:teuthology.orchestra.run.smithi146.stdout:Nothing to do. 2024-04-22T22:13:04.869 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2024-04-22T22:13:04.972 DEBUG:teuthology.orchestra.run.smithi146:> echo no | sudo yum reinstall kernel || true 2024-04-22T22:13:05.513 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 10:13:02 PM UTC. 2024-04-22T22:13:05.632 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2024-04-22T22:13:05.640 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-04-22T22:13:05.641 INFO:teuthology.orchestra.run.smithi146.stdout: Package Architecture Version Repository Size 2024-04-22T22:13:05.641 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-04-22T22:13:05.641 INFO:teuthology.orchestra.run.smithi146.stdout:Reinstalling: 2024-04-22T22:13:05.641 INFO:teuthology.orchestra.run.smithi146.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T22:13:05.641 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-04-22T22:13:05.641 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction Summary 2024-04-22T22:13:05.641 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-04-22T22:13:05.641 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-04-22T22:13:05.641 INFO:teuthology.orchestra.run.smithi146.stdout:Total download size: 255 k 2024-04-22T22:13:05.641 INFO:teuthology.orchestra.run.smithi146.stdout:Installed size: 0 2024-04-22T22:13:05.642 INFO:teuthology.orchestra.run.smithi146.stderr:Operation aborted. 2024-04-22T22:13:05.700 INFO:teuthology.orchestra.run.smithi146.stdout:Is this ok [y/N]: 2024-04-22T22:13:05.700 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum reinstall -y kernel || true 2024-04-22T22:13:06.194 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:00:04 ago on Mon 22 Apr 2024 10:13:02 PM UTC. 2024-04-22T22:13:06.309 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2024-04-22T22:13:06.310 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-04-22T22:13:06.310 INFO:teuthology.orchestra.run.smithi146.stdout: Package Architecture Version Repository Size 2024-04-22T22:13:06.310 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-04-22T22:13:06.310 INFO:teuthology.orchestra.run.smithi146.stdout:Reinstalling: 2024-04-22T22:13:06.310 INFO:teuthology.orchestra.run.smithi146.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T22:13:06.310 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-04-22T22:13:06.310 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction Summary 2024-04-22T22:13:06.310 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-04-22T22:13:06.310 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-04-22T22:13:06.310 INFO:teuthology.orchestra.run.smithi146.stdout:Total download size: 255 k 2024-04-22T22:13:06.310 INFO:teuthology.orchestra.run.smithi146.stdout:Installed size: 0 2024-04-22T22:13:06.311 INFO:teuthology.orchestra.run.smithi146.stdout:Downloading Packages: 2024-04-22T22:13:07.069 INFO:teuthology.orchestra.run.smithi146.stdout:kernel-5.14.0-437.el9.x86_64.rpm 398 kB/s | 255 kB 00:00 2024-04-22T22:13:07.069 INFO:teuthology.orchestra.run.smithi146.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:13:07.069 INFO:teuthology.orchestra.run.smithi146.stdout:Total 336 kB/s | 255 kB 00:00 2024-04-22T22:13:07.093 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction check 2024-04-22T22:13:07.288 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction check succeeded. 2024-04-22T22:13:07.288 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction test 2024-04-22T22:13:07.294 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction test succeeded. 2024-04-22T22:13:07.294 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction 2024-04-22T22:13:07.422 INFO:teuthology.orchestra.run.smithi146.stdout: Preparing : 1/1 2024-04-22T22:13:07.503 INFO:teuthology.orchestra.run.smithi146.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T22:13:07.503 INFO:teuthology.orchestra.run.smithi146.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:13:08.148 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:13:08.149 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T22:13:08.844 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:13:08.845 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-04-22T22:13:08.845 INFO:teuthology.orchestra.run.smithi146.stdout:Reinstalled: 2024-04-22T22:13:08.845 INFO:teuthology.orchestra.run.smithi146.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T22:13:08.845 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-04-22T22:13:08.845 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2024-04-22T22:13:09.023 DEBUG:teuthology.orchestra.run.smithi146:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T22:13:09.070 INFO:teuthology.orchestra.run.smithi146.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T22:13:09.071 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T22:13:09.071 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T22:13:09.071 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-22T22:13:09.071 DEBUG:teuthology.orchestra.run.smithi146:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T22:13:09.106 INFO:teuthology.orchestra.run.smithi146.stdout:ttyS1 2024-04-22T22:13:09.125 DEBUG:teuthology.parallel:result is None 2024-04-22T22:13:09.125 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-22T22:13:09.132 INFO:teuthology.task.internal:Creating test directory... 2024-04-22T22:13:09.132 DEBUG:teuthology.orchestra.run.smithi146:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T22:13:09.168 DEBUG:teuthology.orchestra.run.smithi172:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T22:13:09.186 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-22T22:13:09.192 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-22T22:13:09.198 INFO:teuthology.task.internal:Creating archive directory... 2024-04-22T22:13:09.198 DEBUG:teuthology.orchestra.run.smithi146:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T22:13:09.223 DEBUG:teuthology.orchestra.run.smithi172:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T22:13:09.276 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-22T22:13:09.283 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-22T22:13:09.283 DEBUG:teuthology.orchestra.run.smithi146:> 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-22T22:13:09.285 DEBUG:teuthology.orchestra.run.smithi172:> 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-22T22:13:09.322 INFO:teuthology.orchestra.run.smithi172.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:13:09.333 INFO:teuthology.orchestra.run.smithi172.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:13:09.352 INFO:teuthology.orchestra.run.smithi146.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:13:09.361 INFO:teuthology.orchestra.run.smithi146.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:13:09.363 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-22T22:13:09.369 INFO:teuthology.task.internal:Configuring sudo... 2024-04-22T22:13:09.369 DEBUG:teuthology.orchestra.run.smithi146:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T22:13:09.372 DEBUG:teuthology.orchestra.run.smithi172:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T22:13:09.400 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-22T22:13:09.409 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-22T22:13:09.409 DEBUG:teuthology.orchestra.run.smithi146:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T22:13:09.435 DEBUG:teuthology.orchestra.run.smithi172:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T22:13:09.456 DEBUG:teuthology.orchestra.run.smithi146:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:13:09.531 DEBUG:teuthology.orchestra.run.smithi146:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:13:09.575 DEBUG:teuthology.orchestra.run.smithi146:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:13:09.656 DEBUG:teuthology.orchestra.run.smithi146:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:13:09.695 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2024-04-22T22:13:09.695 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T22:13:09.758 DEBUG:teuthology.orchestra.run.smithi172:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:13:09.801 DEBUG:teuthology.orchestra.run.smithi172:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:13:09.851 DEBUG:teuthology.orchestra.run.smithi172:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:13:09.935 DEBUG:teuthology.orchestra.run.smithi172:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:13:09.974 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-04-22T22:13:09.975 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T22:13:10.039 DEBUG:teuthology.orchestra.run.smithi146:> sudo service rsyslog restart 2024-04-22T22:13:10.041 DEBUG:teuthology.orchestra.run.smithi172:> sudo service rsyslog restart 2024-04-22T22:13:10.081 INFO:teuthology.orchestra.run.smithi146.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:13:10.115 INFO:teuthology.orchestra.run.smithi172.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:13:10.450 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-22T22:13:10.458 INFO:teuthology.task.internal:Starting timer... 2024-04-22T22:13:10.458 INFO:teuthology.run_tasks:Running task pcp... 2024-04-22T22:13:10.570 INFO:teuthology.run_tasks:Running task selinux... 2024-04-22T22:13:10.579 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-22T22:13:10.580 DEBUG:teuthology.orchestra.run.smithi146:> sudo service auditd rotate 2024-04-22T22:13:10.622 INFO:teuthology.orchestra.run.smithi146.stdout:Rotating logs: 2024-04-22T22:13:10.624 DEBUG:teuthology.orchestra.run.smithi172:> sudo service auditd rotate 2024-04-22T22:13:10.690 INFO:teuthology.orchestra.run.smithi172.stdout:Rotating logs: 2024-04-22T22:13:10.692 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-22T22:13:10.692 DEBUG:teuthology.orchestra.run.smithi146:> /usr/sbin/getenforce 2024-04-22T22:13:10.715 INFO:teuthology.orchestra.run.smithi146.stdout:Permissive 2024-04-22T22:13:10.715 DEBUG:teuthology.orchestra.run.smithi172:> /usr/sbin/getenforce 2024-04-22T22:13:10.739 INFO:teuthology.orchestra.run.smithi172.stdout:Permissive 2024-04-22T22:13:10.739 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi146.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi172.front.sepia.ceph.com': 'permissive'} 2024-04-22T22:13:10.739 DEBUG:teuthology.orchestra.run.smithi146:> 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-22T22:13:10.780 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:13:10.780 DEBUG:teuthology.orchestra.run.smithi172:> 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-22T22:13:10.804 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:13:10.804 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-22T22:13:10.804 DEBUG:teuthology.orchestra.run.smithi146:> sudo /usr/sbin/setenforce permissive 2024-04-22T22:13:10.844 DEBUG:teuthology.orchestra.run.smithi172:> sudo /usr/sbin/setenforce permissive 2024-04-22T22:13:10.869 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-22T22:13:10.878 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-22T22:13:10.894 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-22T22:13:10.895 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi146.front.sepia.ceph.com,smithi172.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-22T22:16:53.323 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi146.front.sepia.ceph.com'), Remote(name='ubuntu@smithi172.front.sepia.ceph.com')] 2024-04-22T22:16:53.325 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi146.front.sepia.ceph.com' 2024-04-22T22:16:53.326 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi146.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:16:53.416 DEBUG:teuthology.orchestra.run.smithi146:> true 2024-04-22T22:16:53.494 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi146.front.sepia.ceph.com' 2024-04-22T22:16:53.494 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2024-04-22T22:16:53.495 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:16:53.573 DEBUG:teuthology.orchestra.run.smithi172:> true 2024-04-22T22:16:53.654 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi172.front.sepia.ceph.com' 2024-04-22T22:16:53.654 INFO:teuthology.run_tasks:Running task clock... 2024-04-22T22:16:53.664 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-22T22:16:53.664 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T22:16:53.665 DEBUG:teuthology.orchestra.run.smithi146:> 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-22T22:16:53.667 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T22:16:53.667 DEBUG:teuthology.orchestra.run.smithi172:> 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-22T22:16:53.694 INFO:teuthology.orchestra.run.smithi146.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T22:16:53.708 INFO:teuthology.orchestra.run.smithi146.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T22:16:53.725 INFO:teuthology.orchestra.run.smithi172.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T22:16:53.731 INFO:teuthology.orchestra.run.smithi146.stderr:sudo: ntpd: command not found 2024-04-22T22:16:53.737 INFO:teuthology.orchestra.run.smithi172.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T22:16:53.741 INFO:teuthology.orchestra.run.smithi146.stdout:506 Cannot talk to daemon 2024-04-22T22:16:53.755 INFO:teuthology.orchestra.run.smithi146.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T22:16:53.760 INFO:teuthology.orchestra.run.smithi172.stderr:sudo: ntpd: command not found 2024-04-22T22:16:53.768 INFO:teuthology.orchestra.run.smithi146.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T22:16:53.770 INFO:teuthology.orchestra.run.smithi172.stdout:506 Cannot talk to daemon 2024-04-22T22:16:53.783 INFO:teuthology.orchestra.run.smithi172.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T22:16:53.796 INFO:teuthology.orchestra.run.smithi172.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T22:16:53.825 INFO:teuthology.orchestra.run.smithi146.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:16:53.829 INFO:teuthology.orchestra.run.smithi146.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:16:53.829 INFO:teuthology.orchestra.run.smithi146.stdout:=============================================================================== 2024-04-22T22:16:53.829 INFO:teuthology.orchestra.run.smithi146.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:16:53.829 INFO:teuthology.orchestra.run.smithi146.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:16:53.829 INFO:teuthology.orchestra.run.smithi146.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:16:53.829 INFO:teuthology.orchestra.run.smithi146.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:16:53.850 INFO:teuthology.orchestra.run.smithi172.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:16:53.853 INFO:teuthology.orchestra.run.smithi172.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:16:53.853 INFO:teuthology.orchestra.run.smithi172.stdout:=============================================================================== 2024-04-22T22:16:53.853 INFO:teuthology.orchestra.run.smithi172.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:16:53.853 INFO:teuthology.orchestra.run.smithi172.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:16:53.854 INFO:teuthology.orchestra.run.smithi172.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:16:53.854 INFO:teuthology.orchestra.run.smithi172.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:16:53.854 INFO:teuthology.run_tasks:Running task pexec... 2024-04-22T22:16:53.864 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-22T22:16:53.865 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi146.front.sepia.ceph.com 2024-04-22T22:16:53.865 DEBUG:teuthology.orchestra.run.smithi146:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-22T22:16:53.865 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi172.front.sepia.ceph.com 2024-04-22T22:16:53.865 DEBUG:teuthology.orchestra.run.smithi172:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-22T22:16:54.394 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:00:40 ago on Mon 22 Apr 2024 10:16:14 PM UTC. 2024-04-22T22:16:54.420 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:00:48 ago on Mon 22 Apr 2024 10:16:06 PM UTC. 2024-04-22T22:16:54.510 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2024-04-22T22:16:54.511 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-04-22T22:16:54.511 INFO:teuthology.orchestra.run.smithi146.stdout: Package Architecture Version Repository Size 2024-04-22T22:16:54.511 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-04-22T22:16:54.511 INFO:teuthology.orchestra.run.smithi146.stdout:Installing: 2024-04-22T22:16:54.511 INFO:teuthology.orchestra.run.smithi146.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-22T22:16:54.512 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-04-22T22:16:54.512 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction Summary 2024-04-22T22:16:54.512 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-04-22T22:16:54.512 INFO:teuthology.orchestra.run.smithi146.stdout:Install 1 Package 2024-04-22T22:16:54.512 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-04-22T22:16:54.512 INFO:teuthology.orchestra.run.smithi146.stdout:Total download size: 3.1 M 2024-04-22T22:16:54.512 INFO:teuthology.orchestra.run.smithi146.stdout:Installed size: 9.8 M 2024-04-22T22:16:54.512 INFO:teuthology.orchestra.run.smithi146.stdout:Downloading Packages: 2024-04-22T22:16:54.537 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2024-04-22T22:16:54.538 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2024-04-22T22:16:54.538 INFO:teuthology.orchestra.run.smithi172.stdout: Package Architecture Version Repository Size 2024-04-22T22:16:54.538 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2024-04-22T22:16:54.538 INFO:teuthology.orchestra.run.smithi172.stdout:Installing: 2024-04-22T22:16:54.538 INFO:teuthology.orchestra.run.smithi172.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-22T22:16:54.538 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-04-22T22:16:54.538 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction Summary 2024-04-22T22:16:54.539 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2024-04-22T22:16:54.539 INFO:teuthology.orchestra.run.smithi172.stdout:Install 1 Package 2024-04-22T22:16:54.539 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-04-22T22:16:54.539 INFO:teuthology.orchestra.run.smithi172.stdout:Total download size: 3.1 M 2024-04-22T22:16:54.539 INFO:teuthology.orchestra.run.smithi172.stdout:Installed size: 9.8 M 2024-04-22T22:16:54.539 INFO:teuthology.orchestra.run.smithi172.stdout:Downloading Packages: 2024-04-22T22:16:54.867 INFO:teuthology.orchestra.run.smithi172.stdout:runc-1.1.12-2.el9.x86_64.rpm 19 MB/s | 3.1 MB 00:00 2024-04-22T22:16:54.867 INFO:teuthology.orchestra.run.smithi172.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:16:54.867 INFO:teuthology.orchestra.run.smithi172.stdout:Total 9.5 MB/s | 3.1 MB 00:00 2024-04-22T22:16:54.903 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction check 2024-04-22T22:16:54.909 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction check succeeded. 2024-04-22T22:16:54.909 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction test 2024-04-22T22:16:54.994 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction test succeeded. 2024-04-22T22:16:54.995 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction 2024-04-22T22:16:55.031 INFO:teuthology.orchestra.run.smithi146.stdout:runc-1.1.12-2.el9.x86_64.rpm 13 MB/s | 3.1 MB 00:00 2024-04-22T22:16:55.031 INFO:teuthology.orchestra.run.smithi146.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:16:55.031 INFO:teuthology.orchestra.run.smithi146.stdout:Total 6.0 MB/s | 3.1 MB 00:00 2024-04-22T22:16:55.066 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction check 2024-04-22T22:16:55.073 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction check succeeded. 2024-04-22T22:16:55.073 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction test 2024-04-22T22:16:55.156 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction test succeeded. 2024-04-22T22:16:55.156 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction 2024-04-22T22:16:55.210 INFO:teuthology.orchestra.run.smithi172.stdout: Preparing : 1/1 2024-04-22T22:16:55.310 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:16:55.374 INFO:teuthology.orchestra.run.smithi146.stdout: Preparing : 1/1 2024-04-22T22:16:55.465 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:16:55.844 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:16:55.952 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:16:56.151 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:16:56.151 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-04-22T22:16:56.152 INFO:teuthology.orchestra.run.smithi172.stdout:Installed: 2024-04-22T22:16:56.152 INFO:teuthology.orchestra.run.smithi172.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-22T22:16:56.152 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-04-22T22:16:56.152 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2024-04-22T22:16:56.240 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:16:56.240 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-04-22T22:16:56.240 INFO:teuthology.orchestra.run.smithi146.stdout:Installed: 2024-04-22T22:16:56.240 INFO:teuthology.orchestra.run.smithi146.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-22T22:16:56.240 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-04-22T22:16:56.240 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2024-04-22T22:16:56.461 DEBUG:teuthology.parallel:result is None 2024-04-22T22:16:56.472 DEBUG:teuthology.parallel:result is None 2024-04-22T22:16:56.473 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-04-22T22:16:56.483 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-04-22T22:16:56.483 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2024-04-22T22:16:56.483 DEBUG:teuthology.orchestra.run.smithi146:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T22:16:56.499 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-22T22:16:56.499 DEBUG:teuthology.orchestra.run.smithi146:> stat /dev/vg_nvme/lv_1 2024-04-22T22:16:56.553 INFO:teuthology.orchestra.run.smithi146.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-22T22:16:56.554 INFO:teuthology.orchestra.run.smithi146.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T22:16:56.554 INFO:teuthology.orchestra.run.smithi146.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-04-22T22:16:56.554 INFO:teuthology.orchestra.run.smithi146.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T22:16:56.554 INFO:teuthology.orchestra.run.smithi146.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T22:16:56.554 INFO:teuthology.orchestra.run.smithi146.stdout:Access: 2024-04-22 22:16:52.279603919 +0000 2024-04-22T22:16:56.554 INFO:teuthology.orchestra.run.smithi146.stdout:Modify: 2024-04-22 22:16:34.784857515 +0000 2024-04-22T22:16:56.554 INFO:teuthology.orchestra.run.smithi146.stdout:Change: 2024-04-22 22:16:34.784857515 +0000 2024-04-22T22:16:56.554 INFO:teuthology.orchestra.run.smithi146.stdout: Birth: 2024-04-22 22:16:34.784857515 +0000 2024-04-22T22:16:56.554 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-22T22:16:56.617 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records in 2024-04-22T22:16:56.618 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records out 2024-04-22T22:16:56.618 INFO:teuthology.orchestra.run.smithi146.stderr:512 bytes copied, 0.000268369 s, 1.9 MB/s 2024-04-22T22:16:56.619 DEBUG:teuthology.orchestra.run.smithi146:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-22T22:16:56.675 DEBUG:teuthology.orchestra.run.smithi146:> stat /dev/vg_nvme/lv_2 2024-04-22T22:16:56.730 INFO:teuthology.orchestra.run.smithi146.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-22T22:16:56.730 INFO:teuthology.orchestra.run.smithi146.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T22:16:56.730 INFO:teuthology.orchestra.run.smithi146.stdout:Device: 5h/5d Inode: 682 Links: 1 2024-04-22T22:16:56.730 INFO:teuthology.orchestra.run.smithi146.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T22:16:56.730 INFO:teuthology.orchestra.run.smithi146.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T22:16:56.730 INFO:teuthology.orchestra.run.smithi146.stdout:Access: 2024-04-22 22:16:52.279603919 +0000 2024-04-22T22:16:56.730 INFO:teuthology.orchestra.run.smithi146.stdout:Modify: 2024-04-22 22:16:35.131852485 +0000 2024-04-22T22:16:56.730 INFO:teuthology.orchestra.run.smithi146.stdout:Change: 2024-04-22 22:16:35.131852485 +0000 2024-04-22T22:16:56.730 INFO:teuthology.orchestra.run.smithi146.stdout: Birth: 2024-04-22 22:16:35.131852485 +0000 2024-04-22T22:16:56.731 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-22T22:16:56.793 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records in 2024-04-22T22:16:56.794 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records out 2024-04-22T22:16:56.794 INFO:teuthology.orchestra.run.smithi146.stderr:512 bytes copied, 0.000196518 s, 2.6 MB/s 2024-04-22T22:16:56.795 DEBUG:teuthology.orchestra.run.smithi146:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-22T22:16:56.850 DEBUG:teuthology.orchestra.run.smithi146:> stat /dev/vg_nvme/lv_3 2024-04-22T22:16:56.905 INFO:teuthology.orchestra.run.smithi146.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-22T22:16:56.905 INFO:teuthology.orchestra.run.smithi146.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T22:16:56.905 INFO:teuthology.orchestra.run.smithi146.stdout:Device: 5h/5d Inode: 702 Links: 1 2024-04-22T22:16:56.905 INFO:teuthology.orchestra.run.smithi146.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T22:16:56.905 INFO:teuthology.orchestra.run.smithi146.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T22:16:56.905 INFO:teuthology.orchestra.run.smithi146.stdout:Access: 2024-04-22 22:16:52.279603919 +0000 2024-04-22T22:16:56.905 INFO:teuthology.orchestra.run.smithi146.stdout:Modify: 2024-04-22 22:16:35.476847484 +0000 2024-04-22T22:16:56.905 INFO:teuthology.orchestra.run.smithi146.stdout:Change: 2024-04-22 22:16:35.476847484 +0000 2024-04-22T22:16:56.905 INFO:teuthology.orchestra.run.smithi146.stdout: Birth: 2024-04-22 22:16:35.476847484 +0000 2024-04-22T22:16:56.905 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-22T22:16:56.968 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records in 2024-04-22T22:16:56.968 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records out 2024-04-22T22:16:56.968 INFO:teuthology.orchestra.run.smithi146.stderr:512 bytes copied, 0.000196401 s, 2.6 MB/s 2024-04-22T22:16:56.969 DEBUG:teuthology.orchestra.run.smithi146:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-22T22:16:57.026 DEBUG:teuthology.orchestra.run.smithi146:> stat /dev/vg_nvme/lv_4 2024-04-22T22:16:57.088 INFO:teuthology.orchestra.run.smithi146.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-22T22:16:57.089 INFO:teuthology.orchestra.run.smithi146.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T22:16:57.089 INFO:teuthology.orchestra.run.smithi146.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-04-22T22:16:57.089 INFO:teuthology.orchestra.run.smithi146.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T22:16:57.089 INFO:teuthology.orchestra.run.smithi146.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T22:16:57.089 INFO:teuthology.orchestra.run.smithi146.stdout:Access: 2024-04-22 22:16:52.279603919 +0000 2024-04-22T22:16:57.089 INFO:teuthology.orchestra.run.smithi146.stdout:Modify: 2024-04-22 22:16:35.814842585 +0000 2024-04-22T22:16:57.089 INFO:teuthology.orchestra.run.smithi146.stdout:Change: 2024-04-22 22:16:35.814842585 +0000 2024-04-22T22:16:57.089 INFO:teuthology.orchestra.run.smithi146.stdout: Birth: 2024-04-22 22:16:35.814842585 +0000 2024-04-22T22:16:57.089 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-22T22:16:57.153 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records in 2024-04-22T22:16:57.153 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records out 2024-04-22T22:16:57.153 INFO:teuthology.orchestra.run.smithi146.stderr:512 bytes copied, 0.00016889 s, 3.0 MB/s 2024-04-22T22:16:57.154 DEBUG:teuthology.orchestra.run.smithi146:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-22T22:16:57.215 DEBUG:teuthology.orchestra.run.smithi146:> 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-22T22:16:57.333 INFO:teuthology.orchestra.run.smithi146.stdout:loop 2024-04-22T22:16:57.334 INFO:tasks.nvme_loop:Connecting nvme_loop smithi146:/dev/vg_nvme/lv_1... 2024-04-22T22:16:57.335 DEBUG:teuthology.orchestra.run.smithi146:> 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-22T22:16:57.366 INFO:teuthology.orchestra.run.smithi146.stdout:1 2024-04-22T22:16:57.393 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/vg_nvme/lv_11 2024-04-22T22:16:57.416 INFO:tasks.nvme_loop:Connecting nvme_loop smithi146:/dev/vg_nvme/lv_2... 2024-04-22T22:16:57.417 DEBUG:teuthology.orchestra.run.smithi146:> 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-22T22:16:57.489 INFO:teuthology.orchestra.run.smithi146.stdout:1 2024-04-22T22:16:57.516 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/vg_nvme/lv_21 2024-04-22T22:16:57.538 INFO:tasks.nvme_loop:Connecting nvme_loop smithi146:/dev/vg_nvme/lv_3... 2024-04-22T22:16:57.539 DEBUG:teuthology.orchestra.run.smithi146:> 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-22T22:16:57.611 INFO:teuthology.orchestra.run.smithi146.stdout:1 2024-04-22T22:16:57.638 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/vg_nvme/lv_31 2024-04-22T22:16:57.671 INFO:tasks.nvme_loop:Connecting nvme_loop smithi146:/dev/vg_nvme/lv_4... 2024-04-22T22:16:57.672 DEBUG:teuthology.orchestra.run.smithi146:> 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-22T22:16:57.743 INFO:teuthology.orchestra.run.smithi146.stdout:1 2024-04-22T22:16:57.775 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/vg_nvme/lv_41 2024-04-22T22:16:57.796 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2024-04-22T22:16:57.796 DEBUG:teuthology.orchestra.run.smithi146:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T22:16:57.857 DEBUG:teuthology.orchestra.run.smithi146:> sudo nvme list 2024-04-22T22:16:57.919 INFO:teuthology.orchestra.run.smithi146.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-22T22:16:57.919 INFO:teuthology.orchestra.run.smithi146.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-22T22:16:57.919 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/nvme0n1 CVFT623300GB400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-22T22:16:57.919 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/nvme1n1 7efbf78a8c98ad7ad529 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-22T22:16:57.919 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/nvme2n1 9d3cfe9883c4a0076431 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-22T22:16:57.920 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/nvme3n1 830b489a7fdc5ca82dc3 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-22T22:16:57.920 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/nvme4n1 8c70a66152b515b2c6ba Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-22T22:16:57.920 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-22T22:16:57.921 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2024-04-22T22:16:57.921 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd of=/scratch_devs 2024-04-22T22:16:57.984 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-04-22T22:16:57.984 DEBUG:teuthology.orchestra.run.smithi172:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T22:16:58.000 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-22T22:16:58.000 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_1 2024-04-22T22:16:58.056 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-22T22:16:58.056 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T22:16:58.056 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-04-22T22:16:58.056 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T22:16:58.056 INFO:teuthology.orchestra.run.smithi172.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T22:16:58.056 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2024-04-22 22:16:52.305838089 +0000 2024-04-22T22:16:58.056 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2024-04-22 22:16:27.477442095 +0000 2024-04-22T22:16:58.056 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2024-04-22 22:16:27.477442095 +0000 2024-04-22T22:16:58.056 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: 2024-04-22 22:16:27.477442095 +0000 2024-04-22T22:16:58.056 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-22T22:16:58.119 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2024-04-22T22:16:58.119 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2024-04-22T22:16:58.119 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000192073 s, 2.7 MB/s 2024-04-22T22:16:58.120 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-22T22:16:58.179 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_2 2024-04-22T22:16:58.235 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-22T22:16:58.235 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T22:16:58.235 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-04-22T22:16:58.235 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T22:16:58.235 INFO:teuthology.orchestra.run.smithi172.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T22:16:58.235 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2024-04-22 22:16:52.305838089 +0000 2024-04-22T22:16:58.235 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2024-04-22 22:16:27.823433663 +0000 2024-04-22T22:16:58.235 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2024-04-22 22:16:27.823433663 +0000 2024-04-22T22:16:58.236 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: 2024-04-22 22:16:27.823433663 +0000 2024-04-22T22:16:58.236 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-22T22:16:58.298 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2024-04-22T22:16:58.298 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2024-04-22T22:16:58.298 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000220963 s, 2.3 MB/s 2024-04-22T22:16:58.299 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-22T22:16:58.355 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_3 2024-04-22T22:16:58.411 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-22T22:16:58.411 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T22:16:58.411 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 5h/5d Inode: 702 Links: 1 2024-04-22T22:16:58.411 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T22:16:58.411 INFO:teuthology.orchestra.run.smithi172.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T22:16:58.412 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2024-04-22 22:16:52.305838089 +0000 2024-04-22T22:16:58.412 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2024-04-22 22:16:28.168425255 +0000 2024-04-22T22:16:58.412 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2024-04-22 22:16:28.168425255 +0000 2024-04-22T22:16:58.412 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: 2024-04-22 22:16:28.168425255 +0000 2024-04-22T22:16:58.412 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-22T22:16:58.474 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2024-04-22T22:16:58.475 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2024-04-22T22:16:58.475 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000180436 s, 2.8 MB/s 2024-04-22T22:16:58.476 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-22T22:16:58.532 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_4 2024-04-22T22:16:58.587 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-22T22:16:58.587 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T22:16:58.587 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-04-22T22:16:58.587 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T22:16:58.587 INFO:teuthology.orchestra.run.smithi172.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T22:16:58.587 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2024-04-22 22:16:52.305838089 +0000 2024-04-22T22:16:58.587 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2024-04-22 22:16:28.515416798 +0000 2024-04-22T22:16:58.587 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2024-04-22 22:16:28.515416798 +0000 2024-04-22T22:16:58.588 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: 2024-04-22 22:16:28.515416798 +0000 2024-04-22T22:16:58.588 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-22T22:16:58.649 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2024-04-22T22:16:58.650 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2024-04-22T22:16:58.650 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000192276 s, 2.7 MB/s 2024-04-22T22:16:58.652 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-22T22:16:58.707 DEBUG:teuthology.orchestra.run.smithi172:> 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-22T22:16:58.866 INFO:teuthology.orchestra.run.smithi172.stdout:loop 2024-04-22T22:16:58.868 INFO:tasks.nvme_loop:Connecting nvme_loop smithi172:/dev/vg_nvme/lv_1... 2024-04-22T22:16:58.868 DEBUG:teuthology.orchestra.run.smithi172:> 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-22T22:16:58.898 INFO:teuthology.orchestra.run.smithi172.stdout:1 2024-04-22T22:16:58.926 INFO:teuthology.orchestra.run.smithi172.stdout:/dev/vg_nvme/lv_11 2024-04-22T22:16:58.949 INFO:tasks.nvme_loop:Connecting nvme_loop smithi172:/dev/vg_nvme/lv_2... 2024-04-22T22:16:58.949 DEBUG:teuthology.orchestra.run.smithi172:> 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-22T22:16:59.021 INFO:teuthology.orchestra.run.smithi172.stdout:1 2024-04-22T22:16:59.067 INFO:teuthology.orchestra.run.smithi172.stdout:/dev/vg_nvme/lv_21 2024-04-22T22:16:59.089 INFO:tasks.nvme_loop:Connecting nvme_loop smithi172:/dev/vg_nvme/lv_3... 2024-04-22T22:16:59.089 DEBUG:teuthology.orchestra.run.smithi172:> 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-22T22:16:59.161 INFO:teuthology.orchestra.run.smithi172.stdout:1 2024-04-22T22:16:59.189 INFO:teuthology.orchestra.run.smithi172.stdout:/dev/vg_nvme/lv_31 2024-04-22T22:16:59.250 INFO:tasks.nvme_loop:Connecting nvme_loop smithi172:/dev/vg_nvme/lv_4... 2024-04-22T22:16:59.250 DEBUG:teuthology.orchestra.run.smithi172:> 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-22T22:16:59.322 INFO:teuthology.orchestra.run.smithi172.stdout:1 2024-04-22T22:16:59.350 INFO:teuthology.orchestra.run.smithi172.stdout:/dev/vg_nvme/lv_41 2024-04-22T22:16:59.381 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-04-22T22:16:59.381 DEBUG:teuthology.orchestra.run.smithi172:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T22:16:59.433 DEBUG:teuthology.orchestra.run.smithi172:> sudo nvme list 2024-04-22T22:16:59.497 INFO:teuthology.orchestra.run.smithi172.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-22T22:16:59.497 INFO:teuthology.orchestra.run.smithi172.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-22T22:16:59.497 INFO:teuthology.orchestra.run.smithi172.stdout:/dev/nvme0n1 CVFT6233005M400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-22T22:16:59.497 INFO:teuthology.orchestra.run.smithi172.stdout:/dev/nvme1n1 392786a470652e8bbbf5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-22T22:16:59.497 INFO:teuthology.orchestra.run.smithi172.stdout:/dev/nvme2n1 c9e6d3f182264841a359 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-22T22:16:59.497 INFO:teuthology.orchestra.run.smithi172.stdout:/dev/nvme3n1 ac878f716c172ba89480 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-22T22:16:59.497 INFO:teuthology.orchestra.run.smithi172.stdout:/dev/nvme4n1 790300c7468c21b1d78c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-22T22:16:59.498 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-22T22:16:59.498 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-04-22T22:16:59.498 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/scratch_devs 2024-04-22T22:16:59.562 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-22T22:16:59.674 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-22T22:16:59.674 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:16:59.675 INFO:tasks.cephadm:Cluster fsid is 09b787e8-00f6-11ef-bc93-c7b262605968 2024-04-22T22:16:59.675 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-22T22:16:59.675 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-04-22T22:16:59.675 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi146': '172.21.15.146', 'mon.smithi172': '172.21.15.172'} 2024-04-22T22:16:59.675 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-22T22:16:59.676 DEBUG:teuthology.orchestra.run.smithi146:> sudo hostname $(hostname -s) 2024-04-22T22:16:59.704 DEBUG:teuthology.orchestra.run.smithi172:> sudo hostname $(hostname -s) 2024-04-22T22:16:59.730 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-22T22:16:59.731 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-22T22:16:59.879 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-22T22:17:00.109 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-22T22:17:00.111 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm 2024-04-22T22:17:00.111 DEBUG:teuthology.orchestra.run.smithi146:> 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-22T22:17:01.043 INFO:teuthology.orchestra.run.smithi146.stdout:-rw-r--r--. 1 ubuntu ubuntu 781227 Apr 22 22:17 /home/ubuntu/cephtest/cephadm 2024-04-22T22:17:01.044 DEBUG:teuthology.orchestra.run.smithi172:> 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-22T22:17:01.557 INFO:teuthology.orchestra.run.smithi172.stdout:-rw-r--r--. 1 ubuntu ubuntu 781227 Apr 22 22:17 /home/ubuntu/cephtest/cephadm 2024-04-22T22:17:01.558 DEBUG:teuthology.orchestra.run.smithi146:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T22:17:01.577 DEBUG:teuthology.orchestra.run.smithi172:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T22:17:01.604 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f on all hosts... 2024-04-22T22:17:01.604 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull 2024-04-22T22:17:01.619 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull 2024-04-22T22:17:03.024 INFO:teuthology.orchestra.run.smithi146.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:17:03.217 INFO:teuthology.orchestra.run.smithi146.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:17:03.217 INFO:teuthology.orchestra.run.smithi146.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:17:03.217 INFO:teuthology.orchestra.run.smithi146.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-22T22:17:03.217 INFO:teuthology.orchestra.run.smithi146.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:17:03.242 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:17:03.242 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 smithi146 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T22:17:03.243 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-22T22:17:03.245 DEBUG:teuthology.misc:Transferring archived files from smithi146:/var/lib/ceph/09b787e8-00f6-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668857/remote/smithi146/crash 2024-04-22T22:17:03.246 DEBUG:teuthology.orchestra.run.smithi146:> sudo tar c -f - -C /var/lib/ceph/09b787e8-00f6-11ef-bc93-c7b262605968/crash -- . 2024-04-22T22:17:03.290 INFO:teuthology.orchestra.run.smithi146.stderr:tar: /var/lib/ceph/09b787e8-00f6-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T22:17:03.290 INFO:teuthology.orchestra.run.smithi146.stderr:tar: Error is not recoverable: exiting now 2024-04-22T22:17:03.292 DEBUG:teuthology.misc:Transferring archived files from smithi172:/var/lib/ceph/09b787e8-00f6-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668857/remote/smithi172/crash 2024-04-22T22:17:03.293 DEBUG:teuthology.orchestra.run.smithi172:> sudo tar c -f - -C /var/lib/ceph/09b787e8-00f6-11ef-bc93-c7b262605968/crash -- . 2024-04-22T22:17:03.350 INFO:teuthology.orchestra.run.smithi172.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:17:03.351 INFO:teuthology.orchestra.run.smithi172.stderr:tar: /var/lib/ceph/09b787e8-00f6-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T22:17:03.352 INFO:teuthology.orchestra.run.smithi172.stderr:tar: Error is not recoverable: exiting now 2024-04-22T22:17:03.353 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-22T22:17:03.353 DEBUG:teuthology.orchestra.run.smithi146:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/09b787e8-00f6-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-22T22:17:03.377 INFO:teuthology.orchestra.run.smithi146.stderr:grep: /var/log/ceph/09b787e8-00f6-11ef-bc93-c7b262605968/ceph.log: No such file or directory 2024-04-22T22:17:03.378 INFO:tasks.cephadm:Compressing logs... 2024-04-22T22:17:03.378 DEBUG:teuthology.orchestra.run.smithi146:> 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-22T22:17:03.420 DEBUG:teuthology.orchestra.run.smithi172:> 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-22T22:17:03.441 INFO:teuthology.orchestra.run.smithi146.stderr:find: ‘/var/log/rbd-target-api’gzip: No such file or directory -5 2024-04-22T22:17:03.441 INFO:teuthology.orchestra.run.smithi146.stderr: --verbose -- /var/log/ceph/cephadm.log 2024-04-22T22:17:03.441 INFO:teuthology.orchestra.run.smithi146.stderr:/var/log/ceph/cephadm.log: 73.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T22:17:03.443 INFO:teuthology.orchestra.run.smithi146.stderr: 2024-04-22T22:17:03.443 INFO:teuthology.orchestra.run.smithi146.stderr:real 0m0.011s 2024-04-22T22:17:03.443 INFO:teuthology.orchestra.run.smithi146.stderr:user 0m0.007s 2024-04-22T22:17:03.443 INFO:teuthology.orchestra.run.smithi146.stderr:sys 0m0.013s 2024-04-22T22:17:03.445 INFO:teuthology.orchestra.run.smithi172.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T22:17:03.445 INFO:teuthology.orchestra.run.smithi172.stderr:: No such file or directory 2024-04-22T22:17:03.445 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/cephadm.log: 55.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T22:17:03.447 INFO:teuthology.orchestra.run.smithi172.stderr: 2024-04-22T22:17:03.447 INFO:teuthology.orchestra.run.smithi172.stderr:real 0m0.012s 2024-04-22T22:17:03.447 INFO:teuthology.orchestra.run.smithi172.stderr:user 0m0.006s 2024-04-22T22:17:03.447 INFO:teuthology.orchestra.run.smithi172.stderr:sys 0m0.015s 2024-04-22T22:17:03.448 INFO:tasks.cephadm:Archiving logs... 2024-04-22T22:17:03.448 DEBUG:teuthology.misc:Transferring archived files from smithi146:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668857/remote/smithi146/log 2024-04-22T22:17:03.449 DEBUG:teuthology.orchestra.run.smithi146:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T22:17:03.507 DEBUG:teuthology.misc:Transferring archived files from smithi172:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668857/remote/smithi172/log 2024-04-22T22:17:03.508 DEBUG:teuthology.orchestra.run.smithi172:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T22:17:03.531 INFO:teuthology.orchestra.run.smithi172.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:17:03.532 INFO:teuthology.orchestra.run.smithi172.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:17:03.534 INFO:tasks.cephadm:Removing cluster... 2024-04-22T22:17:03.534 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 09b787e8-00f6-11ef-bc93-c7b262605968 --force 2024-04-22T22:17:03.535 INFO:teuthology.orchestra.run.smithi172.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-22T22:17:03.535 INFO:teuthology.orchestra.run.smithi172.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:17:03.750 INFO:teuthology.orchestra.run.smithi146.stdout:Deleting cluster with fsid: 09b787e8-00f6-11ef-bc93-c7b262605968 2024-04-22T22:17:03.868 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 09b787e8-00f6-11ef-bc93-c7b262605968 --force 2024-04-22T22:17:04.041 INFO:teuthology.orchestra.run.smithi172.stdout:Deleting cluster with fsid: 09b787e8-00f6-11ef-bc93-c7b262605968 2024-04-22T22:17:04.155 INFO:tasks.cephadm:Removing cephadm ... 2024-04-22T22:17:04.156 DEBUG:teuthology.orchestra.run.smithi146:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T22:17:04.175 DEBUG:teuthology.orchestra.run.smithi172:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T22:17:04.190 INFO:tasks.cephadm:Teardown complete 2024-04-22T22:17:04.190 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 smithi146 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T22:17:04.405 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=50056af1760d4651bb108930fe205c17 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 smithi146 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T22:17:04.408 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-22T22:17:04.419 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-04-22T22:17:04.434 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi146:/dev/vg_nvme/lv_1... 2024-04-22T22:17:04.434 DEBUG:teuthology.orchestra.run.smithi146:> sudo nvme disconnect -n lv_1 2024-04-22T22:17:04.590 INFO:teuthology.orchestra.run.smithi146.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-22T22:17:04.591 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:17:04.592 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi146:/dev/vg_nvme/lv_2... 2024-04-22T22:17:04.592 DEBUG:teuthology.orchestra.run.smithi146:> sudo nvme disconnect -n lv_2 2024-04-22T22:17:04.723 INFO:teuthology.orchestra.run.smithi146.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-22T22:17:04.724 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:17:04.724 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi146:/dev/vg_nvme/lv_3... 2024-04-22T22:17:04.725 DEBUG:teuthology.orchestra.run.smithi146:> sudo nvme disconnect -n lv_3 2024-04-22T22:17:04.862 INFO:teuthology.orchestra.run.smithi146.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-22T22:17:04.863 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:17:04.863 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi146:/dev/vg_nvme/lv_4... 2024-04-22T22:17:04.864 DEBUG:teuthology.orchestra.run.smithi146:> sudo nvme disconnect -n lv_4 2024-04-22T22:17:04.998 INFO:teuthology.orchestra.run.smithi146.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-22T22:17:04.999 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:17:04.999 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2024-04-22T22:17:05.000 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd of=/scratch_devs 2024-04-22T22:17:05.022 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi172:/dev/vg_nvme/lv_1... 2024-04-22T22:17:05.023 DEBUG:teuthology.orchestra.run.smithi172:> sudo nvme disconnect -n lv_1 2024-04-22T22:17:05.156 INFO:teuthology.orchestra.run.smithi172.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-22T22:17:05.158 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:17:05.158 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi172:/dev/vg_nvme/lv_2... 2024-04-22T22:17:05.158 DEBUG:teuthology.orchestra.run.smithi172:> sudo nvme disconnect -n lv_2 2024-04-22T22:17:05.287 INFO:teuthology.orchestra.run.smithi172.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-22T22:17:05.289 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:17:05.289 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi172:/dev/vg_nvme/lv_3... 2024-04-22T22:17:05.289 DEBUG:teuthology.orchestra.run.smithi172:> sudo nvme disconnect -n lv_3 2024-04-22T22:17:05.424 INFO:teuthology.orchestra.run.smithi172.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-22T22:17:05.425 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:17:05.426 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi172:/dev/vg_nvme/lv_4... 2024-04-22T22:17:05.426 DEBUG:teuthology.orchestra.run.smithi172:> sudo nvme disconnect -n lv_4 2024-04-22T22:17:05.556 INFO:teuthology.orchestra.run.smithi172.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-22T22:17:05.558 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:17:05.558 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-04-22T22:17:05.558 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/scratch_devs 2024-04-22T22:17:05.586 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-22T22:17:05.604 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-22T22:17:05.604 DEBUG:teuthology.orchestra.run.smithi146:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T22:17:05.612 DEBUG:teuthology.orchestra.run.smithi172:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T22:17:05.625 INFO:teuthology.orchestra.run.smithi146.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:17:05.630 INFO:teuthology.orchestra.run.smithi146.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:17:05.631 INFO:teuthology.orchestra.run.smithi146.stdout:=============================================================================== 2024-04-22T22:17:05.631 INFO:teuthology.orchestra.run.smithi146.stdout:^- hv01.front.sepia.ceph.com 2 6 17 5 +1024us[+1024us] +/- 586ms 2024-04-22T22:17:05.631 INFO:teuthology.orchestra.run.smithi146.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 5 -96us[ -96us] +/- 68ms 2024-04-22T22:17:05.632 INFO:teuthology.orchestra.run.smithi146.stdout:^* hv03.front.sepia.ceph.com 3 6 17 5 +98us[ +93us] +/- 63ms 2024-04-22T22:17:05.632 INFO:teuthology.orchestra.run.smithi146.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:17:05.642 INFO:teuthology.orchestra.run.smithi172.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:17:05.647 INFO:teuthology.orchestra.run.smithi172.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:17:05.648 INFO:teuthology.orchestra.run.smithi172.stdout:=============================================================================== 2024-04-22T22:17:05.648 INFO:teuthology.orchestra.run.smithi172.stdout:^- hv01.front.sepia.ceph.com 2 6 17 5 +1021us[+1021us] +/- 586ms 2024-04-22T22:17:05.648 INFO:teuthology.orchestra.run.smithi172.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 5 -103us[ -103us] +/- 68ms 2024-04-22T22:17:05.649 INFO:teuthology.orchestra.run.smithi172.stdout:^* hv03.front.sepia.ceph.com 3 6 17 5 +103us[ +109us] +/- 63ms 2024-04-22T22:17:05.649 INFO:teuthology.orchestra.run.smithi172.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:17:05.649 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-22T22:17:05.660 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-22T22:17:05.661 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-22T22:17:05.671 DEBUG:teuthology.orchestra.run.smithi146:> 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-22T22:17:05.727 DEBUG:teuthology.orchestra.run.smithi172:> 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-22T22:17:05.786 DEBUG:teuthology.orchestra.run.smithi146:> 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-22T22:17:05.814 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:17:05.815 DEBUG:teuthology.orchestra.run.smithi172:> 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-22T22:17:05.845 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:17:05.846 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-22T22:17:05.855 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-22T22:17:05.864 INFO:teuthology.task.internal:Duration was 235.405875 seconds 2024-04-22T22:17:05.865 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-22T22:17:05.873 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-22T22:17:05.874 DEBUG:teuthology.orchestra.run.smithi146:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T22:17:05.876 DEBUG:teuthology.orchestra.run.smithi172:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T22:17:05.910 INFO:teuthology.orchestra.run.smithi146.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:17:05.924 INFO:teuthology.orchestra.run.smithi172.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:17:06.204 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-22T22:17:06.204 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi146.front.sepia.ceph.com 2024-04-22T22:17:06.204 DEBUG:teuthology.orchestra.run.smithi146:> 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-22T22:17:06.224 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi172.front.sepia.ceph.com 2024-04-22T22:17:06.225 DEBUG:teuthology.orchestra.run.smithi172:> 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-22T22:17:06.270 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-22T22:17:06.270 DEBUG:teuthology.orchestra.run.smithi146:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T22:17:06.272 DEBUG:teuthology.orchestra.run.smithi172:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T22:17:06.335 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-22T22:17:06.336 DEBUG:teuthology.orchestra.run.smithi146:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T22:17:06.338 DEBUG:teuthology.orchestra.run.smithi172:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T22:17:06.463 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-22T22:17:06.473 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-22T22:17:06.474 DEBUG:teuthology.orchestra.run.smithi146:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T22:17:06.498 DEBUG:teuthology.orchestra.run.smithi172:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T22:17:06.521 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-22T22:17:06.533 DEBUG:teuthology.orchestra.run.smithi146:> 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-22T22:17:06.540 DEBUG:teuthology.orchestra.run.smithi172:> 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-22T22:17:06.560 INFO:teuthology.orchestra.run.smithi146.stdout:kernel.core_pattern = core 2024-04-22T22:17:06.582 INFO:teuthology.orchestra.run.smithi172.stdout:kernel.core_pattern = core 2024-04-22T22:17:06.636 DEBUG:teuthology.orchestra.run.smithi146:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T22:17:06.650 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:17:06.651 DEBUG:teuthology.orchestra.run.smithi172:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T22:17:06.691 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:17:06.691 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-22T22:17:06.707 INFO:teuthology.task.internal:Transferring archived files... 2024-04-22T22:17:06.708 DEBUG:teuthology.misc:Transferring archived files from smithi146:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668857/remote/smithi146 2024-04-22T22:17:06.708 DEBUG:teuthology.orchestra.run.smithi146:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T22:17:06.746 DEBUG:teuthology.misc:Transferring archived files from smithi172:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668857/remote/smithi172 2024-04-22T22:17:06.747 DEBUG:teuthology.orchestra.run.smithi172:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T22:17:06.783 INFO:teuthology.task.internal:Removing archive directory... 2024-04-22T22:17:06.783 DEBUG:teuthology.orchestra.run.smithi146:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T22:17:06.786 DEBUG:teuthology.orchestra.run.smithi172:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T22:17:06.835 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-22T22:17:06.849 INFO:teuthology.task.internal:Not uploading archives. 2024-04-22T22:17:06.849 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-22T22:17:06.860 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-22T22:17:06.860 DEBUG:teuthology.orchestra.run.smithi146:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T22:17:06.863 DEBUG:teuthology.orchestra.run.smithi172:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T22:17:06.875 INFO:teuthology.orchestra.run.smithi146.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 22:17 /home/ubuntu/cephtest 2024-04-22T22:17:06.890 INFO:teuthology.orchestra.run.smithi172.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 22:17 /home/ubuntu/cephtest 2024-04-22T22:17:06.892 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-22T22:17:06.902 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-22T22:17:06.925 INFO:teuthology.nuke:Checking targets against current locks 2024-04-22T22:17:06.952 DEBUG:teuthology.nuke:shortname: smithi146 2024-04-22T22:17:06.952 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T22:17:06.976 DEBUG:teuthology.nuke:shortname: smithi172 2024-04-22T22:17:06.977 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T22:17:06.983 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi146.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668857', '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 22:05:54.949252', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNd/xt+c5k30NXFrU2zQSTSDtHC5/Ytb5FMmAFvx4mreq/CHI6bw54rrfF6pTDPpVUA3n47umnb1h+BrSn4rNMg='} 2024-04-22T22:17:07.005 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi172.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668857', '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 22:05:54.946618', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE3AgiBb1QdgVLqnLKGyzvlddRICcZ5Gtwcm0SPtTQVSoiJN5poO8hJzhLQ7POMfwrxc+IWnYzz94ErdMmqFDsU='} 2024-04-22T22:17:07.043 INFO:teuthology.orchestra.console.smithi146:Power off 2024-04-22T22:17:07.044 DEBUG:teuthology.orchestra.console.smithi146:pexpect command: ipmitool -H smithi146.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T22:17:07.071 DEBUG:teuthology.orchestra.console.smithi146:power off output: Chassis Power Control: Down/Off 2024-04-22T22:17:07.072 DEBUG:teuthology.orchestra.console.smithi146:pexpect command: ipmitool -H smithi146.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:17:07.090 INFO:teuthology.orchestra.console.smithi172:Power off 2024-04-22T22:17:07.090 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T22:17:07.099 DEBUG:teuthology.orchestra.console.smithi146:check power output: Chassis Power is on 2024-04-22T22:17:07.113 DEBUG:teuthology.orchestra.console.smithi172:power off output: Chassis Power Control: Down/Off 2024-04-22T22:17:07.114 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:17:07.146 DEBUG:teuthology.orchestra.console.smithi172:check power output: Chassis Power is on 2024-04-22T22:17:11.101 DEBUG:teuthology.orchestra.console.smithi146:pexpect command: ipmitool -H smithi146.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:17:11.148 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:17:11.217 DEBUG:teuthology.orchestra.console.smithi146:check power output: Chassis Power is on 2024-04-22T22:17:11.259 DEBUG:teuthology.orchestra.console.smithi172:check power output: Chassis Power is on 2024-04-22T22:17:15.222 DEBUG:teuthology.orchestra.console.smithi146:pexpect command: ipmitool -H smithi146.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:17:15.260 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:17:15.333 DEBUG:teuthology.orchestra.console.smithi146:check power output: Chassis Power is off 2024-04-22T22:17:15.373 DEBUG:teuthology.orchestra.console.smithi172:check power output: Chassis Power is on 2024-04-22T22:17:15.434 INFO:teuthology.orchestra.console.smithi146:Power off completed 2024-04-22T22:17:19.374 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:17:19.486 DEBUG:teuthology.orchestra.console.smithi172:check power output: Chassis Power is off 2024-04-22T22:17:19.587 INFO:teuthology.orchestra.console.smithi172:Power off completed 2024-04-22T22:17:19.691 INFO:teuthology.run:Summary data: description: orch/cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} duration: 235.40587496757507 failure_reason: 'Command failed on smithi146 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=50056af1760d4651bb108930fe205c17 status: fail success: false 2024-04-22T22:17:19.692 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T22:17:19.783 INFO:teuthology.run:FAIL