2024-04-15T21:16:30.916 INFO:root:teuthology version: 0.0.1.dev267+g6c63784 2024-04-15T21:16:30.916 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --name teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi --archive /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657443 --owner scheduled_teuthology@teuthology --description orch/cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} -- /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657443/orig.config.yaml 2024-04-15T21:16:30.949 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T21:16:31.034 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657443 branch: squid description: orch/cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} email: ceph-qa@ceph.com first_in_suite: false job_id: '7657443' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-15_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\) sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: 461a84e6fbbf089011eafd13b98169fb9e9b8cc9 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - client.0 - - host.b - client.1 seed: 7775 sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 sleep_before_teardown: 0 subset: 18/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 461a84e6fbbf089011eafd13b98169fb9e9b8cc9 targets: smithi007.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFEgW5jNOvD7uIXHOZL+kGBmkR1dL6FaYMWozsoP4czg8Tu8uDxXr5WhSEiTwhtaLGZRLjPWkxesGjWzqq7bzFI= smithi130.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAWthJAaOJjDE/jDpIdbL+vFWWwxwfpNaEcGIRltaytC+uKSpYTS4gWLqQn2tddnL9fCBoMJuJiV05L+LMh3MOQ= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - cephadm.apply: specs: - placement: count: 4 host_pattern: '*' service_id: foo service_type: rgw spec: rgw_frontend_port: 8000 - placement: count: 2 service_id: rgw.foo service_type: ingress spec: backend_service: rgw.foo frontend_port: 9000 monitor_port: 9001 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: rgw.foo - cephadm.wait_for_service: service: ingress.rgw.foo - cephadm.shell: host.a: - "echo \"Check while healthy...\"\ncurl http://{{VIP0}}:9000/\n\n# stop each\ \ rgw in turn\necho \"Check with each rgw stopped in turn...\"\nfor rgw in `ceph\ \ orch ps | grep ^rgw.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $rgw\n while ! ceph orch ps | grep $rgw | grep stopped; do sleep 1 ; done\n\ \ while ! curl http://{{VIP0}}:9000/ ; do sleep 1 ; done\n ceph orch daemon\ \ start $rgw\n while ! ceph orch ps | grep $rgw | grep running; do sleep 1\ \ ; done\ndone\n\n# stop each haproxy in turn\necho \"Check with each haproxy\ \ down in turn...\"\nfor haproxy in `ceph orch ps | grep ^haproxy.rgw.foo. |\ \ awk '{print $1}'`; do\n ceph orch daemon stop $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep stopped; do sleep 1 ; done\n while ! curl http://{{VIP0}}:9000/\ \ ; do sleep 1 ; done\n ceph orch daemon start $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep running; do sleep 1 ; done\ndone\n\nwhile ! curl\ \ http://{{VIP0}}:9000/ ; do sleep 1 ; done\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 6c637841c215537a4502385240412f1966e0faab timestamp: 2024-04-15_21:08:03 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-15T21:16:31.034 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa; will attempt to use it 2024-04-15T21:16:31.035 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks 2024-04-15T21:16:31.035 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-15T21:16:31.036 INFO:teuthology.task.internal:Checking packages... 2024-04-15T21:16:31.061 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'a9a752df26c63acad72e1b3569fd79a515ca0765' 2024-04-15T21:16:31.061 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-15T21:16:31.061 INFO:teuthology.packaging:ref: None 2024-04-15T21:16:31.061 INFO:teuthology.packaging:tag: None 2024-04-15T21:16:31.061 INFO:teuthology.packaging:branch: squid 2024-04-15T21:16:31.061 INFO:teuthology.packaging:sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:16:31.061 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-15T21:16:31.322 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2114.ga9a752df 2024-04-15T21:16:31.323 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-15T21:16:31.330 INFO:teuthology.task.internal:no buildpackages task found 2024-04-15T21:16:31.330 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-15T21:16:31.375 INFO:teuthology.task.internal:Saving configuration 2024-04-15T21:16:31.389 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-15T21:16:31.398 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T21:16:31.423 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi007.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657443', '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-15 21:11:22.585345', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFEgW5jNOvD7uIXHOZL+kGBmkR1dL6FaYMWozsoP4czg8Tu8uDxXr5WhSEiTwhtaLGZRLjPWkxesGjWzqq7bzFI='} 2024-04-15T21:16:31.441 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi130.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657443', '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-15 21:11:22.586603', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAWthJAaOJjDE/jDpIdbL+vFWWwxwfpNaEcGIRltaytC+uKSpYTS4gWLqQn2tddnL9fCBoMJuJiV05L+LMh3MOQ='} 2024-04-15T21:16:31.442 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-15T21:16:31.448 INFO:teuthology.task.internal:roles: ubuntu@smithi007.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-04-15T21:16:31.448 INFO:teuthology.task.internal:roles: ubuntu@smithi130.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-04-15T21:16:31.448 INFO:teuthology.run_tasks:Running task console_log... 2024-04-15T21:16:31.541 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f15bb915ee0>, signals=[15]) 2024-04-15T21:16:31.542 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-15T21:16:31.548 INFO:teuthology.task.internal:Opening connections... 2024-04-15T21:16:31.548 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi007.front.sepia.ceph.com 2024-04-15T21:16:31.550 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:16:31.658 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi130.front.sepia.ceph.com 2024-04-15T21:16:31.659 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:16:31.748 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-15T21:16:31.754 DEBUG:teuthology.orchestra.run.smithi007:> uname -m 2024-04-15T21:16:31.773 INFO:teuthology.orchestra.run.smithi007.stdout:x86_64 2024-04-15T21:16:31.773 DEBUG:teuthology.orchestra.run.smithi007:> cat /etc/os-release 2024-04-15T21:16:31.831 INFO:teuthology.orchestra.run.smithi007.stdout:NAME="CentOS Stream" 2024-04-15T21:16:31.831 INFO:teuthology.orchestra.run.smithi007.stdout:VERSION="9" 2024-04-15T21:16:31.831 INFO:teuthology.orchestra.run.smithi007.stdout:ID="centos" 2024-04-15T21:16:31.831 INFO:teuthology.orchestra.run.smithi007.stdout:ID_LIKE="rhel fedora" 2024-04-15T21:16:31.831 INFO:teuthology.orchestra.run.smithi007.stdout:VERSION_ID="9" 2024-04-15T21:16:31.831 INFO:teuthology.orchestra.run.smithi007.stdout:PLATFORM_ID="platform:el9" 2024-04-15T21:16:31.831 INFO:teuthology.orchestra.run.smithi007.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-15T21:16:31.831 INFO:teuthology.orchestra.run.smithi007.stdout:ANSI_COLOR="0;31" 2024-04-15T21:16:31.832 INFO:teuthology.orchestra.run.smithi007.stdout:LOGO="fedora-logo-icon" 2024-04-15T21:16:31.832 INFO:teuthology.orchestra.run.smithi007.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-15T21:16:31.832 INFO:teuthology.orchestra.run.smithi007.stdout:HOME_URL="https://centos.org/" 2024-04-15T21:16:31.832 INFO:teuthology.orchestra.run.smithi007.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-15T21:16:31.832 INFO:teuthology.orchestra.run.smithi007.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-15T21:16:31.832 INFO:teuthology.orchestra.run.smithi007.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-15T21:16:31.832 INFO:teuthology.lock.ops:Updating smithi007.front.sepia.ceph.com on lock server 2024-04-15T21:16:31.852 DEBUG:teuthology.orchestra.run.smithi130:> uname -m 2024-04-15T21:16:31.869 INFO:teuthology.orchestra.run.smithi130.stdout:x86_64 2024-04-15T21:16:31.869 DEBUG:teuthology.orchestra.run.smithi130:> cat /etc/os-release 2024-04-15T21:16:31.926 INFO:teuthology.orchestra.run.smithi130.stdout:NAME="CentOS Stream" 2024-04-15T21:16:31.926 INFO:teuthology.orchestra.run.smithi130.stdout:VERSION="9" 2024-04-15T21:16:31.926 INFO:teuthology.orchestra.run.smithi130.stdout:ID="centos" 2024-04-15T21:16:31.926 INFO:teuthology.orchestra.run.smithi130.stdout:ID_LIKE="rhel fedora" 2024-04-15T21:16:31.926 INFO:teuthology.orchestra.run.smithi130.stdout:VERSION_ID="9" 2024-04-15T21:16:31.926 INFO:teuthology.orchestra.run.smithi130.stdout:PLATFORM_ID="platform:el9" 2024-04-15T21:16:31.926 INFO:teuthology.orchestra.run.smithi130.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-15T21:16:31.926 INFO:teuthology.orchestra.run.smithi130.stdout:ANSI_COLOR="0;31" 2024-04-15T21:16:31.927 INFO:teuthology.orchestra.run.smithi130.stdout:LOGO="fedora-logo-icon" 2024-04-15T21:16:31.927 INFO:teuthology.orchestra.run.smithi130.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-15T21:16:31.927 INFO:teuthology.orchestra.run.smithi130.stdout:HOME_URL="https://centos.org/" 2024-04-15T21:16:31.927 INFO:teuthology.orchestra.run.smithi130.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-15T21:16:31.927 INFO:teuthology.orchestra.run.smithi130.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-15T21:16:31.927 INFO:teuthology.orchestra.run.smithi130.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-15T21:16:31.927 INFO:teuthology.lock.ops:Updating smithi130.front.sepia.ceph.com on lock server 2024-04-15T21:16:31.943 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-15T21:16:31.952 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-15T21:16:32.023 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-15T21:16:32.023 DEBUG:teuthology.orchestra.run.smithi007:> test '!' -e /home/ubuntu/cephtest 2024-04-15T21:16:32.026 DEBUG:teuthology.orchestra.run.smithi130:> test '!' -e /home/ubuntu/cephtest 2024-04-15T21:16:32.042 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-15T21:16:32.047 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-15T21:16:32.048 DEBUG:teuthology.orchestra.run.smithi007:> test -z $(ls -A /var/lib/ceph) 2024-04-15T21:16:32.083 DEBUG:teuthology.orchestra.run.smithi130:> test -z $(ls -A /var/lib/ceph) 2024-04-15T21:16:32.116 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-15T21:16:32.171 INFO:teuthology.run_tasks:Running task kernel... 2024-04-15T21:16:32.186 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-15T21:16:32.186 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-15T21:16:32.186 DEBUG:teuthology.orchestra.run.smithi007:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T21:16:32.187 DEBUG:teuthology.orchestra.run.smithi130:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T21:16:32.202 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:16:32.203 DEBUG:teuthology.orchestra.run.smithi130:> uname -r 2024-04-15T21:16:32.204 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:16:32.204 DEBUG:teuthology.orchestra.run.smithi007:> uname -r 2024-04-15T21:16:32.260 INFO:teuthology.orchestra.run.smithi130.stdout:5.14.0-361.el9.x86_64 2024-04-15T21:16:32.260 INFO:teuthology.task.kernel:Running kernel on smithi130: 5.14.0-361.el9.x86_64 2024-04-15T21:16:32.260 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum install -y kernel 2024-04-15T21:16:32.263 INFO:teuthology.orchestra.run.smithi007.stdout:5.14.0-361.el9.x86_64 2024-04-15T21:16:32.263 INFO:teuthology.task.kernel:Running kernel on smithi007: 5.14.0-361.el9.x86_64 2024-04-15T21:16:32.263 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum install -y kernel 2024-04-15T21:16:34.269 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS-9 - AppStream 14 MB/s | 6.7 MB 00:00 2024-04-15T21:16:34.671 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS-9 - AppStream 8.6 MB/s | 6.7 MB 00:00 2024-04-15T21:16:35.903 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS-9 - BaseOS 4.3 MB/s | 2.0 MB 00:00 2024-04-15T21:16:36.702 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS Stream 9 - BaseOS 18 MB/s | 8.0 MB 00:00 2024-04-15T21:16:37.205 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS-9 - BaseOS 1.4 MB/s | 2.0 MB 00:01 2024-04-15T21:16:39.603 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS Stream 9 - AppStream 11 MB/s | 19 MB 00:01 2024-04-15T21:16:41.428 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - BaseOS 2.1 MB/s | 8.0 MB 00:03 2024-04-15T21:16:43.312 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - AppStream 24 MB/s | 19 MB 00:00 2024-04-15T21:16:45.353 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS Stream 9 - CRB 3.0 MB/s | 6.2 MB 00:02 2024-04-15T21:16:47.029 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS Stream 9 - Extras packages 38 kB/s | 16 kB 00:00 2024-04-15T21:16:48.379 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - CRB 3.9 MB/s | 6.2 MB 00:01 2024-04-15T21:16:48.430 INFO:teuthology.orchestra.run.smithi007.stdout:Extra Packages for Enterprise Linux 17 MB/s | 21 MB 00:01 2024-04-15T21:16:49.780 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - Extras packages 65 kB/s | 16 kB 00:00 2024-04-15T21:16:51.401 INFO:teuthology.orchestra.run.smithi130.stdout:Extra Packages for Enterprise Linux 14 MB/s | 21 MB 00:01 2024-04-15T21:16:53.814 INFO:teuthology.orchestra.run.smithi007.stdout:lab-extras 40 kB/s | 1.7 kB 00:00 2024-04-15T21:16:56.220 INFO:teuthology.orchestra.run.smithi007.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-15T21:16:56.221 INFO:teuthology.orchestra.run.smithi007.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-15T21:16:56.316 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-04-15T21:16:56.332 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-04-15T21:16:56.333 INFO:teuthology.orchestra.run.smithi007.stdout: Package Arch Version Repository Size 2024-04-15T21:16:56.333 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-04-15T21:16:56.333 INFO:teuthology.orchestra.run.smithi007.stdout:Installing: 2024-04-15T21:16:56.333 INFO:teuthology.orchestra.run.smithi007.stdout: kernel x86_64 5.14.0-438.el9 CentOS-BaseOS 277 k 2024-04-15T21:16:56.333 INFO:teuthology.orchestra.run.smithi007.stdout:Installing dependencies: 2024-04-15T21:16:56.333 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-core x86_64 5.14.0-438.el9 CentOS-BaseOS 15 M 2024-04-15T21:16:56.333 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-modules x86_64 5.14.0-438.el9 CentOS-BaseOS 34 M 2024-04-15T21:16:56.333 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-modules-core x86_64 5.14.0-438.el9 CentOS-BaseOS 28 M 2024-04-15T21:16:56.333 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-04-15T21:16:56.333 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction Summary 2024-04-15T21:16:56.333 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-04-15T21:16:56.333 INFO:teuthology.orchestra.run.smithi007.stdout:Install 4 Packages 2024-04-15T21:16:56.334 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-04-15T21:16:56.334 INFO:teuthology.orchestra.run.smithi007.stdout:Total download size: 77 M 2024-04-15T21:16:56.334 INFO:teuthology.orchestra.run.smithi007.stdout:Installed size: 123 M 2024-04-15T21:16:56.334 INFO:teuthology.orchestra.run.smithi007.stdout:Downloading Packages: 2024-04-15T21:16:56.415 INFO:teuthology.orchestra.run.smithi130.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-04-15T21:16:56.490 INFO:teuthology.orchestra.run.smithi007.stdout:(1/4): kernel-5.14.0-438.el9.x86_64.rpm 1.7 MB/s | 277 kB 00:00 2024-04-15T21:16:57.074 INFO:teuthology.orchestra.run.smithi007.stdout:(2/4): kernel-core-5.14.0-438.el9.x86_64.rpm 21 MB/s | 15 MB 00:00 2024-04-15T21:16:57.999 INFO:teuthology.orchestra.run.smithi007.stdout:(3/4): kernel-modules-5.14.0-438.el9.x86_64.rpm 20 MB/s | 34 MB 00:01 2024-04-15T21:16:58.266 INFO:teuthology.orchestra.run.smithi007.stdout:(4/4): kernel-modules-core-5.14.0-438.el9.x86_6 16 MB/s | 28 MB 00:01 2024-04-15T21:16:58.269 INFO:teuthology.orchestra.run.smithi007.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:16:58.269 INFO:teuthology.orchestra.run.smithi007.stdout:Total 40 MB/s | 77 MB 00:01 2024-04-15T21:16:58.269 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction check 2024-04-15T21:16:58.715 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction check succeeded. 2024-04-15T21:16:58.715 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction test 2024-04-15T21:16:58.772 INFO:teuthology.orchestra.run.smithi130.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-15T21:16:58.772 INFO:teuthology.orchestra.run.smithi130.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-15T21:16:58.871 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-15T21:16:58.877 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T21:16:58.877 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repository Size 2024-04-15T21:16:58.877 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T21:16:58.877 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-15T21:16:58.877 INFO:teuthology.orchestra.run.smithi130.stdout: kernel x86_64 5.14.0-438.el9 CentOS-BaseOS 277 k 2024-04-15T21:16:58.877 INFO:teuthology.orchestra.run.smithi130.stdout:Installing dependencies: 2024-04-15T21:16:58.877 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-core x86_64 5.14.0-438.el9 CentOS-BaseOS 15 M 2024-04-15T21:16:58.877 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-modules x86_64 5.14.0-438.el9 CentOS-BaseOS 34 M 2024-04-15T21:16:58.877 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-modules-core x86_64 5.14.0-438.el9 CentOS-BaseOS 28 M 2024-04-15T21:16:58.878 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T21:16:58.878 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-15T21:16:58.878 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T21:16:58.878 INFO:teuthology.orchestra.run.smithi130.stdout:Install 4 Packages 2024-04-15T21:16:58.878 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T21:16:58.878 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 77 M 2024-04-15T21:16:58.879 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 123 M 2024-04-15T21:16:58.879 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-15T21:16:59.124 INFO:teuthology.orchestra.run.smithi130.stdout:(1/4): kernel-5.14.0-438.el9.x86_64.rpm 1.1 MB/s | 277 kB 00:00 2024-04-15T21:16:59.600 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction test succeeded. 2024-04-15T21:16:59.600 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction 2024-04-15T21:17:00.800 INFO:teuthology.orchestra.run.smithi130.stdout:(2/4): kernel-modules-5.14.0-438.el9.x86_64.rpm 18 MB/s | 34 MB 00:01 2024-04-15T21:17:00.958 INFO:teuthology.orchestra.run.smithi130.stdout:(3/4): kernel-core-5.14.0-438.el9.x86_64.rpm 7.3 MB/s | 15 MB 00:02 2024-04-15T21:17:01.367 INFO:teuthology.orchestra.run.smithi130.stdout:(4/4): kernel-modules-core-5.14.0-438.el9.x86_6 12 MB/s | 28 MB 00:02 2024-04-15T21:17:01.370 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:17:01.370 INFO:teuthology.orchestra.run.smithi130.stdout:Total 31 MB/s | 77 MB 00:02 2024-04-15T21:17:01.370 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-15T21:17:01.726 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-15T21:17:01.726 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-15T21:17:02.022 INFO:teuthology.orchestra.run.smithi007.stdout: Preparing : 1/1 2024-04-15T21:17:02.555 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-15T21:17:02.555 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-15T21:17:02.646 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : kernel-modules-core-5.14.0-438.el9.x86_64 1/4 2024-04-15T21:17:02.736 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:17:04.876 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-15T21:17:05.470 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : kernel-modules-core-5.14.0-438.el9.x86_64 1/4 2024-04-15T21:17:05.578 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:17:05.646 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:17:05.780 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:17:08.341 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:17:08.504 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:17:10.887 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:17:10.930 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:17:13.212 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:17:13.464 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:17:16.063 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:17:18.222 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:17:46.825 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:17:46.826 INFO:teuthology.orchestra.run.smithi007.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-15T21:17:46.826 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-04-15T21:17:46.871 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:17:47.298 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:17:47.298 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : kernel-5.14.0-438.el9.x86_64 1/4 2024-04-15T21:17:47.298 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:17:47.298 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:17:47.600 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:17:47.600 INFO:teuthology.orchestra.run.smithi130.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-15T21:17:47.600 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T21:17:47.644 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:17:47.702 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:17:47.702 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-04-15T21:17:47.702 INFO:teuthology.orchestra.run.smithi007.stdout:Installed: 2024-04-15T21:17:47.703 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-5.14.0-438.el9.x86_64 2024-04-15T21:17:47.703 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-core-5.14.0-438.el9.x86_64 2024-04-15T21:17:47.703 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-modules-5.14.0-438.el9.x86_64 2024-04-15T21:17:47.703 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-modules-core-5.14.0-438.el9.x86_64 2024-04-15T21:17:47.703 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-04-15T21:17:47.703 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-04-15T21:17:47.972 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:17:47.972 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : kernel-5.14.0-438.el9.x86_64 1/4 2024-04-15T21:17:47.972 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:17:47.973 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:17:48.031 DEBUG:teuthology.orchestra.run.smithi007:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T21:17:48.138 INFO:teuthology.orchestra.run.smithi007.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T21:17:48.139 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T21:17:48.139 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-438.el9.x86_64 2024-04-15T21:17:48.139 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T21:17:48.139 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T21:17:48.139 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-15T21:17:48.140 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi007.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T21:17:48.140 DEBUG:teuthology.orchestra.run.smithi007:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T21:17:48.223 INFO:teuthology.orchestra.run.smithi007.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T21:17:48.223 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T21:17:48.223 DEBUG:teuthology.orchestra.run.smithi007:> sudo rpm -qi grub2-tools 2024-04-15T21:17:48.265 INFO:teuthology.orchestra.run.smithi007.stdout:Name : grub2-tools 2024-04-15T21:17:48.265 INFO:teuthology.orchestra.run.smithi007.stdout:Epoch : 1 2024-04-15T21:17:48.265 INFO:teuthology.orchestra.run.smithi007.stdout:Version : 2.06 2024-04-15T21:17:48.265 INFO:teuthology.orchestra.run.smithi007.stdout:Release : 68.el9 2024-04-15T21:17:48.266 INFO:teuthology.orchestra.run.smithi007.stdout:Architecture: x86_64 2024-04-15T21:17:48.266 INFO:teuthology.orchestra.run.smithi007.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-15T21:17:48.266 INFO:teuthology.orchestra.run.smithi007.stdout:Group : Unspecified 2024-04-15T21:17:48.266 INFO:teuthology.orchestra.run.smithi007.stdout:Size : 8264254 2024-04-15T21:17:48.266 INFO:teuthology.orchestra.run.smithi007.stdout:License : GPLv3+ 2024-04-15T21:17:48.266 INFO:teuthology.orchestra.run.smithi007.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-15T21:17:48.266 INFO:teuthology.orchestra.run.smithi007.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-15T21:17:48.266 INFO:teuthology.orchestra.run.smithi007.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-15T21:17:48.266 INFO:teuthology.orchestra.run.smithi007.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-15T21:17:48.266 INFO:teuthology.orchestra.run.smithi007.stdout:Packager : builder@centos.org 2024-04-15T21:17:48.266 INFO:teuthology.orchestra.run.smithi007.stdout:Vendor : CentOS 2024-04-15T21:17:48.266 INFO:teuthology.orchestra.run.smithi007.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-15T21:17:48.266 INFO:teuthology.orchestra.run.smithi007.stdout:Summary : Support tools for GRUB. 2024-04-15T21:17:48.266 INFO:teuthology.orchestra.run.smithi007.stdout:Description : 2024-04-15T21:17:48.267 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-04-15T21:17:48.267 INFO:teuthology.orchestra.run.smithi007.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-15T21:17:48.267 INFO:teuthology.orchestra.run.smithi007.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-15T21:17:48.267 INFO:teuthology.orchestra.run.smithi007.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-15T21:17:48.267 INFO:teuthology.orchestra.run.smithi007.stdout:hardware devices. 2024-04-15T21:17:48.267 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-04-15T21:17:48.267 INFO:teuthology.orchestra.run.smithi007.stdout:This subpackage provides tools for support of all platforms. 2024-04-15T21:17:48.268 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-15T21:17:48.268 INFO:teuthology.task.kernel:Updating grub on smithi007 to boot 5.14.0-438.el9.x86_64 2024-04-15T21:17:48.268 DEBUG:teuthology.orchestra.run.smithi007:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-15T21:17:48.367 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:17:48.367 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T21:17:48.367 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-15T21:17:48.367 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-5.14.0-438.el9.x86_64 2024-04-15T21:17:48.367 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-core-5.14.0-438.el9.x86_64 2024-04-15T21:17:48.367 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-modules-5.14.0-438.el9.x86_64 2024-04-15T21:17:48.367 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-modules-core-5.14.0-438.el9.x86_64 2024-04-15T21:17:48.367 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T21:17:48.367 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-15T21:17:48.719 DEBUG:teuthology.orchestra.run.smithi130:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T21:17:48.824 INFO:teuthology.orchestra.run.smithi130.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T21:17:48.824 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T21:17:48.824 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-438.el9.x86_64 2024-04-15T21:17:48.825 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T21:17:48.825 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T21:17:48.825 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-15T21:17:48.825 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi130.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T21:17:48.825 DEBUG:teuthology.orchestra.run.smithi130:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T21:17:48.874 INFO:teuthology.orchestra.run.smithi007.stderr:Generating grub configuration file ... 2024-04-15T21:17:48.906 INFO:teuthology.orchestra.run.smithi130.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T21:17:48.906 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T21:17:48.906 DEBUG:teuthology.orchestra.run.smithi130:> sudo rpm -qi grub2-tools 2024-04-15T21:17:48.950 INFO:teuthology.orchestra.run.smithi130.stdout:Name : grub2-tools 2024-04-15T21:17:48.950 INFO:teuthology.orchestra.run.smithi130.stdout:Epoch : 1 2024-04-15T21:17:48.950 INFO:teuthology.orchestra.run.smithi130.stdout:Version : 2.06 2024-04-15T21:17:48.950 INFO:teuthology.orchestra.run.smithi130.stdout:Release : 68.el9 2024-04-15T21:17:48.950 INFO:teuthology.orchestra.run.smithi130.stdout:Architecture: x86_64 2024-04-15T21:17:48.950 INFO:teuthology.orchestra.run.smithi130.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-15T21:17:48.950 INFO:teuthology.orchestra.run.smithi130.stdout:Group : Unspecified 2024-04-15T21:17:48.950 INFO:teuthology.orchestra.run.smithi130.stdout:Size : 8264254 2024-04-15T21:17:48.950 INFO:teuthology.orchestra.run.smithi130.stdout:License : GPLv3+ 2024-04-15T21:17:48.950 INFO:teuthology.orchestra.run.smithi130.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-15T21:17:48.951 INFO:teuthology.orchestra.run.smithi130.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-15T21:17:48.951 INFO:teuthology.orchestra.run.smithi130.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-15T21:17:48.951 INFO:teuthology.orchestra.run.smithi130.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-15T21:17:48.951 INFO:teuthology.orchestra.run.smithi130.stdout:Packager : builder@centos.org 2024-04-15T21:17:48.951 INFO:teuthology.orchestra.run.smithi130.stdout:Vendor : CentOS 2024-04-15T21:17:48.951 INFO:teuthology.orchestra.run.smithi130.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-15T21:17:48.951 INFO:teuthology.orchestra.run.smithi130.stdout:Summary : Support tools for GRUB. 2024-04-15T21:17:48.951 INFO:teuthology.orchestra.run.smithi130.stdout:Description : 2024-04-15T21:17:48.951 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T21:17:48.951 INFO:teuthology.orchestra.run.smithi130.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-15T21:17:48.951 INFO:teuthology.orchestra.run.smithi130.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-15T21:17:48.951 INFO:teuthology.orchestra.run.smithi130.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-15T21:17:48.951 INFO:teuthology.orchestra.run.smithi130.stdout:hardware devices. 2024-04-15T21:17:48.951 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T21:17:48.951 INFO:teuthology.orchestra.run.smithi130.stdout:This subpackage provides tools for support of all platforms. 2024-04-15T21:17:48.952 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-15T21:17:48.952 INFO:teuthology.task.kernel:Updating grub on smithi130 to boot 5.14.0-438.el9.x86_64 2024-04-15T21:17:48.953 DEBUG:teuthology.orchestra.run.smithi130:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-15T21:17:49.569 INFO:teuthology.orchestra.run.smithi130.stderr:Generating grub configuration file ... 2024-04-15T21:17:50.336 INFO:teuthology.orchestra.run.smithi007.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-15T21:17:50.366 INFO:teuthology.orchestra.run.smithi007.stderr:done 2024-04-15T21:17:50.369 DEBUG:teuthology.orchestra.run.smithi007:> mktemp 2024-04-15T21:17:50.384 INFO:teuthology.orchestra.run.smithi007.stdout:/tmp/tmp.Tvr3PkT4Ej 2024-04-15T21:17:50.385 DEBUG:teuthology.orchestra.run.smithi007:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Tvr3PkT4Ej 2024-04-15T21:17:50.456 DEBUG:teuthology.orchestra.run.smithi007:> sudo chmod 0666 /tmp/tmp.Tvr3PkT4Ej 2024-04-15T21:17:50.600 DEBUG:teuthology.orchestra.remote:smithi007:/tmp/tmp.Tvr3PkT4Ej is 6KB 2024-04-15T21:17:50.648 DEBUG:teuthology.orchestra.run.smithi007:> rm -fr /tmp/tmp.Tvr3PkT4Ej 2024-04-15T21:17:50.664 DEBUG:teuthology.orchestra.run.smithi007:> sudo /bin/ls /boot/loader/entries || true 2024-04-15T21:17:50.740 INFO:teuthology.orchestra.run.smithi007.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-15T21:17:50.740 INFO:teuthology.orchestra.run.smithi007.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-15T21:17:50.741 INFO:teuthology.orchestra.run.smithi007.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-15T21:17:50.741 INFO:teuthology.orchestra.run.smithi007.stdout:15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64.conf 2024-04-15T21:17:50.742 DEBUG:teuthology.orchestra.run.smithi007:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64 2024-04-15T21:17:50.905 DEBUG:teuthology.orchestra.run.smithi007:> sudo shutdown -r now 2024-04-15T21:17:51.029 INFO:teuthology.orchestra.run.smithi130.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-15T21:17:51.046 INFO:teuthology.orchestra.run.smithi130.stderr:done 2024-04-15T21:17:51.057 DEBUG:teuthology.orchestra.run.smithi130:> mktemp 2024-04-15T21:17:51.076 INFO:teuthology.orchestra.run.smithi130.stdout:/tmp/tmp.hulBpndY0n 2024-04-15T21:17:51.077 DEBUG:teuthology.orchestra.run.smithi130:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.hulBpndY0n 2024-04-15T21:17:51.145 DEBUG:teuthology.orchestra.run.smithi130:> sudo chmod 0666 /tmp/tmp.hulBpndY0n 2024-04-15T21:17:51.290 DEBUG:teuthology.orchestra.remote:smithi130:/tmp/tmp.hulBpndY0n is 6KB 2024-04-15T21:17:51.339 DEBUG:teuthology.orchestra.run.smithi130:> rm -fr /tmp/tmp.hulBpndY0n 2024-04-15T21:17:51.353 DEBUG:teuthology.orchestra.run.smithi130:> sudo /bin/ls /boot/loader/entries || true 2024-04-15T21:17:51.418 INFO:teuthology.orchestra.run.smithi130.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-15T21:17:51.418 INFO:teuthology.orchestra.run.smithi130.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-15T21:17:51.418 INFO:teuthology.orchestra.run.smithi130.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-15T21:17:51.418 INFO:teuthology.orchestra.run.smithi130.stdout:15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64.conf 2024-04-15T21:17:51.419 DEBUG:teuthology.orchestra.run.smithi130:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64 2024-04-15T21:17:51.580 DEBUG:teuthology.orchestra.run.smithi130:> sudo shutdown -r now 2024-04-15T21:18:20.917 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-15T21:18:20.918 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi007.front.sepia.ceph.com' 2024-04-15T21:18:20.919 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:18:21.583 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-15T21:18:21.584 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-04-15T21:18:21.584 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:18:56.031 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.130 2024-04-15T21:19:05.038 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-04-15T21:19:05.040 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:19:20.934 DEBUG:teuthology.orchestra.remote:timed out 2024-04-15T21:19:23.426 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.130 2024-04-15T21:19:29.942 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi007.front.sepia.ceph.com' 2024-04-15T21:19:29.943 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:19:30.319 DEBUG:teuthology.orchestra.run.smithi007:> true 2024-04-15T21:19:30.848 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi007.front.sepia.ceph.com' 2024-04-15T21:19:30.848 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-438.el9.x86_64"... 2024-04-15T21:19:30.848 DEBUG:teuthology.orchestra.run.smithi007:> uname -r 2024-04-15T21:19:30.863 INFO:teuthology.orchestra.run.smithi007.stdout:5.14.0-438.el9.x86_64 2024-04-15T21:19:30.863 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-438.el9.x86_64 vs 5.14.0-438.el9.x86_64 2024-04-15T21:19:30.863 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T21:19:30.863 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-15T21:19:31.864 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-15T21:19:31.864 DEBUG:teuthology.orchestra.run.smithi007:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T21:19:31.960 INFO:teuthology.orchestra.run.smithi007.stdout:ttyS1 2024-04-15T21:19:32.017 DEBUG:teuthology.parallel:result is None 2024-04-15T21:19:35.428 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-04-15T21:19:35.428 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:19:35.839 DEBUG:teuthology.orchestra.run.smithi130:> true 2024-04-15T21:19:36.253 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-04-15T21:19:36.253 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-438.el9.x86_64"... 2024-04-15T21:19:36.253 DEBUG:teuthology.orchestra.run.smithi130:> uname -r 2024-04-15T21:19:36.269 INFO:teuthology.orchestra.run.smithi130.stdout:5.14.0-438.el9.x86_64 2024-04-15T21:19:36.269 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-438.el9.x86_64 vs 5.14.0-438.el9.x86_64 2024-04-15T21:19:36.269 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T21:19:36.269 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-15T21:19:37.271 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-15T21:19:37.271 DEBUG:teuthology.orchestra.run.smithi130:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T21:19:37.346 INFO:teuthology.orchestra.run.smithi130.stdout:ttyS1 2024-04-15T21:19:37.398 DEBUG:teuthology.parallel:result is None 2024-04-15T21:19:37.398 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-15T21:19:37.405 INFO:teuthology.task.internal:Creating test directory... 2024-04-15T21:19:37.405 DEBUG:teuthology.orchestra.run.smithi007:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T21:19:37.408 DEBUG:teuthology.orchestra.run.smithi130:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T21:19:37.424 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-15T21:19:37.444 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-15T21:19:37.478 INFO:teuthology.task.internal:Creating archive directory... 2024-04-15T21:19:37.478 DEBUG:teuthology.orchestra.run.smithi007:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T21:19:37.480 DEBUG:teuthology.orchestra.run.smithi130:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T21:19:37.518 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-15T21:19:37.525 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-15T21:19:37.525 DEBUG:teuthology.orchestra.run.smithi007:> 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-15T21:19:37.557 DEBUG:teuthology.orchestra.run.smithi130:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-15T21:19:37.590 INFO:teuthology.orchestra.run.smithi130.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:19:37.598 INFO:teuthology.orchestra.run.smithi007.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:19:37.604 INFO:teuthology.orchestra.run.smithi130.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:19:37.613 INFO:teuthology.orchestra.run.smithi007.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:19:37.615 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-15T21:19:37.621 INFO:teuthology.task.internal:Configuring sudo... 2024-04-15T21:19:37.621 DEBUG:teuthology.orchestra.run.smithi007:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T21:19:37.658 DEBUG:teuthology.orchestra.run.smithi130:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T21:19:37.688 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-15T21:19:37.697 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-15T21:19:37.698 DEBUG:teuthology.orchestra.run.smithi007:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T21:19:37.731 DEBUG:teuthology.orchestra.run.smithi130:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T21:19:37.747 DEBUG:teuthology.orchestra.run.smithi007:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:19:37.833 DEBUG:teuthology.orchestra.run.smithi007:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:19:37.887 DEBUG:teuthology.orchestra.run.smithi007:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:19:37.975 DEBUG:teuthology.orchestra.run.smithi007:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:19:38.021 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-04-15T21:19:38.022 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T21:19:38.093 DEBUG:teuthology.orchestra.run.smithi130:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:19:38.136 DEBUG:teuthology.orchestra.run.smithi130:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:19:38.186 DEBUG:teuthology.orchestra.run.smithi130:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:19:38.276 DEBUG:teuthology.orchestra.run.smithi130:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:19:38.319 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-15T21:19:38.319 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T21:19:38.392 DEBUG:teuthology.orchestra.run.smithi007:> sudo service rsyslog restart 2024-04-15T21:19:38.394 DEBUG:teuthology.orchestra.run.smithi130:> sudo service rsyslog restart 2024-04-15T21:19:38.447 INFO:teuthology.orchestra.run.smithi007.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T21:19:38.492 INFO:teuthology.orchestra.run.smithi130.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T21:19:38.901 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-15T21:19:38.909 INFO:teuthology.task.internal:Starting timer... 2024-04-15T21:19:38.909 INFO:teuthology.run_tasks:Running task pcp... 2024-04-15T21:19:38.956 INFO:teuthology.run_tasks:Running task selinux... 2024-04-15T21:19:38.988 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-15T21:19:38.989 DEBUG:teuthology.orchestra.run.smithi007:> sudo service auditd rotate 2024-04-15T21:19:39.041 INFO:teuthology.orchestra.run.smithi007.stdout:Rotating logs: 2024-04-15T21:19:39.043 DEBUG:teuthology.orchestra.run.smithi130:> sudo service auditd rotate 2024-04-15T21:19:39.129 INFO:teuthology.orchestra.run.smithi130.stdout:Rotating logs: 2024-04-15T21:19:39.133 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-15T21:19:39.133 DEBUG:teuthology.orchestra.run.smithi007:> /usr/sbin/getenforce 2024-04-15T21:19:39.169 INFO:teuthology.orchestra.run.smithi007.stdout:Permissive 2024-04-15T21:19:39.170 DEBUG:teuthology.orchestra.run.smithi130:> /usr/sbin/getenforce 2024-04-15T21:19:39.207 INFO:teuthology.orchestra.run.smithi130.stdout:Permissive 2024-04-15T21:19:39.207 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi007.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi130.front.sepia.ceph.com': 'permissive'} 2024-04-15T21:19:39.207 DEBUG:teuthology.orchestra.run.smithi007:> 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-15T21:19:39.239 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:19:39.240 DEBUG:teuthology.orchestra.run.smithi130:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-15T21:19:39.277 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:19:39.277 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-15T21:19:39.277 DEBUG:teuthology.orchestra.run.smithi007:> sudo /usr/sbin/setenforce permissive 2024-04-15T21:19:39.313 DEBUG:teuthology.orchestra.run.smithi130:> sudo /usr/sbin/setenforce permissive 2024-04-15T21:19:39.354 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-15T21:19:39.365 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-15T21:19:39.384 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-15T21:19:39.385 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi007.front.sepia.ceph.com,smithi130.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-15T21:23:59.194 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi007.front.sepia.ceph.com'), Remote(name='ubuntu@smithi130.front.sepia.ceph.com')] 2024-04-15T21:23:59.195 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi007.front.sepia.ceph.com' 2024-04-15T21:23:59.196 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:23:59.289 DEBUG:teuthology.orchestra.run.smithi007:> true 2024-04-15T21:23:59.366 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi007.front.sepia.ceph.com' 2024-04-15T21:23:59.366 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-04-15T21:23:59.366 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:23:59.456 DEBUG:teuthology.orchestra.run.smithi130:> true 2024-04-15T21:23:59.535 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-04-15T21:23:59.535 INFO:teuthology.run_tasks:Running task clock... 2024-04-15T21:23:59.548 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-15T21:23:59.548 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T21:23:59.549 DEBUG:teuthology.orchestra.run.smithi007:> 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-15T21:23:59.551 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T21:23:59.552 DEBUG:teuthology.orchestra.run.smithi130:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T21:23:59.582 INFO:teuthology.orchestra.run.smithi007.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-15T21:23:59.600 INFO:teuthology.orchestra.run.smithi007.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-15T21:23:59.610 INFO:teuthology.orchestra.run.smithi130.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-15T21:23:59.628 INFO:teuthology.orchestra.run.smithi130.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-15T21:23:59.631 INFO:teuthology.orchestra.run.smithi007.stderr:sudo: ntpd: command not found 2024-04-15T21:23:59.646 INFO:teuthology.orchestra.run.smithi007.stdout:506 Cannot talk to daemon 2024-04-15T21:23:59.660 INFO:teuthology.orchestra.run.smithi130.stderr:sudo: ntpd: command not found 2024-04-15T21:23:59.663 INFO:teuthology.orchestra.run.smithi007.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-15T21:23:59.674 INFO:teuthology.orchestra.run.smithi130.stdout:506 Cannot talk to daemon 2024-04-15T21:23:59.680 INFO:teuthology.orchestra.run.smithi007.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-15T21:23:59.692 INFO:teuthology.orchestra.run.smithi130.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-15T21:23:59.709 INFO:teuthology.orchestra.run.smithi130.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-15T21:23:59.743 INFO:teuthology.orchestra.run.smithi007.stderr:bash: line 1: ntpq: command not found 2024-04-15T21:23:59.746 INFO:teuthology.orchestra.run.smithi007.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T21:23:59.746 INFO:teuthology.orchestra.run.smithi007.stdout:=============================================================================== 2024-04-15T21:23:59.746 INFO:teuthology.orchestra.run.smithi007.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:23:59.746 INFO:teuthology.orchestra.run.smithi007.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:23:59.746 INFO:teuthology.orchestra.run.smithi007.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:23:59.747 INFO:teuthology.orchestra.run.smithi007.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:23:59.761 INFO:teuthology.orchestra.run.smithi130.stderr:bash: line 1: ntpq: command not found 2024-04-15T21:23:59.764 INFO:teuthology.orchestra.run.smithi130.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T21:23:59.764 INFO:teuthology.orchestra.run.smithi130.stdout:=============================================================================== 2024-04-15T21:23:59.764 INFO:teuthology.orchestra.run.smithi130.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:23:59.765 INFO:teuthology.orchestra.run.smithi130.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:23:59.765 INFO:teuthology.orchestra.run.smithi130.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:23:59.765 INFO:teuthology.orchestra.run.smithi130.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:23:59.766 INFO:teuthology.run_tasks:Running task pexec... 2024-04-15T21:23:59.785 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-15T21:23:59.786 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi007.front.sepia.ceph.com 2024-04-15T21:23:59.786 DEBUG:teuthology.orchestra.run.smithi007:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-15T21:23:59.786 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi130.front.sepia.ceph.com 2024-04-15T21:23:59.787 DEBUG:teuthology.orchestra.run.smithi130:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-15T21:24:00.388 INFO:teuthology.orchestra.run.smithi007.stdout:Last metadata expiration check: 0:00:50 ago on Mon 15 Apr 2024 09:23:10 PM UTC. 2024-04-15T21:24:00.400 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:00:54 ago on Mon 15 Apr 2024 09:23:06 PM UTC. 2024-04-15T21:24:00.541 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-04-15T21:24:00.542 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-04-15T21:24:00.542 INFO:teuthology.orchestra.run.smithi007.stdout: Package Architecture Version Repository Size 2024-04-15T21:24:00.543 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-04-15T21:24:00.543 INFO:teuthology.orchestra.run.smithi007.stdout:Installing: 2024-04-15T21:24:00.543 INFO:teuthology.orchestra.run.smithi007.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-15T21:24:00.543 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-04-15T21:24:00.543 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction Summary 2024-04-15T21:24:00.543 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-04-15T21:24:00.543 INFO:teuthology.orchestra.run.smithi007.stdout:Install 1 Package 2024-04-15T21:24:00.543 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-04-15T21:24:00.544 INFO:teuthology.orchestra.run.smithi007.stdout:Total download size: 3.1 M 2024-04-15T21:24:00.544 INFO:teuthology.orchestra.run.smithi007.stdout:Installed size: 9.8 M 2024-04-15T21:24:00.544 INFO:teuthology.orchestra.run.smithi007.stdout:Downloading Packages: 2024-04-15T21:24:00.550 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-15T21:24:00.563 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T21:24:00.563 INFO:teuthology.orchestra.run.smithi130.stdout: Package Architecture Version Repository Size 2024-04-15T21:24:00.563 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T21:24:00.563 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-15T21:24:00.563 INFO:teuthology.orchestra.run.smithi130.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-15T21:24:00.563 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T21:24:00.564 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-15T21:24:00.564 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T21:24:00.564 INFO:teuthology.orchestra.run.smithi130.stdout:Install 1 Package 2024-04-15T21:24:00.564 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T21:24:00.564 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 3.1 M 2024-04-15T21:24:00.564 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 9.8 M 2024-04-15T21:24:00.564 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-15T21:24:00.851 INFO:teuthology.orchestra.run.smithi130.stdout:runc-1.1.12-2.el9.x86_64.rpm 18 MB/s | 3.1 MB 00:00 2024-04-15T21:24:00.852 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:24:00.852 INFO:teuthology.orchestra.run.smithi130.stdout:Total 11 MB/s | 3.1 MB 00:00 2024-04-15T21:24:00.889 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-15T21:24:00.894 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-15T21:24:00.895 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-15T21:24:00.974 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-15T21:24:00.974 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-15T21:24:01.186 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-15T21:24:01.280 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T21:24:01.861 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T21:24:02.150 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T21:24:02.151 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T21:24:02.151 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-15T21:24:02.151 INFO:teuthology.orchestra.run.smithi130.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-15T21:24:02.151 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T21:24:02.151 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-15T21:24:02.417 DEBUG:teuthology.parallel:result is None 2024-04-15T21:24:05.305 INFO:teuthology.orchestra.run.smithi007.stdout:runc-1.1.12-2.el9.x86_64.rpm 716 kB/s | 3.1 MB 00:04 2024-04-15T21:24:05.305 INFO:teuthology.orchestra.run.smithi007.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:24:05.306 INFO:teuthology.orchestra.run.smithi007.stdout:Total 673 kB/s | 3.1 MB 00:04 2024-04-15T21:24:05.341 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction check 2024-04-15T21:24:05.348 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction check succeeded. 2024-04-15T21:24:05.349 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction test 2024-04-15T21:24:05.433 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction test succeeded. 2024-04-15T21:24:05.433 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction 2024-04-15T21:24:05.731 INFO:teuthology.orchestra.run.smithi007.stdout: Preparing : 1/1 2024-04-15T21:24:05.832 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T21:24:06.288 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T21:24:06.603 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T21:24:06.603 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-04-15T21:24:06.603 INFO:teuthology.orchestra.run.smithi007.stdout:Installed: 2024-04-15T21:24:06.603 INFO:teuthology.orchestra.run.smithi007.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-15T21:24:06.603 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-04-15T21:24:06.603 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-04-15T21:24:06.857 DEBUG:teuthology.parallel:result is None 2024-04-15T21:24:06.857 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-04-15T21:24:06.873 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-04-15T21:24:06.873 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-04-15T21:24:06.873 DEBUG:teuthology.orchestra.run.smithi007:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T21:24:06.889 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-15T21:24:06.889 DEBUG:teuthology.orchestra.run.smithi007:> stat /dev/vg_nvme/lv_1 2024-04-15T21:24:06.945 INFO:teuthology.orchestra.run.smithi007.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-15T21:24:06.945 INFO:teuthology.orchestra.run.smithi007.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:24:06.945 INFO:teuthology.orchestra.run.smithi007.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-04-15T21:24:06.945 INFO:teuthology.orchestra.run.smithi007.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:24:06.945 INFO:teuthology.orchestra.run.smithi007.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:24:06.945 INFO:teuthology.orchestra.run.smithi007.stdout:Access: 2024-04-15 21:23:58.169827382 +0000 2024-04-15T21:24:06.945 INFO:teuthology.orchestra.run.smithi007.stdout:Modify: 2024-04-15 21:23:35.194178586 +0000 2024-04-15T21:24:06.945 INFO:teuthology.orchestra.run.smithi007.stdout:Change: 2024-04-15 21:23:35.194178586 +0000 2024-04-15T21:24:06.945 INFO:teuthology.orchestra.run.smithi007.stdout: Birth: 2024-04-15 21:23:35.194178586 +0000 2024-04-15T21:24:06.946 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-15T21:24:07.011 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records in 2024-04-15T21:24:07.011 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records out 2024-04-15T21:24:07.011 INFO:teuthology.orchestra.run.smithi007.stderr:512 bytes copied, 0.000105534 s, 4.9 MB/s 2024-04-15T21:24:07.012 DEBUG:teuthology.orchestra.run.smithi007:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-15T21:24:07.068 DEBUG:teuthology.orchestra.run.smithi007:> stat /dev/vg_nvme/lv_2 2024-04-15T21:24:07.123 INFO:teuthology.orchestra.run.smithi007.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-15T21:24:07.123 INFO:teuthology.orchestra.run.smithi007.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:24:07.124 INFO:teuthology.orchestra.run.smithi007.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-04-15T21:24:07.124 INFO:teuthology.orchestra.run.smithi007.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:24:07.124 INFO:teuthology.orchestra.run.smithi007.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:24:07.124 INFO:teuthology.orchestra.run.smithi007.stdout:Access: 2024-04-15 21:23:58.169827382 +0000 2024-04-15T21:24:07.124 INFO:teuthology.orchestra.run.smithi007.stdout:Modify: 2024-04-15 21:23:35.526173506 +0000 2024-04-15T21:24:07.124 INFO:teuthology.orchestra.run.smithi007.stdout:Change: 2024-04-15 21:23:35.526173506 +0000 2024-04-15T21:24:07.124 INFO:teuthology.orchestra.run.smithi007.stdout: Birth: 2024-04-15 21:23:35.526173506 +0000 2024-04-15T21:24:07.124 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-15T21:24:07.190 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records in 2024-04-15T21:24:07.190 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records out 2024-04-15T21:24:07.190 INFO:teuthology.orchestra.run.smithi007.stderr:512 bytes copied, 0.000118277 s, 4.3 MB/s 2024-04-15T21:24:07.191 DEBUG:teuthology.orchestra.run.smithi007:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-15T21:24:07.248 DEBUG:teuthology.orchestra.run.smithi007:> stat /dev/vg_nvme/lv_3 2024-04-15T21:24:07.303 INFO:teuthology.orchestra.run.smithi007.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-15T21:24:07.303 INFO:teuthology.orchestra.run.smithi007.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:24:07.303 INFO:teuthology.orchestra.run.smithi007.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-04-15T21:24:07.303 INFO:teuthology.orchestra.run.smithi007.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:24:07.303 INFO:teuthology.orchestra.run.smithi007.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:24:07.303 INFO:teuthology.orchestra.run.smithi007.stdout:Access: 2024-04-15 21:23:58.169827382 +0000 2024-04-15T21:24:07.303 INFO:teuthology.orchestra.run.smithi007.stdout:Modify: 2024-04-15 21:23:35.867168289 +0000 2024-04-15T21:24:07.303 INFO:teuthology.orchestra.run.smithi007.stdout:Change: 2024-04-15 21:23:35.867168289 +0000 2024-04-15T21:24:07.303 INFO:teuthology.orchestra.run.smithi007.stdout: Birth: 2024-04-15 21:23:35.867168289 +0000 2024-04-15T21:24:07.304 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-15T21:24:07.369 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records in 2024-04-15T21:24:07.369 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records out 2024-04-15T21:24:07.369 INFO:teuthology.orchestra.run.smithi007.stderr:512 bytes copied, 0.00010038 s, 5.1 MB/s 2024-04-15T21:24:07.370 DEBUG:teuthology.orchestra.run.smithi007:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-15T21:24:07.427 DEBUG:teuthology.orchestra.run.smithi007:> stat /dev/vg_nvme/lv_4 2024-04-15T21:24:07.482 INFO:teuthology.orchestra.run.smithi007.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-15T21:24:07.483 INFO:teuthology.orchestra.run.smithi007.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:24:07.483 INFO:teuthology.orchestra.run.smithi007.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-04-15T21:24:07.483 INFO:teuthology.orchestra.run.smithi007.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:24:07.483 INFO:teuthology.orchestra.run.smithi007.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:24:07.483 INFO:teuthology.orchestra.run.smithi007.stdout:Access: 2024-04-15 21:23:58.169827382 +0000 2024-04-15T21:24:07.483 INFO:teuthology.orchestra.run.smithi007.stdout:Modify: 2024-04-15 21:23:36.207163087 +0000 2024-04-15T21:24:07.483 INFO:teuthology.orchestra.run.smithi007.stdout:Change: 2024-04-15 21:23:36.207163087 +0000 2024-04-15T21:24:07.483 INFO:teuthology.orchestra.run.smithi007.stdout: Birth: 2024-04-15 21:23:36.207163087 +0000 2024-04-15T21:24:07.483 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-15T21:24:07.549 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records in 2024-04-15T21:24:07.549 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records out 2024-04-15T21:24:07.549 INFO:teuthology.orchestra.run.smithi007.stderr:512 bytes copied, 9.5504e-05 s, 5.4 MB/s 2024-04-15T21:24:07.554 DEBUG:teuthology.orchestra.run.smithi007:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-15T21:24:07.606 DEBUG:teuthology.orchestra.run.smithi007:> 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-15T21:24:07.751 INFO:teuthology.orchestra.run.smithi007.stdout:loop 2024-04-15T21:24:07.752 INFO:tasks.nvme_loop:Connecting nvme_loop smithi007:/dev/vg_nvme/lv_1... 2024-04-15T21:24:07.753 DEBUG:teuthology.orchestra.run.smithi007:> 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-15T21:24:07.793 INFO:teuthology.orchestra.run.smithi007.stdout:1 2024-04-15T21:24:07.832 INFO:teuthology.orchestra.run.smithi007.stdout:/dev/vg_nvme/lv_11 2024-04-15T21:24:07.871 INFO:tasks.nvme_loop:Connecting nvme_loop smithi007:/dev/vg_nvme/lv_2... 2024-04-15T21:24:07.871 DEBUG:teuthology.orchestra.run.smithi007:> 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-15T21:24:07.953 INFO:teuthology.orchestra.run.smithi007.stdout:1 2024-04-15T21:24:07.993 INFO:teuthology.orchestra.run.smithi007.stdout:/dev/vg_nvme/lv_21 2024-04-15T21:24:08.023 INFO:tasks.nvme_loop:Connecting nvme_loop smithi007:/dev/vg_nvme/lv_3... 2024-04-15T21:24:08.023 DEBUG:teuthology.orchestra.run.smithi007:> 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-15T21:24:08.104 INFO:teuthology.orchestra.run.smithi007.stdout:1 2024-04-15T21:24:08.145 INFO:teuthology.orchestra.run.smithi007.stdout:/dev/vg_nvme/lv_31 2024-04-15T21:24:08.176 INFO:tasks.nvme_loop:Connecting nvme_loop smithi007:/dev/vg_nvme/lv_4... 2024-04-15T21:24:08.177 DEBUG:teuthology.orchestra.run.smithi007:> 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-15T21:24:08.257 INFO:teuthology.orchestra.run.smithi007.stdout:1 2024-04-15T21:24:08.299 INFO:teuthology.orchestra.run.smithi007.stdout:/dev/vg_nvme/lv_41 2024-04-15T21:24:08.330 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-04-15T21:24:08.330 DEBUG:teuthology.orchestra.run.smithi007:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T21:24:08.386 DEBUG:teuthology.orchestra.run.smithi007:> sudo nvme list 2024-04-15T21:24:08.454 INFO:teuthology.orchestra.run.smithi007.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-15T21:24:08.454 INFO:teuthology.orchestra.run.smithi007.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-15T21:24:08.454 INFO:teuthology.orchestra.run.smithi007.stdout:/dev/nvme0n1 PHMB751300GE480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-04-15T21:24:08.454 INFO:teuthology.orchestra.run.smithi007.stdout:/dev/nvme1n1 8173bc8617714940596f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T21:24:08.455 INFO:teuthology.orchestra.run.smithi007.stdout:/dev/nvme2n1 146c027d65c9fd388941 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T21:24:08.455 INFO:teuthology.orchestra.run.smithi007.stdout:/dev/nvme3n1 667776c21705eda5a65c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T21:24:08.455 INFO:teuthology.orchestra.run.smithi007.stdout:/dev/nvme4n1 bab802405b4181d12d58 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T21:24:08.456 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-15T21:24:08.456 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-04-15T21:24:08.456 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/scratch_devs 2024-04-15T21:24:08.524 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-15T21:24:08.524 DEBUG:teuthology.orchestra.run.smithi130:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T21:24:08.544 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-15T21:24:08.545 DEBUG:teuthology.orchestra.run.smithi130:> stat /dev/vg_nvme/lv_1 2024-04-15T21:24:08.603 INFO:teuthology.orchestra.run.smithi130.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-15T21:24:08.603 INFO:teuthology.orchestra.run.smithi130.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:24:08.603 INFO:teuthology.orchestra.run.smithi130.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-04-15T21:24:08.603 INFO:teuthology.orchestra.run.smithi130.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:24:08.604 INFO:teuthology.orchestra.run.smithi130.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:24:08.604 INFO:teuthology.orchestra.run.smithi130.stdout:Access: 2024-04-15 21:23:58.185352707 +0000 2024-04-15T21:24:08.604 INFO:teuthology.orchestra.run.smithi130.stdout:Modify: 2024-04-15 21:23:31.054838646 +0000 2024-04-15T21:24:08.604 INFO:teuthology.orchestra.run.smithi130.stdout:Change: 2024-04-15 21:23:31.054838646 +0000 2024-04-15T21:24:08.604 INFO:teuthology.orchestra.run.smithi130.stdout: Birth: 2024-04-15 21:23:31.054838646 +0000 2024-04-15T21:24:08.604 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-15T21:24:08.674 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records in 2024-04-15T21:24:08.674 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records out 2024-04-15T21:24:08.674 INFO:teuthology.orchestra.run.smithi130.stderr:512 bytes copied, 0.000216708 s, 2.4 MB/s 2024-04-15T21:24:08.675 DEBUG:teuthology.orchestra.run.smithi130:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-15T21:24:08.735 DEBUG:teuthology.orchestra.run.smithi130:> stat /dev/vg_nvme/lv_2 2024-04-15T21:24:08.793 INFO:teuthology.orchestra.run.smithi130.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-15T21:24:08.793 INFO:teuthology.orchestra.run.smithi130.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:24:08.793 INFO:teuthology.orchestra.run.smithi130.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-04-15T21:24:08.793 INFO:teuthology.orchestra.run.smithi130.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:24:08.793 INFO:teuthology.orchestra.run.smithi130.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:24:08.793 INFO:teuthology.orchestra.run.smithi130.stdout:Access: 2024-04-15 21:23:58.185352707 +0000 2024-04-15T21:24:08.794 INFO:teuthology.orchestra.run.smithi130.stdout:Modify: 2024-04-15 21:23:31.389832646 +0000 2024-04-15T21:24:08.794 INFO:teuthology.orchestra.run.smithi130.stdout:Change: 2024-04-15 21:23:31.389832646 +0000 2024-04-15T21:24:08.794 INFO:teuthology.orchestra.run.smithi130.stdout: Birth: 2024-04-15 21:23:31.389832646 +0000 2024-04-15T21:24:08.794 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-15T21:24:08.863 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records in 2024-04-15T21:24:08.863 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records out 2024-04-15T21:24:08.863 INFO:teuthology.orchestra.run.smithi130.stderr:512 bytes copied, 0.000177503 s, 2.9 MB/s 2024-04-15T21:24:08.865 DEBUG:teuthology.orchestra.run.smithi130:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-15T21:24:08.923 DEBUG:teuthology.orchestra.run.smithi130:> stat /dev/vg_nvme/lv_3 2024-04-15T21:24:08.981 INFO:teuthology.orchestra.run.smithi130.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-15T21:24:08.981 INFO:teuthology.orchestra.run.smithi130.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:24:08.981 INFO:teuthology.orchestra.run.smithi130.stdout:Device: 5h/5d Inode: 706 Links: 1 2024-04-15T21:24:08.981 INFO:teuthology.orchestra.run.smithi130.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:24:08.982 INFO:teuthology.orchestra.run.smithi130.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:24:08.982 INFO:teuthology.orchestra.run.smithi130.stdout:Access: 2024-04-15 21:23:58.185352707 +0000 2024-04-15T21:24:08.982 INFO:teuthology.orchestra.run.smithi130.stdout:Modify: 2024-04-15 21:23:31.724826645 +0000 2024-04-15T21:24:08.982 INFO:teuthology.orchestra.run.smithi130.stdout:Change: 2024-04-15 21:23:31.724826645 +0000 2024-04-15T21:24:08.982 INFO:teuthology.orchestra.run.smithi130.stdout: Birth: 2024-04-15 21:23:31.724826645 +0000 2024-04-15T21:24:08.982 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-15T21:24:09.051 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records in 2024-04-15T21:24:09.052 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records out 2024-04-15T21:24:09.052 INFO:teuthology.orchestra.run.smithi130.stderr:512 bytes copied, 0.000179697 s, 2.8 MB/s 2024-04-15T21:24:09.053 DEBUG:teuthology.orchestra.run.smithi130:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-15T21:24:09.110 DEBUG:teuthology.orchestra.run.smithi130:> stat /dev/vg_nvme/lv_4 2024-04-15T21:24:09.167 INFO:teuthology.orchestra.run.smithi130.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-15T21:24:09.167 INFO:teuthology.orchestra.run.smithi130.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:24:09.167 INFO:teuthology.orchestra.run.smithi130.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-04-15T21:24:09.167 INFO:teuthology.orchestra.run.smithi130.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:24:09.168 INFO:teuthology.orchestra.run.smithi130.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:24:09.168 INFO:teuthology.orchestra.run.smithi130.stdout:Access: 2024-04-15 21:23:58.185352707 +0000 2024-04-15T21:24:09.168 INFO:teuthology.orchestra.run.smithi130.stdout:Modify: 2024-04-15 21:23:32.052820771 +0000 2024-04-15T21:24:09.168 INFO:teuthology.orchestra.run.smithi130.stdout:Change: 2024-04-15 21:23:32.052820771 +0000 2024-04-15T21:24:09.168 INFO:teuthology.orchestra.run.smithi130.stdout: Birth: 2024-04-15 21:23:32.052820771 +0000 2024-04-15T21:24:09.168 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-15T21:24:09.236 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records in 2024-04-15T21:24:09.236 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records out 2024-04-15T21:24:09.236 INFO:teuthology.orchestra.run.smithi130.stderr:512 bytes copied, 0.000192217 s, 2.7 MB/s 2024-04-15T21:24:09.238 DEBUG:teuthology.orchestra.run.smithi130:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-15T21:24:09.295 DEBUG:teuthology.orchestra.run.smithi130:> 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-15T21:24:09.445 INFO:teuthology.orchestra.run.smithi130.stdout:loop 2024-04-15T21:24:09.447 INFO:tasks.nvme_loop:Connecting nvme_loop smithi130:/dev/vg_nvme/lv_1... 2024-04-15T21:24:09.447 DEBUG:teuthology.orchestra.run.smithi130:> 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-15T21:24:09.486 INFO:teuthology.orchestra.run.smithi130.stdout:1 2024-04-15T21:24:09.525 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/vg_nvme/lv_11 2024-04-15T21:24:09.563 INFO:tasks.nvme_loop:Connecting nvme_loop smithi130:/dev/vg_nvme/lv_2... 2024-04-15T21:24:09.563 DEBUG:teuthology.orchestra.run.smithi130:> 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-15T21:24:09.646 INFO:teuthology.orchestra.run.smithi130.stdout:1 2024-04-15T21:24:09.687 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/vg_nvme/lv_21 2024-04-15T21:24:09.730 INFO:tasks.nvme_loop:Connecting nvme_loop smithi130:/dev/vg_nvme/lv_3... 2024-04-15T21:24:09.730 DEBUG:teuthology.orchestra.run.smithi130:> 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-15T21:24:09.812 INFO:teuthology.orchestra.run.smithi130.stdout:1 2024-04-15T21:24:09.853 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/vg_nvme/lv_31 2024-04-15T21:24:09.885 INFO:tasks.nvme_loop:Connecting nvme_loop smithi130:/dev/vg_nvme/lv_4... 2024-04-15T21:24:09.885 DEBUG:teuthology.orchestra.run.smithi130:> 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-15T21:24:09.966 INFO:teuthology.orchestra.run.smithi130.stdout:1 2024-04-15T21:24:10.009 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/vg_nvme/lv_41 2024-04-15T21:24:10.040 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-15T21:24:10.040 DEBUG:teuthology.orchestra.run.smithi130:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T21:24:10.096 DEBUG:teuthology.orchestra.run.smithi130:> sudo nvme list 2024-04-15T21:24:10.163 INFO:teuthology.orchestra.run.smithi130.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-15T21:24:10.163 INFO:teuthology.orchestra.run.smithi130.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-15T21:24:10.163 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/nvme0n1 PHFT620500Q1400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-15T21:24:10.163 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/nvme1n1 49972651e5f53a06d8d9 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T21:24:10.164 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/nvme2n1 93700ec480a63556983f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T21:24:10.164 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/nvme3n1 1fe6f318094bef91f641 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T21:24:10.164 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/nvme4n1 d78e68cfc9538481f184 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T21:24:10.164 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-15T21:24:10.165 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-15T21:24:10.165 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/scratch_devs 2024-04-15T21:24:10.233 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-15T21:24:10.330 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765'} 2024-04-15T21:24:10.331 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:24:10.331 INFO:tasks.cephadm:Cluster fsid is 7fbfcc58-fb6e-11ee-bc8f-c7b262605968 2024-04-15T21:24:10.331 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-15T21:24:10.331 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-04-15T21:24:10.331 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi007': '172.21.15.7', 'mon.smithi130': '172.21.15.130'} 2024-04-15T21:24:10.331 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-15T21:24:10.332 DEBUG:teuthology.orchestra.run.smithi007:> sudo hostname $(hostname -s) 2024-04-15T21:24:10.366 DEBUG:teuthology.orchestra.run.smithi130:> sudo hostname $(hostname -s) 2024-04-15T21:24:10.395 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-15T21:24:10.396 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:24:10.537 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765', '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/54895/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2114-ga9a752df', 'node_name': '172.21.5.39+adami09', '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-2114.ga9a752df'}, 'url': 'https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-14 16:04:37.608971', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-04-15T21:24:10.751 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref squid, sha1 a9a752df26c63acad72e1b3569fd79a515ca0765 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:24:10.753 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm 2024-04-15T21:24:10.753 DEBUG:teuthology.orchestra.run.smithi007:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T21:24:11.369 INFO:teuthology.orchestra.run.smithi007.stdout:-rw-r--r--. 1 ubuntu ubuntu 767805 Apr 15 21:24 /home/ubuntu/cephtest/cephadm 2024-04-15T21:24:11.369 DEBUG:teuthology.orchestra.run.smithi130:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T21:24:11.992 INFO:teuthology.orchestra.run.smithi130.stdout:-rw-r--r--. 1 ubuntu ubuntu 767805 Apr 15 21:24 /home/ubuntu/cephtest/cephadm 2024-04-15T21:24:11.993 DEBUG:teuthology.orchestra.run.smithi007:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T21:24:12.012 DEBUG:teuthology.orchestra.run.smithi130:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T21:24:12.042 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 on all hosts... 2024-04-15T21:24:12.042 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T21:24:12.056 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T21:24:12.854 INFO:teuthology.orchestra.run.smithi007.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T21:24:12.887 INFO:teuthology.orchestra.run.smithi130.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T21:24:13.020 INFO:teuthology.orchestra.run.smithi007.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:24:13.020 INFO:teuthology.orchestra.run.smithi007.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T21:24:13.020 INFO:teuthology.orchestra.run.smithi007.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765: reading manifest a9a752df26c63acad72e1b3569fd79a515ca0765 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-15T21:24:13.020 INFO:teuthology.orchestra.run.smithi007.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:24:13.041 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:24:13.042 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi007 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T21:24:13.043 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-15T21:24:13.044 DEBUG:teuthology.misc:Transferring archived files from smithi007:/var/lib/ceph/7fbfcc58-fb6e-11ee-bc8f-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657443/remote/smithi007/crash 2024-04-15T21:24:13.045 DEBUG:teuthology.orchestra.run.smithi007:> sudo tar c -f - -C /var/lib/ceph/7fbfcc58-fb6e-11ee-bc8f-c7b262605968/crash -- . 2024-04-15T21:24:13.050 INFO:teuthology.orchestra.run.smithi130.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:24:13.050 INFO:teuthology.orchestra.run.smithi130.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T21:24:13.050 INFO:teuthology.orchestra.run.smithi130.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765: reading manifest a9a752df26c63acad72e1b3569fd79a515ca0765 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-15T21:24:13.050 INFO:teuthology.orchestra.run.smithi130.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:24:13.083 INFO:teuthology.orchestra.run.smithi007.stderr:tar: /var/lib/ceph/7fbfcc58-fb6e-11ee-bc8f-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T21:24:13.083 INFO:teuthology.orchestra.run.smithi007.stderr:tar: Error is not recoverable: exiting now 2024-04-15T21:24:13.085 DEBUG:teuthology.misc:Transferring archived files from smithi130:/var/lib/ceph/7fbfcc58-fb6e-11ee-bc8f-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657443/remote/smithi130/crash 2024-04-15T21:24:13.086 DEBUG:teuthology.orchestra.run.smithi130:> sudo tar c -f - -C /var/lib/ceph/7fbfcc58-fb6e-11ee-bc8f-c7b262605968/crash -- . 2024-04-15T21:24:13.124 INFO:teuthology.orchestra.run.smithi130.stderr:tar: /var/lib/ceph/7fbfcc58-fb6e-11ee-bc8f-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T21:24:13.124 INFO:teuthology.orchestra.run.smithi130.stderr:tar: Error is not recoverable: exiting now 2024-04-15T21:24:13.125 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-15T21:24:13.126 DEBUG:teuthology.orchestra.run.smithi007:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/7fbfcc58-fb6e-11ee-bc8f-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-15T21:24:13.153 INFO:teuthology.orchestra.run.smithi007.stderr:grep: /var/log/ceph/7fbfcc58-fb6e-11ee-bc8f-c7b262605968/ceph.log: No such file or directory 2024-04-15T21:24:13.155 INFO:tasks.cephadm:Compressing logs... 2024-04-15T21:24:13.155 DEBUG:teuthology.orchestra.run.smithi007:> 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-15T21:24:13.198 DEBUG:teuthology.orchestra.run.smithi130:> 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-15T21:24:13.223 INFO:teuthology.orchestra.run.smithi007.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T21:24:13.223 INFO:teuthology.orchestra.run.smithi007.stderr:: No such file or directory 2024-04-15T21:24:13.223 INFO:teuthology.orchestra.run.smithi007.stderr:/var/log/ceph/cephadm.log: 73.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T21:24:13.225 INFO:teuthology.orchestra.run.smithi007.stderr: 2024-04-15T21:24:13.225 INFO:teuthology.orchestra.run.smithi007.stderr:real 0m0.015s 2024-04-15T21:24:13.225 INFO:teuthology.orchestra.run.smithi007.stderr:user 0m0.012s 2024-04-15T21:24:13.225 INFO:teuthology.orchestra.run.smithi007.stderr:sys 0m0.015s 2024-04-15T21:24:13.226 INFO:teuthology.orchestra.run.smithi130.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T21:24:13.226 INFO:teuthology.orchestra.run.smithi130.stderr:: No such file or directory 2024-04-15T21:24:13.226 INFO:teuthology.orchestra.run.smithi130.stderr:/var/log/ceph/cephadm.log: 73.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T21:24:13.227 INFO:teuthology.orchestra.run.smithi130.stderr: 2024-04-15T21:24:13.228 INFO:teuthology.orchestra.run.smithi130.stderr:real 0m0.015s 2024-04-15T21:24:13.228 INFO:teuthology.orchestra.run.smithi130.stderr:user 0m0.013s 2024-04-15T21:24:13.228 INFO:teuthology.orchestra.run.smithi130.stderr:sys 0m0.016s 2024-04-15T21:24:13.228 INFO:tasks.cephadm:Archiving logs... 2024-04-15T21:24:13.228 DEBUG:teuthology.misc:Transferring archived files from smithi007:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657443/remote/smithi007/log 2024-04-15T21:24:13.229 DEBUG:teuthology.orchestra.run.smithi007:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T21:24:13.293 DEBUG:teuthology.misc:Transferring archived files from smithi130:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657443/remote/smithi130/log 2024-04-15T21:24:13.294 DEBUG:teuthology.orchestra.run.smithi130:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T21:24:13.323 INFO:tasks.cephadm:Removing cluster... 2024-04-15T21:24:13.323 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7fbfcc58-fb6e-11ee-bc8f-c7b262605968 --force 2024-04-15T21:24:13.514 INFO:teuthology.orchestra.run.smithi007.stdout:Deleting cluster with fsid: 7fbfcc58-fb6e-11ee-bc8f-c7b262605968 2024-04-15T21:24:13.627 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7fbfcc58-fb6e-11ee-bc8f-c7b262605968 --force 2024-04-15T21:24:13.803 INFO:teuthology.orchestra.run.smithi130.stdout:Deleting cluster with fsid: 7fbfcc58-fb6e-11ee-bc8f-c7b262605968 2024-04-15T21:24:13.919 INFO:tasks.cephadm:Removing cephadm ... 2024-04-15T21:24:13.920 DEBUG:teuthology.orchestra.run.smithi007:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T21:24:13.935 DEBUG:teuthology.orchestra.run.smithi130:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T21:24:13.951 INFO:tasks.cephadm:Teardown complete 2024-04-15T21:24:13.951 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1771, 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_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1686, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi007 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T21:24:14.164 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=7fff4b39fcda4f52abc7d2836034735b Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1771, 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_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1686, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi007 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T21:24:14.168 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-15T21:24:14.178 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-04-15T21:24:14.201 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi007:/dev/vg_nvme/lv_1... 2024-04-15T21:24:14.202 DEBUG:teuthology.orchestra.run.smithi007:> sudo nvme disconnect -n lv_1 2024-04-15T21:24:14.344 INFO:teuthology.orchestra.run.smithi007.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-15T21:24:14.345 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:24:14.345 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi007:/dev/vg_nvme/lv_2... 2024-04-15T21:24:14.345 DEBUG:teuthology.orchestra.run.smithi007:> sudo nvme disconnect -n lv_2 2024-04-15T21:24:14.486 INFO:teuthology.orchestra.run.smithi007.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-15T21:24:14.487 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:24:14.487 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi007:/dev/vg_nvme/lv_3... 2024-04-15T21:24:14.487 DEBUG:teuthology.orchestra.run.smithi007:> sudo nvme disconnect -n lv_3 2024-04-15T21:24:14.624 INFO:teuthology.orchestra.run.smithi007.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-15T21:24:14.626 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:24:14.626 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi007:/dev/vg_nvme/lv_4... 2024-04-15T21:24:14.626 DEBUG:teuthology.orchestra.run.smithi007:> sudo nvme disconnect -n lv_4 2024-04-15T21:24:14.760 INFO:teuthology.orchestra.run.smithi007.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-15T21:24:14.761 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:24:14.761 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-04-15T21:24:14.761 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/scratch_devs 2024-04-15T21:24:14.790 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi130:/dev/vg_nvme/lv_1... 2024-04-15T21:24:14.790 DEBUG:teuthology.orchestra.run.smithi130:> sudo nvme disconnect -n lv_1 2024-04-15T21:24:14.931 INFO:teuthology.orchestra.run.smithi130.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-15T21:24:14.932 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:24:14.932 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi130:/dev/vg_nvme/lv_2... 2024-04-15T21:24:14.932 DEBUG:teuthology.orchestra.run.smithi130:> sudo nvme disconnect -n lv_2 2024-04-15T21:24:15.077 INFO:teuthology.orchestra.run.smithi130.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-15T21:24:15.078 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:24:15.079 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi130:/dev/vg_nvme/lv_3... 2024-04-15T21:24:15.079 DEBUG:teuthology.orchestra.run.smithi130:> sudo nvme disconnect -n lv_3 2024-04-15T21:24:15.226 INFO:teuthology.orchestra.run.smithi130.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-15T21:24:15.227 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:24:15.227 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi130:/dev/vg_nvme/lv_4... 2024-04-15T21:24:15.227 DEBUG:teuthology.orchestra.run.smithi130:> sudo nvme disconnect -n lv_4 2024-04-15T21:24:15.380 INFO:teuthology.orchestra.run.smithi130.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-15T21:24:15.381 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:24:15.381 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-15T21:24:15.381 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/scratch_devs 2024-04-15T21:24:15.411 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-15T21:24:15.422 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-15T21:24:15.423 DEBUG:teuthology.orchestra.run.smithi007:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T21:24:15.425 DEBUG:teuthology.orchestra.run.smithi130:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T21:24:15.440 INFO:teuthology.orchestra.run.smithi007.stderr:bash: line 1: ntpq: command not found 2024-04-15T21:24:15.444 INFO:teuthology.orchestra.run.smithi007.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T21:24:15.445 INFO:teuthology.orchestra.run.smithi007.stdout:=============================================================================== 2024-04-15T21:24:15.445 INFO:teuthology.orchestra.run.smithi007.stdout:^* hv01.front.sepia.ceph.com 3 6 17 9 +684us[ +687us] +/- 51ms 2024-04-15T21:24:15.445 INFO:teuthology.orchestra.run.smithi007.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 9 -305us[ -303us] +/- 76ms 2024-04-15T21:24:15.445 INFO:teuthology.orchestra.run.smithi007.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 9 -785us[ -783us] +/- 85ms 2024-04-15T21:24:15.445 INFO:teuthology.orchestra.run.smithi007.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:24:15.467 INFO:teuthology.orchestra.run.smithi130.stderr:bash: line 1: ntpq: command not found 2024-04-15T21:24:15.471 INFO:teuthology.orchestra.run.smithi130.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T21:24:15.471 INFO:teuthology.orchestra.run.smithi130.stdout:=============================================================================== 2024-04-15T21:24:15.471 INFO:teuthology.orchestra.run.smithi130.stdout:^* hv01.front.sepia.ceph.com 3 6 17 9 +686us[ +687us] +/- 51ms 2024-04-15T21:24:15.471 INFO:teuthology.orchestra.run.smithi130.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 9 -306us[ -305us] +/- 76ms 2024-04-15T21:24:15.471 INFO:teuthology.orchestra.run.smithi130.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 9 -806us[ -805us] +/- 85ms 2024-04-15T21:24:15.471 INFO:teuthology.orchestra.run.smithi130.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:24:15.472 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-15T21:24:15.481 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-15T21:24:15.482 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-15T21:24:15.502 DEBUG:teuthology.orchestra.run.smithi007:> 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-15T21:24:15.573 DEBUG:teuthology.orchestra.run.smithi130:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-15T21:24:15.639 DEBUG:teuthology.orchestra.run.smithi007:> 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-15T21:24:15.672 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:24:15.672 DEBUG:teuthology.orchestra.run.smithi130:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-15T21:24:15.703 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:24:15.704 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-15T21:24:15.713 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-15T21:24:15.735 INFO:teuthology.task.internal:Duration was 276.826251 seconds 2024-04-15T21:24:15.736 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-15T21:24:15.769 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-15T21:24:15.769 DEBUG:teuthology.orchestra.run.smithi007:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T21:24:15.772 DEBUG:teuthology.orchestra.run.smithi130:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T21:24:15.817 INFO:teuthology.orchestra.run.smithi130.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T21:24:15.818 INFO:teuthology.orchestra.run.smithi007.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T21:24:16.151 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-15T21:24:16.151 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi007.front.sepia.ceph.com 2024-04-15T21:24:16.151 DEBUG:teuthology.orchestra.run.smithi007:> 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-15T21:24:16.175 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi130.front.sepia.ceph.com 2024-04-15T21:24:16.175 DEBUG:teuthology.orchestra.run.smithi130:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-15T21:24:16.202 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-15T21:24:16.203 DEBUG:teuthology.orchestra.run.smithi007:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T21:24:16.217 DEBUG:teuthology.orchestra.run.smithi130:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T21:24:16.273 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-15T21:24:16.274 DEBUG:teuthology.orchestra.run.smithi007:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T21:24:16.289 DEBUG:teuthology.orchestra.run.smithi130:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T21:24:16.406 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-15T21:24:16.417 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-15T21:24:16.417 DEBUG:teuthology.orchestra.run.smithi007:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T21:24:16.447 DEBUG:teuthology.orchestra.run.smithi130:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T21:24:16.475 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-15T21:24:16.486 DEBUG:teuthology.orchestra.run.smithi007:> 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-15T21:24:16.489 DEBUG:teuthology.orchestra.run.smithi130:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-15T21:24:16.513 INFO:teuthology.orchestra.run.smithi007.stdout:kernel.core_pattern = core 2024-04-15T21:24:16.542 INFO:teuthology.orchestra.run.smithi130.stdout:kernel.core_pattern = core 2024-04-15T21:24:16.563 DEBUG:teuthology.orchestra.run.smithi007:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T21:24:16.587 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:24:16.588 DEBUG:teuthology.orchestra.run.smithi130:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T21:24:16.617 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:24:16.618 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-15T21:24:16.630 INFO:teuthology.task.internal:Transferring archived files... 2024-04-15T21:24:16.631 DEBUG:teuthology.misc:Transferring archived files from smithi007:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657443/remote/smithi007 2024-04-15T21:24:16.631 DEBUG:teuthology.orchestra.run.smithi007:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T21:24:16.668 DEBUG:teuthology.misc:Transferring archived files from smithi130:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657443/remote/smithi130 2024-04-15T21:24:16.668 DEBUG:teuthology.orchestra.run.smithi130:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T21:24:16.705 INFO:teuthology.task.internal:Removing archive directory... 2024-04-15T21:24:16.705 DEBUG:teuthology.orchestra.run.smithi007:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T21:24:16.707 DEBUG:teuthology.orchestra.run.smithi130:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T21:24:16.755 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-15T21:24:16.768 INFO:teuthology.task.internal:Not uploading archives. 2024-04-15T21:24:16.769 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-15T21:24:16.787 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-15T21:24:16.787 DEBUG:teuthology.orchestra.run.smithi007:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T21:24:16.789 DEBUG:teuthology.orchestra.run.smithi130:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T21:24:16.801 INFO:teuthology.orchestra.run.smithi007.stdout: 265305 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 21:24 /home/ubuntu/cephtest 2024-04-15T21:24:16.810 INFO:teuthology.orchestra.run.smithi130.stdout: 265819 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 21:24 /home/ubuntu/cephtest 2024-04-15T21:24:16.812 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-15T21:24:16.821 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-15T21:24:16.887 INFO:teuthology.nuke:Checking targets against current locks 2024-04-15T21:24:16.916 DEBUG:teuthology.nuke:shortname: smithi007 2024-04-15T21:24:16.917 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T21:24:16.941 DEBUG:teuthology.nuke:shortname: smithi130 2024-04-15T21:24:16.941 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T21:24:16.945 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi007.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657443', '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-15 21:11:22.585345', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFEgW5jNOvD7uIXHOZL+kGBmkR1dL6FaYMWozsoP4czg8Tu8uDxXr5WhSEiTwhtaLGZRLjPWkxesGjWzqq7bzFI='} 2024-04-15T21:24:16.966 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi130.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657443', '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-15 21:11:22.586603', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAWthJAaOJjDE/jDpIdbL+vFWWwxwfpNaEcGIRltaytC+uKSpYTS4gWLqQn2tddnL9fCBoMJuJiV05L+LMh3MOQ='} 2024-04-15T21:24:16.999 INFO:teuthology.orchestra.console.smithi007:Power off 2024-04-15T21:24:16.999 DEBUG:teuthology.orchestra.console.smithi007:pexpect command: ipmitool -H smithi007.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T21:24:17.015 INFO:teuthology.orchestra.console.smithi130:Power off 2024-04-15T21:24:17.016 DEBUG:teuthology.orchestra.console.smithi130:pexpect command: ipmitool -H smithi130.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T21:24:17.026 DEBUG:teuthology.orchestra.console.smithi007:power off output: Chassis Power Control: Down/Off 2024-04-15T21:24:17.027 DEBUG:teuthology.orchestra.console.smithi007:pexpect command: ipmitool -H smithi007.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:24:17.040 DEBUG:teuthology.orchestra.console.smithi130:power off output: Chassis Power Control: Down/Off 2024-04-15T21:24:17.040 DEBUG:teuthology.orchestra.console.smithi130:pexpect command: ipmitool -H smithi130.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:24:17.053 DEBUG:teuthology.orchestra.console.smithi007:check power output: Chassis Power is on 2024-04-15T21:24:17.065 DEBUG:teuthology.orchestra.console.smithi130:check power output: Chassis Power is on 2024-04-15T21:24:21.055 DEBUG:teuthology.orchestra.console.smithi007:pexpect command: ipmitool -H smithi007.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:24:21.067 DEBUG:teuthology.orchestra.console.smithi130:pexpect command: ipmitool -H smithi130.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:24:21.169 DEBUG:teuthology.orchestra.console.smithi007:check power output: Chassis Power is on 2024-04-15T21:24:21.177 DEBUG:teuthology.orchestra.console.smithi130:check power output: Chassis Power is on 2024-04-15T21:24:25.174 DEBUG:teuthology.orchestra.console.smithi007:pexpect command: ipmitool -H smithi007.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:24:25.182 DEBUG:teuthology.orchestra.console.smithi130:pexpect command: ipmitool -H smithi130.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:24:25.284 DEBUG:teuthology.orchestra.console.smithi007:check power output: Chassis Power is off 2024-04-15T21:24:25.293 DEBUG:teuthology.orchestra.console.smithi130:check power output: Chassis Power is off 2024-04-15T21:24:25.386 INFO:teuthology.orchestra.console.smithi007:Power off completed 2024-04-15T21:24:25.394 INFO:teuthology.orchestra.console.smithi130:Power off completed 2024-04-15T21:24:25.499 INFO:teuthology.run:Summary data: description: orch/cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} duration: 276.82625126838684 failure_reason: 'Command failed on smithi007 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull''' owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=7fff4b39fcda4f52abc7d2836034735b status: fail success: false 2024-04-15T21:24:25.499 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T21:24:25.576 INFO:teuthology.run:FAIL