2024-06-30T12:22:25.842 INFO:root:teuthology version: 0.0.1.dev303+g861a8dc 2024-06-30T12:22:25.842 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_teuthology@teuthology --name teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi --verbose --archive /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749503 --description orch/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} -- /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749503/orig.config.yaml 2024-06-30T12:22:25.873 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-30T12:22:25.947 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749503 branch: reef description: orch/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} email: ceph-qa@ceph.com first_in_suite: false job_id: '7749503' 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: smithi005.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDxNk3za3nbSHirV8oQOBPk6d32MzYkaWM9Q8SRVh2YJeTz6rweCI2aN6Mf7eKn3x8pMD+nzKLv0iFcOhKfAzDQ= smithi184.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJHWeNx+uVMNC+8Ot0aDBOMVGfUPxcQuvSqf+q7pwsvLXBIE/7ITulVv5XQQcxg1JkNrTEC9cpg3FH4wdlXOx2M= 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:rhel8 --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 - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - cephadm.apply: specs: - placement: count: 4 host_pattern: '*' service_id: foo service_type: rgw spec: rgw_frontend_port: 8000 - placement: count: 2 service_id: rgw.foo service_type: ingress spec: backend_service: rgw.foo frontend_port: 9000 monitor_port: 9001 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: rgw.foo - cephadm.wait_for_service: service: ingress.rgw.foo - cephadm.shell: host.a: - "echo \"Check while healthy...\"\ncurl http://{{VIP0}}:9000/\n\n# stop each\ \ rgw in turn\necho \"Check with each rgw stopped in turn...\"\nfor rgw in `ceph\ \ orch ps | grep ^rgw.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $rgw\n while ! ceph orch ps | grep $rgw | grep stopped; do sleep 1 ; done\n\ \ while ! curl http://{{VIP0}}:9000/ ; do sleep 1 ; done\n ceph orch daemon\ \ start $rgw\n while ! ceph orch ps | grep $rgw | grep running; do sleep 1\ \ ; done\ndone\n\n# stop each haproxy in turn\necho \"Check with each haproxy\ \ down in turn...\"\nfor haproxy in `ceph orch ps | grep ^haproxy.rgw.foo. |\ \ awk '{print $1}'`; do\n ceph orch daemon stop $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep stopped; do sleep 1 ; done\n while ! curl http://{{VIP0}}:9000/\ \ ; do sleep 1 ; done\n ceph orch daemon start $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep running; do sleep 1 ; done\ndone\n\nwhile ! curl\ \ http://{{VIP0}}:9000/ ; do sleep 1 ; done\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 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:22:25.947 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:22:26.085 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks 2024-06-30T12:22:26.086 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-06-30T12:22:26.088 INFO:teuthology.task.internal:Checking packages... 2024-06-30T12:22:26.335 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'f1abf795f4fc15bf2f30ac90c811a53ab21d5d65' 2024-06-30T12:22:26.335 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-06-30T12:22:26.335 INFO:teuthology.packaging:ref: None 2024-06-30T12:22:26.335 INFO:teuthology.packaging:tag: None 2024-06-30T12:22:26.335 INFO:teuthology.packaging:branch: reef 2024-06-30T12:22:26.336 INFO:teuthology.packaging:sha1: f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 2024-06-30T12:22:26.336 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:22:26.501 INFO:teuthology.task.internal:Found packages for ceph version 18.2.3-0 2024-06-30T12:22:26.503 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-06-30T12:22:26.510 INFO:teuthology.task.internal:no buildpackages task found 2024-06-30T12:22:26.510 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-06-30T12:22:26.522 INFO:teuthology.task.internal:Saving configuration 2024-06-30T12:22:26.534 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-06-30T12:22:26.556 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-06-30T12:22:26.573 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi005.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749503', '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:17:39.039757', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDxNk3za3nbSHirV8oQOBPk6d32MzYkaWM9Q8SRVh2YJeTz6rweCI2aN6Mf7eKn3x8pMD+nzKLv0iFcOhKfAzDQ='} 2024-06-30T12:22:26.592 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi184.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749503', '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:17:39.038138', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJHWeNx+uVMNC+8Ot0aDBOMVGfUPxcQuvSqf+q7pwsvLXBIE/7ITulVv5XQQcxg1JkNrTEC9cpg3FH4wdlXOx2M='} 2024-06-30T12:22:26.592 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-06-30T12:22:26.598 INFO:teuthology.task.internal:roles: ubuntu@smithi005.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-06-30T12:22:26.598 INFO:teuthology.task.internal:roles: ubuntu@smithi184.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-06-30T12:22:26.598 INFO:teuthology.run_tasks:Running task console_log... 2024-06-30T12:22:26.650 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fe892dc7ac0>, signals=[15]) 2024-06-30T12:22:26.650 INFO:teuthology.run_tasks:Running task internal.connect... 2024-06-30T12:22:26.658 INFO:teuthology.task.internal:Opening connections... 2024-06-30T12:22:26.658 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi005.front.sepia.ceph.com 2024-06-30T12:22:26.659 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:22:26.734 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi184.front.sepia.ceph.com 2024-06-30T12:22:26.735 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:22:26.805 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-06-30T12:22:26.812 DEBUG:teuthology.orchestra.run.smithi005:> uname -m 2024-06-30T12:22:26.834 INFO:teuthology.orchestra.run.smithi005.stdout:x86_64 2024-06-30T12:22:26.834 DEBUG:teuthology.orchestra.run.smithi005:> cat /etc/os-release 2024-06-30T12:22:26.895 INFO:teuthology.orchestra.run.smithi005.stdout:NAME="Red Hat Enterprise Linux" 2024-06-30T12:22:26.895 INFO:teuthology.orchestra.run.smithi005.stdout:VERSION="8.6 (Ootpa)" 2024-06-30T12:22:26.895 INFO:teuthology.orchestra.run.smithi005.stdout:ID="rhel" 2024-06-30T12:22:26.895 INFO:teuthology.orchestra.run.smithi005.stdout:ID_LIKE="fedora" 2024-06-30T12:22:26.895 INFO:teuthology.orchestra.run.smithi005.stdout:VERSION_ID="8.6" 2024-06-30T12:22:26.896 INFO:teuthology.orchestra.run.smithi005.stdout:PLATFORM_ID="platform:el8" 2024-06-30T12:22:26.896 INFO:teuthology.orchestra.run.smithi005.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-06-30T12:22:26.896 INFO:teuthology.orchestra.run.smithi005.stdout:ANSI_COLOR="0;31" 2024-06-30T12:22:26.896 INFO:teuthology.orchestra.run.smithi005.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-06-30T12:22:26.896 INFO:teuthology.orchestra.run.smithi005.stdout:HOME_URL="https://www.redhat.com/" 2024-06-30T12:22:26.896 INFO:teuthology.orchestra.run.smithi005.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-06-30T12:22:26.896 INFO:teuthology.orchestra.run.smithi005.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-06-30T12:22:26.896 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-06-30T12:22:26.896 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-06-30T12:22:26.896 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-06-30T12:22:26.896 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-06-30T12:22:26.896 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-06-30T12:22:26.897 INFO:teuthology.lock.ops:Updating smithi005.front.sepia.ceph.com on lock server 2024-06-30T12:22:26.916 DEBUG:teuthology.orchestra.run.smithi184:> uname -m 2024-06-30T12:22:26.937 INFO:teuthology.orchestra.run.smithi184.stdout:x86_64 2024-06-30T12:22:26.938 DEBUG:teuthology.orchestra.run.smithi184:> cat /etc/os-release 2024-06-30T12:22:26.997 INFO:teuthology.orchestra.run.smithi184.stdout:NAME="Red Hat Enterprise Linux" 2024-06-30T12:22:26.997 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION="8.6 (Ootpa)" 2024-06-30T12:22:26.997 INFO:teuthology.orchestra.run.smithi184.stdout:ID="rhel" 2024-06-30T12:22:26.998 INFO:teuthology.orchestra.run.smithi184.stdout:ID_LIKE="fedora" 2024-06-30T12:22:26.998 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION_ID="8.6" 2024-06-30T12:22:26.998 INFO:teuthology.orchestra.run.smithi184.stdout:PLATFORM_ID="platform:el8" 2024-06-30T12:22:26.998 INFO:teuthology.orchestra.run.smithi184.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-06-30T12:22:26.998 INFO:teuthology.orchestra.run.smithi184.stdout:ANSI_COLOR="0;31" 2024-06-30T12:22:26.998 INFO:teuthology.orchestra.run.smithi184.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-06-30T12:22:26.998 INFO:teuthology.orchestra.run.smithi184.stdout:HOME_URL="https://www.redhat.com/" 2024-06-30T12:22:26.998 INFO:teuthology.orchestra.run.smithi184.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-06-30T12:22:26.998 INFO:teuthology.orchestra.run.smithi184.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-06-30T12:22:26.998 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-06-30T12:22:26.998 INFO:teuthology.orchestra.run.smithi184.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-06-30T12:22:26.998 INFO:teuthology.orchestra.run.smithi184.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-06-30T12:22:26.999 INFO:teuthology.orchestra.run.smithi184.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-06-30T12:22:26.999 INFO:teuthology.orchestra.run.smithi184.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-06-30T12:22:26.999 INFO:teuthology.lock.ops:Updating smithi184.front.sepia.ceph.com on lock server 2024-06-30T12:22:27.017 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-06-30T12:22:27.025 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-06-30T12:22:27.030 INFO:teuthology.task.internal:Checking for old test directory... 2024-06-30T12:22:27.030 DEBUG:teuthology.orchestra.run.smithi005:> test '!' -e /home/ubuntu/cephtest 2024-06-30T12:22:27.032 DEBUG:teuthology.orchestra.run.smithi184:> test '!' -e /home/ubuntu/cephtest 2024-06-30T12:22:27.057 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-06-30T12:22:27.063 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-06-30T12:22:27.063 DEBUG:teuthology.orchestra.run.smithi005:> test -z $(ls -A /var/lib/ceph) 2024-06-30T12:22:27.093 DEBUG:teuthology.orchestra.run.smithi184:> test -z $(ls -A /var/lib/ceph) 2024-06-30T12:22:27.131 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-06-30T12:22:27.205 INFO:teuthology.run_tasks:Running task kernel... 2024-06-30T12:22:27.243 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-06-30T12:22:27.243 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-06-30T12:22:27.244 DEBUG:teuthology.orchestra.run.smithi005:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-30T12:22:27.244 DEBUG:teuthology.orchestra.run.smithi184:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-30T12:22:27.264 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:22:27.264 DEBUG:teuthology.orchestra.run.smithi184:> uname -r 2024-06-30T12:22:27.266 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:22:27.266 DEBUG:teuthology.orchestra.run.smithi005:> uname -r 2024-06-30T12:22:27.325 INFO:teuthology.orchestra.run.smithi184.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-06-30T12:22:27.325 INFO:teuthology.task.kernel:Running kernel on smithi184: 4.18.0-513.9.1.el8_9.x86_64 2024-06-30T12:22:27.325 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum install -y kernel 2024-06-30T12:22:27.327 INFO:teuthology.orchestra.run.smithi005.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-06-30T12:22:27.328 INFO:teuthology.task.kernel:Running kernel on smithi005: 4.18.0-513.9.1.el8_9.x86_64 2024-06-30T12:22:27.328 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum install -y kernel 2024-06-30T12:22:28.865 INFO:teuthology.orchestra.run.smithi184.stdout:Updating Subscription Management repositories. 2024-06-30T12:22:28.865 INFO:teuthology.orchestra.run.smithi184.stdout:Unable to read consumer identity 2024-06-30T12:22:28.891 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2024-06-30T12:22:28.891 INFO:teuthology.orchestra.run.smithi005.stdout:Unable to read consumer identity 2024-06-30T12:22:28.993 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-06-30T12:22:28.993 INFO:teuthology.orchestra.run.smithi184.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-06-30T12:22:28.993 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-06-30T12:22:29.016 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-06-30T12:22:29.016 INFO:teuthology.orchestra.run.smithi005.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-06-30T12:22:29.016 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-06-30T12:22:30.812 INFO:teuthology.orchestra.run.smithi184.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2024-06-30T12:22:30.815 INFO:teuthology.orchestra.run.smithi005.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2024-06-30T12:22:31.302 INFO:teuthology.orchestra.run.smithi005.stdout:Extra Packages for Enterprise Linux 30 MB/s | 14 MB 00:00 2024-06-30T12:22:31.440 INFO:teuthology.orchestra.run.smithi184.stdout:Extra Packages for Enterprise Linux 23 MB/s | 14 MB 00:00 2024-06-30T12:22:35.563 INFO:teuthology.orchestra.run.smithi184.stdout:lab-extras 385 kB/s | 24 kB 00:00 2024-06-30T12:22:35.866 INFO:teuthology.orchestra.run.smithi005.stdout:lab-extras 642 kB/s | 24 kB 00:00 2024-06-30T12:22:36.308 INFO:teuthology.orchestra.run.smithi184.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-06-30T12:22:36.308 INFO:teuthology.orchestra.run.smithi184.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-06-30T12:22:36.407 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2024-06-30T12:22:36.408 INFO:teuthology.orchestra.run.smithi184.stdout:Nothing to do. 2024-06-30T12:22:36.408 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2024-06-30T12:22:36.575 DEBUG:teuthology.orchestra.run.smithi184:> echo no | sudo yum reinstall kernel || true 2024-06-30T12:22:36.677 INFO:teuthology.orchestra.run.smithi005.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-06-30T12:22:36.677 INFO:teuthology.orchestra.run.smithi005.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-06-30T12:22:36.758 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-06-30T12:22:36.759 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2024-06-30T12:22:36.759 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-06-30T12:22:36.912 INFO:teuthology.orchestra.run.smithi184.stdout:Updating Subscription Management repositories. 2024-06-30T12:22:36.913 INFO:teuthology.orchestra.run.smithi184.stdout:Unable to read consumer identity 2024-06-30T12:22:36.928 DEBUG:teuthology.orchestra.run.smithi005:> echo no | sudo yum reinstall kernel || true 2024-06-30T12:22:36.972 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-06-30T12:22:36.972 INFO:teuthology.orchestra.run.smithi184.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-06-30T12:22:36.973 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-06-30T12:22:37.293 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:00:02 ago on Sun 30 Jun 2024 12:22:35 PM UTC. 2024-06-30T12:22:37.319 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2024-06-30T12:22:37.319 INFO:teuthology.orchestra.run.smithi005.stdout:Unable to read consumer identity 2024-06-30T12:22:37.373 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-06-30T12:22:37.373 INFO:teuthology.orchestra.run.smithi005.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-06-30T12:22:37.373 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-06-30T12:22:37.380 INFO:teuthology.orchestra.run.smithi184.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:22:37.380 INFO:teuthology.orchestra.run.smithi184.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-06-30T12:22:37.451 INFO:teuthology.orchestra.run.smithi184.stderr:Error: No packages marked for reinstall. 2024-06-30T12:22:37.498 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum reinstall -y kernel || true 2024-06-30T12:22:37.737 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:00:02 ago on Sun 30 Jun 2024 12:22:35 PM UTC. 2024-06-30T12:22:37.833 INFO:teuthology.orchestra.run.smithi005.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:22:37.834 INFO:teuthology.orchestra.run.smithi184.stdout:Updating Subscription Management repositories. 2024-06-30T12:22:37.834 INFO:teuthology.orchestra.run.smithi184.stdout:Unable to read consumer identity 2024-06-30T12:22:37.835 INFO:teuthology.orchestra.run.smithi005.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-06-30T12:22:37.878 INFO:teuthology.orchestra.run.smithi005.stderr:Error: No packages marked for reinstall. 2024-06-30T12:22:37.889 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-06-30T12:22:37.889 INFO:teuthology.orchestra.run.smithi184.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-06-30T12:22:37.889 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-06-30T12:22:37.934 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum reinstall -y kernel || true 2024-06-30T12:22:38.196 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:00:03 ago on Sun 30 Jun 2024 12:22:35 PM UTC. 2024-06-30T12:22:38.258 INFO:teuthology.orchestra.run.smithi184.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:22:38.259 INFO:teuthology.orchestra.run.smithi184.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-06-30T12:22:38.299 INFO:teuthology.orchestra.run.smithi184.stderr:Error: No packages marked for reinstall. 2024-06-30T12:22:38.317 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2024-06-30T12:22:38.317 INFO:teuthology.orchestra.run.smithi005.stdout:Unable to read consumer identity 2024-06-30T12:22:38.348 DEBUG:teuthology.orchestra.run.smithi184:> rpm -q kernel | sort -rV | head -n 1 2024-06-30T12:22:38.381 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-06-30T12:22:38.381 INFO:teuthology.orchestra.run.smithi005.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-06-30T12:22:38.381 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-06-30T12:22:38.501 INFO:teuthology.orchestra.run.smithi184.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-06-30T12:22:38.501 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-06-30T12:22:38.501 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-06-30T12:22:38.501 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-06-30T12:22:38.501 DEBUG:teuthology.orchestra.run.smithi184:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-06-30T12:22:38.533 INFO:teuthology.orchestra.run.smithi184.stdout:ttyS1 2024-06-30T12:22:38.552 DEBUG:teuthology.parallel:result is None 2024-06-30T12:22:38.738 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:00:03 ago on Sun 30 Jun 2024 12:22:35 PM UTC. 2024-06-30T12:22:38.807 INFO:teuthology.orchestra.run.smithi005.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:22:38.807 INFO:teuthology.orchestra.run.smithi005.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-06-30T12:22:38.834 INFO:teuthology.orchestra.run.smithi005.stderr:Error: No packages marked for reinstall. 2024-06-30T12:22:38.895 DEBUG:teuthology.orchestra.run.smithi005:> rpm -q kernel | sort -rV | head -n 1 2024-06-30T12:22:39.072 INFO:teuthology.orchestra.run.smithi005.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-06-30T12:22:39.073 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-06-30T12:22:39.073 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-06-30T12:22:39.073 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-06-30T12:22:39.074 DEBUG:teuthology.orchestra.run.smithi005:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-06-30T12:22:39.112 INFO:teuthology.orchestra.run.smithi005.stdout:ttyS1 2024-06-30T12:22:39.131 DEBUG:teuthology.parallel:result is None 2024-06-30T12:22:39.131 INFO:teuthology.run_tasks:Running task internal.base... 2024-06-30T12:22:39.138 INFO:teuthology.task.internal:Creating test directory... 2024-06-30T12:22:39.138 DEBUG:teuthology.orchestra.run.smithi005:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-06-30T12:22:39.173 DEBUG:teuthology.orchestra.run.smithi184:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-06-30T12:22:39.193 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-06-30T12:22:39.199 INFO:teuthology.run_tasks:Running task internal.archive... 2024-06-30T12:22:39.206 INFO:teuthology.task.internal:Creating archive directory... 2024-06-30T12:22:39.207 DEBUG:teuthology.orchestra.run.smithi005:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-06-30T12:22:39.235 DEBUG:teuthology.orchestra.run.smithi184:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-06-30T12:22:39.277 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-06-30T12:22:39.283 INFO:teuthology.task.internal:Enabling coredump saving... 2024-06-30T12:22:39.284 DEBUG:teuthology.orchestra.run.smithi005:> 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:22:39.306 DEBUG:teuthology.orchestra.run.smithi184:> 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:22:39.343 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-30T12:22:39.350 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-30T12:22:39.356 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-30T12:22:39.362 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-30T12:22:39.363 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-06-30T12:22:39.370 INFO:teuthology.task.internal:Configuring sudo... 2024-06-30T12:22:39.370 DEBUG:teuthology.orchestra.run.smithi005:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-06-30T12:22:39.401 DEBUG:teuthology.orchestra.run.smithi184:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-06-30T12:22:39.433 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-06-30T12:22:39.466 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-06-30T12:22:39.466 DEBUG:teuthology.orchestra.run.smithi005:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-06-30T12:22:39.475 DEBUG:teuthology.orchestra.run.smithi184:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-06-30T12:22:39.495 DEBUG:teuthology.orchestra.run.smithi005:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-06-30T12:22:39.585 DEBUG:teuthology.orchestra.run.smithi005:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-06-30T12:22:39.647 DEBUG:teuthology.orchestra.run.smithi005:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-06-30T12:22:39.693 DEBUG:teuthology.orchestra.run.smithi005:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-06-30T12:22:39.744 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-06-30T12:22:39.744 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-06-30T12:22:39.819 DEBUG:teuthology.orchestra.run.smithi184:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-06-30T12:22:39.863 DEBUG:teuthology.orchestra.run.smithi184:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-06-30T12:22:39.914 DEBUG:teuthology.orchestra.run.smithi184:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-06-30T12:22:39.999 DEBUG:teuthology.orchestra.run.smithi184:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-06-30T12:22:40.040 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-06-30T12:22:40.040 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-06-30T12:22:40.107 DEBUG:teuthology.orchestra.run.smithi005:> sudo service rsyslog restart 2024-06-30T12:22:40.109 DEBUG:teuthology.orchestra.run.smithi184:> sudo service rsyslog restart 2024-06-30T12:22:40.165 INFO:teuthology.orchestra.run.smithi005.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-06-30T12:22:40.188 INFO:teuthology.orchestra.run.smithi184.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-06-30T12:22:40.670 INFO:teuthology.run_tasks:Running task internal.timer... 2024-06-30T12:22:40.678 INFO:teuthology.task.internal:Starting timer... 2024-06-30T12:22:40.678 INFO:teuthology.run_tasks:Running task pcp... 2024-06-30T12:22:40.702 INFO:teuthology.run_tasks:Running task selinux... 2024-06-30T12:22:40.726 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-06-30T12:22:40.726 DEBUG:teuthology.orchestra.run.smithi005:> sudo service auditd rotate 2024-06-30T12:22:40.807 INFO:teuthology.orchestra.run.smithi005.stdout:Rotating logs: 2024-06-30T12:22:40.808 DEBUG:teuthology.orchestra.run.smithi184:> sudo service auditd rotate 2024-06-30T12:22:40.878 INFO:teuthology.orchestra.run.smithi184.stdout:Rotating logs: 2024-06-30T12:22:40.879 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-06-30T12:22:40.880 DEBUG:teuthology.orchestra.run.smithi005:> /usr/sbin/getenforce 2024-06-30T12:22:40.909 INFO:teuthology.orchestra.run.smithi005.stdout:Permissive 2024-06-30T12:22:40.910 DEBUG:teuthology.orchestra.run.smithi184:> /usr/sbin/getenforce 2024-06-30T12:22:40.936 INFO:teuthology.orchestra.run.smithi184.stdout:Permissive 2024-06-30T12:22:40.937 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi005.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi184.front.sepia.ceph.com': 'permissive'} 2024-06-30T12:22:40.937 DEBUG:teuthology.orchestra.run.smithi005:> 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:22:40.983 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:22:40.983 DEBUG:teuthology.orchestra.run.smithi184:> 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:22:41.011 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:22:41.011 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-06-30T12:22:41.012 DEBUG:teuthology.orchestra.run.smithi005:> sudo /usr/sbin/setenforce permissive 2024-06-30T12:22:41.057 DEBUG:teuthology.orchestra.run.smithi184:> sudo /usr/sbin/setenforce permissive 2024-06-30T12:22:41.085 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-06-30T12:22:41.095 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-06-30T12:22:41.098 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-06-30T12:22:41.206 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-06-30T12:22:41.216 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:22:41.217 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi005.front.sepia.ceph.com,smithi184.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-06-30T12:32:11.010 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi005.front.sepia.ceph.com'), Remote(name='ubuntu@smithi184.front.sepia.ceph.com')] 2024-06-30T12:32:11.012 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi005.front.sepia.ceph.com' 2024-06-30T12:32:11.013 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:32:11.093 DEBUG:teuthology.orchestra.run.smithi005:> true 2024-06-30T12:32:11.167 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi005.front.sepia.ceph.com' 2024-06-30T12:32:11.168 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-06-30T12:32:11.168 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:32:11.247 DEBUG:teuthology.orchestra.run.smithi184:> true 2024-06-30T12:32:11.316 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-06-30T12:32:11.317 INFO:teuthology.run_tasks:Running task clock... 2024-06-30T12:32:11.328 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-06-30T12:32:11.329 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-06-30T12:32:11.329 DEBUG:teuthology.orchestra.run.smithi005:> 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-30T12:32:11.332 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-06-30T12:32:11.332 DEBUG:teuthology.orchestra.run.smithi184:> 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-30T12:32:11.369 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-06-30T12:32:11.388 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-06-30T12:32:11.389 INFO:teuthology.orchestra.run.smithi184.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-06-30T12:32:11.403 INFO:teuthology.orchestra.run.smithi184.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-06-30T12:32:11.466 INFO:teuthology.orchestra.run.smithi005.stderr:sudo: ntpd: command not found 2024-06-30T12:32:11.470 INFO:teuthology.orchestra.run.smithi184.stderr:sudo: ntpd: command not found 2024-06-30T12:32:11.480 INFO:teuthology.orchestra.run.smithi005.stdout:506 Cannot talk to daemon 2024-06-30T12:32:11.483 INFO:teuthology.orchestra.run.smithi184.stdout:506 Cannot talk to daemon 2024-06-30T12:32:11.498 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-06-30T12:32:11.498 INFO:teuthology.orchestra.run.smithi184.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-06-30T12:32:11.513 INFO:teuthology.orchestra.run.smithi184.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-06-30T12:32:11.514 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-06-30T12:32:11.583 INFO:teuthology.orchestra.run.smithi005.stderr:bash: ntpq: command not found 2024-06-30T12:32:11.587 INFO:teuthology.orchestra.run.smithi005.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-06-30T12:32:11.587 INFO:teuthology.orchestra.run.smithi005.stdout:=============================================================================== 2024-06-30T12:32:11.587 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-30T12:32:11.587 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-30T12:32:11.587 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-30T12:32:11.587 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-30T12:32:11.589 INFO:teuthology.orchestra.run.smithi184.stderr:bash: ntpq: command not found 2024-06-30T12:32:11.593 INFO:teuthology.orchestra.run.smithi184.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-06-30T12:32:11.593 INFO:teuthology.orchestra.run.smithi184.stdout:=============================================================================== 2024-06-30T12:32:11.593 INFO:teuthology.orchestra.run.smithi184.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-30T12:32:11.593 INFO:teuthology.orchestra.run.smithi184.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-30T12:32:11.593 INFO:teuthology.orchestra.run.smithi184.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-30T12:32:11.593 INFO:teuthology.orchestra.run.smithi184.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-30T12:32:11.594 INFO:teuthology.run_tasks:Running task pexec... 2024-06-30T12:32:11.604 INFO:teuthology.task.pexec:Executing custom commands... 2024-06-30T12:32:11.605 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi005.front.sepia.ceph.com 2024-06-30T12:32:11.605 DEBUG:teuthology.orchestra.run.smithi005:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-06-30T12:32:11.605 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi184.front.sepia.ceph.com 2024-06-30T12:32:11.605 DEBUG:teuthology.orchestra.run.smithi184:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-06-30T12:32:12.013 INFO:teuthology.orchestra.run.smithi184.stdout:Updating Subscription Management repositories. 2024-06-30T12:32:12.063 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2024-06-30T12:32:13.903 INFO:teuthology.orchestra.run.smithi005.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 50 kB/s | 4.5 kB 00:00 2024-06-30T12:32:13.916 INFO:teuthology.orchestra.run.smithi184.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 31 kB/s | 4.1 kB 00:00 2024-06-30T12:32:14.341 INFO:teuthology.orchestra.run.smithi184.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 38 kB/s | 4.5 kB 00:00 2024-06-30T12:32:14.701 INFO:teuthology.orchestra.run.smithi005.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 25 kB/s | 4.1 kB 00:00 2024-06-30T12:32:17.431 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2024-06-30T12:32:17.431 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-06-30T12:32:17.432 INFO:teuthology.orchestra.run.smithi184.stdout: Package Architecture Version Repository Size 2024-06-30T12:32:17.432 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-06-30T12:32:17.432 INFO:teuthology.orchestra.run.smithi184.stdout:Resetting modules: 2024-06-30T12:32:17.432 INFO:teuthology.orchestra.run.smithi184.stdout: container-tools 2024-06-30T12:32:17.432 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-06-30T12:32:17.432 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2024-06-30T12:32:17.432 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-06-30T12:32:17.432 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-06-30T12:32:17.993 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-06-30T12:32:17.994 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-06-30T12:32:17.994 INFO:teuthology.orchestra.run.smithi005.stdout: Package Architecture Version Repository Size 2024-06-30T12:32:17.994 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-06-30T12:32:17.994 INFO:teuthology.orchestra.run.smithi005.stdout:Resetting modules: 2024-06-30T12:32:17.995 INFO:teuthology.orchestra.run.smithi005.stdout: container-tools 2024-06-30T12:32:17.995 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-06-30T12:32:17.995 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-06-30T12:32:17.995 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-06-30T12:32:17.995 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-06-30T12:32:28.171 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2024-06-30T12:32:28.653 INFO:teuthology.orchestra.run.smithi184.stdout:Updating Subscription Management repositories. 2024-06-30T12:32:30.547 INFO:teuthology.orchestra.run.smithi184.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 28 kB/s | 4.1 kB 00:00 2024-06-30T12:32:30.919 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-06-30T12:32:30.972 INFO:teuthology.orchestra.run.smithi184.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 29 kB/s | 4.5 kB 00:00 2024-06-30T12:32:31.442 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2024-06-30T12:32:33.468 INFO:teuthology.orchestra.run.smithi005.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 24 kB/s | 4.5 kB 00:00 2024-06-30T12:32:34.005 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2024-06-30T12:32:34.173 INFO:teuthology.orchestra.run.smithi184.stdout:========================================================================================================== 2024-06-30T12:32:34.173 INFO:teuthology.orchestra.run.smithi184.stdout: Package Arch Version Repository Size 2024-06-30T12:32:34.173 INFO:teuthology.orchestra.run.smithi184.stdout:========================================================================================================== 2024-06-30T12:32:34.173 INFO:teuthology.orchestra.run.smithi184.stdout:Installing group/module packages: 2024-06-30T12:32:34.173 INFO:teuthology.orchestra.run.smithi184.stdout: aardvark-dns x86_64 2:1.7.0-1.module+el8.9.0+21697+6a5e98e7 rhel-8-for-x86_64-appstream-rpms 1.0 M 2024-06-30T12:32:34.173 INFO:teuthology.orchestra.run.smithi184.stdout: buildah x86_64 1:1.31.5-1.module+el8.9.0+21697+6a5e98e7 rhel-8-for-x86_64-appstream-rpms 8.8 M 2024-06-30T12:32:34.173 INFO:teuthology.orchestra.run.smithi184.stdout: cockpit-podman noarch 75-1.module+el8.9.0+21697+6a5e98e7 rhel-8-for-x86_64-appstream-rpms 739 k 2024-06-30T12:32:34.173 INFO:teuthology.orchestra.run.smithi184.stdout: crun x86_64 1.8.7-1.module+el8.9.0+21697+6a5e98e7 rhel-8-for-x86_64-appstream-rpms 239 k 2024-06-30T12:32:34.173 INFO:teuthology.orchestra.run.smithi184.stdout: netavark x86_64 2:1.7.0-2.module+el8.9.0+21697+6a5e98e7 rhel-8-for-x86_64-appstream-rpms 3.7 M 2024-06-30T12:32:34.174 INFO:teuthology.orchestra.run.smithi184.stdout: python3-podman noarch 4.6.0-2.module+el8.9.0+21697+6a5e98e7 rhel-8-for-x86_64-appstream-rpms 154 k 2024-06-30T12:32:34.174 INFO:teuthology.orchestra.run.smithi184.stdout: skopeo x86_64 2:1.13.3-3.module+el8.9.0+21697+6a5e98e7 rhel-8-for-x86_64-appstream-rpms 8.1 M 2024-06-30T12:32:34.174 INFO:teuthology.orchestra.run.smithi184.stdout: toolbox x86_64 0.0.99.4-5.module+el8.9.0+21697+6a5e98e7 rhel-8-for-x86_64-appstream-rpms 2.5 M 2024-06-30T12:32:34.174 INFO:teuthology.orchestra.run.smithi184.stdout: udica noarch 0.2.6-20.module+el8.9.0+21697+6a5e98e7 rhel-8-for-x86_64-appstream-rpms 49 k 2024-06-30T12:32:34.174 INFO:teuthology.orchestra.run.smithi184.stdout:Installing dependencies: 2024-06-30T12:32:34.174 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2024-06-30T12:32:34.174 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2024-06-30T12:32:34.174 INFO:teuthology.orchestra.run.smithi184.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-06-30T12:32:34.174 INFO:teuthology.orchestra.run.smithi184.stdout:Installing weak dependencies: 2024-06-30T12:32:34.174 INFO:teuthology.orchestra.run.smithi184.stdout: criu-libs x86_64 3.18-4.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 39 k 2024-06-30T12:32:34.175 INFO:teuthology.orchestra.run.smithi184.stdout:Installing module profiles: 2024-06-30T12:32:34.175 INFO:teuthology.orchestra.run.smithi184.stdout: container-tools/common 2024-06-30T12:32:34.175 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-06-30T12:32:34.175 INFO:teuthology.orchestra.run.smithi184.stdout:Enabling module streams: 2024-06-30T12:32:34.175 INFO:teuthology.orchestra.run.smithi184.stdout: container-tools rhel8 2024-06-30T12:32:34.175 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-06-30T12:32:34.175 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2024-06-30T12:32:34.175 INFO:teuthology.orchestra.run.smithi184.stdout:========================================================================================================== 2024-06-30T12:32:34.175 INFO:teuthology.orchestra.run.smithi184.stdout:Install 13 Packages 2024-06-30T12:32:34.175 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-06-30T12:32:34.176 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 26 M 2024-06-30T12:32:34.176 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 87 M 2024-06-30T12:32:34.176 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2024-06-30T12:32:34.213 INFO:teuthology.orchestra.run.smithi005.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 41 kB/s | 4.1 kB 00:00 2024-06-30T12:32:34.268 INFO:teuthology.orchestra.run.smithi184.stdout:(1/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.0 MB/s | 94 kB 00:00 2024-06-30T12:32:34.318 INFO:teuthology.orchestra.run.smithi184.stdout:(2/13): python3-pytoml-0.1.14-5.git7dea353.el8. 174 kB/s | 25 kB 00:00 2024-06-30T12:32:34.343 INFO:teuthology.orchestra.run.smithi184.stdout:(3/13): criu-libs-3.18-4.module+el8.9.0+20326+3 235 kB/s | 39 kB 00:00 2024-06-30T12:32:34.410 INFO:teuthology.orchestra.run.smithi184.stdout:(4/13): yajl-2.1.0-12.el8.x86_64.rpm 288 kB/s | 41 kB 00:00 2024-06-30T12:32:34.452 INFO:teuthology.orchestra.run.smithi184.stdout:(5/13): aardvark-dns-1.7.0-1.module+el8.9.0+216 7.5 MB/s | 1.0 MB 00:00 2024-06-30T12:32:34.578 INFO:teuthology.orchestra.run.smithi184.stdout:(6/13): cockpit-podman-75-1.module+el8.9.0+2169 4.3 MB/s | 739 kB 00:00 2024-06-30T12:32:34.620 INFO:teuthology.orchestra.run.smithi184.stdout:(7/13): crun-1.8.7-1.module+el8.9.0+21697+6a5e9 1.4 MB/s | 239 kB 00:00 2024-06-30T12:32:34.770 INFO:teuthology.orchestra.run.smithi184.stdout:(8/13): buildah-1.31.5-1.module+el8.9.0+21697+6 21 MB/s | 8.8 MB 00:00 2024-06-30T12:32:34.795 INFO:teuthology.orchestra.run.smithi184.stdout:(9/13): python3-podman-4.6.0-2.module+el8.9.0+2 876 kB/s | 154 kB 00:00 2024-06-30T12:32:34.887 INFO:teuthology.orchestra.run.smithi184.stdout:(10/13): netavark-1.7.0-2.module+el8.9.0+21697+ 12 MB/s | 3.7 MB 00:00 2024-06-30T12:32:34.987 INFO:teuthology.orchestra.run.smithi184.stdout:(11/13): toolbox-0.0.99.4-5.module+el8.9.0+2169 13 MB/s | 2.5 MB 00:00 2024-06-30T12:32:35.069 INFO:teuthology.orchestra.run.smithi184.stdout:(12/13): udica-0.2.6-20.module+el8.9.0+21697+6a 273 kB/s | 49 kB 00:00 2024-06-30T12:32:35.171 INFO:teuthology.orchestra.run.smithi184.stdout:(13/13): skopeo-1.13.3-3.module+el8.9.0+21697+6 20 MB/s | 8.1 MB 00:00 2024-06-30T12:32:35.172 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2024-06-30T12:32:35.172 INFO:teuthology.orchestra.run.smithi184.stdout:Total 26 MB/s | 26 MB 00:00 2024-06-30T12:32:35.454 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2024-06-30T12:32:35.475 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2024-06-30T12:32:35.475 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2024-06-30T12:32:35.703 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2024-06-30T12:32:35.712 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2024-06-30T12:32:36.479 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2024-06-30T12:32:36.965 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : aardvark-dns-2:1.7.0-1.module+el8.9.0+21697+6a5e98 1/13 2024-06-30T12:32:37.153 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : netavark-2:1.7.0-2.module+el8.9.0+21697+6a5e98e7.x 2/13 2024-06-30T12:32:37.338 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/13 2024-06-30T12:32:37.506 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 4/13 2024-06-30T12:32:37.549 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-06-30T12:32:37.718 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 5/13 2024-06-30T12:32:37.740 INFO:teuthology.orchestra.run.smithi005.stdout:========================================================================================================== 2024-06-30T12:32:37.740 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-06-30T12:32:37.740 INFO:teuthology.orchestra.run.smithi005.stdout:========================================================================================================== 2024-06-30T12:32:37.740 INFO:teuthology.orchestra.run.smithi005.stdout:Installing group/module packages: 2024-06-30T12:32:37.740 INFO:teuthology.orchestra.run.smithi005.stdout: aardvark-dns x86_64 2:1.7.0-1.module+el8.9.0+21697+6a5e98e7 rhel-8-for-x86_64-appstream-rpms 1.0 M 2024-06-30T12:32:37.740 INFO:teuthology.orchestra.run.smithi005.stdout: buildah x86_64 1:1.31.5-1.module+el8.9.0+21697+6a5e98e7 rhel-8-for-x86_64-appstream-rpms 8.8 M 2024-06-30T12:32:37.741 INFO:teuthology.orchestra.run.smithi005.stdout: cockpit-podman noarch 75-1.module+el8.9.0+21697+6a5e98e7 rhel-8-for-x86_64-appstream-rpms 739 k 2024-06-30T12:32:37.741 INFO:teuthology.orchestra.run.smithi005.stdout: crun x86_64 1.8.7-1.module+el8.9.0+21697+6a5e98e7 rhel-8-for-x86_64-appstream-rpms 239 k 2024-06-30T12:32:37.741 INFO:teuthology.orchestra.run.smithi005.stdout: netavark x86_64 2:1.7.0-2.module+el8.9.0+21697+6a5e98e7 rhel-8-for-x86_64-appstream-rpms 3.7 M 2024-06-30T12:32:37.741 INFO:teuthology.orchestra.run.smithi005.stdout: python3-podman noarch 4.6.0-2.module+el8.9.0+21697+6a5e98e7 rhel-8-for-x86_64-appstream-rpms 154 k 2024-06-30T12:32:37.741 INFO:teuthology.orchestra.run.smithi005.stdout: skopeo x86_64 2:1.13.3-3.module+el8.9.0+21697+6a5e98e7 rhel-8-for-x86_64-appstream-rpms 8.1 M 2024-06-30T12:32:37.741 INFO:teuthology.orchestra.run.smithi005.stdout: toolbox x86_64 0.0.99.4-5.module+el8.9.0+21697+6a5e98e7 rhel-8-for-x86_64-appstream-rpms 2.5 M 2024-06-30T12:32:37.742 INFO:teuthology.orchestra.run.smithi005.stdout: udica noarch 0.2.6-20.module+el8.9.0+21697+6a5e98e7 rhel-8-for-x86_64-appstream-rpms 49 k 2024-06-30T12:32:37.742 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2024-06-30T12:32:37.742 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2024-06-30T12:32:37.742 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2024-06-30T12:32:37.742 INFO:teuthology.orchestra.run.smithi005.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-06-30T12:32:37.743 INFO:teuthology.orchestra.run.smithi005.stdout:Installing weak dependencies: 2024-06-30T12:32:37.743 INFO:teuthology.orchestra.run.smithi005.stdout: criu-libs x86_64 3.18-4.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 39 k 2024-06-30T12:32:37.743 INFO:teuthology.orchestra.run.smithi005.stdout:Installing module profiles: 2024-06-30T12:32:37.743 INFO:teuthology.orchestra.run.smithi005.stdout: container-tools/common 2024-06-30T12:32:37.743 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-06-30T12:32:37.744 INFO:teuthology.orchestra.run.smithi005.stdout:Enabling module streams: 2024-06-30T12:32:37.744 INFO:teuthology.orchestra.run.smithi005.stdout: container-tools rhel8 2024-06-30T12:32:37.744 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-06-30T12:32:37.744 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-06-30T12:32:37.744 INFO:teuthology.orchestra.run.smithi005.stdout:========================================================================================================== 2024-06-30T12:32:37.745 INFO:teuthology.orchestra.run.smithi005.stdout:Install 13 Packages 2024-06-30T12:32:37.745 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-06-30T12:32:37.746 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 26 M 2024-06-30T12:32:37.746 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 87 M 2024-06-30T12:32:37.746 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-06-30T12:32:37.854 INFO:teuthology.orchestra.run.smithi005.stdout:(1/13): python3-pytoml-0.1.14-5.git7dea353.el8. 224 kB/s | 25 kB 00:00 2024-06-30T12:32:37.888 INFO:teuthology.orchestra.run.smithi005.stdout:(2/13): criu-libs-3.18-4.module+el8.9.0+20326+3 272 kB/s | 39 kB 00:00 2024-06-30T12:32:37.905 INFO:teuthology.orchestra.run.smithi005.stdout:(3/13): python3-pyxdg-0.25-16.el8.noarch.rpm 582 kB/s | 94 kB 00:00 2024-06-30T12:32:37.918 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 6/13 2024-06-30T12:32:37.947 INFO:teuthology.orchestra.run.smithi005.stdout:(4/13): yajl-2.1.0-12.el8.x86_64.rpm 444 kB/s | 41 kB 00:00 2024-06-30T12:32:38.090 INFO:teuthology.orchestra.run.smithi005.stdout:(5/13): aardvark-dns-1.7.0-1.module+el8.9.0+216 5.0 MB/s | 1.0 MB 00:00 2024-06-30T12:32:38.139 INFO:teuthology.orchestra.run.smithi005.stdout:(6/13): cockpit-podman-75-1.module+el8.9.0+2169 3.8 MB/s | 739 kB 00:00 2024-06-30T12:32:38.163 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-podman-4.6.0-2.module+el8.9.0+21697+6a5e98 7/13 2024-06-30T12:32:38.222 INFO:teuthology.orchestra.run.smithi005.stdout:(7/13): crun-1.8.7-1.module+el8.9.0+21697+6a5e9 1.8 MB/s | 239 kB 00:00 2024-06-30T12:32:38.356 INFO:teuthology.orchestra.run.smithi005.stdout:(8/13): netavark-1.7.0-2.module+el8.9.0+21697+6 17 MB/s | 3.7 MB 00:00 2024-06-30T12:32:38.373 INFO:teuthology.orchestra.run.smithi005.stdout:(9/13): python3-podman-4.6.0-2.module+el8.9.0+2 1.0 MB/s | 154 kB 00:00 2024-06-30T12:32:38.490 INFO:teuthology.orchestra.run.smithi005.stdout:(10/13): buildah-1.31.5-1.module+el8.9.0+21697+ 15 MB/s | 8.8 MB 00:00 2024-06-30T12:32:38.574 INFO:teuthology.orchestra.run.smithi005.stdout:(11/13): toolbox-0.0.99.4-5.module+el8.9.0+2169 13 MB/s | 2.5 MB 00:00 2024-06-30T12:32:38.599 INFO:teuthology.orchestra.run.smithi005.stdout:(12/13): udica-0.2.6-20.module+el8.9.0+21697+6a 457 kB/s | 49 kB 00:00 2024-06-30T12:32:38.741 INFO:teuthology.orchestra.run.smithi005.stdout:(13/13): skopeo-1.13.3-3.module+el8.9.0+21697+6 21 MB/s | 8.1 MB 00:00 2024-06-30T12:32:38.741 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-06-30T12:32:38.742 INFO:teuthology.orchestra.run.smithi005.stdout:Total 26 MB/s | 26 MB 00:00 2024-06-30T12:32:39.050 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-06-30T12:32:39.050 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : crun-1.8.7-1.module+el8.9.0+21697+6a5e98e7.x86_64 8/13 2024-06-30T12:32:39.074 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-06-30T12:32:39.074 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-06-30T12:32:39.300 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : buildah-1:1.31.5-1.module+el8.9.0+21697+6a5e98e7.x 9/13 2024-06-30T12:32:39.330 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-06-30T12:32:39.340 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-06-30T12:32:39.679 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : udica-0.2.6-20.module+el8.9.0+21697+6a5e98e7.noarc 10/13 2024-06-30T12:32:40.119 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-06-30T12:32:40.596 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : toolbox-0.0.99.4-5.module+el8.9.0+21697+6a5e98e7.x 11/13 2024-06-30T12:32:40.635 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : aardvark-dns-2:1.7.0-1.module+el8.9.0+21697+6a5e98 1/13 2024-06-30T12:32:40.792 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : skopeo-2:1.13.3-3.module+el8.9.0+21697+6a5e98e7.x8 12/13 2024-06-30T12:32:40.812 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : netavark-2:1.7.0-2.module+el8.9.0+21697+6a5e98e7.x 2/13 2024-06-30T12:32:40.958 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/13 2024-06-30T12:32:40.983 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : cockpit-podman-75-1.module+el8.9.0+21697+6a5e98e7. 13/13 2024-06-30T12:32:41.122 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 4/13 2024-06-30T12:32:41.323 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 5/13 2024-06-30T12:32:41.412 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: cockpit-podman-75-1.module+el8.9.0+21697+6a5e98e7. 13/13 2024-06-30T12:32:41.412 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/13 2024-06-30T12:32:41.412 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-06-30T12:32:41.412 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 3/13 2024-06-30T12:32:41.412 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 4/13 2024-06-30T12:32:41.412 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : aardvark-dns-2:1.7.0-1.module+el8.9.0+21697+6a5e98 5/13 2024-06-30T12:32:41.412 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : buildah-1:1.31.5-1.module+el8.9.0+21697+6a5e98e7.x 6/13 2024-06-30T12:32:41.412 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : cockpit-podman-75-1.module+el8.9.0+21697+6a5e98e7. 7/13 2024-06-30T12:32:41.413 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : crun-1.8.7-1.module+el8.9.0+21697+6a5e98e7.x86_64 8/13 2024-06-30T12:32:41.413 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : netavark-2:1.7.0-2.module+el8.9.0+21697+6a5e98e7.x 9/13 2024-06-30T12:32:41.413 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-podman-4.6.0-2.module+el8.9.0+21697+6a5e98 10/13 2024-06-30T12:32:41.413 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : skopeo-2:1.13.3-3.module+el8.9.0+21697+6a5e98e7.x8 11/13 2024-06-30T12:32:41.413 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : toolbox-0.0.99.4-5.module+el8.9.0+21697+6a5e98e7.x 12/13 2024-06-30T12:32:41.533 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 6/13 2024-06-30T12:32:41.760 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-podman-4.6.0-2.module+el8.9.0+21697+6a5e98 7/13 2024-06-30T12:32:42.740 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : crun-1.8.7-1.module+el8.9.0+21697+6a5e98e7.x86_64 8/13 2024-06-30T12:32:42.969 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : buildah-1:1.31.5-1.module+el8.9.0+21697+6a5e98e7.x 9/13 2024-06-30T12:32:43.399 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : udica-0.2.6-20.module+el8.9.0+21697+6a5e98e7.noarc 10/13 2024-06-30T12:32:44.338 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : toolbox-0.0.99.4-5.module+el8.9.0+21697+6a5e98e7.x 11/13 2024-06-30T12:32:44.533 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : skopeo-2:1.13.3-3.module+el8.9.0+21697+6a5e98e7.x8 12/13 2024-06-30T12:32:44.704 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : cockpit-podman-75-1.module+el8.9.0+21697+6a5e98e7. 13/13 2024-06-30T12:32:45.156 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: cockpit-podman-75-1.module+el8.9.0+21697+6a5e98e7. 13/13 2024-06-30T12:32:45.157 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/13 2024-06-30T12:32:45.157 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-06-30T12:32:45.157 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 3/13 2024-06-30T12:32:45.157 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 4/13 2024-06-30T12:32:45.157 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : aardvark-dns-2:1.7.0-1.module+el8.9.0+21697+6a5e98 5/13 2024-06-30T12:32:45.157 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : buildah-1:1.31.5-1.module+el8.9.0+21697+6a5e98e7.x 6/13 2024-06-30T12:32:45.157 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : cockpit-podman-75-1.module+el8.9.0+21697+6a5e98e7. 7/13 2024-06-30T12:32:45.157 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : crun-1.8.7-1.module+el8.9.0+21697+6a5e98e7.x86_64 8/13 2024-06-30T12:32:45.157 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : netavark-2:1.7.0-2.module+el8.9.0+21697+6a5e98e7.x 9/13 2024-06-30T12:32:45.157 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-podman-4.6.0-2.module+el8.9.0+21697+6a5e98 10/13 2024-06-30T12:32:45.157 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : skopeo-2:1.13.3-3.module+el8.9.0+21697+6a5e98e7.x8 11/13 2024-06-30T12:32:45.157 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : toolbox-0.0.99.4-5.module+el8.9.0+21697+6a5e98e7.x 12/13 2024-06-30T12:32:55.472 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : udica-0.2.6-20.module+el8.9.0+21697+6a5e98e7.noarc 13/13 2024-06-30T12:32:55.472 INFO:teuthology.orchestra.run.smithi184.stdout:Installed products updated. 2024-06-30T12:32:56.063 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-06-30T12:32:56.063 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2024-06-30T12:32:56.063 INFO:teuthology.orchestra.run.smithi184.stdout: aardvark-dns-2:1.7.0-1.module+el8.9.0+21697+6a5e98e7.x86_64 2024-06-30T12:32:56.063 INFO:teuthology.orchestra.run.smithi184.stdout: buildah-1:1.31.5-1.module+el8.9.0+21697+6a5e98e7.x86_64 2024-06-30T12:32:56.063 INFO:teuthology.orchestra.run.smithi184.stdout: cockpit-podman-75-1.module+el8.9.0+21697+6a5e98e7.noarch 2024-06-30T12:32:56.063 INFO:teuthology.orchestra.run.smithi184.stdout: criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86_64 2024-06-30T12:32:56.064 INFO:teuthology.orchestra.run.smithi184.stdout: crun-1.8.7-1.module+el8.9.0+21697+6a5e98e7.x86_64 2024-06-30T12:32:56.064 INFO:teuthology.orchestra.run.smithi184.stdout: netavark-2:1.7.0-2.module+el8.9.0+21697+6a5e98e7.x86_64 2024-06-30T12:32:56.064 INFO:teuthology.orchestra.run.smithi184.stdout: python3-podman-4.6.0-2.module+el8.9.0+21697+6a5e98e7.noarch 2024-06-30T12:32:56.064 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-06-30T12:32:56.064 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-06-30T12:32:56.064 INFO:teuthology.orchestra.run.smithi184.stdout: skopeo-2:1.13.3-3.module+el8.9.0+21697+6a5e98e7.x86_64 2024-06-30T12:32:56.064 INFO:teuthology.orchestra.run.smithi184.stdout: toolbox-0.0.99.4-5.module+el8.9.0+21697+6a5e98e7.x86_64 2024-06-30T12:32:56.064 INFO:teuthology.orchestra.run.smithi184.stdout: udica-0.2.6-20.module+el8.9.0+21697+6a5e98e7.noarch 2024-06-30T12:32:56.064 INFO:teuthology.orchestra.run.smithi184.stdout: yajl-2.1.0-12.el8.x86_64 2024-06-30T12:32:56.064 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-06-30T12:32:56.064 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2024-06-30T12:32:56.240 DEBUG:teuthology.parallel:result is None 2024-06-30T12:32:58.804 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : udica-0.2.6-20.module+el8.9.0+21697+6a5e98e7.noarc 13/13 2024-06-30T12:32:58.804 INFO:teuthology.orchestra.run.smithi005.stdout:Installed products updated. 2024-06-30T12:32:59.445 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-06-30T12:32:59.445 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-06-30T12:32:59.445 INFO:teuthology.orchestra.run.smithi005.stdout: aardvark-dns-2:1.7.0-1.module+el8.9.0+21697+6a5e98e7.x86_64 2024-06-30T12:32:59.445 INFO:teuthology.orchestra.run.smithi005.stdout: buildah-1:1.31.5-1.module+el8.9.0+21697+6a5e98e7.x86_64 2024-06-30T12:32:59.445 INFO:teuthology.orchestra.run.smithi005.stdout: cockpit-podman-75-1.module+el8.9.0+21697+6a5e98e7.noarch 2024-06-30T12:32:59.446 INFO:teuthology.orchestra.run.smithi005.stdout: criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86_64 2024-06-30T12:32:59.446 INFO:teuthology.orchestra.run.smithi005.stdout: crun-1.8.7-1.module+el8.9.0+21697+6a5e98e7.x86_64 2024-06-30T12:32:59.446 INFO:teuthology.orchestra.run.smithi005.stdout: netavark-2:1.7.0-2.module+el8.9.0+21697+6a5e98e7.x86_64 2024-06-30T12:32:59.446 INFO:teuthology.orchestra.run.smithi005.stdout: python3-podman-4.6.0-2.module+el8.9.0+21697+6a5e98e7.noarch 2024-06-30T12:32:59.446 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-06-30T12:32:59.446 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-06-30T12:32:59.446 INFO:teuthology.orchestra.run.smithi005.stdout: skopeo-2:1.13.3-3.module+el8.9.0+21697+6a5e98e7.x86_64 2024-06-30T12:32:59.446 INFO:teuthology.orchestra.run.smithi005.stdout: toolbox-0.0.99.4-5.module+el8.9.0+21697+6a5e98e7.x86_64 2024-06-30T12:32:59.446 INFO:teuthology.orchestra.run.smithi005.stdout: udica-0.2.6-20.module+el8.9.0+21697+6a5e98e7.noarch 2024-06-30T12:32:59.446 INFO:teuthology.orchestra.run.smithi005.stdout: yajl-2.1.0-12.el8.x86_64 2024-06-30T12:32:59.446 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-06-30T12:32:59.446 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-06-30T12:32:59.642 DEBUG:teuthology.parallel:result is None 2024-06-30T12:32:59.642 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-06-30T12:32:59.687 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-06-30T12:32:59.688 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-06-30T12:32:59.688 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/scratch_devs of=/dev/stdout 2024-06-30T12:32:59.708 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-30T12:32:59.708 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_1 2024-06-30T12:32:59.770 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-06-30T12:32:59.770 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-30T12:32:59.771 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 189477 Links: 1 2024-06-30T12:32:59.771 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-30T12:32:59.771 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2024-06-30T12:32:59.771 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-06-30 12:32:44.854017405 +0000 2024-06-30T12:32:59.771 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-06-30 12:31:22.843696932 +0000 2024-06-30T12:32:59.771 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-06-30 12:31:22.843696932 +0000 2024-06-30T12:32:59.771 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2024-06-30T12:32:59.771 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-06-30T12:32:59.844 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-06-30T12:32:59.844 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-06-30T12:32:59.844 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000123551 s, 4.1 MB/s 2024-06-30T12:32:59.845 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-06-30T12:32:59.910 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_2 2024-06-30T12:32:59.972 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-06-30T12:32:59.973 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-30T12:32:59.973 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 187541 Links: 1 2024-06-30T12:32:59.973 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-30T12:32:59.973 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2024-06-30T12:32:59.973 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-06-30 12:32:44.854017405 +0000 2024-06-30T12:32:59.973 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-06-30 12:31:23.238689158 +0000 2024-06-30T12:32:59.974 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-06-30 12:31:23.238689158 +0000 2024-06-30T12:32:59.974 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2024-06-30T12:32:59.974 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-06-30T12:33:00.045 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-06-30T12:33:00.046 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-06-30T12:33:00.046 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000119071 s, 4.3 MB/s 2024-06-30T12:33:00.047 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-06-30T12:33:00.110 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_3 2024-06-30T12:33:00.172 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-06-30T12:33:00.172 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-30T12:33:00.172 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 186629 Links: 1 2024-06-30T12:33:00.172 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-30T12:33:00.172 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2024-06-30T12:33:00.173 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-06-30 12:32:44.854017405 +0000 2024-06-30T12:33:00.173 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-06-30 12:31:23.681680439 +0000 2024-06-30T12:33:00.173 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-06-30 12:31:23.681680439 +0000 2024-06-30T12:33:00.173 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2024-06-30T12:33:00.173 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-06-30T12:33:00.244 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-06-30T12:33:00.244 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-06-30T12:33:00.244 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000111858 s, 4.6 MB/s 2024-06-30T12:33:00.246 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-06-30T12:33:00.309 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_4 2024-06-30T12:33:00.371 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-06-30T12:33:00.371 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-30T12:33:00.371 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 183193 Links: 1 2024-06-30T12:33:00.371 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-30T12:33:00.371 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2024-06-30T12:33:00.371 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-06-30 12:32:44.854017405 +0000 2024-06-30T12:33:00.371 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-06-30 12:31:24.022673727 +0000 2024-06-30T12:33:00.371 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-06-30 12:31:24.022673727 +0000 2024-06-30T12:33:00.371 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2024-06-30T12:33:00.371 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-06-30T12:33:00.443 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-06-30T12:33:00.444 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-06-30T12:33:00.444 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000118871 s, 4.3 MB/s 2024-06-30T12:33:00.445 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-06-30T12:33:00.508 DEBUG:teuthology.orchestra.run.smithi005:> 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-30T12:33:00.643 INFO:teuthology.orchestra.run.smithi005.stdout:loop 2024-06-30T12:33:00.644 INFO:tasks.nvme_loop:Connecting nvme_loop smithi005:/dev/vg_nvme/lv_1... 2024-06-30T12:33:00.645 DEBUG:teuthology.orchestra.run.smithi005:> 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-30T12:33:00.688 INFO:teuthology.orchestra.run.smithi005.stdout:1 2024-06-30T12:33:00.731 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/vg_nvme/lv_11 2024-06-30T12:33:00.776 INFO:tasks.nvme_loop:Connecting nvme_loop smithi005:/dev/vg_nvme/lv_2... 2024-06-30T12:33:00.777 DEBUG:teuthology.orchestra.run.smithi005:> 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-30T12:33:00.859 INFO:teuthology.orchestra.run.smithi005.stdout:1 2024-06-30T12:33:00.901 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/vg_nvme/lv_21 2024-06-30T12:33:00.944 INFO:tasks.nvme_loop:Connecting nvme_loop smithi005:/dev/vg_nvme/lv_3... 2024-06-30T12:33:00.944 DEBUG:teuthology.orchestra.run.smithi005:> 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-30T12:33:01.026 INFO:teuthology.orchestra.run.smithi005.stdout:1 2024-06-30T12:33:01.067 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/vg_nvme/lv_31 2024-06-30T12:33:01.110 INFO:tasks.nvme_loop:Connecting nvme_loop smithi005:/dev/vg_nvme/lv_4... 2024-06-30T12:33:01.111 DEBUG:teuthology.orchestra.run.smithi005:> 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-30T12:33:01.192 INFO:teuthology.orchestra.run.smithi005.stdout:1 2024-06-30T12:33:01.233 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/vg_nvme/lv_41 2024-06-30T12:33:01.276 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-06-30T12:33:01.276 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/scratch_devs of=/dev/stdout 2024-06-30T12:33:01.336 DEBUG:teuthology.orchestra.run.smithi005:> sudo nvme list 2024-06-30T12:33:01.406 INFO:teuthology.orchestra.run.smithi005.stdout:Node SN Model Namespace Usage Format FW Rev 2024-06-30T12:33:01.407 INFO:teuthology.orchestra.run.smithi005.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-06-30T12:33:01.407 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/nvme0n1 PHMB751300EW480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-06-30T12:33:01.407 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/nvme1n1 87266cb0ddb242049925 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-06-30T12:33:01.407 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/nvme2n1 eee45e1f5b8ea1e7f51b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-06-30T12:33:01.407 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/nvme3n1 27fce82a9d72d2b903e7 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-06-30T12:33:01.407 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/nvme4n1 2a6db911dfed9d36674a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-06-30T12:33:01.408 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-06-30T12:33:01.408 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-06-30T12:33:01.408 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/scratch_devs 2024-06-30T12:33:01.482 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-06-30T12:33:01.482 DEBUG:teuthology.orchestra.run.smithi184:> dd if=/scratch_devs of=/dev/stdout 2024-06-30T12:33:01.504 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-30T12:33:01.504 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_1 2024-06-30T12:33:01.565 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-06-30T12:33:01.565 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-30T12:33:01.565 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 182265 Links: 1 2024-06-30T12:33:01.565 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-30T12:33:01.565 INFO:teuthology.orchestra.run.smithi184.stdout:Context: system_u:object_r:device_t:s0 2024-06-30T12:33:01.565 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-06-30 12:32:41.140289358 +0000 2024-06-30T12:33:01.565 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-06-30 12:30:25.604890304 +0000 2024-06-30T12:33:01.565 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-06-30 12:30:25.604890304 +0000 2024-06-30T12:33:01.566 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-06-30T12:33:01.566 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-06-30T12:33:01.636 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-06-30T12:33:01.636 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-06-30T12:33:01.636 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000303553 s, 1.7 MB/s 2024-06-30T12:33:01.637 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-06-30T12:33:01.699 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_2 2024-06-30T12:33:01.759 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-06-30T12:33:01.759 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-30T12:33:01.760 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 184973 Links: 1 2024-06-30T12:33:01.760 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-30T12:33:01.760 INFO:teuthology.orchestra.run.smithi184.stdout:Context: system_u:object_r:device_t:s0 2024-06-30T12:33:01.760 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-06-30 12:32:41.141289338 +0000 2024-06-30T12:33:01.760 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-06-30 12:30:25.946883540 +0000 2024-06-30T12:33:01.760 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-06-30 12:30:25.946883540 +0000 2024-06-30T12:33:01.760 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-06-30T12:33:01.760 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-06-30T12:33:01.828 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-06-30T12:33:01.828 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-06-30T12:33:01.828 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000239536 s, 2.1 MB/s 2024-06-30T12:33:01.829 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-06-30T12:33:01.889 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_3 2024-06-30T12:33:01.948 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-06-30T12:33:01.948 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-30T12:33:01.949 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 179062 Links: 1 2024-06-30T12:33:01.949 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-30T12:33:01.949 INFO:teuthology.orchestra.run.smithi184.stdout:Context: system_u:object_r:device_t:s0 2024-06-30T12:33:01.949 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-06-30 12:32:41.141289338 +0000 2024-06-30T12:33:01.949 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-06-30 12:30:26.289876756 +0000 2024-06-30T12:33:01.949 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-06-30 12:30:26.289876756 +0000 2024-06-30T12:33:01.949 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-06-30T12:33:01.949 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-06-30T12:33:02.015 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-06-30T12:33:02.015 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-06-30T12:33:02.015 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000200505 s, 2.6 MB/s 2024-06-30T12:33:02.016 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-06-30T12:33:02.075 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_4 2024-06-30T12:33:02.134 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-06-30T12:33:02.134 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-30T12:33:02.135 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 185764 Links: 1 2024-06-30T12:33:02.135 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-30T12:33:02.135 INFO:teuthology.orchestra.run.smithi184.stdout:Context: system_u:object_r:device_t:s0 2024-06-30T12:33:02.135 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-06-30 12:32:41.141289338 +0000 2024-06-30T12:33:02.135 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-06-30 12:30:26.634869932 +0000 2024-06-30T12:33:02.135 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-06-30 12:30:26.634869932 +0000 2024-06-30T12:33:02.135 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-06-30T12:33:02.135 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-06-30T12:33:02.202 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-06-30T12:33:02.202 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-06-30T12:33:02.202 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000241193 s, 2.1 MB/s 2024-06-30T12:33:02.203 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-06-30T12:33:02.263 DEBUG:teuthology.orchestra.run.smithi184:> 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-30T12:33:02.388 INFO:teuthology.orchestra.run.smithi184.stdout:loop 2024-06-30T12:33:02.389 INFO:tasks.nvme_loop:Connecting nvme_loop smithi184:/dev/vg_nvme/lv_1... 2024-06-30T12:33:02.389 DEBUG:teuthology.orchestra.run.smithi184:> 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-30T12:33:02.424 INFO:teuthology.orchestra.run.smithi184.stdout:1 2024-06-30T12:33:02.459 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/vg_nvme/lv_11 2024-06-30T12:33:02.500 INFO:tasks.nvme_loop:Connecting nvme_loop smithi184:/dev/vg_nvme/lv_2... 2024-06-30T12:33:02.500 DEBUG:teuthology.orchestra.run.smithi184:> 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-30T12:33:02.576 INFO:teuthology.orchestra.run.smithi184.stdout:1 2024-06-30T12:33:02.612 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/vg_nvme/lv_21 2024-06-30T12:33:02.651 INFO:tasks.nvme_loop:Connecting nvme_loop smithi184:/dev/vg_nvme/lv_3... 2024-06-30T12:33:02.651 DEBUG:teuthology.orchestra.run.smithi184:> 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-30T12:33:02.727 INFO:teuthology.orchestra.run.smithi184.stdout:1 2024-06-30T12:33:02.763 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/vg_nvme/lv_31 2024-06-30T12:33:02.801 INFO:tasks.nvme_loop:Connecting nvme_loop smithi184:/dev/vg_nvme/lv_4... 2024-06-30T12:33:02.801 DEBUG:teuthology.orchestra.run.smithi184:> 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-30T12:33:02.877 INFO:teuthology.orchestra.run.smithi184.stdout:1 2024-06-30T12:33:02.913 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/vg_nvme/lv_41 2024-06-30T12:33:02.952 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-06-30T12:33:02.952 DEBUG:teuthology.orchestra.run.smithi184:> dd if=/scratch_devs of=/dev/stdout 2024-06-30T12:33:03.009 DEBUG:teuthology.orchestra.run.smithi184:> sudo nvme list 2024-06-30T12:33:03.074 INFO:teuthology.orchestra.run.smithi184.stdout:Node SN Model Namespace Usage Format FW Rev 2024-06-30T12:33:03.074 INFO:teuthology.orchestra.run.smithi184.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-06-30T12:33:03.074 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/nvme0n1 CVFT626500CE400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-06-30T12:33:03.074 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/nvme1n1 7f49337cec7a4a56153f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-06-30T12:33:03.074 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/nvme2n1 1c2669e7eb4653097b72 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-06-30T12:33:03.075 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/nvme3n1 18bec4e10e81c3a2f73a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-06-30T12:33:03.075 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/nvme4n1 e7bf8fd24b9c9c7dd660 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-06-30T12:33:03.076 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-06-30T12:33:03.076 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-06-30T12:33:03.076 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/scratch_devs 2024-06-30T12:33:03.142 INFO:teuthology.run_tasks:Running task cephadm... 2024-06-30T12:33:03.585 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-30T12:33:03.585 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 2024-06-30T12:33:03.586 INFO:tasks.cephadm:Cluster fsid is e5155704-36dc-11ef-bcaa-c7b262605968 2024-06-30T12:33:03.586 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-06-30T12:33:03.586 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-06-30T12:33:03.586 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi005': '172.21.15.5', 'mon.smithi184': '172.21.15.184'} 2024-06-30T12:33:03.586 INFO:tasks.cephadm:Normalizing hostnames... 2024-06-30T12:33:03.587 DEBUG:teuthology.orchestra.run.smithi005:> sudo hostname $(hostname -s) 2024-06-30T12:33:03.623 DEBUG:teuthology.orchestra.run.smithi184:> sudo hostname $(hostname -s) 2024-06-30T12:33:03.652 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-06-30T12:33:03.652 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-30T12:33:04.025 INFO:tasks.cephadm:builder_project result: [] 2024-06-30T12:33:04.284 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-30T12:33:04.285 INFO:tasks.cephadm:Teardown complete 2024-06-30T12:33:04.285 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-30T12:33:04.463 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=12738c2138bf4365823d9f764dd706da 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-30T12:33:04.465 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-06-30T12:33:04.477 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-06-30T12:33:04.487 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi005:/dev/vg_nvme/lv_1... 2024-06-30T12:33:04.487 DEBUG:teuthology.orchestra.run.smithi005:> sudo nvme disconnect -n lv_1 2024-06-30T12:33:04.619 INFO:teuthology.orchestra.run.smithi005.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-06-30T12:33:04.621 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:33:04.621 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi005:/dev/vg_nvme/lv_2... 2024-06-30T12:33:04.621 DEBUG:teuthology.orchestra.run.smithi005:> sudo nvme disconnect -n lv_2 2024-06-30T12:33:04.746 INFO:teuthology.orchestra.run.smithi005.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-06-30T12:33:04.748 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:33:04.748 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi005:/dev/vg_nvme/lv_3... 2024-06-30T12:33:04.748 DEBUG:teuthology.orchestra.run.smithi005:> sudo nvme disconnect -n lv_3 2024-06-30T12:33:04.885 INFO:teuthology.orchestra.run.smithi005.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-06-30T12:33:04.887 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:33:04.887 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi005:/dev/vg_nvme/lv_4... 2024-06-30T12:33:04.887 DEBUG:teuthology.orchestra.run.smithi005:> sudo nvme disconnect -n lv_4 2024-06-30T12:33:05.008 INFO:teuthology.orchestra.run.smithi005.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-06-30T12:33:05.010 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:33:05.010 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-06-30T12:33:05.010 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/scratch_devs 2024-06-30T12:33:05.045 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi184:/dev/vg_nvme/lv_1... 2024-06-30T12:33:05.045 DEBUG:teuthology.orchestra.run.smithi184:> sudo nvme disconnect -n lv_1 2024-06-30T12:33:05.177 INFO:teuthology.orchestra.run.smithi184.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-06-30T12:33:05.178 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:33:05.179 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi184:/dev/vg_nvme/lv_2... 2024-06-30T12:33:05.179 DEBUG:teuthology.orchestra.run.smithi184:> sudo nvme disconnect -n lv_2 2024-06-30T12:33:05.314 INFO:teuthology.orchestra.run.smithi184.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-06-30T12:33:05.315 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:33:05.316 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi184:/dev/vg_nvme/lv_3... 2024-06-30T12:33:05.316 DEBUG:teuthology.orchestra.run.smithi184:> sudo nvme disconnect -n lv_3 2024-06-30T12:33:05.453 INFO:teuthology.orchestra.run.smithi184.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-06-30T12:33:05.454 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:33:05.455 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi184:/dev/vg_nvme/lv_4... 2024-06-30T12:33:05.455 DEBUG:teuthology.orchestra.run.smithi184:> sudo nvme disconnect -n lv_4 2024-06-30T12:33:05.583 INFO:teuthology.orchestra.run.smithi184.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-06-30T12:33:05.584 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:33:05.585 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-06-30T12:33:05.585 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/scratch_devs 2024-06-30T12:33:05.618 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-06-30T12:33:05.627 INFO:teuthology.task.clock:Checking final clock skew... 2024-06-30T12:33:05.627 DEBUG:teuthology.orchestra.run.smithi005:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-30T12:33:05.629 DEBUG:teuthology.orchestra.run.smithi184:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-30T12:33:05.647 INFO:teuthology.orchestra.run.smithi005.stderr:bash: ntpq: command not found 2024-06-30T12:33:05.653 INFO:teuthology.orchestra.run.smithi005.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-06-30T12:33:05.653 INFO:teuthology.orchestra.run.smithi005.stdout:=============================================================================== 2024-06-30T12:33:05.653 INFO:teuthology.orchestra.run.smithi005.stdout:^+ hv01.front.sepia.ceph.com 3 6 17 48 +1552us[+1556us] +/- 60ms 2024-06-30T12:33:05.654 INFO:teuthology.orchestra.run.smithi005.stdout:^* hv02.front.sepia.ceph.com 3 6 17 47 -877us[ -874us] +/- 60ms 2024-06-30T12:33:05.654 INFO:teuthology.orchestra.run.smithi005.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 47 -884us[ -881us] +/- 78ms 2024-06-30T12:33:05.654 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-06-30T12:33:05.678 INFO:teuthology.orchestra.run.smithi184.stderr:bash: ntpq: command not found 2024-06-30T12:33:05.683 INFO:teuthology.orchestra.run.smithi184.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-06-30T12:33:05.684 INFO:teuthology.orchestra.run.smithi184.stdout:=============================================================================== 2024-06-30T12:33:05.684 INFO:teuthology.orchestra.run.smithi184.stdout:^* hv01.front.sepia.ceph.com 3 6 17 47 +1540us[+1539us] +/- 60ms 2024-06-30T12:33:05.684 INFO:teuthology.orchestra.run.smithi184.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 48 -874us[ -875us] +/- 60ms 2024-06-30T12:33:05.684 INFO:teuthology.orchestra.run.smithi184.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 47 -883us[ -883us] +/- 78ms 2024-06-30T12:33:05.684 INFO:teuthology.orchestra.run.smithi184.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-06-30T12:33:05.685 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-06-30T12:33:05.693 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-06-30T12:33:05.694 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-06-30T12:33:05.702 DEBUG:teuthology.orchestra.run.smithi005:> 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-30T12:33:05.775 DEBUG:teuthology.orchestra.run.smithi184:> 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-30T12:33:05.845 DEBUG:teuthology.orchestra.run.smithi005:> 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:33:05.882 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:33:05.882 DEBUG:teuthology.orchestra.run.smithi184:> 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:33:05.914 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:33:05.914 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-06-30T12:33:05.923 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-06-30T12:33:05.933 INFO:teuthology.task.internal:Duration was 625.254864 seconds 2024-06-30T12:33:05.933 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-06-30T12:33:05.941 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-06-30T12:33:05.941 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-06-30T12:33:05.943 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-06-30T12:33:06.001 INFO:teuthology.orchestra.run.smithi005.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-06-30T12:33:06.004 INFO:teuthology.orchestra.run.smithi184.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-06-30T12:33:06.425 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-06-30T12:33:06.425 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi005.front.sepia.ceph.com 2024-06-30T12:33:06.426 DEBUG:teuthology.orchestra.run.smithi005:> 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-30T12:33:06.453 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi184.front.sepia.ceph.com 2024-06-30T12:33:06.453 DEBUG:teuthology.orchestra.run.smithi184:> 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-30T12:33:06.476 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-06-30T12:33:06.476 DEBUG:teuthology.orchestra.run.smithi005:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-06-30T12:33:06.495 DEBUG:teuthology.orchestra.run.smithi184:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-06-30T12:33:06.561 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-06-30T12:33:06.561 DEBUG:teuthology.orchestra.run.smithi005:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-06-30T12:33:06.563 DEBUG:teuthology.orchestra.run.smithi184:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-06-30T12:33:06.642 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-06-30T12:33:06.651 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-06-30T12:33:06.652 DEBUG:teuthology.orchestra.run.smithi005:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-06-30T12:33:06.682 DEBUG:teuthology.orchestra.run.smithi184:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-06-30T12:33:06.709 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-06-30T12:33:06.719 DEBUG:teuthology.orchestra.run.smithi005:> 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-30T12:33:06.725 DEBUG:teuthology.orchestra.run.smithi184:> 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-30T12:33:06.756 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern = core 2024-06-30T12:33:06.775 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern = core 2024-06-30T12:33:06.800 DEBUG:teuthology.orchestra.run.smithi005:> test -e /home/ubuntu/cephtest/archive/coredump 2024-06-30T12:33:06.850 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:33:06.851 DEBUG:teuthology.orchestra.run.smithi184:> test -e /home/ubuntu/cephtest/archive/coredump 2024-06-30T12:33:06.867 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:33:06.867 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-06-30T12:33:06.877 INFO:teuthology.task.internal:Transferring archived files... 2024-06-30T12:33:06.878 DEBUG:teuthology.misc:Transferring archived files from smithi005:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749503/remote/smithi005 2024-06-30T12:33:06.879 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-06-30T12:33:06.949 DEBUG:teuthology.misc:Transferring archived files from smithi184:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749503/remote/smithi184 2024-06-30T12:33:06.950 DEBUG:teuthology.orchestra.run.smithi184:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-06-30T12:33:06.994 INFO:teuthology.task.internal:Removing archive directory... 2024-06-30T12:33:06.994 DEBUG:teuthology.orchestra.run.smithi005:> rm -rf -- /home/ubuntu/cephtest/archive 2024-06-30T12:33:06.997 DEBUG:teuthology.orchestra.run.smithi184:> rm -rf -- /home/ubuntu/cephtest/archive 2024-06-30T12:33:07.044 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-06-30T12:33:07.056 INFO:teuthology.task.internal:Not uploading archives. 2024-06-30T12:33:07.056 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-06-30T12:33:07.087 INFO:teuthology.task.internal:Tidying up after the test... 2024-06-30T12:33:07.087 DEBUG:teuthology.orchestra.run.smithi005:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-06-30T12:33:07.090 DEBUG:teuthology.orchestra.run.smithi184:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-06-30T12:33:07.106 INFO:teuthology.orchestra.run.smithi184.stdout: 262179 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jun 30 12:33 /home/ubuntu/cephtest 2024-06-30T12:33:07.109 INFO:teuthology.orchestra.run.smithi005.stdout: 262175 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jun 30 12:33 /home/ubuntu/cephtest 2024-06-30T12:33:07.110 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-06-30T12:33:07.120 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-06-30T12:33:07.141 INFO:teuthology.run:Summary data: description: orch/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} duration: 625.2548639774323 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=12738c2138bf4365823d9f764dd706da status: fail success: false 2024-06-30T12:33:07.142 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-30T12:33:07.218 INFO:teuthology.run:FAIL