2024-04-22T21:32:25.008 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-22T21:32:25.008 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668766 --name teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi --verbose --owner scheduled_teuthology@teuthology --description orch/cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/client-keyring 3-final} -- /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668766/orig.config.yaml 2024-04-22T21:32:25.041 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T21:32:25.115 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668766 branch: squid description: orch/cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/client-keyring 3-final} email: ceph-qa@ceph.com first_in_suite: false job_id: '7668766' 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: smithi097.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAsSw/2j3PeEC/VSq6UwonpjRgpNsb5eGdAPunJdjQY2Px8fqumMBGfhzp1RJExTdjBxzVIC5k+DZ9SJTOIoXX4= smithi196.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ/ry1EqvPwPuXxFVaOQaj5vD1HKF2GcN4H08+J6WJu7rRjZ59LygNJgWJHspnVt/ncLfA0E2n1Ds0Xdk75+Pw0= 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 - cephadm.shell: host.a: - ceph orch host label add `hostname` foo - ceph auth get-or-create client.foo mon 'allow r' - ceph orch client-keyring set client.foo label:foo --mode 770 --owner 11111:22222 - exec: host.a: - while ! test -e /etc/ceph/ceph.client.foo.keyring ; do sleep 1 ; done - ls -al /etc/ceph/ceph.client.foo.keyring | grep rwxrwx--- - ls -al /etc/ceph/ceph.client.foo.keyring | grep 11111 - ls -al /etc/ceph/ceph.client.foo.keyring | grep 22222 - test -e /etc/ceph/ceph.conf - exec: host.b: - test ! -e /etc/ceph/ceph.client.foo.keyring - cephadm.shell: host.b: - ceph orch host label add `hostname` foo - exec: host.b: - while ! test -e /etc/ceph/ceph.client.foo.keyring ; do sleep 1 ; done - ls -al /etc/ceph/ceph.client.foo.keyring | grep rwxrwx--- - ls -al /etc/ceph/ceph.client.foo.keyring | grep 11111 - ls -al /etc/ceph/ceph.client.foo.keyring | grep 22222 - cephadm.shell: host.b: - ceph orch host label rm `hostname` foo - exec: host.b: - while test -e /etc/ceph/ceph.client.foo.keyring ; do sleep 1 ; done - exec: host.a: - test -e /etc/ceph/ceph.client.foo.keyring - cephadm.shell: host.a: - ceph orch client-keyring rm client.foo - exec: host.a: - while test -e /etc/ceph/ceph.client.foo.keyring ; do sleep 1 ; done - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-22_21:08:03 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-22T21:32:25.116 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa; will attempt to use it 2024-04-22T21:32:25.116 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks 2024-04-22T21:32:25.116 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-22T21:32:25.118 INFO:teuthology.task.internal:Checking packages... 2024-04-22T21:32:25.141 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '430e09df97c8fc7dc2b2ae424f68ed11366c540f' 2024-04-22T21:32:25.142 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-22T21:32:25.142 INFO:teuthology.packaging:ref: None 2024-04-22T21:32:25.142 INFO:teuthology.packaging:tag: None 2024-04-22T21:32:25.142 INFO:teuthology.packaging:branch: squid 2024-04-22T21:32:25.142 INFO:teuthology.packaging:sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:32:25.142 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=squid 2024-04-22T21:32:25.449 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2420.g246d7127 2024-04-22T21:32:25.450 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-22T21:32:25.457 INFO:teuthology.task.internal:no buildpackages task found 2024-04-22T21:32:25.457 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-22T21:32:25.469 INFO:teuthology.task.internal:Saving configuration 2024-04-22T21:32:25.481 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-22T21:32:25.487 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T21:32:25.510 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi097.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668766', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 21:27:26.052999', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAsSw/2j3PeEC/VSq6UwonpjRgpNsb5eGdAPunJdjQY2Px8fqumMBGfhzp1RJExTdjBxzVIC5k+DZ9SJTOIoXX4='} 2024-04-22T21:32:25.531 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi196.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668766', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 21:27:26.050111', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ/ry1EqvPwPuXxFVaOQaj5vD1HKF2GcN4H08+J6WJu7rRjZ59LygNJgWJHspnVt/ncLfA0E2n1Ds0Xdk75+Pw0='} 2024-04-22T21:32:25.531 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-22T21:32:25.538 INFO:teuthology.task.internal:roles: ubuntu@smithi097.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-04-22T21:32:25.538 INFO:teuthology.task.internal:roles: ubuntu@smithi196.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-04-22T21:32:25.538 INFO:teuthology.run_tasks:Running task console_log... 2024-04-22T21:32:25.606 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fd8edb520d0>, signals=[15]) 2024-04-22T21:32:25.606 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-22T21:32:25.614 INFO:teuthology.task.internal:Opening connections... 2024-04-22T21:32:25.614 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi097.front.sepia.ceph.com 2024-04-22T21:32:25.616 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:32:25.691 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi196.front.sepia.ceph.com 2024-04-22T21:32:25.692 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:32:25.765 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-22T21:32:25.772 DEBUG:teuthology.orchestra.run.smithi097:> uname -m 2024-04-22T21:32:25.789 INFO:teuthology.orchestra.run.smithi097.stdout:x86_64 2024-04-22T21:32:25.790 DEBUG:teuthology.orchestra.run.smithi097:> cat /etc/os-release 2024-04-22T21:32:25.847 INFO:teuthology.orchestra.run.smithi097.stdout:NAME="CentOS Stream" 2024-04-22T21:32:25.847 INFO:teuthology.orchestra.run.smithi097.stdout:VERSION="9" 2024-04-22T21:32:25.847 INFO:teuthology.orchestra.run.smithi097.stdout:ID="centos" 2024-04-22T21:32:25.847 INFO:teuthology.orchestra.run.smithi097.stdout:ID_LIKE="rhel fedora" 2024-04-22T21:32:25.847 INFO:teuthology.orchestra.run.smithi097.stdout:VERSION_ID="9" 2024-04-22T21:32:25.847 INFO:teuthology.orchestra.run.smithi097.stdout:PLATFORM_ID="platform:el9" 2024-04-22T21:32:25.847 INFO:teuthology.orchestra.run.smithi097.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T21:32:25.848 INFO:teuthology.orchestra.run.smithi097.stdout:ANSI_COLOR="0;31" 2024-04-22T21:32:25.848 INFO:teuthology.orchestra.run.smithi097.stdout:LOGO="fedora-logo-icon" 2024-04-22T21:32:25.848 INFO:teuthology.orchestra.run.smithi097.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T21:32:25.848 INFO:teuthology.orchestra.run.smithi097.stdout:HOME_URL="https://centos.org/" 2024-04-22T21:32:25.848 INFO:teuthology.orchestra.run.smithi097.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T21:32:25.848 INFO:teuthology.orchestra.run.smithi097.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T21:32:25.848 INFO:teuthology.orchestra.run.smithi097.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T21:32:25.848 INFO:teuthology.lock.ops:Updating smithi097.front.sepia.ceph.com on lock server 2024-04-22T21:32:25.876 DEBUG:teuthology.orchestra.run.smithi196:> uname -m 2024-04-22T21:32:25.893 INFO:teuthology.orchestra.run.smithi196.stdout:x86_64 2024-04-22T21:32:25.894 DEBUG:teuthology.orchestra.run.smithi196:> cat /etc/os-release 2024-04-22T21:32:25.950 INFO:teuthology.orchestra.run.smithi196.stdout:NAME="CentOS Stream" 2024-04-22T21:32:25.951 INFO:teuthology.orchestra.run.smithi196.stdout:VERSION="9" 2024-04-22T21:32:25.951 INFO:teuthology.orchestra.run.smithi196.stdout:ID="centos" 2024-04-22T21:32:25.951 INFO:teuthology.orchestra.run.smithi196.stdout:ID_LIKE="rhel fedora" 2024-04-22T21:32:25.951 INFO:teuthology.orchestra.run.smithi196.stdout:VERSION_ID="9" 2024-04-22T21:32:25.951 INFO:teuthology.orchestra.run.smithi196.stdout:PLATFORM_ID="platform:el9" 2024-04-22T21:32:25.951 INFO:teuthology.orchestra.run.smithi196.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T21:32:25.951 INFO:teuthology.orchestra.run.smithi196.stdout:ANSI_COLOR="0;31" 2024-04-22T21:32:25.951 INFO:teuthology.orchestra.run.smithi196.stdout:LOGO="fedora-logo-icon" 2024-04-22T21:32:25.951 INFO:teuthology.orchestra.run.smithi196.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T21:32:25.951 INFO:teuthology.orchestra.run.smithi196.stdout:HOME_URL="https://centos.org/" 2024-04-22T21:32:25.951 INFO:teuthology.orchestra.run.smithi196.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T21:32:25.951 INFO:teuthology.orchestra.run.smithi196.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T21:32:25.952 INFO:teuthology.orchestra.run.smithi196.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T21:32:25.952 INFO:teuthology.lock.ops:Updating smithi196.front.sepia.ceph.com on lock server 2024-04-22T21:32:25.984 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-22T21:32:25.993 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-22T21:32:26.001 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-22T21:32:26.001 DEBUG:teuthology.orchestra.run.smithi097:> test '!' -e /home/ubuntu/cephtest 2024-04-22T21:32:26.003 DEBUG:teuthology.orchestra.run.smithi196:> test '!' -e /home/ubuntu/cephtest 2024-04-22T21:32:26.019 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-22T21:32:26.025 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-22T21:32:26.026 DEBUG:teuthology.orchestra.run.smithi097:> test -z $(ls -A /var/lib/ceph) 2024-04-22T21:32:26.060 DEBUG:teuthology.orchestra.run.smithi196:> test -z $(ls -A /var/lib/ceph) 2024-04-22T21:32:26.185 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-22T21:32:26.240 INFO:teuthology.run_tasks:Running task kernel... 2024-04-22T21:32:26.254 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-22T21:32:26.254 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-22T21:32:26.255 DEBUG:teuthology.orchestra.run.smithi097:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T21:32:26.256 DEBUG:teuthology.orchestra.run.smithi196:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T21:32:26.271 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:32:26.272 DEBUG:teuthology.orchestra.run.smithi097:> uname -r 2024-04-22T21:32:26.273 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:32:26.273 DEBUG:teuthology.orchestra.run.smithi196:> uname -r 2024-04-22T21:32:26.329 INFO:teuthology.orchestra.run.smithi097.stdout:5.14.0-437.el9.x86_64 2024-04-22T21:32:26.329 INFO:teuthology.task.kernel:Running kernel on smithi097: 5.14.0-437.el9.x86_64 2024-04-22T21:32:26.330 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum install -y kernel 2024-04-22T21:32:26.331 INFO:teuthology.orchestra.run.smithi196.stdout:5.14.0-437.el9.x86_64 2024-04-22T21:32:26.331 INFO:teuthology.task.kernel:Running kernel on smithi196: 5.14.0-437.el9.x86_64 2024-04-22T21:32:26.331 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum install -y kernel 2024-04-22T21:32:29.370 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS Stream 9 - BaseOS 5.9 MB/s | 8.0 MB 00:01 2024-04-22T21:32:29.449 INFO:teuthology.orchestra.run.smithi196.stdout:CentOS Stream 9 - BaseOS 5.8 MB/s | 8.0 MB 00:01 2024-04-22T21:32:31.308 INFO:teuthology.orchestra.run.smithi196.stdout:CentOS Stream 9 - AppStream 24 MB/s | 19 MB 00:00 2024-04-22T21:32:31.312 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS Stream 9 - AppStream 22 MB/s | 19 MB 00:00 2024-04-22T21:32:35.275 INFO:teuthology.orchestra.run.smithi196.stdout:CentOS Stream 9 - CRB 13 MB/s | 6.2 MB 00:00 2024-04-22T21:32:35.774 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS Stream 9 - CRB 7.2 MB/s | 6.2 MB 00:00 2024-04-22T21:32:36.859 INFO:teuthology.orchestra.run.smithi196.stdout:CentOS Stream 9 - Extras packages 61 kB/s | 16 kB 00:00 2024-04-22T21:32:37.323 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS Stream 9 - Extras packages 39 kB/s | 16 kB 00:00 2024-04-22T21:32:38.677 INFO:teuthology.orchestra.run.smithi196.stdout:Extra Packages for Enterprise Linux 12 MB/s | 21 MB 00:01 2024-04-22T21:32:39.260 INFO:teuthology.orchestra.run.smithi097.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-04-22T21:32:43.743 INFO:teuthology.orchestra.run.smithi196.stdout:lab-extras 13 kB/s | 1.7 kB 00:00 2024-04-22T21:32:44.365 INFO:teuthology.orchestra.run.smithi097.stdout:lab-extras 14 kB/s | 1.7 kB 00:00 2024-04-22T21:32:45.558 INFO:teuthology.orchestra.run.smithi196.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T21:32:45.558 INFO:teuthology.orchestra.run.smithi196.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T21:32:45.648 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T21:32:45.649 INFO:teuthology.orchestra.run.smithi196.stdout:Nothing to do. 2024-04-22T21:32:45.649 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T21:32:45.744 DEBUG:teuthology.orchestra.run.smithi196:> echo no | sudo yum reinstall kernel || true 2024-04-22T21:32:46.180 INFO:teuthology.orchestra.run.smithi097.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T21:32:46.180 INFO:teuthology.orchestra.run.smithi097.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T21:32:46.242 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 09:32:43 PM UTC. 2024-04-22T21:32:46.261 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-04-22T21:32:46.262 INFO:teuthology.orchestra.run.smithi097.stdout:Nothing to do. 2024-04-22T21:32:46.262 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-04-22T21:32:46.358 DEBUG:teuthology.orchestra.run.smithi097:> echo no | sudo yum reinstall kernel || true 2024-04-22T21:32:46.370 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T21:32:46.378 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T21:32:46.378 INFO:teuthology.orchestra.run.smithi196.stdout: Package Architecture Version Repository Size 2024-04-22T21:32:46.378 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T21:32:46.378 INFO:teuthology.orchestra.run.smithi196.stdout:Reinstalling: 2024-04-22T21:32:46.378 INFO:teuthology.orchestra.run.smithi196.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T21:32:46.378 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T21:32:46.379 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T21:32:46.379 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T21:32:46.379 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T21:32:46.379 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 255 k 2024-04-22T21:32:46.379 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 0 2024-04-22T21:32:46.379 INFO:teuthology.orchestra.run.smithi196.stderr:Operation aborted. 2024-04-22T21:32:46.435 INFO:teuthology.orchestra.run.smithi196.stdout:Is this ok [y/N]: 2024-04-22T21:32:46.436 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum reinstall -y kernel || true 2024-04-22T21:32:46.859 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:00:02 ago on Mon 22 Apr 2024 09:32:44 PM UTC. 2024-04-22T21:32:46.927 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 09:32:43 PM UTC. 2024-04-22T21:32:46.977 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-04-22T21:32:46.987 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-04-22T21:32:46.987 INFO:teuthology.orchestra.run.smithi097.stdout: Package Architecture Version Repository Size 2024-04-22T21:32:46.987 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-04-22T21:32:46.987 INFO:teuthology.orchestra.run.smithi097.stdout:Reinstalling: 2024-04-22T21:32:46.987 INFO:teuthology.orchestra.run.smithi097.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T21:32:46.987 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-04-22T21:32:46.987 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-04-22T21:32:46.987 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-04-22T21:32:46.988 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-04-22T21:32:46.988 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 255 k 2024-04-22T21:32:46.988 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 0 2024-04-22T21:32:46.988 INFO:teuthology.orchestra.run.smithi097.stderr:Operation aborted. 2024-04-22T21:32:47.043 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T21:32:47.044 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T21:32:47.044 INFO:teuthology.orchestra.run.smithi196.stdout: Package Architecture Version Repository Size 2024-04-22T21:32:47.044 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T21:32:47.044 INFO:teuthology.orchestra.run.smithi196.stdout:Reinstalling: 2024-04-22T21:32:47.044 INFO:teuthology.orchestra.run.smithi196.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T21:32:47.044 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T21:32:47.044 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T21:32:47.044 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T21:32:47.044 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T21:32:47.044 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 255 k 2024-04-22T21:32:47.044 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 0 2024-04-22T21:32:47.044 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T21:32:47.045 INFO:teuthology.orchestra.run.smithi097.stdout:Is this ok [y/N]: 2024-04-22T21:32:47.046 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum reinstall -y kernel || true 2024-04-22T21:32:47.539 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 09:32:44 PM UTC. 2024-04-22T21:32:47.655 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-04-22T21:32:47.656 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-04-22T21:32:47.656 INFO:teuthology.orchestra.run.smithi097.stdout: Package Architecture Version Repository Size 2024-04-22T21:32:47.656 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-04-22T21:32:47.656 INFO:teuthology.orchestra.run.smithi097.stdout:Reinstalling: 2024-04-22T21:32:47.656 INFO:teuthology.orchestra.run.smithi097.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T21:32:47.656 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-04-22T21:32:47.656 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-04-22T21:32:47.656 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-04-22T21:32:47.656 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-04-22T21:32:47.656 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 255 k 2024-04-22T21:32:47.656 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 0 2024-04-22T21:32:47.656 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-04-22T21:32:47.745 INFO:teuthology.orchestra.run.smithi196.stdout:kernel-5.14.0-437.el9.x86_64.rpm 619 kB/s | 255 kB 00:00 2024-04-22T21:32:47.745 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:32:47.745 INFO:teuthology.orchestra.run.smithi196.stdout:Total 364 kB/s | 255 kB 00:00 2024-04-22T21:32:47.767 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T21:32:47.950 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T21:32:47.950 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T21:32:47.955 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T21:32:47.955 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T21:32:48.101 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T21:32:48.163 INFO:teuthology.orchestra.run.smithi196.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T21:32:48.163 INFO:teuthology.orchestra.run.smithi196.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:32:48.873 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:32:48.873 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T21:32:48.925 INFO:teuthology.orchestra.run.smithi097.stdout:kernel-5.14.0-437.el9.x86_64.rpm 272 kB/s | 255 kB 00:00 2024-04-22T21:32:48.925 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:32:48.926 INFO:teuthology.orchestra.run.smithi097.stdout:Total 201 kB/s | 255 kB 00:01 2024-04-22T21:32:48.948 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-04-22T21:32:49.149 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-04-22T21:32:49.149 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-04-22T21:32:49.154 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-04-22T21:32:49.154 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-04-22T21:32:49.301 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-04-22T21:32:49.402 INFO:teuthology.orchestra.run.smithi097.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T21:32:49.403 INFO:teuthology.orchestra.run.smithi097.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:32:49.581 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:32:49.582 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T21:32:49.582 INFO:teuthology.orchestra.run.smithi196.stdout:Reinstalled: 2024-04-22T21:32:49.582 INFO:teuthology.orchestra.run.smithi196.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T21:32:49.582 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T21:32:49.582 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T21:32:49.770 DEBUG:teuthology.orchestra.run.smithi196:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T21:32:49.815 INFO:teuthology.orchestra.run.smithi196.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T21:32:49.816 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T21:32:49.816 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T21:32:49.816 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-22T21:32:49.816 DEBUG:teuthology.orchestra.run.smithi196:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T21:32:49.843 INFO:teuthology.orchestra.run.smithi196.stdout:ttyS1 2024-04-22T21:32:49.881 DEBUG:teuthology.parallel:result is None 2024-04-22T21:32:50.053 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:32:50.053 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T21:32:50.733 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:32:50.733 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-04-22T21:32:50.733 INFO:teuthology.orchestra.run.smithi097.stdout:Reinstalled: 2024-04-22T21:32:50.733 INFO:teuthology.orchestra.run.smithi097.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T21:32:50.733 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-04-22T21:32:50.733 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-04-22T21:32:50.903 DEBUG:teuthology.orchestra.run.smithi097:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T21:32:50.950 INFO:teuthology.orchestra.run.smithi097.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T21:32:50.950 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T21:32:50.950 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T21:32:50.950 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-22T21:32:50.950 DEBUG:teuthology.orchestra.run.smithi097:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T21:32:50.985 INFO:teuthology.orchestra.run.smithi097.stdout:ttyS1 2024-04-22T21:32:51.004 DEBUG:teuthology.parallel:result is None 2024-04-22T21:32:51.005 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-22T21:32:51.012 INFO:teuthology.task.internal:Creating test directory... 2024-04-22T21:32:51.013 DEBUG:teuthology.orchestra.run.smithi097:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T21:32:51.047 DEBUG:teuthology.orchestra.run.smithi196:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T21:32:51.065 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-22T21:32:51.072 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-22T21:32:51.082 INFO:teuthology.task.internal:Creating archive directory... 2024-04-22T21:32:51.082 DEBUG:teuthology.orchestra.run.smithi097:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T21:32:51.102 DEBUG:teuthology.orchestra.run.smithi196:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T21:32:51.131 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-22T21:32:51.139 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-22T21:32:51.139 DEBUG:teuthology.orchestra.run.smithi097:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-22T21:32:51.163 DEBUG:teuthology.orchestra.run.smithi196:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-22T21:32:51.189 INFO:teuthology.orchestra.run.smithi097.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:32:51.199 INFO:teuthology.orchestra.run.smithi097.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:32:51.201 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:32:51.211 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:32:51.212 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-22T21:32:51.219 INFO:teuthology.task.internal:Configuring sudo... 2024-04-22T21:32:51.219 DEBUG:teuthology.orchestra.run.smithi097:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T21:32:51.243 DEBUG:teuthology.orchestra.run.smithi196:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T21:32:51.278 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-22T21:32:51.287 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-22T21:32:51.287 DEBUG:teuthology.orchestra.run.smithi097:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T21:32:51.306 DEBUG:teuthology.orchestra.run.smithi196:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T21:32:51.334 DEBUG:teuthology.orchestra.run.smithi097:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:32:51.398 DEBUG:teuthology.orchestra.run.smithi097:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:32:51.445 DEBUG:teuthology.orchestra.run.smithi097:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:32:51.527 DEBUG:teuthology.orchestra.run.smithi097:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:32:51.564 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-04-22T21:32:51.564 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T21:32:51.627 DEBUG:teuthology.orchestra.run.smithi196:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:32:51.672 DEBUG:teuthology.orchestra.run.smithi196:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:32:51.719 DEBUG:teuthology.orchestra.run.smithi196:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:32:51.802 DEBUG:teuthology.orchestra.run.smithi196:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:32:51.844 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-04-22T21:32:51.844 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T21:32:51.911 DEBUG:teuthology.orchestra.run.smithi097:> sudo service rsyslog restart 2024-04-22T21:32:51.913 DEBUG:teuthology.orchestra.run.smithi196:> sudo service rsyslog restart 2024-04-22T21:32:51.946 INFO:teuthology.orchestra.run.smithi097.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T21:32:51.996 INFO:teuthology.orchestra.run.smithi196.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T21:32:52.385 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-22T21:32:52.394 INFO:teuthology.task.internal:Starting timer... 2024-04-22T21:32:52.395 INFO:teuthology.run_tasks:Running task pcp... 2024-04-22T21:32:52.477 INFO:teuthology.run_tasks:Running task selinux... 2024-04-22T21:32:52.487 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-22T21:32:52.487 DEBUG:teuthology.orchestra.run.smithi097:> sudo service auditd rotate 2024-04-22T21:32:52.537 INFO:teuthology.orchestra.run.smithi097.stdout:Rotating logs: 2024-04-22T21:32:52.539 DEBUG:teuthology.orchestra.run.smithi196:> sudo service auditd rotate 2024-04-22T21:32:52.593 INFO:teuthology.orchestra.run.smithi196.stdout:Rotating logs: 2024-04-22T21:32:52.595 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-22T21:32:52.595 DEBUG:teuthology.orchestra.run.smithi097:> /usr/sbin/getenforce 2024-04-22T21:32:52.612 INFO:teuthology.orchestra.run.smithi097.stdout:Permissive 2024-04-22T21:32:52.613 DEBUG:teuthology.orchestra.run.smithi196:> /usr/sbin/getenforce 2024-04-22T21:32:52.635 INFO:teuthology.orchestra.run.smithi196.stdout:Permissive 2024-04-22T21:32:52.635 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi097.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi196.front.sepia.ceph.com': 'permissive'} 2024-04-22T21:32:52.636 DEBUG:teuthology.orchestra.run.smithi097:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-22T21:32:52.676 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:32:52.677 DEBUG:teuthology.orchestra.run.smithi196:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-22T21:32:52.702 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:32:52.703 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-22T21:32:52.703 DEBUG:teuthology.orchestra.run.smithi097:> sudo /usr/sbin/setenforce permissive 2024-04-22T21:32:52.741 DEBUG:teuthology.orchestra.run.smithi196:> sudo /usr/sbin/setenforce permissive 2024-04-22T21:32:52.767 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-22T21:32:52.776 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-22T21:32:52.781 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-22T21:32:52.905 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-22T21:32:52.920 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-04-22T21:32:52.921 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi097.front.sepia.ceph.com,smithi196.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-22T21:36:16.488 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi097.front.sepia.ceph.com'), Remote(name='ubuntu@smithi196.front.sepia.ceph.com')] 2024-04-22T21:36:16.490 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-04-22T21:36:16.491 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:36:16.564 DEBUG:teuthology.orchestra.run.smithi097:> true 2024-04-22T21:36:16.640 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-04-22T21:36:16.640 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-04-22T21:36:16.641 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:36:16.713 DEBUG:teuthology.orchestra.run.smithi196:> true 2024-04-22T21:36:16.792 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-04-22T21:36:16.792 INFO:teuthology.run_tasks:Running task clock... 2024-04-22T21:36:16.802 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-22T21:36:16.802 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T21:36:16.803 DEBUG:teuthology.orchestra.run.smithi097:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T21:36:16.805 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T21:36:16.805 DEBUG:teuthology.orchestra.run.smithi196:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T21:36:16.831 INFO:teuthology.orchestra.run.smithi097.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T21:36:16.844 INFO:teuthology.orchestra.run.smithi097.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T21:36:16.859 INFO:teuthology.orchestra.run.smithi196.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T21:36:16.865 INFO:teuthology.orchestra.run.smithi097.stderr:sudo: ntpd: command not found 2024-04-22T21:36:16.872 INFO:teuthology.orchestra.run.smithi196.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T21:36:16.875 INFO:teuthology.orchestra.run.smithi097.stdout:506 Cannot talk to daemon 2024-04-22T21:36:16.888 INFO:teuthology.orchestra.run.smithi097.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T21:36:16.894 INFO:teuthology.orchestra.run.smithi196.stderr:sudo: ntpd: command not found 2024-04-22T21:36:16.901 INFO:teuthology.orchestra.run.smithi097.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T21:36:16.905 INFO:teuthology.orchestra.run.smithi196.stdout:506 Cannot talk to daemon 2024-04-22T21:36:16.918 INFO:teuthology.orchestra.run.smithi196.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T21:36:16.931 INFO:teuthology.orchestra.run.smithi196.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T21:36:16.955 INFO:teuthology.orchestra.run.smithi097.stderr:bash: line 1: ntpq: command not found 2024-04-22T21:36:16.959 INFO:teuthology.orchestra.run.smithi097.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T21:36:16.959 INFO:teuthology.orchestra.run.smithi097.stdout:=============================================================================== 2024-04-22T21:36:16.959 INFO:teuthology.orchestra.run.smithi097.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:36:16.959 INFO:teuthology.orchestra.run.smithi097.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:36:16.959 INFO:teuthology.orchestra.run.smithi097.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:36:16.959 INFO:teuthology.orchestra.run.smithi097.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:36:16.983 INFO:teuthology.orchestra.run.smithi196.stderr:bash: line 1: ntpq: command not found 2024-04-22T21:36:16.986 INFO:teuthology.orchestra.run.smithi196.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T21:36:16.986 INFO:teuthology.orchestra.run.smithi196.stdout:=============================================================================== 2024-04-22T21:36:16.987 INFO:teuthology.orchestra.run.smithi196.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:36:16.987 INFO:teuthology.orchestra.run.smithi196.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:36:16.987 INFO:teuthology.orchestra.run.smithi196.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:36:16.987 INFO:teuthology.orchestra.run.smithi196.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:36:16.987 INFO:teuthology.run_tasks:Running task pexec... 2024-04-22T21:36:16.997 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-22T21:36:16.997 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi097.front.sepia.ceph.com 2024-04-22T21:36:16.997 DEBUG:teuthology.orchestra.run.smithi097:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-22T21:36:16.998 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi196.front.sepia.ceph.com 2024-04-22T21:36:16.998 DEBUG:teuthology.orchestra.run.smithi196:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-22T21:36:17.524 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:00:39 ago on Mon 22 Apr 2024 09:35:38 PM UTC. 2024-04-22T21:36:17.553 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:00:39 ago on Mon 22 Apr 2024 09:35:38 PM UTC. 2024-04-22T21:36:17.641 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-04-22T21:36:17.642 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-04-22T21:36:17.642 INFO:teuthology.orchestra.run.smithi097.stdout: Package Architecture Version Repository Size 2024-04-22T21:36:17.642 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-04-22T21:36:17.642 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-04-22T21:36:17.642 INFO:teuthology.orchestra.run.smithi097.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-22T21:36:17.642 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-04-22T21:36:17.643 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-04-22T21:36:17.643 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-04-22T21:36:17.643 INFO:teuthology.orchestra.run.smithi097.stdout:Install 1 Package 2024-04-22T21:36:17.643 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-04-22T21:36:17.643 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 3.1 M 2024-04-22T21:36:17.643 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 9.8 M 2024-04-22T21:36:17.643 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-04-22T21:36:17.669 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T21:36:17.670 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T21:36:17.670 INFO:teuthology.orchestra.run.smithi196.stdout: Package Architecture Version Repository Size 2024-04-22T21:36:17.670 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T21:36:17.670 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-04-22T21:36:17.670 INFO:teuthology.orchestra.run.smithi196.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-22T21:36:17.670 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T21:36:17.670 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T21:36:17.670 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T21:36:17.670 INFO:teuthology.orchestra.run.smithi196.stdout:Install 1 Package 2024-04-22T21:36:17.670 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T21:36:17.670 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 3.1 M 2024-04-22T21:36:17.671 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 9.8 M 2024-04-22T21:36:17.671 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T21:36:18.135 INFO:teuthology.orchestra.run.smithi196.stdout:runc-1.1.12-2.el9.x86_64.rpm 9.1 MB/s | 3.1 MB 00:00 2024-04-22T21:36:18.135 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:36:18.136 INFO:teuthology.orchestra.run.smithi196.stdout:Total 6.7 MB/s | 3.1 MB 00:00 2024-04-22T21:36:18.172 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T21:36:18.178 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T21:36:18.178 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T21:36:18.260 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T21:36:18.260 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T21:36:18.284 INFO:teuthology.orchestra.run.smithi097.stdout:runc-1.1.12-2.el9.x86_64.rpm 8.7 MB/s | 3.1 MB 00:00 2024-04-22T21:36:18.284 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:36:18.284 INFO:teuthology.orchestra.run.smithi097.stdout:Total 4.9 MB/s | 3.1 MB 00:00 2024-04-22T21:36:18.319 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-04-22T21:36:18.325 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-04-22T21:36:18.325 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-04-22T21:36:18.408 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-04-22T21:36:18.408 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-04-22T21:36:18.473 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T21:36:18.568 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T21:36:18.625 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-04-22T21:36:18.718 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T21:36:19.102 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T21:36:19.227 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T21:36:19.356 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T21:36:19.356 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T21:36:19.356 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-04-22T21:36:19.356 INFO:teuthology.orchestra.run.smithi196.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-22T21:36:19.356 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T21:36:19.356 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T21:36:19.519 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T21:36:19.519 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-04-22T21:36:19.519 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-04-22T21:36:19.519 INFO:teuthology.orchestra.run.smithi097.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-22T21:36:19.519 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-04-22T21:36:19.519 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-04-22T21:36:19.589 DEBUG:teuthology.parallel:result is None 2024-04-22T21:36:19.774 DEBUG:teuthology.parallel:result is None 2024-04-22T21:36:19.774 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-04-22T21:36:19.785 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-04-22T21:36:19.785 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-04-22T21:36:19.785 DEBUG:teuthology.orchestra.run.smithi097:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T21:36:19.799 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-22T21:36:19.799 DEBUG:teuthology.orchestra.run.smithi097:> stat /dev/vg_nvme/lv_1 2024-04-22T21:36:19.854 INFO:teuthology.orchestra.run.smithi097.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-22T21:36:19.854 INFO:teuthology.orchestra.run.smithi097.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T21:36:19.855 INFO:teuthology.orchestra.run.smithi097.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-04-22T21:36:19.855 INFO:teuthology.orchestra.run.smithi097.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T21:36:19.855 INFO:teuthology.orchestra.run.smithi097.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T21:36:19.855 INFO:teuthology.orchestra.run.smithi097.stdout:Access: 2024-04-22 21:36:15.591353915 +0000 2024-04-22T21:36:19.855 INFO:teuthology.orchestra.run.smithi097.stdout:Modify: 2024-04-22 21:35:58.064667677 +0000 2024-04-22T21:36:19.855 INFO:teuthology.orchestra.run.smithi097.stdout:Change: 2024-04-22 21:35:58.064667677 +0000 2024-04-22T21:36:19.855 INFO:teuthology.orchestra.run.smithi097.stdout: Birth: 2024-04-22 21:35:58.064667677 +0000 2024-04-22T21:36:19.855 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-22T21:36:19.917 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records in 2024-04-22T21:36:19.917 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records out 2024-04-22T21:36:19.917 INFO:teuthology.orchestra.run.smithi097.stderr:512 bytes copied, 0.0002424 s, 2.1 MB/s 2024-04-22T21:36:19.918 DEBUG:teuthology.orchestra.run.smithi097:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-22T21:36:19.975 DEBUG:teuthology.orchestra.run.smithi097:> stat /dev/vg_nvme/lv_2 2024-04-22T21:36:20.029 INFO:teuthology.orchestra.run.smithi097.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-22T21:36:20.030 INFO:teuthology.orchestra.run.smithi097.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T21:36:20.030 INFO:teuthology.orchestra.run.smithi097.stdout:Device: 5h/5d Inode: 683 Links: 1 2024-04-22T21:36:20.030 INFO:teuthology.orchestra.run.smithi097.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T21:36:20.030 INFO:teuthology.orchestra.run.smithi097.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T21:36:20.030 INFO:teuthology.orchestra.run.smithi097.stdout:Access: 2024-04-22 21:36:15.591353915 +0000 2024-04-22T21:36:20.030 INFO:teuthology.orchestra.run.smithi097.stdout:Modify: 2024-04-22 21:35:58.405661572 +0000 2024-04-22T21:36:20.030 INFO:teuthology.orchestra.run.smithi097.stdout:Change: 2024-04-22 21:35:58.405661572 +0000 2024-04-22T21:36:20.030 INFO:teuthology.orchestra.run.smithi097.stdout: Birth: 2024-04-22 21:35:58.405661572 +0000 2024-04-22T21:36:20.030 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-22T21:36:20.091 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records in 2024-04-22T21:36:20.091 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records out 2024-04-22T21:36:20.091 INFO:teuthology.orchestra.run.smithi097.stderr:512 bytes copied, 0.000190345 s, 2.7 MB/s 2024-04-22T21:36:20.092 DEBUG:teuthology.orchestra.run.smithi097:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-22T21:36:20.149 DEBUG:teuthology.orchestra.run.smithi097:> stat /dev/vg_nvme/lv_3 2024-04-22T21:36:20.203 INFO:teuthology.orchestra.run.smithi097.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-22T21:36:20.203 INFO:teuthology.orchestra.run.smithi097.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T21:36:20.204 INFO:teuthology.orchestra.run.smithi097.stdout:Device: 5h/5d Inode: 704 Links: 1 2024-04-22T21:36:20.204 INFO:teuthology.orchestra.run.smithi097.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T21:36:20.204 INFO:teuthology.orchestra.run.smithi097.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T21:36:20.204 INFO:teuthology.orchestra.run.smithi097.stdout:Access: 2024-04-22 21:36:15.591353915 +0000 2024-04-22T21:36:20.204 INFO:teuthology.orchestra.run.smithi097.stdout:Modify: 2024-04-22 21:35:58.739655593 +0000 2024-04-22T21:36:20.204 INFO:teuthology.orchestra.run.smithi097.stdout:Change: 2024-04-22 21:35:58.739655593 +0000 2024-04-22T21:36:20.204 INFO:teuthology.orchestra.run.smithi097.stdout: Birth: 2024-04-22 21:35:58.739655593 +0000 2024-04-22T21:36:20.204 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-22T21:36:20.266 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records in 2024-04-22T21:36:20.266 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records out 2024-04-22T21:36:20.266 INFO:teuthology.orchestra.run.smithi097.stderr:512 bytes copied, 0.000193757 s, 2.6 MB/s 2024-04-22T21:36:20.267 DEBUG:teuthology.orchestra.run.smithi097:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-22T21:36:20.322 DEBUG:teuthology.orchestra.run.smithi097:> stat /dev/vg_nvme/lv_4 2024-04-22T21:36:20.377 INFO:teuthology.orchestra.run.smithi097.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-22T21:36:20.377 INFO:teuthology.orchestra.run.smithi097.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T21:36:20.377 INFO:teuthology.orchestra.run.smithi097.stdout:Device: 5h/5d Inode: 724 Links: 1 2024-04-22T21:36:20.377 INFO:teuthology.orchestra.run.smithi097.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T21:36:20.377 INFO:teuthology.orchestra.run.smithi097.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T21:36:20.377 INFO:teuthology.orchestra.run.smithi097.stdout:Access: 2024-04-22 21:36:15.591353915 +0000 2024-04-22T21:36:20.377 INFO:teuthology.orchestra.run.smithi097.stdout:Modify: 2024-04-22 21:35:59.065649757 +0000 2024-04-22T21:36:20.377 INFO:teuthology.orchestra.run.smithi097.stdout:Change: 2024-04-22 21:35:59.065649757 +0000 2024-04-22T21:36:20.377 INFO:teuthology.orchestra.run.smithi097.stdout: Birth: 2024-04-22 21:35:59.065649757 +0000 2024-04-22T21:36:20.377 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-22T21:36:20.439 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records in 2024-04-22T21:36:20.439 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records out 2024-04-22T21:36:20.439 INFO:teuthology.orchestra.run.smithi097.stderr:512 bytes copied, 0.000178778 s, 2.9 MB/s 2024-04-22T21:36:20.440 DEBUG:teuthology.orchestra.run.smithi097:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-22T21:36:20.496 DEBUG:teuthology.orchestra.run.smithi097:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-04-22T21:36:20.610 INFO:teuthology.orchestra.run.smithi097.stdout:loop 2024-04-22T21:36:20.611 INFO:tasks.nvme_loop:Connecting nvme_loop smithi097:/dev/vg_nvme/lv_1... 2024-04-22T21:36:20.611 DEBUG:teuthology.orchestra.run.smithi097:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-04-22T21:36:20.642 INFO:teuthology.orchestra.run.smithi097.stdout:1 2024-04-22T21:36:20.668 INFO:teuthology.orchestra.run.smithi097.stdout:/dev/vg_nvme/lv_11 2024-04-22T21:36:20.691 INFO:tasks.nvme_loop:Connecting nvme_loop smithi097:/dev/vg_nvme/lv_2... 2024-04-22T21:36:20.691 DEBUG:teuthology.orchestra.run.smithi097:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-04-22T21:36:20.768 INFO:teuthology.orchestra.run.smithi097.stdout:1 2024-04-22T21:36:20.795 INFO:teuthology.orchestra.run.smithi097.stdout:/dev/vg_nvme/lv_21 2024-04-22T21:36:20.816 INFO:tasks.nvme_loop:Connecting nvme_loop smithi097:/dev/vg_nvme/lv_3... 2024-04-22T21:36:20.816 DEBUG:teuthology.orchestra.run.smithi097:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-04-22T21:36:20.887 INFO:teuthology.orchestra.run.smithi097.stdout:1 2024-04-22T21:36:20.914 INFO:teuthology.orchestra.run.smithi097.stdout:/dev/vg_nvme/lv_31 2024-04-22T21:36:20.935 INFO:tasks.nvme_loop:Connecting nvme_loop smithi097:/dev/vg_nvme/lv_4... 2024-04-22T21:36:20.935 DEBUG:teuthology.orchestra.run.smithi097:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-04-22T21:36:21.013 INFO:teuthology.orchestra.run.smithi097.stdout:1 2024-04-22T21:36:21.040 INFO:teuthology.orchestra.run.smithi097.stdout:/dev/vg_nvme/lv_41 2024-04-22T21:36:21.072 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-04-22T21:36:21.072 DEBUG:teuthology.orchestra.run.smithi097:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T21:36:21.127 DEBUG:teuthology.orchestra.run.smithi097:> sudo nvme list 2024-04-22T21:36:21.189 INFO:teuthology.orchestra.run.smithi097.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-22T21:36:21.189 INFO:teuthology.orchestra.run.smithi097.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-22T21:36:21.189 INFO:teuthology.orchestra.run.smithi097.stdout:/dev/nvme0n1 PHFT6204013T400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-22T21:36:21.189 INFO:teuthology.orchestra.run.smithi097.stdout:/dev/nvme1n1 b0f869fd5d6431647817 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-22T21:36:21.189 INFO:teuthology.orchestra.run.smithi097.stdout:/dev/nvme2n1 ef5e956b75a6014c7ef9 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-22T21:36:21.189 INFO:teuthology.orchestra.run.smithi097.stdout:/dev/nvme3n1 d6c7d1b8e35f0f463b10 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-22T21:36:21.189 INFO:teuthology.orchestra.run.smithi097.stdout:/dev/nvme4n1 8b42baaba3f494f79a41 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-22T21:36:21.190 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-22T21:36:21.190 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-04-22T21:36:21.190 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/scratch_devs 2024-04-22T21:36:21.253 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-04-22T21:36:21.253 DEBUG:teuthology.orchestra.run.smithi196:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T21:36:21.272 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-22T21:36:21.272 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/vg_nvme/lv_1 2024-04-22T21:36:21.329 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-22T21:36:21.330 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T21:36:21.330 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-04-22T21:36:21.330 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T21:36:21.330 INFO:teuthology.orchestra.run.smithi196.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T21:36:21.330 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2024-04-22 21:36:15.606563369 +0000 2024-04-22T21:36:21.330 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2024-04-22 21:35:58.069942096 +0000 2024-04-22T21:36:21.330 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2024-04-22 21:35:58.069942096 +0000 2024-04-22T21:36:21.330 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: 2024-04-22 21:35:58.069942096 +0000 2024-04-22T21:36:21.330 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-22T21:36:21.396 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2024-04-22T21:36:21.396 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2024-04-22T21:36:21.396 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000264579 s, 1.9 MB/s 2024-04-22T21:36:21.397 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-22T21:36:21.454 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/vg_nvme/lv_2 2024-04-22T21:36:21.511 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-22T21:36:21.511 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T21:36:21.511 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 5h/5d Inode: 682 Links: 1 2024-04-22T21:36:21.511 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T21:36:21.511 INFO:teuthology.orchestra.run.smithi196.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T21:36:21.511 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2024-04-22 21:36:15.606563369 +0000 2024-04-22T21:36:21.511 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2024-04-22 21:35:58.402934904 +0000 2024-04-22T21:36:21.511 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2024-04-22 21:35:58.402934904 +0000 2024-04-22T21:36:21.511 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: 2024-04-22 21:35:58.402934904 +0000 2024-04-22T21:36:21.511 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-22T21:36:21.575 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2024-04-22T21:36:21.575 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2024-04-22T21:36:21.575 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000228744 s, 2.2 MB/s 2024-04-22T21:36:21.576 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-22T21:36:21.633 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/vg_nvme/lv_3 2024-04-22T21:36:21.689 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-22T21:36:21.690 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T21:36:21.690 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 5h/5d Inode: 701 Links: 1 2024-04-22T21:36:21.690 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T21:36:21.690 INFO:teuthology.orchestra.run.smithi196.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T21:36:21.690 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2024-04-22 21:36:15.606563369 +0000 2024-04-22T21:36:21.690 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2024-04-22 21:35:58.742927562 +0000 2024-04-22T21:36:21.690 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2024-04-22 21:35:58.742927562 +0000 2024-04-22T21:36:21.690 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: 2024-04-22 21:35:58.742927562 +0000 2024-04-22T21:36:21.690 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-22T21:36:21.752 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2024-04-22T21:36:21.753 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2024-04-22T21:36:21.753 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000212353 s, 2.4 MB/s 2024-04-22T21:36:21.754 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-22T21:36:21.810 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/vg_nvme/lv_4 2024-04-22T21:36:21.865 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-22T21:36:21.865 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T21:36:21.865 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 5h/5d Inode: 720 Links: 1 2024-04-22T21:36:21.865 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T21:36:21.865 INFO:teuthology.orchestra.run.smithi196.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T21:36:21.865 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2024-04-22 21:36:15.606563369 +0000 2024-04-22T21:36:21.865 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2024-04-22 21:35:59.075920370 +0000 2024-04-22T21:36:21.865 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2024-04-22 21:35:59.075920370 +0000 2024-04-22T21:36:21.865 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: 2024-04-22 21:35:59.075920370 +0000 2024-04-22T21:36:21.866 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-22T21:36:21.927 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2024-04-22T21:36:21.927 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2024-04-22T21:36:21.927 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000191488 s, 2.7 MB/s 2024-04-22T21:36:21.928 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-22T21:36:21.984 DEBUG:teuthology.orchestra.run.smithi196:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-04-22T21:36:22.124 INFO:teuthology.orchestra.run.smithi196.stdout:loop 2024-04-22T21:36:22.126 INFO:tasks.nvme_loop:Connecting nvme_loop smithi196:/dev/vg_nvme/lv_1... 2024-04-22T21:36:22.126 DEBUG:teuthology.orchestra.run.smithi196:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-04-22T21:36:22.156 INFO:teuthology.orchestra.run.smithi196.stdout:1 2024-04-22T21:36:22.186 INFO:teuthology.orchestra.run.smithi196.stdout:/dev/vg_nvme/lv_11 2024-04-22T21:36:22.217 INFO:tasks.nvme_loop:Connecting nvme_loop smithi196:/dev/vg_nvme/lv_2... 2024-04-22T21:36:22.217 DEBUG:teuthology.orchestra.run.smithi196:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-04-22T21:36:22.305 INFO:teuthology.orchestra.run.smithi196.stdout:1 2024-04-22T21:36:22.352 INFO:teuthology.orchestra.run.smithi196.stdout:/dev/vg_nvme/lv_21 2024-04-22T21:36:22.374 INFO:tasks.nvme_loop:Connecting nvme_loop smithi196:/dev/vg_nvme/lv_3... 2024-04-22T21:36:22.375 DEBUG:teuthology.orchestra.run.smithi196:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-04-22T21:36:22.406 INFO:teuthology.orchestra.run.smithi196.stdout:1 2024-04-22T21:36:22.436 INFO:teuthology.orchestra.run.smithi196.stdout:/dev/vg_nvme/lv_31 2024-04-22T21:36:22.457 INFO:tasks.nvme_loop:Connecting nvme_loop smithi196:/dev/vg_nvme/lv_4... 2024-04-22T21:36:22.457 DEBUG:teuthology.orchestra.run.smithi196:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-04-22T21:36:22.529 INFO:teuthology.orchestra.run.smithi196.stdout:1 2024-04-22T21:36:22.559 INFO:teuthology.orchestra.run.smithi196.stdout:/dev/vg_nvme/lv_41 2024-04-22T21:36:22.588 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-04-22T21:36:22.588 DEBUG:teuthology.orchestra.run.smithi196:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T21:36:22.644 DEBUG:teuthology.orchestra.run.smithi196:> sudo nvme list 2024-04-22T21:36:22.706 INFO:teuthology.orchestra.run.smithi196.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-22T21:36:22.706 INFO:teuthology.orchestra.run.smithi196.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-22T21:36:22.706 INFO:teuthology.orchestra.run.smithi196.stdout:/dev/nvme0n1 CVFT6246000Z400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-22T21:36:22.706 INFO:teuthology.orchestra.run.smithi196.stdout:/dev/nvme1n1 0271330b88bbd28f7e2f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-22T21:36:22.707 INFO:teuthology.orchestra.run.smithi196.stdout:/dev/nvme2n1 4320405f6a27fe94274a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-22T21:36:22.707 INFO:teuthology.orchestra.run.smithi196.stdout:/dev/nvme3n1 49206771fb3f71a9890e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-22T21:36:22.707 INFO:teuthology.orchestra.run.smithi196.stdout:/dev/nvme4n1 7b9f03ce003fcf2adf41 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-22T21:36:22.707 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-22T21:36:22.708 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-04-22T21:36:22.708 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/scratch_devs 2024-04-22T21:36:22.771 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-22T21:36:22.858 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f'} 2024-04-22T21:36:22.859 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:36:22.859 INFO:tasks.cephadm:Cluster fsid is 5d42f13c-00f0-11ef-bc93-c7b262605968 2024-04-22T21:36:22.859 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-22T21:36:22.859 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-04-22T21:36:22.859 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi097': '172.21.15.97', 'mon.smithi196': '172.21.15.196'} 2024-04-22T21:36:22.859 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-22T21:36:22.860 DEBUG:teuthology.orchestra.run.smithi097:> sudo hostname $(hostname -s) 2024-04-22T21:36:22.888 DEBUG:teuthology.orchestra.run.smithi196:> sudo hostname $(hostname -s) 2024-04-22T21:36:22.911 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-22T21:36:22.912 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:36:23.135 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/54954/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2407-g430e09df', 'node_name': '172.21.5.36+adami06', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2407.g430e09df'}, 'url': 'https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-21 21:31:40.125798', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-04-22T21:36:23.349 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref squid, sha1 430e09df97c8fc7dc2b2ae424f68ed11366c540f from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:36:23.350 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm 2024-04-22T21:36:23.350 DEBUG:teuthology.orchestra.run.smithi097:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T21:36:23.891 INFO:teuthology.orchestra.run.smithi097.stdout:-rw-r--r--. 1 ubuntu ubuntu 781227 Apr 22 21:36 /home/ubuntu/cephtest/cephadm 2024-04-22T21:36:23.891 DEBUG:teuthology.orchestra.run.smithi196:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T21:36:24.415 INFO:teuthology.orchestra.run.smithi196.stdout:-rw-r--r--. 1 ubuntu ubuntu 781227 Apr 22 21:36 /home/ubuntu/cephtest/cephadm 2024-04-22T21:36:24.416 DEBUG:teuthology.orchestra.run.smithi097:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T21:36:24.435 DEBUG:teuthology.orchestra.run.smithi196:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T21:36:24.462 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f on all hosts... 2024-04-22T21:36:24.462 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull 2024-04-22T21:36:24.477 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull 2024-04-22T21:36:25.889 INFO:teuthology.orchestra.run.smithi196.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T21:36:26.064 INFO:teuthology.orchestra.run.smithi196.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:36:26.064 INFO:teuthology.orchestra.run.smithi196.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T21:36:26.064 INFO:teuthology.orchestra.run.smithi196.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f: reading manifest 430e09df97c8fc7dc2b2ae424f68ed11366c540f in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-22T21:36:26.064 INFO:teuthology.orchestra.run.smithi196.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:36:26.072 INFO:teuthology.orchestra.run.smithi097.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T21:36:26.251 INFO:teuthology.orchestra.run.smithi097.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:36:26.251 INFO:teuthology.orchestra.run.smithi097.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T21:36:26.251 INFO:teuthology.orchestra.run.smithi097.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f: reading manifest 430e09df97c8fc7dc2b2ae424f68ed11366c540f in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-22T21:36:26.251 INFO:teuthology.orchestra.run.smithi097.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:36:26.276 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:36:26.276 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 smithi097 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T21:36:26.278 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-22T21:36:26.279 DEBUG:teuthology.misc:Transferring archived files from smithi097:/var/lib/ceph/5d42f13c-00f0-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668766/remote/smithi097/crash 2024-04-22T21:36:26.280 DEBUG:teuthology.orchestra.run.smithi097:> sudo tar c -f - -C /var/lib/ceph/5d42f13c-00f0-11ef-bc93-c7b262605968/crash -- . 2024-04-22T21:36:26.312 INFO:teuthology.orchestra.run.smithi097.stderr:tar: /var/lib/ceph/5d42f13c-00f0-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T21:36:26.312 INFO:teuthology.orchestra.run.smithi097.stderr:tar: Error is not recoverable: exiting now 2024-04-22T21:36:26.314 DEBUG:teuthology.misc:Transferring archived files from smithi196:/var/lib/ceph/5d42f13c-00f0-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668766/remote/smithi196/crash 2024-04-22T21:36:26.315 DEBUG:teuthology.orchestra.run.smithi196:> sudo tar c -f - -C /var/lib/ceph/5d42f13c-00f0-11ef-bc93-c7b262605968/crash -- . 2024-04-22T21:36:26.350 INFO:teuthology.orchestra.run.smithi196.stderr:tar: /var/lib/ceph/5d42f13c-00f0-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T21:36:26.350 INFO:teuthology.orchestra.run.smithi196.stderr:tar: Error is not recoverable: exiting now 2024-04-22T21:36:26.351 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-22T21:36:26.351 DEBUG:teuthology.orchestra.run.smithi097:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/5d42f13c-00f0-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-22T21:36:26.378 INFO:teuthology.orchestra.run.smithi097.stderr:grep: /var/log/ceph/5d42f13c-00f0-11ef-bc93-c7b262605968/ceph.log: No such file or directory 2024-04-22T21:36:26.380 INFO:tasks.cephadm:Compressing logs... 2024-04-22T21:36:26.380 DEBUG:teuthology.orchestra.run.smithi097:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-22T21:36:26.422 DEBUG:teuthology.orchestra.run.smithi196:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-22T21:36:26.445 INFO:teuthology.orchestra.run.smithi196.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T21:36:26.445 INFO:teuthology.orchestra.run.smithi196.stderr:: No such file or directory 2024-04-22T21:36:26.446 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/cephadm.log: 73.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T21:36:26.446 INFO:teuthology.orchestra.run.smithi097.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T21:36:26.446 INFO:teuthology.orchestra.run.smithi097.stderr:: No such file or directory 2024-04-22T21:36:26.447 INFO:teuthology.orchestra.run.smithi097.stderr:/var/log/ceph/cephadm.log: 73.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T21:36:26.447 INFO:teuthology.orchestra.run.smithi196.stderr: 2024-04-22T21:36:26.448 INFO:teuthology.orchestra.run.smithi196.stderr:real 0m0.011s 2024-04-22T21:36:26.448 INFO:teuthology.orchestra.run.smithi196.stderr:user 0m0.010s 2024-04-22T21:36:26.448 INFO:teuthology.orchestra.run.smithi196.stderr:sys 0m0.010s 2024-04-22T21:36:26.449 INFO:teuthology.orchestra.run.smithi097.stderr: 2024-04-22T21:36:26.449 INFO:teuthology.orchestra.run.smithi097.stderr:real 0m0.015s 2024-04-22T21:36:26.449 INFO:teuthology.orchestra.run.smithi097.stderr:user 0m0.011s 2024-04-22T21:36:26.449 INFO:teuthology.orchestra.run.smithi097.stderr:sys 0m0.009s 2024-04-22T21:36:26.449 INFO:tasks.cephadm:Archiving logs... 2024-04-22T21:36:26.449 DEBUG:teuthology.misc:Transferring archived files from smithi097:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668766/remote/smithi097/log 2024-04-22T21:36:26.450 DEBUG:teuthology.orchestra.run.smithi097:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T21:36:26.513 DEBUG:teuthology.misc:Transferring archived files from smithi196:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668766/remote/smithi196/log 2024-04-22T21:36:26.514 DEBUG:teuthology.orchestra.run.smithi196:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T21:36:26.537 INFO:tasks.cephadm:Removing cluster... 2024-04-22T21:36:26.538 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5d42f13c-00f0-11ef-bc93-c7b262605968 --force 2024-04-22T21:36:26.739 INFO:teuthology.orchestra.run.smithi097.stdout:Deleting cluster with fsid: 5d42f13c-00f0-11ef-bc93-c7b262605968 2024-04-22T21:36:26.854 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5d42f13c-00f0-11ef-bc93-c7b262605968 --force 2024-04-22T21:36:27.027 INFO:teuthology.orchestra.run.smithi196.stdout:Deleting cluster with fsid: 5d42f13c-00f0-11ef-bc93-c7b262605968 2024-04-22T21:36:27.140 INFO:tasks.cephadm:Removing cephadm ... 2024-04-22T21:36:27.141 DEBUG:teuthology.orchestra.run.smithi097:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T21:36:27.155 DEBUG:teuthology.orchestra.run.smithi196:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T21:36:27.169 INFO:tasks.cephadm:Teardown complete 2024-04-22T21:36:27.169 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 smithi097 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T21:36:27.357 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=baf0c6f092b340b8a66f5e7a410ba4c8 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 smithi097 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T21:36:27.360 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-22T21:36:27.370 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-04-22T21:36:27.381 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi097:/dev/vg_nvme/lv_1... 2024-04-22T21:36:27.381 DEBUG:teuthology.orchestra.run.smithi097:> sudo nvme disconnect -n lv_1 2024-04-22T21:36:27.529 INFO:teuthology.orchestra.run.smithi097.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-22T21:36:27.530 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:36:27.531 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi097:/dev/vg_nvme/lv_2... 2024-04-22T21:36:27.531 DEBUG:teuthology.orchestra.run.smithi097:> sudo nvme disconnect -n lv_2 2024-04-22T21:36:27.662 INFO:teuthology.orchestra.run.smithi097.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-22T21:36:27.663 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:36:27.664 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi097:/dev/vg_nvme/lv_3... 2024-04-22T21:36:27.664 DEBUG:teuthology.orchestra.run.smithi097:> sudo nvme disconnect -n lv_3 2024-04-22T21:36:27.801 INFO:teuthology.orchestra.run.smithi097.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-22T21:36:27.802 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:36:27.803 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi097:/dev/vg_nvme/lv_4... 2024-04-22T21:36:27.803 DEBUG:teuthology.orchestra.run.smithi097:> sudo nvme disconnect -n lv_4 2024-04-22T21:36:27.929 INFO:teuthology.orchestra.run.smithi097.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-22T21:36:27.930 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:36:27.931 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-04-22T21:36:27.931 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/scratch_devs 2024-04-22T21:36:27.953 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi196:/dev/vg_nvme/lv_1... 2024-04-22T21:36:27.954 DEBUG:teuthology.orchestra.run.smithi196:> sudo nvme disconnect -n lv_1 2024-04-22T21:36:28.084 INFO:teuthology.orchestra.run.smithi196.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-22T21:36:28.085 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:36:28.086 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi196:/dev/vg_nvme/lv_2... 2024-04-22T21:36:28.086 DEBUG:teuthology.orchestra.run.smithi196:> sudo nvme disconnect -n lv_2 2024-04-22T21:36:28.229 INFO:teuthology.orchestra.run.smithi196.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-22T21:36:28.230 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:36:28.231 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi196:/dev/vg_nvme/lv_3... 2024-04-22T21:36:28.231 DEBUG:teuthology.orchestra.run.smithi196:> sudo nvme disconnect -n lv_3 2024-04-22T21:36:28.393 INFO:teuthology.orchestra.run.smithi196.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-22T21:36:28.394 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:36:28.395 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi196:/dev/vg_nvme/lv_4... 2024-04-22T21:36:28.395 DEBUG:teuthology.orchestra.run.smithi196:> sudo nvme disconnect -n lv_4 2024-04-22T21:36:28.543 INFO:teuthology.orchestra.run.smithi196.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-22T21:36:28.544 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:36:28.545 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-04-22T21:36:28.545 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/scratch_devs 2024-04-22T21:36:28.570 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-22T21:36:28.579 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-22T21:36:28.580 DEBUG:teuthology.orchestra.run.smithi097:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T21:36:28.582 DEBUG:teuthology.orchestra.run.smithi196:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T21:36:28.594 INFO:teuthology.orchestra.run.smithi097.stderr:bash: line 1: ntpq: command not found 2024-04-22T21:36:28.599 INFO:teuthology.orchestra.run.smithi097.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T21:36:28.599 INFO:teuthology.orchestra.run.smithi097.stdout:=============================================================================== 2024-04-22T21:36:28.599 INFO:teuthology.orchestra.run.smithi097.stdout:^- hv01.front.sepia.ceph.com 2 6 17 5 +1742us[+1742us] +/- 581ms 2024-04-22T21:36:28.599 INFO:teuthology.orchestra.run.smithi097.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 5 -463us[ -463us] +/- 79ms 2024-04-22T21:36:28.599 INFO:teuthology.orchestra.run.smithi097.stdout:^* hv03.front.sepia.ceph.com 3 6 17 5 +393us[ +402us] +/- 72ms 2024-04-22T21:36:28.599 INFO:teuthology.orchestra.run.smithi097.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:36:28.626 INFO:teuthology.orchestra.run.smithi196.stderr:bash: line 1: ntpq: command not found 2024-04-22T21:36:28.629 INFO:teuthology.orchestra.run.smithi196.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T21:36:28.630 INFO:teuthology.orchestra.run.smithi196.stdout:=============================================================================== 2024-04-22T21:36:28.630 INFO:teuthology.orchestra.run.smithi196.stdout:^- hv01.front.sepia.ceph.com 2 6 17 5 +1750us[+1750us] +/- 581ms 2024-04-22T21:36:28.630 INFO:teuthology.orchestra.run.smithi196.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 5 -461us[ -461us] +/- 79ms 2024-04-22T21:36:28.630 INFO:teuthology.orchestra.run.smithi196.stdout:^* hv03.front.sepia.ceph.com 3 6 17 5 +412us[ +405us] +/- 72ms 2024-04-22T21:36:28.630 INFO:teuthology.orchestra.run.smithi196.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:36:28.631 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-22T21:36:28.639 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-22T21:36:28.640 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-22T21:36:28.648 DEBUG:teuthology.orchestra.run.smithi097:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-22T21:36:28.704 DEBUG:teuthology.orchestra.run.smithi196:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-22T21:36:28.759 DEBUG:teuthology.orchestra.run.smithi097:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-22T21:36:28.785 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:36:28.786 DEBUG:teuthology.orchestra.run.smithi196:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-22T21:36:28.811 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:36:28.812 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-22T21:36:28.821 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-22T21:36:28.829 INFO:teuthology.task.internal:Duration was 216.434701 seconds 2024-04-22T21:36:28.830 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-22T21:36:28.837 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-22T21:36:28.838 DEBUG:teuthology.orchestra.run.smithi097:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T21:36:28.840 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T21:36:28.874 INFO:teuthology.orchestra.run.smithi097.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T21:36:28.888 INFO:teuthology.orchestra.run.smithi196.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T21:36:29.138 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-22T21:36:29.138 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi097.front.sepia.ceph.com 2024-04-22T21:36:29.138 DEBUG:teuthology.orchestra.run.smithi097:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-22T21:36:29.157 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi196.front.sepia.ceph.com 2024-04-22T21:36:29.157 DEBUG:teuthology.orchestra.run.smithi196:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-22T21:36:29.199 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-22T21:36:29.199 DEBUG:teuthology.orchestra.run.smithi097:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T21:36:29.202 DEBUG:teuthology.orchestra.run.smithi196:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T21:36:29.264 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-22T21:36:29.264 DEBUG:teuthology.orchestra.run.smithi097:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T21:36:29.267 DEBUG:teuthology.orchestra.run.smithi196:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T21:36:29.390 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-22T21:36:29.400 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-22T21:36:29.400 DEBUG:teuthology.orchestra.run.smithi097:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T21:36:29.423 DEBUG:teuthology.orchestra.run.smithi196:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T21:36:29.446 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-22T21:36:29.455 DEBUG:teuthology.orchestra.run.smithi097:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-22T21:36:29.465 DEBUG:teuthology.orchestra.run.smithi196:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-22T21:36:29.484 INFO:teuthology.orchestra.run.smithi097.stdout:kernel.core_pattern = core 2024-04-22T21:36:29.508 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern = core 2024-04-22T21:36:29.536 DEBUG:teuthology.orchestra.run.smithi097:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T21:36:29.569 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:36:29.570 DEBUG:teuthology.orchestra.run.smithi196:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T21:36:29.590 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:36:29.591 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-22T21:36:29.600 INFO:teuthology.task.internal:Transferring archived files... 2024-04-22T21:36:29.601 DEBUG:teuthology.misc:Transferring archived files from smithi097:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668766/remote/smithi097 2024-04-22T21:36:29.601 DEBUG:teuthology.orchestra.run.smithi097:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T21:36:29.641 DEBUG:teuthology.misc:Transferring archived files from smithi196:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668766/remote/smithi196 2024-04-22T21:36:29.641 DEBUG:teuthology.orchestra.run.smithi196:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T21:36:29.672 INFO:teuthology.task.internal:Removing archive directory... 2024-04-22T21:36:29.672 DEBUG:teuthology.orchestra.run.smithi097:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T21:36:29.677 DEBUG:teuthology.orchestra.run.smithi196:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T21:36:29.721 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-22T21:36:29.733 INFO:teuthology.task.internal:Not uploading archives. 2024-04-22T21:36:29.733 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-22T21:36:29.742 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-22T21:36:29.742 DEBUG:teuthology.orchestra.run.smithi097:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T21:36:29.744 DEBUG:teuthology.orchestra.run.smithi196:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T21:36:29.756 INFO:teuthology.orchestra.run.smithi097.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 21:36 /home/ubuntu/cephtest 2024-04-22T21:36:29.776 INFO:teuthology.orchestra.run.smithi196.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 21:36 /home/ubuntu/cephtest 2024-04-22T21:36:29.778 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-22T21:36:29.787 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-22T21:36:29.808 INFO:teuthology.nuke:Checking targets against current locks 2024-04-22T21:36:29.835 DEBUG:teuthology.nuke:shortname: smithi097 2024-04-22T21:36:29.835 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T21:36:29.860 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi097.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668766', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 21:27:26.052999', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAsSw/2j3PeEC/VSq6UwonpjRgpNsb5eGdAPunJdjQY2Px8fqumMBGfhzp1RJExTdjBxzVIC5k+DZ9SJTOIoXX4='} 2024-04-22T21:36:29.863 DEBUG:teuthology.nuke:shortname: smithi196 2024-04-22T21:36:29.863 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T21:36:29.884 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi196.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668766', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 21:27:26.050111', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ/ry1EqvPwPuXxFVaOQaj5vD1HKF2GcN4H08+J6WJu7rRjZ59LygNJgWJHspnVt/ncLfA0E2n1Ds0Xdk75+Pw0='} 2024-04-22T21:36:29.915 INFO:teuthology.orchestra.console.smithi097:Power off 2024-04-22T21:36:29.915 DEBUG:teuthology.orchestra.console.smithi097:pexpect command: ipmitool -H smithi097.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T21:36:29.935 INFO:teuthology.orchestra.console.smithi196:Power off 2024-04-22T21:36:29.937 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T21:36:29.947 DEBUG:teuthology.orchestra.console.smithi097:power off output: Chassis Power Control: Down/Off 2024-04-22T21:36:29.947 DEBUG:teuthology.orchestra.console.smithi097:pexpect command: ipmitool -H smithi097.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T21:36:29.961 DEBUG:teuthology.orchestra.console.smithi196:power off output: Chassis Power Control: Down/Off 2024-04-22T21:36:29.961 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T21:36:29.971 DEBUG:teuthology.orchestra.console.smithi097:check power output: Chassis Power is on 2024-04-22T21:36:29.985 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is on 2024-04-22T21:36:33.972 DEBUG:teuthology.orchestra.console.smithi097:pexpect command: ipmitool -H smithi097.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T21:36:33.986 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T21:36:34.082 DEBUG:teuthology.orchestra.console.smithi097:check power output: Chassis Power is on 2024-04-22T21:36:34.095 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is on 2024-04-22T21:36:38.087 DEBUG:teuthology.orchestra.console.smithi097:pexpect command: ipmitool -H smithi097.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T21:36:38.097 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T21:36:38.199 DEBUG:teuthology.orchestra.console.smithi097:check power output: Chassis Power is on 2024-04-22T21:36:38.206 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is off 2024-04-22T21:36:38.306 INFO:teuthology.orchestra.console.smithi196:Power off completed 2024-04-22T21:36:42.204 DEBUG:teuthology.orchestra.console.smithi097:pexpect command: ipmitool -H smithi097.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T21:36:42.313 DEBUG:teuthology.orchestra.console.smithi097:check power output: Chassis Power is off 2024-04-22T21:36:42.414 INFO:teuthology.orchestra.console.smithi097:Power off completed 2024-04-22T21:36:42.518 INFO:teuthology.run:Summary data: description: orch/cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/client-keyring 3-final} duration: 216.43470096588135 failure_reason: 'Command failed on smithi097 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=baf0c6f092b340b8a66f5e7a410ba4c8 status: fail success: false 2024-04-22T21:36:42.518 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T21:36:42.605 INFO:teuthology.run:FAIL