2023-11-30T23:04:50.229 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-11-30T23:04:50.230 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472915 --description orch:cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools_crun 0-nvme-loop 1-start 2-services/nfs-haproxy-proto 3-final} --owner scheduled_phlogistonjohn@teuthology --name phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi --verbose -- /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472915/orig.config.yaml 2023-11-30T23:04:50.263 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-30T23:04:50.355 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472915 branch: wip-phlogistonjohn-testing-2023-11-30-1010 description: orch:cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools_crun 0-nvme-loop 1-start 2-services/nfs-haproxy-proto 3-final} email: jmulligan@redhat.com first_in_suite: false job_id: '7472915' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-phlogistonjohn-testing-2023-11-30-1010 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: 875037c4c0585d32b171b61f9b83f482e6b73b3d ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-phlogistonjohn-testing-2023-11-30-1010 sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d owner: scheduled_phlogistonjohn@teuthology priority: 99 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 9533 sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d sleep_before_teardown: 0 subset: 1/15 suite: orch:cephadm suite_branch: wip-phlogistonjohn-testing-2023-11-30-1010 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d targets: smithi129.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGzN5xI5y/huFW2HJ2o73ils002wVOrXJDa76z0gV+1eRFf9CFcZUd2bqL5z9HRBq9qXiCeIHdKqqlnI8xc0Hck= smithi170.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKshNBkRQuJrp99GkoqzNclBsl6HfobxqKpnkPK2ZqFI3t8TbF1oKkQUw0xkHijfyvIy74CxiqJxjJaWWpOHEo4= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - sudo sed -i 's/runtime = "runc"/#runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/#runtime = "crun"/runtime = "crun"/g' /usr/share/containers/containers.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create fs1 - ceph nfs cluster create happy --ingress --virtual-ip={{VIP0}} --ingress-mode=haproxy-protocol - ceph nfs export create cephfs --fsname fs1 --cluster-id happy --pseudo-path /d1 - cephadm.wait_for_service: service: nfs.happy - cephadm.wait_for_service: service: ingress.nfs.happy - vip.exec: host.a: - mkdir /mnt/happy - sleep 1 - mount -t nfs {{VIP0}}:/d1 /mnt/happy - echo test > /mnt/happy/testfile - sync - 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: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-11-30_21:17:15 tube: smithi user: phlogistonjohn verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-11-30T23:04:50.356 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa; will attempt to use it 2023-11-30T23:04:50.356 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks 2023-11-30T23:04:50.357 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-30T23:04:50.358 INFO:teuthology.task.internal:Checking packages... 2023-11-30T23:04:50.383 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '875037c4c0585d32b171b61f9b83f482e6b73b3d' 2023-11-30T23:04:50.383 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-30T23:04:50.383 INFO:teuthology.packaging:ref: None 2023-11-30T23:04:50.383 INFO:teuthology.packaging:tag: None 2023-11-30T23:04:50.383 INFO:teuthology.packaging:branch: wip-phlogistonjohn-testing-2023-11-30-1010 2023-11-30T23:04:50.383 INFO:teuthology.packaging:sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-11-30T23:04:50.383 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-phlogistonjohn-testing-2023-11-30-1010 2023-11-30T23:04:50.613 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7662.g875037c4 2023-11-30T23:04:50.613 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-30T23:04:50.625 INFO:teuthology.task.internal:no buildpackages task found 2023-11-30T23:04:50.625 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-30T23:04:50.677 INFO:teuthology.task.internal:Saving configuration 2023-11-30T23:04:50.690 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-30T23:04:50.696 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-30T23:04:50.720 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi129.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472915', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-30 22:59:51.509905', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGzN5xI5y/huFW2HJ2o73ils002wVOrXJDa76z0gV+1eRFf9CFcZUd2bqL5z9HRBq9qXiCeIHdKqqlnI8xc0Hck='} 2023-11-30T23:04:50.746 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi170.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472915', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-30 22:59:51.508012', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKshNBkRQuJrp99GkoqzNclBsl6HfobxqKpnkPK2ZqFI3t8TbF1oKkQUw0xkHijfyvIy74CxiqJxjJaWWpOHEo4='} 2023-11-30T23:04:50.746 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-30T23:04:50.752 INFO:teuthology.task.internal:roles: ubuntu@smithi129.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-11-30T23:04:50.753 INFO:teuthology.task.internal:roles: ubuntu@smithi170.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-11-30T23:04:50.753 INFO:teuthology.run_tasks:Running task console_log... 2023-11-30T23:04:50.829 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f87148c0f70>, signals=[15]) 2023-11-30T23:04:50.829 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-30T23:04:50.835 INFO:teuthology.task.internal:Opening connections... 2023-11-30T23:04:50.835 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi129.front.sepia.ceph.com 2023-11-30T23:04:50.837 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T23:04:50.906 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi170.front.sepia.ceph.com 2023-11-30T23:04:50.907 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T23:04:50.973 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-30T23:04:50.979 DEBUG:teuthology.orchestra.run.smithi129:> uname -m 2023-11-30T23:04:51.004 INFO:teuthology.orchestra.run.smithi129.stdout:x86_64 2023-11-30T23:04:51.005 DEBUG:teuthology.orchestra.run.smithi129:> cat /etc/os-release 2023-11-30T23:04:51.069 INFO:teuthology.orchestra.run.smithi129.stdout:NAME="CentOS Stream" 2023-11-30T23:04:51.069 INFO:teuthology.orchestra.run.smithi129.stdout:VERSION="8" 2023-11-30T23:04:51.070 INFO:teuthology.orchestra.run.smithi129.stdout:ID="centos" 2023-11-30T23:04:51.070 INFO:teuthology.orchestra.run.smithi129.stdout:ID_LIKE="rhel fedora" 2023-11-30T23:04:51.071 INFO:teuthology.orchestra.run.smithi129.stdout:VERSION_ID="8" 2023-11-30T23:04:51.071 INFO:teuthology.orchestra.run.smithi129.stdout:PLATFORM_ID="platform:el8" 2023-11-30T23:04:51.072 INFO:teuthology.orchestra.run.smithi129.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-30T23:04:51.072 INFO:teuthology.orchestra.run.smithi129.stdout:ANSI_COLOR="0;31" 2023-11-30T23:04:51.072 INFO:teuthology.orchestra.run.smithi129.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-30T23:04:51.073 INFO:teuthology.orchestra.run.smithi129.stdout:HOME_URL="https://centos.org/" 2023-11-30T23:04:51.073 INFO:teuthology.orchestra.run.smithi129.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-30T23:04:51.073 INFO:teuthology.orchestra.run.smithi129.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-30T23:04:51.079 INFO:teuthology.orchestra.run.smithi129.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-30T23:04:51.080 INFO:teuthology.lock.ops:Updating smithi129.front.sepia.ceph.com on lock server 2023-11-30T23:04:51.115 DEBUG:teuthology.orchestra.run.smithi170:> uname -m 2023-11-30T23:04:51.137 INFO:teuthology.orchestra.run.smithi170.stdout:x86_64 2023-11-30T23:04:51.137 DEBUG:teuthology.orchestra.run.smithi170:> cat /etc/os-release 2023-11-30T23:04:51.199 INFO:teuthology.orchestra.run.smithi170.stdout:NAME="CentOS Stream" 2023-11-30T23:04:51.199 INFO:teuthology.orchestra.run.smithi170.stdout:VERSION="8" 2023-11-30T23:04:51.199 INFO:teuthology.orchestra.run.smithi170.stdout:ID="centos" 2023-11-30T23:04:51.199 INFO:teuthology.orchestra.run.smithi170.stdout:ID_LIKE="rhel fedora" 2023-11-30T23:04:51.199 INFO:teuthology.orchestra.run.smithi170.stdout:VERSION_ID="8" 2023-11-30T23:04:51.199 INFO:teuthology.orchestra.run.smithi170.stdout:PLATFORM_ID="platform:el8" 2023-11-30T23:04:51.199 INFO:teuthology.orchestra.run.smithi170.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-30T23:04:51.199 INFO:teuthology.orchestra.run.smithi170.stdout:ANSI_COLOR="0;31" 2023-11-30T23:04:51.199 INFO:teuthology.orchestra.run.smithi170.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-30T23:04:51.199 INFO:teuthology.orchestra.run.smithi170.stdout:HOME_URL="https://centos.org/" 2023-11-30T23:04:51.200 INFO:teuthology.orchestra.run.smithi170.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-30T23:04:51.200 INFO:teuthology.orchestra.run.smithi170.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-30T23:04:51.200 INFO:teuthology.orchestra.run.smithi170.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-30T23:04:51.200 INFO:teuthology.lock.ops:Updating smithi170.front.sepia.ceph.com on lock server 2023-11-30T23:04:51.223 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-30T23:04:51.233 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-30T23:04:51.241 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-30T23:04:51.241 DEBUG:teuthology.orchestra.run.smithi129:> test '!' -e /home/ubuntu/cephtest 2023-11-30T23:04:51.244 DEBUG:teuthology.orchestra.run.smithi170:> test '!' -e /home/ubuntu/cephtest 2023-11-30T23:04:51.266 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-30T23:04:51.276 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-30T23:04:51.276 DEBUG:teuthology.orchestra.run.smithi129:> test -z $(ls -A /var/lib/ceph) 2023-11-30T23:04:51.308 DEBUG:teuthology.orchestra.run.smithi170:> test -z $(ls -A /var/lib/ceph) 2023-11-30T23:04:51.341 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-30T23:04:51.400 INFO:teuthology.run_tasks:Running task kernel... 2023-11-30T23:04:51.415 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-30T23:04:51.415 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-30T23:04:51.415 DEBUG:teuthology.orchestra.run.smithi129:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-30T23:04:51.416 DEBUG:teuthology.orchestra.run.smithi170:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-30T23:04:51.435 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T23:04:51.436 DEBUG:teuthology.orchestra.run.smithi170:> uname -r 2023-11-30T23:04:51.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T23:04:51.437 DEBUG:teuthology.orchestra.run.smithi129:> uname -r 2023-11-30T23:04:51.497 INFO:teuthology.orchestra.run.smithi170.stdout:4.18.0-489.el8.x86_64 2023-11-30T23:04:51.498 INFO:teuthology.task.kernel:Running kernel on smithi170: 4.18.0-489.el8.x86_64 2023-11-30T23:04:51.498 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum install -y kernel 2023-11-30T23:04:51.499 INFO:teuthology.orchestra.run.smithi129.stdout:4.18.0-489.el8.x86_64 2023-11-30T23:04:51.500 INFO:teuthology.task.kernel:Running kernel on smithi129: 4.18.0-489.el8.x86_64 2023-11-30T23:04:51.500 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum install -y kernel 2023-11-30T23:04:55.942 INFO:teuthology.orchestra.run.smithi170.stdout:CentOS Stream 8 - AppStream 19 MB/s | 34 MB 00:01 2023-11-30T23:04:57.061 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 8 - AppStream 12 MB/s | 34 MB 00:02 2023-11-30T23:05:05.241 INFO:teuthology.orchestra.run.smithi170.stdout:CentOS Stream 8 - BaseOS 19 MB/s | 55 MB 00:02 2023-11-30T23:05:05.961 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 8 - BaseOS 21 MB/s | 55 MB 00:02 2023-11-30T23:05:13.441 INFO:teuthology.orchestra.run.smithi170.stdout:CentOS Stream 8 - Extras 47 kB/s | 18 kB 00:00 2023-11-30T23:05:14.111 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 8 - Extras 84 kB/s | 18 kB 00:00 2023-11-30T23:05:14.141 INFO:teuthology.orchestra.run.smithi170.stdout:CentOS Stream 8 - Extras common packages 13 kB/s | 6.9 kB 00:00 2023-11-30T23:05:14.469 INFO:teuthology.orchestra.run.smithi170.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2023-11-30T23:05:14.795 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 8 - Extras common packages 14 kB/s | 6.9 kB 00:00 2023-11-30T23:05:15.080 INFO:teuthology.orchestra.run.smithi129.stdout:Copr repo for python3-asyncssh owned by ceph 27 kB/s | 3.5 kB 00:00 2023-11-30T23:05:20.247 INFO:teuthology.orchestra.run.smithi129.stdout:Extra Packages for Enterprise Linux 3.2 MB/s | 16 MB 00:05 2023-11-30T23:05:21.946 INFO:teuthology.orchestra.run.smithi170.stdout:Extra Packages for Enterprise Linux 2.2 MB/s | 16 MB 00:07 2023-11-30T23:05:24.072 INFO:teuthology.orchestra.run.smithi129.stdout:lab-extras 429 kB/s | 24 kB 00:00 2023-11-30T23:05:25.718 INFO:teuthology.orchestra.run.smithi170.stdout:lab-extras 511 kB/s | 24 kB 00:00 2023-11-30T23:05:27.721 INFO:teuthology.orchestra.run.smithi129.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-30T23:05:27.722 INFO:teuthology.orchestra.run.smithi129.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-30T23:05:28.016 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2023-11-30T23:05:28.017 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2023-11-30T23:05:28.017 INFO:teuthology.orchestra.run.smithi129.stdout: Package Architecture Version Repository Size 2023-11-30T23:05:28.017 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2023-11-30T23:05:28.017 INFO:teuthology.orchestra.run.smithi129.stdout:Installing: 2023-11-30T23:05:28.017 INFO:teuthology.orchestra.run.smithi129.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-11-30T23:05:28.017 INFO:teuthology.orchestra.run.smithi129.stdout:Installing dependencies: 2023-11-30T23:05:28.017 INFO:teuthology.orchestra.run.smithi129.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-11-30T23:05:28.018 INFO:teuthology.orchestra.run.smithi129.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-11-30T23:05:28.018 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-30T23:05:28.018 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2023-11-30T23:05:28.018 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2023-11-30T23:05:28.018 INFO:teuthology.orchestra.run.smithi129.stdout:Install 3 Packages 2023-11-30T23:05:28.018 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-30T23:05:28.018 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 90 M 2023-11-30T23:05:28.019 INFO:teuthology.orchestra.run.smithi129.stdout:Installed size: 96 M 2023-11-30T23:05:28.019 INFO:teuthology.orchestra.run.smithi129.stdout:Downloading Packages: 2023-11-30T23:05:28.915 INFO:teuthology.orchestra.run.smithi129.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 12 MB/s | 10 MB 00:00 2023-11-30T23:05:29.334 INFO:teuthology.orchestra.run.smithi170.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-30T23:05:29.334 INFO:teuthology.orchestra.run.smithi170.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-30T23:05:29.614 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2023-11-30T23:05:29.615 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2023-11-30T23:05:29.615 INFO:teuthology.orchestra.run.smithi170.stdout: Package Architecture Version Repository Size 2023-11-30T23:05:29.615 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2023-11-30T23:05:29.615 INFO:teuthology.orchestra.run.smithi170.stdout:Installing: 2023-11-30T23:05:29.615 INFO:teuthology.orchestra.run.smithi170.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-11-30T23:05:29.615 INFO:teuthology.orchestra.run.smithi170.stdout:Installing dependencies: 2023-11-30T23:05:29.615 INFO:teuthology.orchestra.run.smithi170.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-11-30T23:05:29.615 INFO:teuthology.orchestra.run.smithi170.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-11-30T23:05:29.615 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-30T23:05:29.615 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction Summary 2023-11-30T23:05:29.616 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2023-11-30T23:05:29.616 INFO:teuthology.orchestra.run.smithi170.stdout:Install 3 Packages 2023-11-30T23:05:29.616 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-30T23:05:29.616 INFO:teuthology.orchestra.run.smithi170.stdout:Total download size: 90 M 2023-11-30T23:05:29.616 INFO:teuthology.orchestra.run.smithi170.stdout:Installed size: 96 M 2023-11-30T23:05:29.616 INFO:teuthology.orchestra.run.smithi170.stdout:Downloading Packages: 2023-11-30T23:05:29.882 INFO:teuthology.orchestra.run.smithi129.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 20 MB/s | 36 MB 00:01 2023-11-30T23:05:30.415 INFO:teuthology.orchestra.run.smithi129.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 18 MB/s | 43 MB 00:02 2023-11-30T23:05:30.416 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2023-11-30T23:05:30.416 INFO:teuthology.orchestra.run.smithi129.stdout:Total 37 MB/s | 90 MB 00:02 2023-11-30T23:05:30.736 INFO:teuthology.orchestra.run.smithi170.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 9.9 MB/s | 10 MB 00:01 2023-11-30T23:05:31.094 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2023-11-30T23:05:31.515 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2023-11-30T23:05:31.515 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2023-11-30T23:05:32.086 INFO:teuthology.orchestra.run.smithi170.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 15 MB/s | 36 MB 00:02 2023-11-30T23:05:32.495 INFO:teuthology.orchestra.run.smithi170.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 16 MB/s | 43 MB 00:02 2023-11-30T23:05:32.495 INFO:teuthology.orchestra.run.smithi170.stdout:-------------------------------------------------------------------------------- 2023-11-30T23:05:32.495 INFO:teuthology.orchestra.run.smithi170.stdout:Total 31 MB/s | 90 MB 00:02 2023-11-30T23:05:32.752 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2023-11-30T23:05:32.776 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2023-11-30T23:05:33.176 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction check 2023-11-30T23:05:33.584 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction check succeeded. 2023-11-30T23:05:33.584 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction test 2023-11-30T23:05:34.822 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction test succeeded. 2023-11-30T23:05:34.841 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction 2023-11-30T23:05:35.592 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2023-11-30T23:05:36.126 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-11-30T23:05:37.594 INFO:teuthology.orchestra.run.smithi170.stdout: Preparing : 1/1 2023-11-30T23:05:38.141 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-11-30T23:05:39.652 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-11-30T23:05:40.067 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-11-30T23:05:41.704 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-11-30T23:05:42.099 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-11-30T23:05:43.488 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-11-30T23:05:43.782 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-11-30T23:05:45.521 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-11-30T23:05:45.804 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-11-30T23:06:05.739 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-11-30T23:06:05.763 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-11-30T23:06:06.205 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-11-30T23:06:06.205 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-11-30T23:06:06.206 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-11-30T23:06:07.113 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-11-30T23:06:07.113 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-30T23:06:07.113 INFO:teuthology.orchestra.run.smithi129.stdout:Installed: 2023-11-30T23:06:07.113 INFO:teuthology.orchestra.run.smithi129.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-11-30T23:06:07.113 INFO:teuthology.orchestra.run.smithi129.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-11-30T23:06:07.113 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-30T23:06:07.113 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2023-11-30T23:06:07.287 DEBUG:teuthology.orchestra.run.smithi129:> rpm -q kernel | sort -rV | head -n 1 2023-11-30T23:06:07.503 INFO:teuthology.orchestra.run.smithi129.stdout:kernel-4.18.0-526.el8.x86_64 2023-11-30T23:06:07.504 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-11-30T23:06:07.504 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-526.el8.x86_64 2023-11-30T23:06:07.504 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-30T23:06:07.504 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-30T23:06:07.504 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-30T23:06:07.504 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi129.front.sepia.ceph.com, path=None, version=distro) 2023-11-30T23:06:07.504 DEBUG:teuthology.orchestra.run.smithi129:> rpm -q kernel | sort -rV | head -n 1 2023-11-30T23:06:07.714 INFO:teuthology.orchestra.run.smithi129.stdout:kernel-4.18.0-526.el8.x86_64 2023-11-30T23:06:07.714 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-11-30T23:06:07.715 DEBUG:teuthology.orchestra.run.smithi129:> sudo rpm -qi grub2-tools 2023-11-30T23:06:07.749 INFO:teuthology.orchestra.run.smithi129.stdout:Name : grub2-tools 2023-11-30T23:06:07.749 INFO:teuthology.orchestra.run.smithi129.stdout:Epoch : 1 2023-11-30T23:06:07.749 INFO:teuthology.orchestra.run.smithi129.stdout:Version : 2.02 2023-11-30T23:06:07.749 INFO:teuthology.orchestra.run.smithi129.stdout:Release : 129.el8 2023-11-30T23:06:07.749 INFO:teuthology.orchestra.run.smithi129.stdout:Architecture: x86_64 2023-11-30T23:06:07.749 INFO:teuthology.orchestra.run.smithi129.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-30T23:06:07.749 INFO:teuthology.orchestra.run.smithi129.stdout:Group : System Environment/Base 2023-11-30T23:06:07.749 INFO:teuthology.orchestra.run.smithi129.stdout:Size : 9265586 2023-11-30T23:06:07.749 INFO:teuthology.orchestra.run.smithi129.stdout:License : GPLv3+ 2023-11-30T23:06:07.749 INFO:teuthology.orchestra.run.smithi129.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-30T23:06:07.749 INFO:teuthology.orchestra.run.smithi129.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-30T23:06:07.749 INFO:teuthology.orchestra.run.smithi129.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-30T23:06:07.750 INFO:teuthology.orchestra.run.smithi129.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-30T23:06:07.750 INFO:teuthology.orchestra.run.smithi129.stdout:Relocations : (not relocatable) 2023-11-30T23:06:07.750 INFO:teuthology.orchestra.run.smithi129.stdout:Packager : CentOS BuildSystem 2023-11-30T23:06:07.750 INFO:teuthology.orchestra.run.smithi129.stdout:Vendor : CentOS 2023-11-30T23:06:07.750 INFO:teuthology.orchestra.run.smithi129.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-30T23:06:07.750 INFO:teuthology.orchestra.run.smithi129.stdout:Summary : Support tools for GRUB. 2023-11-30T23:06:07.750 INFO:teuthology.orchestra.run.smithi129.stdout:Description : 2023-11-30T23:06:07.750 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-30T23:06:07.750 INFO:teuthology.orchestra.run.smithi129.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-30T23:06:07.750 INFO:teuthology.orchestra.run.smithi129.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-30T23:06:07.750 INFO:teuthology.orchestra.run.smithi129.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-30T23:06:07.750 INFO:teuthology.orchestra.run.smithi129.stdout:hardware devices. 2023-11-30T23:06:07.750 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-30T23:06:07.750 INFO:teuthology.orchestra.run.smithi129.stdout:This subpackage provides tools for support of all platforms. 2023-11-30T23:06:07.751 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-30T23:06:07.751 INFO:teuthology.task.kernel:Updating grub on smithi129 to boot 4.18.0-526.el8.x86_64 2023-11-30T23:06:07.752 DEBUG:teuthology.orchestra.run.smithi129:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-30T23:06:07.779 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-11-30T23:06:07.804 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-11-30T23:06:08.171 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-11-30T23:06:08.172 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-11-30T23:06:08.172 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-11-30T23:06:08.921 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-11-30T23:06:08.921 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-30T23:06:08.921 INFO:teuthology.orchestra.run.smithi170.stdout:Installed: 2023-11-30T23:06:08.921 INFO:teuthology.orchestra.run.smithi170.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-11-30T23:06:08.921 INFO:teuthology.orchestra.run.smithi170.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-11-30T23:06:08.921 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-30T23:06:08.921 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2023-11-30T23:06:09.274 INFO:teuthology.orchestra.run.smithi129.stderr:Generating grub configuration file ... 2023-11-30T23:06:09.621 DEBUG:teuthology.orchestra.run.smithi170:> rpm -q kernel | sort -rV | head -n 1 2023-11-30T23:06:09.842 INFO:teuthology.orchestra.run.smithi170.stdout:kernel-4.18.0-526.el8.x86_64 2023-11-30T23:06:09.842 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-11-30T23:06:09.843 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-526.el8.x86_64 2023-11-30T23:06:09.843 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-30T23:06:09.843 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-30T23:06:09.843 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-30T23:06:09.843 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi170.front.sepia.ceph.com, path=None, version=distro) 2023-11-30T23:06:09.843 DEBUG:teuthology.orchestra.run.smithi170:> rpm -q kernel | sort -rV | head -n 1 2023-11-30T23:06:10.052 INFO:teuthology.orchestra.run.smithi170.stdout:kernel-4.18.0-526.el8.x86_64 2023-11-30T23:06:10.052 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-11-30T23:06:10.052 DEBUG:teuthology.orchestra.run.smithi170:> sudo rpm -qi grub2-tools 2023-11-30T23:06:10.085 INFO:teuthology.orchestra.run.smithi170.stdout:Name : grub2-tools 2023-11-30T23:06:10.086 INFO:teuthology.orchestra.run.smithi170.stdout:Epoch : 1 2023-11-30T23:06:10.086 INFO:teuthology.orchestra.run.smithi170.stdout:Version : 2.02 2023-11-30T23:06:10.086 INFO:teuthology.orchestra.run.smithi170.stdout:Release : 129.el8 2023-11-30T23:06:10.086 INFO:teuthology.orchestra.run.smithi170.stdout:Architecture: x86_64 2023-11-30T23:06:10.086 INFO:teuthology.orchestra.run.smithi170.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-30T23:06:10.086 INFO:teuthology.orchestra.run.smithi170.stdout:Group : System Environment/Base 2023-11-30T23:06:10.086 INFO:teuthology.orchestra.run.smithi170.stdout:Size : 9265586 2023-11-30T23:06:10.086 INFO:teuthology.orchestra.run.smithi170.stdout:License : GPLv3+ 2023-11-30T23:06:10.086 INFO:teuthology.orchestra.run.smithi170.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-30T23:06:10.086 INFO:teuthology.orchestra.run.smithi170.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-30T23:06:10.086 INFO:teuthology.orchestra.run.smithi170.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-30T23:06:10.086 INFO:teuthology.orchestra.run.smithi170.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-30T23:06:10.087 INFO:teuthology.orchestra.run.smithi170.stdout:Relocations : (not relocatable) 2023-11-30T23:06:10.087 INFO:teuthology.orchestra.run.smithi170.stdout:Packager : CentOS BuildSystem 2023-11-30T23:06:10.087 INFO:teuthology.orchestra.run.smithi170.stdout:Vendor : CentOS 2023-11-30T23:06:10.087 INFO:teuthology.orchestra.run.smithi170.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-30T23:06:10.087 INFO:teuthology.orchestra.run.smithi170.stdout:Summary : Support tools for GRUB. 2023-11-30T23:06:10.087 INFO:teuthology.orchestra.run.smithi170.stdout:Description : 2023-11-30T23:06:10.087 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-30T23:06:10.087 INFO:teuthology.orchestra.run.smithi170.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-30T23:06:10.087 INFO:teuthology.orchestra.run.smithi170.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-30T23:06:10.087 INFO:teuthology.orchestra.run.smithi170.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-30T23:06:10.087 INFO:teuthology.orchestra.run.smithi170.stdout:hardware devices. 2023-11-30T23:06:10.087 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-30T23:06:10.087 INFO:teuthology.orchestra.run.smithi170.stdout:This subpackage provides tools for support of all platforms. 2023-11-30T23:06:10.088 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-30T23:06:10.088 INFO:teuthology.task.kernel:Updating grub on smithi170 to boot 4.18.0-526.el8.x86_64 2023-11-30T23:06:10.088 DEBUG:teuthology.orchestra.run.smithi170:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-30T23:06:11.523 INFO:teuthology.orchestra.run.smithi170.stderr:Generating grub configuration file ... 2023-11-30T23:06:11.532 INFO:teuthology.orchestra.run.smithi129.stderr:done 2023-11-30T23:06:11.536 DEBUG:teuthology.orchestra.run.smithi129:> mktemp 2023-11-30T23:06:11.571 INFO:teuthology.orchestra.run.smithi129.stdout:/tmp/tmp.ztS3sczdmg 2023-11-30T23:06:11.571 DEBUG:teuthology.orchestra.run.smithi129:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.ztS3sczdmg 2023-11-30T23:06:11.646 DEBUG:teuthology.orchestra.run.smithi129:> sudo chmod 0666 /tmp/tmp.ztS3sczdmg 2023-11-30T23:06:11.789 DEBUG:teuthology.orchestra.remote:smithi129:/tmp/tmp.ztS3sczdmg is 6KB 2023-11-30T23:06:11.838 DEBUG:teuthology.orchestra.run.smithi129:> rm -fr /tmp/tmp.ztS3sczdmg 2023-11-30T23:06:11.859 DEBUG:teuthology.orchestra.run.smithi129:> sudo /bin/ls /boot/loader/entries || true 2023-11-30T23:06:11.923 INFO:teuthology.orchestra.run.smithi129.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-30T23:06:11.924 INFO:teuthology.orchestra.run.smithi129.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-30T23:06:11.924 INFO:teuthology.orchestra.run.smithi129.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-30T23:06:11.924 INFO:teuthology.orchestra.run.smithi129.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-11-30T23:06:11.926 DEBUG:teuthology.orchestra.run.smithi129:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-11-30T23:06:12.116 DEBUG:teuthology.orchestra.run.smithi129:> sudo shutdown -r now 2023-11-30T23:06:13.491 INFO:teuthology.orchestra.run.smithi170.stderr:done 2023-11-30T23:06:13.493 DEBUG:teuthology.orchestra.run.smithi170:> mktemp 2023-11-30T23:06:13.527 INFO:teuthology.orchestra.run.smithi170.stdout:/tmp/tmp.SlexkDnN2R 2023-11-30T23:06:13.527 DEBUG:teuthology.orchestra.run.smithi170:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.SlexkDnN2R 2023-11-30T23:06:13.601 DEBUG:teuthology.orchestra.run.smithi170:> sudo chmod 0666 /tmp/tmp.SlexkDnN2R 2023-11-30T23:06:13.748 DEBUG:teuthology.orchestra.remote:smithi170:/tmp/tmp.SlexkDnN2R is 6KB 2023-11-30T23:06:13.797 DEBUG:teuthology.orchestra.run.smithi170:> rm -fr /tmp/tmp.SlexkDnN2R 2023-11-30T23:06:13.816 DEBUG:teuthology.orchestra.run.smithi170:> sudo /bin/ls /boot/loader/entries || true 2023-11-30T23:06:13.888 INFO:teuthology.orchestra.run.smithi170.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-30T23:06:13.888 INFO:teuthology.orchestra.run.smithi170.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-30T23:06:13.888 INFO:teuthology.orchestra.run.smithi170.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-30T23:06:13.888 INFO:teuthology.orchestra.run.smithi170.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-11-30T23:06:13.890 DEBUG:teuthology.orchestra.run.smithi170:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-11-30T23:06:14.075 DEBUG:teuthology.orchestra.run.smithi170:> sudo shutdown -r now 2023-11-30T23:06:42.146 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-30T23:06:42.147 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi129.front.sepia.ceph.com' 2023-11-30T23:06:42.148 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T23:06:44.082 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-30T23:06:44.082 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2023-11-30T23:06:44.083 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T23:07:42.208 DEBUG:teuthology.orchestra.remote:timed out 2023-11-30T23:07:44.086 DEBUG:teuthology.orchestra.remote:timed out 2023-11-30T23:07:51.214 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi129.front.sepia.ceph.com' 2023-11-30T23:07:51.215 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T23:07:51.495 DEBUG:teuthology.orchestra.run.smithi129:> true 2023-11-30T23:07:51.769 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi129.front.sepia.ceph.com' 2023-11-30T23:07:51.769 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-526.el8.x86_64"... 2023-11-30T23:07:51.770 DEBUG:teuthology.orchestra.run.smithi129:> uname -r 2023-11-30T23:07:51.786 INFO:teuthology.orchestra.run.smithi129.stdout:4.18.0-526.el8.x86_64 2023-11-30T23:07:51.786 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-526.el8.x86_64 vs 4.18.0-526.el8.x86_64 2023-11-30T23:07:51.786 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-30T23:07:51.787 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-30T23:07:52.788 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-30T23:07:52.788 DEBUG:teuthology.orchestra.run.smithi129:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-30T23:07:52.857 INFO:teuthology.orchestra.run.smithi129.stdout:ttyS1 2023-11-30T23:07:52.869 DEBUG:teuthology.parallel:result is None 2023-11-30T23:07:53.086 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2023-11-30T23:07:53.087 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T23:07:53.410 DEBUG:teuthology.orchestra.run.smithi170:> true 2023-11-30T23:07:53.749 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi170.front.sepia.ceph.com' 2023-11-30T23:07:53.749 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-526.el8.x86_64"... 2023-11-30T23:07:53.750 DEBUG:teuthology.orchestra.run.smithi170:> uname -r 2023-11-30T23:07:53.766 INFO:teuthology.orchestra.run.smithi170.stdout:4.18.0-526.el8.x86_64 2023-11-30T23:07:53.767 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-526.el8.x86_64 vs 4.18.0-526.el8.x86_64 2023-11-30T23:07:53.767 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-30T23:07:53.767 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-30T23:07:54.768 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-30T23:07:54.768 DEBUG:teuthology.orchestra.run.smithi170:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-30T23:07:54.881 INFO:teuthology.orchestra.run.smithi170.stdout:ttyS1 2023-11-30T23:07:54.895 DEBUG:teuthology.parallel:result is None 2023-11-30T23:07:54.895 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-30T23:07:54.902 INFO:teuthology.task.internal:Creating test directory... 2023-11-30T23:07:54.902 DEBUG:teuthology.orchestra.run.smithi129:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-30T23:07:54.905 DEBUG:teuthology.orchestra.run.smithi170:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-30T23:07:54.922 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-30T23:07:54.928 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-30T23:07:54.936 INFO:teuthology.task.internal:Creating archive directory... 2023-11-30T23:07:54.937 DEBUG:teuthology.orchestra.run.smithi129:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-30T23:07:54.963 DEBUG:teuthology.orchestra.run.smithi170:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-30T23:07:55.107 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-30T23:07:55.114 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-30T23:07:55.115 DEBUG:teuthology.orchestra.run.smithi129:> 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 2023-11-30T23:07:55.117 DEBUG:teuthology.orchestra.run.smithi170:> 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 2023-11-30T23:07:55.146 INFO:teuthology.orchestra.run.smithi129.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-30T23:07:55.160 INFO:teuthology.orchestra.run.smithi129.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-30T23:07:55.165 INFO:teuthology.orchestra.run.smithi170.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-30T23:07:55.175 INFO:teuthology.orchestra.run.smithi170.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-30T23:07:55.176 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-30T23:07:55.187 INFO:teuthology.task.internal:Configuring sudo... 2023-11-30T23:07:55.187 DEBUG:teuthology.orchestra.run.smithi129:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-30T23:07:55.206 DEBUG:teuthology.orchestra.run.smithi170:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-30T23:07:55.233 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-30T23:07:55.244 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-30T23:07:55.244 DEBUG:teuthology.orchestra.run.smithi129:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-30T23:07:55.274 DEBUG:teuthology.orchestra.run.smithi170:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-30T23:07:55.293 DEBUG:teuthology.orchestra.run.smithi129:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-30T23:07:55.378 DEBUG:teuthology.orchestra.run.smithi129:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-30T23:07:55.456 DEBUG:teuthology.orchestra.run.smithi129:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-30T23:07:55.503 DEBUG:teuthology.orchestra.run.smithi129:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-30T23:07:55.583 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2023-11-30T23:07:55.583 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-30T23:07:55.619 DEBUG:teuthology.orchestra.run.smithi170:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-30T23:07:55.667 DEBUG:teuthology.orchestra.run.smithi170:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-30T23:07:55.713 DEBUG:teuthology.orchestra.run.smithi170:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-30T23:07:55.803 DEBUG:teuthology.orchestra.run.smithi170:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-30T23:07:55.848 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2023-11-30T23:07:55.848 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-30T23:07:55.919 DEBUG:teuthology.orchestra.run.smithi129:> sudo service rsyslog restart 2023-11-30T23:07:55.956 DEBUG:teuthology.orchestra.run.smithi170:> sudo service rsyslog restart 2023-11-30T23:07:56.023 INFO:teuthology.orchestra.run.smithi170.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-30T23:07:56.342 INFO:teuthology.orchestra.run.smithi129.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-30T23:07:56.494 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-30T23:07:56.501 INFO:teuthology.task.internal:Starting timer... 2023-11-30T23:07:56.502 INFO:teuthology.run_tasks:Running task pcp... 2023-11-30T23:07:56.522 INFO:teuthology.run_tasks:Running task selinux... 2023-11-30T23:07:56.531 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-30T23:07:56.532 DEBUG:teuthology.orchestra.run.smithi129:> sudo service auditd rotate 2023-11-30T23:07:57.203 INFO:teuthology.orchestra.run.smithi129.stdout:Rotating logs: 2023-11-30T23:07:57.205 DEBUG:teuthology.orchestra.run.smithi170:> sudo service auditd rotate 2023-11-30T23:07:57.943 INFO:teuthology.orchestra.run.smithi170.stdout:Rotating logs: 2023-11-30T23:07:57.956 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-30T23:07:57.956 DEBUG:teuthology.orchestra.run.smithi129:> /usr/sbin/getenforce 2023-11-30T23:07:58.013 INFO:teuthology.orchestra.run.smithi129.stdout:Permissive 2023-11-30T23:07:58.014 DEBUG:teuthology.orchestra.run.smithi170:> /usr/sbin/getenforce 2023-11-30T23:07:58.299 INFO:teuthology.orchestra.run.smithi170.stdout:Permissive 2023-11-30T23:07:58.299 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi129.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi170.front.sepia.ceph.com': 'permissive'} 2023-11-30T23:07:58.299 DEBUG:teuthology.orchestra.run.smithi129:> 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 2023-11-30T23:07:58.327 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T23:07:58.328 DEBUG:teuthology.orchestra.run.smithi170:> 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 2023-11-30T23:07:58.372 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T23:07:58.372 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-30T23:07:58.372 DEBUG:teuthology.orchestra.run.smithi129:> sudo /usr/sbin/setenforce permissive 2023-11-30T23:07:58.400 DEBUG:teuthology.orchestra.run.smithi170:> sudo /usr/sbin/setenforce permissive 2023-11-30T23:07:58.458 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-30T23:07:58.467 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-11-30T23:07:58.477 INFO:teuthology.repo_utils:Fetching main from origin 2023-11-30T23:07:58.599 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-30T23:07:58.616 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'}]}] 2023-11-30T23:07:58.617 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi129.front.sepia.ceph.com,smithi170.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-30T23:15:30.260 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi129.front.sepia.ceph.com'), Remote(name='ubuntu@smithi170.front.sepia.ceph.com')] 2023-11-30T23:15:30.261 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi129.front.sepia.ceph.com' 2023-11-30T23:15:30.262 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T23:15:30.329 DEBUG:teuthology.orchestra.run.smithi129:> true 2023-11-30T23:15:30.395 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi129.front.sepia.ceph.com' 2023-11-30T23:15:30.395 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2023-11-30T23:15:30.396 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T23:15:30.464 DEBUG:teuthology.orchestra.run.smithi170:> true 2023-11-30T23:15:30.537 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi170.front.sepia.ceph.com' 2023-11-30T23:15:30.537 INFO:teuthology.run_tasks:Running task clock... 2023-11-30T23:15:30.548 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-30T23:15:30.548 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-30T23:15:30.548 DEBUG:teuthology.orchestra.run.smithi129:> 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 2023-11-30T23:15:30.551 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-30T23:15:30.551 DEBUG:teuthology.orchestra.run.smithi170:> 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 2023-11-30T23:15:30.579 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-30T23:15:30.592 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-30T23:15:30.609 INFO:teuthology.orchestra.run.smithi170.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-30T23:15:30.623 INFO:teuthology.orchestra.run.smithi170.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-30T23:15:30.654 INFO:teuthology.orchestra.run.smithi129.stderr:sudo: ntpd: command not found 2023-11-30T23:15:30.666 INFO:teuthology.orchestra.run.smithi129.stdout:506 Cannot talk to daemon 2023-11-30T23:15:30.680 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-30T23:15:30.692 INFO:teuthology.orchestra.run.smithi170.stderr:sudo: ntpd: command not found 2023-11-30T23:15:30.693 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-30T23:15:30.702 INFO:teuthology.orchestra.run.smithi170.stdout:506 Cannot talk to daemon 2023-11-30T23:15:30.716 INFO:teuthology.orchestra.run.smithi170.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-30T23:15:30.729 INFO:teuthology.orchestra.run.smithi170.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-30T23:15:30.761 INFO:teuthology.orchestra.run.smithi129.stderr:bash: ntpq: command not found 2023-11-30T23:15:30.766 INFO:teuthology.orchestra.run.smithi129.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-30T23:15:30.766 INFO:teuthology.orchestra.run.smithi129.stdout:=============================================================================== 2023-11-30T23:15:30.766 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T23:15:30.766 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T23:15:30.766 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T23:15:30.766 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T23:15:30.796 INFO:teuthology.orchestra.run.smithi170.stderr:bash: ntpq: command not found 2023-11-30T23:15:30.799 INFO:teuthology.orchestra.run.smithi170.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-30T23:15:30.799 INFO:teuthology.orchestra.run.smithi170.stdout:=============================================================================== 2023-11-30T23:15:30.799 INFO:teuthology.orchestra.run.smithi170.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T23:15:30.799 INFO:teuthology.orchestra.run.smithi170.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T23:15:30.799 INFO:teuthology.orchestra.run.smithi170.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T23:15:30.799 INFO:teuthology.orchestra.run.smithi170.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T23:15:30.800 INFO:teuthology.run_tasks:Running task pexec... 2023-11-30T23:15:30.810 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-30T23:15:30.810 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi129.front.sepia.ceph.com 2023-11-30T23:15:30.810 DEBUG:teuthology.orchestra.run.smithi129:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-30T23:15:30.811 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi170.front.sepia.ceph.com 2023-11-30T23:15:30.811 DEBUG:teuthology.orchestra.run.smithi170:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-30T23:15:31.690 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:01:40 ago on Thu 30 Nov 2023 11:13:51 PM UTC. 2023-11-30T23:15:31.718 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:01:40 ago on Thu 30 Nov 2023 11:13:51 PM UTC. 2023-11-30T23:15:33.825 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2023-11-30T23:15:33.826 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2023-11-30T23:15:33.827 INFO:teuthology.orchestra.run.smithi129.stdout: Package Architecture Version Repository Size 2023-11-30T23:15:33.827 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2023-11-30T23:15:33.827 INFO:teuthology.orchestra.run.smithi129.stdout:Resetting modules: 2023-11-30T23:15:33.827 INFO:teuthology.orchestra.run.smithi129.stdout: container-tools 2023-11-30T23:15:33.827 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-30T23:15:33.827 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2023-11-30T23:15:33.827 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2023-11-30T23:15:33.827 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-30T23:15:33.845 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2023-11-30T23:15:33.846 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2023-11-30T23:15:33.846 INFO:teuthology.orchestra.run.smithi170.stdout: Package Architecture Version Repository Size 2023-11-30T23:15:33.846 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2023-11-30T23:15:33.846 INFO:teuthology.orchestra.run.smithi170.stdout:Resetting modules: 2023-11-30T23:15:33.846 INFO:teuthology.orchestra.run.smithi170.stdout: container-tools 2023-11-30T23:15:33.846 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-30T23:15:33.846 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction Summary 2023-11-30T23:15:33.846 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2023-11-30T23:15:33.846 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-30T23:15:34.083 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2023-11-30T23:15:34.117 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2023-11-30T23:15:35.033 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:01:43 ago on Thu 30 Nov 2023 11:13:51 PM UTC. 2023-11-30T23:15:35.075 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:01:43 ago on Thu 30 Nov 2023 11:13:51 PM UTC. 2023-11-30T23:15:37.158 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2023-11-30T23:15:37.165 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2023-11-30T23:15:37.341 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2023-11-30T23:15:37.342 INFO:teuthology.orchestra.run.smithi129.stdout: Package Arch Version Repository Size 2023-11-30T23:15:37.342 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2023-11-30T23:15:37.342 INFO:teuthology.orchestra.run.smithi129.stdout:Installing group/module packages: 2023-11-30T23:15:37.342 INFO:teuthology.orchestra.run.smithi129.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-30T23:15:37.342 INFO:teuthology.orchestra.run.smithi129.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-30T23:15:37.342 INFO:teuthology.orchestra.run.smithi129.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-30T23:15:37.342 INFO:teuthology.orchestra.run.smithi129.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-30T23:15:37.342 INFO:teuthology.orchestra.run.smithi129.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-30T23:15:37.342 INFO:teuthology.orchestra.run.smithi129.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-30T23:15:37.342 INFO:teuthology.orchestra.run.smithi129.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-30T23:15:37.342 INFO:teuthology.orchestra.run.smithi129.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-30T23:15:37.342 INFO:teuthology.orchestra.run.smithi129.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-30T23:15:37.343 INFO:teuthology.orchestra.run.smithi129.stdout:Installing dependencies: 2023-11-30T23:15:37.343 INFO:teuthology.orchestra.run.smithi129.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-30T23:15:37.343 INFO:teuthology.orchestra.run.smithi129.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-30T23:15:37.343 INFO:teuthology.orchestra.run.smithi129.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-30T23:15:37.343 INFO:teuthology.orchestra.run.smithi129.stdout:Installing weak dependencies: 2023-11-30T23:15:37.343 INFO:teuthology.orchestra.run.smithi129.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-30T23:15:37.343 INFO:teuthology.orchestra.run.smithi129.stdout:Installing module profiles: 2023-11-30T23:15:37.343 INFO:teuthology.orchestra.run.smithi129.stdout: container-tools/common 2023-11-30T23:15:37.343 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-30T23:15:37.343 INFO:teuthology.orchestra.run.smithi129.stdout:Enabling module streams: 2023-11-30T23:15:37.343 INFO:teuthology.orchestra.run.smithi129.stdout: container-tools rhel8 2023-11-30T23:15:37.343 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-30T23:15:37.343 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2023-11-30T23:15:37.343 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2023-11-30T23:15:37.343 INFO:teuthology.orchestra.run.smithi129.stdout:Install 13 Packages 2023-11-30T23:15:37.344 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-30T23:15:37.344 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 27 M 2023-11-30T23:15:37.344 INFO:teuthology.orchestra.run.smithi129.stdout:Installed size: 89 M 2023-11-30T23:15:37.344 INFO:teuthology.orchestra.run.smithi129.stdout:Downloading Packages: 2023-11-30T23:15:37.348 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2023-11-30T23:15:37.348 INFO:teuthology.orchestra.run.smithi170.stdout: Package Arch Version Repository Size 2023-11-30T23:15:37.348 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2023-11-30T23:15:37.348 INFO:teuthology.orchestra.run.smithi170.stdout:Installing group/module packages: 2023-11-30T23:15:37.348 INFO:teuthology.orchestra.run.smithi170.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-30T23:15:37.348 INFO:teuthology.orchestra.run.smithi170.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-30T23:15:37.348 INFO:teuthology.orchestra.run.smithi170.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-30T23:15:37.348 INFO:teuthology.orchestra.run.smithi170.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-30T23:15:37.348 INFO:teuthology.orchestra.run.smithi170.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-30T23:15:37.348 INFO:teuthology.orchestra.run.smithi170.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-30T23:15:37.349 INFO:teuthology.orchestra.run.smithi170.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-30T23:15:37.349 INFO:teuthology.orchestra.run.smithi170.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-30T23:15:37.349 INFO:teuthology.orchestra.run.smithi170.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-30T23:15:37.349 INFO:teuthology.orchestra.run.smithi170.stdout:Installing dependencies: 2023-11-30T23:15:37.349 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-30T23:15:37.349 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-30T23:15:37.349 INFO:teuthology.orchestra.run.smithi170.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-30T23:15:37.349 INFO:teuthology.orchestra.run.smithi170.stdout:Installing weak dependencies: 2023-11-30T23:15:37.349 INFO:teuthology.orchestra.run.smithi170.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-30T23:15:37.350 INFO:teuthology.orchestra.run.smithi170.stdout:Installing module profiles: 2023-11-30T23:15:37.350 INFO:teuthology.orchestra.run.smithi170.stdout: container-tools/common 2023-11-30T23:15:37.350 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-30T23:15:37.350 INFO:teuthology.orchestra.run.smithi170.stdout:Enabling module streams: 2023-11-30T23:15:37.350 INFO:teuthology.orchestra.run.smithi170.stdout: container-tools rhel8 2023-11-30T23:15:37.350 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-30T23:15:37.350 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction Summary 2023-11-30T23:15:37.350 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2023-11-30T23:15:37.350 INFO:teuthology.orchestra.run.smithi170.stdout:Install 13 Packages 2023-11-30T23:15:37.350 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-30T23:15:37.351 INFO:teuthology.orchestra.run.smithi170.stdout:Total download size: 27 M 2023-11-30T23:15:37.351 INFO:teuthology.orchestra.run.smithi170.stdout:Installed size: 89 M 2023-11-30T23:15:37.351 INFO:teuthology.orchestra.run.smithi170.stdout:Downloading Packages: 2023-11-30T23:15:37.734 INFO:teuthology.orchestra.run.smithi170.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 2.2 MB/s | 750 kB 00:00 2023-11-30T23:15:37.772 INFO:teuthology.orchestra.run.smithi170.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.8 MB/s | 1.0 MB 00:00 2023-11-30T23:15:37.794 INFO:teuthology.orchestra.run.smithi129.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 3.1 MB/s | 750 kB 00:00 2023-11-30T23:15:37.798 INFO:teuthology.orchestra.run.smithi170.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 598 kB/s | 38 kB 00:00 2023-11-30T23:15:37.819 INFO:teuthology.orchestra.run.smithi129.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 3.8 MB/s | 1.0 MB 00:00 2023-11-30T23:15:37.840 INFO:teuthology.orchestra.run.smithi170.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 3.5 MB/s | 241 kB 00:00 2023-11-30T23:15:37.844 INFO:teuthology.orchestra.run.smithi129.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 752 kB/s | 38 kB 00:00 2023-11-30T23:15:37.878 INFO:teuthology.orchestra.run.smithi129.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.0 MB/s | 241 kB 00:00 2023-11-30T23:15:37.915 INFO:teuthology.orchestra.run.smithi170.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 2.3 MB/s | 178 kB 00:00 2023-11-30T23:15:37.930 INFO:teuthology.orchestra.run.smithi129.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 3.5 MB/s | 178 kB 00:00 2023-11-30T23:15:37.957 INFO:teuthology.orchestra.run.smithi170.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 592 kB/s | 25 kB 00:00 2023-11-30T23:15:37.970 INFO:teuthology.orchestra.run.smithi129.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 594 kB/s | 25 kB 00:00 2023-11-30T23:15:38.012 INFO:teuthology.orchestra.run.smithi129.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 2.2 MB/s | 94 kB 00:00 2023-11-30T23:15:38.038 INFO:teuthology.orchestra.run.smithi170.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.1 MB/s | 94 kB 00:00 2023-11-30T23:15:38.313 INFO:teuthology.orchestra.run.smithi129.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 8.4 MB/s | 3.9 MB 00:00 2023-11-30T23:15:38.366 INFO:teuthology.orchestra.run.smithi170.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 6.9 MB/s | 3.9 MB 00:00 2023-11-30T23:15:38.488 INFO:teuthology.orchestra.run.smithi129.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 10 MB/s | 9.6 MB 00:00 2023-11-30T23:15:38.563 INFO:teuthology.orchestra.run.smithi129.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 701 kB/s | 53 kB 00:00 2023-11-30T23:15:38.631 INFO:teuthology.orchestra.run.smithi129.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 8.0 MB/s | 2.5 MB 00:00 2023-11-30T23:15:38.650 INFO:teuthology.orchestra.run.smithi170.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 8.9 MB/s | 2.5 MB 00:00 2023-11-30T23:15:38.655 INFO:teuthology.orchestra.run.smithi129.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 446 kB/s | 41 kB 00:00 2023-11-30T23:15:38.751 INFO:teuthology.orchestra.run.smithi170.stdout:(10/13): buildah-1.32.0-1.module_el8+712+4cd1bd 7.2 MB/s | 9.6 MB 00:01 2023-11-30T23:15:38.776 INFO:teuthology.orchestra.run.smithi170.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 420 kB/s | 53 kB 00:00 2023-11-30T23:15:38.801 INFO:teuthology.orchestra.run.smithi170.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 818 kB/s | 41 kB 00:00 2023-11-30T23:15:38.811 INFO:teuthology.orchestra.run.smithi129.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 10 MB/s | 8.1 MB 00:00 2023-11-30T23:15:38.811 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2023-11-30T23:15:38.811 INFO:teuthology.orchestra.run.smithi129.stdout:Total 18 MB/s | 27 MB 00:01 2023-11-30T23:15:39.073 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2023-11-30T23:15:39.094 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2023-11-30T23:15:39.094 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2023-11-30T23:15:39.126 INFO:teuthology.orchestra.run.smithi170.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 7.5 MB/s | 8.1 MB 00:01 2023-11-30T23:15:39.126 INFO:teuthology.orchestra.run.smithi170.stdout:-------------------------------------------------------------------------------- 2023-11-30T23:15:39.126 INFO:teuthology.orchestra.run.smithi170.stdout:Total 15 MB/s | 27 MB 00:01 2023-11-30T23:15:39.338 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2023-11-30T23:15:39.341 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2023-11-30T23:15:39.394 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction check 2023-11-30T23:15:39.414 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction check succeeded. 2023-11-30T23:15:39.415 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction test 2023-11-30T23:15:39.676 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction test succeeded. 2023-11-30T23:15:39.679 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction 2023-11-30T23:15:40.017 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2023-11-30T23:15:40.241 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-30T23:15:40.411 INFO:teuthology.orchestra.run.smithi170.stdout: Preparing : 1/1 2023-11-30T23:15:40.428 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-30T23:15:40.622 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-30T23:15:40.647 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-30T23:15:40.834 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-30T23:15:40.863 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-30T23:15:41.023 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-30T23:15:41.270 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-30T23:15:41.423 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-30T23:15:41.813 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-30T23:15:42.395 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-30T23:15:42.609 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-30T23:15:42.824 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-30T23:15:42.840 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-30T23:15:43.083 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-30T23:15:43.331 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-30T23:15:43.465 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-30T23:15:43.557 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-30T23:15:43.847 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-30T23:15:44.237 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-30T23:15:44.328 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-30T23:15:44.530 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-30T23:15:44.752 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-30T23:15:45.142 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-30T23:15:45.170 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-30T23:15:45.170 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-30T23:15:45.170 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-30T23:15:45.171 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-30T23:15:45.171 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-30T23:15:45.171 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-30T23:15:45.171 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-30T23:15:45.171 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-30T23:15:45.171 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-30T23:15:45.171 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-30T23:15:45.171 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-30T23:15:45.171 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-30T23:15:45.171 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-30T23:15:45.372 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-30T23:15:45.583 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-30T23:15:46.005 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-30T23:15:46.005 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-30T23:15:46.005 INFO:teuthology.orchestra.run.smithi129.stdout:Installed: 2023-11-30T23:15:46.005 INFO:teuthology.orchestra.run.smithi129.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-30T23:15:46.005 INFO:teuthology.orchestra.run.smithi129.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-30T23:15:46.006 INFO:teuthology.orchestra.run.smithi129.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-30T23:15:46.006 INFO:teuthology.orchestra.run.smithi129.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-30T23:15:46.006 INFO:teuthology.orchestra.run.smithi129.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-30T23:15:46.006 INFO:teuthology.orchestra.run.smithi129.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-30T23:15:46.006 INFO:teuthology.orchestra.run.smithi129.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-30T23:15:46.006 INFO:teuthology.orchestra.run.smithi129.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-30T23:15:46.006 INFO:teuthology.orchestra.run.smithi129.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-30T23:15:46.006 INFO:teuthology.orchestra.run.smithi129.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-30T23:15:46.006 INFO:teuthology.orchestra.run.smithi129.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-30T23:15:46.006 INFO:teuthology.orchestra.run.smithi129.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-30T23:15:46.006 INFO:teuthology.orchestra.run.smithi129.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-30T23:15:46.006 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-30T23:15:46.006 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2023-11-30T23:15:46.014 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-30T23:15:46.014 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-30T23:15:46.014 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-30T23:15:46.014 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-30T23:15:46.014 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-30T23:15:46.014 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-30T23:15:46.015 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-30T23:15:46.015 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-30T23:15:46.015 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-30T23:15:46.015 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-30T23:15:46.015 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-30T23:15:46.015 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-30T23:15:46.015 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-30T23:15:46.375 DEBUG:teuthology.parallel:result is None 2023-11-30T23:15:46.943 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-30T23:15:46.943 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-30T23:15:46.943 INFO:teuthology.orchestra.run.smithi170.stdout:Installed: 2023-11-30T23:15:46.943 INFO:teuthology.orchestra.run.smithi170.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-30T23:15:46.943 INFO:teuthology.orchestra.run.smithi170.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-30T23:15:46.944 INFO:teuthology.orchestra.run.smithi170.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-30T23:15:46.944 INFO:teuthology.orchestra.run.smithi170.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-30T23:15:46.944 INFO:teuthology.orchestra.run.smithi170.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-30T23:15:46.944 INFO:teuthology.orchestra.run.smithi170.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-30T23:15:46.944 INFO:teuthology.orchestra.run.smithi170.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-30T23:15:46.944 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-30T23:15:46.944 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-30T23:15:46.944 INFO:teuthology.orchestra.run.smithi170.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-30T23:15:46.944 INFO:teuthology.orchestra.run.smithi170.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-30T23:15:46.944 INFO:teuthology.orchestra.run.smithi170.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-30T23:15:46.944 INFO:teuthology.orchestra.run.smithi170.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-30T23:15:46.944 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-30T23:15:46.944 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2023-11-30T23:15:47.228 DEBUG:teuthology.parallel:result is None 2023-11-30T23:15:47.228 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-11-30T23:15:47.241 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-11-30T23:15:47.241 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2023-11-30T23:15:47.241 DEBUG:teuthology.orchestra.run.smithi129:> dd if=/scratch_devs of=/dev/stdout 2023-11-30T23:15:47.261 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-30T23:15:47.261 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/vg_nvme/lv_1 2023-11-30T23:15:47.321 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-30T23:15:47.321 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-30T23:15:47.321 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 6h/6d Inode: 389925 Links: 1 2023-11-30T23:15:47.321 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-30T23:15:47.321 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:device_t:s0 2023-11-30T23:15:47.322 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2023-11-30 23:15:44.894588226 +0000 2023-11-30T23:15:47.322 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2023-11-30 23:14:48.779892755 +0000 2023-11-30T23:15:47.322 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2023-11-30 23:14:48.779892755 +0000 2023-11-30T23:15:47.322 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: - 2023-11-30T23:15:47.322 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-30T23:15:47.388 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2023-11-30T23:15:47.388 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2023-11-30T23:15:47.388 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.000234751 s, 2.2 MB/s 2023-11-30T23:15:47.390 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-30T23:15:47.451 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/vg_nvme/lv_2 2023-11-30T23:15:47.509 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-30T23:15:47.509 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-30T23:15:47.510 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 6h/6d Inode: 391026 Links: 1 2023-11-30T23:15:47.510 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-30T23:15:47.510 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:device_t:s0 2023-11-30T23:15:47.510 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2023-11-30 23:15:44.894588226 +0000 2023-11-30T23:15:47.510 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2023-11-30 23:14:49.273882051 +0000 2023-11-30T23:15:47.510 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2023-11-30 23:14:49.273882051 +0000 2023-11-30T23:15:47.510 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: - 2023-11-30T23:15:47.510 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-30T23:15:47.578 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2023-11-30T23:15:47.578 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2023-11-30T23:15:47.578 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.000215421 s, 2.4 MB/s 2023-11-30T23:15:47.578 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-30T23:15:47.638 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/vg_nvme/lv_3 2023-11-30T23:15:47.695 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-30T23:15:47.695 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-30T23:15:47.695 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 6h/6d Inode: 391116 Links: 1 2023-11-30T23:15:47.696 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-30T23:15:47.696 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:device_t:s0 2023-11-30T23:15:47.696 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2023-11-30 23:15:44.894588226 +0000 2023-11-30T23:15:47.696 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2023-11-30 23:14:49.792870805 +0000 2023-11-30T23:15:47.696 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2023-11-30 23:14:49.792870805 +0000 2023-11-30T23:15:47.696 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: - 2023-11-30T23:15:47.696 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-30T23:15:47.761 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2023-11-30T23:15:47.761 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2023-11-30T23:15:47.761 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.000207202 s, 2.5 MB/s 2023-11-30T23:15:47.762 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-30T23:15:47.820 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/vg_nvme/lv_4 2023-11-30T23:15:47.878 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-30T23:15:47.878 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-30T23:15:47.878 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 6h/6d Inode: 397560 Links: 1 2023-11-30T23:15:47.878 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-30T23:15:47.878 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:device_t:s0 2023-11-30T23:15:47.878 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2023-11-30 23:15:44.894588226 +0000 2023-11-30T23:15:47.879 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2023-11-30 23:14:50.318859407 +0000 2023-11-30T23:15:47.879 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2023-11-30 23:14:50.318859407 +0000 2023-11-30T23:15:47.879 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: - 2023-11-30T23:15:47.879 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-30T23:15:47.943 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2023-11-30T23:15:47.944 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2023-11-30T23:15:47.944 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.0002723 s, 1.9 MB/s 2023-11-30T23:15:47.945 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-30T23:15:48.003 DEBUG:teuthology.orchestra.run.smithi129:> 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 2023-11-30T23:15:48.133 INFO:teuthology.orchestra.run.smithi129.stdout:loop 2023-11-30T23:15:48.134 INFO:tasks.nvme_loop:Connecting nvme_loop smithi129:/dev/vg_nvme/lv_1... 2023-11-30T23:15:48.134 DEBUG:teuthology.orchestra.run.smithi129:> 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 2023-11-30T23:15:48.168 INFO:teuthology.orchestra.run.smithi129.stdout:1 2023-11-30T23:15:48.202 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/vg_nvme/lv_11 2023-11-30T23:15:48.240 INFO:tasks.nvme_loop:Connecting nvme_loop smithi129:/dev/vg_nvme/lv_2... 2023-11-30T23:15:48.241 DEBUG:teuthology.orchestra.run.smithi129:> 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 2023-11-30T23:15:48.318 INFO:teuthology.orchestra.run.smithi129.stdout:1 2023-11-30T23:15:48.351 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/vg_nvme/lv_21 2023-11-30T23:15:48.388 INFO:tasks.nvme_loop:Connecting nvme_loop smithi129:/dev/vg_nvme/lv_3... 2023-11-30T23:15:48.388 DEBUG:teuthology.orchestra.run.smithi129:> 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 2023-11-30T23:15:48.463 INFO:teuthology.orchestra.run.smithi129.stdout:1 2023-11-30T23:15:48.495 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/vg_nvme/lv_31 2023-11-30T23:15:48.532 INFO:tasks.nvme_loop:Connecting nvme_loop smithi129:/dev/vg_nvme/lv_4... 2023-11-30T23:15:48.533 DEBUG:teuthology.orchestra.run.smithi129:> 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 2023-11-30T23:15:48.608 INFO:teuthology.orchestra.run.smithi129.stdout:1 2023-11-30T23:15:48.641 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/vg_nvme/lv_41 2023-11-30T23:15:48.678 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2023-11-30T23:15:48.678 DEBUG:teuthology.orchestra.run.smithi129:> dd if=/scratch_devs of=/dev/stdout 2023-11-30T23:15:48.736 DEBUG:teuthology.orchestra.run.smithi129:> sudo nvme list 2023-11-30T23:15:48.802 INFO:teuthology.orchestra.run.smithi129.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-30T23:15:48.803 INFO:teuthology.orchestra.run.smithi129.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-30T23:15:48.803 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/nvme0n1 CVFT623300HY400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-30T23:15:48.803 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/nvme1n1 3ebc98cfea1606000327 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-30T23:15:48.803 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/nvme2n1 836a62dc841be988072e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-30T23:15:48.803 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/nvme3n1 0fb6fcb50cd077d78a6b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-30T23:15:48.803 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/nvme4n1 bd1ce635f23370917a15 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-30T23:15:48.804 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-30T23:15:48.804 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2023-11-30T23:15:48.804 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/scratch_devs 2023-11-30T23:15:48.870 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2023-11-30T23:15:48.870 DEBUG:teuthology.orchestra.run.smithi170:> dd if=/scratch_devs of=/dev/stdout 2023-11-30T23:15:48.893 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-30T23:15:48.893 DEBUG:teuthology.orchestra.run.smithi170:> stat /dev/vg_nvme/lv_1 2023-11-30T23:15:48.954 INFO:teuthology.orchestra.run.smithi170.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-30T23:15:48.955 INFO:teuthology.orchestra.run.smithi170.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-30T23:15:48.955 INFO:teuthology.orchestra.run.smithi170.stdout:Device: 6h/6d Inode: 396528 Links: 1 2023-11-30T23:15:48.955 INFO:teuthology.orchestra.run.smithi170.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-30T23:15:48.955 INFO:teuthology.orchestra.run.smithi170.stdout:Context: system_u:object_r:device_t:s0 2023-11-30T23:15:48.955 INFO:teuthology.orchestra.run.smithi170.stdout:Access: 2023-11-30 23:15:45.730604853 +0000 2023-11-30T23:15:48.955 INFO:teuthology.orchestra.run.smithi170.stdout:Modify: 2023-11-30 23:14:48.546533667 +0000 2023-11-30T23:15:48.955 INFO:teuthology.orchestra.run.smithi170.stdout:Change: 2023-11-30 23:14:48.546533667 +0000 2023-11-30T23:15:48.955 INFO:teuthology.orchestra.run.smithi170.stdout: Birth: - 2023-11-30T23:15:48.955 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-30T23:15:49.025 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records in 2023-11-30T23:15:49.025 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records out 2023-11-30T23:15:49.025 INFO:teuthology.orchestra.run.smithi170.stderr:512 bytes copied, 0.000125902 s, 4.1 MB/s 2023-11-30T23:15:49.026 DEBUG:teuthology.orchestra.run.smithi170:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-30T23:15:49.086 DEBUG:teuthology.orchestra.run.smithi170:> stat /dev/vg_nvme/lv_2 2023-11-30T23:15:49.147 INFO:teuthology.orchestra.run.smithi170.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-30T23:15:49.147 INFO:teuthology.orchestra.run.smithi170.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-30T23:15:49.147 INFO:teuthology.orchestra.run.smithi170.stdout:Device: 6h/6d Inode: 386970 Links: 1 2023-11-30T23:15:49.147 INFO:teuthology.orchestra.run.smithi170.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-30T23:15:49.147 INFO:teuthology.orchestra.run.smithi170.stdout:Context: system_u:object_r:device_t:s0 2023-11-30T23:15:49.147 INFO:teuthology.orchestra.run.smithi170.stdout:Access: 2023-11-30 23:15:45.730604853 +0000 2023-11-30T23:15:49.147 INFO:teuthology.orchestra.run.smithi170.stdout:Modify: 2023-11-30 23:14:49.070521663 +0000 2023-11-30T23:15:49.147 INFO:teuthology.orchestra.run.smithi170.stdout:Change: 2023-11-30 23:14:49.070521663 +0000 2023-11-30T23:15:49.147 INFO:teuthology.orchestra.run.smithi170.stdout: Birth: - 2023-11-30T23:15:49.148 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-30T23:15:49.214 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records in 2023-11-30T23:15:49.214 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records out 2023-11-30T23:15:49.215 INFO:teuthology.orchestra.run.smithi170.stderr:512 bytes copied, 0.000109531 s, 4.7 MB/s 2023-11-30T23:15:49.215 DEBUG:teuthology.orchestra.run.smithi170:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-30T23:15:49.276 DEBUG:teuthology.orchestra.run.smithi170:> stat /dev/vg_nvme/lv_3 2023-11-30T23:15:49.335 INFO:teuthology.orchestra.run.smithi170.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-30T23:15:49.335 INFO:teuthology.orchestra.run.smithi170.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-30T23:15:49.335 INFO:teuthology.orchestra.run.smithi170.stdout:Device: 6h/6d Inode: 391631 Links: 1 2023-11-30T23:15:49.335 INFO:teuthology.orchestra.run.smithi170.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-30T23:15:49.335 INFO:teuthology.orchestra.run.smithi170.stdout:Context: system_u:object_r:device_t:s0 2023-11-30T23:15:49.335 INFO:teuthology.orchestra.run.smithi170.stdout:Access: 2023-11-30 23:15:45.730604853 +0000 2023-11-30T23:15:49.335 INFO:teuthology.orchestra.run.smithi170.stdout:Modify: 2023-11-30 23:14:49.584509889 +0000 2023-11-30T23:15:49.335 INFO:teuthology.orchestra.run.smithi170.stdout:Change: 2023-11-30 23:14:49.584509889 +0000 2023-11-30T23:15:49.335 INFO:teuthology.orchestra.run.smithi170.stdout: Birth: - 2023-11-30T23:15:49.335 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-30T23:15:49.401 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records in 2023-11-30T23:15:49.402 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records out 2023-11-30T23:15:49.402 INFO:teuthology.orchestra.run.smithi170.stderr:512 bytes copied, 0.000101675 s, 5.0 MB/s 2023-11-30T23:15:49.403 DEBUG:teuthology.orchestra.run.smithi170:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-30T23:15:49.463 DEBUG:teuthology.orchestra.run.smithi170:> stat /dev/vg_nvme/lv_4 2023-11-30T23:15:49.521 INFO:teuthology.orchestra.run.smithi170.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-30T23:15:49.521 INFO:teuthology.orchestra.run.smithi170.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-30T23:15:49.521 INFO:teuthology.orchestra.run.smithi170.stdout:Device: 6h/6d Inode: 397688 Links: 1 2023-11-30T23:15:49.521 INFO:teuthology.orchestra.run.smithi170.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-30T23:15:49.521 INFO:teuthology.orchestra.run.smithi170.stdout:Context: system_u:object_r:device_t:s0 2023-11-30T23:15:49.521 INFO:teuthology.orchestra.run.smithi170.stdout:Access: 2023-11-30 23:15:45.730604853 +0000 2023-11-30T23:15:49.521 INFO:teuthology.orchestra.run.smithi170.stdout:Modify: 2023-11-30 23:14:50.134497291 +0000 2023-11-30T23:15:49.521 INFO:teuthology.orchestra.run.smithi170.stdout:Change: 2023-11-30 23:14:50.134497291 +0000 2023-11-30T23:15:49.521 INFO:teuthology.orchestra.run.smithi170.stdout: Birth: - 2023-11-30T23:15:49.522 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-30T23:15:49.586 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records in 2023-11-30T23:15:49.586 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records out 2023-11-30T23:15:49.587 INFO:teuthology.orchestra.run.smithi170.stderr:512 bytes copied, 0.000104014 s, 4.9 MB/s 2023-11-30T23:15:49.587 DEBUG:teuthology.orchestra.run.smithi170:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-30T23:15:49.648 DEBUG:teuthology.orchestra.run.smithi170:> 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 2023-11-30T23:15:49.788 INFO:teuthology.orchestra.run.smithi170.stdout:loop 2023-11-30T23:15:49.789 INFO:tasks.nvme_loop:Connecting nvme_loop smithi170:/dev/vg_nvme/lv_1... 2023-11-30T23:15:49.789 DEBUG:teuthology.orchestra.run.smithi170:> 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 2023-11-30T23:15:49.824 INFO:teuthology.orchestra.run.smithi170.stdout:1 2023-11-30T23:15:49.857 INFO:teuthology.orchestra.run.smithi170.stdout:/dev/vg_nvme/lv_11 2023-11-30T23:15:49.896 INFO:tasks.nvme_loop:Connecting nvme_loop smithi170:/dev/vg_nvme/lv_2... 2023-11-30T23:15:49.896 DEBUG:teuthology.orchestra.run.smithi170:> 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 2023-11-30T23:15:49.972 INFO:teuthology.orchestra.run.smithi170.stdout:1 2023-11-30T23:15:50.004 INFO:teuthology.orchestra.run.smithi170.stdout:/dev/vg_nvme/lv_21 2023-11-30T23:15:50.041 INFO:tasks.nvme_loop:Connecting nvme_loop smithi170:/dev/vg_nvme/lv_3... 2023-11-30T23:15:50.042 DEBUG:teuthology.orchestra.run.smithi170:> 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 2023-11-30T23:15:50.117 INFO:teuthology.orchestra.run.smithi170.stdout:1 2023-11-30T23:15:50.150 INFO:teuthology.orchestra.run.smithi170.stdout:/dev/vg_nvme/lv_31 2023-11-30T23:15:50.186 INFO:tasks.nvme_loop:Connecting nvme_loop smithi170:/dev/vg_nvme/lv_4... 2023-11-30T23:15:50.187 DEBUG:teuthology.orchestra.run.smithi170:> 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 2023-11-30T23:15:50.262 INFO:teuthology.orchestra.run.smithi170.stdout:1 2023-11-30T23:15:50.297 INFO:teuthology.orchestra.run.smithi170.stdout:/dev/vg_nvme/lv_41 2023-11-30T23:15:50.332 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2023-11-30T23:15:50.333 DEBUG:teuthology.orchestra.run.smithi170:> dd if=/scratch_devs of=/dev/stdout 2023-11-30T23:15:50.392 DEBUG:teuthology.orchestra.run.smithi170:> sudo nvme list 2023-11-30T23:15:50.458 INFO:teuthology.orchestra.run.smithi170.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-30T23:15:50.458 INFO:teuthology.orchestra.run.smithi170.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-30T23:15:50.458 INFO:teuthology.orchestra.run.smithi170.stdout:/dev/nvme0n1 PHMB7476002R480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2023-11-30T23:15:50.458 INFO:teuthology.orchestra.run.smithi170.stdout:/dev/nvme1n1 ab113d2a4af5bd608ece Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-30T23:15:50.458 INFO:teuthology.orchestra.run.smithi170.stdout:/dev/nvme2n1 0153c561532e7e3e6306 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-30T23:15:50.459 INFO:teuthology.orchestra.run.smithi170.stdout:/dev/nvme3n1 f4c24642405f1faaaf3f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-30T23:15:50.459 INFO:teuthology.orchestra.run.smithi170.stdout:/dev/nvme4n1 27562559f7c581044bd4 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-30T23:15:50.459 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-30T23:15:50.460 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2023-11-30T23:15:50.460 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/scratch_devs 2023-11-30T23:15:50.527 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-30T23:15:50.626 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': '875037c4c0585d32b171b61f9b83f482e6b73b3d'} 2023-11-30T23:15:50.626 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-11-30T23:15:50.627 INFO:tasks.cephadm:Cluster fsid is 66d8114a-8fd6-11ee-95a2-87774f69a715 2023-11-30T23:15:50.628 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-30T23:15:50.628 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-30T23:15:50.628 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi129': '172.21.15.129', 'mon.smithi170': '172.21.15.170'} 2023-11-30T23:15:50.628 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-30T23:15:50.628 DEBUG:teuthology.orchestra.run.smithi129:> sudo hostname $(hostname -s) 2023-11-30T23:15:50.664 DEBUG:teuthology.orchestra.run.smithi170:> sudo hostname $(hostname -s) 2023-11-30T23:15:50.692 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-11-30T23:15:50.692 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-11-30T23:15:50.928 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '875037c4c0585d32b171b61f9b83f482e6b73b3d', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic/74575/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.0.0-7662-g875037c4', 'node_name': '172.21.5.31+adami01', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic', 'package_manager_version': '18.0.0-7662.g875037c4'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2023-11-30 18:26:27.278881', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-phlogistonjohn-testing-2023-11-30-1010', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2023-11-30T23:15:51.141 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-phlogistonjohn-testing-2023-11-30-1010, sha1 875037c4c0585d32b171b61f9b83f482e6b73b3d from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-11-30T23:15:51.141 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/x86_64/flavors/default/cephadm 2023-11-30T23:15:51.141 DEBUG:teuthology.orchestra.run.smithi129:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-30T23:15:52.516 INFO:teuthology.orchestra.run.smithi129.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2171037 Nov 30 23:15 /home/ubuntu/cephtest/cephadm 2023-11-30T23:15:52.517 DEBUG:teuthology.orchestra.run.smithi170:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-30T23:15:52.957 INFO:teuthology.orchestra.run.smithi170.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2171037 Nov 30 23:15 /home/ubuntu/cephtest/cephadm 2023-11-30T23:15:52.957 DEBUG:teuthology.orchestra.run.smithi129:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-30T23:15:52.980 DEBUG:teuthology.orchestra.run.smithi170:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-30T23:15:53.012 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d on all hosts... 2023-11-30T23:15:53.012 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull 2023-11-30T23:15:53.022 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull 2023-11-30T23:15:53.096 INFO:teuthology.orchestra.run.smithi129.stderr:Traceback (most recent call last): 2023-11-30T23:15:53.097 INFO:teuthology.orchestra.run.smithi129.stderr: File "/usr/lib64/python3.6/runpy.py", line 185, in _run_module_as_main 2023-11-30T23:15:53.097 INFO:teuthology.orchestra.run.smithi129.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-11-30T23:15:53.097 INFO:teuthology.orchestra.run.smithi129.stderr: File "/usr/lib64/python3.6/runpy.py", line 219, in _get_main_module_details 2023-11-30T23:15:53.097 INFO:teuthology.orchestra.run.smithi129.stderr: return _get_module_details(main_name) 2023-11-30T23:15:53.097 INFO:teuthology.orchestra.run.smithi129.stderr: File "/usr/lib64/python3.6/runpy.py", line 128, in _get_module_details 2023-11-30T23:15:53.097 INFO:teuthology.orchestra.run.smithi129.stderr: spec = importlib.util.find_spec(mod_name) 2023-11-30T23:15:53.097 INFO:teuthology.orchestra.run.smithi129.stderr: File "/usr/lib64/python3.6/importlib/util.py", line 91, in find_spec 2023-11-30T23:15:53.097 INFO:teuthology.orchestra.run.smithi129.stderr: return _find_spec(fullname, None) 2023-11-30T23:15:53.097 INFO:teuthology.orchestra.run.smithi129.stderr: File "", line 894, in _find_spec 2023-11-30T23:15:53.097 INFO:teuthology.orchestra.run.smithi129.stderr: File "", line 1157, in find_spec 2023-11-30T23:15:53.097 INFO:teuthology.orchestra.run.smithi129.stderr: File "", line 1131, in _get_spec 2023-11-30T23:15:53.097 INFO:teuthology.orchestra.run.smithi129.stderr: File "", line 1112, in _legacy_get_spec 2023-11-30T23:15:53.097 INFO:teuthology.orchestra.run.smithi129.stderr: File "", line 441, in spec_from_loader 2023-11-30T23:15:53.097 INFO:teuthology.orchestra.run.smithi129.stderr: File "", line 544, in spec_from_file_location 2023-11-30T23:15:53.098 INFO:teuthology.orchestra.run.smithi129.stderr: File "/home/ubuntu/cephtest/cephadm/__main__.py", line 4341 2023-11-30T23:15:53.098 INFO:teuthology.orchestra.run.smithi129.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-11-30T23:15:53.098 INFO:teuthology.orchestra.run.smithi129.stderr: ^ 2023-11-30T23:15:53.098 INFO:teuthology.orchestra.run.smithi129.stderr:SyntaxError: invalid syntax 2023-11-30T23:15:53.100 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T23:15:53.101 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 433, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi129 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull' 2023-11-30T23:15:53.102 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-30T23:15:53.104 DEBUG:teuthology.misc:Transferring archived files from smithi129:/var/lib/ceph/66d8114a-8fd6-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472915/remote/smithi129/crash 2023-11-30T23:15:53.105 DEBUG:teuthology.orchestra.run.smithi129:> sudo tar c -f - -C /var/lib/ceph/66d8114a-8fd6-11ee-95a2-87774f69a715/crash -- . 2023-11-30T23:15:53.126 INFO:teuthology.orchestra.run.smithi170.stderr:Traceback (most recent call last): 2023-11-30T23:15:53.126 INFO:teuthology.orchestra.run.smithi170.stderr: File "/usr/lib64/python3.6/runpy.py", line 185, in _run_module_as_main 2023-11-30T23:15:53.126 INFO:teuthology.orchestra.run.smithi170.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-11-30T23:15:53.126 INFO:teuthology.orchestra.run.smithi170.stderr: File "/usr/lib64/python3.6/runpy.py", line 219, in _get_main_module_details 2023-11-30T23:15:53.126 INFO:teuthology.orchestra.run.smithi170.stderr: return _get_module_details(main_name) 2023-11-30T23:15:53.126 INFO:teuthology.orchestra.run.smithi170.stderr: File "/usr/lib64/python3.6/runpy.py", line 128, in _get_module_details 2023-11-30T23:15:53.126 INFO:teuthology.orchestra.run.smithi170.stderr: spec = importlib.util.find_spec(mod_name) 2023-11-30T23:15:53.126 INFO:teuthology.orchestra.run.smithi170.stderr: File "/usr/lib64/python3.6/importlib/util.py", line 91, in find_spec 2023-11-30T23:15:53.126 INFO:teuthology.orchestra.run.smithi170.stderr: return _find_spec(fullname, None) 2023-11-30T23:15:53.126 INFO:teuthology.orchestra.run.smithi170.stderr: File "", line 894, in _find_spec 2023-11-30T23:15:53.126 INFO:teuthology.orchestra.run.smithi170.stderr: File "", line 1157, in find_spec 2023-11-30T23:15:53.127 INFO:teuthology.orchestra.run.smithi170.stderr: File "", line 1131, in _get_spec 2023-11-30T23:15:53.127 INFO:teuthology.orchestra.run.smithi170.stderr: File "", line 1112, in _legacy_get_spec 2023-11-30T23:15:53.127 INFO:teuthology.orchestra.run.smithi170.stderr: File "", line 441, in spec_from_loader 2023-11-30T23:15:53.127 INFO:teuthology.orchestra.run.smithi170.stderr: File "", line 544, in spec_from_file_location 2023-11-30T23:15:53.127 INFO:teuthology.orchestra.run.smithi170.stderr: File "/home/ubuntu/cephtest/cephadm/__main__.py", line 4341 2023-11-30T23:15:53.127 INFO:teuthology.orchestra.run.smithi170.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-11-30T23:15:53.127 INFO:teuthology.orchestra.run.smithi170.stderr: ^ 2023-11-30T23:15:53.127 INFO:teuthology.orchestra.run.smithi170.stderr:SyntaxError: invalid syntax 2023-11-30T23:15:53.140 INFO:teuthology.orchestra.run.smithi129.stderr:tar: /var/lib/ceph/66d8114a-8fd6-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-11-30T23:15:53.140 INFO:teuthology.orchestra.run.smithi129.stderr:tar: Error is not recoverable: exiting now 2023-11-30T23:15:53.142 DEBUG:teuthology.misc:Transferring archived files from smithi170:/var/lib/ceph/66d8114a-8fd6-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472915/remote/smithi170/crash 2023-11-30T23:15:53.142 DEBUG:teuthology.orchestra.run.smithi170:> sudo tar c -f - -C /var/lib/ceph/66d8114a-8fd6-11ee-95a2-87774f69a715/crash -- . 2023-11-30T23:15:53.174 INFO:teuthology.orchestra.run.smithi170.stderr:tar: /var/lib/ceph/66d8114a-8fd6-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-11-30T23:15:53.175 INFO:teuthology.orchestra.run.smithi170.stderr:tar: Error is not recoverable: exiting now 2023-11-30T23:15:53.176 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-30T23:15:53.176 DEBUG:teuthology.orchestra.run.smithi129:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/66d8114a-8fd6-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-30T23:15:53.209 INFO:teuthology.orchestra.run.smithi129.stderr:grep: /var/log/ceph/66d8114a-8fd6-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-11-30T23:15:53.215 INFO:tasks.cephadm:Compressing logs... 2023-11-30T23:15:53.215 DEBUG:teuthology.orchestra.run.smithi129:> 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 -- 2023-11-30T23:15:53.257 DEBUG:teuthology.orchestra.run.smithi170:> 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 -- 2023-11-30T23:15:53.282 INFO:teuthology.orchestra.run.smithi129.stderr:find: ‘/var/log/ceph’: No such file or directory 2023-11-30T23:15:53.282 INFO:teuthology.orchestra.run.smithi129.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-11-30T23:15:53.284 INFO:teuthology.orchestra.run.smithi129.stderr: 2023-11-30T23:15:53.284 INFO:teuthology.orchestra.run.smithi129.stderr:real 0m0.012s 2023-11-30T23:15:53.284 INFO:teuthology.orchestra.run.smithi129.stderr:user 0m0.009s 2023-11-30T23:15:53.284 INFO:teuthology.orchestra.run.smithi129.stderr:sys 0m0.010s 2023-11-30T23:15:53.286 INFO:teuthology.orchestra.run.smithi170.stderr:find: ‘/var/log/ceph’: No such file or directory 2023-11-30T23:15:53.286 INFO:teuthology.orchestra.run.smithi170.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-11-30T23:15:53.288 INFO:teuthology.orchestra.run.smithi170.stderr: 2023-11-30T23:15:53.288 INFO:teuthology.orchestra.run.smithi170.stderr:real 0m0.012s 2023-11-30T23:15:53.288 INFO:teuthology.orchestra.run.smithi170.stderr:user 0m0.008s 2023-11-30T23:15:53.288 INFO:teuthology.orchestra.run.smithi170.stderr:sys 0m0.011s 2023-11-30T23:15:53.288 INFO:tasks.cephadm:Archiving logs... 2023-11-30T23:15:53.288 DEBUG:teuthology.misc:Transferring archived files from smithi129:/var/log/ceph to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472915/remote/smithi129/log 2023-11-30T23:15:53.289 DEBUG:teuthology.orchestra.run.smithi129:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-30T23:15:53.350 INFO:teuthology.orchestra.run.smithi129.stderr:tar: /var/log/ceph: Cannot open: No such file or directory 2023-11-30T23:15:53.351 INFO:teuthology.orchestra.run.smithi129.stderr:tar: Error is not recoverable: exiting now 2023-11-30T23:15:53.351 DEBUG:teuthology.misc:Transferring archived files from smithi170:/var/log/ceph to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472915/remote/smithi170/log 2023-11-30T23:15:53.352 DEBUG:teuthology.orchestra.run.smithi170:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-30T23:15:53.380 INFO:teuthology.orchestra.run.smithi170.stderr:tar: /var/log/ceph: Cannot open: No such file or directory 2023-11-30T23:15:53.380 INFO:teuthology.orchestra.run.smithi170.stderr:tar: Error is not recoverable: exiting now 2023-11-30T23:15:53.381 INFO:tasks.cephadm:Removing cluster... 2023-11-30T23:15:53.381 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 66d8114a-8fd6-11ee-95a2-87774f69a715 --force 2023-11-30T23:15:53.447 INFO:teuthology.orchestra.run.smithi129.stderr:Traceback (most recent call last): 2023-11-30T23:15:53.447 INFO:teuthology.orchestra.run.smithi129.stderr: File "/usr/lib64/python3.6/runpy.py", line 185, in _run_module_as_main 2023-11-30T23:15:53.447 INFO:teuthology.orchestra.run.smithi129.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-11-30T23:15:53.447 INFO:teuthology.orchestra.run.smithi129.stderr: File "/usr/lib64/python3.6/runpy.py", line 219, in _get_main_module_details 2023-11-30T23:15:53.447 INFO:teuthology.orchestra.run.smithi129.stderr: return _get_module_details(main_name) 2023-11-30T23:15:53.447 INFO:teuthology.orchestra.run.smithi129.stderr: File "/usr/lib64/python3.6/runpy.py", line 128, in _get_module_details 2023-11-30T23:15:53.447 INFO:teuthology.orchestra.run.smithi129.stderr: spec = importlib.util.find_spec(mod_name) 2023-11-30T23:15:53.447 INFO:teuthology.orchestra.run.smithi129.stderr: File "/usr/lib64/python3.6/importlib/util.py", line 91, in find_spec 2023-11-30T23:15:53.448 INFO:teuthology.orchestra.run.smithi129.stderr: return _find_spec(fullname, None) 2023-11-30T23:15:53.448 INFO:teuthology.orchestra.run.smithi129.stderr: File "", line 894, in _find_spec 2023-11-30T23:15:53.448 INFO:teuthology.orchestra.run.smithi129.stderr: File "", line 1157, in find_spec 2023-11-30T23:15:53.448 INFO:teuthology.orchestra.run.smithi129.stderr: File "", line 1131, in _get_spec 2023-11-30T23:15:53.448 INFO:teuthology.orchestra.run.smithi129.stderr: File "", line 1112, in _legacy_get_spec 2023-11-30T23:15:53.448 INFO:teuthology.orchestra.run.smithi129.stderr: File "", line 441, in spec_from_loader 2023-11-30T23:15:53.448 INFO:teuthology.orchestra.run.smithi129.stderr: File "", line 544, in spec_from_file_location 2023-11-30T23:15:53.448 INFO:teuthology.orchestra.run.smithi129.stderr: File "/home/ubuntu/cephtest/cephadm/__main__.py", line 4341 2023-11-30T23:15:53.448 INFO:teuthology.orchestra.run.smithi129.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-11-30T23:15:53.448 INFO:teuthology.orchestra.run.smithi129.stderr: ^ 2023-11-30T23:15:53.448 INFO:teuthology.orchestra.run.smithi129.stderr:SyntaxError: invalid syntax 2023-11-30T23:15:53.450 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T23:15:53.451 INFO:tasks.cephadm:Teardown complete 2023-11-30T23:15:53.451 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 138, in download_cephadm yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 433, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi129 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 1720, 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_f2de108beb0a6dde7f3e6c96039071828a1f6269/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-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 1635, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 46, in nested if exit(*exc): 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-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 140, in download_cephadm _rm_cluster(ctx, cluster_name) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 259, in _rm_cluster ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi129 with status 1: 'sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 66d8114a-8fd6-11ee-95a2-87774f69a715 --force' 2023-11-30T23:15:54.942 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=23ddba7121b9440ebe8c68a1c0cc998e Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 138, in download_cephadm yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 433, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi129 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 1720, 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_f2de108beb0a6dde7f3e6c96039071828a1f6269/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-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 1635, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 46, in nested if exit(*exc): 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-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 140, in download_cephadm _rm_cluster(ctx, cluster_name) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 259, in _rm_cluster ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi129 with status 1: 'sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 66d8114a-8fd6-11ee-95a2-87774f69a715 --force' 2023-11-30T23:15:54.950 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-30T23:15:54.959 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-11-30T23:15:54.985 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi129:/dev/vg_nvme/lv_1... 2023-11-30T23:15:54.985 DEBUG:teuthology.orchestra.run.smithi129:> sudo nvme disconnect -n lv_1 2023-11-30T23:15:55.110 INFO:teuthology.orchestra.run.smithi129.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-30T23:15:55.113 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T23:15:55.115 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi129:/dev/vg_nvme/lv_2... 2023-11-30T23:15:55.115 DEBUG:teuthology.orchestra.run.smithi129:> sudo nvme disconnect -n lv_2 2023-11-30T23:15:55.238 INFO:teuthology.orchestra.run.smithi129.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-30T23:15:55.239 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T23:15:55.239 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi129:/dev/vg_nvme/lv_3... 2023-11-30T23:15:55.239 DEBUG:teuthology.orchestra.run.smithi129:> sudo nvme disconnect -n lv_3 2023-11-30T23:15:55.360 INFO:teuthology.orchestra.run.smithi129.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-30T23:15:55.361 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T23:15:55.362 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi129:/dev/vg_nvme/lv_4... 2023-11-30T23:15:55.362 DEBUG:teuthology.orchestra.run.smithi129:> sudo nvme disconnect -n lv_4 2023-11-30T23:15:55.495 INFO:teuthology.orchestra.run.smithi129.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-30T23:15:55.496 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T23:15:55.496 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2023-11-30T23:15:55.496 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/scratch_devs 2023-11-30T23:15:55.526 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi170:/dev/vg_nvme/lv_1... 2023-11-30T23:15:55.526 DEBUG:teuthology.orchestra.run.smithi170:> sudo nvme disconnect -n lv_1 2023-11-30T23:15:55.662 INFO:teuthology.orchestra.run.smithi170.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-30T23:15:55.664 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T23:15:55.664 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi170:/dev/vg_nvme/lv_2... 2023-11-30T23:15:55.664 DEBUG:teuthology.orchestra.run.smithi170:> sudo nvme disconnect -n lv_2 2023-11-30T23:15:55.791 INFO:teuthology.orchestra.run.smithi170.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-30T23:15:55.792 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T23:15:55.793 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi170:/dev/vg_nvme/lv_3... 2023-11-30T23:15:55.793 DEBUG:teuthology.orchestra.run.smithi170:> sudo nvme disconnect -n lv_3 2023-11-30T23:15:55.917 INFO:teuthology.orchestra.run.smithi170.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-30T23:15:55.919 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T23:15:55.919 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi170:/dev/vg_nvme/lv_4... 2023-11-30T23:15:55.919 DEBUG:teuthology.orchestra.run.smithi170:> sudo nvme disconnect -n lv_4 2023-11-30T23:15:56.049 INFO:teuthology.orchestra.run.smithi170.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-30T23:15:56.050 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T23:15:56.051 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2023-11-30T23:15:56.051 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/scratch_devs 2023-11-30T23:15:56.081 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-30T23:15:56.091 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-30T23:15:56.092 DEBUG:teuthology.orchestra.run.smithi129:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-30T23:15:56.095 DEBUG:teuthology.orchestra.run.smithi170:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-30T23:15:56.113 INFO:teuthology.orchestra.run.smithi129.stderr:bash: ntpq: command not found 2023-11-30T23:15:56.118 INFO:teuthology.orchestra.run.smithi129.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-30T23:15:56.119 INFO:teuthology.orchestra.run.smithi129.stdout:=============================================================================== 2023-11-30T23:15:56.119 INFO:teuthology.orchestra.run.smithi129.stdout:^+ hv01.front.sepia.ceph.com 2 6 17 20 +949us[ +957us] +/- 76ms 2023-11-30T23:15:56.119 INFO:teuthology.orchestra.run.smithi129.stdout:^* hv02.front.sepia.ceph.com 3 6 17 19 +103us[ +111us] +/- 54ms 2023-11-30T23:15:56.119 INFO:teuthology.orchestra.run.smithi129.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 19 -1094us[-1087us] +/- 78ms 2023-11-30T23:15:56.119 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T23:15:56.140 INFO:teuthology.orchestra.run.smithi170.stderr:bash: ntpq: command not found 2023-11-30T23:15:56.145 INFO:teuthology.orchestra.run.smithi170.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-30T23:15:56.145 INFO:teuthology.orchestra.run.smithi170.stdout:=============================================================================== 2023-11-30T23:15:56.145 INFO:teuthology.orchestra.run.smithi170.stdout:^+ hv01.front.sepia.ceph.com 2 6 17 19 +952us[ +952us] +/- 76ms 2023-11-30T23:15:56.146 INFO:teuthology.orchestra.run.smithi170.stdout:^* hv02.front.sepia.ceph.com 3 6 17 19 +95us[ +91us] +/- 54ms 2023-11-30T23:15:56.146 INFO:teuthology.orchestra.run.smithi170.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 19 -1098us[-1102us] +/- 78ms 2023-11-30T23:15:56.146 INFO:teuthology.orchestra.run.smithi170.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T23:15:56.147 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-30T23:15:56.158 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-30T23:15:56.158 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-30T23:15:56.175 DEBUG:teuthology.orchestra.run.smithi129:> 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 2023-11-30T23:15:56.270 DEBUG:teuthology.orchestra.run.smithi170:> 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 2023-11-30T23:15:56.367 DEBUG:teuthology.orchestra.run.smithi129:> 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 2023-11-30T23:15:56.400 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T23:15:56.401 DEBUG:teuthology.orchestra.run.smithi170:> 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 2023-11-30T23:15:56.433 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T23:15:56.434 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-30T23:15:56.443 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-30T23:15:56.469 INFO:teuthology.task.internal:Duration was 479.966895 seconds 2023-11-30T23:15:56.469 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-30T23:15:56.507 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-30T23:15:56.508 DEBUG:teuthology.orchestra.run.smithi129:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-30T23:15:56.510 DEBUG:teuthology.orchestra.run.smithi170:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-30T23:15:56.557 INFO:teuthology.orchestra.run.smithi129.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-30T23:15:56.558 INFO:teuthology.orchestra.run.smithi170.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-30T23:15:56.882 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-30T23:15:56.883 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi129.front.sepia.ceph.com 2023-11-30T23:15:56.883 DEBUG:teuthology.orchestra.run.smithi129:> 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 2023-11-30T23:15:56.908 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi170.front.sepia.ceph.com 2023-11-30T23:15:56.908 DEBUG:teuthology.orchestra.run.smithi170:> 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 2023-11-30T23:15:56.933 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-30T23:15:56.933 DEBUG:teuthology.orchestra.run.smithi129:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-30T23:15:56.951 DEBUG:teuthology.orchestra.run.smithi170:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-30T23:15:57.012 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-30T23:15:57.012 DEBUG:teuthology.orchestra.run.smithi129:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-30T23:15:57.032 DEBUG:teuthology.orchestra.run.smithi170:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-30T23:15:57.116 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-30T23:15:57.126 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-30T23:15:57.127 DEBUG:teuthology.orchestra.run.smithi129:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-30T23:15:57.154 DEBUG:teuthology.orchestra.run.smithi170:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-30T23:15:57.181 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-30T23:15:57.193 DEBUG:teuthology.orchestra.run.smithi129:> 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 2023-11-30T23:15:57.196 DEBUG:teuthology.orchestra.run.smithi170:> 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 2023-11-30T23:15:57.219 INFO:teuthology.orchestra.run.smithi129.stdout:kernel.core_pattern = core 2023-11-30T23:15:57.247 INFO:teuthology.orchestra.run.smithi170.stdout:kernel.core_pattern = core 2023-11-30T23:15:57.296 DEBUG:teuthology.orchestra.run.smithi129:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-30T23:15:57.312 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T23:15:57.313 DEBUG:teuthology.orchestra.run.smithi170:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-30T23:15:57.353 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T23:15:57.354 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-30T23:15:57.364 INFO:teuthology.task.internal:Transferring archived files... 2023-11-30T23:15:57.365 DEBUG:teuthology.misc:Transferring archived files from smithi129:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472915/remote/smithi129 2023-11-30T23:15:57.365 DEBUG:teuthology.orchestra.run.smithi129:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-30T23:15:57.403 DEBUG:teuthology.misc:Transferring archived files from smithi170:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472915/remote/smithi170 2023-11-30T23:15:57.406 DEBUG:teuthology.orchestra.run.smithi170:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-30T23:15:57.446 INFO:teuthology.task.internal:Removing archive directory... 2023-11-30T23:15:57.447 DEBUG:teuthology.orchestra.run.smithi129:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-30T23:15:57.449 DEBUG:teuthology.orchestra.run.smithi170:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-30T23:15:57.498 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-30T23:15:57.509 INFO:teuthology.task.internal:Not uploading archives. 2023-11-30T23:15:57.510 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-30T23:15:57.547 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-30T23:15:57.548 DEBUG:teuthology.orchestra.run.smithi129:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-30T23:15:57.550 DEBUG:teuthology.orchestra.run.smithi170:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-30T23:15:57.565 INFO:teuthology.orchestra.run.smithi129.stdout: 526080 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 30 23:15 /home/ubuntu/cephtest 2023-11-30T23:15:57.565 INFO:teuthology.orchestra.run.smithi129.stdout: 525357 2124 -rwxrwxr-x 1 ubuntu ubuntu 2171037 Nov 30 23:15 /home/ubuntu/cephtest/cephadm 2023-11-30T23:15:57.566 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T23:15:57.567 INFO:teuthology.orchestra.run.smithi129.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2023-11-30T23:15:57.567 ERROR:teuthology.run_tasks:Manager failed: internal.base Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/internal/__init__.py", line 53, in base run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi129 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-11-30T23:15:57.572 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-30T23:15:57.582 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-30T23:15:57.593 DEBUG:teuthology.run_tasks:Exception was not quenched, exiting: CommandFailedError: Command failed on smithi129 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-11-30T23:15:57.593 INFO:teuthology.nuke:Checking targets against current locks 2023-11-30T23:15:57.600 INFO:teuthology.orchestra.run.smithi170.stdout: 525836 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 30 23:15 /home/ubuntu/cephtest 2023-11-30T23:15:57.600 INFO:teuthology.orchestra.run.smithi170.stdout: 525357 2124 -rwxrwxr-x 1 ubuntu ubuntu 2171037 Nov 30 23:15 /home/ubuntu/cephtest/cephadm 2023-11-30T23:15:57.601 INFO:teuthology.orchestra.run.smithi170.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2023-11-30T23:15:57.628 DEBUG:teuthology.nuke:shortname: smithi129 2023-11-30T23:15:57.629 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-30T23:15:57.654 DEBUG:teuthology.nuke:shortname: smithi170 2023-11-30T23:15:57.654 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-30T23:15:57.657 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi129.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472915', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-30 22:59:51.509905', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGzN5xI5y/huFW2HJ2o73ils002wVOrXJDa76z0gV+1eRFf9CFcZUd2bqL5z9HRBq9qXiCeIHdKqqlnI8xc0Hck='} 2023-11-30T23:15:57.684 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi170.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472915', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-30 22:59:51.508012', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKshNBkRQuJrp99GkoqzNclBsl6HfobxqKpnkPK2ZqFI3t8TbF1oKkQUw0xkHijfyvIy74CxiqJxjJaWWpOHEo4='} 2023-11-30T23:15:57.719 INFO:teuthology.orchestra.console.smithi129:Power off 2023-11-30T23:15:57.719 DEBUG:teuthology.orchestra.console.smithi129:pexpect command: ipmitool -H smithi129.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-30T23:15:57.750 DEBUG:teuthology.orchestra.console.smithi129:power off output: Chassis Power Control: Down/Off 2023-11-30T23:15:57.751 DEBUG:teuthology.orchestra.console.smithi129:pexpect command: ipmitool -H smithi129.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-30T23:15:57.770 INFO:teuthology.orchestra.console.smithi170:Power off 2023-11-30T23:15:57.770 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-30T23:15:57.784 DEBUG:teuthology.orchestra.console.smithi129:check power output: Chassis Power is on 2023-11-30T23:15:57.793 DEBUG:teuthology.orchestra.console.smithi170:power off output: Chassis Power Control: Down/Off 2023-11-30T23:15:57.793 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-30T23:15:57.819 DEBUG:teuthology.orchestra.console.smithi170:check power output: Chassis Power is on 2023-11-30T23:16:01.784 DEBUG:teuthology.orchestra.console.smithi129:pexpect command: ipmitool -H smithi129.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-30T23:16:01.820 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-30T23:16:01.895 DEBUG:teuthology.orchestra.console.smithi129:check power output: Chassis Power is on 2023-11-30T23:16:01.931 DEBUG:teuthology.orchestra.console.smithi170:check power output: Chassis Power is on 2023-11-30T23:16:05.899 DEBUG:teuthology.orchestra.console.smithi129:pexpect command: ipmitool -H smithi129.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-30T23:16:05.932 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-30T23:16:06.008 DEBUG:teuthology.orchestra.console.smithi129:check power output: Chassis Power is off 2023-11-30T23:16:06.042 DEBUG:teuthology.orchestra.console.smithi170:check power output: Chassis Power is off 2023-11-30T23:16:06.110 INFO:teuthology.orchestra.console.smithi129:Power off completed 2023-11-30T23:16:06.144 INFO:teuthology.orchestra.console.smithi170:Power off completed 2023-11-30T23:16:06.249 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools_crun 0-nvme-loop 1-start 2-services/nfs-haproxy-proto 3-final} duration: 479.96689462661743 failure_reason: 'Command failed on smithi129 with status 1: ''sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 66d8114a-8fd6-11ee-95a2-87774f69a715 --force''' owner: scheduled_phlogistonjohn@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=23ddba7121b9440ebe8c68a1c0cc998e status: fail success: false 2023-11-30T23:16:06.249 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-30T23:16:06.340 INFO:teuthology.run:FAIL