2024-06-30T12:52:19.380 INFO:root:teuthology version: 0.0.1.dev303+g861a8dc 2024-06-30T12:52:19.380 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749591 --owner scheduled_teuthology@teuthology --verbose --name teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi --description orch/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-services/client-keyring 3-final} -- /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749591/orig.config.yaml 2024-06-30T12:52:19.412 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-30T12:52:19.492 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749591 branch: reef description: orch/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-services/client-keyring 3-final} email: ceph-qa@ceph.com first_in_suite: false job_id: '7749591' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: rhel os_version: '8.6' overrides: admin_socket: branch: reef 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: f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: reef sha1: 16b16b98599950a27899283412b0a32cd03699ac owner: scheduled_teuthology@teuthology priority: 930 repo: https://git.ceph.com/ceph.git roles: - - host.a - client.0 - - host.b - client.1 seed: 9459 sha1: f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 sleep_before_teardown: 0 subset: 38/64 suite: orch suite_branch: reef suite_path: /home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 16b16b98599950a27899283412b0a32cd03699ac targets: smithi137.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJtZmtum5nKHGZDZxYeo78ovRLxPW2Q0GqPrvXr50AVYAQSuCC/9R4ubdQRh5Tel7ZX+dJQAGk6WJGdjWFTI/wU= smithi148.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNfSezqyEmz9dNMr4dRCb8jDipFyPYMUKIcW3s4Qzk9cq07JSyRyKkhg3fGs5OGwYCMgP1PtWexNoCQTJ/6uyBY= 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:3.0 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - cephadm.shell: host.a: - ceph orch host label add `hostname` foo - ceph auth get-or-create client.foo mon 'allow r' - ceph orch client-keyring set client.foo label:foo --mode 770 --owner 11111:22222 - exec: host.a: - while ! test -e /etc/ceph/ceph.client.foo.keyring ; do sleep 1 ; done - ls -al /etc/ceph/ceph.client.foo.keyring | grep rwxrwx--- - ls -al /etc/ceph/ceph.client.foo.keyring | grep 11111 - ls -al /etc/ceph/ceph.client.foo.keyring | grep 22222 - test -e /etc/ceph/ceph.conf - exec: host.b: - test ! -e /etc/ceph/ceph.client.foo.keyring - cephadm.shell: host.b: - ceph orch host label add `hostname` foo - exec: host.b: - while ! test -e /etc/ceph/ceph.client.foo.keyring ; do sleep 1 ; done - ls -al /etc/ceph/ceph.client.foo.keyring | grep rwxrwx--- - ls -al /etc/ceph/ceph.client.foo.keyring | grep 11111 - ls -al /etc/ceph/ceph.client.foo.keyring | grep 22222 - cephadm.shell: host.b: - ceph orch host label rm `hostname` foo - exec: host.b: - while test -e /etc/ceph/ceph.client.foo.keyring ; do sleep 1 ; done - exec: host.a: - test -e /etc/ceph/ceph.client.foo.keyring - cephadm.shell: host.a: - ceph orch client-keyring rm client.foo - exec: host.a: - while test -e /etc/ceph/ceph.client.foo.keyring ; do sleep 1 ; done - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 861a8dcf7aa816a26e13f039336f7ed0a9aec0fa timestamp: 2024-06-10_22:08:02 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2698093 2024-06-30T12:52:19.492 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa; will attempt to use it 2024-06-30T12:52:19.493 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks 2024-06-30T12:52:19.493 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-06-30T12:52:19.494 INFO:teuthology.task.internal:Checking packages... 2024-06-30T12:52:19.515 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'f1abf795f4fc15bf2f30ac90c811a53ab21d5d65' 2024-06-30T12:52:19.515 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-06-30T12:52:19.515 INFO:teuthology.packaging:ref: None 2024-06-30T12:52:19.515 INFO:teuthology.packaging:tag: None 2024-06-30T12:52:19.515 INFO:teuthology.packaging:branch: reef 2024-06-30T12:52:19.515 INFO:teuthology.packaging:sha1: f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 2024-06-30T12:52:19.515 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=reef 2024-06-30T12:52:19.792 INFO:teuthology.task.internal:Found packages for ceph version 18.2.3-0 2024-06-30T12:52:19.793 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-06-30T12:52:19.799 INFO:teuthology.task.internal:no buildpackages task found 2024-06-30T12:52:19.799 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-06-30T12:52:19.830 INFO:teuthology.task.internal:Saving configuration 2024-06-30T12:52:19.843 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-06-30T12:52:19.849 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-06-30T12:52:19.875 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi137.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749591', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-06-30 12:47:15.425785', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJtZmtum5nKHGZDZxYeo78ovRLxPW2Q0GqPrvXr50AVYAQSuCC/9R4ubdQRh5Tel7ZX+dJQAGk6WJGdjWFTI/wU='} 2024-06-30T12:52:19.900 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi148.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749591', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-06-30 12:47:15.427051', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNfSezqyEmz9dNMr4dRCb8jDipFyPYMUKIcW3s4Qzk9cq07JSyRyKkhg3fGs5OGwYCMgP1PtWexNoCQTJ/6uyBY='} 2024-06-30T12:52:19.900 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-06-30T12:52:19.906 INFO:teuthology.task.internal:roles: ubuntu@smithi137.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-06-30T12:52:19.906 INFO:teuthology.task.internal:roles: ubuntu@smithi148.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-06-30T12:52:19.906 INFO:teuthology.run_tasks:Running task console_log... 2024-06-30T12:52:19.965 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fe56aeb7ac0>, signals=[15]) 2024-06-30T12:52:19.965 INFO:teuthology.run_tasks:Running task internal.connect... 2024-06-30T12:52:19.972 INFO:teuthology.task.internal:Opening connections... 2024-06-30T12:52:19.972 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi137.front.sepia.ceph.com 2024-06-30T12:52:19.974 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:52:20.071 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi148.front.sepia.ceph.com 2024-06-30T12:52:20.072 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:52:20.163 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-06-30T12:52:20.171 DEBUG:teuthology.orchestra.run.smithi137:> uname -m 2024-06-30T12:52:20.192 INFO:teuthology.orchestra.run.smithi137.stdout:x86_64 2024-06-30T12:52:20.192 DEBUG:teuthology.orchestra.run.smithi137:> cat /etc/os-release 2024-06-30T12:52:20.248 INFO:teuthology.orchestra.run.smithi137.stdout:NAME="Red Hat Enterprise Linux" 2024-06-30T12:52:20.248 INFO:teuthology.orchestra.run.smithi137.stdout:VERSION="8.6 (Ootpa)" 2024-06-30T12:52:20.249 INFO:teuthology.orchestra.run.smithi137.stdout:ID="rhel" 2024-06-30T12:52:20.249 INFO:teuthology.orchestra.run.smithi137.stdout:ID_LIKE="fedora" 2024-06-30T12:52:20.249 INFO:teuthology.orchestra.run.smithi137.stdout:VERSION_ID="8.6" 2024-06-30T12:52:20.249 INFO:teuthology.orchestra.run.smithi137.stdout:PLATFORM_ID="platform:el8" 2024-06-30T12:52:20.249 INFO:teuthology.orchestra.run.smithi137.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-06-30T12:52:20.249 INFO:teuthology.orchestra.run.smithi137.stdout:ANSI_COLOR="0;31" 2024-06-30T12:52:20.249 INFO:teuthology.orchestra.run.smithi137.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-06-30T12:52:20.249 INFO:teuthology.orchestra.run.smithi137.stdout:HOME_URL="https://www.redhat.com/" 2024-06-30T12:52:20.249 INFO:teuthology.orchestra.run.smithi137.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-06-30T12:52:20.249 INFO:teuthology.orchestra.run.smithi137.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-06-30T12:52:20.250 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-06-30T12:52:20.250 INFO:teuthology.orchestra.run.smithi137.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-06-30T12:52:20.250 INFO:teuthology.orchestra.run.smithi137.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-06-30T12:52:20.250 INFO:teuthology.orchestra.run.smithi137.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-06-30T12:52:20.250 INFO:teuthology.orchestra.run.smithi137.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-06-30T12:52:20.251 INFO:teuthology.lock.ops:Updating smithi137.front.sepia.ceph.com on lock server 2024-06-30T12:52:20.278 DEBUG:teuthology.orchestra.run.smithi148:> uname -m 2024-06-30T12:52:20.299 INFO:teuthology.orchestra.run.smithi148.stdout:x86_64 2024-06-30T12:52:20.300 DEBUG:teuthology.orchestra.run.smithi148:> cat /etc/os-release 2024-06-30T12:52:20.359 INFO:teuthology.orchestra.run.smithi148.stdout:NAME="Red Hat Enterprise Linux" 2024-06-30T12:52:20.359 INFO:teuthology.orchestra.run.smithi148.stdout:VERSION="8.6 (Ootpa)" 2024-06-30T12:52:20.359 INFO:teuthology.orchestra.run.smithi148.stdout:ID="rhel" 2024-06-30T12:52:20.360 INFO:teuthology.orchestra.run.smithi148.stdout:ID_LIKE="fedora" 2024-06-30T12:52:20.360 INFO:teuthology.orchestra.run.smithi148.stdout:VERSION_ID="8.6" 2024-06-30T12:52:20.360 INFO:teuthology.orchestra.run.smithi148.stdout:PLATFORM_ID="platform:el8" 2024-06-30T12:52:20.360 INFO:teuthology.orchestra.run.smithi148.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-06-30T12:52:20.360 INFO:teuthology.orchestra.run.smithi148.stdout:ANSI_COLOR="0;31" 2024-06-30T12:52:20.360 INFO:teuthology.orchestra.run.smithi148.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-06-30T12:52:20.360 INFO:teuthology.orchestra.run.smithi148.stdout:HOME_URL="https://www.redhat.com/" 2024-06-30T12:52:20.360 INFO:teuthology.orchestra.run.smithi148.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-06-30T12:52:20.360 INFO:teuthology.orchestra.run.smithi148.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-06-30T12:52:20.360 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-06-30T12:52:20.361 INFO:teuthology.orchestra.run.smithi148.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-06-30T12:52:20.361 INFO:teuthology.orchestra.run.smithi148.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-06-30T12:52:20.361 INFO:teuthology.orchestra.run.smithi148.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-06-30T12:52:20.361 INFO:teuthology.orchestra.run.smithi148.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-06-30T12:52:20.361 INFO:teuthology.lock.ops:Updating smithi148.front.sepia.ceph.com on lock server 2024-06-30T12:52:20.386 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-06-30T12:52:20.394 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-06-30T12:52:20.400 INFO:teuthology.task.internal:Checking for old test directory... 2024-06-30T12:52:20.400 DEBUG:teuthology.orchestra.run.smithi137:> test '!' -e /home/ubuntu/cephtest 2024-06-30T12:52:20.403 DEBUG:teuthology.orchestra.run.smithi148:> test '!' -e /home/ubuntu/cephtest 2024-06-30T12:52:20.422 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-06-30T12:52:20.428 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-06-30T12:52:20.428 DEBUG:teuthology.orchestra.run.smithi137:> test -z $(ls -A /var/lib/ceph) 2024-06-30T12:52:20.460 DEBUG:teuthology.orchestra.run.smithi148:> test -z $(ls -A /var/lib/ceph) 2024-06-30T12:52:20.486 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-06-30T12:52:20.544 INFO:teuthology.run_tasks:Running task kernel... 2024-06-30T12:52:20.558 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-06-30T12:52:20.558 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-06-30T12:52:20.558 DEBUG:teuthology.orchestra.run.smithi137:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-30T12:52:20.559 DEBUG:teuthology.orchestra.run.smithi148:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-30T12:52:20.576 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:52:20.577 DEBUG:teuthology.orchestra.run.smithi148:> uname -r 2024-06-30T12:52:20.577 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:52:20.578 DEBUG:teuthology.orchestra.run.smithi137:> uname -r 2024-06-30T12:52:20.635 INFO:teuthology.orchestra.run.smithi148.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-06-30T12:52:20.635 INFO:teuthology.task.kernel:Running kernel on smithi148: 4.18.0-513.9.1.el8_9.x86_64 2024-06-30T12:52:20.635 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum install -y kernel 2024-06-30T12:52:20.636 INFO:teuthology.orchestra.run.smithi137.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-06-30T12:52:20.637 INFO:teuthology.task.kernel:Running kernel on smithi137: 4.18.0-513.9.1.el8_9.x86_64 2024-06-30T12:52:20.637 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum install -y kernel 2024-06-30T12:52:22.160 INFO:teuthology.orchestra.run.smithi137.stdout:Updating Subscription Management repositories. 2024-06-30T12:52:22.160 INFO:teuthology.orchestra.run.smithi137.stdout:Unable to read consumer identity 2024-06-30T12:52:22.237 INFO:teuthology.orchestra.run.smithi148.stdout:Updating Subscription Management repositories. 2024-06-30T12:52:22.237 INFO:teuthology.orchestra.run.smithi148.stdout:Unable to read consumer identity 2024-06-30T12:52:22.484 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-06-30T12:52:22.484 INFO:teuthology.orchestra.run.smithi137.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-06-30T12:52:22.484 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-06-30T12:52:22.491 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-06-30T12:52:22.492 INFO:teuthology.orchestra.run.smithi148.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-06-30T12:52:22.492 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-06-30T12:52:24.142 INFO:teuthology.orchestra.run.smithi137.stdout:Copr repo for python3-asyncssh owned by ceph 18 kB/s | 3.5 kB 00:00 2024-06-30T12:52:24.253 INFO:teuthology.orchestra.run.smithi148.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2024-06-30T12:52:24.612 INFO:teuthology.orchestra.run.smithi137.stdout:Extra Packages for Enterprise Linux 31 MB/s | 14 MB 00:00 2024-06-30T12:52:25.041 INFO:teuthology.orchestra.run.smithi148.stdout:Extra Packages for Enterprise Linux 18 MB/s | 14 MB 00:00 2024-06-30T12:52:28.743 INFO:teuthology.orchestra.run.smithi137.stdout:lab-extras 464 kB/s | 24 kB 00:00 2024-06-30T12:52:29.106 INFO:teuthology.orchestra.run.smithi148.stdout:lab-extras 591 kB/s | 24 kB 00:00 2024-06-30T12:52:29.495 INFO:teuthology.orchestra.run.smithi137.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-06-30T12:52:29.496 INFO:teuthology.orchestra.run.smithi137.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-06-30T12:52:29.580 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-06-30T12:52:29.582 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2024-06-30T12:52:29.582 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-06-30T12:52:29.718 DEBUG:teuthology.orchestra.run.smithi137:> echo no | sudo yum reinstall kernel || true 2024-06-30T12:52:29.875 INFO:teuthology.orchestra.run.smithi148.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-06-30T12:52:29.875 INFO:teuthology.orchestra.run.smithi148.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-06-30T12:52:29.945 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-06-30T12:52:29.946 INFO:teuthology.orchestra.run.smithi148.stdout:Nothing to do. 2024-06-30T12:52:29.946 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-06-30T12:52:30.097 INFO:teuthology.orchestra.run.smithi137.stdout:Updating Subscription Management repositories. 2024-06-30T12:52:30.097 INFO:teuthology.orchestra.run.smithi137.stdout:Unable to read consumer identity 2024-06-30T12:52:30.097 DEBUG:teuthology.orchestra.run.smithi148:> echo no | sudo yum reinstall kernel || true 2024-06-30T12:52:30.387 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-06-30T12:52:30.387 INFO:teuthology.orchestra.run.smithi137.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-06-30T12:52:30.388 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-06-30T12:52:30.436 INFO:teuthology.orchestra.run.smithi148.stdout:Updating Subscription Management repositories. 2024-06-30T12:52:30.436 INFO:teuthology.orchestra.run.smithi148.stdout:Unable to read consumer identity 2024-06-30T12:52:30.669 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-06-30T12:52:30.670 INFO:teuthology.orchestra.run.smithi148.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-06-30T12:52:30.670 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-06-30T12:52:30.699 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:00:02 ago on Sun 30 Jun 2024 12:52:28 PM UTC. 2024-06-30T12:52:30.782 INFO:teuthology.orchestra.run.smithi137.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-06-30T12:52:30.786 INFO:teuthology.orchestra.run.smithi137.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-06-30T12:52:30.844 INFO:teuthology.orchestra.run.smithi137.stderr:Error: No packages marked for reinstall. 2024-06-30T12:52:30.892 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum reinstall -y kernel || true 2024-06-30T12:52:30.985 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:00:01 ago on Sun 30 Jun 2024 12:52:29 PM UTC. 2024-06-30T12:52:31.069 INFO:teuthology.orchestra.run.smithi148.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-06-30T12:52:31.070 INFO:teuthology.orchestra.run.smithi148.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-06-30T12:52:31.116 INFO:teuthology.orchestra.run.smithi148.stderr:Error: No packages marked for reinstall. 2024-06-30T12:52:31.164 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum reinstall -y kernel || true 2024-06-30T12:52:31.230 INFO:teuthology.orchestra.run.smithi137.stdout:Updating Subscription Management repositories. 2024-06-30T12:52:31.231 INFO:teuthology.orchestra.run.smithi137.stdout:Unable to read consumer identity 2024-06-30T12:52:31.462 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-06-30T12:52:31.462 INFO:teuthology.orchestra.run.smithi137.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-06-30T12:52:31.462 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-06-30T12:52:31.505 INFO:teuthology.orchestra.run.smithi148.stdout:Updating Subscription Management repositories. 2024-06-30T12:52:31.505 INFO:teuthology.orchestra.run.smithi148.stdout:Unable to read consumer identity 2024-06-30T12:52:31.696 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-06-30T12:52:31.696 INFO:teuthology.orchestra.run.smithi148.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-06-30T12:52:31.696 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-06-30T12:52:31.763 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:00:03 ago on Sun 30 Jun 2024 12:52:28 PM UTC. 2024-06-30T12:52:31.827 INFO:teuthology.orchestra.run.smithi137.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-06-30T12:52:31.827 INFO:teuthology.orchestra.run.smithi137.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-06-30T12:52:31.860 INFO:teuthology.orchestra.run.smithi137.stderr:Error: No packages marked for reinstall. 2024-06-30T12:52:31.907 DEBUG:teuthology.orchestra.run.smithi137:> rpm -q kernel | sort -rV | head -n 1 2024-06-30T12:52:31.998 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:00:02 ago on Sun 30 Jun 2024 12:52:29 PM UTC. 2024-06-30T12:52:32.062 INFO:teuthology.orchestra.run.smithi148.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-06-30T12:52:32.063 INFO:teuthology.orchestra.run.smithi148.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-06-30T12:52:32.070 INFO:teuthology.orchestra.run.smithi137.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-06-30T12:52:32.070 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-06-30T12:52:32.070 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-06-30T12:52:32.070 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-06-30T12:52:32.070 DEBUG:teuthology.orchestra.run.smithi137:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-06-30T12:52:32.104 INFO:teuthology.orchestra.run.smithi148.stderr:Error: No packages marked for reinstall. 2024-06-30T12:52:32.105 INFO:teuthology.orchestra.run.smithi137.stdout:ttyS1 2024-06-30T12:52:32.117 DEBUG:teuthology.parallel:result is None 2024-06-30T12:52:32.151 DEBUG:teuthology.orchestra.run.smithi148:> rpm -q kernel | sort -rV | head -n 1 2024-06-30T12:52:32.315 INFO:teuthology.orchestra.run.smithi148.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-06-30T12:52:32.316 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-06-30T12:52:32.316 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-06-30T12:52:32.316 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-06-30T12:52:32.316 DEBUG:teuthology.orchestra.run.smithi148:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-06-30T12:52:32.348 INFO:teuthology.orchestra.run.smithi148.stdout:ttyS1 2024-06-30T12:52:32.361 DEBUG:teuthology.parallel:result is None 2024-06-30T12:52:32.361 INFO:teuthology.run_tasks:Running task internal.base... 2024-06-30T12:52:32.378 INFO:teuthology.task.internal:Creating test directory... 2024-06-30T12:52:32.378 DEBUG:teuthology.orchestra.run.smithi137:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-06-30T12:52:32.380 DEBUG:teuthology.orchestra.run.smithi148:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-06-30T12:52:32.418 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-06-30T12:52:32.424 INFO:teuthology.run_tasks:Running task internal.archive... 2024-06-30T12:52:32.464 INFO:teuthology.task.internal:Creating archive directory... 2024-06-30T12:52:32.464 DEBUG:teuthology.orchestra.run.smithi137:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-06-30T12:52:32.466 DEBUG:teuthology.orchestra.run.smithi148:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-06-30T12:52:32.493 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-06-30T12:52:32.499 INFO:teuthology.task.internal:Enabling coredump saving... 2024-06-30T12:52:32.500 DEBUG:teuthology.orchestra.run.smithi137:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-06-30T12:52:32.533 DEBUG:teuthology.orchestra.run.smithi148:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-06-30T12:52:32.561 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-30T12:52:32.569 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-30T12:52:32.572 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-30T12:52:32.580 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-30T12:52:32.581 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-06-30T12:52:32.588 INFO:teuthology.task.internal:Configuring sudo... 2024-06-30T12:52:32.589 DEBUG:teuthology.orchestra.run.smithi137:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-06-30T12:52:32.616 DEBUG:teuthology.orchestra.run.smithi148:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-06-30T12:52:32.648 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-06-30T12:52:32.658 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-06-30T12:52:32.659 DEBUG:teuthology.orchestra.run.smithi137:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-06-30T12:52:32.684 DEBUG:teuthology.orchestra.run.smithi148:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-06-30T12:52:32.705 DEBUG:teuthology.orchestra.run.smithi137:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-06-30T12:52:32.783 DEBUG:teuthology.orchestra.run.smithi137:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-06-30T12:52:32.831 DEBUG:teuthology.orchestra.run.smithi137:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-06-30T12:52:32.913 DEBUG:teuthology.orchestra.run.smithi137:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-06-30T12:52:32.957 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-06-30T12:52:32.957 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-06-30T12:52:33.024 DEBUG:teuthology.orchestra.run.smithi148:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-06-30T12:52:33.066 DEBUG:teuthology.orchestra.run.smithi148:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-06-30T12:52:33.115 DEBUG:teuthology.orchestra.run.smithi148:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-06-30T12:52:33.193 DEBUG:teuthology.orchestra.run.smithi148:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-06-30T12:52:33.241 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-06-30T12:52:33.241 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-06-30T12:52:33.307 DEBUG:teuthology.orchestra.run.smithi137:> sudo service rsyslog restart 2024-06-30T12:52:33.310 DEBUG:teuthology.orchestra.run.smithi148:> sudo service rsyslog restart 2024-06-30T12:52:33.351 INFO:teuthology.orchestra.run.smithi137.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-06-30T12:52:33.388 INFO:teuthology.orchestra.run.smithi148.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-06-30T12:52:33.811 INFO:teuthology.run_tasks:Running task internal.timer... 2024-06-30T12:52:33.819 INFO:teuthology.task.internal:Starting timer... 2024-06-30T12:52:33.819 INFO:teuthology.run_tasks:Running task pcp... 2024-06-30T12:52:33.829 INFO:teuthology.run_tasks:Running task selinux... 2024-06-30T12:52:33.838 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-06-30T12:52:33.838 DEBUG:teuthology.orchestra.run.smithi137:> sudo service auditd rotate 2024-06-30T12:52:33.899 INFO:teuthology.orchestra.run.smithi137.stdout:Rotating logs: 2024-06-30T12:52:33.900 DEBUG:teuthology.orchestra.run.smithi148:> sudo service auditd rotate 2024-06-30T12:52:33.969 INFO:teuthology.orchestra.run.smithi148.stdout:Rotating logs: 2024-06-30T12:52:33.971 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-06-30T12:52:33.971 DEBUG:teuthology.orchestra.run.smithi137:> /usr/sbin/getenforce 2024-06-30T12:52:33.997 INFO:teuthology.orchestra.run.smithi137.stdout:Permissive 2024-06-30T12:52:33.998 DEBUG:teuthology.orchestra.run.smithi148:> /usr/sbin/getenforce 2024-06-30T12:52:34.018 INFO:teuthology.orchestra.run.smithi148.stdout:Permissive 2024-06-30T12:52:34.019 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi137.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi148.front.sepia.ceph.com': 'permissive'} 2024-06-30T12:52:34.019 DEBUG:teuthology.orchestra.run.smithi137:> 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 2024-06-30T12:52:34.065 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:52:34.065 DEBUG:teuthology.orchestra.run.smithi148:> 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 2024-06-30T12:52:34.093 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:52:34.093 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-06-30T12:52:34.094 DEBUG:teuthology.orchestra.run.smithi137:> sudo /usr/sbin/setenforce permissive 2024-06-30T12:52:34.132 DEBUG:teuthology.orchestra.run.smithi148:> sudo /usr/sbin/setenforce permissive 2024-06-30T12:52:34.160 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-06-30T12:52:34.171 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-06-30T12:52:34.182 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-06-30T12:52:34.183 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi137.front.sepia.ceph.com,smithi148.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-06-30T13:02:39.926 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi137.front.sepia.ceph.com'), Remote(name='ubuntu@smithi148.front.sepia.ceph.com')] 2024-06-30T13:02:39.928 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-06-30T13:02:39.929 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T13:02:40.006 DEBUG:teuthology.orchestra.run.smithi137:> true 2024-06-30T13:02:40.077 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-06-30T13:02:40.077 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-06-30T13:02:40.078 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T13:02:40.149 DEBUG:teuthology.orchestra.run.smithi148:> true 2024-06-30T13:02:40.215 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-06-30T13:02:40.215 INFO:teuthology.run_tasks:Running task clock... 2024-06-30T13:02:40.229 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-06-30T13:02:40.229 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-06-30T13:02:40.230 DEBUG:teuthology.orchestra.run.smithi137:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-30T13:02:40.233 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-06-30T13:02:40.233 DEBUG:teuthology.orchestra.run.smithi148:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-30T13:02:40.268 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-06-30T13:02:40.284 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-06-30T13:02:40.286 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-06-30T13:02:40.301 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-06-30T13:02:40.351 INFO:teuthology.orchestra.run.smithi137.stderr:sudo: ntpd: command not found 2024-06-30T13:02:40.363 INFO:teuthology.orchestra.run.smithi137.stdout:506 Cannot talk to daemon 2024-06-30T13:02:40.375 INFO:teuthology.orchestra.run.smithi148.stderr:sudo: ntpd: command not found 2024-06-30T13:02:40.378 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-06-30T13:02:40.387 INFO:teuthology.orchestra.run.smithi148.stdout:506 Cannot talk to daemon 2024-06-30T13:02:40.393 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-06-30T13:02:40.402 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-06-30T13:02:40.416 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-06-30T13:02:40.459 INFO:teuthology.orchestra.run.smithi137.stderr:bash: ntpq: command not found 2024-06-30T13:02:40.463 INFO:teuthology.orchestra.run.smithi137.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-06-30T13:02:40.463 INFO:teuthology.orchestra.run.smithi137.stdout:=============================================================================== 2024-06-30T13:02:40.463 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-30T13:02:40.463 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-30T13:02:40.463 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-30T13:02:40.463 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-30T13:02:40.487 INFO:teuthology.orchestra.run.smithi148.stderr:bash: ntpq: command not found 2024-06-30T13:02:40.490 INFO:teuthology.orchestra.run.smithi148.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-06-30T13:02:40.490 INFO:teuthology.orchestra.run.smithi148.stdout:=============================================================================== 2024-06-30T13:02:40.490 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-30T13:02:40.490 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-30T13:02:40.490 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-30T13:02:40.490 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-30T13:02:40.491 INFO:teuthology.run_tasks:Running task pexec... 2024-06-30T13:02:40.501 INFO:teuthology.task.pexec:Executing custom commands... 2024-06-30T13:02:40.501 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi137.front.sepia.ceph.com 2024-06-30T13:02:40.502 DEBUG:teuthology.orchestra.run.smithi137:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-06-30T13:02:40.502 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi148.front.sepia.ceph.com 2024-06-30T13:02:40.502 DEBUG:teuthology.orchestra.run.smithi148:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-06-30T13:02:40.878 INFO:teuthology.orchestra.run.smithi137.stdout:Updating Subscription Management repositories. 2024-06-30T13:02:40.910 INFO:teuthology.orchestra.run.smithi148.stdout:Updating Subscription Management repositories. 2024-06-30T13:02:42.470 INFO:teuthology.orchestra.run.smithi148.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 40 kB/s | 4.5 kB 00:00 2024-06-30T13:02:42.707 INFO:teuthology.orchestra.run.smithi137.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 31 kB/s | 4.1 kB 00:00 2024-06-30T13:02:43.080 INFO:teuthology.orchestra.run.smithi148.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 29 kB/s | 4.1 kB 00:00 2024-06-30T13:02:43.140 INFO:teuthology.orchestra.run.smithi137.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 27 kB/s | 4.5 kB 00:00 2024-06-30T13:02:46.003 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-06-30T13:02:46.004 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-06-30T13:02:46.004 INFO:teuthology.orchestra.run.smithi148.stdout: Package Architecture Version Repository Size 2024-06-30T13:02:46.004 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-06-30T13:02:46.005 INFO:teuthology.orchestra.run.smithi148.stdout:Resetting modules: 2024-06-30T13:02:46.005 INFO:teuthology.orchestra.run.smithi148.stdout: container-tools 2024-06-30T13:02:46.005 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-06-30T13:02:46.005 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-06-30T13:02:46.005 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-06-30T13:02:46.005 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-06-30T13:02:46.189 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-06-30T13:02:46.190 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-06-30T13:02:46.190 INFO:teuthology.orchestra.run.smithi137.stdout: Package Architecture Version Repository Size 2024-06-30T13:02:46.190 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-06-30T13:02:46.190 INFO:teuthology.orchestra.run.smithi137.stdout:Resetting modules: 2024-06-30T13:02:46.190 INFO:teuthology.orchestra.run.smithi137.stdout: container-tools 2024-06-30T13:02:46.190 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-06-30T13:02:46.190 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-06-30T13:02:46.190 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-06-30T13:02:46.190 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-06-30T13:02:54.878 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-06-30T13:02:55.356 INFO:teuthology.orchestra.run.smithi148.stdout:Updating Subscription Management repositories. 2024-06-30T13:02:57.310 INFO:teuthology.orchestra.run.smithi148.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 31 kB/s | 4.5 kB 00:00 2024-06-30T13:02:57.381 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-06-30T13:02:57.839 INFO:teuthology.orchestra.run.smithi137.stdout:Updating Subscription Management repositories. 2024-06-30T13:02:57.939 INFO:teuthology.orchestra.run.smithi148.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 28 kB/s | 4.1 kB 00:00 2024-06-30T13:02:59.783 INFO:teuthology.orchestra.run.smithi137.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 32 kB/s | 4.1 kB 00:00 2024-06-30T13:03:00.187 INFO:teuthology.orchestra.run.smithi137.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 35 kB/s | 4.5 kB 00:00 2024-06-30T13:03:00.711 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-06-30T13:03:00.876 INFO:teuthology.orchestra.run.smithi148.stdout:========================================================================================================================== 2024-06-30T13:03:00.876 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-06-30T13:03:00.876 INFO:teuthology.orchestra.run.smithi148.stdout:========================================================================================================================== 2024-06-30T13:03:00.876 INFO:teuthology.orchestra.run.smithi148.stdout:Installing group/module packages: 2024-06-30T13:03:00.876 INFO:teuthology.orchestra.run.smithi148.stdout: buildah x86_64 1.19.9-6.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.6 M 2024-06-30T13:03:00.876 INFO:teuthology.orchestra.run.smithi148.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2024-06-30T13:03:00.876 INFO:teuthology.orchestra.run.smithi148.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2024-06-30T13:03:00.876 INFO:teuthology.orchestra.run.smithi148.stdout: skopeo x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.2 M 2024-06-30T13:03:00.876 INFO:teuthology.orchestra.run.smithi148.stdout: toolbox x86_64 0.0.99.3-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.2 M 2024-06-30T13:03:00.876 INFO:teuthology.orchestra.run.smithi148.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-06-30T13:03:00.876 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-06-30T13:03:00.876 INFO:teuthology.orchestra.run.smithi148.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-06-30T13:03:00.877 INFO:teuthology.orchestra.run.smithi148.stdout:Downgrading: 2024-06-30T13:03:00.877 INFO:teuthology.orchestra.run.smithi148.stdout: conmon x86_64 2:2.0.26-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-06-30T13:03:00.877 INFO:teuthology.orchestra.run.smithi148.stdout: container-selinux noarch 2:2.189.0-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 55 k 2024-06-30T13:03:00.877 INFO:teuthology.orchestra.run.smithi148.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 19 M 2024-06-30T13:03:00.877 INFO:teuthology.orchestra.run.smithi148.stdout: containers-common x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 91 k 2024-06-30T13:03:00.877 INFO:teuthology.orchestra.run.smithi148.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2024-06-30T13:03:00.877 INFO:teuthology.orchestra.run.smithi148.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 72 k 2024-06-30T13:03:00.877 INFO:teuthology.orchestra.run.smithi148.stdout: libslirp x86_64 4.3.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 69 k 2024-06-30T13:03:00.877 INFO:teuthology.orchestra.run.smithi148.stdout: podman x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 11 M 2024-06-30T13:03:00.877 INFO:teuthology.orchestra.run.smithi148.stdout: podman-catatonit x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 323 k 2024-06-30T13:03:00.877 INFO:teuthology.orchestra.run.smithi148.stdout: podman-docker noarch 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 57 k 2024-06-30T13:03:00.878 INFO:teuthology.orchestra.run.smithi148.stdout: runc x86_64 1.0.0-73.rc95.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.9 M 2024-06-30T13:03:00.878 INFO:teuthology.orchestra.run.smithi148.stdout: slirp4netns x86_64 1.1.8-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-06-30T13:03:00.878 INFO:teuthology.orchestra.run.smithi148.stdout:Installing module profiles: 2024-06-30T13:03:00.878 INFO:teuthology.orchestra.run.smithi148.stdout: container-tools/common 2024-06-30T13:03:00.878 INFO:teuthology.orchestra.run.smithi148.stdout:Enabling module streams: 2024-06-30T13:03:00.878 INFO:teuthology.orchestra.run.smithi148.stdout: container-tools 3.0 2024-06-30T13:03:00.878 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-06-30T13:03:00.878 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-06-30T13:03:00.878 INFO:teuthology.orchestra.run.smithi148.stdout:========================================================================================================================== 2024-06-30T13:03:00.878 INFO:teuthology.orchestra.run.smithi148.stdout:Install 7 Packages 2024-06-30T13:03:00.878 INFO:teuthology.orchestra.run.smithi148.stdout:Downgrade 12 Packages 2024-06-30T13:03:00.878 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-06-30T13:03:00.879 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 50 M 2024-06-30T13:03:00.879 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-06-30T13:03:01.091 INFO:teuthology.orchestra.run.smithi148.stdout:(1/19): conmon-2.0.26-3.module+el8.7.0+16533+44 241 kB/s | 51 kB 00:00 2024-06-30T13:03:01.116 INFO:teuthology.orchestra.run.smithi148.stdout:(2/19): criu-3.15-1.module+el8.7.0+16533+44634e 2.1 MB/s | 511 kB 00:00 2024-06-30T13:03:01.209 INFO:teuthology.orchestra.run.smithi148.stdout:(3/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 615 kB/s | 72 kB 00:00 2024-06-30T13:03:01.234 INFO:teuthology.orchestra.run.smithi148.stdout:(4/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 591 kB/s | 69 kB 00:00 2024-06-30T13:03:01.509 INFO:teuthology.orchestra.run.smithi148.stdout:(5/19): containernetworking-plugins-0.9.1-1.mod 29 MB/s | 19 MB 00:00 2024-06-30T13:03:01.534 INFO:teuthology.orchestra.run.smithi148.stdout:(6/19): podman-docker-3.0.1-15.module+el8.7.0+1 190 kB/s | 57 kB 00:00 2024-06-30T13:03:01.668 INFO:teuthology.orchestra.run.smithi148.stdout:(7/19): container-selinux-2.189.0-1.module+el8. 413 kB/s | 55 kB 00:00 2024-06-30T13:03:01.752 INFO:teuthology.orchestra.run.smithi148.stdout:(8/19): runc-1.0.0-73.rc95.module+el8.7.0+16533 12 MB/s | 2.9 MB 00:00 2024-06-30T13:03:01.777 INFO:teuthology.orchestra.run.smithi148.stdout:(9/19): containers-common-1.2.4-2.module+el8.7. 839 kB/s | 91 kB 00:00 2024-06-30T13:03:01.894 INFO:teuthology.orchestra.run.smithi148.stdout:(10/19): podman-catatonit-3.0.1-15.module+el8.7 2.2 MB/s | 323 kB 00:00 2024-06-30T13:03:01.936 INFO:teuthology.orchestra.run.smithi148.stdout:(11/19): slirp4netns-1.1.8-1.module+el8.7.0+165 323 kB/s | 51 kB 00:00 2024-06-30T13:03:02.045 INFO:teuthology.orchestra.run.smithi148.stdout:(12/19): podman-3.0.1-15.module+el8.7.0+18021+1 13 MB/s | 11 MB 00:00 2024-06-30T13:03:02.069 INFO:teuthology.orchestra.run.smithi148.stdout:(13/19): crun-0.18-3.module+el8.7.0+16533+44634 1.4 MB/s | 185 kB 00:00 2024-06-30T13:03:02.112 INFO:teuthology.orchestra.run.smithi148.stdout:(14/19): cockpit-podman-29-2.module+el8.7.0+165 4.9 MB/s | 1.1 MB 00:00 2024-06-30T13:03:02.270 INFO:teuthology.orchestra.run.smithi148.stdout:(15/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 11 MB/s | 2.2 MB 00:00 2024-06-30T13:03:02.295 INFO:teuthology.orchestra.run.smithi148.stdout:(16/19): udica-0.2.4-1.module+el8.7.0+16533+446 276 kB/s | 51 kB 00:00 2024-06-30T13:03:02.396 INFO:teuthology.orchestra.run.smithi148.stdout:(17/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 18 MB/s | 6.2 MB 00:00 2024-06-30T13:03:02.446 INFO:teuthology.orchestra.run.smithi148.stdout:(18/19): yajl-2.1.0-12.el8.x86_64.rpm 273 kB/s | 41 kB 00:00 2024-06-30T13:03:02.538 INFO:teuthology.orchestra.run.smithi148.stdout:(19/19): buildah-1.19.9-6.module+el8.7.0+16533+ 25 MB/s | 6.6 MB 00:00 2024-06-30T13:03:02.538 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-06-30T13:03:02.538 INFO:teuthology.orchestra.run.smithi148.stdout:Total 30 MB/s | 50 MB 00:01 2024-06-30T13:03:03.025 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-06-30T13:03:03.069 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-06-30T13:03:03.069 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-06-30T13:03:03.222 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-06-30T13:03:03.390 INFO:teuthology.orchestra.run.smithi137.stdout:========================================================================================================================== 2024-06-30T13:03:03.390 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2024-06-30T13:03:03.390 INFO:teuthology.orchestra.run.smithi137.stdout:========================================================================================================================== 2024-06-30T13:03:03.390 INFO:teuthology.orchestra.run.smithi137.stdout:Installing group/module packages: 2024-06-30T13:03:03.390 INFO:teuthology.orchestra.run.smithi137.stdout: buildah x86_64 1.19.9-6.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.6 M 2024-06-30T13:03:03.390 INFO:teuthology.orchestra.run.smithi137.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2024-06-30T13:03:03.390 INFO:teuthology.orchestra.run.smithi137.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2024-06-30T13:03:03.391 INFO:teuthology.orchestra.run.smithi137.stdout: skopeo x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.2 M 2024-06-30T13:03:03.391 INFO:teuthology.orchestra.run.smithi137.stdout: toolbox x86_64 0.0.99.3-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.2 M 2024-06-30T13:03:03.391 INFO:teuthology.orchestra.run.smithi137.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-06-30T13:03:03.391 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2024-06-30T13:03:03.391 INFO:teuthology.orchestra.run.smithi137.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-06-30T13:03:03.391 INFO:teuthology.orchestra.run.smithi137.stdout:Downgrading: 2024-06-30T13:03:03.391 INFO:teuthology.orchestra.run.smithi137.stdout: conmon x86_64 2:2.0.26-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-06-30T13:03:03.391 INFO:teuthology.orchestra.run.smithi137.stdout: container-selinux noarch 2:2.189.0-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 55 k 2024-06-30T13:03:03.391 INFO:teuthology.orchestra.run.smithi137.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 19 M 2024-06-30T13:03:03.391 INFO:teuthology.orchestra.run.smithi137.stdout: containers-common x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 91 k 2024-06-30T13:03:03.391 INFO:teuthology.orchestra.run.smithi137.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2024-06-30T13:03:03.391 INFO:teuthology.orchestra.run.smithi137.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 72 k 2024-06-30T13:03:03.391 INFO:teuthology.orchestra.run.smithi137.stdout: libslirp x86_64 4.3.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 69 k 2024-06-30T13:03:03.392 INFO:teuthology.orchestra.run.smithi137.stdout: podman x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 11 M 2024-06-30T13:03:03.392 INFO:teuthology.orchestra.run.smithi137.stdout: podman-catatonit x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 323 k 2024-06-30T13:03:03.392 INFO:teuthology.orchestra.run.smithi137.stdout: podman-docker noarch 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 57 k 2024-06-30T13:03:03.392 INFO:teuthology.orchestra.run.smithi137.stdout: runc x86_64 1.0.0-73.rc95.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.9 M 2024-06-30T13:03:03.392 INFO:teuthology.orchestra.run.smithi137.stdout: slirp4netns x86_64 1.1.8-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-06-30T13:03:03.392 INFO:teuthology.orchestra.run.smithi137.stdout:Installing module profiles: 2024-06-30T13:03:03.392 INFO:teuthology.orchestra.run.smithi137.stdout: container-tools/common 2024-06-30T13:03:03.392 INFO:teuthology.orchestra.run.smithi137.stdout:Enabling module streams: 2024-06-30T13:03:03.392 INFO:teuthology.orchestra.run.smithi137.stdout: container-tools 3.0 2024-06-30T13:03:03.392 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-06-30T13:03:03.392 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-06-30T13:03:03.392 INFO:teuthology.orchestra.run.smithi137.stdout:========================================================================================================================== 2024-06-30T13:03:03.392 INFO:teuthology.orchestra.run.smithi137.stdout:Install 7 Packages 2024-06-30T13:03:03.392 INFO:teuthology.orchestra.run.smithi137.stdout:Downgrade 12 Packages 2024-06-30T13:03:03.392 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-06-30T13:03:03.393 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 50 M 2024-06-30T13:03:03.393 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-06-30T13:03:03.499 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-06-30T13:03:03.508 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-06-30T13:03:03.599 INFO:teuthology.orchestra.run.smithi137.stdout:(1/19): conmon-2.0.26-3.module+el8.7.0+16533+44 250 kB/s | 51 kB 00:00 2024-06-30T13:03:03.624 INFO:teuthology.orchestra.run.smithi137.stdout:(2/19): criu-3.15-1.module+el8.7.0+16533+44634e 2.2 MB/s | 511 kB 00:00 2024-06-30T13:03:03.649 INFO:teuthology.orchestra.run.smithi137.stdout:(3/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 1.4 MB/s | 72 kB 00:00 2024-06-30T13:03:03.866 INFO:teuthology.orchestra.run.smithi137.stdout:(4/19): containernetworking-plugins-0.9.1-1.mod 39 MB/s | 19 MB 00:00 2024-06-30T13:03:03.892 INFO:teuthology.orchestra.run.smithi137.stdout:(5/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 259 kB/s | 69 kB 00:00 2024-06-30T13:03:04.100 INFO:teuthology.orchestra.run.smithi137.stdout:(6/19): podman-3.0.1-15.module+el8.7.0+18021+1e 23 MB/s | 11 MB 00:00 2024-06-30T13:03:04.125 INFO:teuthology.orchestra.run.smithi137.stdout:(7/19): podman-docker-3.0.1-15.module+el8.7.0+1 221 kB/s | 57 kB 00:00 2024-06-30T13:03:04.223 INFO:teuthology.orchestra.run.smithi137.stdout:(8/19): runc-1.0.0-73.rc95.module+el8.7.0+16533 8.7 MB/s | 2.9 MB 00:00 2024-06-30T13:03:04.259 INFO:teuthology.orchestra.run.smithi137.stdout:(9/19): container-selinux-2.189.0-1.module+el8. 346 kB/s | 55 kB 00:00 2024-06-30T13:03:04.284 INFO:teuthology.orchestra.run.smithi137.stdout:(10/19): containers-common-1.2.4-2.module+el8.7 573 kB/s | 91 kB 00:00 2024-06-30T13:03:04.326 INFO:teuthology.orchestra.run.smithi137.stdout:(11/19): podman-catatonit-3.0.1-15.module+el8.7 3.1 MB/s | 323 kB 00:00 2024-06-30T13:03:04.393 INFO:teuthology.orchestra.run.smithi137.stdout:(12/19): slirp4netns-1.1.8-1.module+el8.7.0+165 383 kB/s | 51 kB 00:00 2024-06-30T13:03:04.435 INFO:teuthology.orchestra.run.smithi137.stdout:(13/19): cockpit-podman-29-2.module+el8.7.0+165 7.1 MB/s | 1.1 MB 00:00 2024-06-30T13:03:04.461 INFO:teuthology.orchestra.run.smithi137.stdout:(14/19): crun-0.18-3.module+el8.7.0+16533+44634 1.3 MB/s | 185 kB 00:00 2024-06-30T13:03:04.586 INFO:teuthology.orchestra.run.smithi137.stdout:(15/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 32 MB/s | 6.2 MB 00:00 2024-06-30T13:03:04.611 INFO:teuthology.orchestra.run.smithi137.stdout:(16/19): udica-0.2.4-1.module+el8.7.0+16533+446 337 kB/s | 51 kB 00:00 2024-06-30T13:03:04.670 INFO:teuthology.orchestra.run.smithi137.stdout:(17/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 9.4 MB/s | 2.2 MB 00:00 2024-06-30T13:03:04.714 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-06-30T13:03:04.720 INFO:teuthology.orchestra.run.smithi137.stdout:(18/19): yajl-2.1.0-12.el8.x86_64.rpm 377 kB/s | 41 kB 00:00 2024-06-30T13:03:04.730 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2024-06-30T13:03:04.747 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-06-30T13:03:04.828 INFO:teuthology.orchestra.run.smithi137.stdout:(19/19): buildah-1.19.9-6.module+el8.7.0+16533+ 27 MB/s | 6.6 MB 00:00 2024-06-30T13:03:04.829 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-06-30T13:03:04.829 INFO:teuthology.orchestra.run.smithi137.stdout:Total 35 MB/s | 50 MB 00:01 2024-06-30T13:03:04.891 INFO:teuthology.orchestra.run.smithi148.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-06-30T13:03:05.311 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-06-30T13:03:05.355 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-06-30T13:03:05.355 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-06-30T13:03:05.775 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-06-30T13:03:05.784 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-06-30T13:03:06.966 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-06-30T13:03:06.982 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2024-06-30T13:03:06.999 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-06-30T13:03:07.183 INFO:teuthology.orchestra.run.smithi137.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-06-30T13:03:21.779 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-06-30T13:03:21.997 INFO:teuthology.orchestra.run.smithi148.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-06-30T13:03:22.015 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-06-30T13:03:22.188 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2024-06-30T13:03:22.344 INFO:teuthology.orchestra.run.smithi148.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2024-06-30T13:03:22.555 INFO:teuthology.orchestra.run.smithi148.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2024-06-30T13:03:22.555 INFO:teuthology.orchestra.run.smithi148.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2024-06-30T13:03:22.556 INFO:teuthology.orchestra.run.smithi148.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2024-06-30T13:03:22.556 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-06-30T13:03:23.312 INFO:teuthology.orchestra.run.smithi148.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2024-06-30T13:03:24.051 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-06-30T13:03:24.264 INFO:teuthology.orchestra.run.smithi137.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-06-30T13:03:24.282 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-06-30T13:03:24.446 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2024-06-30T13:03:24.619 INFO:teuthology.orchestra.run.smithi137.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2024-06-30T13:03:24.855 INFO:teuthology.orchestra.run.smithi137.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2024-06-30T13:03:24.855 INFO:teuthology.orchestra.run.smithi137.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2024-06-30T13:03:24.856 INFO:teuthology.orchestra.run.smithi137.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2024-06-30T13:03:24.856 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-06-30T13:03:25.017 INFO:teuthology.orchestra.run.smithi148.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2024-06-30T13:03:25.287 INFO:teuthology.orchestra.run.smithi148.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2024-06-30T13:03:25.488 INFO:teuthology.orchestra.run.smithi148.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2024-06-30T13:03:25.599 INFO:teuthology.orchestra.run.smithi137.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2024-06-30T13:03:26.795 INFO:teuthology.orchestra.run.smithi148.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2024-06-30T13:03:27.062 INFO:teuthology.orchestra.run.smithi148.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2024-06-30T13:03:27.287 INFO:teuthology.orchestra.run.smithi137.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2024-06-30T13:03:27.295 INFO:teuthology.orchestra.run.smithi148.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-06-30T13:03:27.553 INFO:teuthology.orchestra.run.smithi137.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2024-06-30T13:03:27.627 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2024-06-30T13:03:27.755 INFO:teuthology.orchestra.run.smithi137.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2024-06-30T13:03:28.345 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2024-06-30T13:03:29.008 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2024-06-30T13:03:29.083 INFO:teuthology.orchestra.run.smithi137.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2024-06-30T13:03:29.211 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2024-06-30T13:03:29.390 INFO:teuthology.orchestra.run.smithi137.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2024-06-30T13:03:29.437 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2024-06-30T13:03:29.603 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2024-06-30T13:03:29.638 INFO:teuthology.orchestra.run.smithi137.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-06-30T13:03:29.739 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : podman-docker-3:4.6.1-9.module+el8.9.0+21697+6a5e9 20/31 2024-06-30T13:03:29.753 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: podman-3:4.6.1-9.module+el8.9.0+21697+6a5e98e7.x86 21/31 2024-06-30T13:03:29.753 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : podman-3:4.6.1-9.module+el8.9.0+21697+6a5e98e7.x86 21/31 2024-06-30T13:03:29.986 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2024-06-30T13:03:30.057 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: podman-3:4.6.1-9.module+el8.9.0+21697+6a5e98e7.x86 21/31 2024-06-30T13:03:30.239 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2024-06-30T13:03:30.239 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-06-30T13:03:30.406 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-06-30T13:03:30.407 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : podman-catatonit-3:4.6.1-9.module+el8.9.0+21697+6a 24/31 2024-06-30T13:03:30.555 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: podman-catatonit-3:4.6.1-9.module+el8.9.0+21697+6a 24/31 2024-06-30T13:03:30.706 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2024-06-30T13:03:30.710 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2024-06-30T13:03:30.872 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2024-06-30T13:03:31.072 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2024-06-30T13:03:31.222 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2024-06-30T13:03:31.363 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2024-06-30T13:03:31.370 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2024-06-30T13:03:31.525 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2024-06-30T13:03:31.525 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-06-30T13:03:31.561 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2024-06-30T13:03:31.753 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2024-06-30T13:03:31.763 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-06-30T13:03:31.969 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2024-06-30T13:03:32.114 INFO:teuthology.orchestra.run.smithi137.stdout: Cleanup : podman-docker-3:4.6.1-9.module+el8.9.0+21697+6a5e9 20/31 2024-06-30T13:03:32.127 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: podman-3:4.6.1-9.module+el8.9.0+21697+6a5e98e7.x86 21/31 2024-06-30T13:03:32.127 INFO:teuthology.orchestra.run.smithi137.stdout: Cleanup : podman-3:4.6.1-9.module+el8.9.0+21697+6a5e98e7.x86 21/31 2024-06-30T13:03:32.427 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: podman-3:4.6.1-9.module+el8.9.0+21697+6a5e98e7.x86 21/31 2024-06-30T13:03:32.651 INFO:teuthology.orchestra.run.smithi137.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2024-06-30T13:03:32.651 INFO:teuthology.orchestra.run.smithi137.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-06-30T13:03:32.840 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-06-30T13:03:32.840 INFO:teuthology.orchestra.run.smithi137.stdout: Cleanup : podman-catatonit-3:4.6.1-9.module+el8.9.0+21697+6a 24/31 2024-06-30T13:03:32.989 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: podman-catatonit-3:4.6.1-9.module+el8.9.0+21697+6a 24/31 2024-06-30T13:03:33.180 INFO:teuthology.orchestra.run.smithi137.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2024-06-30T13:03:33.347 INFO:teuthology.orchestra.run.smithi137.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2024-06-30T13:03:33.526 INFO:teuthology.orchestra.run.smithi137.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2024-06-30T13:03:33.705 INFO:teuthology.orchestra.run.smithi137.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2024-06-30T13:03:33.905 INFO:teuthology.orchestra.run.smithi137.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2024-06-30T13:03:34.082 INFO:teuthology.orchestra.run.smithi137.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2024-06-30T13:03:34.083 INFO:teuthology.orchestra.run.smithi137.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-06-30T13:03:34.279 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-06-30T13:03:49.216 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2024-06-30T13:03:49.656 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-06-30T13:03:49.657 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2024-06-30T13:03:49.657 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2024-06-30T13:03:49.657 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2024-06-30T13:03:49.657 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2024-06-30T13:03:49.657 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2024-06-30T13:03:49.657 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2024-06-30T13:03:49.657 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2024-06-30T13:03:49.657 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2024-06-30T13:03:49.657 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2024-06-30T13:03:49.657 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2024-06-30T13:03:49.657 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2024-06-30T13:03:49.657 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : podman-3:4.6.1-9.module+el8.9.0+21697+6a5e98e7.x86 12/31 2024-06-30T13:03:49.657 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-06-30T13:03:49.658 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : podman-docker-3:4.6.1-9.module+el8.9.0+21697+6a5e9 14/31 2024-06-30T13:03:49.658 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2024-06-30T13:03:49.658 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2024-06-30T13:03:49.658 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2024-06-30T13:03:49.658 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2024-06-30T13:03:49.658 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2024-06-30T13:03:49.658 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2024-06-30T13:03:49.658 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2024-06-30T13:03:49.658 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : podman-catatonit-3:4.6.1-9.module+el8.9.0+21697+6a 22/31 2024-06-30T13:03:49.658 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2024-06-30T13:03:49.658 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2024-06-30T13:03:49.658 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2024-06-30T13:03:49.658 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2024-06-30T13:03:49.659 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2024-06-30T13:03:49.659 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2024-06-30T13:03:49.659 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2024-06-30T13:03:49.659 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2024-06-30T13:03:51.854 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2024-06-30T13:03:52.318 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-06-30T13:03:52.318 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2024-06-30T13:03:52.318 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2024-06-30T13:03:52.318 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2024-06-30T13:03:52.318 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2024-06-30T13:03:52.318 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2024-06-30T13:03:52.318 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2024-06-30T13:03:52.319 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2024-06-30T13:03:52.319 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2024-06-30T13:03:52.319 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2024-06-30T13:03:52.319 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2024-06-30T13:03:52.319 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2024-06-30T13:03:52.319 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : podman-3:4.6.1-9.module+el8.9.0+21697+6a5e98e7.x86 12/31 2024-06-30T13:03:52.319 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-06-30T13:03:52.319 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : podman-docker-3:4.6.1-9.module+el8.9.0+21697+6a5e9 14/31 2024-06-30T13:03:52.319 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2024-06-30T13:03:52.319 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2024-06-30T13:03:52.319 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2024-06-30T13:03:52.319 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2024-06-30T13:03:52.319 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2024-06-30T13:03:52.320 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2024-06-30T13:03:52.320 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2024-06-30T13:03:52.320 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : podman-catatonit-3:4.6.1-9.module+el8.9.0+21697+6a 22/31 2024-06-30T13:03:52.320 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2024-06-30T13:03:52.320 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2024-06-30T13:03:52.320 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2024-06-30T13:03:52.320 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2024-06-30T13:03:52.321 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2024-06-30T13:03:52.321 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2024-06-30T13:03:52.321 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2024-06-30T13:03:52.321 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2024-06-30T13:03:57.905 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2024-06-30T13:03:57.905 INFO:teuthology.orchestra.run.smithi148.stdout:Installed products updated. 2024-06-30T13:03:58.476 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-06-30T13:03:58.476 INFO:teuthology.orchestra.run.smithi148.stdout:Downgraded: 2024-06-30T13:03:58.476 INFO:teuthology.orchestra.run.smithi148.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2024-06-30T13:03:58.476 INFO:teuthology.orchestra.run.smithi148.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2024-06-30T13:03:58.476 INFO:teuthology.orchestra.run.smithi148.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-06-30T13:03:58.477 INFO:teuthology.orchestra.run.smithi148.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-06-30T13:03:58.477 INFO:teuthology.orchestra.run.smithi148.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2024-06-30T13:03:58.477 INFO:teuthology.orchestra.run.smithi148.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2024-06-30T13:03:58.477 INFO:teuthology.orchestra.run.smithi148.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-06-30T13:03:58.477 INFO:teuthology.orchestra.run.smithi148.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-06-30T13:03:58.477 INFO:teuthology.orchestra.run.smithi148.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-06-30T13:03:58.477 INFO:teuthology.orchestra.run.smithi148.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2024-06-30T13:03:58.477 INFO:teuthology.orchestra.run.smithi148.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2024-06-30T13:03:58.477 INFO:teuthology.orchestra.run.smithi148.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2024-06-30T13:03:58.477 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-06-30T13:03:58.477 INFO:teuthology.orchestra.run.smithi148.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2024-06-30T13:03:58.477 INFO:teuthology.orchestra.run.smithi148.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2024-06-30T13:03:58.478 INFO:teuthology.orchestra.run.smithi148.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2024-06-30T13:03:58.478 INFO:teuthology.orchestra.run.smithi148.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-06-30T13:03:58.478 INFO:teuthology.orchestra.run.smithi148.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2024-06-30T13:03:58.478 INFO:teuthology.orchestra.run.smithi148.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2024-06-30T13:03:58.478 INFO:teuthology.orchestra.run.smithi148.stdout: yajl-2.1.0-12.el8.x86_64 2024-06-30T13:03:58.478 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-06-30T13:03:58.478 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-06-30T13:03:58.667 DEBUG:teuthology.parallel:result is None 2024-06-30T13:04:03.580 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2024-06-30T13:04:03.580 INFO:teuthology.orchestra.run.smithi137.stdout:Installed products updated. 2024-06-30T13:04:04.138 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-06-30T13:04:04.138 INFO:teuthology.orchestra.run.smithi137.stdout:Downgraded: 2024-06-30T13:04:04.138 INFO:teuthology.orchestra.run.smithi137.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2024-06-30T13:04:04.139 INFO:teuthology.orchestra.run.smithi137.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2024-06-30T13:04:04.139 INFO:teuthology.orchestra.run.smithi137.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-06-30T13:04:04.139 INFO:teuthology.orchestra.run.smithi137.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-06-30T13:04:04.139 INFO:teuthology.orchestra.run.smithi137.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2024-06-30T13:04:04.139 INFO:teuthology.orchestra.run.smithi137.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2024-06-30T13:04:04.139 INFO:teuthology.orchestra.run.smithi137.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-06-30T13:04:04.139 INFO:teuthology.orchestra.run.smithi137.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-06-30T13:04:04.139 INFO:teuthology.orchestra.run.smithi137.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-06-30T13:04:04.139 INFO:teuthology.orchestra.run.smithi137.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2024-06-30T13:04:04.139 INFO:teuthology.orchestra.run.smithi137.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2024-06-30T13:04:04.139 INFO:teuthology.orchestra.run.smithi137.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2024-06-30T13:04:04.139 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-06-30T13:04:04.140 INFO:teuthology.orchestra.run.smithi137.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2024-06-30T13:04:04.140 INFO:teuthology.orchestra.run.smithi137.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2024-06-30T13:04:04.140 INFO:teuthology.orchestra.run.smithi137.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2024-06-30T13:04:04.140 INFO:teuthology.orchestra.run.smithi137.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-06-30T13:04:04.140 INFO:teuthology.orchestra.run.smithi137.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2024-06-30T13:04:04.140 INFO:teuthology.orchestra.run.smithi137.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2024-06-30T13:04:04.140 INFO:teuthology.orchestra.run.smithi137.stdout: yajl-2.1.0-12.el8.x86_64 2024-06-30T13:04:04.140 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-06-30T13:04:04.140 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-06-30T13:04:04.332 DEBUG:teuthology.parallel:result is None 2024-06-30T13:04:04.332 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-06-30T13:04:04.344 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-06-30T13:04:04.345 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-06-30T13:04:04.345 DEBUG:teuthology.orchestra.run.smithi137:> dd if=/scratch_devs of=/dev/stdout 2024-06-30T13:04:04.363 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-06-30T13:04:04.363 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_1 2024-06-30T13:04:04.420 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-06-30T13:04:04.420 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-30T13:04:04.420 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 6h/6d Inode: 186902 Links: 1 2024-06-30T13:04:04.420 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-30T13:04:04.420 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:device_t:s0 2024-06-30T13:04:04.420 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-06-30 13:03:52.006303242 +0000 2024-06-30T13:04:04.420 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-06-30 13:01:53.595516511 +0000 2024-06-30T13:04:04.420 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-06-30 13:01:53.595516511 +0000 2024-06-30T13:04:04.420 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: - 2024-06-30T13:04:04.421 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-06-30T13:04:04.485 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-06-30T13:04:04.485 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-06-30T13:04:04.485 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000225109 s, 2.3 MB/s 2024-06-30T13:04:04.486 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-06-30T13:04:04.544 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_2 2024-06-30T13:04:04.601 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-06-30T13:04:04.601 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-30T13:04:04.601 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 6h/6d Inode: 186983 Links: 1 2024-06-30T13:04:04.602 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-30T13:04:04.602 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:device_t:s0 2024-06-30T13:04:04.602 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-06-30 13:03:52.006303242 +0000 2024-06-30T13:04:04.602 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-06-30 13:01:53.918510660 +0000 2024-06-30T13:04:04.602 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-06-30 13:01:53.918510660 +0000 2024-06-30T13:04:04.602 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: - 2024-06-30T13:04:04.602 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-06-30T13:04:04.667 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-06-30T13:04:04.667 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-06-30T13:04:04.667 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000189668 s, 2.7 MB/s 2024-06-30T13:04:04.668 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-06-30T13:04:04.726 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_3 2024-06-30T13:04:04.784 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-06-30T13:04:04.784 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-30T13:04:04.784 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 6h/6d Inode: 188719 Links: 1 2024-06-30T13:04:04.784 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-30T13:04:04.784 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:device_t:s0 2024-06-30T13:04:04.784 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-06-30 13:03:52.006303242 +0000 2024-06-30T13:04:04.784 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-06-30 13:01:54.246504718 +0000 2024-06-30T13:04:04.784 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-06-30 13:01:54.246504718 +0000 2024-06-30T13:04:04.784 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: - 2024-06-30T13:04:04.784 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-06-30T13:04:04.849 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-06-30T13:04:04.850 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-06-30T13:04:04.850 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000169988 s, 3.0 MB/s 2024-06-30T13:04:04.851 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-06-30T13:04:04.908 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_4 2024-06-30T13:04:04.965 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-06-30T13:04:04.965 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-30T13:04:04.965 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 6h/6d Inode: 185770 Links: 1 2024-06-30T13:04:04.965 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-30T13:04:04.966 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:device_t:s0 2024-06-30T13:04:04.966 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-06-30 13:03:52.006303242 +0000 2024-06-30T13:04:04.966 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-06-30 13:01:54.617497997 +0000 2024-06-30T13:04:04.966 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-06-30 13:01:54.617497997 +0000 2024-06-30T13:04:04.966 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: - 2024-06-30T13:04:04.966 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-06-30T13:04:05.030 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-06-30T13:04:05.031 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-06-30T13:04:05.031 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.00021001 s, 2.4 MB/s 2024-06-30T13:04:05.032 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-06-30T13:04:05.089 DEBUG:teuthology.orchestra.run.smithi137:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-06-30T13:04:05.251 INFO:teuthology.orchestra.run.smithi137.stdout:loop 2024-06-30T13:04:05.253 INFO:tasks.nvme_loop:Connecting nvme_loop smithi137:/dev/vg_nvme/lv_1... 2024-06-30T13:04:05.253 DEBUG:teuthology.orchestra.run.smithi137:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-06-30T13:04:05.288 INFO:teuthology.orchestra.run.smithi137.stdout:1 2024-06-30T13:04:05.323 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/vg_nvme/lv_11 2024-06-30T13:04:05.364 INFO:tasks.nvme_loop:Connecting nvme_loop smithi137:/dev/vg_nvme/lv_2... 2024-06-30T13:04:05.364 DEBUG:teuthology.orchestra.run.smithi137:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-06-30T13:04:05.441 INFO:teuthology.orchestra.run.smithi137.stdout:1 2024-06-30T13:04:05.477 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/vg_nvme/lv_21 2024-06-30T13:04:05.516 INFO:tasks.nvme_loop:Connecting nvme_loop smithi137:/dev/vg_nvme/lv_3... 2024-06-30T13:04:05.516 DEBUG:teuthology.orchestra.run.smithi137:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-06-30T13:04:05.592 INFO:teuthology.orchestra.run.smithi137.stdout:1 2024-06-30T13:04:05.627 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/vg_nvme/lv_31 2024-06-30T13:04:05.666 INFO:tasks.nvme_loop:Connecting nvme_loop smithi137:/dev/vg_nvme/lv_4... 2024-06-30T13:04:05.666 DEBUG:teuthology.orchestra.run.smithi137:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-06-30T13:04:05.742 INFO:teuthology.orchestra.run.smithi137.stdout:1 2024-06-30T13:04:05.777 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/vg_nvme/lv_41 2024-06-30T13:04:05.816 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-06-30T13:04:05.816 DEBUG:teuthology.orchestra.run.smithi137:> dd if=/scratch_devs of=/dev/stdout 2024-06-30T13:04:05.873 DEBUG:teuthology.orchestra.run.smithi137:> sudo nvme list 2024-06-30T13:04:05.938 INFO:teuthology.orchestra.run.smithi137.stdout:Node SN Model Namespace Usage Format FW Rev 2024-06-30T13:04:05.939 INFO:teuthology.orchestra.run.smithi137.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-06-30T13:04:05.939 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/nvme0n1 CVFT6233004A400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-06-30T13:04:05.939 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/nvme1n1 8bd56a55f45f0434143c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-06-30T13:04:05.939 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/nvme2n1 23f4413ccfc918264195 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-06-30T13:04:05.939 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/nvme3n1 49fa7d811ca0deeb8f9e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-06-30T13:04:05.939 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/nvme4n1 10be27efe36729a74bde Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-06-30T13:04:05.940 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-06-30T13:04:05.940 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-06-30T13:04:05.940 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/scratch_devs 2024-06-30T13:04:06.006 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-06-30T13:04:06.006 DEBUG:teuthology.orchestra.run.smithi148:> dd if=/scratch_devs of=/dev/stdout 2024-06-30T13:04:06.029 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-06-30T13:04:06.029 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_1 2024-06-30T13:04:06.090 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-06-30T13:04:06.090 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-30T13:04:06.090 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 6h/6d Inode: 181188 Links: 1 2024-06-30T13:04:06.090 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-30T13:04:06.090 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:device_t:s0 2024-06-30T13:04:06.090 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-06-30 13:03:49.357123089 +0000 2024-06-30T13:04:06.091 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-06-30 13:01:52.395086847 +0000 2024-06-30T13:04:06.091 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-06-30 13:01:52.395086847 +0000 2024-06-30T13:04:06.091 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2024-06-30T13:04:06.091 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-06-30T13:04:06.160 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-06-30T13:04:06.160 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-06-30T13:04:06.160 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.00023487 s, 2.2 MB/s 2024-06-30T13:04:06.161 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-06-30T13:04:06.221 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_2 2024-06-30T13:04:06.281 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-06-30T13:04:06.281 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-30T13:04:06.281 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 6h/6d Inode: 185174 Links: 1 2024-06-30T13:04:06.281 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-30T13:04:06.281 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:device_t:s0 2024-06-30T13:04:06.281 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-06-30 13:03:49.358123066 +0000 2024-06-30T13:04:06.281 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-06-30 13:01:52.738079004 +0000 2024-06-30T13:04:06.281 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-06-30 13:01:52.738079004 +0000 2024-06-30T13:04:06.282 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2024-06-30T13:04:06.282 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-06-30T13:04:06.348 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-06-30T13:04:06.348 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-06-30T13:04:06.349 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.00022657 s, 2.3 MB/s 2024-06-30T13:04:06.350 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-06-30T13:04:06.409 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_3 2024-06-30T13:04:06.467 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-06-30T13:04:06.468 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-30T13:04:06.468 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 6h/6d Inode: 185215 Links: 1 2024-06-30T13:04:06.468 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-30T13:04:06.468 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:device_t:s0 2024-06-30T13:04:06.468 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-06-30 13:03:49.358123066 +0000 2024-06-30T13:04:06.468 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-06-30 13:01:53.074071321 +0000 2024-06-30T13:04:06.468 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-06-30 13:01:53.074071321 +0000 2024-06-30T13:04:06.468 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2024-06-30T13:04:06.468 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-06-30T13:04:06.535 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-06-30T13:04:06.535 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-06-30T13:04:06.535 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000189112 s, 2.7 MB/s 2024-06-30T13:04:06.536 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-06-30T13:04:06.594 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_4 2024-06-30T13:04:06.652 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-06-30T13:04:06.652 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-30T13:04:06.652 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 6h/6d Inode: 185322 Links: 1 2024-06-30T13:04:06.653 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-30T13:04:06.653 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:device_t:s0 2024-06-30T13:04:06.653 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-06-30 13:03:49.358123066 +0000 2024-06-30T13:04:06.653 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-06-30 13:01:53.444062860 +0000 2024-06-30T13:04:06.653 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-06-30 13:01:53.444062860 +0000 2024-06-30T13:04:06.653 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2024-06-30T13:04:06.653 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-06-30T13:04:06.720 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-06-30T13:04:06.720 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-06-30T13:04:06.720 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000214216 s, 2.4 MB/s 2024-06-30T13:04:06.721 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-06-30T13:04:06.779 DEBUG:teuthology.orchestra.run.smithi148:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-06-30T13:04:06.896 INFO:teuthology.orchestra.run.smithi148.stdout:loop 2024-06-30T13:04:06.897 INFO:tasks.nvme_loop:Connecting nvme_loop smithi148:/dev/vg_nvme/lv_1... 2024-06-30T13:04:06.898 DEBUG:teuthology.orchestra.run.smithi148:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-06-30T13:04:06.933 INFO:teuthology.orchestra.run.smithi148.stdout:1 2024-06-30T13:04:06.968 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/vg_nvme/lv_11 2024-06-30T13:04:07.008 INFO:tasks.nvme_loop:Connecting nvme_loop smithi148:/dev/vg_nvme/lv_2... 2024-06-30T13:04:07.008 DEBUG:teuthology.orchestra.run.smithi148:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-06-30T13:04:07.085 INFO:teuthology.orchestra.run.smithi148.stdout:1 2024-06-30T13:04:07.121 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/vg_nvme/lv_21 2024-06-30T13:04:07.161 INFO:tasks.nvme_loop:Connecting nvme_loop smithi148:/dev/vg_nvme/lv_3... 2024-06-30T13:04:07.161 DEBUG:teuthology.orchestra.run.smithi148:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-06-30T13:04:07.237 INFO:teuthology.orchestra.run.smithi148.stdout:1 2024-06-30T13:04:07.272 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/vg_nvme/lv_31 2024-06-30T13:04:07.311 INFO:tasks.nvme_loop:Connecting nvme_loop smithi148:/dev/vg_nvme/lv_4... 2024-06-30T13:04:07.311 DEBUG:teuthology.orchestra.run.smithi148:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-06-30T13:04:07.387 INFO:teuthology.orchestra.run.smithi148.stdout:1 2024-06-30T13:04:07.422 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/vg_nvme/lv_41 2024-06-30T13:04:07.462 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-06-30T13:04:07.462 DEBUG:teuthology.orchestra.run.smithi148:> dd if=/scratch_devs of=/dev/stdout 2024-06-30T13:04:07.519 DEBUG:teuthology.orchestra.run.smithi148:> sudo nvme list 2024-06-30T13:04:07.585 INFO:teuthology.orchestra.run.smithi148.stdout:Node SN Model Namespace Usage Format FW Rev 2024-06-30T13:04:07.585 INFO:teuthology.orchestra.run.smithi148.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-06-30T13:04:07.585 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/nvme0n1 CVFT6233005G400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-06-30T13:04:07.585 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/nvme1n1 b0a00bc575ff5a38df9e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-06-30T13:04:07.585 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/nvme2n1 f8924aa71662ac8f903b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-06-30T13:04:07.585 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/nvme3n1 cb7db050e85519dde228 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-06-30T13:04:07.585 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/nvme4n1 3ca9fa729aefe0641d60 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-06-30T13:04:07.586 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-06-30T13:04:07.586 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-06-30T13:04:07.586 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/scratch_devs 2024-06-30T13:04:07.652 INFO:teuthology.run_tasks:Running task cephadm... 2024-06-30T13:04:07.741 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': 'f1abf795f4fc15bf2f30ac90c811a53ab21d5d65'} 2024-06-30T13:04:07.741 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 2024-06-30T13:04:07.742 INFO:tasks.cephadm:Cluster fsid is 3c34f810-36e1-11ef-bcaa-c7b262605968 2024-06-30T13:04:07.742 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-06-30T13:04:07.742 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-06-30T13:04:07.742 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi137': '172.21.15.137', 'mon.smithi148': '172.21.15.148'} 2024-06-30T13:04:07.742 INFO:tasks.cephadm:Normalizing hostnames... 2024-06-30T13:04:07.745 DEBUG:teuthology.orchestra.run.smithi137:> sudo hostname $(hostname -s) 2024-06-30T13:04:07.778 DEBUG:teuthology.orchestra.run.smithi148:> sudo hostname $(hostname -s) 2024-06-30T13:04:07.805 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-06-30T13:04:07.806 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 2024-06-30T13:04:08.027 INFO:tasks.cephadm:builder_project result: [] 2024-06-30T13:04:08.172 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/cephadm.py", line 135, in download_cephadm _fetch_cephadm_from_chachra(ctx, config, cluster_name) File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/cephadm.py", line 222, in _fetch_cephadm_from_chachra url = chacra.get_binary_url( File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/util/chacra.py", line 72, in get_binary_url raise RuntimeError(f'no results found at {resp.url}') RuntimeError: no results found at https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 2024-06-30T13:04:08.173 INFO:tasks.cephadm:Teardown complete 2024-06-30T13:04:08.173 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/cephadm.py", line 1714, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/cephadm.py", line 1629, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/cephadm.py", line 135, in download_cephadm _fetch_cephadm_from_chachra(ctx, config, cluster_name) File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/cephadm.py", line 222, in _fetch_cephadm_from_chachra url = chacra.get_binary_url( File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/util/chacra.py", line 72, in get_binary_url raise RuntimeError(f'no results found at {resp.url}') RuntimeError: no results found at https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 2024-06-30T13:04:08.362 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=1fe29ff937674c16beb1db36ab02a151 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/cephadm.py", line 1714, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/cephadm.py", line 1629, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/cephadm.py", line 135, in download_cephadm _fetch_cephadm_from_chachra(ctx, config, cluster_name) File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/cephadm.py", line 222, in _fetch_cephadm_from_chachra url = chacra.get_binary_url( File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/util/chacra.py", line 72, in get_binary_url raise RuntimeError(f'no results found at {resp.url}') RuntimeError: no results found at https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 2024-06-30T13:04:08.365 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-06-30T13:04:08.375 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-06-30T13:04:08.426 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi137:/dev/vg_nvme/lv_1... 2024-06-30T13:04:08.426 DEBUG:teuthology.orchestra.run.smithi137:> sudo nvme disconnect -n lv_1 2024-06-30T13:04:08.563 INFO:teuthology.orchestra.run.smithi137.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-06-30T13:04:08.564 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T13:04:08.565 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi137:/dev/vg_nvme/lv_2... 2024-06-30T13:04:08.565 DEBUG:teuthology.orchestra.run.smithi137:> sudo nvme disconnect -n lv_2 2024-06-30T13:04:08.688 INFO:teuthology.orchestra.run.smithi137.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-06-30T13:04:08.689 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T13:04:08.689 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi137:/dev/vg_nvme/lv_3... 2024-06-30T13:04:08.690 DEBUG:teuthology.orchestra.run.smithi137:> sudo nvme disconnect -n lv_3 2024-06-30T13:04:08.817 INFO:teuthology.orchestra.run.smithi137.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-06-30T13:04:08.818 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T13:04:08.818 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi137:/dev/vg_nvme/lv_4... 2024-06-30T13:04:08.819 DEBUG:teuthology.orchestra.run.smithi137:> sudo nvme disconnect -n lv_4 2024-06-30T13:04:08.949 INFO:teuthology.orchestra.run.smithi137.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-06-30T13:04:08.950 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T13:04:08.950 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-06-30T13:04:08.951 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/scratch_devs 2024-06-30T13:04:08.980 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi148:/dev/vg_nvme/lv_1... 2024-06-30T13:04:08.980 DEBUG:teuthology.orchestra.run.smithi148:> sudo nvme disconnect -n lv_1 2024-06-30T13:04:09.105 INFO:teuthology.orchestra.run.smithi148.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-06-30T13:04:09.106 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T13:04:09.107 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi148:/dev/vg_nvme/lv_2... 2024-06-30T13:04:09.107 DEBUG:teuthology.orchestra.run.smithi148:> sudo nvme disconnect -n lv_2 2024-06-30T13:04:09.225 INFO:teuthology.orchestra.run.smithi148.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-06-30T13:04:09.226 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T13:04:09.227 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi148:/dev/vg_nvme/lv_3... 2024-06-30T13:04:09.227 DEBUG:teuthology.orchestra.run.smithi148:> sudo nvme disconnect -n lv_3 2024-06-30T13:04:09.343 INFO:teuthology.orchestra.run.smithi148.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-06-30T13:04:09.344 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T13:04:09.345 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi148:/dev/vg_nvme/lv_4... 2024-06-30T13:04:09.345 DEBUG:teuthology.orchestra.run.smithi148:> sudo nvme disconnect -n lv_4 2024-06-30T13:04:09.471 INFO:teuthology.orchestra.run.smithi148.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-06-30T13:04:09.472 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T13:04:09.472 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-06-30T13:04:09.473 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/scratch_devs 2024-06-30T13:04:09.501 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-06-30T13:04:09.509 INFO:teuthology.task.clock:Checking final clock skew... 2024-06-30T13:04:09.510 DEBUG:teuthology.orchestra.run.smithi137:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-30T13:04:09.512 DEBUG:teuthology.orchestra.run.smithi148:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-30T13:04:09.529 INFO:teuthology.orchestra.run.smithi137.stderr:bash: ntpq: command not found 2024-06-30T13:04:09.534 INFO:teuthology.orchestra.run.smithi137.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-06-30T13:04:09.534 INFO:teuthology.orchestra.run.smithi137.stdout:=============================================================================== 2024-06-30T13:04:09.534 INFO:teuthology.orchestra.run.smithi137.stdout:^+ hv01.front.sepia.ceph.com 3 6 37 18 +1601us[+1601us] +/- 59ms 2024-06-30T13:04:09.534 INFO:teuthology.orchestra.run.smithi137.stdout:^* hv02.front.sepia.ceph.com 3 6 37 18 -921us[ -936us] +/- 57ms 2024-06-30T13:04:09.534 INFO:teuthology.orchestra.run.smithi137.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 17 -704us[ -704us] +/- 78ms 2024-06-30T13:04:09.534 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-06-30T13:04:09.558 INFO:teuthology.orchestra.run.smithi148.stderr:bash: ntpq: command not found 2024-06-30T13:04:09.563 INFO:teuthology.orchestra.run.smithi148.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-06-30T13:04:09.563 INFO:teuthology.orchestra.run.smithi148.stdout:=============================================================================== 2024-06-30T13:04:09.563 INFO:teuthology.orchestra.run.smithi148.stdout:^+ hv01.front.sepia.ceph.com 3 6 37 18 +1474us[+1474us] +/- 59ms 2024-06-30T13:04:09.563 INFO:teuthology.orchestra.run.smithi148.stdout:^* hv02.front.sepia.ceph.com 3 6 37 18 -1048us[ -951us] +/- 57ms 2024-06-30T13:04:09.563 INFO:teuthology.orchestra.run.smithi148.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 18 -824us[ -824us] +/- 78ms 2024-06-30T13:04:09.563 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-06-30T13:04:09.564 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-06-30T13:04:09.573 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-06-30T13:04:09.573 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-06-30T13:04:09.581 DEBUG:teuthology.orchestra.run.smithi137:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-06-30T13:04:09.648 DEBUG:teuthology.orchestra.run.smithi148:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-06-30T13:04:09.712 DEBUG:teuthology.orchestra.run.smithi137:> 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 2024-06-30T13:04:09.743 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T13:04:09.744 DEBUG:teuthology.orchestra.run.smithi148:> 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 2024-06-30T13:04:09.773 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T13:04:09.774 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-06-30T13:04:09.783 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-06-30T13:04:09.833 INFO:teuthology.task.internal:Duration was 696.013764 seconds 2024-06-30T13:04:09.833 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-06-30T13:04:09.919 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-06-30T13:04:09.919 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-06-30T13:04:09.921 DEBUG:teuthology.orchestra.run.smithi148:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-06-30T13:04:09.969 INFO:teuthology.orchestra.run.smithi148.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-06-30T13:04:09.971 INFO:teuthology.orchestra.run.smithi137.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-06-30T13:04:10.311 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-06-30T13:04:10.311 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi137.front.sepia.ceph.com 2024-06-30T13:04:10.311 DEBUG:teuthology.orchestra.run.smithi137:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-06-30T13:04:10.336 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi148.front.sepia.ceph.com 2024-06-30T13:04:10.336 DEBUG:teuthology.orchestra.run.smithi148:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-06-30T13:04:10.358 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-06-30T13:04:10.359 DEBUG:teuthology.orchestra.run.smithi137:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-06-30T13:04:10.379 DEBUG:teuthology.orchestra.run.smithi148:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-06-30T13:04:10.442 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-06-30T13:04:10.443 DEBUG:teuthology.orchestra.run.smithi137:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-06-30T13:04:10.445 DEBUG:teuthology.orchestra.run.smithi148:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-06-30T13:04:10.555 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-06-30T13:04:10.564 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-06-30T13:04:10.564 DEBUG:teuthology.orchestra.run.smithi137:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-06-30T13:04:10.590 DEBUG:teuthology.orchestra.run.smithi148:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-06-30T13:04:10.617 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-06-30T13:04:10.626 DEBUG:teuthology.orchestra.run.smithi137:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-06-30T13:04:10.633 DEBUG:teuthology.orchestra.run.smithi148:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-06-30T13:04:10.657 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern = core 2024-06-30T13:04:10.683 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern = core 2024-06-30T13:04:10.708 DEBUG:teuthology.orchestra.run.smithi137:> test -e /home/ubuntu/cephtest/archive/coredump 2024-06-30T13:04:10.741 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T13:04:10.741 DEBUG:teuthology.orchestra.run.smithi148:> test -e /home/ubuntu/cephtest/archive/coredump 2024-06-30T13:04:10.764 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T13:04:10.764 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-06-30T13:04:10.773 INFO:teuthology.task.internal:Transferring archived files... 2024-06-30T13:04:10.774 DEBUG:teuthology.misc:Transferring archived files from smithi137:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749591/remote/smithi137 2024-06-30T13:04:10.775 DEBUG:teuthology.orchestra.run.smithi137:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-06-30T13:04:10.828 DEBUG:teuthology.misc:Transferring archived files from smithi148:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749591/remote/smithi148 2024-06-30T13:04:10.829 DEBUG:teuthology.orchestra.run.smithi148:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-06-30T13:04:10.881 INFO:teuthology.task.internal:Removing archive directory... 2024-06-30T13:04:10.881 DEBUG:teuthology.orchestra.run.smithi137:> rm -rf -- /home/ubuntu/cephtest/archive 2024-06-30T13:04:10.884 DEBUG:teuthology.orchestra.run.smithi148:> rm -rf -- /home/ubuntu/cephtest/archive 2024-06-30T13:04:10.933 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-06-30T13:04:10.942 INFO:teuthology.task.internal:Not uploading archives. 2024-06-30T13:04:10.942 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-06-30T13:04:10.951 INFO:teuthology.task.internal:Tidying up after the test... 2024-06-30T13:04:10.951 DEBUG:teuthology.orchestra.run.smithi137:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-06-30T13:04:10.954 DEBUG:teuthology.orchestra.run.smithi148:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-06-30T13:04:10.967 INFO:teuthology.orchestra.run.smithi137.stdout: 262179 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jun 30 13:04 /home/ubuntu/cephtest 2024-06-30T13:04:10.989 INFO:teuthology.orchestra.run.smithi148.stdout: 262179 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jun 30 13:04 /home/ubuntu/cephtest 2024-06-30T13:04:10.991 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-06-30T13:04:11.000 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-06-30T13:04:11.020 INFO:teuthology.run:Summary data: description: orch/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-services/client-keyring 3-final} duration: 696.013763666153 failure_reason: no results found at https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=1fe29ff937674c16beb1db36ab02a151 status: fail success: false 2024-06-30T13:04:11.020 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-30T13:04:11.093 INFO:teuthology.run:FAIL